.h1menu, #footer_directs{
	display: none;
}
#content-wrapper{
	margin: 0;
	font-family: 'Roboto', sans-serif;
  	font-style: normal;
}
.wrap-map{
	height: 60vh;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    overflow-y: hidden;
}

#map{
	width: 100%;
	height: 100vh;
	min-height: 900px;
}
.map-start-display{
	background-color: rgba(51, 51, 51, 0.55);
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
.map-start-display .title{
	font-size: 80px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 80px;
	margin-bottom: 45px;
	
}
.map-button-deal{
	background-color: #FFF;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	cursor: pointer;
}
.map-button-deal:first-child{
	border-left: 2px solid #FFF;
	border-radius: 4px 0 0 4px;
}
.map-button-deal:last-child{
	border-right: 2px solid #FFF;
	border-radius: 0 4px 4px 0;
}
.map-button-deal:first-child a{
	border-right: 1px solid #bfbfbf;
}
.map-button-deal:last-child a{
	border-left: 1px solid #bfbfbf;
}
.gradient{
	background: -webkit-linear-gradient(bottom, rgba(215, 215, 215, 0.3), rgba(255, 255, 255, 0.3)); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background: -moz-linear-gradient(bottom, rgba(215, 215, 215, 0.3), rgba(255, 255, 255, 0.3)); /* Firefox 3.6 - 15 */
	background: -o-linear-gradient(bottom, rgba(215, 215, 215, 0.3), rgba(255, 255, 255, 0.3)); /* Opera 11.1 - 12 */
	background: linear-gradient(to top, rgba(215, 215, 215, 0.3), rgba(255, 255, 255, 0.3)); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    z-index: 10;
}
.gradient:before{
	content: '';
	display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    z-index: -10;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	background: -webkit-linear-gradient(bottom, #d7d7d7, #FFFFFF); /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background: -moz-linear-gradient(bottom, #d7d7d7, #FFFFFF); /* Firefox 3.6 - 15 */
	background: -o-linear-gradient(bottom, #d7d7d7, #FFFFFF); /* Opera 11.1 - 12 */
	background: linear-gradient(to top, #d7d7d7, #FFFFFF); /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
}
.gradient:hover:before{
	opacity: 1;
}
.map-button-deal a{
	display: block;
	font-size: 18px;
	color: #000000;
	padding: 15px 30px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	
	
}
.map-button-deal a:hover{
	color: #000000;
	text-decoration: none;
	
}
.map-button-deal a:focus,
.map-button-deal a:active,
.map-button-deal a.active{
	box-shadow: inset 0px 3px 3px rgba(0,0,0,0.3);
    background: rgba(234, 78, 86, 1);
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.count-lots-deal{
	margin-top: 20px;
	text-align: center;
	color: #FFF;
}
.count-lots-deal>div>div:first-child{
	font-size: 20px;
	font-weight: bold
}
.count-lots-deal>div>div:last-child{
	font-size: 15px;
}

.map-search{
	position: absolute;
    top: -100px;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.map-search>div{
	position: relative;
}
.map-search>div span.ico{
	background: url("/public/images/map/lupa.png") no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
    left: 15px;
}

.map-search input{
	font-size: 16px;
	width: 560px;
	height: 50px;
	padding: 14px 15px 15px 50px;
	border-radius: 4px 0 0 4px;
	border: 0;
	box-shadow: -3px 0px 8px 3px rgba(0, 0, 0, 0.2);
}

.map-search a{
	background: rgba(234, 78, 86, 1);
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 15px 14px 15px;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    box-shadow: 3px 0px 8px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.map-search a:hover{
	background: rgba(236, 96, 103, 1);
}
.map-search a:active, .map-search a:focus{
	background: rgb(210, 70, 77);
}
.map-search input::-webkit-input-placeholder {color:#b6b6b6;}
.map-search input::-moz-placeholder {color:#b6b6b6;}
.map-search input:-moz-placeholder {color:#b6b6b6;}
.map-search input:-ms-input-placeholder {color:#b6b6b6;}

/*filter*/

.wrap-map-filter{
	position: absolute;
    left: -350px;
    top: 45px;
    width: 300px;
    z-index: 15;
    -webkit-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -moz-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -o-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    height: calc(100% - 45px);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
a.filter-toggle{
	position: absolute;
	cursor: pointer;
	font-size: 25px;
	color: #000;
	right: 0px;
    top: 50%;
}
a.filter-toggle:after{
	content: " ";
    transform: perspective(100px) rotateY(45deg) scale(1.1,1.1);
    height: 50px;
    width: 30px;
    right: -28px;
    top: calc(50% - 25px);
    position: absolute;
    background: #FFF;
    box-shadow: 3px -1px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: all;
}
a.filter-toggle:before{
	content: "‹";
    height: 24px;
    width: 10px;
    right: -17px;
    top: calc(50% - 16px);
    position: absolute;
    color: #000;
    z-index: 1;
    font-size: 25px;
    cursor: pointer;
    pointer-events: all;
}
.wrap-map-filter form{
	height: calc(100% - 65px);
	overflow-y: hidden;
}
.wrap-map-filter form .form-object{
	padding: 15px 0px 5px 15px;
    width: 260px;
}
.wrap-map-filter form .form-object.brd{
	border-top: 1px solid #bfbfbf; 
	border-bottom: 1px solid #bfbfbf; 
	width: 100%;
}
.wrap-map-filter form .form-object.brd2{
	border-top: 0; 
	border-bottom: 1px solid #bfbfbf;
	width: 100%; 
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #FFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', sans-serif;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0;
    background: rgba(0, 0, 0, 0.04);
    font-weight: inherit;
    color: inherit;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: inherit;
}
.ui-widget-content li.ui-menu-item{
	padding: 0;
	list-style-image: none;
}
.ui-widget-content li.ui-menu-item.ui-state-focus{
	background: #f5f5f5 !important;
}
.ui-widget-content li label{
	font-size: 13px;
    color: #000;
    background: #dddddd;
    width: 100%;
    text-align: left;
    
}
.ui-widget-content li a{
	color: #181415;
    font-size: 16px;
}
.ui-widget-content li a{
	padding: 4px 18px;
    margin: 0;
    display: block;
}
.ui-widget-content li a span{
	font-size: 13px;
	color: #9b9a9b;
	margin-left: 5px;
}
.ui-widget-content li label{
	padding: 8px 18px;
	margin: 0;
}
.ui-widget-content li a:hover{
	color: #181415;
    font-weight: normal;
}
.wrap-map-filter form .form-object select{
	width: 100%;
	height: 35px;
	padding-left: 15px;
	border-radius: 3px;
}
.wrap-map-filter form .form-object input{
	width: 70px;
}

.wrap-map-filter form .form-object input[type='search']:focus{
	width: 70px;
}

.wrap-map-filter form .form-object input[name='from_price'],
.wrap-map-filter form .form-object input[name='to_price']{
	width: 120px;
}
.wrap-map-filter form .form-object input[name='from_price']{
	margin-top: 15px;
	margin-bottom: 5px;
}



.clear_filter{
	text-align: center;
    font-size: 12px;
    color: #999999;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    padding: 14px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.clear_filter:hover{
	background: #f5f5f5;
}
.view_lots_list{
	position: fixed;
	bottom: 5px;
	left: -300px;
	width: 290px;
	background: #6a88cc;
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	-webkit-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -moz-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    -o-transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
    transition: all 800ms cubic-bezier(0.76,0.01,0.06,1);
	cursor: pointer;
}
.view_lots_list span.count-lots{
	font-size: 12px;
	opacity: 0.5;
}



.arrow_box {
	position: relative;
	background: #FFF;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 20px;
	margin-left: -20px;
}


.elements{
	position: relative;
}

.gm-iv-address{
	height: auto !important;
	
}

@media all and (max-device-width: 1700px), screen and (max-width: 1700px) {
	.element .info_descr>div{
		width: 50%;
	}
	#content-wrapper .element .info {
	    padding: 15px 10px;
	}
}