@font-face {
  font-family: BGFlame;
  src: url(../fonts/BGFlame/BGFlame-Regular.ttf);
}
@font-face {
  font-family: 'BGFlame';
  src: url(../fonts/BGFlame/BGFlame-Bold.ttf);
  font-weight:bold;
}

*{margin:0;padding:0;}

body{font-family: 'BGflame',sans-serif;background: #fff;overflow-y: scroll;color:#708090;}
a{text-decoration: none;}
a img{border:none}
img.pin{height:37px;width:32px;}

button{font-family:inherit;}

.loading{width:100%;text-align:center}

.screen{width:100%}
.content{display: block;margin-left: auto;margin-right: auto;max-width:980px;width:100%;}

.clearfix:after {content: " ";visibility: hidden;display: block;height: 0;clear: both;}
.clear{clear:both}

.table{display: table;}
.tr{display: table-row;}
.td{display:table-cell;}
.align-top{vertical-align:top;}
.center{display:block;margin-left:auto;margin-right:auto;}

.bordered {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
}
.bordered th{text-align:left}	
.bordered tr td:first-child {text-align:center;text-align:-webkit-center}
.bordered tr:nth-child(odd) { background-color: rgb(232,239,244); }
.bordered tr:nth-child(even) { background-color: #FFF; }

.round{	   
	padding:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #00ADEF;
	background: #E9F4FF;
	box-shadow: 0 0 4px rgb(151, 222, 248);
	margin:0.3em;
}
.errors{
	background-color:rgba(255, 221, 221, 0.34);
	padding: 3px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:red;
	margin:0.5em;
}
.success{
	background-color: rgb(221, 252, 221);
	padding: 3px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:green;
	margin:0.5em;
}
.image-count{
	position: relative;
	border: 2px solid white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: red;
	position: -20px;
	top: -32px;
	color: white;
	font-weight: bold;
	text-align: center;
	float: right;
	left: -10px;
}
	
/*--- Info window ---*/
.gm-style-iw{min-width:200px;min-height:60px;}
.infowindow{line-height:1.35;overflow:hidden;white-space:nowrap;max-width: 305px;}
.infowindow a{color:grey}
.zoom-wrapper{float:left;clear:both}
.zoom{float:left; width:60px;height:24px; padding-left:24px;}
.zoomTo{background: url(../images/site/zoom_in.png) no-repeat; }
.zoomOut{background: url(../images/site/zoom_out.png) no-repeat;}
.eye{background:url(../images/site/eye.png) no-repeat;float:right;width:21px;height:17px;background-position: 0px 2px;margin-left: 0.5em;}
.rating-sprite {background: url(../images/site/star-rating-sprite-s.png) repeat-x;font-size: 0;height: 16px;line-height: 0;overflow: hidden;text-indent: -999em;width: 80px;display: inline-block;}
.rating {background: url(../images/site/star-rating-sprite-s.png) repeat-x;background-position: 0 100%;float: left;height: 16px;display:block;}
.thumb {display: block;text-align: center;}
	
blockquote{
  background: #fff;
  margin: 1em;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
  font-size:1.3em;
  font-family:monospace;color:black;
  border-radius:8px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.6em;

}
blockquote p {display: inline;}
	
.to-top-btn {position: fixed;bottom: 20px;right: 30px;text-decoration:none;background: #FFFFFF;display: none;margin:0;width: 16px;height: 16px;border-radius: 50%;}
.fullscreenControl{background: url(../images/site/fullscreen-open.png) no-repeat center;}
.fullscreenControl.closeScreen{background: url(../images/site/fullscreen-close.png) no-repeat center;}
.searchControl{background: url(../images/site/searchControl.png) no-repeat center;}
.findMeControl{background: url(../images/site/geolocate.png) no-repeat center;}
.showResultsControl{background: url(../images/site/mapControl-down.png) no-repeat center;margin-bottom:20px;}
.mapControl{height:40px;width:40px;border:2px solid white;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;margin: 0.5em;box-shadow: 0 0 10px #999;background-color: rgba(74, 74, 74, 0.47) !important;}
	
.closed{color:red;}
.open{color:#4CAF50;}

.numberCircle:before {
    content: '\200B';
    display: inline-block;
    line-height: 0px;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-left: 5px;
}
.numberCircle {
    display: inline-block;
    border-radius: 50%;
    /* border: 1px solid; */
    font-size: 10px;
    background: red;
    color: white;
    text-shadow: none;
    position:absolute;
    /*
    top: -45px;
    right:2px;
    */
}

.numberCircle:after {
    content: '\200B';
    display: inline-block;
    line-height: 0px;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-right: 5px;
}

.form-field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .5em;
}

.form-field > section {
    border: 1px solid #aaa;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex: 1;
    background-color: white
}
.form-field > section label {
	min-width:150px;
    flex: 1;
}

.form-field > section input {
    border: 0;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 300;
    padding: .35em .5em;
}
.form-field > section select {
    border: 0;
    flex-grow: 1;
    font-size: 13px;
    font-weight: 300;
    padding: .35em .5em;
    margin:0 0.35em;
}

.form-field i {
    align-self: center;
    padding: .5em .5em;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: #2196f3;
    cursor:pointer;
}

.form-field i svg{fill: #2196F3;}
.form-field section i:first-child {border-right: 1px solid #aaaaaa;}
.form-field section i:last-child {border-left: 1px solid #aaaaaa;}



/*---ipad2/3---*/
@media screen and (max-width: 980px) {
	.content-side{width:30%;float:left}
	.content-center{width:40%;float:left}
	.small-font{font-size:0.7em}
}

@media all and (max-width : 375px){
	.content{width:375px}
	}
@media all and (max-width : 360px){
	.content{width:360px}
	}


