@import url("../elements/central.css");
@import url("../forms/central.css");
@import url("../tables/central.css");
@import url("../social/central.css");
@import url("../errors/central.css"); 
@import url("../profile/central.css");
@import url("../../../notifications/css/central.css");
@import url("../../../user/css/central.css");
@import url("../../../search/css/central.css");
@import url("../../../cart/css/central.css");
@import url("../../../slider/css/central.css");
@import url("../../../effects/css/central.css");
@import url("../../../popup/css/central.css");
@import url("../../../shop/css/central.css");
@import url("../../../ads/css/central.css");
@import url("../../../products/css/central.css");
@import url("../../../comments/css/central.css");
@import url("../../../faqs/css/central.css");
@import url("../blog/central.css");
@import url("../../../feedback/css/central.css");
@import url("../../../reviews/css/central.css");
@import url("../../../notes/css/central.css");
 
 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* ---------------------------------- overall ---------------------------------- */



 
#overall {  
	display: block;
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
 
	background: #FFF;
} 
 







/* ---------------------------------- centring ---------------------------------- */



#centring {
	display: block;
	min-height: 20px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


#centring > div:nth-child(1) {
	display: block;
	height: 140px;
	width: 190px;
	margin: 0 auto;
	text-align: center;
}

#centring > div:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
 
}

 

#centring > div:nth-child(2) > span:nth-child(1) {
	display: block;
	max-height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'interbold';
	font-size: 25px;
	line-height: 19px;
	color: var(--lightBlue);
	letter-spacing: 17px;
	text-transform: uppercase;
}

 
#centring > div:nth-child(3) {
	display: block;
	min-height: 20px;
	width: 100%;
	margin: 0;
	padding: 2em 0 0 0;
	text-align: center;
	font-family: 'InterLightbeta';
	font-size: 11px;
	line-height: 15px;
	color: #0c2546;

}



#centring > div:nth-child(4) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	min-height: 20px;
	width: 60%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin: 0 auto;
}



#centring > div:nth-child(4) > a {
	display: block;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em;
	height: 50px;
	/* width: 100%; */
	margin: 0;
	padding: 2em 0 0 0;
	font-size: 12px;
}


#centring > div:nth-child(4) > a > img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.65;
	filter: alpha(opacity=65);
 
}


#centring > div:nth-child(5) {
	display: block;
	min-height: 20px;
	width: 90%;
	text-align: center;
	margin: 0;
	padding: 2em 0 0 0;
	font-size: 12px;
	margin: 0 auto;
}





/* ---------------------------------- intro ---------------------------------- */


#intro {
	display: block;
	min-height: 500px;
	margin: 2em auto;
	width: 70%;
}




#intro > div:nth-child(1) {
	display: block;
	min-height: 10px;
	position: relative;
	z-index: 1;
}


 

#intro > div:nth-child(1) > span:nth-child(1){
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	width: 80%;
}


#intro > div:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	margin: 0;
	width: 30%;
}


#intro > div:nth-child(1) > span:nth-child(1) > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	margin: 0;
	width: 150px;
}


#intro > div:nth-child(1) > span:nth-child(1) > span:nth-child(2) > a {
	display: grid;
	place-items: center;
	min-height: 10px;
	max-height: 29px;
	margin: 0;
	font-weight: 700;
	font-size: 13px;
	margin-left: 5px;
	width: 60px;
	color: #FFF;
	padding: 0 0.4em 0.2em 0.4em;
	/*  */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*  */
	background: -webkit-linear-gradient(to bottom, #0884d0, #1561c4);
	background: -moz-linear-gradient(to bottom, #0884d0, #1561c4);
	background: linear-gradient(to bottom, #0884d0, #1561c4);
}


#intro > div:nth-child(1) > span:nth-child(1) > span:nth-child(2) > a:hover {
	background: -webkit-linear-gradient(to bottom, #464646, #747474);
	background: -moz-linear-gradient(to bottom, #464646, #747474);
	background: linear-gradient(to bottom, #464646, #747474);
}

/* ///////////////////////////// */





#intro > div:nth-child(1) > span:nth-child(2){
	display: block;
	height: 530px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#intro > div:nth-child(1) > span:nth-child(2) > img {
	display: block;
	width: 100%;
	height: auto;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#intro > div:nth-child(1) > span:nth-child(3){
	display: block;
	min-height: 10px;
	position: absolute;
	top: 150px;
	left: 120px;
	z-index: 3;
	width: 40%;
}

#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	min-height: 10px;
	z-index: 3;
	padding: 0 0 1em 0;
}


#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	height: 15px;
	width: 15px;
	background: #2c82f3;
	color: #FFF;
	font-size: 5px;
	font-weight: 800;
	overflow: hidden;
	margin: 0.3em 0 0 0;
	/*  */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index: 3;
}


#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(1) > span:nth-child(2) {
	display: grid;
	min-height: 10px;
	width: 80%;
	color: #1561c4;
	font-family: 'cal';
	font-size: 19px;
	padding: 0 0 0 0.5em;
	font-weight: 800;
	/*  */
	z-index: 3;
}


#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-size: 40px;
	line-height: 40px;
	font-family: 'GraphikLCG-Bold';
	letter-spacing: -2px;
	color: #222;
}



#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(3) {
	display: block;
	min-height: 10px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'intermedium';
	letter-spacing: 0px;
	color: #545454;
	width: 80%;
	padding: 0.5em 0 0 0;
}




#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(4) {
	display: block;
	padding: 1em 0 0 0;
}
#intro > div:nth-child(1) > span:nth-child(3) > span:nth-child(4) > a {
	display: grid;
	place-items: center;
	min-height: 44px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'intermedium';
	letter-spacing: 0px;
	color: #FFF;
	width: 30%;
	background: #3a61ee;
	padding: 0 1em;
}


/* ///////////////////////// */

 

#intro > div:nth-child(2) {
	display: block;
	height: 2px;
	max-height: 2px;
	position: relative;
	z-index: 1;
	/*  */
	background: -webkit-linear-gradient(to right, transparent, #e4e8f7, transparent);
	background: -moz-linear-gradient(to right, transparent, #e4e8f7, transparent);
	background: linear-gradient(to right, transparent, #e4e8f7, transparent);
}
 


#intro > div:nth-child(3) {
	display: block;
	min-height: 2px;
}
 
 

#intro > div:nth-child(3) > div:nth-child(1) {
	display: block;
	min-height: 2px;
	margin: 0 auto;
	width: 40%;
	text-align: center;
	padding: 1.5em 0;
	font-family: 'cal';
	font-size: 15px;
}
 
#intro > div:nth-child(3) > div:nth-child(1) > strong {
	display: block;
	min-height: 2px;
	color: #0884d0;
	font-family: 'interbold';
	font-weight: 900;
}

#intro > div:nth-child(3) > div:nth-child(1) > span {
	display: block;
	min-height: 2px;
	color: #999;
}
 


/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */

#intro > div:nth-child(3) > div:nth-child(2) {
    display: block;
    margin: 0 auto;
    width: 88%;
    min-height: 10px;
    padding:  0;
}










#utop {
	display: block;
	height: 80px;
	background: #FFF;
	-webkit-box-shadow: rgba(17, 17, 26, 0.08) 0px 0px 16px;
	-moz-box-shadow: rgba(17, 17, 26, 0.08) 0px 0px 16px;
	box-shadow: rgba(17, 17, 26, 0.08) 0px 0px 16px;
}


/* ------------------------------------------------  */

#centrings {
	display: block;
	width: 50%;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	/* ----- */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}



#centrage {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}

#centrage > span:nth-child(1){
	display: grid;
	place-items: center;
	margin: 0 auto;
	width: 40px;
	height: 55px; 
}


#centrage > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto; 
}

#centrage > span:nth-child(2){
	display: block;
	margin: 0 auto;
	width: 90%;
	min-height: 15px;
	text-align: center;
	font-family: 'GraphikMedium';
	font-size: 25px;
	padding: 0;
 
}


#centrage > span:nth-child(5) {
	display: block;
	margin: 0;
	min-height: 15px;
	font-family: 'cal';
	font-size: 13px;
	padding: 10px 0 0 0;
	color: #999;
	line-height: 16px;

 
}

#centrage > span:nth-child(5) > form {
	display: grid;
	grid-template-columns: 5fr 3fr;
	gap: 1em;
	min-height: 10px;
}



#centrage > span:nth-child(5) > form > button {
	display: grid;
	place-items: center;
	min-height: 50px;
	font-family: 'intermedium';
	font-size: 13px;
	outline: none;
	background: #7eb7fe;
	color: #FFF;
 
	/* ---------------- */
	-webkit-tborder: 1px solid #7eb7fe;
	-moz-border: 1px solid #7eb7fe;
	border: 1px solid #7eb7fe;
	/* ---------------- */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#centrage > span:nth-child(5) > form > button:disabled {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#centrage > span:nth-child(5) > form > button:hover {
	/* -webkit-tborder: 5px solid #70d7ff;
	-moz-border: 5px solid #70d7ff;
	border: 5px solid #70d7ff; */
	background: #1649b6;
	
	/* ---------------- */
}

#centrage > span:nth-child(6){
	display: block;
	margin: 0 auto;
	min-height: 15px;
	text-align: center;
	font-family: 'cal';
	font-size: 13px;
	padding: 2.5em 0 0 0;
	color: #999;
	line-height: 16px;
 
}


#centrage > span:nth-child(7) {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* ------------------------------------------------  */


#addrbar {
	display: block;
 
	gap: 1em;
	place-items: center;
	min-height: 45px;
	color: #0a56cf;
	font-size: 13px;
	text-align: center;
	
 }
  
#addrbar > span:nth-child(1) {
	display: grid;
	place-items: center;
	min-height: 50px;
	color: #2d4964;
	font-family: 'intermedium'; 
	font-size: 16px;
	width: 100%;
	position: relative;

	/* ----------------------------- */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* ----------------------------- */
	/* -webkit-border-top: 1px dotted #007df1;
	-moz-border-top: 1px dotted #007df1;
	border-top: 1px dotted #007df1; */
	/* ----------------------------- */
	/* -webkit-border-bottom: 1px dotted #007df1;
	-moz-border-bottom: 1px dotted #007df1;
	border-bottom: 1px dotted #007df1; */
	/* ----------------------------- */
	/*  */
    background: #c4daf5;
    -webkit-box-shadow: inset #adb6f6 0px 0px 21px;
    -moz-box-shadow: inset #adb6f6 0px 0px 21px;
    box-shadow: inset #adb6f6 0px 0px 21px;
 }





 #addrbar > span:nth-child(1) {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
 }

 #addrbar > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	min-height: 50px;
	color: #23314e;
	font-family: 'intermedium'; 
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
 }


 #addrbar > span:nth-child(1) > span:nth-child(1) > a {
	display: inline-block;
	padding-left: 0.5em 0 0 0;
	color: #ffc2c2;

 }


 #addrbar > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 50px;
	color: #f8f8f8;
	font-family: 'intermedium'; 
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0;
 
 
 }

 #addrbar > span:nth-child(1) > span:nth-child(2) > span {
	display: block;
	min-height: 50px;
	width: 0%;
	background: #7cf1768c;
	-webkit-transition: all 2s cubic-bezier(0, 0.56, 0.34, 1.02) 0.1s;
	-moz-transition: all 2s cubic-bezier(0, 0.56, 0.34, 1.02) 0.1s;
	transition: all 2s cubic-bezier(0, 0.56, 0.34, 1.02) 0.1s; 
 }


 #addrbar > span:nth-child(2) {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
 }


 #addrbar > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-start;
	min-width: 10px;
	 
 }



 #addrbar > span:nth-child(2) > span > span:nth-child(1) {
    display: grid;
    place-items: center;
    width: 35px;
    height: 20px;
    font-family: 'intermedium';
    background: #d3e8f3;
}


 #addrbar > span:nth-child(2) >  span > span:nth-child(2) {
	display: flex;
	place-items: center;
	padding: 0 0 0 5px;
	width: 80%;
	min-height: 10px;
	font-family: 'interLightbeta';
 }

 /* ----------------------------------- */


#preface {
	display: block;
	min-height: 10px;
	padding: 0 0 1.5em 0;
	font-family: 'interLightbeta';
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	width: 95%;
 }
 

 #preface > strong {
	display: inline-block;
	text-align: center;
	color: #0b4ddf;
	font-family: 'interbold';
	font-weight: 900;
 }
 


/* ------------------------------------------------  */

.nations {
    display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}


.nations > a {
    display: inline-flex;
    justify-content: flex-start;
    min-height: 10px;
	min-width: 140px;
	padding: 0.5em;
	margin: 0.6em 0.3em 0 0;
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	-webkit-border: 1px solid #CCC;
	-moz-border: 1px solid #CCC;
	border: 1px solid #CCC;
	color: #999;
	/*  */
	-webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px;
	-moz-box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 7px 3px;
}





.nations > a:hover {
    background: #FFF;
	background: -webkit-linear-gradient(to bottom, #EEE, #FFF);
	background: -moz-linear-gradient(to bottom, #EEE, #FFF);
	background: linear-gradient(to bottom, #EEE, #FFF);
	/*  */
	-webkit-box-shadow: rgba(17, 17, 26, 0.393) 0 0 13px;
	-moz-box-shadow: rgba(17, 17, 26, 0.393) 0 0 13px;
	box-shadow: rgba(17, 17, 26, 0.393) 0 0 13px;
}



.nations > a > span:nth-child(1) {
    display: block;
    justify-content: flex-start;
    height: 30px;
    width: 30px;
    background: #38b6ff;
    overflow: hidden;
	/*  */
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}


.nations > a > span:nth-child(1) > img {
    display: block;
    height: auto;
    width: 100%;
}

.nations > a > span:nth-child(2) {
    display: block;
    min-height: 10px;
    padding: 0 0 0 0.8em;
	text-align: left;
}


.nations > a > span:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: 16px;
    font-family: 'futura';
	font-weight: 900;
	color: #222;
    /* letter-spacing: -2px; */
}


.nations > a > span:nth-child(2) > span:nth-child(2) {
    display: block;
    min-height: 10px;
    font-size: 13px;
    font-family: 'cal';
	color: #777;
}


#foots2 {
	display: block;
	padding: 1em 0 3em 0;
	margin: 0 auto;
	width: 70%;
}



#foots2 > div:nth-child(1) {
	display: block;
	margin: 0 auto;
	width: 80%;
}



#foots2 > div:nth-child(1) > span:nth-child(1) {
	display: block;
	margin: 0;
	font-family: 'cal';
	text-align: center;

}

#foots2 > div:nth-child(1) > span:nth-child(1) > strong {
	display: inline-block;
	margin: 0;
	color: #abd0ff;
	font-size: 13px;
}

#foots2 > div:nth-child(1) > span:nth-child(1) {
    display: inline-block;
    min-height: 10px;
    padding: 0.5em 0 1em 0;
    font-size: 13px;
    color: #999;
    font-family: 'cal';

}



 

/* //////////////////////// */

#foots2 > div:nth-child(1) > span:nth-child(2) {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 80%;
}


#foots2 > div:nth-child(1) > span:nth-child(2) > span {
	display: block;
	text-align: center;
 
}


#foots2 > div:nth-child(1) > span:nth-child(2) > span > a {

	display: inline-block;
    min-height: 10px;
    font-size: 14px;
    color: #3597f9;
    padding: 0.2em 0;
	margin: 0 1em;
    font-family: 'cal';
}



/* ----------------------------------------------- */

#foots2 > div:nth-child(2) {
	display: block;
	margin: 0;
	width: 80px;
}


#foots2 > div:nth-child(2) > span {
	display: block;
	width: 90px;
	height: 90px;
}

#foots2 > div:nth-child(2) > span > img {
	display: block;
	width: 100%;
}



/* -------------------------- */

#bottomside {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 4em auto 0 auto;
	padding: 0.7em 0;
	max-height: 60px;

	/*  */
	-webkit-border-top: 1px dotted #999;
	-moz-border-top: 1px dotted #999;
	border-top: 1px dotted #999;
	/*  */
	-webkit-border-bottom: 1px dotted #999;
	-moz-border-bottom: 1px dotted #999;
	border-bottom: 1px dotted #999;
}



#bottomside > span:nth-child(1) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5em;
	width: 40%;
	padding: 0.3em 0 0 0;
 
}


#bottomside > span:nth-child(1) > a {
	display: block;
	min-height: 20px;
	opacity: 0.15;
	filter: alpha(opacity=15);
	 
}


#bottomside > span:nth-child(1) > a > img {
	display: block;
	width: 100%;
	height: auto;
}


/* --------------- */



#bottomside > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	width: 40%;
	margin: 1em 0;
}



#bottomside > span:nth-child(2) > a {
	display: block;
	font-size: 26px;
	color: #333;
	margin-left: 0.8em;
}


/* ---------------------------------- intro ---------------------------------- */
























/* ---------------------------------- Index ---------------------------------- */

#top {
	display: block;
	background: #FFF;
	min-height: 20px;
	position: relative;
	z-index: 23;
	padding: 3em 0 0 0;
	/* -webkit-box-shadow: #2962ef24 0px 8px 3px;
    -moz-box-shadow: #2962ef24 0px 8px 3px;
    box-shadow: #2962ef24 0px 8px 3px; */
}



