/*====================================Title: Pearle Vision MobileDescription: Creates a mobile solutionfor Pearle Vision's local microsites using adaptive media queries.Date Created: September 2012Author: Balihoo CreativeTwitter: @balihoo====================================*//* -- \/ RESETS -- */body, h1, h2, h3, h4, h5, a, p, b {	margin:0;	padding:0;	font-family:Arial, sans-serif;	text-decoration:none;}/* -- /\ RESETS -- *//* -- \/ HEADER -- */ .hdr-mobile {	width: 100%;	height: 55px;	margin: 0 auto;	padding: 0;}.logo-mobile {	display:block;	width: 280px;	height: 43px;	margin: 10px auto 0;	padding: 0;	-webkit-background-size: 280px 43px;	background-image:url('../img/mobile/logo.jpg');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5) {    .logo-mobile {		background-image:url('../img/mobile/logo@2x.jpg');		background-size:280px;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .logo-mobile {		background-image:url('../img/mobile/logo@2x.jpg');		background-size:280px;    }}.buttons-mobile {	width: 100%;	height: 60px;	background-color: #EFEEEA;	margin: 0;	padding: 0;}.icon-mobile {	width: 18px;	height: 18px;	margin: 10px auto 0 auto;	padding: 0;}.exam-mobile {	width: 18px;	height: 18px;	padding: 0;	-webkit-background-size: 18px 18px;	background-image:url('../img/mobile/exam.png');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5)  {    .exam-mobile {		background-image:url('../img/mobile/exam@2x.png');		background-repeat:repeat;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .exam-mobile {		background-image:url('../img/mobile/exam@2x.png');		background-repeat:repeat;    }}.Compass {	width: 18px;	height: 18px;	padding: 0;	-webkit-background-size: 18px 18px;	background-image:url('../img/mobile/compass.png');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5)  {    .Compass {		background-image:url('../img/mobile/compass@2x.png');		background-repeat:repeat;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .Compass {		background-image:url('../img/mobile/compass@2x.png');		background-repeat:repeat;    }}.phone-mobile {	width: 18px;	height: 18px;	padding: 0;	-webkit-background-size: 18px 18px;	background-image:url('../img/mobile/phone.png');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5) {    .phone-mobile {		background-image:url('../img/mobile/phone@2x.png');		background-repeat:repeat;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .phone-mobile {		background-image:url('../img/mobile/phone@2x.png');		background-repeat:repeat;    }}.primaryButton h2 {	color: #333;	font-family:Arial, sans-serif;	font-size: 14px;	margin: 5px auto 0 auto;	padding: 0;	text-align: center;}.divider {	border-right: 1px solid #999;}.primaryButton {	width: 49.8%;	height: 58px;	float: left;	display: block;	border-top: 1px solid #999 /*{button-border}*/;	border-bottom: 1px solid #999 /*{button-border}*/;	background: #F1F1F1 /*{button-background-color}*/; 	background-image: -webkit-gradient(linear, left top, left bottom, from( #F1F1F1 /*{button-background-start}*/), to( #FEFEFE /*{button-background-end}*/)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(#FEFEFE /*{button-background-start}*/, #F1F1F1 /*{button-background-end}*/); /* Chrome 10+, Saf5.1+ */	background-image:    -moz-linear-gradient(#FEFEFE /*{button-background-start}*/, #F1F1F1 /*{button-background-end}*/); /* FF3.6 */	background-image:     -ms-linear-gradient(#FEFEFE /*{button-background-start}*/, #F1F1F1 /*{button-background-end}*/); /* IE10 */	background-image:      -o-linear-gradient(#FEFEFE /*{button-background-start}*/, #F1F1F1 /*{button-background-end}*/); /* Opera 11.10+ */	background-image:         linear-gradient(#FEFEFE /*{button-background-start}*/, #F1F1F1 /*{button-background-end}*/);}/* -- /\ HEADER -- */ /* -- \/ HERO AREA -- */.hero-mobile {	width: 100%;	height: 166px;	margin: 0;	background:#5f9732 url('../img/mobile/hero-mobile.jpg') top no-repeat;	background-size:320px;}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5) {    .hero-mobile {		background:#5f9732 url('../img/mobile/hero-mobile@2x.jpg') top no-repeat;		background-size:320px;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .hero-mobile {		background:#5f9732 url('../img/mobile/hero-mobile@2x.jpg') top no-repeat;		background-size:320px;    }}.office-mobile {	width: 100%;	margin: 0;	padding: 0;	background:#606046;}.office-mobile h1 {	padding: 7px 25px;	color: #FFF;	font-family:Arial, sans-serif;	font-size: 17px;	text-shadow: 0 -1px 1px #333;}/* -- /\ HERO AREA -- *//* -- \/ BODY AREA -- */.body-mobile {	width: 100%;	height: 100%;	margin: 0;	padding: 10px 0 15px 0;	background-color: #EFEEEA;	}table {	width: 260px;	margin: 0 auto 0 auto;	padding: 0;}td {	margin: 0;	padding: 0 0 5px 0;	color: #333;	font-family:Arial, sans-serif;	font-size: 14px;	text-align: left;}td a {	color: #578E35;	text-decoration: underline;	font-size: 14px;}.accordionButton {	width: 265px;	height: 40px;	margin: 0 auto 0 auto;	cursor: pointer;	background-color: #CCC;	background: 			#CCC /*{button-background-color}*/; 	background-image: -webkit-gradient(linear, left top, left bottom, from( #CCC /*{button-background-start}*/), to( #E5E5E5 /*{button-background-end}*/)); /* Saf4+, Chrome */	background-image: -webkit-linear-gradient(#E5E5E5 /*{button-background-start}*/, #CCC /*{button-background-end}*/); /* Chrome 10+, Saf5.1+ */	background-image:    -moz-linear-gradient(#E5E5E5 /*{button-background-start}*/, #CCC /*{button-background-end}*/); /* FF3.6 */	background-image:     -ms-linear-gradient(#E5E5E5 /*{button-background-start}*/, #CCC /*{button-background-end}*/); /* IE10 */	background-image:      -o-linear-gradient(#E5E5E5 /*{button-background-start}*/, #CCC /*{button-background-end}*/); /* Opera 11.10+ */	background-image:         linear-gradient(#E5E5E5 /*{button-background-start}*/, #CCC /*{button-background-end}*/);}.one {	border-top-right-radius: 5px;	-moz-border-radius-topright: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topleft: 5px;	border-top: 1px solid #B7B7B7;	border-left: 1px solid #B7B7B7;	border-right: 1px solid #B7B7B7;	margin-top: 10px;}.two {	border-bottom-right-radius: 5px;	-moz-border-radius-bottomright: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomleft: 5px;	border-bottom: 1px solid #B7B7B7;	border-left: 1px solid #B7B7B7;	border-right: 1px solid #B7B7B7;}.loneButton {	border-top-right-radius: 5px;	-moz-border-radius-topright: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topleft: 5px;	border-top: 1px solid #B7B7B7;	border-left: 1px solid #B7B7B7;	border-right: 1px solid #B7B7B7;	margin-top: 10px;	border-bottom-right-radius: 5px;	-moz-border-radius-bottomright: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomleft: 5px;	border-bottom: 1px solid #B7B7B7;	border-left: 1px solid #B7B7B7;	border-right: 1px solid #B7B7B7;}.accordionButton h2 {	margin: 10px 0 0 15px;	float: left;	padding: 0;	color: #333;	font-family:Arial, sans-serif;	font-size: 16px;	font-weight: 700;}.li_icon {	width: 18px;	height: 18px;	margin: 12px 0 0 10px;	float: left;	padding: 0;}.Plus {	width: 18px;	height: 18px;	padding: 0;	-webkit-background-size: 18px 18px;	background-image:url('../img/mobile/plus.png');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5) {    .Plus {		background-image:url('../img/mobile/plus@2x.png');		background-repeat:repeat;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .Plus {		background-image:url('../img/mobile/plus@2x.png');		background-repeat:repeat;    }}.Minus {	width: 18px;	height: 18px;	padding: 0;	-webkit-background-size: 18px 18px;	background-image:url('../img/mobile/minus.png');}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (   min--moz-device-pixel-ratio: 1.5),only screen and (     -o-min-device-pixel-ratio: 3/2),only screen and (        min-device-pixel-ratio: 1.5) {    .Minus {		background-image:url('../img/mobile/minus@2x.png');		background-repeat:repeat;    }}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (   min--moz-device-pixel-ratio: 2),only screen and (     -o-min-device-pixel-ratio: 2/1),only screen and (        min-device-pixel-ratio: 2),only screen and (                min-resolution: 192dpi),only screen and (                min-resolution: 2dppx) {    .Minus {		background-image:url('../img/mobile/minus@2x.png');		background-repeat:repeat;    }}.accordionContent {	width: 220px;	margin: 0px auto 0 auto;	padding:5px 15px 10px 15px;	background-color:#E5E5E5;	color: #333;	font-size: 16px;	}.inner {    border-left: 1px solid #B7B7B7;    border-right: 1px solid #B7B7B7;}.outer {	border-bottom-left-radius: 5px;	border-bottom-right-radius: 5px;	-moz-border-radius-bottomleft: 5px;    -moz-border-radius-bottomright: 5px;    border: 1px solid #B7B7B7;}.accordionContent p {	line-height:1.5em;}.days-mobile {	float:left;	width:55px;	font-weight:bold;}.accordionContent h3 {	color: #333;	text-shadow: 0  1px  1px  #000;	font-family: Palatino Linotype, Palatino, serif;	font-size: 20px;	margin: 0 0 5px 0;	}.accordionContent h4 {	font-size: 14px;	margin: 5px 0 0 0;	color: #333;}.couponImage {	width: 220px;	height: 183px;	margin:10px 0 0 0;}.disclaimer-mobile {	font-size:14px;	font-weight:bold;	text-align:center;}/* -- /\ BODY AREA -- *//* -- \/ FOOTER AREA -- */.footer-mobile {	width: 100%;	height: 35px;	margin: 0;	padding: 0;}.footerButton-mobile h2 {	color: #333;	font-family:Arial, sans-serif;	font-size: 13px;	margin: 10px auto 0 auto;	padding: 0;	width:110px;	text-align: center;	text-decoration: none;}h2 {	text-decoration: none;}.footerButton-mobile {	width: 49.8%;	height: 35px;	float: left;	border-top: 1px solid #CCC /*{button-border}*/;	border-bottom: 1px solid #CCC /*{button-border}*/;	background: #F1F1F1 /*{button-background-color}*/; }/* -- /\ FOOTER AREA -- */#mobileBar {	display:none;}/* FULL SITE ======================= *//* Hide on load of mobile site */#fullSite {	display:none;}/* Necessary for view the 'Full Site' when initally loading on a    mobile device, these prevent the Map from breaking.*/#staticmap {	position:absolute;	z-index:2;	margin:0;}#map_canvas {	position:absolute;	width:380px;	height:366px;	z-index:1;	margin-bottom:12px;}/* ================================= */