@charset "utf-8";

@font-face {
	font-family: 'UniversLTW01-57Condense';
	src: url('../fonts/universltw01-57condense.eot');
	src: url('../fonts/universltw01-57condense.eot?#iefix') format('embedded-opentype'), url('../fonts/universltw01-57condense.woff') format('woff'), url('../fonts/universltw01-57condense.ttf') format('truetype'), url('../fonts/universltw01-57condense.svg#UniversLTW01-57Condense') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'UniversLTW01-67BoldCn';
	src: url('../fonts/universltw01-67boldcn.eot');
	src: url('../fonts/universltw01-67boldcn.eot?#iefix') format('embedded-opentype'), url('../fonts/universltw01-67boldcn.woff') format('woff'), url('../fonts/universltw01-67boldcn.ttf') format('truetype'), url('../fonts/universltw01-67boldcn.svg#Universltw01-67boldcn') format('svg');
	font-weight: normal;
	font-style: normal;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
body {
	background-color: #000;
	color: #fff;
	font-family: 'UniversLTW01-57Condense';
}
p {
	font-size: 18px;
}
.logo {
	padding: 20px 40px 0 40px;
}
.nobkimg {
	background-image: none;
}
#contentnopad {
	padding: 0;
}
/* front slider custom css */
.skdslider {
	display: none;
	margin-top: 30px;
	z-index: 1;
}
#mobilelogo {
	display: block;
	margin-top: 60px;
	text-align: center;
	font-family: 'UniversLTW01-67BoldCn';
}
.skdslider h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
.slide-navs {
	display: none;
}
.slide-desc {
	margin-left: 70px;
}
.slide-desc p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 5px;
}
.ghost-button {
	display: inline-block;
	width: 200px;
	padding: 8px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	font-family: 'UniversLTW01-57Condense';
	text-transform: uppercase;
	margin-left: 5px;
}
.ghost-button:hover, .ghost-button:active {
	background-color: #fff;
	color: #000;
}
.buttonholder {
	min-height: 60px;
	text-align: left;
	display: inline-block;
}
.panel-body {
	color: #000;
}
.panel-group {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*imagetitel*/
.captionfull,
.caption,
.slideright,
.slidedown,
.thecombo {
  
  overflow: hidden;
}

.captionfull img,
.caption img,
.slideright img,
.slidedown img,
.thecombo img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
}

.boxcaption {
  float: left;
  position: absolute;
  background: #000;
  height: 100px;
  width: 100%;
  opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
  top: 560;
  left: 0;
}

.caption .boxcaption {
  top: 220;
  left: 0;
}

.boxgrid_title {
  font-size: 14px;
  font-weight: bold;
  padding: 4px 5px 0 10px;
  color: white;
}

.boxgrid_con {
  font-size: 12px;
  padding: 4px 5px 0 10px;
  color: white;
}

/* front Page Slider */
/* front page card links */
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}
.skdslider ul.slides li
{
   display: none;
}
.skdslider ul.slides li img{
    width: 100%;
	height:100%;
	border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}


