@font-face {
    font-family: 'gilroy';
    src: url("assets/fonts/Gilroy/Gilroy-Light.eot");
    src: url("assets/fonts/Gilroy/Gilroy-Light.eot") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }
  
  @font-face {
    font-family: 'gilroy';
    src: url("assets/fonts/Gilroy/Gilroy-Regular.eot");
    src: url("assets/fonts/Gilroy/Gilroy-Regular.eot") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }
  
  @font-face {
    font-family: 'gilroy';
    src: url("assets/fonts/Gilroy/Gilroy-SemiBold.eot");
    src: url("assets/fonts/Gilroy/Gilroy-SemiBold.eot") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal; }
  
  @font-face {
    font-family: 'gilroy';
    src: url("assets/fonts/Gilroy/Gilroy-ExtraBold.eot");
    src: url("assets/fonts/Gilroy/Gilroy-ExtraBold.eot") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }
  

.myblock-center {
    display: block;
}
.flat_description p {
    margin-bottom: 25px;
	font-size: 18px;
}
.fixed-img.flat {
    top: 10%;
	z-index: 0 !important;
}
.gallery-list {
    padding-top: 4.16667vw;
    display: block;
 }
.gallery-items {
    width: 25%;
	float:left;
    height: auto;
    position: relative;
}
.gallery-items .img-box.with-plus.rocket-lazyload {
    width: 23vw;
    height: 23vw;
    margin-bottom: 1.38889vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.gallery-items h3{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}
.img-box.with-plus:before {
    content: '';
    display: block;
    position: absolute;
    width: 2.77778vw;
    height: 2.77778vw;
    border-radius: 100%;
    background-color: rgba(106, 64, 70, 0.5);
    left: 50%;
    top: 40%;
    background-image: url(./img/Vector.svg);
    background-size: 1.38889vw;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    transition: 0.5s;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.img-box.with-plus:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(106, 64, 70, 0.5);
    box-shadow: 4px 4px 12px rgba(106, 64, 70, 0.5);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.img-box.with-plus:hover:before, .img-box.with-plus:hover:after {
    opacity: 1;
}
.flat_form img.lazyloaded {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px){
.centered-block.flat {
     left: 30%;
	}
}	
@media (max-width: 768px){
.gallery-items {
    width: 50% !important;
	}	
.gallery-items .img-box.with-plus.rocket-lazyload {
    width: 45vw;
    height: 45vw;
	}	
}
@media (max-width: 480px){
.gallery-items {
    width: 100% !important;
	}	
.gallery-items .img-box.with-plus.rocket-lazyload {
    width: 90vw;
    height: 90vw;
	}	
}
.ifowindow-content {
	padding: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#contacts-map .h3.brand-color.text-center {
	padding: 20px;
}
.nav-tabs.bottom {

	margin-top: -30px;

	margin-bottom: 20px;
}
body.without-fullpage .section {
	overflow: auto;
}
body.without-fullpage,
body.single {
	overflow: auto;
	padding-top: 71px;
	display: flex;
	flex-direction: column;
}

body.without-fullpage .section-8	 {
	margin-top: auto;
	margin-bottom: 0;
}
@media(max-width: 768px){
  .section-0 .plus-item > div > p{
    font-size: 14px !important;
    line-height: 1.3;
  }
  .section-0 .plus-item{
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
.navbar-collapse.collapse .navbar-nav {
    min-width: 1000px;
    left: 44%;
    }
}	
@media (min-width: 1500px) {
.navbar-collapse.collapse .navbar-nav {
    min-width: 1200px;
    }
}	

@media(min-width: 767px){.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}50%{opacity:1;}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}50%{opacity:1;}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}}

@media screen and (max-width: 1200px) {
	.callback {
		display: none;
	}

	.callback:hover {
	}
}

.home .section-3 > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px) {
	.cottages-selector{
		overflow: visible !important;
		margin-top: 100px !important;
	}
	.cottages-selector h2 {
    position: absolute !important;
    top: -125px !important;
	
	}
	
}
@media screen and (max-width: 425px) {
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
    top: 30% !important;
    position: absolute;
	width: 100% !important;	
    }
    	button.owl-next {
        right: 0px;
        position: absolute;
    }
    	.owl-nav.disabled button {
        background: #6a4046 !important;
        width: 36px;
        height: 36px;
        color: #fff !important;
        font-size: 24px !important;
    }
    .owl-nav.disabled button:focus {
        outline: none;
    }
    .home .section-3 > div > img {
    	height: auto;
    	object-fit: contain;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    }
    .home #main .section.section-3 {
    	min-height: auto !important;
    }
    .home .section-3 > div {
    	height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .section-3 .centered-block {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    }
}	
@media screen and (max-width: 350px) {
	.cottages-selector h2 {
    top: -150px !important;
	}
	.cottages-selector {
    margin-top: 120px !important;
}
}
.map .map-buttons li .btn img {
    max-width: 25px;
}