@charset "utf-8";

@font-face {
	font-family: ProximaNova2;
	src: url('../css/fonts/ProximaNova/ProximaNova-Regular.ttf');
}
@font-face {
	font-family: Gotham;
	src: url('../css/fonts/Gotham/Gotham-Light.otf');
}
* {
	padding:0px;
	margin:0px;
}
body {
	font-family: Gotham,  serif;
	font-size:12px;
	color:#666666;
	margin: 0 auto;
}
.wrapper {
	position: absolute;
	overflow: hidden;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	max-width: 1647px;
	max-height: 1200px;
	margin: 0 auto;
	background-color: #E9E6DF;
	z-index: 20;
}
video{
	z-index: 35;
}
.video{
	height: 71.5%;
	z-index: 135;
}
.video .buttonPlay, .video .buttonPause{
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: transparent;
	border: none;
	z-index: 40;
	cursor: pointer;
}
.video .buttonPlay{
	visibility: hidden;
	top: 33.3%;
	left: 46.3%;
	background-image: url(../Images/Play_Button.svg);
}
.video .buttonPause{
	height: 200px;
	opacity: 0;
	bottom: 25%;
	left: 2%;
	background-image: url(../Images/Pause_Button.svg);
}
.wrapper:hover .buttonPlay{
	visibility: visible;
}
.playButton button:hover{
	cursor: pointer;
}
.pagination {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -1px;
	width: 100%;
}
.pagination a.toc {
	width:33.33%;
	height: 100%;
	min-height: 396px;
	display:inline-block;
	position:relative;
	cursor: pointer;
}
.transparent{
	position: absolute;
	width:33.33%;
	height: 100%;
	min-height: 396px;
	top: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 40;
}
.transparent1{
	left: 0;
	right: 66%;
}
.transparent2{
	left: 33%;
	right: 33%;
}
.transparent3{
	left: 66%;
	right: 0%;
}
.pagination a.toc img  {
	position: absolute;
	height: auto;
	width: auto;
	object-fit: cover;
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	left: 0;
}

.col1 {
	flex: 60%;
	position: relative;
}
.col2 {
	flex: 40%;
	flex-direction: column;
	z-index: 50;
}
.wrapper_col2{
	position: relative;
	text-align: center;
}
.wrapper_col2-img{
	height: 0;
	padding-top: 50%;
	position: relative;
	display: block;
}
.h{
	margin-top: 140px;
	top: 50%;
}
.h-apartments{
	width: 78%;
	margin: 0 auto;
	font-size: 26px;
	line-height: 30px;
	color: #4a4d55;
	font-family: Gotham, serif;
	font-weight: 300;
	/*font-family: 'Montserrat', sans-serif;*/
}
.h-id{
	margin-top: 50px;
	font-size: 32px;
	line-height: 30px;
	font-family: Gotham, serif;
	font-weight: 300;
}
.h-id a{
	text-decoration: none;
	color: #4a4d55;
	cursor: pointer;
}
.h-site a:hover{
	text-decoration: none;
	color: #111
}
.h-site>a, h-site>a:visited, h-site>a:active{
	text-decoration: none;
	color: #4a4d55;
}
button a {
	text-decoration: none;
	color: white;
}
.wrapper_col2 button{
	width: 264px;
	height: 43px;
	background-color: #4a4d55;
	color: white;
	border: 2px solid #ffffff;
	border-radius: 21px;
	margin-top: 23px;
	font-size: 14px;
	line-height: 30px;
	background-color: #4a4d55;
	cursor: pointer;
}
.h-site{
	margin-top: 23px;
	font-size: 14px;
	line-height: 30px;
	color: #4a4d55;
	/*font-family: "Gotham", "ProximaNova", sans-serif;*/
	font-weight: 300;
}
.wrapper_col2-imgBlock{
	display: flex;
	justify-content: center;
	height: 268px;
}
.wrapper_col2-img img {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 140%;
	max-width: 100%;

}
.wrapper_col2 span{
	width: 18%;
	margin: 0 38px;
	padding-top: 22%;
}
@media screen and (max-width: 1920px) {
	.wrapper {
		max-width: 1410px;
		max-height: 1032px;
	}
	.video{
		height: 68%;
	}
	@media  screen and  (max-height: 1080px)  {
		.wrapper {
			max-width: 1281px;
			max-height: 930px;
		}
		.video{
			height: 65.9%;
		}
	}
}
@media screen and (max-width: 1600px) {
	.wrapper {
		max-width: 1234px;
		max-height: 900px;
	}
	.video{
		height: 67%;
	}
	.video .buttonPlay {
		top: 30.5%;
		left: 45.3%;
	}
	.pagination a.toc {
		min-height: 367px;
	}
	.h {
		margin-top: 77px;
	}
	.h-apartments{
		width: 78%;
		font-size: 24px;
	}
}
@media screen and (max-width: 1536px) {
	.wrapper {
		max-width: 1184px;
		max-height: 864px;
	}
	.video{
		height: 66%;
	}
	.video .buttonPlay {
		top: 30%;
		left: 45.3%;
	}
}
@media screen and (max-width: 1366px) {
	.wrapper {
		max-width: 1047px;
		max-height: 763px;
	}
	.video{
		height: 63%;
	}
	.video .buttonPlay {
		top: 28%;
		left: 44.3%;
	}
}

