html, body { width:100%; height:100%; min-width:100%; min-height:100%; padding:0;margin:0;font-family:helvetica, arial, tahoma;}
#map {
	width: 100%; 
	height: 100%; 
	border: none;
	padding:0;
	margin:0;
}

#progress {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 20px;
    margin-top: -20px;
    margin-left: -100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2px;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #76A6FC;
    border-radius: 4px;
}


.leftGrip.nst-animating, {
	height: 10px !important;
	width: 10px !important;
}

.leftGrip{
	height: 10px !important;
	width: 10px !important;
}
.leftLabel {
    
    font-weight: bold;
}


#spinner {
			position: absolute;
      margin:0 auto;
      text-align:center;
      top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    }
.col-xs-2, .col-xs-3, .col-xs-8, .col-xs-4
{
	z-index: 1001;
	padding: 0px;
}
.nstSlider {
	width: 100%;
    border-radius:0;
    margin-top:0px;
    height: 10px;
    
 
}


.mouter { position:relative;display:block;	}
.minner { display:block;position:absolute;border:1px solid #ffffff;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-khtml-border-radius: 50%;opacity: .8;-webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);-moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);
}	

.mbefore { padding:2px;display:table-cell;position:relative;vertical-align:middle;text-align:center; background-size:70% auto; background-repeat:no-repeat; background-position: center middle;}
.mimage { max-width:40px;max-height:40px;min-width:10px;min-height:10px;opacity: 1; width:100%; height:auto;}
#extra_info{
	vertical-align: text-top;
}
#info_button {
	display:inline-block;
	width:32px;
	height:30px;
	background-color:#008ACE; float:left;
	background-repeat:none;
	background-position:0px 0px;
	background-image:url('info_sprite.png');
	cursor:pointer;
	margin-top:7px;
	margin-left:-55px;
}
#info_button:hover,
#info_button:active {
	background-position:-32px 0px;
}	

.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 0%;
}	

#numelements { font-weight:bold;min-width:40px;display:inline-block;text-align:center;font-size:140%;font-family:helvetica,tahoma;}		

		.info {
			padding-left: 25px;
		}
		
		html, body, #map-canvas {
			height: 100%;
			margin: 0px;
			width: 100%;
			padding: 0px
			font-family:helvetica,arial;

		}
		.controlUI {
			background-color: #fff;
			border: 2px solid #fff;
			border-radius: 5px;
			box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
			margin-bottom: 25px;
			text-align: center;
			padding: 10px;
		}
		
		.controlText {
			color: rgb(25, 25, 25);
			font-family: helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 18px;
			padding-left: 5px;
			padding-right: 5px;
		}
.mmenu { display:block;position:relative; z-index:1;}
.bmenu {  display:block;position:relative; margin-bottom:5px;}
		.infobox-wrapper {
			font-family: helvetica, tahoma;
		}
		
		.controls {
			margin-top: 16px;
			border: 1px solid transparent;
			border-radius: 2px 0 0 2px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			height: 32px;
			outline: none;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		}
		.bottombox {
		}
		#startwindow {
		  position: fixed;
		  top: 50%;
		  left: 50%;
		  margin-top: -90px;
		  margin-left: -100px;
		  z-index:99999;
		  background:#fff;
		  padding:30px;
		  display:block;
		  font-size:90%;
border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;-webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);-moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);		  
		}
		.closesw { z-index:3;display:block;position:absolute; top:-13px;right:-14px;background: url(close-iconsm.png) no-repeat; width:30px;height:30px;cursor:pointer;}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0;  }
    to   { opacity: 1;  }
}
@-ms-keyframes fadein {
    from { opacity: 0;  }
    to   { opacity: 1;  }
}		


