/* ------------------ googelmap -----------------------*/

.mapconteiner{position:relative;height:420px;width:100%;display:block;}
.mapconteiner .mapslider{height: 100%;width:50%;display:inline-block;}
.mapconteiner .mappolovina {height: 100%;width:50%;position:relative;display:inline-block;}
.mapconteiner .map{height:420px;width:100%;display:block}
.mapconteiner .zoomplus{height:50px;width:50px;position:absolute;bottom:30px;right:30px;background:url('/images/googlemap/plus.png') no-repeat 50% 50%;cursor:pointer;cursor:hand;opacity:0.7}
.mapconteiner .zoomplus:hover{opacity:1}
.mapconteiner .zoomminus{height:50px;width:50px;position:absolute;bottom:100px;right:30px;background:url('/images/googlemap/minus.png') no-repeat 50% 50%;cursor:pointer;cursor:hand;opacity:0.7}
.mapconteiner .zoomminus:hover{opacity:1}

.gmnoprint span, .gmnoprint a{display: none;}
.olLayerGooglePoweredBy{display:none;}

.bubbleinfo{font-size:14px;text-align:left;padding:15px 50px 15px 20px;font-weight:300;position:relative;}
.bubbleinfo .big{color:#000000;white-space:nowrap;width:100%;}
.bubbleinfo .small{color:#666666;margin-top:30px;white-space:nowrap;width:100%}