@charset "utf-8";

@font-face {
font-family: 'Futura Light';
src: url('../fonts/FuturaLightC.eot');
src: url('../fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaLightC.woff') format('woff'),
url('../fonts/FuturaLightC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Futura Book';
src: url('../fonts/FuturaBookC.eot');
src: url('../fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaBookC.woff') format('woff'),
url('../fonts/FuturaBookC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Futura Medium';
src: url('../fonts/FuturaMediumC.eot');
src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaMediumC.woff') format('woff'),
url('../fonts/FuturaMediumC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body{
	margin: 0;
	padding: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.windowHolder{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22);
	position: absolute;
	z-index: 101;
	background-color: #FFF;
	opacity: 0;
	top: 0;
}
.window{
	display: grid;
	grid-template-columns: minmax(20px, 110px) minmax(300px, 500px) minmax(600px, 1fr);
	grid-template-rows: 150px calc(100vh - 250px) 100px;
	column-gap: 40px;

}
.galleryWindow{
	position: fixed;
}
.windowLeftFooter{
	grid-row: 1 / 4;
}

.windowGallery {
	grid-template-columns: minmax(20px, 110px) minmax(90%, 90%) minmax(20px, 110px);
}

.closeWindow{
	float: left;
    position: absolute;
    bottom: 30px;
    width: 36px;
    height: 37px;
}
.windowLeft, .windowRight{
	position: relative;
	overflow: hidden;
}
.windowLeft{
	align-self: center;
	display: none;
}
.windowHeader{
	line-height: 45px;
	font-size: 45px;
}
.windowSliderNav{
	background: rgba(0, 0, 0, 0.45);
	width: 125px;
	position: absolute;
	color: white;
	line-height: 50px;
	font-size: 45px;
	padding: 5px 0 12px 0;
    top: 0;
    text-align: center;
}
.totalSlides{
	font-size: 30px;
}
.windowSliderHolder1, .windowSliderHolder div, .windowSliderHolder figure, .windowTopLeft{
	position: relative;
	height: 100%;
}
.windowSliderHolder{
	height: 100%;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}
.windowSliderHolder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.moreInfoText {
	padding-right: 50px;
	padding-left: 158px;
	font-size: 18px;
}
.sliderControlHolder{
	width: 125px;
	position: absolute;
	height: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	bottom: 0;
}
.arrowHolder{
	background: rgba(0, 0, 0, 0.45);
	position: relative;
}
.arrow{
	content: url("../img/arrow.svg");
	width: 50%;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	top: 50%;
	left: 50%;
	cursor: pointer;
}
.rightArrow{
	transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
.mobileWindowTitle, .mobileWindowTop{
	display: none;
}



/*-----------------MORE INFO WINDOW--------------------*/
/*-----------------vvvvvvvvvvvvvvvv--------------------*/

.moreInfoSelector{
	font-family: Futura Medium;
	font-size: 20px;
	color: #8C8C8C;
	display: inline-block;
	margin-right: 45px;
	cursor: pointer;
}
.closeMoreInfoWindow{
	bottom: unset;
    top: 50px;
}
.moreInfoSelectors{
	margin-top: 75px;
}
.selectedInfo{
	font-weight: 1000;
	color: #000;
}
.infoWindow{
	grid-template-rows: 150px calc(100vh - 250px) 100px;
	grid-template-columns: minmax(20px, 110px) minmax(280px, 360px) minmax(600px, 1fr);
	grid-column-gap: 40px;
	overflow: auto;
	overflow-x: hidden;
}
.moreInfoWindowLeft{
	text-align: center;
}
.moreInfoMainHolder{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.moreInfoMainHolder div{
	width: 100%;
	text-align: left;
	font-family: Futura Light;
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}
.moreInfoMainHolder span{
	font-weight: bold;
	float: right;
}
.moreInfoDiscount span{
	text-decoration-line: line-through;
	color: #C64654;
}
.sendApplicationBtn{
	padding: 20px 0;
	font-family: Futura Light;
	font-size: 16px;
	text-align: center;
	width: 100%;
	cursor: pointer;
	background: #C64654;
	text-align: center;
	color: #FFF;
}
.downloadPDFBtn{
	content: url("../img/downloadPdf.png");
	float: left;
	width: 49.9%;
	cursor: pointer;
}
.printBtn{
	/* content: url("../img/print.png"); */
	/* float: right; */
	/* width: 49.9%; */
	margin: 20px auto 0;
	width: 58%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Futura Light;
}

.printBtn img {
	margin-right: 10px;
}

.printBtn:hover span {
	color: #c64654;
	text-decoration: underline;
}


/*-----------------^^^^^^^^^^^^^^^^--------------------*/
/*-----------------MORE INFO WINDOW--------------------*/


/*--------------------Reg WINDOW-----------------------*/
/*-----------------vvvvvvvvvvvvvvvv--------------------*/

.regWindow{
	width: calc(100% - 300px);
	margin: 0 auto;
}
.regWindowFormHolder{
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    height: calc(85vh - 150px);
}
.regWindowHeader{
	align-self: center;
}
.regFormGrid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr minmax(195px, 1fr);
	grid-auto-rows: auto;
}
.regTop{
	height: 150px;
}
.regGroup{
	width: calc(100% - 46px);
}
.regGroup label{
	top: 3px;
}
.regformBtn{
	margin: 0 auto;
}
.regWindowFormHolder{
	text-align: center;
}
.regSliderTitle{
	font-size: 20px;
    font-family: Futura Light;
    line-height: 27px;
}
.regMessage{
	font-family: Futura Light;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 60px;
}




/*-----------------^^^^^^^^^^^^^^^^--------------------*/
/*--------------------Reg WINDOW-----------------------*/

/*--------------Infrastructure WINDOW-------------------*/
/*-----------------vvvvvvvvvvvvvvvv--------------------*/
.infraMapHolder {
	grid-row: 1 / 4;
	grid-column: 3;
}
.infraWindow{
	grid-template-rows: 150px calc(100vh - 250px) 100px;
    grid-template-columns: minmax(20px, 110px) minmax(400px, 550px) minmax(600px, 1fr);
    grid-column-gap: 40px;
    overflow: auto;
    overflow-x: hidden;
}
.infraHeader, .infraHeaderB{
	margin-top: 28px;
    line-height: 25px;
}
.infraHeader{
	color: #8C8C8C;
}




/*-----------------^^^^^^^^^^^^^^^^--------------------*/
/*--------------Infrastructure WINDOW------------------*/



@media (min-width: 1441px) {
	.moreInfoText {
		padding-right: 3.47vw;
		padding-left: -webkit-calc(160px + (100vw - 1440px) / 3000 * 160);
		padding-left: calc(160px + (100vw - 1440px) / 3000 * 160);
		font-size: -webkit-calc(18px + (100vw - 1440px) / 3000 * 18);
		font-size: calc(18px + (100vw - 1440px) / 3000 * 18);
	}
	.moreInfoMainHolder div {
		font-size: -webkit-calc(18px + (100vw - 1440px) / 3000 * 18);
		font-size: calc(18px + (100vw - 1440px) / 3000 * 18);
		margin-bottom: 1.042vw;
	}
	.sendApplicationBtn {
		padding: 1.389vw 0;
		font-size: -webkit-calc(16px + (100vw - 1440px) / 3000 * 16);
		font-size: calc(16px + (100vw - 1440px) / 3000 * 16);
	}
	.moreInfoSelector {
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
		margin-right: 3.125vw;
	}
	.printBtn{
		/* content: url("../img/print.png"); */
		/* float: right; */
		/* width: 49.9%; */
		margin-top: 1.389vw;
	}

	.printBtn img {
		margin-right: 0.694vw;
	}
}

@media screen and (min-width: 300px) and (max-width:920px){
	.closeWindow {
	    float: left;
	    position: absolute;
	    bottom: unset;
	    top: 60px;
	    right: 6%;
	}
	.window{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		margin: 0 auto;
		position: relative;
		justify-content: center;
	}

	.windowSliderNav {
	    line-height: 40px;
	    bottom: 0;
	    top: unset;
	    right: 0;
	}
	.windowLeft{
		display: none;
	}
	.galleryWindowRight {
	    position: absolute;
	    z-index: 2;
	    overflow: hidden;
	    height: 100vh;
	    width: 100vw;
	}
	.mobileWindowTop {
	    position: absolute;
	    z-index: 33;
	    width: 86%;
	    transform: translateX(-50%);
	    left: 50%;
	    display: block;
	}
	.closeWindow {
	    float: right;
	    position: relative;
	    bottom: unset;
	    top: 26px;
	    width: 25px;
    	height: 26px;
	}
	.closeGalleryWindow span{
		background: #FFF;
	}
	.closeGalleryWindow{
		margin-top: 42px;
	}
	.mobileWindowTitle{
		display: inline-block;
		line-height: 45px;
		font-size: 35px;
		margin-top: 25px;
		color: #FFFFFF;
	}




	.moreInfoSelectors{
		margin-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.moreInfoSelector {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.moreInfoText {
		margin: 0 auto;
		padding: 0;
		width: 86%;
		font-size: 14px;
	}

	.infoWindow{
		grid-template-columns: 86%;
		grid-template-rows: 90px;
    	grid-auto-rows: auto;
	}
	.windowLeftFooter{
		display: none;
	}
	.moreInfoWindow{
		height: unset;
	}
	.moreInfoWindowRight{
		width: 100vw;
		justify-self: center;
		height: 47vh;
	}
	.MIS2, .MIS3{
		display: none;
	}



	.regFormGrid{
		grid-template-columns: 1fr;
	}
	.regWindow{
		width: 86%;
	}
	.regMessage{
		margin-bottom: 10px;
    	margin-top: 50px;
    	line-height: 20px;
    }
    .regWindowFormHolder {
    	grid-template-rows: 100px 50%;
    }
    .regGroup {
	    width: 100%;
	}
	.regTop {
	    height: 18vh;
	}
	.regWindowHeader{
		text-align: left;
	}

	.sendApplicationBtn {
		margin-bottom: 20px;
	}

	.printBtn{
		display: none;
	}

}

@media screen and (min-width: 300px) and (max-width:920px) and (max-height:620px){
	.regWindowHeader {
	    line-height: 40px;
	    font-size: 40px;
	}
	.regWindowFormHolder {
    	height: unset;
	}
	.registerWindow{
		height: unset;
	}
	.mobileBotFooter{
		height: 50px;
	}

}