.centrage {
	display: block;
	margin: 0 auto;
	width: 75%;
	min-height: 20px;
	position: relative;
	z-index: 1;
	/* --------------- */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#logoholder {
	display: flex;
	justify-content: space-between;
	min-height: 20px;
	padding: 0;
}


#logoholder > span:nth-child(1) {
	display: block;
	padding: 0.3em 0;
	-webkit-transform: translate(-10px, 0px);
	-moz-transform: translate(-10px, 0px);
	transform: translate(-10px, 0px);
}


#logoholder > span:nth-child(1) > a {
	display: block;
	width: 100%;
	min-height: 20px;
	margin: 0;
	padding: 0;
}

#logoholder > span:nth-child(1) > a > img {
	display: block;
	width: 100%;
	height: auto;
}


#logoholder > span:nth-child(1) > span {
    display: flex;
    justify-content: flex-start;
    padding: 0.3em 0 0 1em;
    font-family: 'interLightbeta';
    font-size: 11px;
	color: #0058f2;
}

#logoholder > span:nth-child(1) > span > span {
    display: block;
    white-space: nowrap;
	margin-right: 0.5em;
}


#logoholder > span:nth-child(1) > span > span:nth-child(2) {
	font-weight: 900;
	font-family: 'interbold';
}

.splitter {
	display: grid !important;
	place-items: center;
	padding: 0;
	font-weight: 900;
	font-size: 9px;
	width: 11px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#logoholder > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 0 0;
	width: 20%;
	position: relative;
	top: 10px;
}



#logoholder > span:nth-child(2) > a {
    display: grid;
    place-items: center;
    min-height: 10px;
    max-height: 29px;
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    margin-left: 5px;
    width: 60px;
    color: #FFF;
    padding: 0 0.4em 0.2em 0.4em;
	/*  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background: #005fe3;
	/*  */
    /* background: -webkit-linear-gradient(bottom, #0884d0, #1561c4);
    background: -moz-linear-gradient(bottom, #0884d0, #1561c4);
    background: linear-gradient(bottom, #0884d0, #1561c4); */
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


#bar {
    display: block;
    min-height: 10px;
    background: #f3f6fc;
    padding: 0.9em 0;
    font-size: 14px;
    position: relative;
    z-index: 15;
    -webkit-box-shadow: #2962ef24 0px 8px 3px;
    -moz-box-shadow: #2962ef24 0px 8px 3px;
    box-shadow: #2962ef24 0px 8px 3px;
}


#bar2 {
    display: block;
    min-height: 10px;
    padding: 0.2em 0 0 0;
    font-size: 14px;
    position: relative;
	background: #FFF;
    z-index: 11;


}


#valholder {
	display: block;
	min-height: 10px;
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#ibar {
    display: flex;
	justify-content: flex-end;
    min-height: 10px;
    margin: 0;
    padding: 0 0.1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
}



 

 

  
 
 
 

#ibar > a {
    display: flex;
    justify-content: flex-end;
    padding: 0.5em 0.8em;
    max-height: 18px;
    font-size: 13px;
    margin: 0;
    font-family: 'intermedium';
    /*  */
    -webkit-border: 4px solid #bfcefd;
    -moz-border: 4px solid #bfcefd;
    border: 4px solid #bfcefd;
    /*  */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*  */
    background: -webkit-linear-gradient(to bottom, #e7f0ff, #FFF);
    background: -moz-linear-gradient(to bottom, #e7f0ff, #FFF);
    background: linear-gradient(to bottom, #e7f0ff, #FFF);
}





#ibar > a:hover {
	color: #FFF !important;
	background: -webkit-linear-gradient(to bottom, #1939a3, #0a52cf);
    background: -moz-linear-gradient(to bottom, #1939a3, #0a52cf);
    background: linear-gradient(to bottom, #1939a3, #0a52cf);
}

#ibar > a:hover > span:last-child {
	color: #FFF;
} 



#ibar > a:hover > span,
#ibar > a:hover > div,
#ibar > a:hover > span:not(:last-child)  {
	color: #b9ddff !important;
}


#ibar > a > span {
	display: flex;
	justify-content: flex-start;
	place-items: center;
	color: #2e4dfc;
	white-space: nowrap;
}




#ibar > a > span:last-child {
    display: block;
    font-size: 18px;
    font-family: 'interblack';
    color: var(--brand);
    line-height: 19px;
}


#ibar > a > div {
    display: grid;
    place-items: center;
    font-size: 9px;
    padding: 0 1em;
    color: #034bd2 !important;
    font-family: 'intermedium';
}



#ibar > span:nth-child(2) > a > span:not(:last-child) {
    display: grid;
    place-items: center;
    font-size: 12px;
    color: #999 !important;
    font-family: 'intermedium';
}



/* ========================== */

.sectiontabs {
	display: flex;
	justify-content: space-between;
	min-height: 20px;
}


.sectiontabs > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	min-height: 20px;
	width: 55%;
}



.sectiontabs > span:nth-child(1) > a,
.sectiontabs > span:nth-child(2) > a {
	display: block;
	min-height: 10px;
	padding: 0.5em 0;
	margin-right: 2.5em;
	color: #6599ee;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Arial';
	text-align: center;
	/*  */
	-webkit-border-bottom: 5px solid transparent;
	-moz-border-bottom: 5px solid transparent;
	border-bottom: 5px solid transparent;

}



.sectiontabs > span:nth-child(2) > a {
	margin: 0 0 0 2.5em;
}



.sectiontabs > span:nth-child(1) > a > span:nth-child(1),
.sectiontabs > span:nth-child(2) > a > span:nth-child(1)  {
	display: grid;
	place-items: center;
	height: 30px;
	font-size: 24px;
}


.sectiontabs > span:nth-child(1) > a > span:nth-child(2),
.sectiontabs > span:nth-child(2) > a > span:nth-child(2) {
	display: block;
	font-size: 12px;
	padding: 0.4em 0 0 0;
	
}


.upps,
.sectiontabs > span:nth-child(1) > a:hover,
.sectiontabs > span:nth-child(2) > a:hover {
	font-weight: 700 !important;
	color: #4480ef;
	-webkit-border-bottom: 5px solid #4480ef !important;
	-moz-border-bottom: 5px solid #4480ef !important;
	border-bottom: 5px solid #4480ef !important;
}


/* |||||||||||||||||||| */

.sectiontabs > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	min-height: 20px;
	width: 20%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */











#midler {
	display: block;
	min-height: 10px;
	background: #dee9ff;
	padding: 150px 0;
}



#mid {
	display: block;
	min-height: 100px;
	background: #dee9ff;
}

 

#milds {
	display: block;
	min-height: 100px;
	/* background: #dee9ff; */
}



/* ---------------------------------- Index ---------------------------------- */









/* ---------------------------------- Menu ---------------------------------- */

#menu {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
	max-height: 55px;
    padding: 0;
    margin: 0;
	/*  */
    /* -webkit-border-top: 1px dotted #c5deff;
	-moz-border-top: 1px dotted #c5deff;
	border-top: 1px dotted #c5deff; */
	/*  */
    font-family: 'Arial';

}



/* ///////////// */

#menu > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    min-height: 1px;
    padding: 0;
    margin: 0;
    width: 77%;
}

#menu > div:nth-child(1) > span:nth-child(1) {
	display: flex;
    justify-content: flex-start;
    min-height: 10px;
	width: 100%;
}

#menu > div:nth-child(1) > span:nth-child(2) {
	display: block;
    min-height: 10px;
	width: 33%;
	/* ------------------ */
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/* ---------------- */
	background: -webkit-linear-gradient(to bottom, #99d3faff, #ffffffff);
	background: -moz-linear-gradient(to bottom, #99d3faff, #ffffffff);
	background: linear-gradient(to bottom, #99d3faff, #ffffffff);
}


#menu > div:nth-child(1) > span:nth-child(2) > span {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.2em;
	padding: 0.8em 0.8em 0 0.8em;
}


#menu > div:nth-child(1) > span:nth-child(2) > span > a {
	display: grid;
	place-items: center;
	height: 27px;
	/* ------------------------- */
	background: -webkit-linear-gradient(to bottom right, #16265a, #47929c);
	background: -moz-linear-gradient(to bottom right, #16265a, #47929c);
	background: linear-gradient(to bottom right, #16265a, #47929c);
	/* ------------------------- */
	color: #FFF;
	border-radius: 4px;
	font-family: 'intermedium';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#menu > div:nth-child(1) > span:nth-child(2) > span > a:hover {
	background: red;
}
 


#menu > div:nth-child(1) > span > a {
    display: block;
    min-height: 10px;
    padding: 1em 0;
    margin: 0 2em 0 0;
    font-weight: 700;
    letter-spacing: 0px;
    color: #5789da;
    font-size: 14px;
    font-family: 'intermedium';
	/*  */
	-webkit-border-bottom: 6px solid transparent;
	-moz-border-bottom: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.up,
#menu > div:nth-child(1) > span > a:hover {
	font-weight: 700 !important;
	color: var(--brand) !important;
	-webkit-border-bottom: 6px solid var(--brand)  !important;
	-moz-border-bottom: 6px solid var(--brand)  !important;
	border-bottom: 6px solid var(--brand) !important;
}


#menu > div:nth-child(1) > span:nth-child(2) > a:nth-of-type(2):hover,
#menu > div:nth-child(1) > span:nth-child(2) > a:first-child:hover {
	color: red !important;
	-webkit-border-bottom: 6px solid red  !important;
	-moz-border-bottom: 6px solid red  !important;
	border-bottom: 6px solid red !important;
}

/* ||||||||||||||||||||| */


#menu > div:nth-child(2) {
	display: flex;
	justify-content: flex-end; /* Align items to the right */
	align-items: center; /* Optional: vertical alignment */
	gap: 3px; /* Optional: space between items */
    min-height: 10px;
    padding: 0.2em 0.7em 0.7em 0;
    margin: 0;
    position: relative;
    width: 17%;
	min-width: 220px;
}

#menu > div:nth-child(2) > a {
	display: grid;
	place-items: center;
	width: 33px;
	height: 31px;
	color: #0669ea;
	font-weight: 600;
	font-size: 14px;
	/*  */
	/*  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*  */
	-webkit-border: 4px solid #bfcefd;
	-moz-border: 4px solid #bfcefd;
	border: 4px solid #bfcefd;
}


#menu > div:nth-child(2) > a:nth-child(2),
#menu > div:nth-child(2) > a:nth-child(3) {
	display: grid;
	place-items: center;
	width: 33px;
	min-width: 33px;
}

#menu > div:nth-child(2) > a:nth-child(1) {
	flex: 1; /* This makes it take all available space */
  min-width: 0; /* Important: allows shrinking below content size */
}


#menu > div:nth-child(2) > a:hover {
	background: #0669ea;
	color: #FFF;
}

#menu > div:nth-child(2) > a:nth-child(2):hover > img,
#menu > div:nth-child(2) > a:nth-child(3):hover > img{
	filter: brightness(0) invert(1);
}



/* ---------------------------------- Menu ---------------------------------- */
















/* ---------------------------------- footer ---------------------------------- */


#footer {
	display: block;
	min-height: 20px;
	background: #fff;
	/*  */
	-webkit-box-shadow: #2962ef24 0px -8px 1px;
    -moz-box-shadow: #2962ef24 0px -8px 1px;
    box-shadow: #2962ef24 0px -8px 1px;
}


#footer > div:nth-child(1) {
	display: block;
	min-height: 10px;
	background: #f3f6fc;
	padding: 0.6em 0;

}


/* centrage */
#footer > div:nth-child(1) > span {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
}


#footer > div:nth-child(1) > span > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	min-height: 10px;
}

#footer > div:nth-child(1) > span > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
}


#footer > div:nth-child(1) > span > span > a {
	display: block;
	min-height: 10px;
	padding: 1em;
	color: #087de9;

}

/* ///////////////////////////////// */
#footer > div:nth-child(2) {
	display: block;
	min-height: 10px;
	padding: 3em 0;

}

/* second fotter div  -  centrage */
#footer > div:nth-child(2) > span {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;

}

/* First half  */
#footer > div:nth-child(2) > span > span:nth-child(1) {
	display: block;
	min-height: 10px;
	width: 55%;
}

/* copyright */
#footer > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 1em;
    font-size: 13px;
    color: #7b7c9b;
    font-family: 'interLightbeta';
	line-height: 18px;
	padding: 1em 0;
}


/* grid  */
#footer > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1em;
    min-height: 10px;
    padding: 1em;
    font-size: 13px;
    color: #b9b9b9;
    font-family: 'cal';
	padding: 1em 0;
}



#footer > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) > span > strong {
	display: block;
	min-height: 10px;
	font-family: 'interbold';
	color: #222;
	font-size: 14px;
	padding: 0 0 0.3em 0;
}
 

#footer > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) > span > a { 
    display: block;	 
    min-height: 10px;
    padding: 0.5em 0;
    font-size: 13px;
    font-family: 'intermedium';
	white-space: nowrap;

}



/* xxxxxxxxxxxxxxxxxxxxxxxx */
/* Second Half */
#footer > div:nth-child(2) > span > span:nth-child(2) {
	display: block;
	min-height: 10px;
	width: 30%;

}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(1){
	display: block;
	min-height: 10px;
}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2){
	display: block;
	min-height: 10px;
}

#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	text-align: right;
	color: #999;
	font-size: 13px;
	font-family: 'cal';
}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form {
	display: flex;
	justify-content: flex-end;
	background: #dee9ff;
	min-height: 10px;
	text-align: right;
	color: #999;
	font-size: 15px;
	font-family: 'cal';
	padding: 0.8em;
	max-height: 40px;
	/*  */
	-webkit-box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
	-moz-box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
	box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form > input[type="email"] {
	display: block;
	background: #dee9ff;
	min-height: 10px;
	max-height: 40px;
	border: none;
	padding: 0.3em 0.4em;

	/*  */
	outline: none;
	width: 80%;
	font-weight: 800;
	color: #101626;
	font-size: 15px;
	font-family: 'cal';
}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form > button {
	display: grid;
	place-items: center;
	color: #444444;
	height: 35px;
	width: 35px;
	/*  */
	-webkit-border: 1px solid #888;
	-moz-border: 1px solid #888;
	border: 1px solid #888;
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	background: -webkit-linear-gradient(to bottom right, #EEE, #FFF);
	background: -moz-linear-gradient(to bottom right, #EEE, #FFF);
	background: linear-gradient(to bottom right, #EEE, #FFF);
}


#footer > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-end;
	padding: 0.4em 0;
	font-size: 14px;
	color: #444;
	font-family: 'cal';
	font-weight: 800;

}
/* ---------------------------------- footer ---------------------------------- */


#footer2 {
	display: block;
	min-height: 20px;
 
}


#footer2 > div:nth-child(1) {
	display: block;
	min-height: 10px;
	padding: 0.6em 0;
	width: 80%;
	margin: 0 auto;

}


/* centrage */
#footer2 > div:nth-child(1) > span {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
}


#footer2 > div:nth-child(1) > span > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	min-height: 10px;
}

#footer2 > div:nth-child(1) > span > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
}


#footer2 > div:nth-child(1) > span > span > a {
	display: block;
	min-height: 10px;
	padding: 1em;
	color: #888;

}

/* ///////////////////////////////// */
#footer2 > div:nth-child(2) {
	display: block;
	min-height: 10px;
	padding: 3em 0;

}

/* second fotter div  -  centrage */
#footer2 > div:nth-child(2) > span {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;
	width: 60%;
	margin: 0 auto;

}

/* First half  */
#footer2 > div:nth-child(2) > span > span:nth-child(1) {
	display: block;
	min-height: 10px;
	width: 55%;
}

/* copyright */
#footer2 > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 1em;
    font-size: 13px;
    color: #b9b9b9;
    font-family: 'cal';
	padding: 1em 0;
}


/* grid  */
#footer2 > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1em;
    min-height: 10px;
    padding: 1em;
    font-size: 13px;
    color: #b9b9b9;
    font-family: 'cal';
	padding: 1em 0;
}



#footer2 > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) > span > strong {
	display: block;
	min-height: 10px;
	font-family: 'interbold';
	color: #222;
	font-size: 14px;
	padding: 0 0 0.3em 0;
}
 

#footer2 > div:nth-child(2) > span > span:nth-child(1) > span:nth-child(2) > span > a { 
    display: block;	 
    min-height: 10px;
    padding: 0.5em 0;
    font-size: 13px;
    font-family: 'intermedium';
	white-space: nowrap;

}



/* xxxxxxxxxxxxxxxxxxxxxxxx */
/* Second Half */
#footer2 > div:nth-child(2) > span > span:nth-child(2) {
	display: block;
	min-height: 10px;
	width: 30%;

}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(1){
	display: block;
	min-height: 10px;
}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2){
	display: block;
	min-height: 10px;
}