@keyframes fadeout {
    from { opacity: 1;}
    to   { opacity: 0;}
}
@-moz-keyframes fadeout {
    from { opacity: 1;}
    to   { opacity: 0;}
}
@-webkit-keyframes fadeout {
    from { opacity: 1;}
    to   { opacity: 0;}
}
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0;}
}		
		#bfilter {
			display:none; position:absolute; left:15px;top:15px;margin-right:50px;text-align:left;z-index:999999;
			-webkit-animation: fadein .5s; 
			-moz-animation: fadein .5s; 
			-ms-animation: fadein .5s; 
			-o-animation: fadein .5s; 
            animation: fadein .5s;	  
		}
		.middleinner { display:block;position:relative;}
		.middlebg { border:1px solid #000;background:gray;opacity:0.4;width:100%;height:100%;display:block;position:absolute;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);-moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);}
		.middleblock { display:block;padding:15px 10px;font-size:90%;}
		.wind {
			display:block;
			position:absolute;
			top:0px;left:5px;
			font-family:helvetica,tahoma;			
			visibility:hidden;
			border: 10px solid #fff;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			outline: none;
			box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
			background-color: #fff;			
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  border-radius: 5px;						
		  	z-index:24;
		}		

.closew {display:block;position:absolute; top:-20px;right:-20px;background: url(close-iconsm.png) no-repeat; width:30px;height:30px;cursor:pointer;z-index:3;}
#bfilter .closeww { z-index:3;display:block;position:absolute; top:-27px;right:-23px;background: url(close-iconsm.png) no-repeat; width:30px;height:30px;cursor:pointer;}

#zbfilter {
	display:none; position:absolute; left:15px;bottom:15px;margin-right:50px;text-align:left;z-index:999999;
	-webkit-animation: fadein .5s; 
	-moz-animation: fadein .5s; 
	-ms-animation: fadein .5s; 
	-o-animation: fadein .5s; 
    animation: fadein .5s;	  	
}
.zmiddleinner { display:block;position:relative; }
.zmiddlebg { border:1px solid #000;background:#000;opacity:0.5;width:100%;height:100%;display:block;position:absolute;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; }
.zmiddleblock { display:block;padding:15px 10px;color:#ccc; font-size:75%;position:relative; max-height:230px;overflow-y:auto;max-width:370px;}
.zmiddleblock i { color:#fff;font-style:normal;}
#zbfilter .zcloseww { z-index:3;display:block;position:absolute; top:-15px;right:-16px;background: url(close-iconsm.png) no-repeat; width:30px;height:30px;cursor:pointer;}
#zshowfilter {
	background:#49796b;
	position:absolute;
	bottom:15px;left:15px;
	font-family:tahoma;			
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
	display:inline-block;
	z-index:999;
	border:1px solid #fff;
	width:auto;
	cursor:pointer;
	font-size:80%;color:white;padding:0 8px 8px 8px;text-decoration:none;
}
#zshowfilter a { display:inline-block;}

.clearfilter {
	background:#49796b;
	font-family:tahoma;			
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
	display:inline-block;
	border:1px solid #fff;
	cursor:pointer;
	font-size:90%;color:white;padding:5px 8px;text-decoration:none;
	float:right;
	margin-left:10px;margin-bottom:5px; margin-top:5px;
}


.wininner { overflow-y:auto;width:250px;max-width:250px;max-height:280px;}
.wininner label { cursor:pointer; display:table;width:100%;margin-right:15px;}
.wininner label:hover { background:#ddd;}
.wininner label .mr { display:table-cell;vertical-align:middle;padding-right:5px;padding-top:4px;padding-bottom:4px;}
.wininner label img { background:#ddd;margin:0;-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%;padding:3px;-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.65);-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.65);box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.65);}
.wininner label .mrf { display:table-cell;width:100%;vertical-align:middle;padding-right:5px;padding-top:4px;padding-bottom:4px;}


	
		#pac-input {
			background-color: #fff;
			font-size: 13px;
			font-weight: 300;
			margin-left: 20px;
			margin-top:10px;
			padding: 0 11px 0 13px;
			text-overflow: ellipsis;
			width: 204px;
		  -webkit-border-radius: 5;
		  -moz-border-radius: 5;
		  border-radius: 5px;	
			font-family:helvetica,arial;		  
		}
		#textsearch {
			background-color: #fff;
			font-family: helvetica,arial;
			font-size: 13px;
			font-weight: 300;
			padding: 0 11px 0 13px;
			text-overflow: ellipsis;
			width: 200px;
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  border-radius: 5px;						
		}
		
		.actporush { font-family:helvetica,tahoma;display:block;position:absolute; top:10px;right:60px;z-index:222;background:#fafafa;border:1px solid #ccc;padding:10px;text-align:center;box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;	z-index:999; font-size:70%;		
		}
		.logos { font-family:helvetica,tahoma;font-size:8px;display:block;position:absolute; text-align:right;bottom:30px;right:10px;z-index:522;}
		.langs { display:block; margin-top:5px; padding-top:3px; text-align:center; border-top:1px dotted #000;}
		.langs a { color:#000;}
		
		#pac-input:hover, #pac-input:focus {
			border-color: #000;
			color:#000;
		}
		
		.pac-container {
			font-family: helvetica, arial;
		}
		
		#type-selector {
			color: #fff;
			background-color: #000;
			padding: 5px 11px 0px 11px;
		}
		
		#type-selector label {
			font-family: helvetica, arial;
			font-size: 12px;
			font-weight: 300;
		}
		
table.fl {
	border-collapse:collapse;
			font-size: 11px;
			font-weight: 300;
			text-overflow: ellipsis;
			width:100%;
	}
	
table.fl td table { margin-left:18px;width:95%;}
	table.fl td,
	table.fl th {
		padding:0px;
		border-bottom:1px solid #ddd;
		font-weight:normal;
		
		}

	table.fl tr:last-child td
	{
		border:none;
	}
		
	.fl thead th {
		background:#91c5d4;
		font-weight:normal;
		}
			
		.fl thead th[colspan],
		.fl thead th[rowspan] {
			background:#66a9bd;
			font-weight:normal;
			}
		
	.fl tbody th,
	.fl tfoot th {
		text-align:left;
		background:#91c5d4;
		font-weight:normal;
		}
		
	.fl tbody td,
	.fl tfoot td {
		text-align:left;
		background:#fff;
		font-weight:normal;
		
		}
	.fl tbody tr.odd td { 
		background:#bcd9e1;
		font-weight:normal;
		}		
	.icf { width:21px; height:21px; }
	table.fl , .fl tr, .fl td { vertical-align:top;}

#startwindow button {
  background:#49796b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Helvetica,Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:none;
  cursor:pointer;
  margin: 0 auto;
  display:block;
}
	
