/*---------------------------------------------------------------------------------

	Theme Name: Turrino
	Description: Custom theme designed for Turrino Wire Wheels 2014
	Version: 1.0
	Author: DKD

-----------------------------------------------------------------------------------*/



/* normalize.css v1.0.2 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

/*Theme Colours 
RED - #a3283b;
YELLOW - #dcb212;
DRK GREY - #363636;
*/
html{
	background-color:#363636;
}
body{
	height:100%;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
/*--- FONTS ---*/
@font-face {
    font-family: 'Espacio';
    src: url('fonts/espacio-webfont.eot');
    src: url('fonts/espacio-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/espacio-webfont.woff2') format('woff2'),
         url('fonts/espacio-webfont.woff') format('woff'),
         url('fonts/espacio-webfont.ttf') format('truetype'),
         url('fonts/espacio-webfont.svg#espacioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EspacioBold';
    src: url('fonts/espaciobold-bold-webfont.eot');
    src: url('fonts/espaciobold-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/espaciobold-bold-webfont.woff2') format('woff2'),
         url('fonts/espaciobold-bold-webfont.woff') format('woff'),
         url('fonts/espaciobold-bold-webfont.ttf') format('truetype'),
         url('fonts/espaciobold-bold-webfont.svg#espacio_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Petita';
    src: url('fonts/petitabold-webfont.eot');
    src: url('fonts/petitabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/petitabold-webfont.woff2') format('woff2'),
         url('fonts/petitabold-webfont.woff') format('woff'),
         url('fonts/petitabold-webfont.ttf') format('truetype'),
         url('fonts/petitabold-webfont.svg#petitaboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--- /FONTS --*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
	font-size: 14px;
}

h1 {
	font-family: "EspacioBold", Arial, Helvetica, Verdana;
	font-weight:bolder;
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
	font-family: "EspacioBold", Arial, Helvetica, Verdana;
	font-weight:bolder;
    font-size: 1.5em;
    margin: 0.83em 0;
	text-transform:uppercase;
	line-height:1em;
}

h3 {
	font-family: "EspacioBold", Arial, Helvetica, Verdana;
	font-weight:bolder;
    font-size: 1.30em;
    margin: 1em 0;
	text-transform:uppercase;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}

small {
    font-size: 80%}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
a{
	color:#a3283b;
}
/* --- EDIT POST ---*/
.adminStrip{
	font-family: "Petita";
	text-transform:uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 2.181818182;
	clear: both;
	color: #fff;
	background-color:#dcb212;
	text-align:center;
	height:40px;
}
.adminStrip a{
	padding:3px 5px 5px 40px;
	background-image:url(images/Icon_edit.png);
	background-repeat:no-repeat;
	color: #fff;
}
/* --- /EDIT POST ---*/
/* --- MASTHEAD --- */
.masthead {
    width: 100%;
    position: relative;
	overflow:hidden;
}

.masthead.home {
    background-color: #000;
	height:250px!important;
}
.masthead-inner {
    position: absolute;
    left: 1.33333%;
    top: 23.3333%;
    width: 50%;
    z-index: 100;
}

.masthead-content {
    /*color: #c6c7c5;*/
    padding-bottom: 3.33333%}

.masthead-title {
    color: #fff;
}

.masthead-video {
    width: 100%;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    min-width: 100%}
	

.masthead-video-overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.masthead-image {
    width: 100%;
    display: none;
    border: none;
    position: relative;
    z-index: 1;
    display: none;
}

.masthead-image.mobile {
    display: none;
}

.masthead-sub-image {
    width: 100%;
    border: none;
    position: relative;
    z-index: 1;
}
.masthead-sub-image.desktop {
    display: block;
}
.masthead-sub-image.mobile {
    display: none;
}
.masthead-link:before {
    content: "";
    height: 0.2em;
    display: inline-block;
    background: #fff;
    width: 33.33333%;
    margin: 0 3.33333% 0.3em 0;
}
.logo{
	margin-top:0;
}
#logo {
position: absolute;
z-index: 1000;
display: inline-block;

}
.logo-sub{
	margin-top: 0;
	/*width:50em;*/
}
/* --- /MASTHEAD ---*/
/* --- NAV --- */
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
.nav-main {
    position: absolute;
    bottom: -4.3em;
    right: 0;
    width: 100%;
    padding: 0;
    height: 4.3em;
	/*background: rgba(255, 255, 255, 0.8);*/
	background: rgba(255, 255, 255, 1.0);
    z-index: 1000;
    overflow: hidden;
}
.nav-main-mobile-btn {
    display: none;
    width: 2em;
    height: 2em;
    padding: 0.5em;
    position: absolute;
    bottom: 0.1em;
    right: 0.7em;
    z-index: 2002;
    text-align: center;
}

.nav-main-mobile-btn.active .top {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
}
.nav-main-mobile-btn.active .bottom {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
}
.nav-main-mobile-btn .top, .nav-main-mobile-btn .middle, .nav-main-mobile-btn .bottom {
    background: #fff;
    display: block;
    height: 0.3em;
    width: 2em;
}
.nav-main-mobile-btn .middle {
    margin: 0.3em auto;
}

.nav-main.fixed:not(.mobile) {
    position: fixed;
    top: 0;
    /*background: rgba(255, 255, 255, 0.8);*/
    z-index: 2000;
    width: 100%;
    overflow: hidden;
}

.nav-main.fixed:not(.mobile) .nav-main-list {
    margin-right: 9.33333%}

.nav-main-mobile-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
}

.nav-main-list {
	font-family: "Petita";
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 3.33333%;
    z-index: 300;
    /*position: relative;*/
}

.nav-main-list .menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}

.nav-main-list a {
    text-transform: uppercase;
    display: inline-block;
    /*letter-spacing: 0.1em;*/
    padding: 0.6em 1em;
    margin: 0;
    color: #363636;
    border-top: 0.3em solid transparent;
    font-size: 14px;
    line-height: 21.0px;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.nav-main-list a.last {
    font-weight: 700;
}

.nav-main-list a:hover, .nav-main-list .menu-item.current a, .nav-main-list .menu-item.current a:hover  {
    border-color: #a3283b;
    color: #a3283b;
}
/* --- /NAV --- */

/* --- FOOTER ---*/
.credits{
	width:100%;
	text-align:center;
}
.footerNav, .copyright{
	font-family:'Petita';
	font-size: 0.8em;
	text-transform:uppercase;
	text-align:center;
}
.footerNav{
	display: table; 
	margin: 0 auto;
}
.copyright{
	margin-top:5px;
}
.footerNav a{
	color:#666;
}
.footerNav a:hover{
	color:#fc0;
}
.footerNav ul{
	overflow:hidden;
	padding:0 auto;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;

}
.footerNav .menu-item{
	float:left;
	list-style-type:none;
	margin: 10px;

}
.footerNavItem{
}
.footerLogo{
width:300px;
margin:0 auto;
overflow:hidden;
}
.footerLogo img{
	width:100%;
}
/* --- /FOOTER --- */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}

/* --- FORMS ---*/

.contactForm{
	width:100%;
}

/* --- /FORMS ---*/

/*------ MAP -----*/
      #map_canvas {
        width: 100%;
        height: 400px;
      }