#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	text-align: right;
	color: #999;
	font-size: 13px;
	font-family: 'cal';
}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form {
	display: flex;
	justify-content: flex-end;
	background: #dee9ff;
	min-height: 10px;
	text-align: right;
	color: #999;
	font-size: 15px;
	font-family: 'cal';
	padding: 0.8em;
	max-height: 40px;
	/*  */
	-webkit-box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
	-moz-box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
	box-shadow: inset rgba(45, 45, 92, 0.285) 0 0 10px;
}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form > input[type="email"] {
	display: block;
	background: #dee9ff;
	min-height: 10px;
	max-height: 40px;
	border: none;
	padding: 0.3em 0.4em;

	/*  */
	outline: none;
	width: 80%;
	font-weight: 800;
	color: #101626;
	font-size: 15px;
	font-family: 'cal';
}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > form > button {
	display: grid;
	place-items: center;
	color: #444444;
	height: 35px;
	width: 35px;
	/*  */
	-webkit-border: 1px solid #888;
	-moz-border: 1px solid #888;
	border: 1px solid #888;
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	background: -webkit-linear-gradient(to bottom right, #EEE, #FFF);
	background: -moz-linear-gradient(to bottom right, #EEE, #FFF);
	background: linear-gradient(to bottom right, #EEE, #FFF);
}


#footer2 > div:nth-child(2) > span > span:nth-child(2) > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-end;
	padding: 0.4em 0;
	font-size: 14px;
	color: #444;
	font-family: 'cal';
	font-weight: 800;

}







/* ---------------------------------- Mainarea ---------------------------------- */

#intros {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr); /* Adjust values as needed */
	grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
	gap: 0;
	padding: 0;
	margin: 0;
	height: 450px;
	background: #242527;
	background: #275fcf;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: -2px;
	/* --------------------- */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }



  #intros > span:nth-child(1) {
    display: flex;
	flex-direction: column;
	justify-content: space-around;
    padding: 1em 0 1.5em 1.5em; 
    margin: 0;
    min-height: 200px;
	font-family: 'GraphikLCG-Bold';
    margin: 0;
	/* background: #305baf; */
	/*  */
	position: relative;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}


#intros > span:nth-child(1) > span:nth-child(1) > small {
    display: block;
    padding: 0 0 2em 0;
    margin: 0;
    min-height: 2px;
    margin: 0;
    font-size: 14px;
    color: #6dffe4;
    font-family: 'cal';
}

#intros > span:nth-child(1) > span:nth-child(1) > small > strong {
    color: #bfd1e6;
}


#nata > span:nth-child(1) {
    display: block;
    padding: 0;
    margin: 0;
    min-height: 2px;
    font-size: 35px;
    font-weight: 800;
	letter-spacing: -1px;
    color: #FFF;
    font-family: 'GraphikLCG-Bold';
}


#nata > span:nth-child(2) {
    display: block;
    padding: 0 0 0.1em 0;
    margin: 0;
    min-height: 2px;
    width: 95%;
    font-size: 13px;
    font-weight: 600;
    color: #d5e5f8;
    font-family: 'lato-H6';
}



#gagementspot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
    padding: 1em;
    margin: 3.4em 0 0 0;
    min-height: 92px;
    width: 92%;
    font-size: 14px;
    font-weight: 800;
    color: #d5e5f8;
    font-family: 'cal';
    background: #1242a1;
	/* ----------------- */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

 

#gagementspot > span {
    display: block;
    padding: 0;
    font-family: 'intermedium';
	font-size: 13px;
    width: 100%;
	line-height: 18px;
}

#gagementspot > span > span {
    display: block;
    padding: 0 0 1em 0;
    font-family: 'intermedium';
	font-size: 13px;
    width: 70%;
	line-height: 18px;
}


#gagementspot > span > a {
    display: block;
    padding: 0.7em 1em;
    margin: 0;
    min-height: 12px;
    font-size: 15px;
    font-weight: lighter;
    color: #d5e5f8;
    font-family: 'cal';
    background: #3964b4;
    background: -webkit-linear-gradient(to bottom right, #1672b6, #2290b8);
    background: -moz-linear-gradient(to bottom right, #1672b6, #2290b8);
    background: linear-gradient(to bottom right, #1672b6, #2290b8);
}



#gagementspot > span > a:hover {
	background: -webkit-linear-gradient(to bottom right, #005abbff, #00bbffff);
    background: -moz-linear-gradient(to bottom right, #005abbff, #00bbffff);
    background: linear-gradient(to bottom right, #005abbff, #00bbffff);
}


#intros > span:nth-child(1) > span:nth-child(4) > span:nth-child(2) > a:nth-child(2) {
    background: #3eada0;
    color: #FFF;
    background: -webkit-linear-gradient(to bottom right, #3eada0, #187c9b);
    background: -moz-linear-gradient(to bottom right, #3eada0, #187c9b);
    background: linear-gradient(to bottom right, #3eada0, #187c9b);
}
 

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



#intros > span:nth-child(2) > picture {
	display: block;
	width: 100%;
	height: 450px;
}


#intros > span:nth-child(2) {
    display: block;
    padding: 0;
    margin: 0;
    height: 450px;
    margin: 0;
    position: relative;
	background: #111;
	overflow: hidden;
}

#intros > span:nth-child(2) > picture > img,
#intros > span:nth-child(2) > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
	bottom: 0;
    z-index: 1;
    -webkit-mask-image: -webkit-linear-gradient(to bottom, #00000075, #fff, #00000000);
    -moz-mask-image: -moz-linear-gradient(to bottom, #00000075, #fff, #00000000);
    mask-image: linear-gradient(to bottom, #00000075, #fff, #00000000);
}

 



#intros > span:nth-child(2) > span {
    display: block;
    min-height: 10px;
    position: absolute;
    z-index: 5;
    bottom: 120px;
    right: 20px;
    color: #fdc320;

}


#intros > span:nth-child(2) > span > span:nth-child(1) {
    display: block;
    font-size: 17px;
    font-family: 'cal';
    /* color: #FFF; */
    text-align: right;
	color: #FFF;
	padding: 0 0 0.2em 0;
}


#intros > span:nth-child(2) > span > span:nth-child(2) {
    display: block;
    font-size: 44px;
    font-family: 'interblack';
    color: #ffc82e;
    line-height: 35px;
    text-align: right;
    font-weight: 900;
    letter-spacing: -1px;
}



#intros > span:nth-child(2) > span:nth-child(3) {
    display: block;
    font-family: 'cal';
    text-align: right;
    height: 40px;
    position: absolute;
    z-index: 7;
    top: 20px;
    right: 28px;
    width: 50%;
    color: #FFF;
    font-size: 16px;
	line-height: 18px;
}


#intros > span:nth-child(2) > a {
    display: flex;
    position: absolute;
    z-index: 6;
    bottom: 110px;
    left: 15px;
    color: #cad9ed;
    font-family: Arial;
    width: 34%;
	min-width: 150px;
	padding: 0.3em;
	overflow: hidden;
	
	/*  */
    /* -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; */
    /* background: linear-gradient(to bottom, #EEE, transparent); */
}



#intros > span:nth-child(2) > a:hover {
	background: rgba(24, 63, 113, 0.609);
}

#intros > span:nth-child(2) > a > span:nth-child(1) {
    display: grid;
    place-items: center;
    font-size: 17px;
	width: 44px;
	height: 40px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

    padding: 0 0.2em;
    color: #723a13;
    /* -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; */
    background: -webkit-linear-gradient(to bottom right, #d97f06, #febc2f);
    background: -moz-linear-gradient(to bottom right, #d97f06, #febc2f);
    background: linear-gradient(to bottom right, #d97f06, #febc2f);
}


#intros > span:nth-child(2) > a > span:nth-child(2) {
    display: block;
    font-size: 14px;
    padding: 0 0.2em 0.4em 1em;
	line-height: 17px;
}



#intros > span:nth-child(2) > span:nth-child(6) {
    display: block;
    position: absolute;
    z-index: 5;
    top: 20px;
    height: 20px;
    left: 30px;
    width: 30%;
    color: #f6d5aa;
}

#intros > span:nth-child(2) > span:nth-child(6) > strong {
    color: #fdb960;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#intros > span:nth-child(2) > span:nth-child(4) {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1em;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	padding: 0 0.8em 0.8em 0.8em;
	/* background: #000000ca; */
	min-height: 55px;
	width: 100%;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}


#intros > span:nth-child(2) > span:nth-child(4) > a {
	display: block;
	background: #002d6bca;
	height: 78px;
	position: relative;
	overflow: hidden;
	/* ------------------- */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


#intros > span:nth-child(2) > span:nth-child(4) > a > span:nth-child(1) {
	display: block;
	background: #002d6bca;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	/*  */
	opacity: 0.65;
	filter: alpha(opacity=65);
	/*  */
	/*  */
	-webkit-transition: all 5s cubic-bezier(0, 0.31, 0, 1.06) 0.2s;
	-moz-transition: all 5s cubic-bezier(0, 0.31, 0, 1.06) 0.2s;
	transition: all 5s cubic-bezier(0, 0.31, 0, 1.06) 0.2s;
}



#intros > span:nth-child(2) > span:nth-child(4) > a:hover {
	-webkit-box-shadow: rgba(0, 162, 255, 1) 0px 8px 44px;
	-moz-box-shadow: rgba(0, 161, 255, 1) 0px 8px 44px;
	box-shadow: rgba(0, 161, 255, 1) 0px 8px 44px;
}


#intros > span:nth-child(2) > span:nth-child(4) > a:hover > span:nth-child(1) {
	opacity: 1;
	filter: alpha(opacity=100);
}

#intros > span:nth-child(2) > span:nth-child(4) > a > span:nth-child(1) > img {
	display: block;
	height: auto;
	width: 110%;
	position: relative;
	top: 0px;
}



#intros > span:nth-child(2) > span:nth-child(4) > a > span:nth-child(2) {
	display: block;
	min-height: 5px;
	width: 15px;
	position: absolute;
	z-index: 6;
	right: 12px;
	bottom: 4px;
	font-family: Arial;
	color: #FFF;

}


/* -------------------------- */

.grid-2 {
	display: grid;
	grid-template-columns: 3fr 4fr 3fr;
	gap: 1em;
}


.grid-2 > div {
	display: block;
	min-height: 10px;
	padding: 3em 0;
}


.grid-2 > div > span {
	display: block;
	min-height: 30px;
	background: #FFF;
	margin-bottom: 1em;
	/*  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*  */
	-webkit-box-shadow: rgba(17, 17, 26, 0.129) 0 0 15px;
	-moz-box-shadow: rgba(17, 17, 26, 0.129) 0 0 15px;
	box-shadow: rgba(17, 17, 26, 0.129) 0 0 15px;
}



.topborder {
	display: block;
	/*  */
	-webkit-border-top: 1px dotted #6eadff;
	-moz-border-top: 1px dotted #6eadff;
	border-top: 1px dotted #6eadff;

}


/* --------------- */

#threetier {
	display: grid;
	grid-template-columns:  1fr 1fr;
	min-height: 20px;
	margin: 0 auto;
	width: 80%;
	position: relative;
	z-index: 4;

}

#threetier > a {
	display: block;
	height: 270px;
	position: relative;
	color: #262626;
	/*  */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	/*  */
	background: -webkit-linear-gradient(to bottom, #d5d5d5, transparent);
	background: -moz-linear-gradient(to bottom, #d5d5d5, transparent);
	background: linear-gradient(to bottom, #d5d5d5, transparent);
}




 


#threetier > a:nth-child(1) {
	
	/*  */
	background: -webkit-linear-gradient(-140deg, #d5d5d5, white, transparent);
	background: -moz-linear-gradient(-140deg, #d5d5d5, white, transparent);
	background: linear-gradient(-140deg, #d5d5d5, white, transparent);
}


#threetier > a:nth-child(2) {
	height: 390px;
	color: #333;
	/*  */
	background: -webkit-linear-gradient(140deg, #FFF, #FFF, transparent);
	background: -moz-linear-gradient(140deg, #FFF, #FFF, transparent);
	background: linear-gradient(140deg, #FFF, #FFF, transparent);
}


#threetier > a:nth-child(3) {
	/*  */
	/*  */
	background: -webkit-linear-gradient(150deg, #d5d5d5, #d5d5d5, white, white, transparent);
	background: -moz-linear-gradient(150deg, #d5d5d5, #d5d5d5, white, white, transparent);
	background: linear-gradient(150deg, #d5d5d5, #d5d5d5, white, white, transparent);
}



/* -------------------- */

#threetier > a > span:nth-child(1) {
	display: block;
	position: relative;
	z-index: 1;
	min-height: 250px;

}


#threetier > a:hover {
	transform: translateY(-30px);
	-webkit-box-shadow: rgba(18, 106, 220, 0.261) 0 -10px 1px;
	-moz-box-shadow: rgba(18, 106, 220, 0.261) 0 -10px 1px;
	box-shadow: rgba(18, 106, 220, 0.261) 0 -10px 1px;
}



#threetier > a > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(-140deg, #1111116c 6%, transparent 50%, transparent 30%);
    -moz-mask-image: linear-gradient(-140deg, #1111116c 5%, transparent 50%, transparent 30%);
    mask-image: linear-gradient(-140deg, #1111116c 5%, transparent 50%, transparent 30%);

}


#threetier > a:nth-child(2) > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(140deg, #1111116c 6%, transparent 50%, transparent 30%);
    -moz-mask-image: linear-gradient(140deg, #1111116c 5%, transparent 50%, transparent 30%);
    mask-image: linear-gradient(140deg, #1111116c 5%, transparent 50%, transparent 30%);

}



#threetier > a:nth-child(3) > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(150deg, #1111116c 6%, transparent 50%, transparent 30%);
    -moz-mask-image: linear-gradient(150deg, #1111116c 5%, transparent 50%, transparent 30%);
    mask-image: linear-gradient(150deg, #1111116c 5%, transparent 50%, transparent 30%);

}


/*  */

#threetier > a > span:nth-child(2) {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/*  */
	width: 100%;
	padding: 2em;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}


 


#threetier > a > span:nth-child(2) > span:nth-child(1){
	display: flex;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	/*  */
	width: 100%;
	padding: 1em;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}



#threetier > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	width: 15px;
	height: 15px;
	background: #658af6;
	color: #FFF;
	font-size: 11px;
	/*  */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#threetier > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
	display: block;
	width: 80%;
	min-height: 5px;
	color: #333;
	padding: 0 0 0 0.7em;
	font-weight: 700;
	font-family: 'cal';
}



/* --------------------------- */


#threetier > a > span:nth-child(2) > span:nth-child(2){
	display: block;
	position: absolute;
	top: 200px;
	width: 85%;
	
}



#threetier > a > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
	display: block;
	font-family: 'GraphikLCG-Bold';
	font-size: 30px;
}

#threetier > a > span:nth-child(2) > span:nth-child(2) > span:nth-child(2) {
	display: block;
	font-family: 'cal';
	font-size: 14px;
	position: relative;
	top: 10px;
	
}




#threetier > a:nth-child(1):hover {
	
	/*  */
	background: -webkit-linear-gradient(-140deg, #0e6ff7, white, white);
	background: -moz-linear-gradient(-140deg, #0e6ff7, white, white);
	background: linear-gradient(-140deg, #0e6ff7, white, white);
}


#threetier > a:nth-child(2):hover {
 
	/*  */
	background: -webkit-linear-gradient(150deg, #0e6ff7, white, white);
	background: -moz-linear-gradient(150deg, #0e6ff7, white, white);
	background: linear-gradient(150deg, #0e6ff7, white, white);
}


#threetier > a:nth-child(3):hover {
	background: -webkit-linear-gradient(150deg, #0e6ff7, white, white);
	background: -moz-linear-gradient(150deg, #0e6ff7, white, white);
	background: linear-gradient(150deg, #0e6ff7, white, white);
}



#threetier > a:nth-child(3) > span:nth-child(2) > span:nth-child(1) > span:nth-child(2),
#threetier > a:nth-child(3) > span:nth-child(2) > span:nth-child(2) {
	color: #222;
}


#threetier > a:nth-child(3) > span:nth-child(2) > span:nth-child(2) {
	color: #111;
}



#threetier > a > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) {
	display: grid;
	place-items: center;
	width: 70px;
	min-height: 10px;
	background: #111;
	color: #FFF;
	padding: 0.5em;
	position: relative;
	top: 50px;
	/*  */
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



#threetier > a:hover > span:nth-child(2) > span:nth-child(2) > span:nth-child(3) {
	background: #1890ff;
	color: #FFF;
	font-family: 'cal';
	font-size: 13px;
 
}



/* ---------------------------------- Mainarea ---------------------------------- */






/* ---------------------------------- specs apartments ---------------------------------- */

.titlebars {
    display: flex;
    justify-content: space-between;
    padding:  0;
	margin: 0;
	letter-spacing: 0px;
	font-size: 18px;
    min-height: 20px;
	color: #101626;
	font-size: 'intermedium';
	font-weight: 700;
	/*  */
    /* -webkit-border-bottom: 1px dotted #bfc8d8;
	-moz-border-bottom: 1px dotted #bfc8d8;
	border-bottom: 1px dotted #bfc8d8; */
	/*  */
    position: relative;
    z-index: 10;
}

.titlebars > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	font-size: 10px;
	font-family: 'interLightbeta';
    color: #2d6bc2;
	padding: 1em 0 0 0;
	width: 30%;
 
}


.titlebars > span:nth-child(2) > span:nth-child(1) {
	display: block;
	text-align: right;
 
	font-family: 'interLightbeta';
    color: #2d6bc2;
	padding: 0 0.5em 0 0;
	width: 80%;
 
}


.titlebars > span:nth-child(2) > span:nth-child(2) {
	display: block;
	font-family: 'interblack';
    color: #2d6bc2;
	width: 20px;
 
}

#topapats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    /* background: #e4eaf3; */
    padding: 0.3em 0;
    min-height: 100px;
    margin: 0;
}



#topapats > a, 
#topapats > div {
    display: block;
    /* background: #2b4d8c; */
    background: #2e2e43;
    padding: 0;
    margin: 0;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
	/*  */
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

 
#topapats > div > span:nth-child(2) {
    background: #ffffff3d;
}


.highli {
    display: block;
}


.item1 {
    grid-column: 1/3;
}



#topapats > a > span:nth-child(2), 
#topapats > div > span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 10;
    padding: 1em;
    margin: 0;
    min-height: 10px;
    /* max-height: 400px; */
    overflow: hidden;
    font-family: 'cal';
    color: #FFF;
}


.highli > span:nth-child(2) > small {
    display: block;
    font-family: 'cal';
    text-transform: uppercase;
    color: #c6d8ec;
    padding: 0 0 0.4em 0;
}


.highli > span:nth-child(2) > strong {
    display: block;
    font-family: 'cal';
    text-transform: uppercase;
    font-size: 27px;
    color: #f3f9ff;
    padding: 0 0 0.1em 0;
    width: 65%;
    line-height: 22px;
    line-height: 25px;
}



.highli > span:nth-child(2) > span {
    display: flex;
	justify-content: flex-start;
    font-family: 'cal';
    font-size: 13px;
    color: #f3f9ff;
    padding: 0;
    width: 70%;
}



.highli > span:nth-child(2) > span > span {
	display: block;
	padding: 0.2em 0.8em 0 0.8em;
	color: #7fc1ff !important;
	font-size: 10px;

}


.highli > span:nth-child(2) > a {
    display: block;
    position: absolute;
    right: 17px;
    bottom: 18px;
    padding: 0.8em;
    font-family: 'interbold';
    background: #00408a;
	/* ------------------------ */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* ------------------------ */
    background: -webkit-linear-gradient(to bottom, #00408a, #2c7fdd);
    background: -moz-linear-gradient(to bottom, #00408a, #2c7fdd);
    background: linear-gradient(to bottom, #00408a, #2c7fdd);
    width: 100px;
    color: #FFF;
    text-align: center;
	font-size: 13px;
}


#topapats > a:hover, #topapats > div:hover {
    background: #073da0;
}


.highli > span:nth-child(2) > a:hover {
    background: -webkit-linear-gradient(to bottom, #f1c122, #ffdd6c);
    background: -moz-linear-gradient(to bottom, #f1c122, #ffdd6c);
    background: linear-gradient(to bottom, #f1c122, #ffdd6c);
    color: #333;
}

/* ------------------------------------------- */


#topapats > div > span:nth-child(3) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	width: 94%;
	color: #FFF;
	font-size: 12px;
	font-family: 'intermedium';
}



#topapats > div > span:nth-child(3) > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	width: 40%;
	min-height: 10px;
}

#topapats > div > span:nth-child(3) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	background: #005eca;
	font-size: 12px;
	/*  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* /------- */
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

#topapats > div > span:nth-child(3) > span:nth-child(1) > span:nth-child(2) {
	display: block;
	justify-content: flex-start;
	width: 80%;
	min-height: 10px;
	padding: 0 0 0 1em;
}

#topapats > a > span:nth-child(1), #topapats > div > span:nth-child(1) {
    display: block;
    /* background: #c8dafa; */
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
}



#topapats > div > span:nth-child(3) > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	width: 40%;
	min-height: 10px;
	padding: 0.4em 0 0 0;
}

#topapats > div > span:nth-child(3) > span:nth-child(2) > span {
	display: block;
	width: 6px;
	height: 6px;
	background: #FFF;
	margin-left: 10px;
	/* -------------- */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#topapats > div > span:nth-child(3) > span:nth-child(2) > span:nth-child(1) {
	background: #08efb2;
}

#topapats > a > span:nth-child(1) > img, 
#topapats > div > span:nth-child(1) > img {
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #00000082, #111, #111, #111, transparent);
    -moz-mask-image: linear-gradient(to bottom, #00000082, #111, #111, #111, transparent);
    mask-image: linear-gradient(to bottom, #00000082, #111, #111, #111, transparent);
}


#topapats > a > span:nth-child(2), 
#topapats > div > span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: 10;
    padding: 1em;
    margin: 0;
    min-height: 40px;
    max-height: 400px;
    overflow: hidden;
    font-family: 'cal';
    color: #FFF;
}

#topapats > a > span:nth-child(2) > span > span:nth-child(1), 
#topapats > div > span:nth-child(2) > span > span:nth-child(1) {
    display: block;
    color: #FFF;
	text-transform: uppercase;
}

