.house-cont {
	line-height: 0;
	position: relative;
}

.house-cont .winter > img, .house-cont .summer .wrap > img {
	width: 100%;
}

.abs {
	position: absolute;
	top: 0px;
	left: 0px;
}

.season {
	overflow: hidden;
}

.flipV {
	transform: scale(-1, 1);
}

.flow-red {
	fill: #FF0000;
}

.flow-blue {
	fill: #70B2ED;
}

.wrap {
	position: relative;
}

.popup {
	position: absolute;
	/*overflow: hidden;*/
	transform-origin: 50% 0%;

	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	white-space: nowrap;
	cursor: pointer;
}

.popup img {
	width: -moz-fit-content;
}

.popup h1 {
	font-family: 'Noticia Text', serif;
	font-style: italic;
	font-weight: 300;
}


.sun {
	top: 70%;
	left: 30.8%;
}

.sun img {
	transform-origin: center center;
	margin-top: 20%;
	transition: all 0.5s ease-in-out;
}

.sun span {
	opacity: 0;
	display: block;
	margin-top: 2rem;

	transition: all 0.3s ease-in-out;
}

.summer .sun-wrap:hover {
	top: 68%;
	left: 18.62%;
	width: 320px;
	height: 220px;
	border-radius: 0px;
	background-color: rgba(0, 103, 171, 0.8);
}

.summer .sun-wrap:hover img {
	margin-top: 8%;
}

.summer .sun-wrap:hover span {
	opacity: 1;
}

.summer .sun-wrap{
	background-color: #0067ab;
}

.info {
	top: 7%;
	left: 50%;
}

.info img {
	transform-origin: center center;
	margin-top: 30%;
	margin-bottom: 5%;
	transition: all 0.5s ease-in-out;
}

