.container {
	overflow: hidden;
	/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
header {
	height: 56px;
	position: relative;
}
.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	right: 10px;
	display: none;
}
.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin: 5px 0;
}
.burger.open li {
	background-color: #454444;
}
nav {
	position: absolute;
	top: 20px;
	right: 5px;
	font-size: 13px;
	letter-spacing: .5px
}
li.social-media {
	padding: 6px 0;
	width: 100%;
	clear: both;
	border-right: 0
}
nav li {
	display: inline-block;
	text-transform: uppercase
}
nav li a {
	color: #dac29d;
	display: block;
}
nav li a:hover {
	color: #000;
}
/*  Removable CSS  */

.header-section, .body-section, .footer-section {
	padding: 20px;
}
.header-section {
	background-color: #ffffff;
}
.body-section {
	background-color: #f4f5f6;
}
.footer-section {
	background-color: #dadee1;
}
.placefiller {
	text-align: center;
	font-size: 20px;
	border: 1px dashed rgba(190, 196, 202, 0.5);
}
.header-section .placefiller {
	line-height: 300px;
}
.body-section .placefiller {
	line-height: 900px;
}
.footer-section .placefiller {
	line-height: 200px;
	border: 1px dashed rgba(190, 196, 202, 0.9);
}
nav li a:hover {
	color: #fff;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
@media only screen and (min-width: 901px) {
header h1 {
	float: left;
	height: 56px;
	background-color: #fff;
}header h1 img{ position:absolute; z-index:99}
nav li a {
	padding: 0px 8px 0 8px; 
}
nav li {
	margin-top: .51px;
	border-right: solid 1px #dac29d;
}
nav li:last-child {
	border-right: none;
	padding-right: 0
}
nav li a span {
	border: solid 1px;
	padding: 5px 10px
}
.export {
	border: solid 1px #888
}
nav li li {
	float: left
}
.social-media ul li {
	float: right;
	color: #6E6D6E;
}
nav .social-media li a {
	padding: 0 0 0 5px;
	display: inline;
	color: #999898
}
nav .social-media ul {
	padding: 0px 25px;
	color: #999898
}
.slide {
	font-size: 16px
}
nav .social-media li a.facebook {
	color: #3b5998
}
nav .social-media li a.twitter {
	color: #3b88c3
}
nav .social-media li a.youtube {
	color: #C00
}
nav .social-media li a.googleplus {
	color: #e62117
}
nav .social-media li a.instagram {
	color: #125688
}
nav .social-media li a:hover {
	background: none;
	color: #454444
}
}

@media only screen and (max-width: 900px) {
.cover-slide {
	margin-top: 60px
}
#banner {
	margin-top: 60px
}
header {
	background-color: rgba(255,255,255,.9)
}
.wrapper {
	width: 100%;
	min-height: 500px;
	background-color: #150A00
}
.slide h1 img {
	height: 40px;
	margin-top: 10px
}
header {
	height: 60px;
	z-index: 2;
	background-color: rgba(23,14,14,.8);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	/* starting point */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
header h1 {
	color: #ffffff;
	text-align: center;
	padding-left: 0;
	display: block;
}
.burger {
	display: block;
}
/*  Nav Drawer Layout  */
nav {
	position: relative;
}
nav ul {
	height: 100%;
	overflow-y: auto;
}
nav ul li.social-media ul {
	overflow: inherit
}
nav li {
	display: block;
	float: none;
}
nav .social-media li a {
	padding: 0 0 0 1px;
	display: inline;
	line-height: 40px
}
nav .social-media ul {
	padding: 0px 25px;
	color: #fff;
}
nav li a {
	padding: 20px 25px;
	letter-spacing: 3px;
	color: #fff;
	font-size: 15px
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #454444;
}
nav li a:hover {
	color: #fff;
	background-color: #6E6D6E;
}
nav li:first-child a.active, nav li:first-child a:hover {
}
.header-section {
	margin-top: 60px;
}
/* NAVIGATION ANNIMATION */
nav {
	width: 80%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	margin: 0;
	background-color: #454444;
	/* starting point */
	opacity: 0;
	-webkit-transform: translate3d(5%, 0, 0)scale(.97);
	-moz-transform: translate3d(5%, 0, 0)scale(.97);
	transform: translate3d(5%, 0, 0)scale(.97);
}
/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	-moz-transform: translate3d(0, 0, 0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	transform: translate3d(0, 0, 0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
 0% {
opacity: .3;
 -webkit-transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
 -webkit-transform: translate3d(0, 0, 0)scale(1);
}
}
@-moz-keyframes slideIn {
 0% {
opacity: .3;
 -moz-transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
 -moz-transform: translate3d(0, 0, 0)scale(1);
}
}
@keyframes slideIn {
 0% {
opacity: .3;
 transform: translate3d(5%, 0, 0)scale(.97);
}
 100% {
opacity: 1;
 transform: translate3d(0, 0, 0)scale(1);
}
}
/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: 0;
	-webkit-transform: translate3d(5%, 0, 0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	-moz-transform: translate3d(5%, 0, 0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	transform: translate3d(5%, 0, 0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
 0% {
opacity: 1;
 -webkit-transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: .3;
 -webkit-transform: translate3d(5%, 0, 0)scale(.97);
}
}
@-moz-keyframes slideOut {
 0% {
opacity: 1;
 -moz-transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: .3;
 -moz-transform: translate3d(5%, 0, 0)scale(.97);
}
}
@keyframes slideOut {
 0% {
opacity: 1;
 transform: translate3d(0, 0, 0)scale(1);
}
 100% {
opacity: .3;
 transform: translate3d(5%, 0, 0)scale(.97);
}
}
/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}
/*Content Sliding Open Effect*/
header.open, .content.open {
	-webkit-transform: translate3d(-80%, 0, 0);
	-webkit-animation: open .5s ease-in-out;
	-moz-transform: translate3d(-80%, 0, 0);
	-moz-animation: open .5s ease-in-out;
	transform: translate3d(-80%, 0, 0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
 0% {
-webkit-transform: translate3d(0, 0, 0);
}
 70% {
-webkit-transform: translate3d(-82%, 0, 0);
}
 100% {
-webkit-transform: translate3d(-80%, 0, 0);
}
}
@-moz-keyframes open {
 0% {
-moz-transform: translate3d(0, 0, 0);
}
 70% {
-moz-transform: translate3d(-82%, 0, 0);
}
 100% {
-moz-transform: translate3d(-80%, 0, 0);
}
}
@keyframes open {
 0% {
transform: translate3d(0, 0, 0);
}
 70% {
transform: translate3d(-82%, 0, 0);
}
 100% {
transform: translate3d(-80%, 0, 0);
}
}
/*Content Sliding Closed Effect*/
header.close, .content.close {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-animation: close .3s ease-in-out;
	-moz-transform: translate3d(0, 0, 0);
	-moz-animation: close .3s ease-in-out;
	transform: translate3d(0, 0, 0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
 0% {
-webkit-transform: translate3d(-80%, 0, 0);
}
 100% {
-webkit-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes close {
 0% {
-moz-transform: translate3d(-80%, 0, 0);
}
 100% {
-moz-transform: translate3d(0, 0, 0);
}
}
@keyframes close {
 0% {
transform: translate3d(-80%, 0, 0);
}
 100% {
transform: translate3d(0, 0, 0);
}
}
}
.cover-header {
	max-width: 1000px;
	margin: 0 auto;
	position: relative
}
.header {
	background: #140900;}