#topapats > a > span:nth-child(2) > span > span:nth-child(2) > span > strong,
#topapats > div > span:nth-child(2) > span > span:nth-child(2) > span > strong {
    color: #f5d56b;
}


.highli > span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 0;
    width: 95% !important;
    min-height: 10px !important;
    background: #1e5ba1;
	/*  */
    background: -webkit-linear-gradient(to bottom, transparent, #02162c);
	background: -moz-linear-gradient(to bottom, transparent, #02162c);
	background: linear-gradient(to bottom, transparent, #02162c);
}



#topapats > a > span:nth-child(3) {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
	width: 90%;
}


#topapats > a > span:nth-child(3) > span {
    display: grid;
	grid-template-columns: 1fr 1fr;
    padding: 0;
    color: #ffffff;
	min-height: 10px;
	/* max-height: 22px; */
	overflow: hidden;
	width: 50px;
	font-size: 11px;
	/*  */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#topapats > a > span:nth-child(3) > span:nth-child(2) {
	display: block;
	height: 25px;
	width: 50%;
	text-align: center;
	font-family: 'intermedium';
	padding-top: 0.5em 0 0 0;
	color: #b5e1ef;
}


#topapats > a > span:nth-child(3) > span > span:nth-child(1) {
    display: grid;
	place-items: center;
    padding: 0;
    color: #ffffff;
	min-height: 25px;
	background:#005fe3;
}



#topapats > a > span:nth-child(3) > span:nth-child(2) > span:nth-child(1) {
    display: grid;
	place-items: center;
    padding: 0;
    color: #ffffff;
	min-height: 25px;
	background: red;
}



#topapats > a > span:nth-child(3) > span > span:nth-child(2) {
    display: grid;
	place-items: center;
    padding: 0;
    color: #ffffff;
	min-height: 20px;
	background:#37393b;
}



#topapats > a > span:nth-child(2) > span > span:nth-child(2) > span, 
#topapats > div > span:nth-child(2) > span > span:nth-child(2) > span {
    display: block;
    color: #FFF;
	font-family: 'cal';
	font-size: 13px;
}


#topapats > div > span:nth-child(2) > span:nth-child(2), 
#topapats > a > span:nth-child(2) > span:nth-child(2) {
    display: block;
    font-weight: 800;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 25px;
    font-family: Arial; 
	font-weight: 100;
	letter-spacing: -1px;
}



.paddic {
    display: block;
    min-height: 200px;
    padding: 0;
	background: #EEE;
    /* background: -webkit-linear-gradient(to bottom, #c0e1f6, #fff, #fff);
    background: -moz-linear-gradient(to bottom, #c0e1f6, #fff, #fff);
    background: linear-gradient(to bottom, #c0e1f6, #fff, #fff); */
}



.homepres {
    display: flex;
    justify-content: space-between;
    min-height: 10px;
    padding: 0;
}


.homepres > div, 
.pris > div, 
.pres > div {
    display: block;
    min-height: 10px;
    font-family: 'intermedium';
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0px;
	padding: 0 0 0.1em 0;
}


.cornerlink > a, #maincontent > div.paddic > div.homepres > a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    background: #FFF;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}



#ft {
    display: block;
    padding: 0.4em 0 0 0;
    height: 310px;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    font-family: 'cal';
}


#features {
    display: flex;
    justify-content: flex-start;
    float: left;
    min-width: 500px;
    padding: 0 0 1em 0;
    min-height: 100px;
}

#features > div:not(:last-child) {
    margin-right: 1em;
}



#features > div {
    display: block;
    background: white	;
    padding: 0;
    margin: 0;
    width: 300px;
    min-height: 100px;
	overflow: hidden;
	/* --------------------------- */
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
	/* --------------------------- */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#features > div > span:nth-child(1) {
    display: block;
    height: 100px;
    overflow: hidden;
    background: #8797be;
    margin: 0;
    padding: 0;
    position: relative;
}


#features > div > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -200px;
}


#features > div > span:nth-child(2) {
    display: block;
    min-height: 165px;
    margin: 0;
    padding: 1em 1em 0 1em;
    color: #888;
    position: relative;
	top: 10px;
}


#features > div > span:nth-child(2) > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    height: 44px;
    width: 44px;
    background: #f0d01d;
    position: absolute;
    top: -32px;
    z-index: 2;
    color: rgb(47, 47, 47);
	/* -------------- */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
	/* ----------------- */
	-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	-moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}



#features > div > span:nth-child(2) > a:hover {
	background: #2e3bb3;
	color: #f0d01d;
}



#features > div > span:nth-child(2) > h6 {
    display: block;
    font-size: 19px;
    font-weight: 800;
    padding: 1em 0 0 0;
    font-family: 'EncodeSansCond-Black';
}



#features > div > span:nth-child(2) > small {
    display: block;
    color: #b8b6b6;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'cal';
    margin: 0;
    padding: 0.3em 0 0.6em 0;
	letter-spacing: 1px;
	COLOR: #333;
	line-height: 12px;
}


#features > div > span:nth-child(2) > strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    font-family: 'cal';
    color: #222;
	text-transform: capitalize;
}


#features > div > span:nth-child(2) > span {
    display: flex !important;
	justify-content: space-between;
    font-size: 14px;
    font-family: 'cal';
	position: absolute;
	bottom: 15px;
	width: 90%;
	margin: 0 auto;
}


#features > div > span:nth-child(2) > span > span:nth-child(1) {
    display: flex !important;
	justify-content: flex-start;
	font-family: 'cal';
    font-size: 14px;
	width: 70%;
	margin: 0;
	white-space: wrap;
	height: 20px;
	padding: 0.3em 0 0 0;
	position: relative;
    top: 5px;
}



#features > div > span:nth-child(2) > span > span:nth-child(1) > strong {
	display: block;
	width: 18px;
	font-weight: 900;
	color: #0741ee;
	
}

#features > div > span:nth-child(2) > span:nth-child(5) {
    display: block !important;
    font-size: 11px;
    font-family: 'intermedium';
	width: 95%;
	margin: 0;
	font-weight: 800;
	color: #96b2f5;
	position: relative;
	line-height: 13px;
	top: 0;
 
}

.spc {
    display: flex !important;
    justify-content: space-between;
    font-family: 'cal';
    font-size: 14px;
    padding: 0.4em 0;
}


.spc > a {
	display: grid;
	place-items: center;
	width: 70px;
	height: 25px;
	font-weight: 700;
	font-size: 12px;
	font-family: 'intermedium';
	color: #005eca;
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	-webkit-border: 3px solid #005eca;
	-moz-border: 3px solid #005eca;
	border: 3px solid #005eca;

}


.spc > a:hover {
	background: #005eca;
	color: #FFF;

}




.bloc {
	display: block;
	background: #f4f8ff;
	padding: 1em 1em 0.6em 1em;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*  */
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.sects {
    background: #1c2711;
}



.sects2, 
.sects {
    display: block;
    min-height: 300px;
	padding: 0;
    margin: 1.5em 0 0 0;
    position: relative;
    overflow: hidden;
	/* --------------------- */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.normalShadowsSharp {
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
}



.sects3 > div > span:nth-child(1), 
.sects2 > span:nth-child(1), 
.sects > span:nth-child(1) {
    display: block;
    height: 300px;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}


.sects3 > div > span:nth-child(1) > img, 
.sects2 > span:nth-child(1) > img, 
.sects > span:nth-child(1) > img {
    display: block;
    width: 105%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}


.sects > span:nth-child(2) {
    display: block;
    min-height: 10px;
    margin: 0;
    width: 30%;
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 10;
}


.sects2 > span:nth-child(2) > span:nth-child(1), 
.sects > span:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    margin: 0;
    font-size: 30px;
    font-family: 'EncodeSansCond-Black';
    line-height: 26px;
    padding: 0 0 0.5em 0;
    width: 70%;
    color: #fff;
}

.sects2 > span:nth-child(2) > span:nth-child(2), 
.sects > span:nth-child(2) > span:nth-child(2) {
    display: block;
    min-height: 10px;
    margin: 0;
    font-size: 18px;
    font-family: 'cal';
    line-height: 21px;
    color: #fff;
}


.sects2 > span:nth-child(2) > span:nth-child(2) > a, 
.sects > span:nth-child(2) > span:nth-child(2) > a {
    display: block;
    font-size: 16px;
    padding: 0.5em 1em;
    margin-top: 1.6em;
    width: 30%;
    color: #eee;
    border: 2px solid #eee;
    font-family: 'cal';
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
}


 


.sects3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    min-height: 300px;
    background: #211a1a;
    margin: 2em 0 0 0;
    position: relative;
    overflow: hidden;
	/*  */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}


.sects3 > div {
    display: block;
    min-height: 300px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #211a1a;
}


.sects3 > div > span:nth-child(1), 
.sects2 > span:nth-child(1), 
.sects > span:nth-child(1) {
    display: block;
    height: 300px;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}


.sects3 > div > span:nth-child(1) > img {
    -webkit-mask-image: linear-gradient(to right, #111, transparent);
    -moz-mask-image: linear-gradient(to right, #111, transparent);
    mask-image: linear-gradient(to right, #111, transparent);
}


 

.sects3 > div > span:nth-child(2) > span:nth-child(1) {
    display: block;
    min-height: 10px;
    margin: 0;
    font-size: 30px;
    font-family: 'EncodeSansCond-Black';
    line-height: 26px;
    padding: 0 0 0.5em 0;
    color: #fff;
}


.sects3 > div > span:nth-child(2) {
    width: 60%;
    color: #FFF;
    font-weight: 800;
}


.sects3 > div > span:nth-child(2), 
.sects2 > span:nth-child(2) {
    display: block;
    min-height: 10px;
    margin: 0;
    width: 30%;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 10;
    text-align: right;
}


.sects2 > span:nth-child(2) > span:nth-child(1) {
    width: 100%;
    color: #fff;
}

.sects2 > span:nth-child(2) > span:nth-child(2), 
.sects > span:nth-child(2) > span:nth-child(2) {
    display: block;
    min-height: 10px;
    margin: 0;
    font-size: 18px;
    font-family: 'cal';
    line-height: 21px;
    color: #fff;
}

.sects2 > span:nth-child(2) > span:nth-child(2) > a {
    display: block;
    position: absolute;
    right: 0;
}


.sects3 > div > span:nth-child(2) > span:nth-child(2) > a {
    display: block;
    margin-top: 1em;
    font-size: 16px;
    color: #71a0f7;
    font-family: 'cal';
}

 

.sects3 > div > span:nth-child(2) {
    width: 60%;
    color: #FFF;
    font-weight: 800;
}



/* ---------------------------------- specs apartments ---------------------------------- */










/* ---------------------------------- page ---------------------------------- */

#pagersx {
	display: flex;
	justify-content: space-between;
	min-height: 20px;
	margin: 3em 0 1em 0;
}


#pagersx > span:nth-child(1) {
	display: block;
	min-height: 20px;
	font-size: 25px;
	width: 50%;
	letter-spacing: -1px;
} 



#pagersx > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 20px;
	font-size: 25px;
	font-family: 'interbold';
	letter-spacing: -1px;
} 



#pagersx > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 20px;
	font-size: 13px;
	font-family: 'InterLightbeta';
	letter-spacing: 0px;
	padding: 0.5em 0 0 0;
	line-height: 20px;
} 


/* xxxxxxxxxxxxxxxxxxxxxxxx */

#pagersx > span:nth-child(2){
	display: flex;
	justify-content: right;
	min-height: 20px;
	font-size: 13px;
	font-family: 'cal';
	width: 40%;
	font-weight: 900;
}


#pagersx > span:nth-child(2) > span {
	display: block;
	margin: 0.3em 1em;
	font-size: 9px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



#pagers {
	display: flex;
	justify-content: flex-start;
	min-height: 20px;
	margin: 0 0 0.5em 0;
	padding: 60px 0 10px 0;
}


#pagers > span:nth-child(1){
	display: block;
	min-height: 20px;
	font-size: 25px;
	font-family: 'interbold';
	width: auto;
	letter-spacing: -1px;
	padding-right: 1em;
} 

#pagers > span:nth-child(2){
	display: flex;
	justify-content: flex-start;
	min-height: 20px;
	font-size: 13px;
	font-family: 'cal';
	width: 40%;
	font-weight: 900;
	padding: 0.7em 0 0 0;

}

 

