/*
Theme Name: DD
Theme URI: 
Description: Custom Theme for DD
Author: DTP
Version: 1.0
Tags: custom
*/


/*

/* CSS Document */

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	background: #222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a:link { color: #bcbdc0; text-decoration: underline; }
a:visited { color: #bcbdc0; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; text-decoration: underline; }

hr {
	border: none;
	background-color: #252525;
	color: #252525;
	height: 1px;
	margin: 20px 0 20px 0;
}

h2 {
    font-size: 14px;
    margin-bottom: .857em;
    margin-top: .857em;
	color: #fff;
	font-weight: bold; 
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-weight: normal;
}


/*-------------------------------------------
	header
-------------------------------------------*/


#mobileHeader { 
	display: none; 
}

#mobileCallout {
	width: 100%;
	height: 50px;
	display: inherit;
	text-align: center;
	margin: 0 0 5px 0;
	background-color: #000;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#mobileCallout a {
	display: block;
	height: 50px;
	padding: 15px 0 0 0;
}
#mobileCallout a:link { color: #fffff9; text-decoration: none; }
#mobileCallout a:visited { color: #fffff9; text-decoration: none; }
#mobileCallout a:hover { color: #666; text-decoration: none; }
#mobileCallout a:active { color: #666; text-decoration: none; }

#wrapHeader { 
	width: 100%;
	height: 100px;
	margin: 0; 
	position: relative; 
	text-align: left;
	background-color: #fff;
}

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-color: #000;
}

#logoContainer {
	width: 415px;
	height: 100px;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline;
	float: left;
}

#logoTop { 
	width: 415px;
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(images/DD-logo.jpg);
	display: inline;
	float: left;
}
#Lnav {
    width: 415px; height: 100px;
    margin: 0;
	padding: 0;
    position: relative;
}
#Lnav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#Lnav li a { height: 0px; display: block; padding-top: 100px; overflow: hidden; }
#Lnav1 { left: 0; width: 415px; }

#navBG {
	width: 750px;
	height: 80px;
	margin: 0 20px 0 0;
	padding: 20px 0 0 0;
	position: relative; 
	text-align: right;
	display: inline;
	float: right;
}
#navContainer {
	display: inline-block;
	width: auto;
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#mNavContainer {
	display: none;
}

/* - - - Navigation - - - */

.nav ol, .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav {
  position: relative;
  display: inline;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-list {
  text-align: left; }

.nav-item {
  float: right;
  *display: inline;
  zoom: 1;
  margin: 0 0 0 25px;
  position: relative; }

.nav-item a {
  display: block;
  color: #fff;
  padding: 15px 0 15px 0;
  text-decoration: none; }

.nav-item > a:hover {
  color: #999;
  border-bottom: 1px solid #999; }

.nav-item-ON {
  float: right;
  *display: inline;
  zoom: 1;
  margin: 0 0 0 25px;
  position: relative; }

.nav-item-ON a {
  display: block;
  color: #999;
  border-bottom: 1px solid #999;
  padding: 15px 0 15px 0;
  text-decoration: none; }

.nav-item-ON > a:hover {
  color: #999;
  border-bottom: 1px solid #999; }
  
  
  

.topnav:link { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 10px 0; }
.topnav:visited { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 10px 0; }
.topnav:hover { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }
.topnav:active { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }

.topnavON:link { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }
.topnavON:visited { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }
.topnavON:hover { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }
.topnavON:active { color: #fff; text-decoration: none; margin-left: 15px; padding: 15px 0 2px 0; border-bottom: 1px solid #999; }


#pageContainer { 
	margin: 0;
	padding: 20px 0 0 0; 
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}

#pageContent { 
	margin: 0 auto;
	padding: 0; 
	width: 98%;
	height: auto;
	text-align: left;
	position: relative;
}
#pageContentSub { 
	margin: 0 auto;
	padding: 0 0 50px 0; 
	width: 1200px;
	height: auto;
	text-align: center;
	position: relative;
}

div.projects article{
	float: left;
	vertical-align:top !important;
	position: relative;
	overflow: hidden;
	display: inline-block;
	zoom:1;
	width:100%;
	height: 0;
	padding-bottom: 100% !important;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
	color: #fff;
	background-color: #111;
	text-align: left;
}

div.projects article a{
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 1.125em;
	padding: 10px;
	font-style: italic;
	text-decoration: none;
	-webkit-font-smoothing: antialiased
}

div.projects article h2{
	font-style: normal;
}

div.projects article>a:before{
	content:"";
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:inset 0 0 600px 100px rgba(0,0,0,0.85)
}

div.projects article h2{
	position: relative;
	margin: 40% 0 0 0;
	line-height: 1.2;
	z-index: 2
}

div.projects article ul{
	position: relative;
	z-index: 2;
	list-style: none;
	padding: 0;
	margin: 5px 0 0
}

div.projects article ul li{
	float:left
}

div.projects article ul li:not(:last-of-type):after{
	content:",";
	margin-right:3px
}

div.projects article img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:0
}

