.infowindow{}
.infowindow a{color:#000;text-decoration:underline;font-size:12px;}
.infowindow .title{font-size:14px;color:#777;margin-bottom:5px;}
.infowindow .copy {font-size:12px;}
.infowindow .copy p{margin:0 0 5px;}
.infowindow .image{margin-right:10px;}
.infowindow .image img{max-width:120px;}

#object-summary .label:nth-child(3) ~ .label{
	display:none;
}

#object-summary .label:nth-child(4) ~ .label-summary{
	display:inline-block !important;
}

/*#object-free .label:hover, #object-free .label:focus { background: #fa7100; color: #fff; cursor:pointer;}*/

#single-map #map{height:500px !important;}

.object-item .object-fav.switch-on .add{display:none;}
.object-item .object-fav.switch-on .remove{display:block;}

#object-single .switch.switch-on .add{display:none;}
#object-single .switch.switch-on .remove{display:block;}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-6px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(6px, 0, 0);
  }
}



.shake{
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}	

.affix #chips-metro .label, .affix #chips-district .label , .affix #chips-other .label {
    display: none;
}

.affix #chips-metro .label:first-child, .affix #chips-district .label:first-child, .affix #chips-other .label:first-child{
    display: inline-block;
}

.affix #chips-metro .label:first-child:after, .affix #chips-district .label:first-child:after, .affix #chips-other .label:first-child:after{
	content:' … ';
    display: inline-block;	
}

#search-filters.affix{
	background:rgba(255,255,255,0.95);
}

#search-filters-list.show + #search-filters-applied .label{
	display:inline-block;
}

#hero-form #filter-operation .bootstrap-select.btn-group > .dropdown-menu{top:-200px;}

#search-objects h1{
font-size: 24px;
font-weight: 600;
line-height: 1.4;
color: #293340;
float: left;
width: 80%;
}

.no-metro{
	
}

#filter-district-metro.no-metro .with-two-labels::after{
	display:none;
}

#filter-district-metro.no-metro #filter-metro{
	display:none;
}

#object-photos .video::after{
	content: ' ';
	display: block;
	height: 100px;
	width: 100px;
	top: 0;
	left: 0;
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 150px;
	margin: 0px 0 0 -50px;
	background: url(/assets/templates2/images/video.png);
	background-size: 100% 100%;	
}


#footer .review-widget_net{
	transform:scale(0.75);
	width:195px;
	margin-left:-30px;
}
#footer .review-widget_net .branding{
	opacity:0;
}

#footer .review-widget_net .grw-net-widget-four-type-3{
	min-width:0 !important;
}

#footer .review-widget_net .grw-net-widget.grw-net-widget-dark .grw-net-widget-four{
	background:#293340;
	border:none;
}

#contents .grw-net-widget-more-head-bottom .grw-net-text{
	font-size:1.3rem;
}