#pagers > span:nth-child(2) > a {
	display: block;
	margin: 0;
	color: #66b1bc;
	font-size: 14px;
}


#pagers > span:nth-child(2) > a:hover {
	color: #23866d;
	text-decoration: underline;
}


#pagers > span:nth-child(2) > span {
	display: block;
	margin: 0 1.2em;
	font-size: 9px;
	padding: 0.3em 0 0 0;
	
}


/* ---------------------------------- page ---------------------------------- */


#pageslate {
	display: block;
	min-height: 100px;
	background: #dee9ff;
}



#categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 200px;
    padding: 1em;
}





#categories > a {
	display: block;
	background: #131c2e;
	height: 400px;
	position: relative;
	overflow: hidden;
	/*  */
	-webkit-border: 1px dotted #CCC;
	-moz-border: 1px dotted #CCC;
	border: 1px dotted #CCC;
	/*  */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}



#mkgallery > a {
	background: #edeff4 !important;
}




#categories > a:hover {
	background: #3b75e9;
}


#categories > a > span:nth-child(1) {
	display: block;
	height: 400px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


#categories > a > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
	-moz-mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
	mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
	/*  */
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}



#categories > a > span:nth-child(1):hover > img {
	width: 110%;
}


#categories > a > span:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding: 0;
    min-height: 10px;
    width: 100%;
    color: #fff;
	background: #dddddd19;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#categories > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	padding: 0;
	z-index: 2;
	height: 45px;
	font-size: 20px;
	background: #eeeeee42;

	min-width: 13%;
	white-space: nowrap;
	font-family: 'cal';
	color: #ffc965;
}



/* the info on the left */
#categories > a > span:nth-child(2) > span:nth-child(1) {
	display: flex;
	justify-content: flex-start;
	padding:  0;
	min-height: 20px;
	z-index: 2;
	width: 99%;
	text-align: left;
	white-space: nowrap;
	font-family: 'cal';
}


 
 


#categories > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
	display: block;
	font-family: 'cal';
	color: #fff;
	padding: 0.5em 0 0 1em;
}
 

#categories > a > span:nth-child(2) > span:nth-child(1) > span > span {
	display: block;
}

#categories  > a > span:nth-child(2) > span > span:nth-child(2) > span > strong,
#categories > a > span:nth-child(2) > span:nth-child(1) > span > strong {
	color: rgb(250, 195, 13);
}


 
 

#categories > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) {
	display: block;
	font-size: 14px;
	/* color: #c2deff; */
	font-family: 'cal';
}

#categories > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span:nth-child(2) {
	display: block;
	font-size: 12px;
	color: #a4ceff;
	font-family: 'cal';
	line-height: 10px;
}

#categories > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
	display: block;
	width: 80%;
	min-height: 40px;
	top: 50%;
	font-family: 'cal';

}




/* --------------------------------------------- */

#filt {
    display: block;
    min-width: 100%;
	height: 10px;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0.33, 0.01, 0.97) 0s;
	-moz-transition: all 0.5s cubic-bezier(0, 0.33, 0.01, 0.97) 0s;
	transition: all 0.5s cubic-bezier(0, 0.33, 0.01, 0.97) 0s;
}


#filt > span {
    display: block;
    width: 10px !important;
    padding: 0.5em 0.8em;
    width: 100% !important;
    min-height: 55px;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}


#filt > span > span {
    display: flex;
	justify-content: space-between;

}



#filt > span > span > span:nth-child(1) {
    display: block;
    color: #000;
    font-family: 'EncodeSansCondensed-ExtraBold';
    font-size: 23px;
}


#filt > span > span > span:nth-child(2) {
    display: flex;
	justify-content: flex-end;
    color: #000;
    font-size: 12px;
	padding: 0.5em 0 0 0;
}

#filt > span > span > span:nth-child(2) > span {
    display: grid;
	place-items: center;
	width: 30px;
	height: 25px;
    color: #444;
    font-size: 10px;
	background: #d0e5ff;
	margin-left: 0.5em;
	/*  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ------------------------ */



#filt > span > div {
    display: block;
	min-height: 10px;
	background: #ddebfc;
	padding: 0.2em 0.8em;
	margin-top: 6px;
	height: 65px;
	/* ------------------ */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#filt > span > div > span:nth-child(1) {
    display: block;
    color: #000;
    font-family: 'interbold';
    font-size: 16px;
	padding: 0.5em 0 0 0;
	height: 18px;
}


 
#filt > div {
	display: block;
	padding: 0.3em 1em;
	min-height: 10px;
}
 

#filt > span > form {
    display: block;
    width: 10px !important;
    padding: 1em 0;
    width: 100% !important;
    position: relative;
    -webkit-appearance: none;
	/* ------------------------------ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#filt > span > form > div {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0 0 0.4em 0;
	font-size: 12px;
}



#filt > span > form > div > span:nth-child(1){
	display: block;
	font-family: 13px;
	font-family: 'intermedium';
	min-height: 10px;
}


#filt > span > form > div > span:nth-child(2){
	display: flex;
	justify-content: flex-end;
	font-family: 13px;
	font-family: 'intermedium';
	min-height: 10px;
}


#filt > span > form > div > span:nth-child(2) > span > label {
	display: inline-block;
    font-family: 'intermedium';
    min-height: 10px;
    font-size: 18px;
	color: #6663e8;
 
}


#filt > span > form > div > span:nth-child(2) > span {
	display: inline-block;
	color: #999;
	font-size: 18px;
	color: #777;
}

/* ----------------------------- */

#filt > span > form > div > span:nth-child(2) > span > label {
	display: inline-block;
	font-size: 18px;
	font-family: 'interbold';
    /* font-family: 'intermedium'; */
    min-height: 10px;
	color: #6663e8;
    
}


#filt > span > form > input[type='range'] {
	display: block;
	width: 100%;
	height: 10px;
	background: #45a2f7;
	outline: none;
	border: none;
}


#filt > span > form > input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #4caf50, #8bc34a);
    border-radius: 5px;
 
}

#filt > span > form > input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #4caf50, #8bc34a);
    border-radius: 5px;
 
}



/* Style the thumb */
#filt > span > form > input[type="range"]::-webkit-slider-thumb {
	display: block;
    appearance: none; /* Remove default styling */
    width: 20px;
    height: 20px;
    background: #4caf50;
    cursor: pointer;
	position: relative;
	top: -5px;
	/* --------------------------- */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	/* --------------------------- */
    -webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	transition: transform 0.3s;
}



#filt > span > form > select {
	display: block;
	min-height: 10px;
	padding: 0.8em 0;
	margin-bottom: 0.2em;
	background: none;
	width: 100%;
	/*  */
	-webkit-border: none;
	-moz-border: none;
	border: none;
	/*  */
	-webkit-border-bottom: 1px solid #3f6090;
	-moz-border-bottom: 1px solid #3f6090;
	border-bottom: 1px solid #3f6090;
	/*  */
	outline: none;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#filt > span > form > span:nth-child(1),
#filt > span > form > span {
    display: flex;
	justify-content: space-between;
    width: 10px !important;
    padding: 0.8em;
    width: 100% !important;
    border: none;
    position: relative;
    z-index: 1;
    font-family: 'cal';
    margin: 0.6em 0 0 0;
    -webkit-appearance: none;
	appearance: none;
	/*  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*  */
    -webkit-border-bottom: 1px dotted #0390bb;
    -moz-border-bottom: 1px dotted #0390bb;
    border-bottom: 1px dotted #0390bb;
}



/* ----------------------------- */
.searchtitmins {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0.1em 0 0.2em 0;
 
}


.searchtitmins > span:nth-child(1) {
	display: block;
	min-height: 10px;
	padding: 0;

	color: #777;
	font-weight: 900;
	font-family: 'interLightBeta';
	width: 70%;
}



.searchtitmins > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	padding: 0;
	color: #01775b;
	width: 30%;
 
}


.searchtitmins > span:nth-child(2) > a {
	display: grid;
	place-items: center;
	height: 24px;
	width: 60px;
	padding: 0;
	color: #66bda9;
	position: relative;
	font-family: 'interbold';
	font-weight: 700;
	top: -3px;
	font-size: 12px;
 
	/*  */
	-webkit-border: 4px solid #66bda9;
	-moz-border: 4px solid #66bda9;
	border: 4px solid #66bda9;
	/* -------------------- */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}



.searchtitmins > span:nth-child(2) > a:hover {
	-webkit-border: 2px solid #009270;
	-moz-border: 2px solid #009270;
	border: 2px solid #009270;
	background: #00916f;
	color: #d3fffb;
}
/* ---------------------------- */

.searchssects {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	margin-top: 1em;
	 
}

.searchssects > span {
	display: flex;
	justify-content: flex-start;
	padding: 0.2em 0;
}

.searchssects > span > strong {
	display: inline-grid;
	place-items: center;
	background: #54bda1;
	color: #FFF;
	font-size: 10px;
	height: 25px;
	padding: 0 1em;
	/* min-width: 40px; */

}

.searchssects > span > span {
	display: grid;
	place-items: center;
	padding: 0 0 0 1em;
	color: #04937c;
}
/* -------------------------------------------- */






/* ---------------- [listing] ---------------- */

.holdit {
    display: block !important;
    min-height: 100px;
    padding: 0 !important;
}



.messgetitler {
    display: flex;
    justify-content: space-between;
    height: 29px;
    max-height: 55px;
    padding: 0.7em 0;
	/* ------------------- */
	-webkit-border-top: 1px dotted #1f405e;
    -moz-border-top: 1px dotted #1f405e;
    border-top: 1px dotted #1f405e;
	/* ------------------- */
    -webkit-border-bottom: 1px dotted #1f405e;
    -moz-border-bottom: 1px dotted #1f405e;
    border-bottom: 1px dotted #1f405e;
}


.messgetitler > span:nth-child(1) {
    display: flex;
	justify-content: flex-start;
	place-items: center;
    padding: 0.1em 0 0 0;
    font-size: 15px;
    font-family: 'intermedium';
}

.messgetitler > span:nth-child(1) > strong {
    display: inline-grid;
    place-items: center;
    font-family: 'intermedium';
    padding: 0 0.8em;
    color: #eefeff;
    margin: 0 1em;
    height: 25px;
    font-size: 13px;
    background: #02ab81;
	/* --------------- */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* ---------------- */
	-webkit-box-shadow: rgba(17, 17, 26, 0.15) 0px 7px 3px;
	-moz-box-shadow: rgba(17, 17, 26, 0.15) 0px 7px 3px;
	box-shadow: rgba(17, 17, 26, 0.15) 0px 7px 3px;
}

.messgetitler > span:nth-child(2) {
    display: inline-flex;
    justify-content: flex-end;
    font-size: 17px;
    width: 20%;
}

.messgetitler > span {
    /* display: block; */
    min-height: 20px;
    font-size: 17px;
    font-family: 'cal';
}


#mkgallery, #productgallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    min-height: 200px;
    padding: 0 0 4em 0;
}


#mkgallery > a,
#productgallery > a, 
#productgallery > div {
    display: block;
    background: #131c2e;
    height: 360px;
    position: relative;
    overflow: hidden;
    /* -webkit-border: 1px dotted #CCC;
    -moz-border: 1px dotted #CCC;
    border: 1px dotted #CCC; */
	/* -------------------------- */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* -------------------------- */
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


#mkgallery > a > span:nth-child(1), 
#productgallery > a > span:nth-child(1) {
    display: block;
    height: 300px;
    position: relative;
    z-index: 1;
}


#mkgallery > a > span:nth-child(1) > img, 
#productgallery > a > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
    -moz-mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
    mask-image: linear-gradient(to bottom, #fff, #fff, transparent);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}


#mkgallery > a > span:nth-child(2), 
#productgallery > a > span:nth-child(2) {
    display: flex;
    justify-content: space-between;
    padding: 0;
    min-height: 10px;
    width: 93%;
	margin: 0 auto;
    color: #fff;
    position: absolute;
	left: 0;
	right: 0;
    bottom: 7px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#productgallery > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
    display: block;
    width: 100%;
    min-height: 40px;
    top: 50%;
    font-family: 'cal';
}


#productgallery > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) {
    display: block;
    font-size: 14px;
    /* color: #c2deff; */
    font-family: 'cal';
}


#productgallery > a > span:nth-child(2) > span > span:nth-child(2) > span > strong, 
#productgallery > a > span:nth-child(2) > span:nth-child(1) > span > strong {
    color: rgb(250, 195, 13);
}


#mkgallery > a > span:nth-child(2) > span:nth-child(2), 
#productgallery > a > span:nth-child(2) > span:nth-child(2) {
    display: block;
    min-height: 10px;
	max-height: 40px;
    text-align: right;
    width: 70px;
    padding: 0;
    font-family: 'opnSans';
    font-size: 23px;
    letter-spacing: 0px;
	/*  */
	position: absolute;
	bottom: -4px;
	right: 0px;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#productgallery > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) > span:nth-child(2) {
    display: block;
    font-size: 12px;
    /* color: #5aa6fd; */
    font-family: 'cal';
}


#productgallery > a > span:nth-child(2) > span:nth-child(1) > span > span {
    display: block;
}



#filt > form > label {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 4;
    right: 0;
    transform: translate(-20px, -27px);
}

#filt > span > form > input[type='submit'] {
    display: block;
    width: 10px !important;
    padding: 0.8em;
    width: 100% !important;
    border: none;
    font-family: 'cal';
    margin: 0.6em 0 0 0;
    font-size: 17px;
    color: #FFF;
    -webkit-appearance: none;
	/*  */
    background: -webkit-linear-gradient(to bottom right, #2895f2, #3b47b1);
    background: -moz-linear-gradient(to bottom right, #2895f2, #3b47b1);
	background: linear-gradient(to bottom right, #2895f2, #3b47b1);
	/*  */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*  */
    -webkit-border-bottom: 1px dotted #3a4346;
    -moz-border-bottom: 1px dotted #0390bb;
    border-bottom: 1px dotted #0390bb;
}


#filt > span > form > input[type='submit']:hover {
	background: -webkit-linear-gradient(to bottom right, #07d0b2, #07af85);
    background: -moz-linear-gradient(to bottom right, #07d0b2, #07af85);
	background: linear-gradient(to bottom right, #07d0b2, #07af85);
}

.messgetitler > span:nth-child(2) {
    display: inline-flex;
    justify-content: flex-end;
    font-size: 17px;
    width: 20%;
}


.messgetitler > span:nth-child(2) > a {
    display: inline-grid;
    place-items: center;
    font-size: 17px;
    width: 30px;
    height: 30px;
    background: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.2) 0px 0px 16px;
    -moz-box-shadow: rgba(17, 17, 26, 0.2) 0px 0px 16px;
    box-shadow: rgba(17, 17, 26, 0.2) 0px 0px 16px;
}



.messgetitler > span:nth-child(2) > a:hover {
	background: #007df1;
	color: #fff;
}



/* ---------------- [listing] ---------------- */


.proptop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 0;
	min-height: 10px;
	padding: 0;
	margin: 0;
	background: #0b52a8;
	color: #FFF;
	margin-bottom: 1.3em;
	box-shadow: rgba(0, 0, 0, 0.20) 5px 5px 2.6px;
}


.proptop > span:not(:first-child){
	display: block;
	margin: 0;
	padding: 15px;
	/* ---------------- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

 
.proptop > span:nth-child(1){
	display: block;
	min-height: 245px;
	max-height: 285px;
	background: #3076cc;
	overflow: hidden;
}


.proptop > span:nth-child(1) > img {
	display: block;
	height: auto;
	width: 100%;
}



.proptop > span:nth-child(2) {
	display: block;
	min-height: 10px;
	background: #0b52a8;
}

 
.proptop > span > span:nth-child(1){
    display: block;
    min-height: 30px;
    font-size: 15px;
    font-family: 'intermedium';

} 

 
.proptop > span > span:not(:first-child){
    display: block;
    min-height: 10px;
    font-size: 13px;
    font-family: 'intermedium';
	margin: 5px 0 0 0;
	padding: 5px 0;
	/* --------------------- */
	-webkit-border-top: 1px dotted #56a2fd;
	-moz-border-top: 1px dotted #56a2fd;
	border-top: 1px dotted #56a2fd;


} 


.proptop > span > span:not(:first-child) > span:nth-child(1){
    display: block;
    min-height: 10px;
    font-size: 14px;
    font-family: 'intermedium';
	font-weight: 800;
} 


.proptop > span > span:not(:first-child) > span:nth-child(2){
    display: block;
    min-height: 10px;
    font-size: 11px;
    font-family: 'intermedium';
	color:#bccef9;
	padding: 0.3em 0 0 0;
} 

.proptop > span:last-child > span:not(:first-child) > span:nth-child(2){
	color: #0d4a869e;
} 

/* ---------------------------------------------- */


 

.proptop > span:nth-child(2) > span > span:nth-child(1) {
	display: block;
	min-height: 10px;

}

.proptop > span:nth-child(2) > span:nth-child(3) > span > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-size: 15px;
	font-family: 'interbold';
	color: #FFF;
}


.proptop > span:nth-child(2) > span:nth-child(3) > span > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-size: 11px;
	font-family: 'interLightbeta';
	color: #96c9ff;
	line-height: 15px;
}


