html,
body {
	height: 100%;
	overflow: hidden;
	font-size: 13px;
}

body {
	font-family: Arial,sans-serif !important;
	background: transparent;
}

/*****************CONTENT**********************/
#content {
	/*display: flex;*/
	margin-bottom: 2px;
}

.content-elem {
	color: #000;
	background-color: #E2E2E2;
	height: 550px;
	position: relative;
	padding: 0 !important;
}

.content-elem .elem-title,
.content-elem .elem-descr,
.content-elem .elem-btn,
.content-elem img {
	position: absolute;
	width: 100%;
}

.content-elem img {
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0.6;
}

.content-elem:hover {
	color: #fff !important;
}

.content-elem.invert:hover {
	color: #000 !important;
}

.content-elem:hover img {
	opacity: 1;
}

.content-elem + .content-elem {
	border-left: 2px solid #fff;
}

.content-elem .elem-title {
	font-size: 30px;
	top: 345px;
	bottom: 20px;
}

.content-elem .elem-btn {
	bottom: 30px;
}

.content-elem .elem-descr {
	top: 400px;
}

#ext-main-iframe {
	width: 100%;
	height: 100%;
}

.social-links {
	margin-bottom: 30px;
}

.social-links a {
	font-size: 20px;
	color: #d5d5d5;
}

.social-links a {
	margin: 0 5px;
}

.social-links a:hover {
	margin: 0 5px;
	color: #fff;
}
/*****************CONTENT**********************/

/*****************BTN**********************/
.btn {
	border-radius: 0 !important;
}

.btn-efs {
	background-color: #DE434C;
	color: #fff !important;
}
/*****************BTN**********************/

/*****************FOOTER**********************/
#footer {
	padding-top: 20px;
	background-color: #D5D5D5;
	font-family: Arial,sans-serif !important;
	font-size: 11px;
}
/*****************FOOTER**********************/