@import url('https://fonts.googleapis.com/css?family=Domine');

body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Domine', serif;
	font-size: 125%;
	letter-spacing: 1px;
	background-color: #f0f0f0;
	color: #ce9574;
}
a:link, a:visited, a:active, a:hover {
	color: inherit;
	text-decoration: none;
}

.menu {
	position: absolute;
	z-index: 9000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto;
	display: block;
	left: -100%;
	background-color: #122D40;
}
.menu ul {
	text-transform: lowercase;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 50px 30px;
}
.menu .menu-col {
	width: 100%;
	cursor: pointer;
}
.menu .menu-col:hover {
	
}
.menu .menu-text {
	font-size: 250%;
	padding: 5px 0px;
}
.menu-close {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 9001;
	text-transform: lowercase;
}
@media (min-width: 768px){
	.menu ul {
		margin: 0;
		padding: 0;
	}
	.menu .menu-col {
		width: 20%;
		position: absolute;
		height: 100%;
		overflow: hidden;
		text-align: center;
		background-size: cover;
		background-position: center top;
		-webkit-transition: background-image 0.5s ease-in-out;
		transition: background-image 0.5s ease-in-out;
	}
	.menu .menu-col:nth-of-type(1) {
		left: 0;
		background-image: url('../img/menu/mnu-about.jpg');
	}
	.menu .menu-col:nth-of-type(2) {
		left: 20%;
		background-image: url('../img/menu/mnu-manbehind.jpg');
	}
	.menu .menu-col:nth-of-type(3) {
		left: 40%;
		background-image: url('../img/menu/mnu-works.jpg');
	}
	.menu .menu-col:nth-of-type(4) {
		left: 60%;
		background-image: url('../img/menu/mnu-services.jpg');
	}
	.menu .menu-col:nth-of-type(5) {
		left: 80%;
		background-image: url('../img/menu/mnu-contact.jpg');
	}
	.menu .menu-col:nth-of-type(1):hover { background-image: url('../img/menu/mnu-about-on.jpg'); }
	.menu .menu-col:nth-of-type(2):hover { background-image: url('../img/menu/mnu-manbehind-on.jpg'); }
	.menu .menu-col:nth-of-type(3):hover { background-image: url('../img/menu/mnu-works-on.jpg'); }
	.menu .menu-col:nth-of-type(4):hover { background-image: url('../img/menu/mnu-services-on.jpg'); }
	.menu .menu-col:nth-of-type(5):hover { background-image: url('../img/menu/mnu-contact-on.jpg'); }
	.menu .menu-text {
		font-size: 100%;
		position: absolute;
		width: 100%;
		top: 50%;
		bottom: 50%;
		left: 0;
		text-align: center;
		padding: 0;
	}
	.menu-close {
		top: 50px;
		left: 50px;
	}
}

.content {
	background-size: cover !important;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;

	overflow: hidden;
}
#home, #about, #contact, #manbehind, #services, #works {
	-moz-transition: background-image 1s ease-in-out;
	-webkit-transition: background-image 1s ease-in-out;
	transition: background-image 1s ease-in-out;
}
#home.ios, #about.ios, #contact.ios, #manbehind.ios, #services.ios, #works.ios {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
#home { background: transparent url('../img/bg/bg-home.jpg') no-repeat center center; }
#home.ios { background: transparent url('../img/bg/bg-home-mobile.jpg') no-repeat center center; }
#services { background: transparent url('../img/bg/bg-works.jpg') no-repeat 0 0; }
#works { background: transparent url('../img/bg/bg-works.jpg') repeat 0 0; }

.bg-video {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	background: transparent;
}
.bg-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(3, 44, 69, .8);
	opacity: 0.8;
	z-index: 1001;
}

.nav {
	text-transform: lowercase;
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	z-index: 1002;
}
.nav .nav-link {
	position: absolute;
	display: inline;
	padding: 20px 30px;
}
.nav .nav-link:nth-of-type(1) {
	left: 0;
	top: 0;
}
.nav .nav-link:nth-of-type(2) {
	right: 0;
	top: 0;
}
.nav .nav-link:nth-of-type(3) {
	left: 0;
	bottom: 0;
}
.nav .nav-link:nth-of-type(4) {
	right: 0;
	bottom: 0;
}
@media (min-width: 768px) {
	.nav .nav-link {
		padding: 50px;
	}
}