.proptop > span:nth-child(2) > span:nth-child(3) > a {
	display: inline-block;
	color: #91ffff;
	font-family: 'cal';
}



.proptop > span:nth-child(3){
	display: block;
	min-height: 245px;
	background: #2070d1;
	overflow: hidden;
}


.proptop > span:nth-child(4){
	display: block;
	min-height: 245px;
	background: #297ee5;
	overflow: hidden;
}


.proptop > span:nth-child(5){
	display: block;
	min-height: 245px;
	background: #b3d3ff;
	overflow: hidden;
	color: #092241;
}


/* ---------------------------------- */

#propmenu {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0 1em 0 1em;
	position: relative;
	z-index: 5;
	background: #FFF;
	/*  */
	/* -webkit-border-top: 1px solid #4fa7ff;
	-moz-border-top: 1px solid #4fa7ff;
	border-top: 1px solid #4fa7ff; */
	/*  */
	/* -webkit-border-bottom: 1px solid #4fa7ff;
	-moz-border-bottom: 1px solid #4fa7ff;
	border-bottom: 1px solid #4fa7ff; */

	-webkit-box-shadow: rgba(17, 17, 26, 0.08) 0px 4px 3px;                    
	-moz-box-shadow: rgba(17, 17, 26, 0.08) 8px 4px 3px;
	box-shadow: rgba(17, 17, 26, 0.08) 0px 4px 3px;
}


#propmenu > a {
	display: block;
	min-height: 10px;
	width: auto;
	min-width: 10px;
	margin-right: 20px;
	padding: 1em 0;
	white-space: nowrap;
	font-family: 'intermedium';
	color: #4fa7ff;
	/*  */
	-webkit-border-bottom: 4px solid transparent;
	-moz-border-bottom: 4px solid transparent;
	border-bottom: 4px solid transparent;

}


.tabup,
#propmenu > a:hover {
	color: #559cff !important;
	font-weight: 900 !important;
	
	-webkit-border-bottom: 4px solid #559cff !important;
	-moz-border-bottom: 4px solid #559cff !important;
	border-bottom: 4px solid #559cff !important;
}


/* ------------------------------ */


.prodfocus {
	display: flex;
	justify-content: space-between;
    min-height: 200px;
    width: 100%;
    padding: 3em 0 0 0;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.prodfocus > span:nth-child(1) {
	display: block;
	padding: 0 0 0 1.5em;
	width: 40%;
	min-height: 400px;
 
}

.prodfocus > span:nth-child(1) > span:nth-child(1) {
	display: block;
	width: 85%;
	/* width: 25%; */
	height: 340px;
	overflow: hidden;
	/* ---------------- */
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}



.prodfocus > span:nth-child(1) > span:nth-child(2) {
	display: block;
	width: 85%;
	min-height: 10px;
	padding: 2em 0 1em 0;
	text-align: right;
 
}


 
.prodfocus > span:nth-child(1) > span:nth-child(2) > span {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	padding: 0.7em 0;
	text-align: right;
	opacity: 0.45;
	filter: alpha(opacity=45);
}



.prodfocus > span:nth-child(1) > span:nth-child(2) > a {
	display: flex;
	justify-content: flex-end;
	min-height: 10px;
	padding: 0.7em 0;
	text-align: right;
 
}


.prodfocus > span:nth-child(1) > span:nth-child(2) > a:not(:last-child){
	-webkit-border-bottom: 1px dotted #CCC;
	-moz-border-bottom: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.prodfocus > span:nth-child(1) > span:nth-child(2) > a > span:nth-child(2) {
	display: grid;
	place-items: end;
	width: 80%;
	height: 20px; 
	padding-right: 1em;
	font-family: 'intermedium';
	font-size: 13px;
 
}
.prodfocus > span:nth-child(1) > span:nth-child(2) > a > span:nth-child(3) {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px; 
 
}


.prodfocus > span:nth-child(1) > span:nth-child(2) > div {
	display: block;
	text-align: right;
	font-family: 'cal';
	font-size: 14px;
	padding: 1em 0 0 1em;
	color: #999;
}

.prodfocus > span:nth-child(1) > span:nth-child(2) > div > a {
	display: inline-block;

	font-family: 'cal';
	font-size: 14px;
	padding: 0 0.5em;
	color: #0381f6;
}


.prodfocus > span:nth-child(1) > span:nth-child(2) > div > a:hover {
	color: #f03ca5;
	text-decoration: underline;
}


.prodfocus > span:nth-child(1) > span:nth-child(2) > span > span {
	display: block;
	min-height: 10px;
	text-align: right;
	margin-left: 1em;
	font-family: 'cal';
}


.prodfocus > span:nth-child(1) > span:nth-child(2) > span:not(:last-child) {
	-webkit-border-bottom: 1px dotted #CCC;
	-moz-border-bottom: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
 
}


.prodfocus > span:nth-child(1) > span:nth-child(1) > img {
	display: block;
	width: 103%;
	height: auto;
}


/* ------------------------------------ */



.roomieprofile {
    display: block;
    min-height: 100px;
	width: 60%;
    padding: 0;
    margin: 0;
}

.roomieprofile > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 0;
    font-family: 'cal';
    font-size: 17px;
    font-weight: 800;
}


.roomieprofile > span:nth-child(2) {
    display: grid;
	grid-template-columns: 1fr 1fr;
    min-height: 40px;
    padding: 0 0 1em 0;
}

.roomieprofile > span:nth-child(2) > span:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.roomieprofile > span:nth-child(2) > span {
    display: block;
    min-height: 20px;
    padding: 0.5em 0;
    color: #777777;
    font-size: 18px !important;
    font-family: 'cal';
    line-height: 20px;
}


.roomieprofile > span:nth-child(2) > span > small {
    display: block;
    min-height: 5px;
    padding: 0;
    color: #868fcd;
    font-size: 12px;
    font-weight: 100;
	font-family: 'intermedium';
}



.roomieprofile > span:nth-child(2) > span > small > span {
	display: inline-block;
	padding: 0 0.3em;
	color: #999;
}
/* ------------------------------------ */


#prodfocus {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 0;
    min-height: 200px;
    width: 100%;
    padding: 1em 0 0 0;
	/*  */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#pixter {
    display: block;
    min-height: 0;
    min-height: 310px;
    position: relative;
}


#pixter > span:nth-child(1) {
    display: block;
    min-height: 100px;
    background: #FFF;
    overflow: hidden;
}


#pixter > span:nth-child(1) > img {
    display: block;
    width: 100%;
    height: auto;
}


/* ------------------------------------ */


#covetab {
	display: block;
	height: 810px;
	overflow: hidden;
	overflow-y: scroll;
	position: relative;
	z-index: 1;
	/*  */
	-webkit-box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;
	-moz-box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;
	box-shadow: inset rgba(17, 17, 26, 0.08) 0px 0px 16px;

}


#covetab > div:nth-child(1) {
	display: block;
	z-index: 4;
}


.cvtabs {
	display: block;
	min-height: 920px;
	padding: 2em 1em 1em 1em;
	position: absolute;
	z-index: 2;
	background: #FFF;
	width: 100%;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}


.cvtabs > span:nth-child(1) {
	display: block;
	width: 90%;
	font-size: 20px;
	font-family: 'GraphikMedium';
	font-weight: 800;
}

/* # ---------------------------------  */


#xtracont {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	min-height: 1px;
	padding: 0;
}


#xtracont > a,
#xtracont > span {
	display: grid;
	place-items: center;
	font-size: 12px;
	height: 70px;
	width: 100%;
	padding: 0;
	overflow: hidden;
	background: #EEE;
}



#xtracont > a > img, 
#xtracont > span > img {
	display: block;
	width: 100%;
	height: auto;
}



#fts {
	display: block;
	min-height: 10px;
	padding: 1em 0;
}




#fts > span:nth-child(1) {
	display: block;
	min-height: 10px;
	padding: 1em 0;
	font-family: 'interblack';
}

#fts > span:nth-child(3) {
	display: block;
	min-height: 10px;
	padding: 0;
	font-family: 'intermedium';
}


#fts > span:nth-child(3) > span {
    display: inline-grid;
    background: #d7e8ff;
    place-items: center;
    min-height: 30px;
    padding: 0 1em;
    font-size: 12px;
    margin-bottom: 0.7em;
    margin-right: 0.7em;
    font-family: 'intermedium';
    color: #1b8cd7;
}


/* ---------------------------------------- */


/* ---------------------------------------- */

#roomsinarea {
	display: block;
	min-height: 10px;
	margin: 0 auto;
	width: 75%;
	padding: 2em 0 1em 0;
}

#roomsinarea > span:nth-child(1) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;
	
}

#roomsinarea > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	padding: 0;
	width: 70%;
	font-family: 'interbold';
	font-size: 25px;
	letter-spacing: -1px;
}



#roomsinarea > span:nth-child(1) > span:nth-child(2){
	display: flex;
	justify-content: flex-end;
	place-items: flex-end;
	font-family: 'InterLightbeta';
	text-align: right;
	white-space: nowrap;
	width: 33%;
	font-size: 12px;
}


#roomsinarea > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) {
	display: block;
	font-family: 'intermedium';
	width: 80%;
	text-align: right;

}


#roomsinarea > span:nth-child(1) > span:nth-child(2) > span:nth-child(2) {
	display: block;
	font-family: 'intermedium';
	width: 22px;
	font-weight: 900;
	text-align: right;
}

/* -------------------- */

#roomsinarea > span:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1em;
	min-height: 10px;
	padding: 0.5em 0;
}



#roomsinarea > span:nth-child(2) > a {
	display: block;
	height: 330px;
	background: #CCC;
	overflow: hidden;
	position: relative;
	/* ----------------- */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#roomsinarea > span:nth-child(2) > a:hover > span:nth-child(1),
#roomsinarea > span:nth-child(2) > a:hover {
	background: #002686;
}



#roomsinarea > span:nth-child(2) > a > span:nth-child(1) {
	display: block;
	height: 330px;
	background: #1a1a1a;
	overflow: hidden;
	position: relative;
	z-index: 1; 
}


#roomsinarea > span:nth-child(2) > a > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(to bottom, #00000063, #FFF, #FFF, #FFF, transparent);
	-moz-mask-image: linear-gradient(to bottom, #00000063, #FFF, #FFF, #FFF, transparent);
	mask-image: linear-gradient(to bottom, #00000063, #FFF, #FFF, #FFF, transparent);
}



#roomsinarea > span:nth-child(2) > a > span:nth-child(2) {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 90%;
	height: 310px;
	position: absolute;
	z-index: 2; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
}



#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;
}


#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 10px;
	width: 50px;
	overflow: hidden;
	/* ------ */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	background: #0367e9; 
	height: 20px;
}

#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) {
	display: grid;
	place-items: center;
	background: #252f3c; 
	height: 20px;
}

#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	padding: 0 0 1em 0;
}


#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) > span {
	display: block;
	min-height: 1px;
	font-family: 'cal';
	font-size: 13px;
	line-height: 17px;
}


#roomsinarea > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) > span > strong {
	display: inline-block;
	min-height: 1px;
	font-family: 'cal';
	color: #edb360;
	padding-right: 5px;
	font-weight: 800;
}



/* ///////////////////////////////////// */


#roomsinareax {
	display: block;
	min-height: 10px;
	margin: 0 auto;
	/* width: 75%; */
	padding: 1em 0;
}

#roomsinareax > span:nth-child(1) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;
	
}

#roomsinareax > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	padding: 0;
	width: 40%;
	font-family: 'interbold';
	font-size: 25px;
	letter-spacing: -1px;
}



#roomsinareax > span:nth-child(1) > span:nth-child(2){
	display: flex;
	justify-content: flex-end;
	place-items: flex-end;
	font-family: 'InterLightbeta';
	text-align: right;
	width: 45%;
	font-size: 12px;
}


#roomsinareax > span:nth-child(1) > span:nth-child(2) > span:nth-child(1) {
	display: block;
	font-family: 'intermedium';
	width: 80%;
	text-align: right;
}


#roomsinareax > span:nth-child(1) > span:nth-child(2) > span:nth-child(2) {
	display: block;
	font-family: 'intermedium';
	width: 22px;
	font-weight: 900;
	text-align: right;
}

/* -------------------- */

#roomsinareax > span:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1em;
	min-height: 10px;
	padding: 0.5em 0;
}



#roomsinareax > span:nth-child(2) > a {
	display: block;
	height: 310px;
	background: #CCC;
	overflow: hidden;
	position: relative;
	/* ----------------- */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#roomsinareax > span:nth-child(2) > a:hover > span:nth-child(1),
#roomsinareax > span:nth-child(2) > a:hover {
	background: #002686;
}



#roomsinareax > span:nth-child(2) > a > span:nth-child(1) {
	display: block;
	height: 310px;
	background: #1a1a1a;
	overflow: hidden;
	position: relative;
	z-index: 1; 
}


#roomsinareax > span:nth-child(2) > a > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(to bottom, #00000066, #FFF, #0000003d);
	-moz-mask-image: linear-gradient(to bottom, #00000066, #FFF, #0000003d);
	mask-image: linear-gradient(to bottom, #00000066, #FFF, #0000003d);
}



#roomsinareax > span:nth-child(2) > a > span:nth-child(2) {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 90%;
	height: 310px;
	position: absolute;
	z-index: 2; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 12px;
}



#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;

	-webkit-transform: translate(0, 8px);
	-moz-transform: translate(0, 8px);
	transform: translate(0, 8px);
}


#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 10px;
	width: 50px;
	overflow: hidden;
	/* ------ */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	background: #0367e9; 
	height: 20px;
}

#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(2) {
	display: grid;
	place-items: center;
	background: #252f3c; 
	height: 20px;
}

#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	transform: translate(0, -8px);
}


#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) > span {
	display: block;
	min-height: 1px;
	font-family: 'cal';
	font-size: 13px;
	line-height: 15px;
}


#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) > span:first-child {
	display: block;
	font-size: 20px;
	font-family: Arial;
	font-weight: 600;
}

#roomsinareax > span:nth-child(2) > a > span:nth-child(2) > span:nth-child(2) > span > strong {
	display: inline-block;
	min-height: 1px;
	font-family: 'cal';
	color: #edb360;
	padding-right: 5px;
	font-weight: 800;
}

/* ---------------------------------------- */







/* ---------------------------------------- */

#prodetails {
	display: block;
	min-height: 100px;
}


#prodetails > span:nth-child(1) {
	display: block;
	min-height: 11px;
	padding: 0;
	letter-spacing: -1px;
	
}



#prodetails > span:nth-child(2) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0.3em 0 1em 1em;
	letter-spacing: 0px;
	font-size: 18px;
	color: #222;
	font-family: 'intermedium';
	position: relative;
	/*  */
	-webkit-border-bottom: 1px dotted #CCC;
	-moz-border-bottom: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */




#prodetails > span:nth-child(2) > span {
	display: block;
	min-height: 10px;
	padding: 0.2em 0;
	/* width: 100%; */
	text-align: right !important;
	font-weight: lighter;
	letter-spacing: -1px;
}


/* rating */
#prodetails > span:nth-child(2) > span:nth-child(2) {
	display: block;
	width: 65px;
	height: 45px;
	position: absolute;
	top: -25px;
	right: 5px;
	
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	-webkit-box-shadow: rgba(149, 157, 165, 0.73) 0px 8px 14px;
	-moz-box-shadow: rgba(149, 157, 165, 0.73) 0px 8px 14px;
	box-shadow: rgba(149, 157, 165, 0.73) 0px 8px 14px;
	/*  */
	background: -webkit-linear-gradient(to bottom right, #eccb28, #ffe58f);
	background: -moz-linear-gradient(to bottom right, #eccb28, #ffe58f);
	background: linear-gradient(to bottom right, #eccb28, #ffe58f);
}


#prodetails > span:nth-child(2) > span:nth-child(2) > span:nth-child(1) {
	display: grid;
	place-items: center;
	font-size: 30px;
	font-family: 'firaSans';
	height: 35px;
}


#prodetails > span:nth-child(2) > span:nth-child(2) > span:nth-child(2) {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 11px;
	font-family: 'cal';
	height: 8px;
	position: relative;
	top: -3px;
}




#prodetails > span:nth-child(2) > span:nth-child(3),
#prodetails > span:nth-child(2) > span:nth-child(4),
#prodetails > span:nth-child(2) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-size: 26px;
	/* font-weight: 800; */
	font-family: 'PassionOne-Regular';
	
}


#prodetails > span:nth-child(2) > span:nth-child(5),
#prodetails > span:nth-child(2) > span:nth-child(6),
#prodetails > span:nth-child(2) > span:nth-child(7),
#prodetails > span:nth-child(2) > span:nth-child(8) {
	display: block;
	font-size: 12px;
	font-family: 'cal';
	letter-spacing: 0px;
}

#prodetails > span:nth-child(2) > span:nth-child(1),
#prodetails > span:nth-child(2) > span:nth-child(5) {
	text-align: left !important;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