#subCallout {
	width: 200px;
	height: 45px;
	display: inline;
	float: left;
	text-align: left;
	margin: 0 0 10px 0;
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#subCallout a {
	display: block;
	height: 45px;
	padding: 15px 0 0 15px;
}
#subCallout a:link { color: #fff; text-decoration: none; }
#subCallout a:visited { color: #fff; text-decoration: none; }
#subCallout a:hover { color: #000; text-decoration: none; }
#subCallout a:active { color: #000; text-decoration: none; }

#logoPort {
	width: 300px;
	height: 300px;
	margin: 10px;
	padding: 0;
	position: relative; 
	text-align: left;
	display: inline-block;
	vertical-align: top center;
}

#videoContainer {
	width: 1000px;
	height: 563px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}




@media screen and (min-width: 300px){
	div.projects article h2,div.projects article ul{
		opacity:0;
		/*font-size:1.125em;*/
		-webkit-transition:opacity 0.5s;
		-moz-transition:opacity 0.5s;
		transition:opacity 0.5s
	}
	
	div.projects article>a:before{
		opacity:0;
		-webkit-transition:opacity 0.5s;
		-moz-transition:opacity 0.5s;
		transition:opacity 0.5s
	}
	
}

@media screen and (min-width: 500px){
	
	div.projects article{
		width:48.7%;
		height:0;
		position:relative;
		padding-bottom:48.7% !important;
		margin-right:1%
	}
	
	div.projects article:nth-of-type(2n){
		margin-right:0;
		float:right
	}
	
	div.projects article h2{
		font-size:1.25em;
		margin:20% 0 0 0
	}
}

@media screen and (min-width: 900px){
	div.projects article{
		width:24.2%;
		height:0;
		position:relative;
		padding-bottom:24.2% !important;
		margin-right:1%;
		padding:0 10px 0
	}
	
	div.projects article:nth-of-type(2n){
		margin-right:1%;
		float:left
	}
	
	div.projects article:nth-of-type(4n){
		margin-right:0
	}
	
	div.projects article h2, div.projects article ul{
		font-size: 1em;
	}
}
@media screen and (min-width:1025px){	
	div.projects article h2,div.projects article ul{
		opacity:0;
		/*font-size:1.125em;*/
		-webkit-transition:opacity 0.5s;
		-moz-transition:opacity 0.5s;
		transition:opacity 0.5s
	}
	
	div.projects article>a:before{
		opacity:0;
		-webkit-transition:opacity 0.5s;
		-moz-transition:opacity 0.5s;
		transition:opacity 0.5s
	}
	
	div.projects article:hover>a:before{
		opacity:1
	}
	
	div.projects article:hover h2,div.projects article:hover ul{
		opacity:1
	}
	
	div.projects article h2{
		font-size:1.25em;
		margin:35% 0 0 0
	}
}







#subContent {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#aboutContent { 
	margin: 0 auto;
	padding: 0; 
	width: 90%;
	height: auto;
	text-align: left;
	position: relative;
	color: #f1f1f1;
}















.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer { 
	margin: 0;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
	font-size: 14px;
	color: #dadada;
	background-color: #666;
}