.info h1 {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.info span {
	opacity: 0;
	display: block;
	transition: all 0.3s ease-in-out;
}

.summer .info-wrap:hover {
	top: 3%;
	left: 50%;
	width: 480px;
	height: 340px;
	border-radius: 0;
	background-color: rgba(0, 103, 171, 0.8);
}

.summer .info-wrap:hover img {
	margin-bottom: 5%;
	margin-top: 8%;
}

.summer .info-wrap:hover span {
	opacity: 1;
}

.summer .info-wrap:hover h1 {
	opacity: 1;
}

.summer .info-wrap{
	background-color: #0067ab;
}

.info-wrap {
	width:88px;
	height:88px;
	border-radius: 44px;
	margin-left:-50%;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	line-height: 2.8rem;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.winter .sun-wrap:hover {
	top: 68%;
	left: 18.62%;
	width: 320px;
	height: 220px;
	border-radius: 0px;
	background-color: rgba(237, 28, 36, 0.8);
}

.winter .sun-wrap:hover img {
	margin-top: 10%;
}

.winter .sun-wrap:hover span {
	opacity: 1;
}

.winter .sun-wrap{
	background-color: #ed1c24;
}

.winter .info-wrap:hover img {
	margin-bottom: 5%;
	margin-top: 10%;
}

.winter .info-wrap:hover span {
	opacity: 1;
}

.winter .info-wrap:hover h1 {
	opacity: 1;
}

.winter .info-wrap:hover {
	top: 3%;
	left: 34.94%;
	width: 506px;
	height: 356px;
	border-radius: 0;
	background-color: rgba(237, 28, 36, 0.8);
}

.winter .info-wrap{
	background-color: #ed1c24;
}

.sun-wrap{
	width:88px;
	height:88px;
	border-radius: 44px;
	margin-left:-50%;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	line-height: 2.8rem;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.drag-bar img {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
}

.drag-bar {
	position: absolute;
	height: 100%;
	display: flex;
	top: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.drag-bar .flipV-left {
	transform: translateX(0px) scale(-1, 1);
	transition: all 0.3s ease-in-out;
}

.drag-bar .flipV-right {
	transition: all 0.3s ease-in-out;
}

.drag-bar:hover {
	cursor: e-resize;
}

.drag-bar:hover .flipV-left {
	transform: translateX(-3px) scale(-1, 1);
}

.drag-bar:hover .flipV-right {
	transform: translateX(3px);
}

.thumb {
	align-self: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: -23px;
}

.thumb img {
	margin: 0 2px;
}

.line {
	background-color: rgba(255, 255, 255, 0.8);
	width: 2px;
	height: 100%;
}

@media screen and (max-width: 1600px) {
	.popup{
		font-size: 1.4rem;
	}

	.popup h1 {

	}

	.info img {
		transform: scale(0.8);
		margin-top: 26%;
		margin-bottom: 3%;
	}
	.info-wrap {
		width:70px;
		height:70px;
		border-radius: 35px;
		line-height: 2.3rem;

	}
	.sun img {
		transform: scale(0.8);
		margin-top: 14%;
	}

	.sun span {
		margin-top: 1.5rem;
	}
	.sun-wrap{
		width:70px;
		height:70px;
		border-radius: 35px;
		line-height: 2.3rem;
	}

	.summer .info-wrap:hover {
		width: 400px;
		height: 290px;
	}
	.summer .info-wrap:hover img {
		margin-bottom: 3%;
		margin-top: 6%;
	}

	.winter .info-wrap:hover img {
		margin-bottom: 3%;
		margin-top: 6%;
	}
	.winter .info-wrap:hover {
		width: 420px;
		height: 300px;
	}

	.winter .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 280px;
		height: 190px;
	}

	.summer .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 280px;
		height: 190px;
	}
}
@media screen and (max-width: 1440px) {
	.popup{
		font-size: 1.2rem;
	}

	.popup h1 {

	}

	.info img {
		transform: scale(0.8);
		margin-top: 26%;
		margin-bottom: 3%;
	}
	.info-wrap {
		width:70px;
		height:70px;
		border-radius: 35px;
		line-height: 2.0rem;

	}
	.sun img {
		transform: scale(0.8);
		margin-top: 13%;
	}

	.sun span {
		margin-top: 1.2rem;
	}
	.sun-wrap{
		width:70px;
		height:70px;
		border-radius: 35px;
		line-height: 2.3rem;
	}

	.summer .info-wrap:hover {
		width: 340px;
		height: 250px;
	}
	.summer .info-wrap:hover img {
		margin-bottom: 3%;
		margin-top: 6%;
	}
	.winter .info-wrap:hover img {
		margin-bottom: 3%;
		margin-top: 6%;
	}
	.summer .sun-wrap:hover img {
		margin-bottom: -1%;
		margin-top: 6%;
	}
	.winter .sun-wrap:hover img {
		margin-bottom: -1%;
		margin-top: 6%;
	}

	.winter .info-wrap:hover {
		width: 340px;
		height: 250px;
	}

	.winter .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 250px;
		height: 170px;
	}

	.summer .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 250px;
		height: 170px;
	}
}
@media screen and (max-width: 1200px) {
	.popup{
		font-size: 1.1rem;
	}

	.popup h1 {

	}

	.info img {
		transform: scale(0.7);
		margin-top: 24%;
		margin-bottom: 3%;
	}
	.info-wrap {
		width:60px;
		height:60px;
		border-radius: 30px;
		line-height: 2.0rem;

	}
	.sun img {
		transform: scale(0.7);
		margin-top: 7%;
	}

	.sun span {
		margin-top: 1.2rem;
	}
	.sun-wrap{
		width:60px;
		height:60px;
		border-radius: 30px;
		line-height: 1.8rem;
	}


	.summer .info-wrap:hover img {
		margin-bottom: 2%;
		margin-top: 5%;
	}
	.winter .info-wrap:hover img {
		margin-bottom: 2%;
		margin-top: 5%;
	}
	.summer .sun-wrap:hover img {
		margin-bottom: -3%;
		margin-top: 3%;
	}
	.winter .sun-wrap:hover img {
		margin-bottom: -3%;
		margin-top: 3%;
	}

	.winter .info-wrap:hover {
		width: 310px;
		height: 235px;
	}
	.summer .info-wrap:hover {
		width: 310px;
		height: 235px;
	}
	.winter .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 230px;
		height: 140px;
	}

	.summer .sun-wrap:hover {
		top: 68%;
		left: 18.62%;
		width: 230px;
		height: 140px;
	}
}

