@media screen and (max-width: 1280px) {
	.wrapper {
		max-width: 1278px;
		max-height: 935px;
	}
	.video{
		height: 71.5%;
	}
	.video .buttonPlay{
		top: 30%;
		left: 44.5%;
	}
	.pagination a.toc {
		min-height: 304px;
	}
	.h-apartments{
		width: 83%;
		font-size: 22px;
	}
	@media  screen and  (max-height: 720px)  {
		.wrapper {
			max-width: 998px;
			max-height: 720px;
		}
		.video{
			height: 66.5%;
		}
	}
}
@media screen and (max-width: 1279px) {
	.wrapper {
		max-width: 1024px;
		max-height: 743px;
	}
	.video{
		height: 67%;
	}
	.pagination {
		top: -2px;
	}
}
@media screen and (max-width: 1024px) {
	.wrapper {
		max-width: 959px;
		max-height: 699px;
	}
	.video {
		height: 65.5%
	}
	.video .buttonPlay{
		top: 29%;
		left: 44%
	}
	pagination a.toc {
		min-height: 304px;
	}
	.h {
		margin-top: 77px;
	}
	.h-apartments {
		width: 81%;
		font-size: 16px;
	}
	.h-id {
		font-size: 26px;
		margin-top: 7px;
	}
	.wrapper_col2 button {
		width: 227px;
	}
	.h-site {
		font-size: 12px;
	}
	/*@media screen and (-webkit-min-device-pixel-ratio:0)*/
	/*and (min-resolution:.001dpcm) {*/
	/*	.video{ height: 60%; }*/
	/*}*/

	/*!* Chrome 22-28 *!*/
	/*@media screen and(-webkit-min-device-pixel-ratio:0) {*/
	/*	.video{ -chrome-:only (;*/
	/*		height: 60%;*/
	/*	);}*/
	/*}*/
}
@media screen and (max-width: 959px) {
	.wrapper {
		max-width: 770px;
		max-height: 562px;
	}
	.video {
		height: 60%
	}
	.video .buttonPlay{
		top: 25.5%;
		left: 41.5%
	}
}
@media screen and (max-width: 769px) {
	.wrapper {
		max-width: 565px;
		max-height: 1639px;
	}
	.video {
		height: 64.9%
	}
	.video .buttonPlay{
		top: 28.5%;
		left: 44%
	}
	.video .buttonPause{
		bottom: 26%;
	}
	pagination a.toc {
		min-height: 295px;
	}
	.h-apartments {
		width: 65%;
		font-size: 18px;
	}
	.h-site{
		font-size: 12px;
	}
	.wrapper_col2-img {
		padding-top: 40%;
	}
	.wrapper_col2-img img {
		top: 0;
	}
	.h {
		margin-top: -107px;
	}
	.wrapper_col2 span {
		margin: 38px 38px;
	}
	.col2 {
		position: relative;
		top: -60px;
		flex: 40%;
		flex-direction: column;
	}
}
@media screen and (max-width: 568px) {
	.wrapper {
		max-width: 420px;
		max-height: 1200px;
	}
	.video {
		height: 57.9%
	}
	.video .buttonPlay{
		top: 24.5%;
		left: 42%
	}
	pagination a.toc {
		min-height: 295px;
	}
	.h-apartments {
		width: 65%;
		font-size: 18px;
	}
	.h-site{
		font-size: 12px;
	}
	.wrapper_col2-img {
		padding-top: 63%;
	}
	.h {
		margin-top: -107px;
	}
}
@media screen and (max-width: 420px) {
	.wrapper {
		max-width: 330px;
		max-height: 1040px;
	}
	.col2 {
		top: -105px;
	}
	.video {
		height: 51.5%
	}
	.video .buttonPlay{
		top: 20.2%;
		left: 39%;
	}
	.video .buttonPause{
		bottom: 26%;
	}
	.h-apartments {
		font-size: 15px;
	}
	.h-site{
		font-size: 12px;
	}
}