#footer-1 { 
	display: inline;
	float: left;
	margin: 0 0 0 25px;
	width: 300px;
	padding: 0;
	text-align: left;
}
#footer-2 { 
	display: inline;
	float: left;
	margin: 0;
	width: 200px;
	padding: 0;
	text-align: left;
	letter-spacing: 1px;
}
#footerRight { 
	display: inline;
	float: right;
	margin: 0 25px 0 0;
	width: 300px;
	padding: 0;
	text-align: right;
}

#footer a:link { color: #dadada; text-decoration: none; }
#footer a:visited { color: #dadada; text-decoration: none; }
#footer a:hover { color: #222; text-decoration: underline; }

#navigation { display: none; }






/* tablet Wide
--------------------------------------------- */
@media (min-width: 850px) and (max-width: 1300px) {

body{
	-webkit-text-size-adjust: none;
}

#two {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
#four {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 0;
    
}
.headlineBG-1 {
    position: absolute;
    height: 100px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #dadada;
	text-align: left;
}
.headlineBG-2 {
    position: absolute;
    height: 100px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #fff;
	text-align: left;
}
.headlineSub {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 16px;
	color: #111;
	margin: 10px 0 0 0;
}
.headlineCopy {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 12px;
	color: #666;
	margin: 10px 0 0 0;
}

#Home-1 img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
	opacity: 1;
}

#Home-1 img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
}

.content img.grayscale {
    width: 100%;
	height: auto%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.content img.grayscale:hover {
    width: 105%;
	height: auto;
}

#videoContainer {
	width: 560px;
	height: 315px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}

}


/* tablet Wide
--------------------------------------------- */
@media (min-width: 1050px) and (max-width: 1250px) {
#pageContentSub { 
	margin: 0 auto;
	padding: 0 0 50px 0; 
	width: 1000px;
	height: auto;
	text-align: center;
	position: relative;
}
}
/* tablet Wide
--------------------------------------------- */
@media (min-width: 950px) and (max-width: 1049px) {
#pageContentSub { 
	margin: 0 auto;
	padding: 0 0 50px 0; 
	width: 900px;
	height: auto;
	text-align: center;
	position: relative;
}
}
/* tablet Wide
--------------------------------------------- */
@media (min-width: 850px) and (max-width: 949px) {
#pageContentSub { 
	margin: 0 auto;
	padding: 0 0 50px 0; 
	width: 800px;
	height: auto;
	text-align: center;
	position: relative;
}
}
/* tablet Wide
--------------------------------------------- */
@media (max-width: 849px) {
#pageContentSub { 
	margin: 0 auto;
	padding: 0 0 50px 0; 
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
}






/* tablet Wide
--------------------------------------------- */
@media (min-width: 700px) and (max-width: 849px) {

body{
	-webkit-text-size-adjust: none;
}

#two {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
#four {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 0;
    
}
.headlineBG-1 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #dadada;
	text-align: left;
}
.headlineBG-2 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #fff;
	text-align: left;
}
.headlineSub {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 16px;
	color: #111;
	margin: 10px 0 0 0;
}
.headlineCopy {
    display: none;
}

#Home-1 img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
	opacity: 1;
}

#Home-1 img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
}

.content img.grayscale {
    width: 100%;
	height: auto%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.content img.grayscale:hover {
    width: 105%;
	height: auto;
}

#videoContainer {
	width: 560px;
	height: 315px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}

}




/* tablet Wide
--------------------------------------------- */
@media (min-width: 480px) and (max-width: 699px) {

body{
	-webkit-text-size-adjust: none;
}

#two {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
#four {
    float: left;
    position: relative;
    width: 50%;
    padding-bottom: 50%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 0;
    
}
.headlineBG-1 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #dadada;
	text-align: left;
}
.headlineBG-2 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #fff;
	text-align: left;
}
.headlineSub {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 16px;
	color: #111;
	margin: 10px 0 0 0;
}
.headlineCopy {
    display: none;
}

#Home-1 img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
	opacity: 1;
}

#Home-1 img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
}

.content img.grayscale {
    width: 100%;
	height: auto%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.content img.grayscale:hover {
    width: 105%;
	height: auto;
}

#videoContainer {
	width: 300px;
	height: 169px;
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}

}