/* slider home page  */


.home-slider-wrap {
    position: relative;
    padding-top: 20px;
    z-index: 1;
    background-color: #fff
}

.home-slider-wrap:before,
.home-slider-wrap:after {
    content: " ";
    display: table
}

.home-slider-wrap:after {
    clear: both
}

@media (min-width: 768px) {
    .home-slider-wrap {
        padding-top: 50px
    }
}

.home-slider-wrap.active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.home-slider-wrap.active .home-slider-inner-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.home-slider-heading {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .home-slider-heading {
        margin-left: 8.33333%
    }
}

@media (min-width: 768px) {
    .home-slider-heading {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 83.33333%
    }
}

@media (min-width: 1200px) {
    .home-slider-heading {
        margin-left: 16.66667%
    }
}

@media (min-width: 1200px) {
    .home-slider-heading {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 66.66667%
    }
}

@media (min-width: 1550px) {
    .home-slider-heading {
        margin-left: 25%
    }
}

@media (min-width: 1550px) {
    .home-slider-heading {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }
}

.home-slider-heading h3 {
    font-family: 'agenda', sans-serif;
    text-transform: uppercase;
    color: #333132;
    font-size: 22px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
    transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
    transition: opacity 1.4s ease, transform 1.4s ease;
    transition: opacity 1.4s ease, transform 1.4s ease, -webkit-transform 1.4s ease
}

@media (min-width: 768px) {
    .home-slider-heading h3 {
        font-size: 30px
    }
}
@media only screen and (max-width: 767px) {
	.flickr-gallery li a img { 
		width: 100%; 
		max-height: auto; 
		min-height: auto; 
	}
	
}


.home-slider-inner {
    position: relative;
    margin: 20px 0 80px 0;
    padding: 20px 0
}

@media (min-width: 768px) {
    .home-slider-inner {
        margin: 40px 0 100px 0;
        padding: 40px 0
    }
}

.home-slider-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-behavior: url("../index.html");
    background-color: #f8f8f8
}

.home-slider-inner-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
    transition: opacity 1.4s ease, -webkit-transform 1.4s ease;
    transition: opacity 1.4s ease, transform 1.4s ease;
    transition: opacity 1.4s ease, transform 1.4s ease, -webkit-transform 1.4s ease
}

@media (min-width: 1200px) {
    .home-slider-inner-wrap {
        margin-left: 8.33333%
    }
}

@media (min-width: 1200px) {
    .home-slider-inner-wrap {
        position: relative;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 83.33333%
    }
}

@media (min-width: 768px) {
    .home-slider-inner-wrap {
        display: block
    }
}

.home-slider {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 480px
}

@media (min-width: 768px) {
    .home-slider {
        height: 500px
    }
}

.home-slider .slides,
.home-slider .flex-viewport,
.home-slider .slide {
    width: 100%;
    height: 100%
}

.home-slider .slide:before,
.home-slider .slide:after {
    content: " ";
    display: table
}

.home-slider .slide:after {
    clear: both
}

.home-slider .slide.flex-active-slide img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1.4s ease 0.4s, -webkit-transform 1.4s ease 0.4s;
    transition: opacity 1.4s ease 0.4s, -webkit-transform 1.4s ease 0.4s;
    transition: opacity 1.4s ease 0.4s, transform 1.4s ease 0.4s;
    transition: opacity 1.4s ease 0.4s, transform 1.4s ease 0.4s, -webkit-transform 1.4s ease 0.4s
}

