div.clear{
	clear: both;
}

div.divMessage{
	padding: 30px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}







header{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
	background: linear-gradient(135deg, #243342, #394d60);
	z-index: 2;
}

header div.inner{
	width: 1200px;
	margin: auto;
	position: relative;
	padding: 5px 0px;
}

header img.logo{
	height: 55px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
}

header a.mobile_burger{
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 28px;
	height: 24px;
	background-image: url(/modules/main/images/layout/burger.png);
	background-size: contain;
	-webkit-tap-highlight-color: transparent;
}

header a.mobile_burger:hover{
	opacity: 0.8;
}

div.fixed_header_gap{
	height: 105px;
}

@media (max-width: 1250px) {
	header div.inner{
		width: 860px;
		text-align: center;
	}

	header a.mobile_burger{
		display: block;
	}
}

@media (max-width: 900px) {
	header a.mobile_burger{
		display: block;
		top: 25px;
		right: 25px;
	}

	header div.inner{
		width: auto;
	}

	div.fixed_header_gap{
		height: 74px;
	}

	header img.logo{
		height: 40px;
		padding: 12px;
	}
}













header nav{
	position: absolute;
	bottom: 45px;
	right: 0px;
	text-align: left;
}

header nav > ul > li{
	float: left;
	margin-left: 30px;
}

header nav > ul > li:first-child{
	margin-left: 0px;
}

header nav > ul > li > a{
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	vertical-align: text-bottom;
	transition-property: color;
	transition-duration: .15s;
}

header nav > ul > li:hover > a{
	color: #F4B925;
}

nav li.reviews a{
	text-transform: none;
}

nav li.reviews img{
	height: 18px;
	vertical-align: text-top;
	margin-right: 2px;
}

div.mobile_menu_blackout{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: black;
	opacity: 0.7;
	z-index: 3;
}

div.mobile_nav_logo{
	display: none;
}

@media (max-width: 1250px) {
	header nav{
		display: none;
		position: fixed;
		top: 0px;
		right: 0px;
		background: linear-gradient(135deg, #243342, #394d60);
		min-height: 100vh;
		width: 75vw;
		overflow: auto;
		z-index: 4;
	}

	header nav > ul > li{
		float: none;
		border-bottom: 1px solid #243342;
		margin-left: 0px;
	}

	header nav > ul > li:first-child{
		border-top: 1px solid #243342;
	}

	header nav > ul > li > a{
		padding: 20px;
		display: block;
	}

	div.mobile_nav_logo{
		display: block;
		padding: 10px;
		text-align: center;
	}
}














div.layout_alert{
	background-color: #253242;
	color: white;
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
	padding: 20px;
}

div.layout_alert img{
	height: 80px;
}

div.layout_alert table{
	margin: auto;
	max-width: 80%;
}

div.layout_alert td{
	vertical-align: middle;
}

div.layout_alert td:first-child{
	width: 1px;
	padding-right: 25px;
}

@media(max-width: 800px) {
	div.layout_alert{
		font-size: 18px;
	}

	div.layout_alert table{
		max-width: 90%;
	}
}















footer{
	background: linear-gradient(135deg, #243342, #394d60);
	font-size: 14px;
}

footer div.inner{
	width: 1200px;
	margin: auto;
	padding: 50px 0px 35px;
}

footer div.col{
	width: 25%;
	float: left;
}

footer div.col:first-child{
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	font-size: 12px;
}

footer div.col:first-child img{
	height: 55px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	display: block;
	margin-bottom: 15px;
}

footer div.col div.title{
	color: #f4b925;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}

footer ul li{
	color: #ddd;
	line-height: 1.2em;
	margin-top: 11px;
}

footer ul li img{
	opacity: 0.8;
	margin-right: 4px;
	height: 16px;
	vertical-align: middle;
}

footer ul li a{
	color: #ddd;
	text-decoration: none;
	transition-property: color;
	transition-duration: .15s;
}

footer ul li a:hover{
	color: #f4b925;
}

footer ul li a:hover img{
	opacity: 1;
}

footer div.reviews{
	margin-top: 22px;
}

footer div.reviews img{
	height: 20px;
	opacity: 0.8;
	vertical-align: text-top;
}

footer div.reviews a{
	color: #ddd;
	text-decoration: none;
}

footer div.reviews a:not(:first-child){
	margin-left: 10px;
}

footer div.reviews a:hover{
	color: white;
}

footer div.reviews a:hover img{
	opacity: 1;
}

footer div.socials{
	margin-top: 20px;
}

footer div.socials img{
	height: 20px;
}

footer div.socials a{
	opacity: 0.8;
}

footer div.socials a:hover{
	opacity: 1;
}

footer div.socials a:not(:first-child){
	margin-left: 15px;
}

footer div.base{
	text-align: center;
	font-size: 12px;
	color: #bbb;
	line-height: 2em;
	border-top: 1px solid #394d60;
	padding-top: 25px;
	margin-top: 35px;
}

footer div.base a{
	color: #bbb;
}

@media (max-width: 1250px) {
	footer div.inner{
		width: 860px;
		text-align: center;
	}

	footer div.col{
		float: none;
		width: auto;
	}

	footer div.col:not(:first-child){
		margin-top: 35px;
	}

	footer div.col:first-child img{
		height: 40px;
		padding: 12px;
		margin: 0px auto 15px;
	}

	footer div.reviews{
		margin-top: 40px;
	}
}

@media (max-width: 900px) {
	footer div.inner{
		width: auto;
	}
}











a.whatsapp{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 99px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	transition-property: transform;
	transition-duration: .1s;
	z-index: 5;
}

a.whatsapp:hover{
	transform: scale(1.05);
}