html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    position: relative;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clear  {
    clear: both;
    visibility: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/PfybUH-csLekLIU-pU-o7w.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hvk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
}

.wrapper {
    width: 760px;
    margin: 0 auto;
    position:relative;
}
.fa  {
	float: right;
    overflow: hidden;
    color:#dfdcdc;
    font-weight:300;
    border:1px solid #dfdcdc;
    padding:5px;
    margin:20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size:1.8em;
    text-decoration: none;
}
.image1 {
	margin:0 auto;
	text-align:center;
}
header > img {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.boxes > div {
    box-sizing: border-box;
    float: left;
    width: 25%;
    text-align:center;
    margin:0px 0px 15px 0px;
	
}
.boxes > div .img	{
	transition: all 0.3s ease;
}
.boxes > div .img:hover	{
	opacity:0.6;
	
}
.boxes > div > a > img {
    margin:0px 0px 10px 0px;
}
.boxes div > p {
    text-align:center;
    color:#6e6e6e;
    font: 700 14px 'Open Sans', sans-serif;
}
.boxes > div:nth-child(3) {
    width:120px;
    margin-left:36px;
    margin-right:36px;
}
.boxes div:nth-child(4) {
    width:175px;
    margin-left:5px;
}
.boxes div:nth-child(7) {
    width:118px;
    margin-left:36px;
    margin-right:36px;
}
.boxes div:nth-child(9) {
    margin-bottom: 0;
    margin-left: 26px;
    margin-right: 20px;
    width: 144px;
}
.boxes div:nth-child(13) {
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 20px;
    width: 144px;
}
.boxes > div > p > span {
    display:block;
    color:#737373;
    font: 400 12px 'Open Sans', sans-serif;
}
/************************POPUPS************************/
.modal{
    position: fixed;
    top: 5% !important;
    left: 5% !important;;
    /* needed styles for the overlay */
    z-index: 10 !important; /* keep on top of other elements on the page */
    outline: 9999px solid rgba(0,0,0,0.8);
}
.innerDiv {
    border:1px solid #dedbdb;
    margin:10px;
}
.popUpDiv > .innerDiv > .smallImg {
    margin: 10px 0 7px 28px;
    float: left;
}
.popUpDiv > .innerDiv > .popupBigImg {
    padding-bottom: 30px;
}
.popUpDiv > .innerDiv > p {
    color:#6e6e6e;
    font: 700 13px 'Open Sans', sans-serif;
    text-align: center;
    width: 142px;
}
.popUpDiv > .innerDiv > p > span {
    display:block;
    color:#737373;
    font: 400 11px 'Open Sans', sans-serif;
}
.popUpDiv {
    background: #fff ;
    left: 5%;
    position: absolute;
    top: 65px;
    width:685px;
    z-index: 1;
}
/**************************************************/
#batteryImg{
    margin-top:-25px;
    padding:0px 10px 13px 10px;
    position: relative;
    z-index: -1;
}
/**************************************************/
#wiFiImg {
    margin-top:10px;
    padding:0px 10px 13px 10px;
    position: relative;
    z-index: -1;
}
.wiFiText {
    width: 135px !important;
    margin-left: 3px;
}
.modal > div > img {
    margin: 10px 0 7px 30px !important;
}
/***************************************************/
#gardenDiv{
    background: url("../img/Popups/garden.jpg") no-repeat;
    width: 664px;
    height:543px;
}
#divGarden {
    padding-bottom: 390px !important;
}
/***************************************************/
.popupBigImg {
    padding: 15px;
    position: relative;
    z-index: -1;
    margin:-20px 0px 0px 18px;
}
/***************************************************/
#gamesDiv {
    background:url("../img/Popups/gamesBg.jpg") no-repeat;
    width: 664px;
    height: 543px;
}
#divGames {
    padding-bottom: 375px !important;
}
#divGames > p {
    font-size: 12px;
    width: 150px !important;

}
/***************************************************/
#divBike {
    background: url("../img/Popups/bikeImg.jpg") no-repeat;
    width: 664px;
    height:543px;
}
#bikeDiv {
    padding-bottom: 375px !important;
}
#bikeText {
    font-size: 11px;
    margin-top: 0
}
#bikeDiv > img {
    margin-bottom: 3px !important;
}
/***************************************************/
#bicycleImg {
    background:url("../img/Popups/bicycle.jpg") no-repeat;
    width: 664px;
    height: 543px;
}
#imgBicycle {
    padding:0px 0px 390px 5px !important;
    margin:9px !important;
}
/**************************************************/
#reminderText {
    width: 175px !important;
    margin-left: -6px;
}
#reminderImage {
    clear: both;
    margin: 10px 18px 7px 35px !important;
}
#reminderBigImg {
    margin-top: -10px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/****************************************************/
#appImg {
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/****************************************************/
#ladiesImage {
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/*******************************************************/
#booksImage {
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/************************************************************/
#personText {
    width: 180px !important;
    font-size:12px;
}
#personSmallImage {
    margin: 10px 20px 7px 46px !important;
}
#personBigImage {
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
    left:-15px !important;
}
/**********************************************************/
#carImg {
    left: -40px;
    margin-bottom: -20px !important;
    margin-top: 0px !important;
    position: relative;
    width: 104% !important;
    z-index: -1;
}
/**********************************************************/
#kidsImg{
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/***********************************************************/
#dogImgBig {
    margin-top: -20px;
    padding-bottom: 10px;
    position: relative;
    z-index: -1;
}
/********************************************************/
#coffeyText {
    margin-left: -18px;
    width: 160px;
}
#coffeyText > span {
    padding:0px 40px 0px 40px;
}
#coffeyImage {
    margin: 10px 17px 7px !important;
}