/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #009eff;
		color: #fff;
    text-shadow: none;
}

::selection {
    background: #009eff;
		color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
		padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Bebas_Neue';
  src: url('../fonts/BebasNeue.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BebasNeue.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BebasNeue.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BebasNeue.svg#971508b09718b6144e128af2335b709c') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Klavika_Light';
  src: url('../fonts/Klavika-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Klavika-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Klavika-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Klavika-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Klavika-Light.svg#bf2ed86fb8fcd7eb62f0a1d7de383784') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Klavika_Rg';
  src: url('../fonts/Klavika-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Klavika-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Klavika-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Klavika-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Klavika-Regular.svg#1c0a77123c833724b533e6327487c008') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Klavika_Medium';
  src: url('../fonts/Klavika-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Klavika-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Klavika-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Klavika-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Klavika-Medium.svg#9725a819d6f2e4b2f2d21aca1c3043d6') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Suti';
  src: url('../fonts/MikaMelvas-Suti.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MikaMelvas-Suti.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MikaMelvas-Suti.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MikaMelvas-Suti.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MikaMelvas-Suti.svg#4f05fbeb5d1df7dca2edb1fe7fabf264') format('svg'); /* Legacy iOS */       
  font-style:   normal;
  font-weight:  400;
}	 

/* ==========================================================================
   Main Layout
   ========================================================================== */

body {
	background-color:#000;
	color:#fff;
	min-width:1240px;
	font-family: 'Klavika_Light', sans-serif;
	margin:0;
	padding:0;
}

a:link {
	color: #fff; font-weight: normal; text-decoration: none;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:visited {color: #fff; font-weight: normal; text-decoration: none;}
a:hover {color: #ff9600; font-weight: normal; text-decoration: none;}
a:active {color:#fff; font-weight: normal; text-decoration: none;}

h1 {
	text-transform:uppercase;
	font:57px/57px 'Bebas_Neue', sans-serif;
	margin:0;
}

b, strong {
	font-family: 'Klavika_Rg', sans-serif;
}

.fl {float:left;}
.fr {float:right;}

#wrapper {
	position: relative;
	width: 100%;
}
.home {background:url(../img/bg-home.jpg) no-repeat 50% 0;}
.showroom-l {background:url(../img/bg-showroom-list.jpg) no-repeat 50% 0;}
.wcc {background:url(../img/bg-wcc.jpg) no-repeat 50% 0;}
.tvshow {background:url(../img/bg-tvshow.jpg) no-repeat 50% 0;}
.sponsors {background:url(../img/bg-sponsors.jpg) no-repeat 50% 0;}
.news {background:url(../img/bg-news.jpg) no-repeat 50% 0;}
.contact {background:url(../img/bg-contact.jpg) no-repeat 50% 0;}
.underground {background:url(../img/bg-underground.jpg) no-repeat 50% 0;}
.four-o-four {background:url(../img/bg-404.jpg) no-repeat 50% 0;}

.container {	
	position: relative;
	display: block;
	width: 1140px;
	margin: 0 auto;
	clear: both;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
	position: relative;
	display:block;
	width: 100%;
	height:168px;
	background:url(../img/bg-hd.png) no-repeat 50% 0;
	margin:0 0 -10px 0;
	z-index:5;
}
.logo {
	position:absolute;
	top:0;
	left:64px;
	display:block;
	width:278px;
	height:157px;
	background:url(../img/hd-logo.png) no-repeat 0 0;
}
.logo a {
	display:block;
	width:224px;
	height:108px;
	margin:22px 0 0 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.mainNav {
	position:absolute;
	top: 27px;
	left: 341px;
	display:block;
	width:790px;
	height:96px;
	background:url(../img/bg-nav.png) no-repeat 0 0;
}
.mainNav li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.mainNav li a {
	display:block;
	background:url(../img/bg-nav.png) no-repeat 0 -96px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.mainNav li a:hover,
.mainNav li a.active {opacity:1;filter:alpha(opacity=100); /* For IE8 and earlier */}

.mainNav li a.showroom {width:171px; height:84px; background-position:0 -96px;}
.mainNav li a.tvshow {width:125px; height:84px; background-position:-171px -96px;}
.mainNav li a.wcc {width:135px; height:84px; background-position:-296px -96px;}
.mainNav li a.news {width:117px; height:96px; background-position:-431px -96px;}
.mainNav li a.shop {width:78px; height:96px; background-position:-548px -96px;}
.mainNav li a.contact {width:164px; height:71px; background-position:-626px -96px;}

#socialNav {
	position:absolute;
	z-index:6;
}
#socialNav.hdr {
	top: 9px;
	right: 201px;
}
#socialNav.ft {
	top:10px;
	right:0;
}
#socialNav li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	width:21px;
	margin:0 0 0 3px;
}
#socialNav li a {
	display:block;
	width:21px;
	height:21px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#socialNav li a.fb {background:url(../img/ico-fb.png);}
#socialNav li a.yt {background:url(../img/ico-yt.png);}
#socialNav li a.tw {background:url(../img/ico-tw.png);}
#socialNav li a.ig {background:url(../img/ico-ig.png);}
#socialNav li a:hover {background-position:0 -21px;}
.wcc-under {
	position:absolute;
	top:90px;
	right:-50px;
}
.wcc-under a {
	position:relative;
	display:block;
	width:230px;
	height:67px;
	background:url(../img/btn-und.png) no-repeat 0 0;
}
.wcc-under a .eye {
	position:absolute;
	top: -35px;
	left: -27px;
	display:block;
	width:103px;
	height:124px;
	background:url(../img/ico-und.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0;
	-webkit-backface-visibility: hidden;
	transform: scale(.67,.67);
	-ms-transform: scale(.67,.67); /* IE 9 */
	-webkit-transform: scale(.67,.67); /* Safari and Chrome */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wcc-under a:hover {
	transform: rotate(-7deg);
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Safari and Chrome */
}
.wcc-under a:hover .eye {
	margin:0 0 0 -10px;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	position: relative;
	display:block;
	width: 100%;
	height:318px;
	background:url(../img/ft-glow.png) no-repeat 50% bottom;
	z-index:2;
}
#ftNav {
	position:relative;
	padding:0;
	margin:0 0 -12px 0;
	display:block;
	width:924px;
	height:90px;
	background:url(../img/ft-hr.png) no-repeat 0 0;	
}
#ftNav ul {
	padding:0 0 0 0;
	margin:0;
}
#ftNav li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 0 0 40px;
	-webkit-backface-visibility: hidden;
}
#ftNav li a {
	position:relative;
	display:inline-block;
	vertical-align:top;
	font:16px/16px 'Klavika_Rg', sans-serif;
	padding:0;
	margin:0;
}
#ftNav li a:hover {color:#ff9600;}
.ft-ads {
	position:relative;
	padding:0;
	margin:0;
}
.ft-ads ul {
	padding:0;
	margin:0;
}
.ft-ads li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 10px 10px 0;
}
#footer .contact {
	position:absolute;
	top:0;
	right:0;
	background:none !important;
	-webkit-backface-visibility: hidden;
}
#footer .contact h3 {
	font:18px 'Klavika_Rg', sans-serif;
	margin:0;
}
#footer .contact p {
	color:#929292;
	font-size:16px;
	line-height:24px;
	margin:19px 0 0 0;
}
#footer .contact p span {
	font-size:14px;
	color:#009eff;
}
#legal {
	position: relative;
	display:block;
	width: 100%;
	height:42px;
	border-top:1px #242424 solid;
	background-color:#0b0b0b;
	margin:50px 0 0 0;
}
#legal p {
	color:#727272;
	font-size:13px;
	line-height:41px;
	padding:0;
	margin:0;
	-webkit-backface-visibility: hidden;
}
#legal p span {color:#393939;}
.ft-ribbon {
	position:absolute;
	top:-64px;
	right:25px;
	display:block;
	width:293px;
	height:104px;
	background:url(../img/ft-ribbon.png) no-repeat 0 0;
}
#legal .haven {
	position:absolute;
	top: 12px;
	left: 730px;
}
#legal .haven a {
	display:block;
	width:118px;
	height:18px;
	background:url(../img/haven-logo.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
a.btn-w {
	position:absolute;
	top: -29px;
	right: 227px;
	display:block;
	width:25px;
	height:49px;
	background:url(../img/ft-logo.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* ==========================================================================
   Homepage
   ========================================================================== */
.btn-load {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}
.btn-load .hero {
	width:282px;
	height:70px;
	background:url(../img/btn-282a-h.png) no-repeat 0 0;
}
.btn-load .sponsors {
	width: 160px;
	height: 44px;
	background:url(../img/btn-160-h.png) no-repeat 0 0;
}
#hero {
	position: relative;
	display:block;
	width: 100%;
	max-width:1920px;
	height:500px;
	overflow:hidden;
	margin:5px auto -35px;
}
.royalSlider#hero-gallery {
	height: 508px !important;
	max-width: 1240px;
	margin:0 auto;
}
.visibleNearby {
  width: 100%;
  background: none;
  color: #FFF;
  padding-top:0px;
	padding-bottom:0px;
}
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  background:none;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
	display:none;
}
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px;
}
.rsVisibleNearbyWrap {
	overflow: visible;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
	background: none;
}
/* Scaling transforms */
/*.visibleNearby .rsSlide img {
  opacity: 0.75;
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

  -webkit-transform: scale(0.75);  
  -moz-transform: scale(0.75); 
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}*/