#prodetails > span:nth-child(5) {
	display: flex;
	justify-content: flex-start;
	min-height: 10px;
	padding: 1em 0;
}

#prodetails > span:nth-child(5) > a {
	display: block;
	margin-right: 0.4em;
	font-size: 16px;
	padding: 0.7em 2em;
	font-family: 'cal';
	min-height: 20px;
	font-size: 18px;
	/*  */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*  */
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(to bottom, #e7e7e7, #f6f6f6);
	background: -moz-linear-gradient(to bottom, #e7e7e7, #f6f6f6);
	background: linear-gradient(to bottom, #e7e7e7, #f6f6f6);
	color: rgb(65, 65, 65);
}

#prodetails > span:nth-child(5) > a:hover {
	display: block;
	background: rgb(46, 200, 136);
	color: #fff;
}

#prodetails > form {
	display: block;
	padding: 1em;
	background: #f7fafd;
	border-top: 1px solid #38b6ff;
	-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
	-moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 7px 6px;
}

#prodetails > form > span {
	display: block;
	padding: 0.3em 0;
	min-height: 10px;
	font-family: 'cal';
	font-size: 13px;
}

#prodetails > form > span > a {
	display: block;
	color: #419aff;
	font-size: 14px;
	font-family: 'cal';
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#prodetails > form > span:nth-child(2) {
	display: flex;
	justify-content: flex-start;
	padding: 0.3em 0;
	min-height: 10px;
	font-family: 'cal';
	font-size: 13px;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#prodetails > form > span:nth-child(2) > input[type='text'] {
	display: flex;
	justify-content: flex-start;
	padding: 0.6em;
	min-height: 10px;
	font-family: 'cal';
	font-size: 16px;
	width: 60%;
		/*  */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

#prodetails > form > span:nth-child(2) > input[type='submit'] {
	display: block;
	padding: 0.6em;
	min-height: 10px;
	font-family: 'cal';
	font-size: 16px;
	width: 28%;
	margin-right: 1em;
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: #da1616;
		/*  */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*  */
	background: -webkit-linear-gradient(to bottom, #be1717, #f02f2f);
	background: -moz-linear-gradient(to bottom, #be1717, #f02f2f);
	background: linear-gradient(to bottom, #be1717, #f02f2f);
	color: #fff;
}

#prodetails > form > span:nth-child(2) > input[type='submit']:hover {
	background: -webkit-linear-gradient(to bottom, #96be28, #9ba324);
	background: -moz-linear-gradient(to bottom, #96be28, #9ba324);
	background: linear-gradient(to bottom, #96be28, #9ba324);
}

#prodetails > span:nth-child(7) {
	display: block;
	background: #fff;
}

#prodetails > span:nth-child(3) #prodetails > span:nth-child(3) {
	display: flex !important;
	justify-content: space-between;
}

#prodetails > span:nth-child(3) > strong,
#prodetails > span:nth-child(3) > strong {
	display: block;
}



#prodetails > span:nth-child(3) {
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em;
	background: #8eb7f4;
	color: #FFF;
}


#proptitles {
	display: block;
	min-height: 10px;
	position: absolute;
	z-index: 10;
	color: #FFF;
	font-size: 12px;
	font-family: 'cal';
	transform: translate(50px, 30px);
	letter-spacing: 5px;
}

/* --------------------------------------- */



.detaildisplay {
	display: grid;
	grid-template-columns: 1fr 1fr;
	
	min-height: 100px;
	font-family: 'cal';
	font-size: 15px;
}

.detaildisplay > span {
	display: block;
	min-height: 20px;
	padding: 0.5em 0.7em;
	color: #777777;
	font-size: 18px !important;
	font-family: 'cal';
	line-height: 20px;
	
}

.detaildisplay > span > small {
	display: block;
	min-height: 5px;
	padding: 0;
	color: #4ba2f5;
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
}

.detaildisplay > span:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}

.detaildisplay > span > strong,
.detaildisplay > span > strong {
	display: inline-block;
	padding: 0 1em 0 0;
	font-weight: 700;
	color: #444;
	font-size: 15px;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



.styles {
	display: block;
	min-height: 10px;

}


.styles > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em 0;

	
}




.styles > span:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1em;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em 0;
}


.styles > span:nth-child(2) > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em;
	/*  */
	-webkit-border: 1px dotted #CCC;
	-moz-border: 1px dotted #CCC;
	border: 1px dotted #CCC;
}


.styles > span:nth-child(2) > span > strong {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #333;
	font-weight: 700;
	padding: 0 0 0.3em 0;
}

.styles > span:nth-child(2) > span > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #1091d4;
}




/* --------------------------------- */


.handels {
	display: block;
	min-height: 10px;
	padding: 1em 0;
}


.handels > span:nth-child(1){
	display: block;
	min-height: 10px;
}


.handels > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-weight: 900;
	color: #222;
}

.handels > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-size: 13px;
}


/* ====================== */


.handels > span:nth-child(2){
	display: block;
	min-height: 10px;
	padding: 1em 0;

}


.handels > span:nth-child(2) > span {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
	/*  */
	-webkit-border: 1px dotted #CCC;
	-moz-border: 1px dotted #CCC;
	border: 1px dotted #CCC;
	text-align: left;
	
}




.handels > span:nth-child(2) > span > span {
	display: block;
	padding: 0.7em;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*  */
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 6px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 6px;
	box-shadow: inset rgba(0, 0, 0, 0.15) 0 0 6px;
}

.handels > span:nth-child(2) > span > span:nth-child(1) {
	display: block;
	min-height: 10px;
	width: 15%;
	min-width: 100px;
	background: #3678f5;
	color: #FFF;
	font-weight: 900;

}



.handels > span:nth-child(2) > span > span:nth-child(2) {
	display: block;
	min-height: 10px;
	width: 90%;
	background: #FFF;
	color: #FFF;

}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



.interest {
	display: block;
	min-height: 10px;

}


.interest > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em 0;

	
}




.interest > span:nth-child(2) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1em;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em 0;
}


.interest > span:nth-child(2) > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em;

}


.interest > span:nth-child(2) > span > strong {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #333;
	font-weight: 700;
	padding: 0 0 0.3em 0;
}

.interest > span:nth-child(2) > span > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #1091d4;
	line-height: 29px;
}




#pack {
	display: block;
	min-height: 10px;	
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prefs {
	display: block;
	min-height: 10px;
	padding: 0 0 2em 0;
	font-size: 26px;
	font-family: 'interbold';
}

.pref {
	display: block;
	min-height: 10px;
	padding: 0 0 0.5em 0;
	font-size: 20px;
	font-family: 'EncodeSansCond-Black';
}


 


.prefx {
	display: block;
	min-height: 10px;
	padding: 2em 0 0 0;
	font-size: 20px;
	font-family: 'EncodeSansCond-Black';
	color: #222;
}

.subtits {
	display: block;
	min-height: 10px;
	padding:  1em 0 0 0;
	font-size:18x;
	font-family: 'interbold';
	color: #222;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.verification {
	display: block;
	min-height: 10px;

}


.verification > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em 0;	
}

.verification > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
	padding: 1em;
 
}

.verification > span:nth-child(2) > span:nth-child(1) > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #1091d4;
}


.verification > span:nth-child(2) > span:nth-child(1) > span > strong {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #333;
	font-weight: 700;
	padding: 0 0 0.3em 0;
}


.verification > span:nth-child(2) > span:nth-child(1) > span > span {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 12px;
	color: #8cbfff;
	padding: 0 0 0.3em 0;
}


/* --------------------------------------- */

 


.verification > span:nth-child(2) {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 1em;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 12px;
	color: #85b4ef;
	padding: 1em 0;
}


.verification > span:nth-child(2) > span:nth-child(1) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
}





.stcard {
	display: block;
	min-height: 10px;
}

.stcard > strong{
	display: block;
	min-height: 10px;
	font-size: 16px;
	font-weight: 800;
	padding: 0 0 0.5em 0;
	color: #333;
}


.stcard > span {
	display: block;
	min-height: 150px;
	font-size: 16px;
	padding:  0;
	overflow: hidden;
	background: #e5f2ff;
	/* xxxxxxxxxxxxxxxxxxxxx */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



.ratings {
	display: block;
	min-height: 100px;
	margin-top: 1em;
}


.ratings > span:nth-child(1) {
	display: block;
	min-height: 10px;
}

.ratings > span:nth-child(2) {
	display: block;
	min-height: 10px;
	background: #e8f7ff;
}


.ratings > span:nth-child(2) > span:nth-child(1) {
	display: flex;
	justify-content: space-around;
	min-height: 10px;
	/*  */
	-webkit-border-bottom: 1px dotted #004ab5;
	-moz-border-bottom: 1px dotted #004ab5;
	border-bottom: 1px dotted #004ab5;
}

.ratings > span:nth-child(2) > span:nth-child(1) > span:nth-child(1) {
	display: grid;
	place-items: center;
	height: 50px;
	width: 60px;
	background: #FFF;
	font-family: 'interblack';
	letter-spacing: -1px;
	font-size: 30px;
	/*  */
	position: relative;
	top: -15px;
	left: 10px;
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	-webkit-box-shadow: rgba(149, 157, 165, 0.9) 0px 8px 24px;
	-moz-box-shadow: rgba(149, 157, 165, 0.9) 0px 8px 24px;
	box-shadow: rgba(149, 157, 165, 0.9) 0px 8px 24px;
}

.ratings > span:nth-child(2) > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	width: 80%;
	padding: 0.9em 1em 0.5em 1em;
	text-align: right;
	font-family: 'interbold';
}


/* ============================= */


.ratings > span:nth-child(2) > span:nth-child(2) {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	min-height: 10px;
	padding: 1em;
}


/* blocks */
.ratings > span:nth-child(2) > span:nth-child(2) > span {
	display: block;
	padding: 0.6em;

}

/* title */
.ratings > span:nth-child(2) > span:nth-child(2) > span > span:nth-child(1) {
	display: block;
	padding: 0 0 0.6em 0;
	font-family: 'cal';
	font-size: 14px;
	
}

.ratings > span:nth-child(2) > span:nth-child(2) > span > span:nth-child(2) {
	display: block;
	padding: 0;
	font-family: 'cal';
	background: #fcc;
	height: 5px;
	overflow: hidden;
	
}

.ratings > span:nth-child(2) > span:nth-child(2) > span > span:nth-child(2) > span{
	display: block;
	padding: 0;
	font-family: 'cal';
	background: #0ac4cf;
	width: 40%;
	height: 5px;
	
}


#iconses {
	display: block;
	min-height: 10px;
	/* background: var(--brand); */
}

#iconses > span#values > span {
	padding: 0 0 10px 0;
}

#iconses > span#values > span > span:nth-child(1)  {
	width: 45px !important;
	height: 45px !important;
	margin: 0 auto;
}


#iconses > span#values > span > span:nth-child(1) > img {
	width: 100%;
	/* filter: invert(0.5) brightness(1); */
}


#iconses > span#values > span > span:nth-child(2) {
	color: #888;
	font-size: 10px;
	font-family: 'intermedium';
}



#values {
	display: flex;
	justify-content: flex-start;
	gap: 1em;
	margin: 0;
	position: relative;
	bottom: 0;
	padding: 1em 0 0.6em 0;
}


#values > span {
	display: block;
	min-height: 50px;
	margin: 0;
	
}


#values > span > span:nth-child(1) {
	display: block;
	width: 70px;
	height:55px; 
}

#values > span > span:nth-child(1) > img {
	display: block;
	width: 80%;
	height: auto; 
}

#values > span > span:nth-child(2) {
	display: block;
	min-height: 5px;
	font-size: 11px;
	color: #EEE;
	padding: 0.3em 0 0 0;
	font-family: 'intermedium';
	white-space: nowrap;
	 
}













#mobileloggerwidget {
	display: none;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */

#divreg {
	display: block;
	min-height: 15px;
	padding: 1em;
	width: 100%;
 	background:rgb(4, 94, 212);
	 	/* ----------- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#divreg > span:nth-child(1) {
	display: block;
	width: 200px;
	height: auto;	
}

#divreg > span:nth-child(1) > img {
	display: block;
	width: 100%;
	height: auto;
 
}



#divreg > span:nth-child(2) {
	display: flex;
	justify-content: flex-start;
	padding: 1em 0 0 0;
	height: auto;	
}


#divreg > span:nth-child(2) > a {
	display: block;
	padding: 0;
	height: auto;
	font-family: 'intermedium';
	font-size: 14px;
	color: #FFF;
	margin: 0 1.5em 0 0;

}


#formholder {
	display: block;
	padding: 2em;
	min-height: 20px;
	width: 100%;
	color: rgb(4, 94, 212);
	/* ----------- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background:#f3fafd; */

}


#formholder > h6 {
	display: block;
	min-height: 20px;
	font-family: 'interblack';
	font-size: 35px;
	letter-spacing: -1px;

}


#formholder > div:nth-child(2),
#formholder > div:nth-child(1) {
	display: block;
	color: #b4b4b4;
	font-size: 14px;
	font-family: 'cal';
	width: 90%;
}

#formholder > form {
	display: block;
	color: #b4b4b4;
	font-size: 14px;
	font-family: 'cal';
	width: 100%;
	padding: 1.5em 0;
	position: relative;
}

#formholder > form > input[type="date"],
#formholder > form > select,
#formholder > form > div > div > input[type="text"],
#formholder > form > div > input[type="text"],
#formholder > form > div > input[type="text"],	
#formholder > form > input[type="text"]{
	display: block;
	color: #b4b4b4;
	font-size: 16px;
	font-family: 'cal';
	padding: 0.8em;
	margin-bottom: 0.7em;
	width: 100%;
	color: #222;
	font-weight: 800;
	-webkit-appearance: none;
	/*  */
	border-top: none;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	/*  */
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#formholder > form > div > div > label,
#formholder > form > div > label,
#formholder > form > label {
	display: block;
	font-size: 13px;
	font-family: 'cal';
	position: absolute;
	right: 0;
	color: #555;
	-webkit-transform: translate(-15px, -35px);
	-moz-transform: translate(-15px, -35px);
	transform: translate(-15px, -35px);
	
 
}

#formholder > form > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1em;
	font-size: 12px;
	min-height: 20px;
	position: relative;
	width: 100%;
}

#formholder > form > div > div {
	display: block;
	grid-gap: 1em;
	font-size: 12px;
	min-height: 20px;
	position: relative; 
	width: 100%;
}


#formholder > form > div > div > input[type=reset],
#formholder > form > div > div > input[type=submit],
#formholder > form > div > input[type="reset"],
#formholder > form > div > input[type="submit"] {
	display: grid;
	place-items: center;
	width: 100%;
	padding: 1em;
	min-height: 50px;
	font-size: 17px;
	color: #FFF;
	outline: none;
	border: none;
	-webkit-appearance: none;
	/*  */
	background: -webkit-linear-gradient(to bottom right, #6e95e9, #2167e9);
	background: -moz-linear-gradient(to bottom right,  #6e95e9, #2167e9);
	background: linear-gradient(to bottom right,  #6e95e9, #2167e9);
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




#formholder > form > div > div > input[type=reset]:hover,
#formholder > form > div > div > input[type=submit]:hover,
#formholder > form > div > input[type="reset"]:hover,
#formholder > form > div > input[type="submit"]:hover {
 
	background: -webkit-linear-gradient(to bottom right, #23b8d3, #2d929d);
	background: -moz-linear-gradient(to bottom right, #23b8d3, #2d929d);
	background: linear-gradient(to bottom right, #23b8d3, #2d929d);
 
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxx */






#menubar {
    display: flex;
	justify-content: flex-start;
    min-height: 20px;
    background: #FFF;
	padding: 0.5em;
	-webkit-box-shadow: rgba(17, 17, 26, 0.068) 0px 5px 3px;
	-moz-box-shadow: rgba(17, 17, 26, 0.068) 0px 5px 3px;
	box-shadow: rgba(17, 17, 26, 0.068) 0px 5px 3px;
 
    
}

#menubar > a {
    display: block;
	min-height: 20px;
	padding: 0.4em 1.3em;
	border: 1px dotted #CCC;
	margin-right: 1em;
	border-radius: 30px;    
}

#menubar > a:nth-child(1):hover,
#menubar > a:hover {
	background: #61abff;
	color: #FFF;
}

#menubar > a:nth-child(1) {
    display: block;
	border: none;
	color: #f1f8ff;
	/*  */
	background: -webkit-linear-gradient(to bottom, #1660ff, #005eca);
	background: -moz-linear-gradient(to bottom, #1660ff, #005eca);   
	background: linear-gradient(to bottom, #1660ff, #005eca);   
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#formholder > form > input[type='text']::-webkit-input-placeholder {
	color: #CCC;
}

#formholder > form > input[type='text']::-moz-placeholder {
	color: #CCC;
}

#formholder > form > input[type='text']:-ms-placeholder {
	color: #CCC;
}

#formholder > form > input[type='text']:-moz-placeholder {
	color: #CCC;
}

/* xxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxx */



.guarantor {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 1em;
	margin: 1em 0;
	padding: 1.5em;
	background: #e7f3ff;

}

.guarantor > span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	padding: 0.2em 1em 0.2em 0;
	color: #444;

}


.guarantor > main.teller > input[type=email],
.guarantor > main.teller > input[type=tel],
.guarantor > input[type=email],
.guarantor > input[type=text] {
	display: block;
	text-align: left;
	padding: 0.7em;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	font-weight: 800;
	font-family: 'intermedium';
	border: none;
	background: none;
	-webkit-appearance: none;
	/*  */
	border-left: #999 1px solid;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	-webkit-appearance: none;
}





.guarantor > input[type=email]::-webkit-input-placeholder,
.guarantor > input[type=text]::-webkit-input-placeholder,
.guarantor > input[type=tel]::-webkit-input-placeholder,
.guarantor > main.teller > input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	display: block;
	font-size: 14px;
	font-family: 'InterLightbeta';
	color: #5391d7;
	/*  */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}




