

html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
}

body {
font-family: sans-serif;
font-size: 14px;
-webkit-overflow-scrolling: touch;

}

a { 
    color: #fff; 
}
a:hover { 
    text-decoration: none;
    color: #b85a52; 
}
a:visited { 
    color: #fff; 
}
a:active { 
    color: #b85a52; 
}

textarea, input[type="text"] {
-webkit-appearance: none;
}

.introText {
text-align: center;
padding: 15px 0px 15px 0px;  
color: white;
font-size: 120%;
}

*/ Google autocomplete */
.pac-container {
color: black;
background-color: white;
}

.statement_window{
height: 500px; 
text-align:center; 
width:600px; 
background:#fff; 
padding:50px 30px 30px 30px; 
border-radius:5px; 
color:#000; 
opacity:1.0
}

.searchWrapper{
    height:70px; 
    background:#fff; 
    width:100%
}

.statement_button_wrapper{
    position:absolute;
    left:50%;
    margin-left: -100px;
}

.statement_button{
width:200px; 
border-radius:5px; 
height:60px; 
background:#2196F3; 
padding:20px; 
font-size:18px;    
cursor: pointer;
}

.previewText {
text-align: justify;
font-style: italic;
padding: 5px 10px 5px 10px;
}

#map_canvas {
height: 100%;
width: 100%;
}

#viewFullSizeWrapper
{
z-index: 999;
position: fixed;
text-align: center;
top: 0px;
width: 100%;
height: 100%;
display: none;
opacity: 0;
background-color: rgb(173, 173, 173);
}

#viewFullSizeWrapper td
{
text-align: center;
}

#fullSizeTemp {
height: 80%;
margin-top: -10%;
}

#viewFullSizePhoto
{
position: fixed;
box-sizing: border-box;
top: 3%;
left: 0px;
right: 0px;
bottom: 0px;
min-height: 90%;
max-height: 90%;
margin: 0px auto;
z-index: 200;
padding: 20px;
background-color: white;
-moz-box-shadow: 3px 3px 16px #000;
-webkit-box-shadow: 3px 3px 16px #000;
box-shadow: 0px 3px 16px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#000000');   
}

#logo {
position: absolute;
z-index: 2;
left: 5px;
top:5px;
height: 35px;
color:#fff;
}

.moveDown{
top: 0px !important;
-webkit-transition: 0.4s; /* Safari */
transition: 0.4s;
}

.payTypeWrapper{
    padding:0px 20px 20px 20px
}

.payTypeSection{
    padding:20px 15px 0px 15px; 
    text-align:left
}

.payTypeRadio{
    font-size:16px; 
    line-height:1.0em; 
    font-weight:400
}

.cartButton{
    border-radius:3px; 
    background:#2196F3; 
    text-align:center; 
    padding:15px; 
    color:#fff; 
    font-size:18px
}

.statement_button_wrapper :hover,
#addToCartLink :hover{
    background:#48aeff;
}

#cart {
position: absolute;
z-index: 2;
padding:16px;
right: 0px;
height: 30px;
}

#open_statement{
position: absolute;
z-index: 2;
color:#fff;
margin-left:-250px;
left:50%;
bottom: 25%;
}

#Search {
position: absolute;
z-index: 2;
padding:15px;
left: 10px;
width: 300px;
border-radius: 5px;
height: 37px;
}

#questionIcon {
position: absolute;
z-index: 2;
padding:6px;
height:20px;
left: 27%;
border: 1px #b2b2b2;
border-style: solid;
border-radius: 50px;
line-height:0.6em;
}

#SearchBoxInput {
position: relative;
display: inline-block;
border-radius: 5px;
text-align: left;
border:1px;
border-style:solid;
border-color: #b2b2b2;
width: 100%;
height: 40px;
text-align: center;
}

#markerTip {
position: absolute;
display: none;
z-index: 2;
bottom: 24px;
right: 4px;
line-height: 22px;
width: auto;
background-color: white;
background-color: rgba(135, 209, 243, 0.85);
color: black;
padding: 0px 5px 0px 5px;
border-radius: 5px; 
font-size: 75%;
text-align: center;

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

#aboveLogo {
z-index: -1;
width: 416px;
height: 142px;
border: 0px;
}