.home-slider .flex-control-nav {
    bottom: -75px
}

@media (min-width: 768px) {
    .home-slider .flex-control-nav {
        bottom: -105px
    }
}

.home-slider .flex-control-nav li {
    margin: 0 2px
}

.home-slider .flex-control-nav a {
    width: 16px;
    height: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url("../index.html");
    background: url("../index.html"), none
}

.home-slider .flex-control-nav a.flex-active,
.home-slider .flex-control-nav a:hover {
    background: url("../index.html");
    background: url("../index.html"), none
}

.home-slider .address {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%
}

.home-slider .address p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left
}

@media (min-width: 768px) {
    .home-slider .address p {
        font-size: 14px
    }
}

.home-slider .price-range {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 100%
}

.home-slider .price-range p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: right
}

@media (min-width: 768px) {
    .home-slider .price-range p {
        font-size: 14px
    }
}

.home-slider-split {
    position: relative;
    display: block;
    margin: 30px 0;
    height: 50%;
    -webkit-transition: background-color 0s ease 0.6s;
    transition: background-color 0s ease 0.6s
}

.home-slider-split:first-of-type {
    margin-top: 0
}

.home-slider-split:last-of-type {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .home-slider-split {
        float: left;
        margin: 0;
        width: 50%;
        height: 100%
    }
}

.home-slider-split:hover {
    background-color: #fff;
    -webkit-transition: background-color 0s ease 0s;
    transition: background-color 0s ease 0s
}

.home-slider-split:hover .home-slider-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.home-slider-split:hover .home-slider-img:after {
    opacity: 0
}

.home-slider-split-inner {
    width: 100%;
    height: 100%
}

.home-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-behavior: url("../index.html");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s ease, -webkit-filter 0.6s ease;
    transition: -webkit-transform 0.6s ease, -webkit-filter 0.6s ease;
    transition: transform 0.6s ease, filter 0.6s ease;
    transition: transform 0.6s ease, filter 0.6s ease, -webkit-transform 0.6s ease, -webkit-filter 0.6s ease
}

.home-slider-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333132;
    opacity: 0.8;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    z-index: 2
}

.home-slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -ms-behavior: url("../index.html");
    z-index: 5
}

@media (min-width: 1200px) {
    .home-slider-arrow {
        margin-top: -32px;
        width: 64px;
        height: 64px
    }
}

.home-slider-arrow.prev {
    left: 15px;
    background-image: url("../index.html");
    background-image: url("../index.html"), none
}

@media (min-width: 768px) {
    .home-slider-arrow.prev {
        left: -10px
    }
}

@media (min-width: 1200px) {
    .home-slider-arrow.prev {
        left: -20px
    }
}

.home-slider-arrow.next {
    right: 15px;
    background-image: url("../index.html");
    background-image: url("../index.html"), none
}

@media (min-width: 768px) {
    .home-slider-arrow.next {
        right: -10px
    }
}

@media (min-width: 1200px) {
    .home-slider-arrow.next {
        right: -20px
    }
}

.home-slider-logo-wrap {
    position: relative;
    height: 100%;
    z-index: 4
}

.home-slider-logo-wrap img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 200px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0s ease 1.2s, -webkit-transform 0s ease 1.2s;
    transition: opacity 0s ease 1.2s, -webkit-transform 0s ease 1.2s;
    transition: opacity 0s ease 1.2s, transform 0s ease 1.2s;
    transition: opacity 0s ease 1.2s, transform 0s ease 1.2s, -webkit-transform 0s ease 1.2s;
    z-index: 2
}

@media (min-width: 1200px) {
    .home-slider-logo-wrap img {
        width: 200px
    }
}
.vertical-inner {
    display: table-cell;
    vertical-align: middle
}
.single-dev-spec-split.img .vertical-inner {
    font-size: 0;
    text-align: center
}