.social-icon {
	margin-left: 10px;
	display: inline;
}
.social-icon a {
	font-size: 120%;
	padding: 0px 5px;
	vertical-align: bottom;
}

.main-title {
	position: absolute;
	top: 20px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 1001;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.main-title {
		top: 50px;
	}
}

#main-content {
	background: transparent;
	position: absolute;
	top: 70px;
	width: 100%;
	overflow: auto;
	z-index: 1003;
}

#main-content .ct {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#about #main-content p, #manbehind #main-content p, #services #main-content ul, #contact #main-content p {
	background-color: transparent;
	text-align: center;
	position: relative;
	padding: 0px 30px;
	line-height: 1.7;
	font-size: 80%;
}
@media (min-width: 768px) {
	#main-content {
		top: 100px;
	}
	#about #main-content p, #manbehind #main-content p, #services #main-content ul, #contact #main-content p {
		line-height: 2.3;
		font-size: 100%;
	}
}

#works #main-content {
	overflow: hidden;
}
#works .videos {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
#works .videos .video {
	flex: 0;
	-webkit-flex: 0;
	font-size: 90%;
}
#works .videos .video .video-thumb img {
	margin: 0 auto;
}
#works .videos .video .video-desc {
	text-align: center;
	padding: 5px 0px 20px 0px;
}
@media (min-width: 769px ) and (min-height: 575px) {
	#works .videos {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row;
		flex-direction: row;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	#works .videos .video {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		align-self: flex-start;
		margin-top: 50px;
	}
	#works .videos .video .video-thumb {
		clear: left;
		float: left;
		width: 40%;
		margin-bottom: 20px;
	}
	#works .videos .video .video-desc {
		float: left;
		width: 55%;
		text-align: left;
		padding: 0px 10px;
		margin-bottom: 20px;
	}
}

#services #main-content {
	overflow: hidden;
}
#services .services {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
#services .services .service {
	flex: 0;
	-webkit-flex: 0;
	font-size: 90%;
	margin: 30px 20px 100px 20px;
}
#services .services .service .service-title {
	text-align: center;
	line-height: 1.3;
	font-size: 270%;
}
#services .services .service .service-title:before {
	content: "";
	display: block;
    margin: 0 auto;
    width: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ce9574;
}
#services .services .service .service-title:after {
	content: "";
	display: block;
    margin: 0 auto;
    width: 25px;
    margin-top: 15px;
    border-top: 2px solid #ce9574;
}
#services .services .service .service-title small {
	color: inherit;
	display: block;
	font-size: 55%;
}
#services .services .service .service-heading {
	font-style: italic;
	text-align: center;
	padding-top: 10px;
}
#services .services .service .service-desc {
	text-align: center;
	color: #555;
	padding-top: 10px;
}
@media (min-width: 769px ) and (min-height: 575px) {
	#services .services {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row;
		flex-direction: row;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	#services .services .service {
		flex: 0 0 30%;
		-webkit-flex: 0 0 30%;
		align-self: flex-start;
		margin-bottom: 0px;
	}
	#services .services .service .service-heading {
		min-height: 120px;
	}
}

.hScroll::-webkit-scrollbar-track:horizontal
{
	border-bottom: none;
	background: transparent url('../img/dot.jpg') repeat-x center center;
}
.hScroll::-webkit-scrollbar-track:vertical
{
	border-bottom: none;
	background: transparent url('../img/dot.jpg') repeat-y center center;
}
.hScroll::-webkit-scrollbar
{
	background: transparent;
	height: 5px;
	width: 5px;
}
.hScroll::-webkit-scrollbar-thumb
{
	background-color: #ce9574;
	border-radius: 10px;
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.services-list li {
	margin: 10px 0px;
}

.logo {
	position: absolute;
	bottom: 23px;
	left: 50%;
	z-index: 1002;
}
.logo img {
	position: relative;
	left: -50%;
	height: 60px;
	max-height: 60px;
}
@media (min-width: 768px) {
	.logo {
		bottom: 43px;
	}
	.logo img {
		height: 90px;
		max-height: 90px;
	}
}

.hidden-mobile {
	visibility: hidden;
}
@media (min-width: 768px) {
	.hidden-mobile {
		visibility: visible;
	}
}

/**
* Simple fade transition Magnific Popup
*/
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

#preload {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
#preloader {
	background: #122D56;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: block;
}
#preloader img {
	position: relative;
	top: 50%;
	bottom: 50%;
	margin: 0 auto;
}