#aboveLogoMap {
position: absolute;
display: none;
z-index: 10;
top: -8px;
right: 10px;
width: 380px;
height: 143px;
border: 0px;
}

#previewClose {
position:absolute; 
top:11px; 
left: -30px; 
font-size:20px; 
color:#000; 
background:#fff;
height:50px;
width:30px;
border-radius: 5px 0px 0px 5px;
border: 0px 1px 0px 0px;
border-style: solid #c2c2c2;
z-index:3; 
cursor: pointer; 
padding-top: 15px; 
-webkit-transition: 0.4s; /* Safari */
transition: 0.4s;
}
          
#previewImageWrapper {
position: absolute;
z-index: 60;
display: none;
top: 0px;
right: -420px;
width: 420px;
min-height: 100%;
height: auto;
background-color: white;
-webkit-box-shadow: -5px 0 5px -5px #000;
box-shadow: -5px 0 5px -5px #000;
text-align: center;
-webkit-transition: 0.4s; /* Safari */
transition: 0.4s;
}

#previewImage {
cursor: pointer;
width: 420px;
height: 254px;
border: 0px;
}

    
#previewLoading {
position: absolute;
display: block;
left:0px;
width: 420px;
height: 254px;
text-align: center;
}

#previewLoading img {
display: inline-block;
width: 50px;
height: 50px;
margin-top: 100px;
border: 0px;
}

#previewHint {
text-align: center;
padding: 5px 0px 10px 0px;  
font-size: 70%;
}

#addToCartContainer {
position: relative;  
}

#addToCartImage {
display: inline-block;
width: 160px;
height: 95px;
border: 0px;
}

#checkout {
position: absolute;
top: 73px;
left: 122px;
}     

#checkoutLinks {
font-size: 90%;
margin: 20px 0px 10px 0px;
}  

#relativeWrapper {
position: relative; 
}



.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 10px 0px 10px 0px; 
    width: 1.2em; 
    height: 1.2em;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.mobileExit{
    display:none;
}
.DesktopExit{
    display:block;
}

.ImageWrapper{
    padding:0px; 
    max-height:400px; 
    overflow:hidden
}

.logo_window{
    display:block
}

/* Media Queries */
@media all and (max-width: 1260px) {
#markerTip {
bottom: auto;
right: auto;
top: 39px;
left: 94px;
width: 370px;
font-size: 100%;
line-height: 17px;
padding: 5px;
}
#Search {
position: absolute;
z-index: 2;
padding:15px;
left: 40px;
width: 70%;
}
#questionIcon{
display: none;    
}
}

@media all and (max-width: 812px) {
.mobileExit{
    display:block;
}
.DesktopExit{
    display:none !important;
}
#arrow-close-m{
    top:5px;
    left: 35px;
    color:#000; 
    width:20%
}
#arrow-open-m{
    left:5px;
    color:#000; 
    width:20%
}
#previewClose {
padding-top: 16px; 
top: 0px;
left: -40px; 
height:55px;
width:40px;
}
#previewImageWrapper {
width: 100%;
right: -620px;
}
#previewImage {
cursor: pointer;
width: 100%;
height:auto;
border: 0px;
}
.ImageWrapper{
padding:0px; 
min-height:250px; 
overflow:hidden
}
#previewLoading {
position: absolute;
display: block;
left:0px;
width: 100%;
text-align: center;
}
#open_statement{
position: absolute;
z-index: 2;
color:#fff;
margin-left:0px;
left:0;
height: 280px;
width:100%; 
bottom:0px;
}
.statement_window{ 
text-align:center; 
width:100%; 
background:#fff; 
padding:30px 20px 20px 20px;
border-radius:0px; 
color:#000; 
opacity:1.0
}
.statement_button{
padding:12px;
height:50px; 
}
.logo_window{
    display:none
}
}


@media all and (min-width: 1261px) and (max-width: 1569px) {
#markerTip {
bottom: auto;
right: auto;
top: 6px;
left: 484px;
width: 360px;
font-size: 100%;
line-height: 17px;
padding: 5px;
}
}

@media all and (min-width: 1570px) {
#markerTip {
bottom: auto;
right: auto;
top: 6px;
left: 484px;
width: 700px;
font-size: 100%;
}
}

