/*
 Table Of Contents

 1.) Global Typography
 2.) Site Wide Content
 		2.1) Header Section
 		2.2) Content Area
 		2.3) Footer Section
 		2.4) Media Condition
 -------------------------------------------------*/

/*
 1.) Global Typography
 -------------------------------------------------*/
@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot?') format('eot'), url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot?') format('eot'), url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
}
body {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f1f1f1;
	height: 100%;
	min-height: 100%
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, input[type="submit"], #header *, .nav li {
	font-family: 'Gotham-Medium';
}
h1, h2, h3, h4, h5, h6, p {
	text-align: center;
}
h1 {
	font-family: 'Gotham-Book' !important;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin-top: 21px;
	padding-top: 21px;
}
h2 {
	font-size: 39px;
}
p {
	padding: 20px 0px 28px;
	letter-spacing: -0.4px;
}
/*
 2.) Site Wide Content
 -------------------------------------------------*/
.container {
	max-width: 1170px;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
iframe, object {
	max-width: 100%;
	border: none;
}
.form-control::-moz-placeholder {
	color: #333;
	opacity: 1;
}
.form-control:focus::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.btn-fixed-bottom {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
/*================================================
 2.1) Header Section
 ================================================*/
html, body {
	height: 100%;
}
#header {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../img/bck.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
#top-bar {
	width: 100%;
	position: fixed;
	top: -300px;
	height: 60px;
	z-index: 999;
}
#logo {
	display: none;
}
#intro h1, #explore {
	opacity: 0;
}
#explore {
	margin-top: 0;
}
#header a {
	font-size: 13px;
	line-height: 52px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 186px;
	margin: 0 auto;
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
}
#header a:hover, #header a:focus {
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.navbar-brand {
	padding: 9px 15px;
}
.navbar, nav .navbar-default {
	border-radius: 0px;
	background-image: none;
	background-color: #f1f1f1;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
}
.nav > li > a, .navbar-default .navbar-nav > li > a {
	font-size: 14px;
	color: #908f90;
	text-transform: uppercase;
}
.nav > li > a {
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #666;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	box-shadow: none;
}
.navbar-toggle {
	background-color: rgba(144,144,144,1);
	border-color: #908f90;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f1f1f1;
}
/*================================================
 2.2) Content Area
 ================================================*/
#content section {
	padding: 100px 0px 60px;
}
#content .primary {
	background-color: #fff;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content #clients {
	text-align: center;
}
#clients div.thumb {
	margin-top: 10px;
	margin-bottom: 10px;
}
#clients img {
	display: inline;
}
#content #contact {
	padding-bottom: 103px;
}
#contact p {
	padding-top: 28px;
	padding-bottom: 68px;
}
#content .form-control {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0px;
	border: none;
	height: 40px;
	box-shadow: none;
	background-color: #f1f1f1;
	color: #333;
	transition: all 0.5s ease-in-out 0s;
}
#content textarea.form-control {
	height: 125px;
}
#content .form-control:focus {
	background-color: #000;
	color: #fff;
}
#contact form .btn, #contact form .btn-primary {
	font-size: 14px;
	line-height: 29px;
	background-color: #4a4a4a;
	background-image: none;
	border-radius: 0px;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	width: 100%;
	transition: all ease-in 0.2s;
}
#contact form .btn:hover, #contact form .btn-primary:hover, #contact form .btn:focus, #contact form .btn-primary:focus {
	background-color: #000;
}
#contact .glyphicon {
	display: block;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	color: #4a4a4a;
	left: 15px;
	margin: 31px 0px 23px;
	transition: all 0.5s ease-in-out 0s;
}
#contact .glyphicon:hover {
	color: #000;
}
#contact span, #contact a {
	display: block;
	text-align: center;
	color: #333;
	word-wrap: break-word;
	text-decoration:none;
}
/*================================================
 2.3) Footer Section
 ================================================*/
#footer {
	padding: 48px 0px;
}
#footer span {
	font-size: 12px;
	display: block;
	text-align: center;
}
#footer a {
	color: #333;
}
.ScrollToTop {
	position: fixed;
	right: -12px;
	bottom: 10px;
	top: auto;
	text-decorarion: none;
	opacity: 0.3;
	font-size: 24px;
	color: #333;
}
.ScrollToTop:hover {
	color: #333;
	opacity: 1;
	text-decoration: none;
}


/*================================================
 2.3.1) Media Condition
 ================================================*/
.cookie p {text-align: left;}
.cookie-ul{margin-left: 20px;}
.cookie-t {
	border-top: 1px solid #444;
    border-left: 1px solid #444;}
.cookie-t td{text-align: left;
    padding: 15px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    vertical-align: top;
}


/*================================================
 2.4) Media Condition
 ================================================*/
@media all and (min-width: 992px) {
	#showreel p, #showreel ul, #showreel h3{
		padding: 10px 96px 10px;
		letter-spacing: normal;
	}
	#showreel table p {padding: 10px 0px 10px;}
}
@media all and (min-width: 768px) {
	.ScrollToTop {
		display: none;
	}
}