.skdslider ul.slide-navs li {
    float: left;
	background: url("../imgs/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:18px;
	width:18px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.current-slide {
  background: url("../imgs/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}

.skdslider .slide-desc {
    
    left: 0;
    padding: 0 15px 0 15px;
    position: absolute;
    top: 15%;
    max-width: 85%;
	display:inline-block;
}


.skdslider a.prev{
    background: url("../imgs/left.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}

.skdslider a.next{
    background: url("../imgs/right.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover{
  
}
.skdslider a.next:hover{
  
}
.skdslider a.play{
    background: url("image/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
    background: url("image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}


/* front page card links */


#introstatement {
	font-family: 'UniversLTW01-67BoldCn';
	text-transform: uppercase;
	margin: 0 auto;
	text-align: center;
}
#introstatement h1 {
	font-size: 24px;
}
.card {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}
.card_content {
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	position: absolute;
	bottom: 0;
	z-index: 999;
	transition: all 0.5s ease;
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	width: 100%;
	margin-bottom: 0;
}
.subtitle {
	text-align: center;
}
.card_content h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.card:hover .card_content {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
}
.img_wrapper {
	margin: 0;
	padding: 0;
}
.img_grayscale {
	margin-bottom: 0 !important;
	padding: 0 !important
}
/* Brand section*/

.brandsections {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.brandsections p {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.brandsec-leftcol {
	text-align: center;
}
.img-center {
	margin: 0 auto;
}
.fp-textlinks li {
	list-style: none;
	font-family: 'UniversLTW01-57Condense';
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.fp-textlinks a {
	text-decoration: none;
	color: #fff;
}
.fp-textlinks a:hover {
	text-decoration: underline;
	color: #fff;
}
/* redbar front page */
.redbk {
	background-color: #ed1c24;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
#reviews {
	display: table;
	margin: 0 auto;
}
#reviews li {
	list-style: none;
	display: table-cell
}
#review-logo {
	display: none;
}
/* mail signup front page */
.mailsignup {
	text-align: center;
	padding-top: 30px;
	background-image: url(../imgs/landing/mailbackground.png);
	background-repeat: no-repeat;
	background-position: top;
}
.mailsignup p, h2 {
	text-transform: uppercase;
}
#mce-EMAIL {
	color: #000;
	font-size: 18px;
}
.mailsignup img {
	display: inline-block;
}
#selectcountry select{
	color: #000!important;
}

#mc_embed_signup .mc-field-group input {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 70%;
	max-width: 300px;
	padding: 8px 0;
	text-indent: 2%;
}
#sociallinks {
	text-align: center;
	display: table;
	list-style-position: inside;
	margin: 0 auto;
	padding-left: 0;
	padding-top: 15px;
	margin-bottom: 20px;
}
#sociallinks li {
	display: table-cell;
	padding: 8px;
}
#sociallinks2 {
	text-align: center;
	display: table;
	list-style-position: inside;
	margin: 0 auto;
	padding-left: 0;
	margin-left: 220px;

}
#sociallinks2 li {
	display: table-cell;
	padding: 8px;
}
#footer {
	display: none;
	margin-bottom: 40px;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
}
#footer li {
	list-style: none;
}
#footer li a {
	text-decoration: none;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer h2 {
	font-size: 18px;
}
#downloads {
	margin-bottom: 50px;
}
#downloads h1 {
	font-size: 75px;
	text-transform: uppercase;
	font-family: 'UniversLTW01-67BoldCn';
	margin-top: 100px;
	margin-bottom: 50px;
}
#downloads h2 {
	margin-bottom: 30px;
}
#downloads select {
	width: 300px;
	padding: 8px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	font-family: 'UniversLTW01-57Condense';
	text-transform: uppercase;
	margin-left: 5px;
}
#downloads option {
	color: #000;
	padding: 5px;
	background-color: #fff;
}
.dselection {
	font-family: 'UniversLTW01-57Condense';
	font-size: 18px;
	padding-bottom: 10px;
}
.resetbutton {
	float: right;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	background-color: transparent;
	font-family: 'UniversLTW01-57Condense';
	text-transform: uppercase;
}
#downloadadvert {
	float: right;
	margin-top: 195px;
}
.otherdownloadsbtn {
	display: inline-block;
	width: 200px;
	padding: 8px;
	color: #fff;
	border: 1px solid #f00;
	text-align: center;
	outline: none;
	text-decoration: none;
	background-color: #ed1c24;
	font-family: 'UniversLTW01-57Condense';
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-right: 10px;
}
.firmcol {
	padding-top: 58px;
}
.firmware a {
	color: #fff;
	text-decoration: none;
}
.parallax-window {
	min-height: 250px;
	background: transparent;
}
#bulkcopy h3 {
	margin-top: 40px;
}
#bulkcopy h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'UniversLTW01-67BoldCn';
	margin-top: 100px;
}
.country {
	background-color: #ed1c24;
	color: #fff;
}
.state {
	background-color: #656565;
	color: #fff;
}
#bulkcopydistrib p {
	line-height: 16px;
	padding: 0;
}
#bulkcopydistrib h3 {
	padding: 5px;
}
#bulkcopydistrib h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'UniversLTW01-67BoldCn';
	margin-top: 100px;
}
#bulkcopydistrib a {
	color: #fff;
}
#bulkcopydistrib a:hover {
	color: #fff;
}
#errors {
	padding-bottom: 30px !important;
}
.innovation {
	display: none;
}
#innostatement {
	display: block;
}
#streetfighternav {
	float: right;
	z-index: 5;
}
.innotext {
	padding-top: 50px;
}
.innotext img {
	margin-top: 100px;
}
.innotextright img {
	margin-top: 10px;
}
.innotextright p {
	padding-right: 0px;
}
#aplusbullets {
	margin-left: 30px;
}
#prodimg {
	margin-top: 50px;
}
#crnb {font-size:10px; margin-bottom: 20px;}
.headlinecopy{font-size: 3.8rem !important;font-family: 'UniversLTW01-57Condense',  serif;
}
#arrk {padding-top: 40px;}
#arrk a {color: #f00;}
#arrk a:hover {color:#fff; }