/*------ Custom slides ------*/
.visibleNearby .rsSlide .rsScale {
	opacity: 0.75;
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

  -webkit-transform: scale(0.75);  
  -moz-transform: scale(0.75); 
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.visibleNearby .rsActiveSlide .rsScale {
  opacity: 1;
  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.visibleNearby .rsSlide .video {
	position:absolute;
	top: 40px;
	right: 55px;
	display: block;
	width: 599px;
	height: 339px;
	border: 2px #009eff solid;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

  -webkit-transform: scale(0.75);  
  -moz-transform: scale(0.75); 
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.visibleNearby .rsActiveSlide .video {
	position:absolute;
	top: 40px;
	right: 55px;
	display: block;
	width: 599px;
	height: 339px;
	border: 2px #009eff solid;
	opacity: 1;

  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.visibleNearby .rsSlide .video .flare {
	position: absolute;
	top: -51px;
	left: 0;
	display: block;
	width: 100%;
	height: 99px;
	background: url(../img/hr-760.png) no-repeat -50px 0;
	z-index:51;
	-webkit-backface-visibility: hidden;
}
.rsDefault .rsPlayBtn {
	z-index: 500;
}
.visibleNearby .rsSlide .hero-txt {
	position:absolute;
	top:40px;
	left:55px;
}
.visibleNearby .rsSlide a.btn-hero {
	position:absolute;
	top:325px;
	left:55px;
	display:block;
	width:282px;
	height:70px;
	background:url(../img/btn-282a.png) no-repeat 0 0;
	color: #fff;
	font: 30px/61px 'Bebas_Neue', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333;
	padding: 0 0 0 26px;	
}
.visibleNearby .rsSlide a.btn-hero:hover {background:url(../img/btn-282a-h.png) no-repeat 0 0;}
.visibleNearby .rsSlide a.btn-hero.first {top:386px;}
.visibleNearby .rsSlide .slide {
	position:absolute;
	top: 0;
	right: 50px;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

  -webkit-transform: scale(0.75);  
  -moz-transform: scale(0.75); 
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
.visibleNearby .rsActiveSlide .slide {
	position:absolute;
	top: 0;
	right: 50px;
	opacity: 1;

  -webkit-transform: scale(1);  
  -moz-transform: scale(1); 
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.rsDefault .rsArrow {
	width:82px;
}
.rsDefault.rsHor .rsArrowLeft {
	left:-22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rsDefault.rsHor .rsArrowRight {
	right:-22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rsDefault.rsHor .rsArrowLeft:hover {left:-32px;}
.rsDefault.rsHor .rsArrowRight:hover {right:-32px;}
.rsDefault .rsArrowIcn {
	width: 82px;
	height: 108px;
	top: 50%;
	left: 50%;
	margin-top: -84px;
	margin-left: -41px;
	position: absolute;
	cursor: pointer;
	background: none;
	background-color: transparent !important;
	border-radius: 0px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background:url(../img/btn-hero-next.png) no-repeat 0 0;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background:url(../img/btn-hero-prev.png) no-repeat 0 0;
}
.rsDefault .rsThumbsHor {
	margin-top: 16px;
}
.rsDefault .rsThumb {
	width: 134px;
	height: 72px;
	border: 2px #000 solid;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #000;
	border: 2px #00a6ff solid;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 29px;
}
.rsDefault .rsThumbsArrowIcn {
	width: 21px;
	height: 41px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -10px;
	position: absolute;
	cursor: pointer;
	background: none;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background: url(../img/btn-t-prev.png) no-repeat;
	background-position: 0 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background: url(../img/btn-t-next.png) no-repeat;
	background-position: 0 0;
}

/* Non-linear resizing on smaller screens */
/*@media screen and (min-width: 0px) and (max-width: 900px) { 
  #hero-gallery {
    padding: 0 0 0 0;
  }
  #hero-gallery .rsOverflow,
  .royalSlider#hero-gallery {
    height: 500px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) { 
  #hero-gallery .rsOverflow,
  .royalSlider#hero-gallery {
    height: 500px !important;
  }
}*/

#content {
	position: relative;
	display:block;
	width: 100%;
	z-index:2;
}
.h-touts {
	height:620px;
	background:url(../img/bg-h-sponsors.png) no-repeat 57% 420px;
}
.h-tout-1 {
	position:absolute;
	top:70px;
	left:0;
	display:block;
	width:438px;
	height:262px;
	margin:0 0 0 0;
}
.h-tout-1 a {
	position:relative;
	display:block;
	width:438px;
	height:262px;
}
.h-tout-1 a .bg {
	position:absolute;
	top:118px;
	left:25px;
	display:block;
	width:409px;
	height:122px;
	background:url(../img/h-tout-1-bg.png) no-repeat;
	z-index:1;
}
.h-tout-1 a .shirt {
	position:absolute;
	top:-10px;
	left:-10px;
	display:block;
	width:260px;
	height:254px;
	background:url(../img/h-tout-1-shirt.png) no-repeat;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87) rotate(5deg);
	-ms-transform: scale(.87,.87) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(.87,.87) rotate(5deg); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:2;
}
.h-tout-1 a:hover .shirt {
	margin: -20px 0 0 -20px;
	transform: scale(1,1) rotate(-5deg);
	-ms-transform: scale(1,1) rotate(-5deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(-5deg); /* Safari and Chrome */
}
.h-tout-1 a .gps {
	position:absolute;
	top: -15px;
	right: 9px;
	display:block;
	width:171px;
	height:251px;
	background:url(../img/h-tout-1-gps.png) no-repeat;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87) rotate(-5deg);
	-ms-transform: scale(.87,.87) rotate(-5deg); /* IE 9 */
	-webkit-transform: scale(.87,.87) rotate(-5deg); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:2;
}
.h-tout-1 a:hover .gps {
	margin: -20px 0 0 20px;
	transform: scale(1,1) rotate(5deg);
	-ms-transform: scale(1,1) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(5deg); /* Safari and Chrome */
}
.h-tout-1 a .btn {
	position:absolute;
	top:165px;
	left:55px;
	display:block;
	width:356px;
	height:97px;
	background:url(../img/h-tout-1-btn.png) no-repeat;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index:3;
}
.h-tout-1 a .hat {
	position:absolute;
	top:5px;
	left:131px;
	display:block;
	width:209px;
	height:207px;
	background:url(../img/h-tout-1-hat.png) no-repeat 0 0;
	margin:0 0 0 0;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87);
	-ms-transform: scale(.87,.87); /* IE 9 */
	-webkit-transform: scale(.87,.87); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 4;
}
.h-tout-1 a:hover .hat {
	margin: -20px 0 0 0;
	transform: scale(1,1) rotate(5deg);
	-ms-transform: scale(1,1) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(5deg); /* Safari and Chrome */
}
.h-tout-2 {
	position:absolute;
	top:0;
	left:50%;
	display:block;
	width:276px;
	height:464px;
	background:url(../img/h-ryan.png) no-repeat 0 0;
	margin:0 0 0 -138px;
}
.h-tout-2 .txt-sponsors {
	position:absolute;
	bottom: 58px;
	left: 10px;
	display:block;
	width:253px;
	height:16px;
	background:url(../img/txt-our-sponsors.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.h-tout-3 {
	position:absolute;
	top:70px;
	right:-52px;
	display:block;
	width:453px;
	height:300px;
	margin:0 0 0 0;
}
.h-tout-3 a {
	position:relative;
	display:block;
	width:453px;
	height:300px;
	margin:0 0 0 0;
}
.h-tout-3 a .bg {
	position:absolute;
	top:85px;
	left:0;
	display:block;
	width:439px;
	height:145px;
	background:url(../img/h-tout-2-bg.png) no-repeat;
	z-index:1;
}
.h-tout-3 a .art1 {
	position:absolute;
	top: -22px;
	left: -16px;
	display:block;
	width:215px;
	height:237px;
	background:url(../img/h-tout-2-art1.png) no-repeat;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87) rotate(5deg);
	-ms-transform: scale(.87,.87) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(.87,.87) rotate(5deg); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:2;
}
.h-tout-3 a:hover .art1 {
	margin: -20px 0 0 -20px;
	transform: scale(1,1) rotate(-5deg);
	-ms-transform: scale(1,1) rotate(-5deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(-5deg); /* Safari and Chrome */
}
.h-tout-3 a .art2 {
	position:absolute;
	top: -4px;
	right: -20px;
	display:block;
	width:241px;
	height:233px;
	background:url(../img/h-tout-2-art2.png) no-repeat;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87) rotate(-5deg);
	-ms-transform: scale(.87,.87) rotate(-5deg); /* IE 9 */
	-webkit-transform: scale(.87,.87) rotate(-5deg); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:2;
}
.h-tout-3 a:hover .art2 {
	margin: -20px 0 0 20px;
	transform: scale(1,1) rotate(2deg);
	-ms-transform: scale(1,1) rotate(2deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(2deg); /* Safari and Chrome */
}
.h-tout-3 a .card {
	position:absolute;
	top: -15px;
	left: 72px;
	display:block;
	width:289px;
	height:277px;
	background:url(../img/h-tout-2-card.png) no-repeat 0 0;
	margin:0 0 0 0;
	-webkit-backface-visibility: hidden;
	transform: scale(.87,.87);
	-ms-transform: scale(.87,.87); /* IE 9 */
	-webkit-transform: scale(.87,.87); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:3;
}
.h-tout-3 a:hover .card {
	margin: -20px 0 0 0;
	transform: scale(1,1) rotate(5deg);
	-ms-transform: scale(1,1) rotate(5deg); /* IE 9 */
	-webkit-transform: scale(1,1) rotate(5deg); /* Safari and Chrome */
}
.h-tout-3 a .btn {
	position:absolute;
	top:167px;
	left:18px;
	display:block;
	width:387px;
	height:111px;
	background:url(../img/h-tout-2-btn.png) no-repeat;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index:4;
}
.h-sponsors {
	position:absolute;
	top: 436px;
	left: 0;
	display:block;
	width:1140px;
	margin: 0 0 0 0;
}
.h-sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.h-sponsors li {
	position:relative;
	display: block;
	float: left;
	width:auto;
	height:136px;
	background:url(../img/bg-h-sponsors-li.png) no-repeat 50% bottom;
	margin:0 23px;
}
.h-sponsors li a img {
	display: block;
	float: left;
	width:auto;
	height:99px;
}
.clearfix {
	float: none;
	clear: both;
}
.h-sponsors .prev {
	position:absolute;
	top:22px;
	left:0;
	display:block;
	width:28px;
	height:55px;
	background:url(../img/btn-prev.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0 0 0;
}
.h-sponsors .prev:hover {left:-6px;}
.h-sponsors .next {
	position:absolute;
	top:22px;
	right:0;
	display:block;
	width:28px;
	height:55px;
	background:url(../img/btn-next.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0 0 0;
}
.h-sponsors .next:hover {right:-6px;}
.h-more-sponsors {
	position: absolute;
	bottom: 0;
	right: 0;
}
.h-more-sponsors a {
	display:block;
	width:160px;
	height:44px;
	background:url(../img/btn-160.png) no-repeat 0 0;
	color: #fff;
	font: 20px/44px 'Bebas_Neue', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333;
	padding: 0 0 0 20px;	
}
.h-more-sponsors a:hover {background:url(../img/btn-160-h.png) no-repeat 0 0;}
/* ==========================================================================
   Homepage -Social Feed
   ========================================================================== */

#social-feed {
	display:block;
	width:100%;
	height:480px;
	background:url(../img/bg-h-social.png) no-repeat 50% 0;
	margin:0 0 0 0;
	padding:84px 0 0 0;
}
#social-feed ul {
	list-style: none;
	display: block;
}
#social-feed li {
	position:relative;
	display: block;
	float: left;
	width:450px;
	height:301px;
	background:url(../img/bg-h-social-li.jpg) no-repeat 0 0;
	border-right:2px #000 solid;
	margin:0 0 0 0;
}
#social-feed li .ico {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:50px;
	height:70px;
	z-index:2;
}
#social-feed li .ico.tweet {background:url(../img/ico-h-tweet.png) no-repeat 0 0;}
#social-feed li .ico.insta {background:url(../img/ico-h-insta.png) no-repeat 0 0;}
#social-feed li .ico.wcc {background:url(../img/ico-h-wcc.png) no-repeat 0 0;}
#social-feed li p {
	font:27px/30px 'Klavika_Light', sans-serif;
	padding:40px 36px 0;
	margin:0;
}
#social-feed li p a {color:#009eff; text-decoration:none;}
#social-feed li .date {
	color:#909090;
	font:16px/16px 'Klavika_Light', sans-serif;
	padding:30px 36px 0;
}
#social-feed li .img {
	width:301px;
	margin:0 auto 0;
}
#social-feed li .blog {
	position:relative;
	width:450px;
	margin:0 auto 0;
}
#social-feed li .blog .details {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	background:url(../img/bg-h-social-title.png) no-repeat 0 0;
}
#social-feed li .blog .details h3 {
	color:#009eff;
	font:27px/30px 'Klavika_Light', sans-serif;
	padding:35px 28px 0;
	margin:0;
}
#social-feed li .blog .details p {
	color:#909090;
	font:16px/16px 'Klavika_Light', sans-serif;
	padding:2px 28px 10px;
}