.guarantor > input[type=email]::-moz-placeholder,
.guarantor > input[type=text]::-moz-placeholder,
.guarantor > input[type=tel]::-moz-placeholder,
.guarantor > main.teller > input[type=tel]::-moz-placeholder { /* Firefox 19+ */
	display: block;
	font-size: 14px;
	font-family: 'InterLightbeta';
	color: #5391d7;
	/*  */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.guarantor > input[type=email]:-ms-input-placeholder,
.guarantor > input[type=text]:-ms-input-placeholder,
.guarantor > input[type=tel]:-ms-input-placeholder,
.guarantor > main.teller > input[type=tel]:-ms-input-placeholder { /* IE 10+ */
	display: block;
	font-size: 14px;
	font-family: 'InterLightbeta';
	color: #5391d7;
	/*  */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



.guarantor > input[type=text]:-moz-placeholder,
.guarantor > input[type=tel]:-moz-placeholder,
.guarantor > main.teller > input[type=tel]:-moz-placeholder { /* Firefox 18- */
	display: block;
	font-size: 14px;
	font-family: 'InterLightbeta';
	color: #5391d7;
	/*  */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



#loginform {
	position: relative;
	z-index: 1;
}




.pretext {
	display: block;
	min-height: 10px;
}


.pretext > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-size: 30px;
	color: #222 !important;
	font-family: 'interbold';
}

.pretext > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-size: 13px;
	color: #888;
	font-family: 'intermedium';
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#contactthisguy {
	display: block;
	margin: 1em 0;
	padding: 1em;
	background: #f0f6ff;
}


#contactthisguy > span:nth-child(1) {
	display: block;
	font-weight: 700;
	font-family: 'interbold';
	font-size: 20px;
	color: #222;
	letter-spacing: -1px;
}


#contactthisguy > span:nth-child(2) {
	display: block;
	padding: 0.5em 0;
	font-weight: 100;
	font-family: 'intermedium';
	font-size: 14px;
	color: #555;
 
}



#contactthisguy > span:nth-child(2) > span:nth-child(1) {
	display: block;
	padding: 0.5em 0;
	font-weight: 100;
	font-family: 'intermedium';
	font-size: 14px;
	color: #777;
	font-weight: 800;
	line-height: 18px;

 
}


#contactthisguy > span:nth-child(2) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 13px;
	color: #888;
}

#contactthisguy > span:nth-child(2) > span:nth-child(2) > span {
    display: flex;
	justify-content: space-between;
    background: #e5f1ff;
    
    padding: 0.8em;
	margin-bottom: 0.4em;
   
}


#contactthisguy > span:nth-child(2) > span:nth-child(2) > span > span,
#contactthisguy > span:nth-child(2) > span:nth-child(2) > span > a,
#contactthisguy > span:nth-child(2) > span:nth-child(2) > span > strong {
	display: block;
}




#contactthisguy > span:nth-child(2) > span:nth-child(2) > form > input[type=submit] {
	display: grid;
	place-items: center;
	width: 100%;
	background: #2b67ef;
	min-height: 45px;
	color: #FFF;
	border: none;
	outline: none;
	margin: 1em 0 0 0;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}


#contactthisguy > span:nth-child(2) > span:nth-child(2) > form > input[type=submit]:hover {
	background: #09ade4;
}





#agreement {
	display: block;
	min-height: 100px;
	margin: 1.5em auto;
	width: 100%;
	background: #FFF;
	/*  */
	-webkit-box-shadow: rgba(17, 17, 26,  0.15) 11px 11px 2px, rgba(17, 17, 26, 0.05) -7px -7px 1px;
	-moz-box-shadow: rgba(17, 17, 26,  0.15) 11px 11px 2px, rgba(17, 17, 26, 0.05) -7px -7px 1px;
	box-shadow: rgba(17, 17, 26, 0.15) 11px 11px 2px, rgba(17, 17, 26, 0.05) -7px -7px 1px;
}



#agreement > span.v-scroll > span:nth-child(2) > strong,
#agreement > strong {
	display: inline-block;
	color: #3d35bf;
	font-weight: 800;
	font-family: 'intermedium';
}


#agreement > span:nth-child(1) {
	display: block;
	height: 400px;
	margin: 0;
	width: 100%;
	background: #FFF;
	overflow: hidden;
	overflow-y: scroll;
}

#agreement > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	margin: 0;
	padding: 1em;
	background: #FFF;
	font-size: 15px;
	font-family: 'interbold';
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}




#agreement > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	margin: 0;

	font-family: 'intermedium';
	line-height: 25px;
	font-size: 13px;
	color: #999;
	/* text-transform: uppercase; */

	/*  */
	-webkit-border-top: 1px dotted #CCC;
	-moz-border-top: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	/*  */
	padding: 1.5em;
	background: #FFF;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}



#agreement > span:nth-child(2) {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	margin: 0;
	width: 100%;
	background: #EEE;
	padding: 1em;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




#agreement > span:nth-child(2) > p > strong,
#agreement > span:nth-child(2) > strong {
	display: block;
	color: #333;
}


#agreement > span:nth-child(2) > a {
	display: grid;
	place-items: center;
	text-transform: uppercase;
	font-size: 13px;
	background: #CCC;
	color: #111;
	padding: 0.8em 1.2em;
}



#agreement > span:nth-child(2) > a:hover {
	background: #333;
	color: #FFF;
}




.abrevs {
	display: flex;
	justify-content: flex-start;
	min-height: 10px;
	padding: 0.6em 0 0 0;
}


.abrevs > h6 {
    display: block;
    font-size: 19px;
    font-weight: 800;
    font-family: 'EncodeSansCond-Black';
	line-height: 17px;
	padding: 0;
	color: #000000;
}



.abrevs > span {
	display: flex;
	justify-content: flex-start;
	place-items: center;
	min-height: 10px;
	max-height: 21px;
	font-size: 11px;
	font-family: 'intermedium';
	margin: 0.1em 0 0 1.1em;
	padding: 0 0.8em;
	/* --------------------- */
	-webkit-border: 1px dotted #CCC;
	-moz-border: 1px dotted #CCC;
	border: 1px dotted #CCC;
}



.abrevs > span > span:nth-child(1) {
	display: block;
	padding: 0 1em 0 0;
	color: #222;
	font-weight: 800;
}

.abrevs > span > span:nth-child(2) {
	display: block;
	white-space: nowrap	;
}



/* -------------------------------------- */


#mid > div.centrage.padtopbottom > div.titlebars > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}



#mid > div.centrage.padtopbottom > div.titlebars > span:nth-child(2) > span {
	display: inline-block;
	font-size: 12px;
	color: #699cdf;
	padding: 0 0.4em;
}


#mid > div.centrage.padtopbottom > div.titlebars > span:nth-child(2) > span:nth-child(1) {
	color: #333;
}




#precedent {
	display: block;
	padding: 6em 1em 1em 1em;
	min-height: 10px;
	background: #FFF;
}



#precedent > span:nth-child(1) {
	display: block;
	padding: 0;
	min-height: 10px;
	width: 50%;
	font-size: 12px;
	font-family: "intermedium";
	color: #777;
	line-height: 20px;
}


#precedent > span:nth-child(2) {
	display: block;
	padding: 2em 0 0 0;
	min-height: 10px;
	font-size: 14px;
	font-family: "intermedium";
}



#precedent > span:nth-child(2) > form {
	display: block;
	padding: 0;
	min-height: 10px;
	font-size: 14px;
	position: relative;
 
}



#precedent > span:nth-child(2) > form > select,
#precedent > span:nth-child(2) > form > input[type="text"] {
	display: block;
	padding: 1em;
	min-height: 10px;
	font-size: 14px;
	margin-bottom: 0.8em;
	width: 100%;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*  */
	outline: none;
	-webkit-border: 1px dotted #888;
	-moz-border: 1px dotted #888;
	border: 1px dotted #888;
 
}


#precedent > span:nth-child(2) > form > label {
	display: block;
	min-height: 5px;
	position: absolute;
	right: 0;
	transform: translate(-10px, -33px);
	text-align: right;
	font-family: 'intermedium';
	font-size: 11px;
	color: #777;
}




#precedent > span:nth-child(2) > form > input[type="submit"] {
	display: block;
	padding: 1em;
	min-height: 10px;
	font-size: 14px;
	margin-bottom: 0.8em;
	width: 40%;
	/*  */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*  */
	outline: none;
	border: none;
	background: #0381f6;
	color: #fff;
 
}


#precedent > span:nth-child(2) > form > input[type="submit"]:hover {
	background: #14adcd;
}


/* ========================================= */


#displaygrids {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.6em;
	padding: 2em 0 0 0;
}


#displaygrids > span {
	display: block;
	min-height: 10px;
	padding: 0.6em;
	/*  */
	-webkit-border: 1px solid #a6d5ff;
	-moz-border: 1px solid #a6d5ff;
	border: 1px solid #a6d5ff;
	/*  */
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}



#displaygrids > span > span {
	display: block;
	min-height: 10px;
	/*  */
	/* -webkit-border: 1px solid #999;
	-moz-border: 1px solid #999;
	border: 1px solid #999; */
	/*  */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*  */
	background: -webkit-linear-gradient(to bottom, #94b3c7, #fafafa);
	background: -moz-linear-gradient(to bottom, #94b3c7, #fafafa);
	background: linear-gradient(to bottom, #94b3c7, #fafafa);
}



#displaygrids > span > span > span:nth-child(1) {
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 90%;
}

#displaygrids > span > span > span:nth-child(2) {
	display: block;
	margin: 0 auto;
	min-height: 22px;
	width: 90%;
	text-align: center;
	font-family: 'intermedium';
	font-size: 10px;
}






.padsides-1 {
    padding: 3em;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* MARKET PLACE */





.leftie {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	min-height: 10px;
	padding: 4em 2em;
	font-family: 'interLightbeta';
	font-size: 14px;
}


.rightie {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	min-height: 10px;
	padding: 4em 2em;
	text-align: right;
	font-family: 'interLightbeta';
	font-size: 14px;
}


.rightie, .leftie {
	background: #f1f4ff;
	line-height: 25px;
}


.leftie > span:nth-child(2) {
	background: #c4d4fc;
	overflow: hidden;
	/* height: 300px; */
	overflow: hidden;
	min-height: 200px;
}

.leftie > span:nth-child(2) > img {
	display: block;
	width: 100%;
	height: auto;
}



.slat {
	display: block;
	min-height: 10px;
	padding: 4em 2em;
}





.rightie > span:nth-child(1) {
	display: block;
	height: 300px;
	background: #c4d4fc;
	overflow: hidden;
}

.rightie > span:nth-child(2) > img {
	display: block;
	width: 100%;
	height: auto;
}



.twotier {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em;
	min-height: 10px;
}


.twotier > span {
	display: block;
	min-height: 10px;
	background: #f4f7ff;
	padding: 0 1em 1.5em 1em;
	line-height: 24px;
}





.green {
	background: #cad9ff;
	color: #111;
}


.blu {
	background: #aeccff;
	color: #111;
}


.blu2  {
	background: #5a82c7;
	color: #FFF;
}


.blu2 > span.textpad > span.prefs {
	color: #FFF;
}

.paddyround {
	padding: 1em 1em 0 1em;
}

.margdown {
	margin-bottom: 1em;
}

.bag {
	display: block;
	min-height: 10px;
	background: #EEE;
	padding: 1em;
}


.textpad {
	padding-top: 6em;
}


#homemain {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	padding: 0;
	margin: 0 auto;
	width: 99%;
}


#homemain > span:nth-child(1) {
	display: block;
	width: 50%;
	min-height: 10px;
	padding: 20px 0;
	/* background: #CCC; */
}

#homemain > span:nth-child(2) {
	display: flex;
	justify-content: flex-end;
	width: 48%;
	min-height: 10px;
	padding: 40px 0 0 0;
}


#homemain > span:nth-child(2) > a {
	display: grid;
	place-items: center;
	min-height: 35px;
	max-height: 35px;
	padding: 0 14px;
	margin: 0 0 0 10px;
	color: #333;
	font-size: 13px;
	white-space: nowrap;
	font-family: 'intermedium';
	/* --------------------- */
	-webkit-border: 2px solid #777;
	-moz-border: 2px solid #777;
	border: 2px solid #777;
 
}


#homemain > span:nth-child(2) > a:hover {
	background: var(--brand);
	color: #FFF;
	/* --------------------- */
	-webkit-border: 2px solid var(--brand);
	-moz-border: 2px solid var(--brand);
	border: 2px solid var(--brand);
}

#welcometxt {
	display: block;
	min-height: 10px;
	color: #777;
}


#welcometxt > span:nth-child(1) {
	display: block;
	min-height: 10px;
	margin: 0;
	min-height: 2px;
	margin: 0;
	font-size: 43px;
	font-weight: 800;
	letter-spacing: -1px;
	font-family: 'GraphikLCG-Bold';
	color: #333;
}


#welcometxt > span:nth-child(2) {
	display: block;
	margin: 0;
	min-height: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0px;
	font-family: 'interLightbeta';
	color: #888;
}



#statbuts {
	display: flex;
	justify-content: flex-start;
	width: 75%;
	margin: 0 auto;
}


#statbuts > a {
	display: inline-block;
	min-width: 10px;
	margin: 0;
	padding: 15px 18px;
	font-size: 14px;
	font-family: 'interLightbeta';
	font-weight: 700;
	color: #444;

}

#statbuts > a:first-child {
	margin: 0;
	padding: 15px 25px;
	color: #444;
	background: #EEE;
	font-family: 'intermedium';
	font-weight: 900;

}

#statbuts > a:not(:first-child):hover {
	background: #bfe8ff;
}




/* ----------------------------------------------- */

.box {
	display: block;
	padding: 1em;
	background: #daecfc;
	margin-bottom: 1em;
}




.none {
	background: none !important;
	border-radius: unset !important;
}



.soka {
	display: block;
	margin: 1em 0;
	padding: 1em;
	background: #FFF;
}



/* -------------------------- */



#flow {
	display: block;
	min-height: 10px;
	padding: 3em 0;
	background: #c8e0f9;
}


/* ------------------------------- */

.dtitling {
	display: block;
	margin: 0 auto;
	padding: 0.5em 0 2em 0;
	width: 40%;
}

.dtitling > span:nth-child(1) {
    display: block;
    min-height: 10px;
    padding: 1em 0 0 0;
    margin: 0 auto;
    width: 40%;
    text-align: center;
    font-family: 'interbold';
    font-size: 35px;
    letter-spacing: -1px;
}


.dtitling > span:nth-child(2) {
    display: block;
    min-height: 10px;
    padding: 1em 0 0 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'intermedium';
    font-size: 1.1em;
}



 

.tinititle {
    display: block;
    min-height: 10px;
    font-family: 'interbold';
    letter-spacing: -1px;
    font-size: 20px;
    color: #222;
}



#historyhighlight {
	display: block;
	min-height: 20px;
	overflow: hidden;
	padding: 0.6em;
	color: #064646;
	font-family: 13px;
	/* -------------------------------- */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* -------------------------------- */
	background: -webkit-linear-gradient(to bottom right, #22c9c9, #33bed4);
	background: -moz-linear-gradient(to bottom right, #22c9c9, #33bed4);
	background: linear-gradient(to bottom right, #22c9c9, #33bed4);
	/* -------------------------------- */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* -------------------------------- */

}




#quadrants > div:nth-child(1) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

}

#paysection {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
}


#paysection > span:nth-child(1) {
	display: block;
	min-height: 10px;
}


#paysection > span:nth-child(1) > span:nth-child(1) {
	display: block;
	min-height: 10px;
	font-size: 43px;
	font-family: 'interblack';
	letter-spacing: -1px;
}

#paysection > span:nth-child(1) > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-size: 12px;
	font-family: 'intermedium';
	white-space: nowrap;
	line-height: 7px;
}


#paysection > span:nth-child(2) {
	display: block;
	min-height: 10px;
	font-size: 12px;
	font-family: 'intermedium';
	white-space: nowrap;

}


#historylist {
	display: block;
	min-height: 10px;
	margin-top: 20px;
	background: #96a8c7;
	color: #FFF;
	flex: 1;
	/* ----------------- */
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
}

#historylist > span {
	display: flex;
	justify-content: space-between;
	min-height: 10px;
	font-family: 'intermedium';
	font-size: 14px;
	padding: 1em;
}



#logoholder > span:nth-child(2) > section {
	display: grid;

}