/* General Style */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	font-family: 'dk_buttered_toastregular';
	font-weight: 300;
	font-size: 12px;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #d9ccaf;
	background: url('../images/dark_wall.png') #333;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #fff;
	color: rgba(217,204,175,0.7);
	text-decoration: none;
	transition: all .6s;
}

a:hover {
	color: #d9ccaf;
	transition: all .6s;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 40px;
}

.container > header, .main {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}


#header {
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	bottom: 150px;
	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
	height: 300px;
}

#header h1 {
	font-size: 4em;
	margin: 20px;
	letter-spacing: 1px;
}

#header img {
	max-height: 120px;
	margin: 20px 0 0px 0;
}

#header ul {
	margin-top: 40px;
	list-style: none;
}

#header ul li {
	display: inline-block;
	margin: 0 0 0 30px;
}

/* MINI HEADER */


#miniHeader {
	padding-top: 50px;
	text-transform: uppercase;
	margin: 0 auto 40px auto;
	max-width: 760px;
	text-align: center;
}


#miniHeader ul {
	float: left;
	text-align: center;
}

#miniHeader li {
	display: inline-block;
	margin: 30px 25px 0px 25px;
}

#miniHeader img {
	max-height: 90px;
	margin: 0 0 10px 0;
}

#miniHeader li:first-of-type {
	padding: 0 0 40px 0;
	font-weight: 100;
	display: block;
	border-bottom: 2px solid #d9ccaf;
	font-size: 1.4em;
}

#index .container {
	height: 420px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/***/ /***/ /***/ /***/

#filler {
	display: block;
	min-height: 100%;
	background: #ff7;
}

.fadeIn {
	display: none;
}

#nav {
	font-size: 1.6em;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1.5px;
}

a.active {
	color: #d9ccaf;
}

h1 {
	font-size: 2em;
}


video {
	position:fixed;
	top:50%;left:50%;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	background-size:cover;
}

.wrapper {
	position: relative;
	padding: 0 0 20px 0;
}

.topbar {
	position: relative;
	padding: 0px 0;
	margin: 0 0 40px;
	/*border-top: 1px solid #d9ccaf;*/
}

#about, #videos {
	max-width: 760px;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
}

#videos {
	padding: 5px;
}

.copyright {
	padding: 80px 0 0 0;
	text-align: center;
	opacity: 0.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	transition: all 1s;
}

.copyright:hover {
	opacity: 1;
	transition: all 1s;
}

#about h1, #about h2, #about h3 {
	font-weight: 700;
}

#about h1 {
	font-size: 1.8em;
	padding: 10px 0 50px 0;
	line-height: 1.2em;
}

#about h2 {
	font-size: 2em;
	border-top: 2px solid rgba(217,204,175,1);
	padding: 10px 0 10px 0;
	margin: 30px 0 30px 0;
}

#about span, #about h3 {
	font-family: 'dk_buttered_toastregular';
	padding: 10px;
	margin: 20px 0 20px 0;
	font-size: 1.5em;
	/*border-top: 2px solid rgba(217,204,175,1);*/
}

#about p {
	font-size: 1.4em;
	padding: 10px 0 30px 0;
	line-height: 1.5em;
	letter-spacing: .5px;
}

#about ul {
	padding: 0px 0 60px 0;
	text-align: center;
	margin: 0 auto;
	width: auto;
}

#about li {
	display: inline-block;
	margin: 20px 30px;
}

.social {
	padding: 50px 0;
}

.social img {
	opacity: 0.6;
	transition: all 1s;
	max-width: 40px;
}

.social img:hover {
	opacity: 1;
	transition: all 1s;
}

/*.social li:nth-child(3) {
	margin-left: 40px !important;
}*/

#press {
	list-style: none;
	font-size: 1.2em;
	margin: 20px 0 20px 0;
	text-align: left !important;
}

#press li {
	display: block;
	margin: 0 0 6px 0;
}

#press span {
	font-weight: 700;
	font-size: 1.2em;
}

#videos {
	font-family: 'dk_buttered_toastregular'
}

#videos p {
	margin: 10px 0 80px 0;
}

.titleFix {
	color: #f99 !important;
}

.back {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	background: #ddd;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	display: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.back:hover {
	color: #f2ede1;
	background: transparent;
	}

.no-touch .back:hover {
	background: #000;
}

.topbar h2,
.topbar h3 {
	display: inline-block;
	font-weight: 300;
	font-size: 30px;
	width: 49%;
	min-width: 320px;
}

.topbar h2 {
	color: transparent;
	padding-right: 20px;
}

.topbar h3 {
	text-align: right;
	padding-left: 20px;
	color: #f2ede1;
	color: transparent;
}

.support-note {
	clear: both;
}

.support-note span{
	font-size: 16px;
	display: none;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

#contact-form {
	margin: 0 auto;
	width: 100%;
	padding: 40px 0 20px 0;
}

#contact-form label {
	display: block;
}

#contact-form input {
	display: inline-block;
	width: 48%;
	margin: 0;
	padding: 0;
}

#contact-form input:first-of-type {
	margin: 0 20px 20px 0;
}

#contact-form input, #contact-form textarea {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border: none;
	font-size: 1.2em;
	color: #fff;
	font-family: 'Roboto Condensed';
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#contact-form textarea {
	color: #fff;
	font-family: 'Roboto Condensed';
	width: 100%;
	height: 10em;
	text-transform: none;
}

input.submitButton {
	color: rgba(217,204,175,0.7) !important;
	font-family: 'dk_buttered_toastregular';
	display: block;
	width: 100% !important;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 auto;
}

#top, #bottom, #left, #right {
	background: #d9ccaf;
	position: fixed;
	z-index: 100;
	}
	#left, #right {
		top: 15px; bottom: 15px;
		width: 2px;
		}
		#left { left: 15px; }
		#right { right: 15px; }
		
	#top, #bottom {
		left: 15px; right: 15px;
		height: 2px;
		}
		#top { top: 15px; }
		#bottom { bottom: 15px; }

/* PRODCUT PAGE & OVER RIDES */


div#products > div {
	margin: 10px 35px;
	/*border-top: 3px solid #fff;*/
}

#products {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 820px) {

	div > div {
	margin: 0 auto;
	text-align: center;
	}
	
	.topbar h2, .topbar h3 { text-align: left; padding: 0; display: block;}
	.back {  right: 0px; margin-left: 0px;}
	
	#miniHeader {
		margin-top: 0px;
		border-bottom: 0;
	}

	#miniHeader li:first-of-type {
		border: 0;
		padding: 0;
		margin: 10px 0 0 0;
	}

	#miniHeader img {
		height: 60px;
		padding: 0;
	}

	#miniHeader li {
	display: block;
	padding: 0;
	margin: 10px;
	}

	#index .container {
	height: auto;
	position: relative;
    margin: auto;
	}

	.container > header, .main {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    padding: 0;
	}

	.video {
	max-width: 90%
	}

	#top, #bottom, #left, #right {
	display: none;
	}

	.container > header, .main {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
	}

	#about li {
		margin: 10px;
	}

	#tp-grid {
		margin-left: -0 !important;
		margin-top: -140px;
	}

	.tp-grid li img {
		max-width: 200px !important;
	}

	.tp-info,
	.tp-title {
		position: absolute;
		bottom: 60px !important;
	}

	input.submitButton {
	color: rgba(217,204,175,0.7) !important;
	font-family: 'dk_buttered_toastregular';
	display: block;
	width: 100% !important;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
	margin: 0 auto;
	}
}