#google-map{position:relative;width:100%;height:430px;}
#google-map #map-container{position:relative;width:100%;height:430px;}
#google-map #cd-zoom-in, #google-map #cd-zoom-out{height:32px;width:32px;cursor:pointer;margin-left:15px;background-color:#FFF;background-repeat:no-repeat;background-size:32px 64px;}
#google-map #cd-zoom-in i, #google-map #cd-zoom-out i{color:#A4A4A4;font-size:20px;padding:0px 5px;vertical-align:middle;text-align:center;}
#google-map .no-touch #cd-zoom-in:hover, #google-map .no-touch #cd-zoom-out:hover{background-color:#00695C;}
#google-map #cd-zoom-in{background-position:50% 0;margin-top:10px;margin-bottom:1px;}
#google-map #cd-zoom-out{background-position:50% -32px;}
#google-map address{position:absolute;width:100%;min-height:50px;height:auto;top:410px;left:0;padding:10px 10px;background-color:#ffffff;font-size:1.1em;line-height:30px;font-weight:300;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);margin-bottom:50px;}
@media only screen and (max-width:768px){#google-map{position:relative;width:100%;height:300px;box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
#google-map #map-container{height:300px;}
#google-map address{top:250px;}
#google-map #cd-zoom-in, #google-map #cd-zoom-out{margin-left:20px;}
#google-map #cd-zoom-in{margin-top:20px;}
#google-map #back-to-top{right:20px;}
}