/* Custom Styles */

/* Global */

html {
	overflow-x: hidden;
}

* {
	margin: 0 auto;
}

body {
	padding: 0 !important;
	position: relative;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	color: #7e7e66;
	letter-spacing: 0;
}

p {
	margin-bottom: 16px;
	font-size: 14px;
	color: #777;
	line-height: 22px;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
	text-decoration: none;
	outline: 0;
}

a {
	cursor: pointer;
}

a,
.hero-panel a span {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2 {
	color: #262633;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Preloader */

/* Preloader */

body {
	overflow: hidden;
}

#loading {
	background-color: #282c30;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
	text-align: center;
}

#loading img {
	position: relative;
	top: calc(50% - 200px);
	max-height: 400px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#loading h1 {
	position: absolute;
	top: calc(50% - 7px);
	left: calc(50% - 83px);
	color: hsla(0,0%,100%,.3);	
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
}

@keyframes loading {
	from { max-width: 0; }
}

#loading h1:before {
	content: attr(data-content);
	position: absolute;
	overflow: hidden;
	max-width: 12em;
	color: #fff;
	animation: loading 1s linear;
}

html,
.main-content {
	height: 100vh;
	overflow: hidden;
}

.main-content .main-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 3;
	mix-blend-mode: overlay;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .24;
}

.left-side .main-bg {
	right: 0;
}

.right-side .main-bg {
	right: 0;
}

.main-content .content {
	position: relative;
	z-index: 5;
	display: table;
	width: 100%;
	height: 100vh;
	table-layout: fixed;
	text-align: center;
}

.left-side,
.right-side {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 100vh;
}

.left-side {
	background: #523710;
}

.right-side {
	background: #13461e;
}

.left-content,
.right-content {
	position: relative;
	z-index: 10;
}

.left-content img,
.right-content img {
	display: block;
	max-height: 160px;
	margin-bottom: 16px;
}

.main-content a {
	display: inline-block;
	padding: 12px 24px;
	background: #296e37;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 3px;
	box-shadow: 0 16px 16px -16px rgba(0,0,0,.8);
}

	.main-content .right-content a {
		background: #795317;
	}

	.main-content a:hover {
		background: #fff;
		color: #222;
	}

.left-content .text-block,
.right-content .text-block {
	display: table;
	width: 50%;
	margin-top: 24px;
}

	.left-content .text-block i,
	.left-content .text-block span,
	.right-content .text-block i,
	.right-content .text-block span {
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		color: rgba(255,255,255,.56);
		text-align: left;
	}

	.left-content .text-block i,
	.right-content .text-block i {
		padding-right: 16px;
	}

	.left-content .text-block span,
	.right-content .text-block span {
		padding-left: 16px;
		border-left: 1px dashed rgba(255,255,255,.24);
	}

.social-media {
	margin: 24px 0;
}

.social-media ul li {
	display: inline-block;
	margin: 0 2px;
}

	.social-media ul li a {
		background: transparent !important;
		padding: 0;
		font-size: 18px;
		font-weight: 400;
	}

	.social-media ul li a:hover {
		color: rgba(255,255,255,.56);
	}