/* ==========================================================================
   Sub Page Layout
   ========================================================================== */
#bottom {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:850px;
	background:url(../img/bg-bottom.png) no-repeat 50% 0;
}
.breadcrumbs {
	position:relative;
	margin:3px 0 3px 0;
	font-size:16px;
	color:#009eff;
}
.breadcrumbs a {color:#fff;}
.breadcrumbs a:hover {color:#ff9600;}
.breadcrumbs span {color:#4c4c4c;}

#content h1 span {
	color:#b7b7b7;
	text-transform:uppercase;
	font:21px 'Bebas_Neue', sans-serif;
	margin:0;
}

.column {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:0;
}
.column.main {
	width:753px;
	margin:0 0 110px 0;
}
.column.c-main {
	width:753px;
	margin:0 0 0 0;
}
.column.sidebar {
	width:362px;
	margin:36px 0 0 21px;
}
.column.sidebar.tv {
	margin:10px 0 0 21px;
}
.column.sidebar h2 {
	font:46px/46px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	padding:0 0 0 20px;
	margin:0 0 0 0;
}
.column.main .hr-divider {
	display:block;
	width:100%;
	height:99px;
	background:url(../img/hr-760.png) no-repeat 0 0;
	margin:-38px 0 -22px 0;
}
.sp-hero {
	position:relative;
	width:100%;
	height:262px;
	margin:0 0 0 0;
}
.sp-hero-v {
	position:relative;
	width:100%;
	height:446px;
	margin:0 0 0 0;
}
.sp-hero-bg {
	position:absolute;
	top:0;
	left:-10px;
	display:block;
	width:777px;
	height:262px;
	background:url(../img/sp-hero-bg.png) no-repeat 0 0;
}
.sp-hero-bg-v {
	position:absolute;
	top:0;
	left:-10px;
	display:block;
	width:777px;
	height:446px;
	background:url(../img/sp-hero-bg-v.png) no-repeat 0 0;
}
.sp-hero img,
.sp-hero-v iframe {
	position:absolute;
	bottom: 23px;
	left: 10px;
	z-index: 10;
}
.column.main p {
	font-size:18px;
	line-height:24px;
	padding:0 30px 0 0;
	margin:25px 0 0 0;
}
.column.main h2 {
	font:38px/38px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	background:url(../img/hr-760.png) no-repeat -7px 4px;
	padding: 0 0 60px 0;
	margin: 48px 0 -30px 0;
}
.column.main p a {color:#009eff;}
.column.main p a:hover {color:#ff9600;}
.subNav {
	position:relative;
	margin:15px 0 0 0;
	z-index:2;
}
.subNav li {
	list-style:none;
	display:block;
	width:362px;
	height:41px;
}
.subNav li.active {background:url(../img/bg-subnav-li.png) no-repeat 0 0;}
.subNav li a {
	font:20px/43px 'Klavika_Rg', sans-serif;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 20px;
}
.subNav li a:hover {color:#ff9600;}
.sb-tout-1 {
	position:relative;
	margin:40px 0 0 10px;
	z-index:2;
}
.sb-tout-2 {
	position:relative;
	margin:0 0 165px 10px;
	z-index:2;
}
.sb-tout-1 a img,
.sb-tout-2 a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sb-tout-1 a:hover img {
	transform: rotate(15deg);
	-ms-transform: rotate(15deg); /* IE 9 */
	-webkit-transform: rotate(15deg); /* Safari and Chrome */
}
.sb-tout-2 a:hover img {
	transform: rotate(10deg);
	-ms-transform: rotate(10deg); /* IE 9 */
	-webkit-transform: rotate(10deg); /* Safari and Chrome */
}
.blue-glow {
	position:absolute;
	top:310px;
	right:0;
	display:block;
	width:642px;
	height:762px;
	background:url(../img/bg-blue-glow-sidebar.png) no-repeat 0 0;
	z-index:1;
}
.mid-touts {
	position:relative;
	display:block;
	width:90%;
	height:135px;
	margin:0 auto 0;
}
.mid-touts.t-news {margin:-20px auto 10px;}
a.btn-tout-buy {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:509px;
	height:74px;
	background:url(../img/btn-buy.png) no-repeat 0 0;	
	margin:33px 35px 0 0;
}
a.btn-tout-buy .gear {
	position:absolute;
	top: -26px;
	left: 270px;
	display:block;
	width:218px;
	height:125px;
	background:url(../img/btn-buy-h.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(.83,.83);
	-ms-transform: scale(.83,.83); /* IE 9 */
	-webkit-transform: scale(.83,.83); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:3;
}
a.btn-tout-buy:hover .gear {
	margin: 0 0 0 0;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
}
a.btn-tout-undr {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:475px;
	height:81px;
	background:url(../img/btn-und-2.png) no-repeat 0 0;
	margin:33px 0 0 0;
}
a.btn-tout-undr .eye {
	position:absolute;
	top: -54px;
	left: 310px;
	display:block;
	width:153px;
	height:161px;
	background:url(../img/btn-und-2-h.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(.83,.83);
	-ms-transform: scale(.83,.83); /* IE 9 */
	-webkit-transform: scale(.83,.83); /* Safari and Chrome */
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a.btn-tout-undr:hover .eye {
	margin: 0 0 0 0;
	transform: scale(1,1);
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari and Chrome */
}
/* ==========================================================================
   Inside WCC
   ========================================================================== */
.services-select {
	position:relative;
	display:block;
	min-height:575px;
	margin:40px 0 0 0;
	z-index:3;
	-webkit-backface-visibility: hidden;
}
.services-select img {
	margin:0 0 36px 0;
}
h2.services {
	color:#ffae00 !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.sig {margin:-90px 50px 0 0;}
.img-set {
	position:relative;
	display:block;
	width:100%;
	height:165px;
	margin:48px 0 0 0;
}
.img-set-bg {
	position:absolute;
	bottom:0;
	left:-20px;
	display:block;
	width:793px;
	height:71px;
	background:url(../img/bg-main-3img.png) no-repeat 0 0;
}
.img-set img {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.img-set a {
	position:absolute;
	top: -26px;
	right: -34px;
	display:block;
	width:192px;
	height:58px;
	background:url(../img/btn-org-192.png) no-repeat 0 0;
	color:#fff;
	text-transform:uppercase;
	font:20px/54px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 22px;
	z-index:3;
}
.img-set a:hover {color:#fff;padding:0 0 0 30px;}
.img-set a span {
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:15px;
	background:url(../img/btn-arrows.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:19px 0 0 8px;
}
.slider {
	display: block;
	width: 100%;
	height: 180px;
	margin:0 0 0 0;
	position: relative;
	top: 30px;
	margin-bottom: 30px;
}
.slider .clip {
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 753px;
}
.show-me {
	width: 124px;
	height: 180px;
	position: absolute;
	top: -40px;
	background:url(../img/service-clip.png) no-repeat 0 0;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	}
.show-me.ui-draggable-dragging {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.show-me::after {
	content: '';
	height: 49px;
	width: 124px;
	background:url(../img/service-arrow.png) no-repeat 0 0;
	position: absolute;
	z-index: 1;
}
.nav {
	position: relative;
	display:block;
	width:753px;
	height: 124px;
	background:url(../img/service-bg-tabs.png) no-repeat 0 0;	
	margin:39px 0 0 0;
	padding:0 0 0 5px;
}
.ui-droppable {
	height: 100%;
	width: 124px;
	float: left;
}
.ui-droppable a {
	display: inline-block;
	height: 124px;
	width: 100%;
	margin-top: 0;
	position: relative;
	text-align:center;
	color:#7d7d7d;
	font:20px/20px 'Bebas_Neue', sans-serif;
	padding:97px 0 0 0;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	z-index: 1;
}
.ui-droppable a.design {background:url(../img/service-tab-design.png) no-repeat 0 0;}
.ui-droppable a.fabrication {background:url(../img/service-tab-fabrication.png) no-repeat 0 0;}
.ui-droppable a.paint {background:url(../img/service-tab-paint.png) no-repeat 0 0;}
.ui-droppable a.wheels {background:url(../img/service-tab-wheels.png) no-repeat 0 0;}
.ui-droppable a.interior {background:url(../img/service-tab-interior.png) no-repeat 0 0;}
.ui-droppable a.electronics {background:url(../img/service-tab-electronics.png) no-repeat 0 0;}
.ui-droppable a:hover,
.ui-droppable.active a {background-position:0 -124px;}
.service {
	position:relative;
	display:none;
	padding:215px 0 0 0;
}
/*.service.active {display:block;}*/
/* ==========================================================================
   Franchise
   ========================================================================== */
a.btn-338 {
	display:block;
	width:338px;
	height:49px;
	background:url(../img/btn-338.png) no-repeat 0 0;
	color:#fff;
	font:20px/49px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 20px;
	margin:20px 0 0 0;
}
a.btn-338:hover {color:#fff;}
table.t-franchise {
	width:530px;
	margin:25px 0 0 0;
	font-size:22px;
}
table.t-franchise strong {font-family: 'Klavika_Medium', sans-serif;}
table.t-franchise a {color:#009eff;}
table.t-franchise a:hover {color:#ff9600;}

/* ==========================================================================
   TV Show
   ========================================================================== */
.video-player {
	position:relative;
	display:block;
	width:753px;
	height:425px;
	border:2px #009eff solid;
	margin:12px 0 0 0;
}
.video-player .flare {
	position:absolute;
	top:-51px;
	left:0;
	display:block;
	width:100%;
	height:99px;
	background:url(../img/hr-760.png) no-repeat -7px 0;
	-webkit-backface-visibility: hidden;
}
.episode-list {
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:374px;
	margin:25px 0 0 0;
}
.episode-list li {
	list-style:none;
	position:relative;
	display:block;
	width:376px;
	margin:0 0 0 0;
}
.episode-list li a {position:relative;}
.episode-list li a img {
	float:left;
	border:1px #000 solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.episode-list li a:hover img {border:1px #ff9600 solid;}
.episode-list li a .ep-title {float:left;margin:0 0 0 25px;width:210px;}
.episode-list li a .ep-title h3 {
	font:30px/30px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 0;
}
.episode-list li a .ep-title p {margin:10px 0 25px 0;font-size:16px;line-height:19px;padding: 0;}
.episode-list li a .ep-title p span {color:#dddddd;}
.tv-call {
	font:81px/70px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 0;
}
.tv-call span {
	color:#b7b7b7;
}
.tv-call span.blue {
	color:#009eff;
}
.network {
	margin:25px 0 0 0;
}
.network h3 {
	text-align:center;
	color:#dddddd;
	font:36px/26px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:11px 0 0 0;
	margin:0;
}
.network h3 span {
	color:#fff;
	font-size:21px;
}
.find-us {margin:0 0 0 0;}
.find-us p {font-size:20px;line-height:22px;margin:25px 0 0 0;}
.find-us .step {
	display:block;
	min-height:29px;
	margin:22px 0 0 0;
}
.find-us .step .num {
	display:inline-block;
	vertical-align:top;
	width:29px;
	height:29px;
	background:url(../img/bullet.png) no-repeat 0 0;
	text-align:center;
	font:20px/31px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 0;
}
.find-us .step p {
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	width:314px;
	margin:0 0 0 15px;
}
a.btn-org-282 {
	display:block;
	width:282px;
	height:70px;
	background:url(../img/btn-org-282.png) no-repeat 0 0;
	color:#fff;
	font:30px/61px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 26px;
	margin:35px 0 0 0;
}
a.btn-org-282:hover {color:#fff;padding:0 0 0 36px;}
a.btn-org-282 span {
	display:inline-block;
	vertical-align:top;
	width:19px;
	height:22px;
	background:url(../img/btn-arrows2.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:18px 0 0 12px;
}
a.btn-blu-282 {
	display:block;
	width:282px;
	height:84px;
	background:url(../img/btn-282.png) no-repeat 0 0;
	font:30px/30px 'Bebas_Neue', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:13px 0 0 26px;
	margin:10px 0 0 0;
}
a.btn-blu-282:hover {color:#fff;padding:13px 0 0 36px;}
a.btn-blu-282 span.arrow {
	display:inline-block;
	vertical-align:top;
	width:19px;
	height:22px;
	background:url(../img/btn-arrows2.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:4px 0 0 12px;
}
a.btn-blu-282 .sml {
	font:16px 'Klavika_Light', sans-serif;
	margin:0 0 0 0;
}
.tv-map {position:relative;margin:30px 0 0 0;}
.tv-map p {font-size:20px;margin:0 0 0 0;}
.tv-map img {
	position:absolute;
	top:6px;
	left:0;
}
.tv-map-glow {
	position:absolute;
	top: -195px;
	right: -20px;
	display:block;
	width:605px;
	height:578px;
	background:url(../img/bg-tv-map-glow.png) no-repeat 0 0;
	z-index:-1;
}
h1.full {
	background:url(../img/hr-1140.png) no-repeat 0 20px;
	padding:0 0 45px 0;
	margin:0 0 0 0;
}
.show-img {
	display:inline-block;
	vertical-align:top;
	width:521px;
	margin:26px 0 120px 0;
}
.show-finder {
	display:inline-block;
	vertical-align:top;
	width:580px;
	margin:0 0 0 30px;
}
.show-finder .step {
	position:relative;
	display:block;
	min-height:29px;
	margin:27px 0 0 0;
}
.show-finder .step .num {
	display:inline-block;
	vertical-align:top;
	width:52px;
	height:51px;
	background:url(../img/bullet2.png) no-repeat 0 0;
	text-align:center;
	font:37px/54px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 0;
}
.show-finder .step .details {
	display:inline-block;
	vertical-align:top;
	width:510px;
}
.show-finder .step .details h4 {
	font:38px/36px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 15px;
}
.show-finder .step p {
	font-size:20px;
	line-height:20px;
	margin:5px 0 0 15px;
}
.logo-wcc {
	position:absolute;
	top:-8px;
	right:127px;
}
.logo-fs {
	position:absolute;
	top:0;
	right:0;
}
a.btn-org-352 {
	display:block;
	width:352px;
	height:70px;
	background:url(../img/btn-org-352.png) no-repeat 0 0;
	color:#fff;
	font:28px/60px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 26px;
	margin:35px 0 0 0;
}
a.btn-org-352:hover {color:#fff;padding:0 0 0 46px;}
a.btn-org-352 span {
	display:inline-block;
	vertical-align:top;
	width:19px;
	height:22px;
	background:url(../img/btn-arrows2.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:18px 0 0 12px;
}

/* ==========================================================================
   Sponsors
   ========================================================================== */
.spon-txt {
	display:block;
	width:795px;
	font-size:18px;
	line-height:24px;
	margin:0;
}
.spon-txt p {margin:7px 0 0 0;}
.become-sponsor {
	position:absolute;
	top:26px;
	right:-30px;
	display:block;
	width:372px;
	height:267px;
	z-index:1;
}
.become-sponsor .s-glow {
	position:absolute;
	top: -73px;
	left: -74px;
	display:block;
	width:447px;
	height:438px;
	background:url(../img/bg-sponsor-glow.png) no-repeat 0 0;
	z-index:1;
}
.become-sponsor a {
	position:relative;
	display:block;
	width:372px;
	height:267px;
	z-index:2;
}
.txt-off-sponsors {
	display:block;
	width:346px;
	height:16px;
	background:url(../img/txt-official-sponsors.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:47px auto -25px;
}
.txt-prod-sponsors {
	display:block;
	width:340px;
	height:16px;
	background:url(../img/txt-product-sponsors.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:25px auto -25px;
	clear: both;
}
.hr-divider-full {
	display:block;
	width:1140px;
	height:99px;
	background:url(../img/hr-1140.png) no-repeat 0 0;
	margin:0 auto 0;
}
.s-row1,
.s-row2,
.s-row3 {
	display: block;
	float: right;
	position: relative;
	left: -50%;
	height: 112px;
	padding:0;
	margin:0;
}
.s-row2 {margin:32px 0;}
.s-row3 {margin:0 auto 60px;}
.s-row1 ul,
.s-row2 ul,
.s-row3 ul {
	list-style: none;
	position: relative;
	left: 50%;
}
.s-row1 li,
.s-row2 li,
.s-row3 li {
	margin: 0 25px 0 0;
	list-style: none;
	float: left;
	position: relative;
	display: block;
	height: 112px;
}
.s-row2 li {margin: 0 45px 0 0;}
.s-row1 li:last-child,
.s-row2 li:last-child,
.s-row3 li:last-child {margin:0 0 0 0;}
.prod-col {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:380px;
	margin:-28px 0 0 -3px;
}
.prod-col p {
	font-size:18px;
	line-height:30px;
}
.prod-col p a {color:#009eff;}
.prod-col p a:hover {color:#ff9600;}


/* ==========================================================================
   Showroom
   ========================================================================== */
#featured-builds {
	position: relative;
	display:block;
	width: 100%;
	height:849px;
	background:url(../img/bg-showroom-slide.png) no-repeat 50% 33px;
	margin:-243px auto -252px;
}
.f-car {
	position:relative;
	display:none;
	width:870px;
}
.f-car .car-img {
	position:absolute;
	top:218px;
	left:-15px;
}
.f-car .car-lights {
	position:absolute;
	top:218px;
	left:-15px;
	z-index: 2;
}
.f-car .car-details {
	position:absolute;
	top:629px;
	left:0;
}
.f-car .car-details p {
	font-size:20px;
	line-height:20px;
	text-shadow:1px 1px 0px #333;
	margin:0 0 0 0;
}
.f-car .car-details h2 {
	font:90px/90px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:2px 2px 0px #333;
	margin:0 0 0 0;
}
.f-car .view-gallery {
	position:absolute;
	top: 648px;
	left: 699px;
	z-index:3;
}
.f-car .view-gallery a {
	display:block;
	width:160px;
	height:68px;
	background:url(../img/btn-view-gallery.png) no-repeat 0 0;
	font:20px/84px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 20px;
}
.f-car .view-gallery a:hover {color:#fff;padding:0 0 0 30px;}
.f-car .view-gallery a span {
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:15px;
	background:url(../img/btn-arrows.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:33px 0 0 12px;
}
.t-car {
	position:absolute;
	top:188px;
	left:870px;
	display:block;
	width:269px;
	height:535px;
	margin:0 0 0 0;
	z-index:3;
}
.t-car ul {
	margin: 45px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
}
.t-car li {
	position:relative;
	display: block;
	/*float: left;*/
	width:248px;
	height:139px;
	margin:17px 0 0 20px;
}
.t-car li a {
	position:relative;
	display: block;
	width:248px;
	height:139px;
	border:1px #000 solid;
	background-color:#000;
}
.t-car li a:hover {border:1px #009eff solid;}
.t-car li a img {
	position:relative;
	display: block;
	width:246px;
	height:137px;
}
.t-car li a .t-overlay {
	position:absolute;
	top:-1px;
	left:-22px;
	display:none;
	width:269px;
	height:139px;
	background:url(../img/sh-thumb-overlay.png) no-repeat 0 0;
}
.t-car li a.active .t-overlay {display:block;}
.t-car .next {
	position:absolute;
	bottom:-30px;
	left:50%;
	display:block;
	width:53px;
	height:28px;
	background:url(../img/btn-down.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0 0 -17px;
}
.t-car .next:hover {bottom:-36px;}
.t-car .prev {
	position:absolute;
	top:10px;
	left:50%;
	display:block;
	width:53px;
	height:28px;
	background:url(../img/btn-up.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0 0 -17px;
}
.t-car .prev:hover {top:4px;}
/* ==========================================================================
   Showroom List
   ========================================================================== */
.showroom-list {
	position:relative;
	margin:20px 0 0 0;
}
.showroom-list li {
	list-style:none;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:359px;
	height:217px;
	border:1px #000 solid;
	margin:0 32px 40px -3px;
}
.showroom-list li:nth-child(3n) {margin:0 0 40px -3px;}
.showroom-list li p {
	font-size:16px;
	margin:8px 0 0 0;
}
.showroom-list li a {
	position:relative;
	display:block;
	width:357px;
}
.showroom-list li a img {
	position:relative;
	display:block;
	width:357px;
}
.showroom-list li a .overlay {
	position:absolute;
	top:1px;
	left:1px;
	display:block;
	width:357px;
	height:215px;
	text-align:center;
	text-transform:uppercase;
	font:30px/215px 'Bebas_Neue', sans-serif;
	background:url(../img/bg-showroom-overlay.png) no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.showroom-list li a:hover .overlay {
	opacity: 1.0;
	filter: alpha(opacity=100);
	color:#fff;
}
.showroom-list li a .borders {
	position: absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;                    
	border: 7px solid #000;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.showroom-list li a .borders {opacity: .3; filter: alpha(opacity=30);}
.showroom-list li a:hover .borders {border: 7px solid #009eff;}
.showroom-list li a:hover .borders {opacity: 1; filter: alpha(opacity=100);}

/* ==========================================================================
   Showroom Galleries
   ========================================================================== */
#show-galleries {
	position: relative;
	display:block;
	width: 100%;
	height:815px;
	background:url(../img/bg-showroom-galleries.png) no-repeat 50% 0;
	margin:-180px auto -190px;
	z-index:1;
}
.txt-sr-galleries {
	position:absolute;
	top:245px;
	left:50%;
	display:block;
	width:388px;
	height:16px;
	background:url(../img/txt-showroom-galleries.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0 0 -192px;
}
.tout-1 {
	position:absolute;
	top:226px;
	left:-37px;
	display:block;
	width:317px;
	height:229px;
	background:url(../img/sh-galler-shadow.png) no-repeat 50% bottom;
	margin:0 0 0 0;
}
.tout-1 a {
	position:relative;
	display:block;
	width:317px;
	height:178px;
}
.tout-1 a .bg {
	position:absolute;
	top:35px;
	right:10px;
	display:block;
	width:91px;
	height:140px;
	background:url(../img/sh-bg-wcc.png) no-repeat;
	z-index:1;
}
.tout-1 a .car {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:317px;
	height:139px;
	background:url(../img/sh-car-wcc.png) no-repeat;
	z-index:2;
}
.tout-1 a .btn {
	position:absolute;
	top:119px;
	left:20px;
	display:block;
	width:272px;
	height:59px;
	background:url(../img/sh-btn-wcc.png) no-repeat;	
	color:#fff;
	font:23px/68px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 58px;
	z-index:3;
}
.tout-1 a:hover .btn {color:#fff;}
.tout-1 a .lights {
	position:absolute;
	top: 1px;
	left: 135px;
	display:block;
	width:221px;
	height:120px;
	background:url(../img/sh-lights-wcc.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:4;
}
.tout-1 a:hover .lights {opacity: 1;filter: alpha(opacity=100);}
.tout-2 {
	position:absolute;
	top:332px;
	left:272px;
	display:block;
	width:289px;
	height:203px;
	background:url(../img/sh-galler-shadow.png) no-repeat 50% bottom;
	margin:0 0 0 0;
	z-index:2;
}
.tout-2 a {
	position:relative;
	display:block;
	width:289px;
	height:165px;
}
.tout-2 a .bg {
	position:absolute;
	top: 74px;
	right: 22px;
	display:block;
	width:120px;
	height:84px;
	background:url(../img/sh-bg-corp.png) no-repeat;	
	z-index:1;
}
.tout-2 a .car {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:289px;
	height:121px;
	background:url(../img/sh-car-corp.png) no-repeat;
	z-index:2;
}
.tout-2 a .btn {
	position:absolute;
	top:110px;
	left:37px;
	display:block;
	width:235px;
	height:55px;
	background:url(../img/sh-btn-corp.png) no-repeat;
	color:#fff;
	font:23px/48px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 26px;
	z-index:3;
}
.tout-2 a:hover .btn {color:#fff;}
.tout-2 a .lights {
	position:absolute;
	top: 58px;
	left: -4px;
	display:block;
	width:79px;
	height:60px;
	background:url(../img/sh-lights-corp.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:4;
}
.tout-2 a:hover .lights {opacity: 1;filter: alpha(opacity=100);}
.tout-3 {
	position:absolute;
	top:312px;
	left:575px;
	display:block;
	width:319px;
	height:224px;
	background:url(../img/sh-galler-shadow.png) no-repeat 50% bottom;
	margin:0 0 0 0;
	z-index:2;
}
.tout-3 a {
	position:relative;
	display:block;
	width:319px;
	height:180px;
}
.tout-3 a .bg {
	position:absolute;
	top:40px;
	left:0;
	display:block;
	width:117px;
	height:132px;
	background:url(../img/sh-bg-tv.png) no-repeat;	
	z-index:1;
}
.tout-3 a .car {
	position:absolute;
	top:0;
	left:17px;
	display:block;
	width:301px;
	height:133px;
	background:url(../img/sh-car-tv.png) no-repeat;
	z-index:2;
}
.tout-3 a .btn {
	position:absolute;
	top:119px;
	left:18px;
	display:block;
	width:275px;
	height:59px;
	background:url(../img/sh-btn-tv.png) no-repeat;
	color:#fff;
	font:23px/68px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 24px;
	z-index:3;
}
.tout-3 a:hover .btn {color:#fff;}
.tout-3 a .lights {
	position:absolute;
	top: 11px;
	right: -25px;
	display:block;
	width:194px;
	height:120px;
	background:url(../img/sh-lights-tv.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:4;
}
.tout-3 a:hover .lights {opacity: 1;filter: alpha(opacity=100);}
.tout-4 {
	position:absolute;
	top:254px;
	right:-20px;
	display:block;
	width:284px;
	height:191px;
	background:url(../img/sh-galler-shadow.png) no-repeat 50% bottom;
	margin:0 0 0 0;
}
.tout-4 a {
	position:relative;
	display:block;
	width:284px;
	height:148px;
}
.tout-4 a .bg {
	position:absolute;
	top:0;
	left:22px;
	display:block;
	width:244px;
	height:148px;
	background:url(../img/sh-bg-celeb.png) no-repeat;	
	z-index:1;
}
.tout-4 a .car {
	position:absolute;
	top:5px;
	left:0;
	display:block;
	width:284px;
	height:109px;
	background:url(../img/sh-car-celeb.png) no-repeat;
	z-index:2;
}
.tout-4 a .btn {
	position:absolute;
	top:99px;
	left:21px;
	display:block;
	width:244px;
	height:48px;
	background:url(../img/sh-btn-celeb.png) no-repeat;
	color:#fff;
	font:23px/54px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 26px;
	z-index:3;
}
.tout-4 a:hover .btn {color:#fff;}
.tout-4 a .lights {
	position:absolute;
	top: -15px;
	left: -11px;
	display:block;
	width:185px;
	height:120px;
	background:url(../img/sh-lights-celeb.png) no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:4;
}
.tout-4 a:hover .lights {opacity: 1;filter: alpha(opacity=100);}

/* ==========================================================================
	 News
   ========================================================================== */
.filter {
	position:absolute;
	top:20px;
	right:0;
	z-index:2;
}
.post {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto 0;
}
.post-hr {
	position:absolute;
	top:-36px;
	left:0;
	display:block;
	width:1140px;
	height:99px;
	background:url(../img/hr-1140.png) no-repeat 0 0;
}
.post .post-social {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:198px;
	margin:40px 0 45px 0;
}
.post .post-social .date {
	position:relative;
	display:block;
	width:146px;
	height:72px;
	background:url(../img/bg-news-date.png) no-repeat 0 0;
	margin: 0 0 0 12px;
}
.post .post-social .date h3 {
	margin:0 0 0 24px;
	font:53px/72px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
}
.post .post-social .date p {
	position:absolute;
	top: 15px;
	left: 77px;
	font-size:20px;
	line-height:21px;
	text-shadow:1px 1px 0px #333;
	margin:0;
}
.post .post-social .share {
	margin: 24px 0 0 36px;
}
.post .post-social .tags {
	margin:30px 0 0 36px;
}
.post .post-social .tags p {
	font-size:18px;
	margin: 0 0 8px 0;
}
.post .post-social .tags li {
	list-style:none;
	font-size:16px;
	line-height:22px;
	margin: 0 0 0 0;
}
.post .post-social .tags li a {color:#009eff;}
.post .post-social .tags li a:hover {color:#ff9600;}
.post .post-details {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:925px;
	margin:50px 0 45px 0;
}
.post .post-details h2 {
	margin:0 0 0 0;
	font:38px/38px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	margin:0 0 15px 0;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.column.c-main p.txt-contact {
	font-size: 18px;
	line-height: 24px;
	padding:0 50px 0 0;
	margin:0 0 0 0;
}
h2.h2-contact {
	text-transform: uppercase;
	font: 38px/38px 'Bebas_Neue', sans-serif;
	background: url(../img/hr-1140.png) no-repeat 0 5px;
	padding: 0 0 55px 0;
	margin: 55px 0 0 0;
}
table.t-contact {
	width:675px;
	margin:25px 0 0 0;
	font-size:22px;
}
table.t-contact span {
	color:#ffa200;
	font:22px 'Klavika_Rg', sans-serif;
}
table.t-contact span.sml {
	color: #fff;
	font-size: 14px;
}
table.t-contact strong {font-family: 'Klavika_Medium', sans-serif;}
table.t-contact a {color:#009eff;}
table.t-contact a:hover {color:#ff9600;}
.contact-map {
	position:absolute;
	top: -20px;
	left: -45px;
	display:block;
	width:417px;
	height:257px;
	background:url(../img/contact-map.png) no-repeat 0 0;
}
.contact-map a {
	position:absolute;
	top: 154px;
	right: -12px;
	z-index:3;
	display:block;
	width:163px;
	height:61px;
	background:url(../img/contact-btn-directions.png) no-repeat 0 0;
	color:#fff;
	font:20px/66px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 20px;
}
.contact-map a:hover {color:#fff;padding:0 0 0 28px;}
.contact-map a span {
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:15px;
	background:url(../img/btn-arrows.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:24px 0 0 10px;
}
.column.contacts {
	width: 375px;
	margin: 0 0 30px 0;
}
.column.c-forms {
	width: 760px;
	margin: 0 0 0 0;
}
#contactNav {
	position:relative;
	margin:0 0 0 -20px;
}
#contactNav li {
	list-style:none;
	display:block;
	width:359px;
	height:57px;
	margin:0 0 10px 0;
}
#contactNav li.current {background:url(../img/bg-contactNav-li.png) no-repeat 0 0;}
#contactNav li a {
	font:28px/60px 'Bebas_Neue', sans-serif;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 20px;
}
#contactNav li a:hover {color:#ff9600;}
.contact-info {
	margin:25px 0 60px 0;
	font-size:16px;
	line-height:20px;
}
.contact-info strong {font-family: 'Klavika_Medium', sans-serif;}
.contact-info a {color:#009eff;}
.contact-info a:hover {color:#ff9600;}

.contact-wait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 10px);
  height: 0;
  opacity: 0;
  z-index: 100;
  background: #0A496C;
  background: rgba(10,73,108,0.7);
  overflow: hidden;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s ease-in-out;
  max-height: 900px;
  vertical-align: center;
  text-align: center;
}
.contact-wait-inner {
  background: url('../img/spinner.gif') no-repeat center center;
  margin: 394px 0;
  margin: calc(50% - 50px) 0;
}
.contact-wait-inner h3, .contact-wait-inner h4 {
  margin: 3em 0;
}
.contact-wait.open {
  height: 900px;
  opacity: 1;
  transition: height 0.5s;
  -webkit-transition: height: 0.5s;
}
.contact-thanks {
  position: absolute;
  top:0;
  left:0;
/*  left:200px;*/
  width:100%;
  width: calc(100% + 10px);
  /*background: #0A496C;
  background: rgba(10,73,108,0.7);*/
  padding:0;
  margin:0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  vertical-align: bottom;
  transition: height 0.5s ease-in-out, opacity 0.5s;
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s;
  max-height: 812px;
  background: url(../img/bg-contact-thanks.png) center 110px no-repeat;
}
.contact-thanks.secondary {
  transition: height 0s, opacity 0.5s;
  -webkit-transition: height 0s, opacity 0.5s;
}
.contact-thanks.open {
  height: 812px;
  opacity: 1;
  display: block;
}
.contact-thanks h2,
.sign-up .thanks-message h2{
  color: #ff9600; 
	text-transform: uppercase;
	font: 40px/40px 'Bebas_Neue', sans-serif;
  margin: 0 0 5px;
/*	padding: 0 0 55px 0;
	margin: 55px 0 0 0;*/
}
.contact-thanks h3,
.sign-up .thanks-message h3{
  margin: 0;
  font-size: 18px;
}
.contact-thanks-inner {
  height: 300px;
/*  padding: 16px 0 0 16px;*/
/*  margin: 50% 0;*/
/*  text-align: center; */
/*  background: url(../img/bg-showroom-overlay.png) no-repeat 0 0;
  border-bottom: 4px solid rgba(100,100,100,0.5);*/
}

.form-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 0 0 16px;
	margin:0 0 0 0;
}
.group {
	position:relative;
	display:inline-block;
	width:365px;
	margin:0 0 15px 0;
  vertical-align:top;
}
.group.full {
	width:100%;
	margin:0 0 15px 0;
}
.group.right {
	margin:0 0 15px 10px;
}
.group label {
	width:365px;
	font:18px/28px 'Klavika_Medium', sans-serif;
}
.group label span {
	width:365px;
	font:14px/28px 'Klavika_Light', sans-serif;
}
.txtBox.file {
  opacity: 0;
  filter: alpha(opacity=0);
  position:absolute;
  padding-top:5px;
  top:28px;
  width: 490px\9;
  left:0;
}
.txtBox {
	display:block;
	width:365px;
	height:53px;
	background-color:#000;
	border:1px #606060 solid;
	color:#fff;
	font:18px 'Klavika_Rg', sans-serif;
	padding:0 20px;
}
.txtBox:focus {
	border:1px #009eff solid;
}
.group.error .txtBox,
.group.error .txtarea,
.group.error .recaptchaPanel #recaptcha_response_field {
  border-color: #f00;
}
.group.error .help-block {
  display: block;
}
.txtarea {
	display:block;
	width:100%;
	height:195px;
	background-color:#000;
	border:1px #606060 solid;
	color:#fff;
	font:18px 'Klavika_Rg', sans-serif;
	padding:14px 20px;
}
.txtarea:focus {
	border:1px #009eff solid;
}
a.btn-image {
	position:absolute;
	top:36px;
	left:375px;
	display: block;
	width: 116px;
	height: 39px;
	background: url(../img/btn-116.png) no-repeat 0 0;
	color:#fff;
	font: 18px/38px 'Bebas_Neue', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333;
	padding: 0 0 0 16px;
	margin:0 0 0 0;
}
a.btn-submit {
	display: block;
	width: 212px;
	height: 62px;
	background: url(../img/btn-212.png) no-repeat 0 0;
	color:#fff;
	font: 30px/60px 'Bebas_Neue', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #333;
	padding: 0 0 0 26px;
	margin:15px 0 0 -12px;
}
a.btn-submit:hover {padding: 0 0 0 66px;}
a.btn-submit span {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 22px;
	background: url(../img/btn-arrows2.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 18px 0 0 15px;
}

.help-block {
	display:none;
	color:#F00;
	font-size:12px;
	margin:5px 0 0 0;
}
/* ==========================================================================
	 Underground
   ========================================================================== */
.coming-2014 {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:491px;
	height:461px;
	background:url(../img/undr-cs-2014.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:15px 0 0 -48px;
}
.undr-benefits {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:390px;
	margin:75px -100px 0 300px;
}
.undr-benefits h2 {
	color:#ffa200;
	font:40px/40px 'Suti', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:3px 3px 3px rgba(0,0,0,.75);
	margin:0 0 20px 0;
}
.undr-benefits li {
	list-style:none;
	font:18px/21px 'Klavika_Medium', sans-serif;
	background:url(../img/bullet3.png) no-repeat 0 50%;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 44px;
	margin:0 0 20px 0;
}
.undr-benefits li span {color:#009eff;}
.sign-up {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto 70px;
}
.sign-up h2 {
	display:inline-block;
	vertical-align:top;
	font:57px/57px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	margin:93px 0 0 28px;
}
.sign-up p {
	display:inline-block;
	vertical-align:top;
	font-size:19px;
	line-height:23px;
	text-shadow:1px 1px 0px #333;
	margin:97px 0 0 10px;
}
.sign-up .sign-up-form-wrapper {
	display:inline-block;
	vertical-align:top;
	margin:0 -50px 0 25px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: 35% 50%;
  perspective-origin: 35% 50%;
  position: relative;
  height: 150px;
  width: 500px;
}
.sign-up .sign-up-form-wrapper form,
.sign-up .sign-up-form-wrapper .thanks-message {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.sign-up .sign-up-form-wrapper .thanks-message {
  margin-bottom: -5px;
}
.sign-up .sign-up-form-wrapper form {
  transition: transform 0.5s ease-in, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease-in, opacity 0.5s ease-in;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 101;
}
.sign-up .sign-up-form-wrapper.thanks form {
  -webkit-transform: translateZ(-200px) rotateX(-90deg);
  transform: translateZ(-200px) rotateX(-90deg);
  opacity: 0;
}
.no-opacity .sign-up .sign-up-form-wrapper.thanks form,
.no-opacity .sign-up .sign-up-form-wrapper .help-block,
.no-opacity .sign-up .sign-up-form-wrapper .thanks-message{
  display: none;
} 
/*.no-csstransforms3d .sign-up .help-block {
  display: none;
}*/

.sign-up .sign-up-form-wrapper form .help-block {
  opacity: 0;
  height: 30px;
  margin: 8px 10px -38px;
  padding: 7px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #f00;
  color: #fff;
  font:18px/18px 'Klavika_Medium', sans-serif;
  display: block;
  font-size: 
}
.sign-up .sign-up-form-wrapper form .help-block.visible {
  opacity: 1;
  display: block;
}
.sign-up .sign-up-form-wrapper .thanks-message {
  margin-left: 25px;
  opacity: 0;
  -webkit-transform: translateZ(-300px) rotateX(-90deg);
  transform: translateZ(-300px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s;
}
.sign-up .sign-up-form-wrapper.thanks .thanks-message {
  opacity: 1;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.sign-up form input.signupBox {
	display:inline-block;
	vertical-align:top;
	border:none;
	background:url(../img/signupBox.png) no-repeat 0 0;
	width:317px;
	height:57px;
	padding:0 20px 0 24px;
	font:20px 'Klavika_Light', sans-serif;
	color:#999999;
	margin:93px 0 0 0;
  line-height: 57px\9;
}
.sign-up form a.btn-sign-up {
	display:inline-block;
	vertical-align:top;
	width:158px;
	height:57px;
	background:url(../img/btn-org-158.png) no-repeat 0 0;
	color:#fff;
	font:30px/57px 'Bebas_Neue', sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #333;
	padding:0 0 0 24px;
	margin:96px 0 0 5px;
}
.sign-up form a.btn-sign-up span {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 22px;
	background: url(../img/btn-arrows2.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 18px 0 0 12px;
}
.sign-up form a.btn-sign-up:hover {padding:0 0 0 34px;}

.twitter-feed {
	position: relative;
	display: inline-block;
	vertical-align:top;
	width:376px;
	margin:45px 0 60px 0;
	overflow:hidden;
}
.twitter-feed ul {
  height: 550px;
  overflow: hidden;
}
.twitter-feed h2 {
	color:#ffa200;
	font:38px/38px 'Suti', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow:3px 3px 3px rgba(0,0,0,.75);
	margin:0 0 20px 0;
}
.twitter-feed li {
	list-style:none;
	position: relative;
	width:376px;
	padding:0 0 15px 0;
	margin:0 0 24px 0;
}
.twitter-feed li .tweet {
	display:block;
	width:376px;	
}
.twitter-feed li .tweet .tweet-img {	
	display: inline-block;
	vertical-align:top;
	width:55px;
	height:55px;
	border:1px #ffa200 solid;
}
.twitter-feed li .tweet .tweet-details {	
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0 0 0 16px;
}
.csstransitions .twitter-feed li {
  margin-top: -120px;
}
.csstransitions .twitter-feed li.active {
  margin-top: 0px;
}
.twitter-feed li {
  overflow: hidden;
  margin-bottom: 24px;;
  opacity: 0;
  padding-bottom:16px;
  vertical-align: bottom;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.twitter-feed li.active {
  opacity: 1;
/*  padding-bottom:16px;
  margin-bottom: 24px;*/
}

.twitter-feed li .tweet .tweet-details h3,.twitter-feed li .tweet .tweet-details h3 a {font:16px/16px 'Klavika_Rg', sans-serif;color:#ffa200;margin:0 0 0 0;}
.twitter-feed li .tweet .tweet-details p a {color:#ffa200;}
.twitter-feed li .tweet .tweet-details p a:hover,.twitter-feed li .tweet .tweet-details h3 a:hover {color:#00a6ff;}
.twitter-feed li .tweet .tweet-details p {font-size:16px;line-height:20px;margin:10px 0 0 0;padding:0 25px 0 0;}
.twitter-feed li .tweet .tweet-details .time {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	color:#747474;
}
.suggestion-box {
/*	position:absolute;
	bottom:29px;
	right:-40px;*/
  display: inline-block;
	width:765px;
	height:621px;
	background:url(../img/bg-under-sug.png) no-repeat 0 0;
	margin:40px -100px 0 40px;
}
.suggestion-box h2 {
	color:#ffa200;
	font:38px/38px 'Suti', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	/*text-shadow:3px 3px 3px rgba(0,0,0,.75);*/
	margin:13px 0 20px 46px;
}
.suggestion-box h3 {
	color:#00a6ff;
	font:24px/28px 'Suti', sans-serif;
	text-shadow:2px 2px 2px #000;
	margin:0 0 14px 36px;
}
.suggestion-box p {
	font:16px/24px 'Klavika_Medium', sans-serif;
	text-shadow: 1px 1px 1px #000;
	padding:0 70px 0 0;
	margin:0 0 14px 36px;
}
.suggestion-box p.email {
	font-size:18px;
	line-height:26px;
	text-shadow:1px 1px 1px #000;
	padding:0 65px 0 0;
	margin:0 0 14px 36px;
}
.suggestion-box p.email a {color:#ffa200;}
.suggestion-box p.email a:hover {color:#00a6ff;}

/* ==========================================================================
   Lightbox Styles
   ========================================================================== */
.fancybox-skin {
	position: relative;
	background: none !important;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
a.fancybox-close {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.fancybox-close {
	position: absolute;
	top: 5px;
	right: -62px;
	width: 52px;
	height: 52px;
	background:url(../js/fancybox/close.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-close:hover {background-position:0 -52px;}

body.lightbox {
	background-color:transparent !important;
	min-width:990px;
}
.lb-container {
	position:relative;
	width:1000px;
	height:800px;
	margin:0 auto;
}
.lb-logo {
	position: absolute;
	top: -102px;
	left: -20px;
	display: block;
	width: 210px;
	height: 119px;
	background:url(../img/hd-logo.png) no-repeat 0 0;
	background-size: 210px 119px;
	z-index: 2;
}
.lb-container h2.gallery-title {
	font:24x/24px 'Klavika_Medium', sans-serif;
	margin:0;
}
.media-share {
	position:absolute;
	top:0;
	right:0;
}
#showroom-gallery {
  width: 1000px;
	margin:0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}
/* ==========================================================================
   404 Error
   ========================================================================== */
#content.error-page {height:960px;}
#content h1.error {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