/* tablet Wide
--------------------------------------------- */
@media (max-width: 1200px) {

body{
	-webkit-text-size-adjust: none;
}

#two {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
#four {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden;
	background-color: #000;
}
.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 0;
    
}
.headlineBG-1 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #dadada;
	text-align: left;
}
.headlineBG-2 {
    position: absolute;
    height: 70px;
    width: 100%;
    padding: 0;
	bottom: 0;
    left: 0;
	background-color: #fff;
	text-align: left;
}
.headlineSub {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 16px;
	color: #111;
	margin: 10px 0 0 0;
}
.headlineCopy {
    display: none;
}

#Home-1 img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
	opacity: 1;
}

#Home-1 img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
	opacity: 0.5;
}

.content img.grayscale {
    width: 100%;
	height: auto%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.content img.grayscale:hover {
    width: 105%;
	height: auto;
}

}





a.nav-toggle { display: none; width: 32px; height: 32px; position: absolute; top: 50%; margin-top: -17px; right: 10px; cursor: pointer; overflow: hidden; z-index: 1000001;}

a.nav-toggle div { width: 32px; height: 3px; background: #fff; position: absolute; left: 50%; margin-left: -16px; text-indent: -9999px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
}

a.nav-toggle div:nth-child(1) { top: 4px;}

a.nav-toggle div:nth-child(2) { top: 50%; margin-top: -1px;}

a.nav-toggle div:nth-child(3) { bottom: 3px;}

a.nav-toggle.active div:nth-child(2) { opacity: 0;}

a.nav-toggle.active div:nth-child(1) { top: 14px;
transform: rotate(45deg) ;
-webkit-transform: rotate(45deg) ;
-moz-transform: rotate(45deg) ;
-o-transform: rotate(45deg) ;
-ms-transform: rotate(45deg) ;
}

a.nav-toggle.active div:nth-child(3) { bottom: 15px;
transform: rotate(-45deg) ;
-webkit-transform: rotate(-45deg) ;
-moz-transform: rotate(-45deg) ;
-o-transform: rotate(-45deg) ;
-ms-transform: rotate(-45deg) ;
}

#headerR { position: relative;}


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


#navContainer {
	display: none;
}
#mNavContainer {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
	font-size: 30px;
	letter-spacing: 1px;
	background-color: #000;
}

#logoContainer { display: none !important;}

a.nav-toggle { display: block;}

#navBG {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000;
	display: none;
	float: none;
	background-image: none;
	z-index: 9999; 
}

#subWrapHeader { 
	display: none;
}

#navBG { width: 100%; height: auto; display: none; }
#navContainer { width: 100%; height: auto; }

#wrapHeader { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative; 
	text-align: left;
	background-color: #000;
	background-image: none;
	border-bottom: 0px solid #ccc;
}
#header { 
	top: 0px; 
	width: 100%; 
	height: auto; 
	background-color: #000; 
}

#mobileHeader { display: block !important;}	

#mobileHeader {
	display: inherit;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	margin: 0; 
	text-align: center;
	background-color: #000;
	z-index: 9999;
}
#headerL {
	width: 182px;
	height: 70px;
	display: inline;
	float: left;
	text-align: left;
	margin: 5px 0 0 10px;
}
#headerR {
	width: 40px;
	height: 40px;
	display: inline;
	float: right;
	text-align: left;
	margin: 5px 10px 0 0;
}

ul.nav-list,
.nav,
#navTop
{ width: 100%; display: block; height: auto; float: none; }

ul.nav-list li.nav-item,
ul.nav-list li.nav-item-ON
{ display: block !important; text-align: center; float: none !important;}

ul.nav-list li.nav-item a { display: block; line-height: auto; height: auto; margin: 0; color: #fff; border-top: 1px solid #784b33; padding: 15px 0px !important;}

ul.nav-list li.nav-item a:hover { color: #f15B29; border-bottom: 0px; }

ul.nav-list li.nav-item-ON a { padding: 15px 0px; color: #f15B29; border-top: 1px solid #784b33;}
	
ul.nav-list li.nav-item:first-child a,
ul.nav-list li.nav-item-ON:first-child a
{ border: none;}

ul.nav-list li.nav-blank
{ display: none; }	
	
}