/**
 * Styles
 * =========================================== */

/**
 * Common
 * =========================================== */
html,
body {
	height: 100%;
}

/**
 * Header
 * =========================================== */
.header {
	color: #fff;
	padding-top: 70px;
	padding-bottom: 200px;
}
.header h3 {
	font-weight: 100;
	margin-bottom: 30px;
	font-size: 38px;
}
.header h1 {
	color: #000;
	font-weight: 800;
	margin-bottom: 30px;
}
.header h2 {
	font-weight: bold;
	margin-bottom: 30px;
}
.header h4 {
	line-height: 1.6;
	margin-bottom: 30px;
	font-weight: 100;
}
.header h4 strong {
	font-weight: 800;
}
.header h4:first-line {
	font-size: 30px;
}
.header h5 {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 24px;
}
.header .btn {
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
	margin-top: 10px;
}

/**
 * Full Iframe
 * =========================================== */
.modal-iframe {
	background-color: #fff;
}
.iframe-full {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.gmaiun {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 1;
}

/**
 * Footer
 * =========================================== */
.footer {
	background-color: #212121;
	text-align: center;
	padding: 10px 0;
}
.footer-top {
	padding: 15px 0;
}
.footer .social-menu {
	display: inline-block;
	vertical-align: top;
}
.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.footer-menu:after {
	content: '';
	display: table;
	clear: both;
}
.footer-menu > li {
	float: left;
}
.footer-menu > li:after {
	content: '|';
	position: relative;
	color: #e53935;
	padding-left: 5px;
	padding-right: 8px;
}
.footer-menu > li:last-child:after {
	content: none;
}
.footer-menu > li > a {
	color: var(--red);
}
.footer-menu > li > a:hover {
	color: var(--red);
	text-decoration: none;
	border-bottom: 1px dotted #e53935;
}
.footer-bottom {
	color: #999;
	padding-top: 15px;
}
@media (max-width: 991px) {
	.footer-menu > li {
		float: none;
		display: block;
	}
}