/*----- /MAP -----*/

/*------ CTA------*/
div.sectionBtn{
	font-family: "Petita";
	background-image:url(images/chevron.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:14px;
}
a.sectionBtn{
	 width:30%;
	 background-color:#a3283b;
	 color:#fff;
	 text-align:left;
	 text-transform:uppercase;
	 display:block;
	padding:5px 10px;
	float:right;
	margin-bottom:10px;
 }
 /*-----/CTA------*/
 
 /* --- STRIP ---*/
 .strip .section-content{
	 padding:0.3% 3.33333%;
 }
 
 .strip .col-two{
	 padding:0 1%;
 }
 .strip .col-two{
	width:48%;
 }
 .strip .col-one{
	width:16%;
 }
 .strip a.sectionBtn{
	 width:96%;
	 padding:2%;
	 margin:2% auto;
 }
 /* ---/STRIP ---*/
 
 /* --- OVERLAYS ---*/

 .textOverlay a{
 color:#fff;
 }
 .textOverlay .galleryItem{
	 padding-top:50px;
 }
 .textOverlay h2{
	 position:absolute;
	 width:100%;
	 z-index:999;
	 top:0;
 }

     .textOverlay .section-content{
		 height:300px;
	  padding:0;
	  position:relative;
	  	 background-color:#FFFFFF;
   }
   .textOverlay  .section-title{
	   text-align:center;
	   color:#fff;
   }
   .overlayContent{
	   position:relative;
	   background-color:rgba(0,0,0,0.7);
	   height:90%;
	   bottom:0;
   }
.sliderStrip .overlayContent{
	   background-color:rgba(0,0,0,1.0);
	  
   }
   .tContent{
	   width:50%;
	   
	   margin-bottom:15%;
	   
   }
   .tContent p{
	   padding:0;
	   margin-top:-1em;
	   font-size: 1.2rem;
   }
   .tOverlay{
	   position:absolute;
	   bottom:2%;
	   right:2%;
	   
   }
	   
 /* --- /OVERLAYS ---*/
 
 /* --- FULL WIDTH ---*/
 .contentWrap{
	 width:94%; height:98%; padding:3%; margin-bottom: 1%;
 }
 .H100{
	 margin-bottom: -2000px; padding-bottom: 2000px; overflow:hidden; 
 }
 /* --- FULL WIDTH ---*/
 /* --- TWITTER ---*/
 .twitterFeed{
	 clear:both;
 }
 .dt-twitter{
	 margin:0;
	 padding:0;
 }
 .dt-twitter li{
	 padding:0;
	 margin:0;
	 width:25%;
	 min-width:200px;
	 height:150px;
	 float:left!important;
	 position:relative;
	 list-style-type:none;
	 background-image:url(images/Rims-Steel.png);
	 background-position:left;
 }
  .dt-twitter-tweet{
	  background-color:rgba(0,0,0,0.7);
	 position:absolute;
	 bottom:0;
	 height:100%;
	 width:100%;
	 left:0;
  }
 .dt-twitter-tweetbody{
position: relative;
top: 48%;
-webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  width:90%;
  margin:2%;
	 color:#fff;
 }


 .dt-twitter-avatar{
	 float:left;
	 margin:3px;
 }
  .dt-twitter li a{
	  color:#00D4FF;
  }
  
  /*BM*/
  	.dt-twitter-photo-container {
	  	display: block;
		float:left;
		margin-top:-54px;
	  	height: 100%;
	  	overflow: hidden;
	  	width: 100%;
	}
  
	.dt-twitter-photo {
		min-height: 100%;
		max-width: 100%;
	}
 /* --- /TWITTER ---*/
 
 /* --- FLEX GALLERY --- */
.flexGallery .section-content{
	padding:1% 3.33333% 0;
		 background-color:#FFFFFF;
}
.flexGallery .section-content h2{
	padding:0;
	margin:0!important;
}
.bxslider li{
	height:240px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-prev {
	left: 0px;
	background: url(images/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	/*margin-top: -16px;*/
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.gSliderDesc{
position:absolute;
top:65%;
background-color:#000000;
color:#fff;
width:95%;
padding:2.5% 2.5% 3.5% 2.5%;
height:20%;
}
.gSliderDesc h3{
	 font-size:1.2em;
	 margin:0;
}
  /* --- /FLEX GALLERY --- */
 /* --- GALLERY ---*/
 .gallery img{
	 width:100%;
	 margin:auto;
 }
 .gallery{
	 position:relative;
	 height:280px;
 }
 .single img{
	 height:100%;
 }
 .single .gallery{
	 height:100%;
 }
 .gallery .section-content{
padding:0;
	 background-color:#FFFFFF;
 }
 .galleryOverlay{
	 position:absolute;
	 bottom:0;
	 background-color:rgba(0,0,0,0.7);
	 padding:3%;
	  margin-top:60px;
	  width:100%;
	  visibility:hidden;
 }
 .gallery:hover .galleryOverlay{
	 visibility:visible;
 }
 /* --- /GALLERY --- */
 
 /* --- PAGINATION --- */
.pagination{
	clear:both;
	background-color:#a3283b;
	font-family:'petita';
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
.pagedNext{
	background-image: url(images/chevronRightOver.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
.pagedNext:hover{
	background-image: url(images/chevron.png);
}
.pagedPrev{
	background-image: url(images/chevronLeftOver.png);
	background-repeat:no-repeat;
	background-position:left;
	
	padding-left:20px;
}
.pagedPrev:hover{
	background-image: url(images/chevronLeft.png);
}
.paging-navigation {
	font-family: sans-serif;
	padding: 1em;
	margin:0 auto;
		display: table; }


.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.paging-navigation li {
	display: inline;
}


a.page-numbers,
span.page-numbers {
	padding: .3em .7em;
	color: #ee8091;
}


a:hover.page-numbers {
	color: #fff;
}


.paging-navigation .current {
	font-weight: bold;
	color: #fff;
}
 /* --- /PAGINATION ---*/
 /* --- CONTACT SECTION ---*/
 
 .contactcta{
	  padding:30px;
	 margin:0;
	 overflow:hidden;
 }
 .contact{
	 list-style-type:none;
	 position: relative;
 }
 .contactIcon{
	 width:100px;
	 height:100px;
	 overflow:hidden;
	 float:left;
 }
 .contactTitle{
	   position: absolute;
  		top: 50%;
		-webkit-transform: translateY(-48%);
  		transform: translateY(-50%);
	 left:100px;
	 /*float:left;*/
	 max-height:100px;
	 overflow:hidden;
	 
 }
  .contactTitle h2{
	  margin:0;
  }
 .contactSub{
 }
 /* --- /CONTACT SECTION ---*/
 /* --- SOCIAL MEDIA ---*/
 .header-social {
	display:table;
	width: 100%;
	max-width: 270px;
	margin:0 auto;
	text-align:center;
}
 .header-social div{
	 margin:3px;
 }
 .header-social-icon.google {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(images/social/google.png) 0 0 no-repeat;
}
.header-social-icon.facebook {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(images/social/facebook.png) 0 0 no-repeat;
}
.header-social-icon.twitter {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(images/social/twitter.png) 0 0 no-repeat;
}
.header-social-icon.youtube {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(images/social/youtube.png) 0 0 no-repeat;
}
.header-social-icon.linkedin {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(images/social/linkedin.png) 0 0 no-repeat;
}
.header-social-icon.google:hover {
	background-position: 0 -29px;
}
.header-social-icon.facebook:hover {
	background-position: 0 -29px;
}
.header-social-icon.twitter:hover {
	background-position: 0 -29px;
}
.header-social-icon.youtube:hover {
	background-position: 0 -29px;
}
.header-social-icon.linkedin:hover {
	background-position: 0 -29px;
}
.header-live-chat-container {
	float: right;
}
 /* --- /SOCIAL MEDIA ---*/
 /* --- FOOTER ---*/
 .footer{
	 height:300px;
	 color:#fff;
	 background-color:#363636;
}


.transition,  a, .header-inner, .nav-main-mobile-btn, .nav-main-mobile-btn .top, .nav-main-mobile-image, .nav-main-list, .galleryItem, .galleryItem .inner, .galleryItem .description{
    -moz-transition: all 0.4s cubic-bezier(0.19,  1,  0.22,  1);
    -webkit-transition: all 0.4s cubic-bezier(0.19,  1,  0.22,  1);
    -o-transition: all 0.4s cubic-bezier(0.19,  1,  0.22,  1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.transition-slow {
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.transition-fast {
    -moz-transition: all 0.1s cubic-bezier(0.19,  1,  0.22,  1);
    -webkit-transition: all 0.1s cubic-bezier(0.19,  1,  0.22,  1);
    -o-transition: all 0.1s cubic-bezier(0.19,  1,  0.22,  1);
    transition: all 0.1s cubic-bezier(0.19,  1,  0.22,  1);
}
.no-transition, #logo .logo {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.translate-3d, svg, html.js .page-wrapper, .preloader, .header-inner, #logo .logo, .galleryItem .inner {
    -webkit-tansform: translate3d(0,  0,  0);
}
.antialiased, body{
    -webkit-font-smoothing: antialiased;
}


.clearfix:after, .break:after, .header:after, .masthead:after, .nav-main:after, .nav-main-list:after, .container:after, #container:after, .section:after, .galleryItems:after, .col-two.last:after, .footer:after, .footer-bottom:after{
    content: " ";
    display: table;
    clear: both;
}
.nav-main{
top:230px\9; /* IE8 only */
height:50px\9; /* IE8 only */
background-color:#fff\9; /* IE8 only */
}
.clear {
    clear: both;
    display: block;
    height: 0;
}
.center {
    text-align: center;
}
.right, .Right {
    float: right;
}
.left,.Left {
    float: left;
}

.back-top-btn {
    display: none;
    padding: 1.5em 0;
    text-align: center;
    border: 0.3em solid #a3283b;
    color: #a3283b;
    font-family: "Petita", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    /*line-height: 28px;*/
    font-size: 1.4rem;
    /*line-height: 2.8rem;*/
}

.col-two {
    width: 50%;
	}

.col-three, .galleryTemplate .galleryItem{
    width: 33.33333%;
    overflow: hidden;
}
.col-three.two-thirds, .two-thirds.galleryItem{
    width: 66.66667%;
    overflow: hidden;
}
.home #logo .col-three.two-thirds{
    width: 96.66667%;
}
.textOverlay .galleryItem{
	  width: 50%;
	  float: left;
}

.col-four {
    width: 25%;
    overflow: hidden;
}

a {
    text-decoration: none;
}
a:hover {
    outline: none;
}
a:active, a:visited, a:focus {
    outline: none;
}

html.no-video .masthead-image.desktop, html.touch.ios .masthead-image.desktop {
    display: block;
}

html.no-video .masthead-video, html.no-video .masthead-video-overlay, html.touch.ios .masthead-video, html.touch.ios .masthead-video-overlay {
    display: none;
}
html.no-video .masthead, html.touch.ios .masthead {
    background-color: #000;
}
html.no-touch .masthead-image.desktop {
    display: none;
}

body {
    color: #858585;
    background: #fff;
}

/*body.logged-in #wpadminbar {
    display: none;
}*/
.page-wrapper {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
}

.chromeframe {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background: #fff;
    color: #858585;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"] {
	font-size:14px;
    font-family: "Arial", Helvetica, sans-serif;
    padding: .8%;
    color: #858585;
    border: none;
    background: none;
    border: 0.5em solid #eeeeee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	width:96%;
}
input[type="search"]{
	margin-bottom:20px;
	width:100%;
}
input[type="submit"] {
    display: inline-block;
    padding: 1.66667% 0;
    text-align: center;
    color: #fff;
    z-index: 15;
    background: #a3283b;
    font-family: "Arial", Helvetica, sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    clear: both;
    font-weight: normal;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	width:100%;
    font-size: 14px;
    line-height: 28px;
}
input[type="submit"]:hover {
    background: #ee8091;
}

textarea {
	font-size:14px;
    padding: .8%;
    color: #858585;
    font-family: "Arial", Helvetica, sans-serif;
    border: none;
    background: none;
    display: block;
    border: 0.5em solid #eeeeee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	width:96%;
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
}

.header-inner {
    width: 100%;
    z-index: 2400;
}

.container, #container {
    width: 100%;
    position: relative;
    z-index: 10;
}
.section {
    position: relative;
    width: 100%}

/*.introduction*/.split1{
	margin-top:65px;
}
.section-title {

    color: #5c554e;
}

.section-inner.full {
    padding: 0;
}
.section-inner.full .section-content {
    padding: 0 3.33333% 0;
}
.section-inner.col-three.two-thirds .section-content, .section-inner.two-thirds.galleryItem .section-content{
    padding: 5%}

.section-content {
    color: #a39b92;
    padding: 3.33333%;
		 }

.splits .section-title {
	margin-top:0;
}
/*.split1 .section-title{
    margin-top: 30px;
}*/
.topPad{
    margin-top: 30px;
}
.galleryItems{
    position: relative;
    width: 100%;
    background: #363636;
    overflow: hidden;
}
.galleryItem, .splitItem{
	background-color:#363636;
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
    position: relative;
    /*float: left;*/
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.splitItem{
	float:left;
}
.galleryTemplate{
	margin-top:60px;
}
.galleryTemplate .galleryItem{
	float: left;
}
  .galleryItem:hover, .splitItem:hover{
	 background-color:rgba(163,40,59,1.0); 
 }

.galleryItem:hover .overlay {
    -moz-opacity: 0.63;
    -webkit-opacity: 0.63;
    -o-opacity: 0.63;
    opacity: 0.63;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 63 ")";
    filter: alpha(opacity=63);
    zoom: 1;
}

.galleryItem:hover .inner {
    top: 50%;
	}
	.bxslider .galleryItem:hover .inner {
    top: 30%;
	}
	.textOverlay .galleryItem:hover .inner {
    top: 45%;
	}
.galleryItem:hover .description {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
}
.galleryItem .link, .splitItem .link {
    color: #fff;
}
.galleryItem .link:hover, .splitItem .link:hover {
    color: #fff;
}
.galleryItem .overlay {
    width: 100%;
    height: 100%;
    background: #a3283b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
}
.galleryItem .inner {
    position: absolute;
    top: 90%;
    left: 0;
    margin: auto 0;
   height: 48%;
    margin-top: -1em;
    z-index: 3;
	   padding: 0;
   width:100%;
   }
   

.bxslider .galleryItem .inner {
height: 70%;
   }
   .galleryItem .tOverlay{
	   bottom:25%;
   }

.galleryItem .description {
    padding: 6.66667% 3.33333% 3.33333%;
    font-size: 14px;
    /*line-height: 21.0px;*/
    font-size: 1.4rem;
    /*line-height: 2.1rem;*/
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    zoom: 1;
}
.galleryItem .title{
    font-family: "Petita", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0.1em;
    margin-top: -2em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.galleryItem .image {
    z-index: 1;
    width: 100%;
    min-width: 100%
	}

.footer {
    display: block;
    position: relative;
}
 
 /* --- FANCY BOX --- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #000;
	color: #fff;
	text-shadow: none;
/*	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;*/

}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 0px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 0px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.post-content div{
	width:100%!important;
}
.mobHide{
}
.mobShow{
	display:none;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
 /* --- FANCY BOX --- */
 /* --- RESPONSIVE---- */
 


@media only screen and (min-width: 1201px){
	body {
	font-size: 16px;
}
}

@media only screen and (min-width: 1501px){
	body {
	font-size: 18px;
}
	.section-content{
	padding: 4.33337%;
}
}
@media only screen and (min-width:1099px) and (max-width:1420px){
	.section-content{
	padding: 6.33337%;
}
}
@media only screen and (max-width: 1300px) {
.masthead-inner{ 
    width: 66.66667%;
    left: 6.66667%;
}
.galleryTemplate{
	margin-top:30px;
}
}

@media only screen and (min-width: 1099px) and (max-width: 1300px) {
    html {
    font-size: 80%}
	.gallery img {
    width:117%!important;
	}
	.single .gallery img {
    width:100%!important;
	}
	
		/*.introduction*/.split1{
	margin-top:60px;
}
.nav-main{
	bottom: -60px;
	height:60px;
}
}
@media only screen and (min-width: 481px) and (max-width: 1099px) {
	/*.introduction*/.split1{
	margin-top:45px;
}
	.adminStrip{
		height:20px;
	}
	.adminStrip a{
		background-size:16px 16px;
}
		   .tContent p{
	   font-size: 1.4rem;
   }
.topPad{
    margin-top: 0px;
}
.bx-wrapper {
	margin: 0 auto 40px;
}
		.col-three, .galleryTemplate .galleryItem{
    width: 50%;
	}
    html {
    font-size: 60%
	}
   
.masthead-content {
    display: none;
}


    .nav-main.fixed: not(.mobile) .nav-main-list {
    margin-right: 12%}
	
	.nav-main {
bottom: -3.3em;
height: 3.3em;
}
.logo-sub{
	width:40em;
}

    .section.products .section-image {
    width: 33%}

   .section.introduction .col-three, .section.introduction .galleryItem, .section.introduction .col-three.two-thirds, .section.introduction .two-thirds.galleryItem{
    width: 50%}

    .section.introduction .section-inner .section-content {
    padding: 6.66667%
	}

 .strip .col-two{
	 width:40%;
	 /*padding:0;*/
}
.strip .col-one{
	width:100%;
 }
 .strip p{
 margin-top:0;
 }
}
@media only screen and (min-width: 700px) and (max-width: 870px) {
			.bxslider li{
	height:200px;
}
		.adminStrip{
		height:20px;
	}
	.adminStrip a{
		background-size:16px 16px;
}


    .gallery img {
    width:125%!important;
	}
	.single .gallery img{
		width:100%!important;
	}
}
@media only screen and (max-width: 835px) {
		.bxslider li{
	height:200px;
}
		.adminStrip{
		height:20px;
	}
	.adminStrip a{
		background-size:16px 16px;
}

	 .dt-twitter li{
	 width:50%;
	 min-width:200px;
	 height:150px;
 }
 a.sectionBtn{
	 width:40%;
 }
.masthead-inner{ 
    width: 66.66667%;
    left: 6.66667%;
}
.logo-sub{
	width:30em;
}
.home .logo-sub{
	width:40em;
}
.section-content{
	padding: 6.66667%;
}
}
/*@media only screen and (min-width: 680px) and (max-width: 700px) {
.nav-main.fixed:not(.mobile) {
	position:relative;
}
}*/

/*Prevent Nav Trap on iPhone Landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
.header-inner{
position:absolute!important;
top:0;
}
}
/*******/
@media only screen and (max-width: 700px) {
	.mobShow{
	display:block;
}

	.introduction, .split1, .galleryTemplate{
	margin-top:0px;
}
	   .tContent p{
	   font-size: 1.8rem;
   }
   .H100{
	 margin-bottom: 0px; padding-bottom: 0px;
 }
/* .split1 .section-title{
    margin-top: 0px;
}*/
			.bxslider li{
	height:180px;
}
.gSliderDesc{
top:65%;
padding:2.5% 2.5% 3.5% 2.5%;
height:25%;
}
.gSliderDesc h3{
	 font-size:0.9em;
	 margin:0;
}
	.footerNav{
		display:none;
	}
	.nav-main.fixed:not(.mobile) {
    position: relative;
	}
	 .strip .col-two{
	 padding-left:0px;
 }
	.col-three: nth-child(3n+2):not(.two-thirds), .galleryItem:nth-child(3n+2):not(.two-thirds){
    width: 100%;
	}
	.col-three.two-thirds, .two-thirds.galleryItem{
    width: 100%;
	}
	.col-three, .galleryTemplate .galleryItem, .textOverlay .galleryItem{
    width: 100%;
    float: none;
    clear: both;
	}
    .back-top-btn {
    display: block;
    margin: 6.66667%
	}
    .col-two, .strip .col-two {
    width: 100%;
    float: none;
    clear: both;
	}

    .col-four {
    width: 100%;
    float: none;
    clear: both;
}

    h1 {
    line-height: 110%}
	 html {
    font-size: 55%}

    html.no-video .masthead-image.desktop, html.touch.ios .masthead-image.desktop {
    display: none;
}

    input[type="submit"] {
    padding: 6.66667% 0;
    width: 100%}

 
    .header.open .header-inner {
    top: -2em;
    background-color: rgba(57, 57, 57, 0.8);
}

    .header-inner {
    top: -20.8em;
    position: fixed;
    /*height: 24.5em;*/
}
.open .header-inner{
	padding-bottom:40px;
}
	
.header-inner.image-bg .nav-main-mobile-image {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
}

    #logo {
    position: absolute;
    bottom: -1.8em;
    left: -1em;
    top: auto;
    width: 16em;
}

  #logo.logo-sub {
    margin-top: 0;
    top: auto;
}

 .masthead.home{
	 height:3.7em!important;
 }

 .masthead.sub {
    height: 3.7em;
}

    .masthead-inner {
    width: 86.66667%; 
    left: 6.66667%;
    bottom: 6.66667%}
	 .masthead-content {
    display: none;
}

    .masthead-title {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}

   .masthead-video {
    display: none;
}

    .masthead-video-overlay {
    display: none;
}

    .masthead-image.desktop {
    display: none;
}

    .masthead-image.mobile {
    display: block;
}

    .masthead-sub-image.desktop {
    display: none;
}

    .masthead-sub-image.mobile {
    display: block;
}

    .masthead-link {
    display: none;
}
.header.open .header-inner {
    top: -2em;
    background-color: rgba(57, 57, 57, 0.8);
}
    .nav-main-mobile-btn {
    display: block;
}
.nav-main.fixed:not(.mobile){
	background:none;
}
    .nav-main {
    bottom: 5em;
    /*left: 1em;*/
    right: auto;
    z-index: 2005;
    width: 60%;
    /*padding: 0;*/
	padding:15px;
    /*height: 13em;*/
	height:100%;
    /*overflow: visible;*/
	position:relative;
	background:none;

}
.open .nav-main{
bottom: -0.8em;
}
    .nav-main-mobile-image.sub {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=100);
    zoom: 1;
}

    .nav-main-list {
    float: none;
    display: block;
    width: 100%}

    .nav-main-list .menu-item {
    display: block;
    width: 100%
	}
.nav-main-list .menu-item.current a, .nav-main-list .menu-item.current a:hover {
    border-top: none;
    border-bottom: none;
}
	  .nav-main-list a {
    border-top: none;
    display: block;
    color: #fff;
    padding: 0.5em;
    padding-left: 0;
    border-bottom: none;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
}
.nav-main-list a:hover {
    border-top: none;
}

    .hash-location {
    top: -3.6em;
}

    .section-inner.col-three.two-thirds .section-content, .section-inner.two-thirds.galleryItem .section-content{
    padding: 3.33333%}
	  
	    .section.introduction .col-three, .section.introduction .galleryItem, .section.introduction .col-three.two-thirds, .section.introduction .two-thirds.galleryItem{
    width: 100%}

}
@media only screen and (max-width: 510px) {
			.bxslider li{
	height:140px;
}

}
@media only screen and (max-width: 440px) {
			.bxslider li{
	height:120px;
}

	.galleryItem.gallery{
		height:200px;
	}
	.galleryItem.gallery img{
		position:absolute;
		bottom:0;
		margin-left:-50%;
	}
	.dt-twitter li{
	 width:100%;
	 min-width:200px;
	 height:150px;
 }
}
/* Test Styles ---------*/
.red{border:1px solid red!important;}
.green{border:1px solid green!important;}
.pink{border:1px solid pink!important;}
.blue{border:1px solid blue!important;}
.yellow{border:1px solid yellow!important;}


.bannerAd{
	width:100%;
}
@media only screen and (max-width: 700px) {
	.bannerAd{margin-top:49px;}
}