#d8Map-container{ height: 940px; /*height: 875px;*/ /*height: 760px;*/	overflow:hidden; margin: 0 auto; position: relative;}
#google-d8Map {position: relative;	width: 100%; height: 100%;}


	
	
.smallMap{display: none}	
#zoomButtons {bottom: unset !important; left: auto !important; right: 0; top: 15px;}
#map-zoom-in, #map-zoom-out, #map-fullscreen {
height: 40px;
width: 40px;
cursor: pointer;
margin-right: 20px;
box-sizing: border-box;
background-color: #212121;
/*
background-repeat: no-repeat;
background-size: 40px 160px;
background-image: url("zoom-icons.png");
*/
	border-radius:50%;
	transition: background-color .3s;
}
#map-zoom-in:hover, #map-zoom-out:hover, #map-fullscreen:hover {
background-color: #127749;
}
#map-fullscreen {
background-position: -2px -2px;
}
#map-fullscreen.fullScreenMode {
background-position: -2px -42px;
}
#map-zoom-in{/*background-position: -2px -82px;*/ position: relative; margin-bottom: 10px;}
#map-zoom-in i{color: #fff; font-size: 20px; position: absolute;  top: 10px; left: 11px;}

/*#map-zoom-in:after {*/
	/*content: "\f067";*/
	/*font-family:'FontAwesome';*/
	/*	font-size: 14px;*/
	/*position: absolute;*/
	/*color: #fff;*/
 /*   text-align: center;*/
 /*   top: 30%;*/
 /*   left: 36%;*/
 /*   font-weight: normal;	*/
 /*content: "\2795";*/
 /*font-size: 15px;*/
 /*   position: absolute;*/
 /*   color: #fff;*/
 /*   text-align: center;*/
 /*   top: 23%;*/
 /*   left: 23%;*/
 /*   font-weight: lighter;*/
/*}*/
#map-zoom-out{/* background-position: -2px -122px; margin-bottom: 3px; */ position: relative}
#map-zoom-out i{color: #fff; font-size: 20px; position: absolute;  top: 10px; left: 11px;}
/*#map-zoom-out:after {*/
	/*content: "\f068";*/
	/*font-family:'FontAwesome';*/
	/*	font-size: 14px;*/
	/*position: absolute;*/
	/*color: #fff;*/
 /*   text-align: center;*/
 /*   top: 30%;*/
 /*   left: 36%;*/
 /*   font-weight: normal;	*/
/* content: "_";*/
/* font-size: 30px;*/
/*    position: absolute;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    top: -20%;*/
/*    left: 35%;*/
/*    font-weight: lighter;*/
/*}*/

.line-betwen {width: 15%; height: 3px; background-color: #F9B339;  position: relative; left: 42.5%; top: 80px;}	
/*.nav {position: relative; width: auto; display: inline-block; border: none;}	*/
.nav-content {position: absolute; top: 0%; bottom: 0; left: -100%; background-color: #fff;  display: block; height: 100%; z-index: 9;}	
.showNav {-webkit-animation: showNav 1s ease forwards; -moz-animation: showNav 1s ease forwards; -o-animation: showNav 1s ease forwards; animation: showNav 1s ease forwards;}	
.hideNav {-webkit-animation: hideNav 1s ease forwards; -moz-animation: hideNav 1s ease forwards; -o-animation: hideNav 1s ease forwards; animation: hideNav 1s ease forwards;}
.hidden {display: none;}

.iw-title{text-align: center; font-size: 30px; font-family: 'HelveticaBold'; margin: 0 auto; color: #472c22; text-transform: uppercase}

.iw-address{text-align: center; font-size: 16px; margin: 0 auto; font-family: 'helveticaRegular'; line-height: 30px; margin-top: 50px; color: #212121}

.map-close-icon{padding: 20px 10px}

.gm-style-iw{display:none;}		
	

/*
.circle {
background-color:#fff;  
height:100px;
border-radius:50%;
width:100px;
}
*/
.gmnoprint{display:none;}
.gm-control-active{display:none;}	
	
	
@keyframes showNav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-moz-keyframes showNav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@-o-keyframes showNav {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}


@keyframes hideNav {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}



.mob-view-map-cont{display: none}
.map-inn{height: 695px}

.gm-style iframe + div { border:none!important; }




@media only screen and (min-device-width: 270px) and (max-device-width: 767px){
	#google-d8Map{ height: 100%; }
	#d8Map-container{ height: 768px; /*height: 700px;*/}
	
	/*.nav-content{width: 100%; position: relative;height: auto; padding-bottom: 40px; z-index: 1;}*/
	/*.iw-img img{width: 100%}*/
	
	.nav-content{width: 100%; top: 417px; z-index: 1; overflow: hidden}

	.mob-view-map-cont{display: block}
	.hidden {display: none;}	
	.hideNav{display: none;}	
	
	.iw-title{font-size: 18px;}
	.iw-address{margin-top: 20px;}
  .nav-content .loc-lnk ul{margin-top: 20px}
	
	.iw-img{display: none}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	#d8Map-container{ height: 768px; /*height: 700px;*/}
	.nav-content{z-index: 1; width: 360px}
  .iw-img a img{width: 100%}
  .iw-title{font-size: 18px;}
	
}
	
	
	