.mmenu button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Helvetica,Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:none;
  cursor:pointer;
}

.mmenu button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.eselectbox {
	border:1px solid gray;
	background: #fff url(select-arrow.png) no-repeat 99% center;		
	color:gray;
	border-radius: 5px;
	padding: 8px 30px 8px 5px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	font-size:12px;
	position:relative;
	display:block;
	font-family:helvetica,arial;
	width:137px;
}
.eselectbox:hover { color:#000;border:1px solid #000; background:#fff url(select-arrow2.png) no-repeat 94% center; }
.inputbox {   font-size: 12px; border-radius: 5px; padding:7px 5px;border:1px solid gray;width:100%;color:#000;}
.inputbox:hover, .inputbox:focus { color:#000;border:1px solid #000;}

#search-searchword { display:block;width:162px; margin-left:5px; margin-right:5px; }


#showfilter {
	background:#49796b;
	position:absolute;
	top:15px;left:15px;
	font-family:tahoma;			
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
	display:inline-block;
	z-index:999;
	border:1px solid #fff;
	width:auto;
	cursor:pointer;
	font-size:80%;color:white;padding:8px;text-decoration:none;
}
#showfilter a { display:inline-block;}

.tabf { display:table;padding:0;margin:0;width:100%;}
.trf { display:table-row;padding:0;margin:0;}
.tdf { display:table-cell;padding:0;margin:0;vertical-align:top;}

.leaflet-verticalcenter {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
    padding-top: 10px;
}

.leaflet-verticalcenter .leaflet-control {
    margin-bottom: 10px;
}
.df { display:block; margin-top:10px; }
.dfname {
	text-align:center;
	color:#fff;
	font-size:80%;
	font-weight:bold;
	text-shadow: 1px 1px 2px #000000;
}
#input-number-min, #input-number-max { width:80px;margin:0 10px;}

.infobox-wrapper { font-size:100%;color:#000; max-height:300px; overflow-y:auto;}
.infobox-wrapper h2{ font-size:120%;}
.infobox-wrapper p { padding-bottom:5px!important; margin:0!important;}

.ccircle { display:block;width:30px;height:10px;}
.tgcircle { margin:0 auto; text-align:center;color:#fff;font-size:70%;border-collapse:collapse;width:100%;}
.tgcircle td { text-align:center;border:1px solid #ccc;padding:2px;}
.gcircle { cursor:pointer;margin:0 auto;display:block;background:#999;border:1px solid #ffffff;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-khtml-border-radius: 50%;opacity: .8;-webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);-moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.75);}


#phone { display:none; }
#cof {
	display:none;
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  margin-top: -280px;
	  margin-left: -300px;
	  z-index:999999;
	  width:550px;
	  max-width:100%;
	  background:#fff;
	  padding:30px;
	  font-size:90%;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-khtml-border-radius: 10px;-webkit-box-shadow: 1px 0px 7px 6px rgba(0,0,0,0.15);-moz-box-shadow: 1px 0px 7px 6px rgba(0,0,0,0.15);box-shadow: 1px 0px 7px 6px rgba(0,0,0,0.15);		  
	-webkit-animation: fadein .5s; 
	-moz-animation: fadein .5s; 
	-ms-animation: fadein .5s; 
	-o-animation: fadein .5s; 
    animation: fadein .5s;
}
#cof form { display:table; width:100%;}
#cof .col { display:table-cell;padding:5px;vertical-align:top;}
#cof .col2 { display:table-cell;padding:5px;vertical-align:top;width:80%;}
#cof .row { display:table-row; }
#cof input[type="text"], #cof input[type="email"], #cof textarea { font-size:100%;padding:5px;width:100%; font-family:tahoma;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border:1px solid gray;}
#cof input[type="button"] { font-size:130%;padding:10px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border:1px solid gray;cursor:pointer;}
#cof textarea { height:120px;}
#cof input[type="email"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; }

#sendm { background:#fff url('mail.png') no-repeat center center;cursor:pointer;}

.ebutton { 	background:#49796b;
	font-family:tahoma;			
	border-radius: 6px;
	border:none;
	cursor:pointer;
	font-size:90%;color:white;padding:8px;text-decoration:none;	
}

#theme { display:none;}
#themecontent { font-weight:bold;}
.error { color:red;font-size:90%;}