/* Landscape phones and portrait tablets */
@media (max-width: 768px) {
	

.skdslider .slide-desc > h2 {
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.skdslider .slide-desc > p {
		font-size: 14px;
		line-height: 15px;
		margin-top: 5px;
	}
	.skdslider .slide-desc > p a.more {
		font-size:14px;
	}
	
	
.logo {
	display: none !important;
}
.card_content {
	bottom: 0px;
}
#introstatement h1 {
	font-size: 75px;
	line-height: 60px;
	padding-top: 40px;
}
.skdslider {
	display: none;
}
.skdslider h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 50px;
}
#review-logo {
	display: none;
}
#mobilelogo {
	display: block;
}
.brandsections p {
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.slide-desc {
	margin-left: 70px;
}
.slide-desc p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 5px;
}
.slide-navs {
	display: block;
}
#innostatement {
	display: block;
	text-align: center;
}
#innostatement h1 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 55px;
	text-transform: uppercase;
	line-height: 45px;
	margin-top: 80px;
	padding-bottom: -20px;
}
#prodimg {
	margin-top: 50px;
}
	

}

/* Portrait tablets and small desktops */
@media (min-width: 769px) and (max-width: 991px) {


.logo {
	display: none !important;
}
.card_content {
	bottom: -190px;
}
#introstatement h1 {
	font-size: 75px;
	line-height: 60px;
	padding-top: 40px;
}
.skdslider {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.skdslider h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 50px;
}
#review-logo {
	display: block;
}
#mobilelogo {
	display: none;
}
#introstatement {
	display: block;
}
.brandsections p {
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.slide-desc {
	margin-left: 70px;
}
.slide-desc p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 5px;
}
.slide-navs {
	display: block;
}
.innovation {
	display: block;
}
.innovationcopy {
	position: absolute;
	left: 180px;
	bottom: 150px;
	width: 30%;
}
.innovationcopy h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 60px;
}
.innovationcopy p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
#innostatement {
	display: none;
}
}
#prodimg {
	margin-top: 20px;
}
#profiles {
	margin-bottom: 150px;
}
#prodimg {
	margin-top: 50px;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
.card_content {
	bottom: -190px;
}
#introstatement h1 {
	font-size: 75px;
	line-height: 60px;
	padding-top: 40px;
}
#footer {
	display: block;
	margin-bottom: 40px;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
}
#footer li {
	list-style: none;
}
#footer li a {
	text-decoration: none;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer h2 {
	font-size: 18px;
}
#footer div {
	padding-left: 80px;
}
.footmargin {
	margin-top: 40px;
}
.skdslider {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.skdslider h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 90px;
	text-transform: uppercase;
	line-height: 70px;
}
#review-logo {
	display: block;
}
.brandsections p {
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#mobilelogo {
	display: none;
}
.slide-desc {
	margin-left: 70px;
}
.slide-desc p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 5px;
}
#introstatement {
	display: block;
}
.slide-navs {
	display: block;
}
.drawing {
	display: block;
}
.innovation {
	display: block;
	position: relative;
}
.innovationcopy {
	position: absolute;
	left: 180px;
	bottom: 150px;
	width: 30%;
}
.innovationcopy h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 60px;
}
.innovationcopy p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
#prodimg {
	margin-top: 0;
}
.innotextright img {
	margin-top: 100px;
}
.innotextright p {
	padding-right: 0px;
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.card_content {
	bottom: -190px;
}
#introstatement h1 {
	font-size: 75px;
	line-height: 60px;
	padding-top: 40px;
}
#footer div {
	padding-left: 80px;
}
.skdslider h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 120px;
	text-transform: uppercase;
	line-height: 100px;
}
#review-logo {
	display: block;
}
.brandsections p {
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.skdslider {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
#mobilelogo {
	display: none;
}
.slide-desc {
	margin-left: 70px;
}
#introstatement {
	margin-bottom: 50px;
}
.slide-desc p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 5px;
}
.slide-navs {
	display: block;
}
#footer {
	display: block;
	margin-bottom: 40px;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
}
#footer li {
	list-style: none;
}
#footer li a {
	text-decoration: none;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer h2 {
	font-size: 18px;
}
.footmargin {
	margin-top: 40px;
}
.innovation {
	display: block;
}
.innovationcopy {
	position: absolute;
	left: 180px;
	bottom: 300px;
	width: 30%;
}
.innovationcopy h2 {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 60px;
}
.innovationcopy p {
	font-family: 'UniversLTW01-67BoldCn';
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
#innostatement {
	display: none;
}
.innotext {
	padding-top: 50px;
}
#prodimg {
	margin-top: 0;
}
.innotextright img {
	margin-top: 100px;
}
.innotextright p {
	padding-right: 0px;
}
}
