/*
Theme Name: sharp2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sharp2017
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sharp2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# SHARP specific
--------------------------------------------------------------*/
body {
	font-family:  'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	line-height: 1.40em;
	color: #404040;
	background-image: url("img/general/main_background.jpg");
    background-repeat: repeat-y;
	background-position:center;
	background-color: #c7deec;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bolder;
}

h3 small,
h4 small { color: #404040;}

a {
	color: #404040;
	text-decoration:none;
}
a:hover, a:focus {
	    color: #002f4b;
 
	
}

p {
font-style:normal;
}
.navbar-brand > img {
	margin-top: -62px;
}

.navbar-default .navbar-nav > li > a > img {
padding:0 !important;
margin-top: -22px;
}
/*
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	padding-top:5px;
	padding-bottom:5px;	
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	padding-top:5px;
	padding-bottom:5px;	
}
*/
.nav > li > a {
	padding-left:5px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-collapse {
	padding-right:0px;
	float:right;
}

.main-logo {
	width:200px;
}
.title {
	position: absolute;
	top: -35px;
	border: none;
	color: #404040;
}

.title h2 {
	/* background-image: url('/wp-content/themes/sharp2017/img/title_background.jpg'); */
    background-image: url('img/title_background.jpg');
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 5px;
	background-position: bottom;
	display: inline;
}

.secd-title {
	position: absolute;
	top: 190px;
	border: none;
	color: #404040;
    background-color: #f9d016;
}

.secd-title h2 {
	/* background-image: url('/wp-content/themes/sharp2017/img/title_background.jpg'); */
    background-image: url('img/title_background.jpg');
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 5px;
	background-position: bottom;
	display: inline;
}


.third-title {
	position: absolute;
	top: 200px;
	border: none;
	color: #404040;
}

.third-title h2 {
	/* background-image: url('/wp-content/themes/sharp2017/img/title_background.jpg'); */
    background-image: url('img/title_background.jpg');
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 5px;
	background-position: bottom;
	display: inline;
}



.air-top {
	padding-top: 30px;
	margin-top: 20px;
}
.air-top-lgr {
	padding-top: 30px;
	margin-top: 50px;
}
.footer-top-lgr {
	padding-top: 50px;
}
.content-bg {
	background-color: #fff;
	padding-bottom:30px;
}
.home-content-bg {
	
	background-image: url(img/intro_background.jpg);
    background-repeat: repeat-x;
    background-position: 0px 81px;
    background-color: #ffffff;
    min-height: 369px;
    position: relative;
	}
.home-content-bg2 {
	background-color:#ffffff;
}
.btn-custom {
	border-radius: 0;
	padding: 8px 16px;
	color: #021f2d;
	background-color: #fddd33;
	border-color: #fddd33;
	background-image: linear-gradient(#fddd33, #fde047);
	font-weight: bold;
	font-style: normal;
	font-size: 1.125em;
	text-transform: uppercase;
	-webkit-transform: skew(-15deg);
       -moz-transform: skew(-15deg);
         -o-transform: skew(-15deg);
	
}
.btn-custom:hover {
	border-color: #1b3542;
	background-image: linear-gradient(#021f2d, #1b3542);
	color: #fddd33;
}

.btn-custom-small {
	border-radius: 0;
	padding: 2px 6px;
	color: #021f2d;
	background-color: #fddd33;
	border-color: #fddd33;
	background-image: linear-gradient(#fddd33, #fde047);
	font-weight: bold;
	font-style: normal;
	font-size: 1.125em;
	text-transform: uppercase;
	
	
}
.btn-custom-small:hover {
	border:0;
}
.main-footer .site-map .glyphicon {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
}
.main-footer .site-map.active .glyphicon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.site-map a:active, a:hover, a:focus {
	text-decoration: none;
}

.main-footer .twitter-text span{
		color:#fddd33;
	}

.btn-custom-inv {
	/*border-radius: 0;
	padding: auto 16px;
	color: #fddd33;
	background-color: #1b3542;
	border-color: #1b3542;
		background-image: linear-gradient(#1b3542, #1b3542);
	font-weight: bold;
	font-style: normal;
	font-size: 1.125em;
	text-transform: uppercase;
	*/
		font-size:16px;
	font-family:Arial;
	font-weight:bold;
	text-transform: uppercase;
	font-style: normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #053044;
	padding:4px 27px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #053044 5%, #21f2d 100% );
	background:-ms-linear-gradient( top, #053044 5%, #21f2d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#053044', endColorstr='#21f2d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #053044), color-stop(100%, #21f2d) );
	background-color:#053044;
	color:#ffdd00;
	display:inline-block;
	text-shadow:1px 1px 0px #56718c;
 
	
	
}
.btn-custom-inv:hover {
		background:-moz-linear-gradient( center top, #21f2d 5%, #053044 100% );
	background:-ms-linear-gradient( top, #21f2d 5%, #053044 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21f2d', endColorstr='#053044');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #21f2d), color-stop(100%, #053044) );
	background-color:#021f2d;
	color:#ffffff;
}
	.btn-custom-inv:active {
	position:relative;
	top:1px;
}

.page-header {
	margin: 20px 0;
	padding-bottom: 0;
}

#cookie-notice {
	background-color: #021621;
}

.has-cookie-bar #catapult-cookie-bar{
padding: 10px 15px 10px 15px;
font-style:normal;
}

.x_close span {
background:#ffffff;
}

/*--- SHARP sidebar ---*/
.panel-sidebar {
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
}
.panel-sidebar > .panel-heading {
	background-color: #021621;
	color: #fff;
}
.panel-sidebar > .panel-heading h4 {
	margin: 5px 0;
	font-size:24px;
}


/*--- Masthead ---*/
.video-head-section {
    overflow: hidden;
	color: #fff;
margin:0;
}
.masthead {
	min-height:120px;
}
.masthead .container {
	/*background-image: url('/wp-content/themes/sharp2017/img/homepage/header-background.png');
	min-height: 120px;
	padding: 20px 0; */
	position: relative;
    z-index: 99;
margin:0;	
}

/*--- SHARP header ---*/
.sharp-header {
	padding: 20px 0;
}

.sharp-header .menu-list {	
	    margin-left: -60px;
}
.sharp-header .menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.sharp-header .menu-list ul li {
    float: left;
	background-color: #000000;
}


.sharp-header .menu-list ul li:hover a {
    	color: #fddd33;
   
}

.sharp-header .menu-list ul li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
 /*   border-right: 1px solid #ffffff; */
    padding: 0 10px;
	text-transform: uppercase;
	color:#dde1e3;
	 
}

.sharp-header .menu-list ul li.last a {
    border: none;
}

.sharp-header .screen-reader-text {
    color:#fff;
}
.sharp-header .screen-reader-text:focus {
    color:#002f4b;
}

/*.intro-row {
	margin-right:0px;
}
.video-row {
margin-left:0px;
	margin-right:0px;
}
*/
.video-row p {
	margin-bottom:30px;
}
.sharp-intro-container{
	padding-top:30px;
	 }
.sharp-intro {
	padding: 20px 0;
	border: 3px solid #fddd33;
	margin: 10px 30px 10px 50px;
	-webkit-transform: skew(-15deg);
       -moz-transform: skew(-15deg);
         -o-transform: skew(-15deg);
	transform:skew(-15deg);
}
.sharp-intro .col-sm-6 {
	float:right;
}
.sharp-intro h1 {
	font-weight: normal;
	color: #071f2d;
	font-style: normal;
	background-color: #fddd33;
	font-size: 1.2em;
	margin-left: -50px;
	display: inline;
	padding-left:8px;
	padding-right:0px; /*was 8px replaced by nbsp*/
	/*-webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg); */
}

.sharp-intro h1 span {
	font-weight: bold;
	background-color: #fddd33;
	font-size: 1.6em;
	margin-left: -50px;
	padding: 0 8px 0 10px;
	
}

.sharp-intro > div > p {
	padding-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.45em;
	margin-left:-35px;
	-webkit-transform: skew(15deg);
       -moz-transform: skew(15deg);
         -o-transform: skew(15deg);
}

.sharp-intro .animated_star {
	padding-top:25px;
margin-left:-40px;
}
.sharp-intro-whitebg hr {
	border-top: 1px solid #ffffff;
}

.sharp-intro-whitebg p {
	font-size:17px;
	font-style:normal;
	color:#002f4b;
}

.sharp-intro-bluebg{
	padding-top:50px;
	}

.video-head-section .masthead {
	position: relative;
	min-height: 120px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
    background-color: #03202e;
}

.masthead video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* z-index: -5; */
	opacity: 1;
}


.masthead-inner {
	color: #fff;
	background-color: #021f2d;	
}
.masthead-inner .container {
	background-image: url('/wp-content/themes/sharp2017/img/homepage/header-background.jpg');
	min-height: 120px;
	padding: 20px 0;
}


/*--- Helmet search ---*/

.helmet-search {
	background-color: #fddd33;
	padding-bottom: 20px;
}

#search-box {
	/* background-image: url('/wp-content/themes/sharp2017/img/search/search-background.jpg'); */
    background-image: url('img/search/search-background.jpg');
	background-color: #dbae2c;
	background-position: center top;
	background-repeat: no-repeat;
	position:relative;
}

.homepage #search-box {
	margin-right:-15px;
}

#wp-searchform .sr-only {
    color:#b0b0b0;
}

#search-box h3 {
	padding: 10px 20px;
	margin: 0;
	background-color: #333333;
	color: #fff;
}

#search-box form {
	margin: 20px;
	padding-bottom: 20px;
}
#search-box form label h4 {
	padding: 0;
	margin: 0;
}
#search-box .form-control {
border-radius: 0px;
}
::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}
#search-box .search-btn {
    /*padding:0px;*/
	display: block;
    /*float: right;*/
    position: absolute;
    right: 21px;
    bottom: 35px;  
}
@media only screen and (max-width: 768px) {
    #search-box .search-btn {
        right: 36px;
        bottom: 30px; 
    }
    #search-box form .stars {
        margin-bottom:0;
    }
}


#search-box-home {
	padding-top: 5px;
	background-image: url('/wp-content/themes/sharp2017/img/search/search-background-home.jpg');
	background-color: #dbae2c;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	
}

#search-box-home form {
	margin-top: 0;
	padding-top: 0;
}
#search-box-home p.lead {
	padding-top:10px;
	font-size:18px;
}

#search-box-home h3 {
	margin-top:8px;
}
#search-box-home .search-btn {
	margin-top: 20px;
	
	
}

.remember {
	/* background-image: url('/wp-content/themes/sharp2017/img/remember-bg.jpg'); */
    background-image: url('img/remember-bg.jpg');
	background-repeat: none;
	background-position: center;
	padding: 10px 15px;
	background-color: #03202e;
	color: #fff;
	height:144px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
}
.remember p {
color: #ffffff; 
	font-size: 1.6em; 
	font-family: 'Open Sans';
	margin-top:28px;
	margin-bottom:25px;
}


.remember ul {
	width: 95%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 0;
	margin-top:-10px;
}
.remember ul li {
	
	    display: inline-block;
    color: #fff;
    width: 33.33%;
	padding-bottom:17px;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
}


.tickImage {
float:left;
	padding-right:10px;
}

.rememberItems {
text-align:left;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
		 transform-origin: 48% 50%;			
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

form .stars {
  background: url("img/search/stars.png") repeat-x 0 0;
  width: 150px;
  margin: 0 auto;
  
	float:left;
    background-color: #ffffff;
    
    	
}

form .search-lastrow {	
	/*margin-bottom:40px;*/
}
 
form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("img/search/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}


/*--- Front page latest ratings ---*/


.button-default {
  /*color: #777777;*/
  color: #404040;
  /*border-left: 1px solid grey; */
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0px 5px 5px;
  margin-top: 3px;
  display: inline-block;
}

.button-slanted {
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-decoration: none;
}

.button-slanted-content {
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);  
  display: inline-block;
  text-decoration: none; 
}

.button-slanted-content em {
    font-size:14px; 
	
}

.button-fixedwidth {
  width: 100px;
}
.line {
 /* border-top: 1px solid #777777; */
  width:100%;
  text-align: right;
}

table.latest-ratings tr td {
	padding: 4px;
	border-top: none;
	vertical-align: middle;
}

table.latest-ratings h4 {
	text-transform: none;
}


/*--- Helmet promos ---*/
.promos {
	padding: 30px 0;
	/* background-image: url('/wp-content/themes/sharp2017/img/homepage/frontpage-factory.jpg'); */
    background-image: url('img/homepage/frontpage-factory.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #051522;
	background-size:cover;
}
.promo {
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.12);
	background-color: #fff;
	min-height: 460px;
}
.promo hr {
	width: 66%;
}

.header-promo {
	display: block;
}

.promo-container {
	padding: 20px 40px 20px 20px;
}

.promo-container h3 {
	margin-top: 0;
}

.promo .box-btn {
	position:absolute;
	bottom:40px;
	right: 130px;
}

.box-container .box-col {
	
}
.box-container {
	/*
padding-left:0px;
	padding-right:0px;
	*/
}
.news-image {
width: 120px; 
}

.read-more {
	float:right;
}

.content-area {
	margin-bottom:15px;
}
/*--- Comments form ---*/
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 50%;
}

.nav-links {
padding-top:20px;
}

/* Helmets list page */

.table-responsive h4{
    text-transform: none;
}
.table-responsive p{
margin-top:10px;
margin-bottom:10px;
}

.table-responsive img{
margin-top:10px;
margin-bottom:10px;
}

/* Individual helmet page */
.percentage-overlay {
	position: absolute;
    top: 57px;
    left: 20px;
    color: #ffffff;
	font-weight:normal;
	border-bottom:none;
font-size:14px;
}
   
.details-img {
display: inline-block;
        width: 50%;
    padding-left: 20px;
	vertical-align:top;
}

/* News Page */

.nav-links .prev-image span {
	position: absolute;
    left: 55px;
    padding-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}


.nav-links .next-image span {
	position: absolute;
    right: 55px;
    padding-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}


/* Faq page */

#faq_category .form-control {
border-radius:0px;
}

/* Other pages */

.entry-content a {
text-decoration:underline;
}

.content-bg a {
text-decoration:underline;
}

/*--- Footer ---*/

.newsletter {
	/* background-image: url('/wp-content/themes/sharp2017/img/footer/newsletter_bg.png'); */
    background-image: url('img/footer/newsletter_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 15px 30px;
	color: #fff;
    background-color: #03202e;
}

.newsletter .help-block {
color:#ffffff;
}
.newsletter .help-block a{
color:#ffffff;
text-decoration:underline;
}

.newsletters-acknowledgement p {
color:#404040;
}
.footer-top-lgr .newsletters .alert {
	position:absolute;
	margin: 5px 0 0px 0;
}

.footer-top-lgr .newsletters .help-block {
	color:#ffffff;
}
.footer-top-lgr .newsletters .help-block a{
color : #ffffff;
text-decoration:underline;
}
.request-test {
	/* background-image: url('/wp-content/themes/sharp2017/img/footer/request_bg.png'); */
    background-image: url('img/footer/request_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 15px 30px;
	color: #fff;
    background-color: #03202e;
}

.searchWeb {
    color: #b0b0b0;
    font-size: 16px;
    font-style: normal;	
}

.lead {
    font-style: normal;
}
footer {
	padding: 20px 0;
}

footer.main-footer {
	padding: 20px 0;	
	margin-top: 50px;
	background-color: #0b2136;
}

footer.main-footer ul li {
	padding: 2px 0;
	color: #b0b0b0;
}

footer.main-footer ul li .icon {
	padding: 2px;
	
}

footer.main-footer a {
	color: #b0b0b0;
	font-size: 16px;
	font-style: normal;
}

footer.main-footer h4 {
	color: #b0b0b0;
    font-size: 20px;
    font-style: normal;
	
	
}
footer.main-footer p{
	color: #b0b0b0;
    font-size: 14px;
    font-style: normal;
	font-weight:normal;
}


.footer-search .form-control {
	border-radius:0px;
	    background-color: #586773;
    border: 0;
	color:#b0b0b0;
	
}
.footer-search .btn-default {
	border-radius:0px;
	border:0px;
	background-color:#fddd33;
	padding:7px 12px;
}
footer.gov-footer {
	padding-bottom: 0;
	background-color: #000;
	color: #b0b0b0;
}

footer.gov-footer p a {
	color: #b0b0b0;
	text-decoration: underline;
}

.btn-blue-w-arrow:hover, .btn-blue-w-arrow {
	
	position: relative;
	color: #fff;
	
	text-align: left;
	line-height: 18px;
	padding: 4px 20px;
	padding-left: 35px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	font-weight: 300;
}

.btn-blue-w-arrow .fa {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}

.main-footer .site-map .fa {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	-moz-transform: rotate(150deg);
	-o-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
}
.main-footer .site-map.active .fa {
	transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
}



.col-fifths {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;

}
/*responsive css */

/* Only for desktops */

@media(min-width:1200px) {
	 /* hide mobile version by default */
  .logo .mobile {
    display: none;
  }
	  .logo .desktop {
      display: block;
    }
	.main-logo {
	width:245px;
	}
}


/* Laptop and above */
@media(min-width:980px) {
footer .footer-search {
	padding:0;
}
.pull-right {
    float: right;
}


}

/* laptop styles */
@media (max-width: 1199px) {
	
.promo .box-btn{
		 right:100px;
	}

	.sharp-intro > div > p {
	width:100%
		
	}
	.sharp-intro {
        	display:none;
        }
	  .logo .mobile {
      display: block;
    }
    .logo .desktop {
      display: none;
    }
	
	
	.btn-custom-inv {
		 padding: 4px 10px;
	}
	.remember ul li {
		font-size:18px;
	}
	   
}

/* tablet styles */
@media (max-width: 980px) {
	.sharp-intro {
        	display:none;
        }
	
	.home-content-bg {
	
        background-position: 0px 111px;
    
	}
	
	.sharp-intro-bluebg {
	padding-top:29px;
	}
	
	.title h2 {
		font-size:24px;
	}
	.secd-title {
		top:223px;
	}
	.secd-title h2 {
		font-size:24px;
	}
	.third-title h2 {
		font-size:24px;
	}
	#search-box form {
		padding-bottom:65px;
	}
	#search-box .form-group{
		margin-bottom:10px;
	}
	#search-box h3{
		font-size:24px;
	}
	form .stars {
		margin-bottom:20px;
	}
	
	#search-box .search-btn{
		float:right;
	}
	.btn-custom-inv {
		    padding: 8px 57px;
	}
	.sharp-intro-container h4{
		font-size:16px;
	}
	.remember ul li {
		font-size:14px;
	}
	
	.remember ul {
    width: 100%;
	 }
	
.promo-container h3 {
font-size:16px;
}
	
	.promo .box-btn {
    right: 60px;
		bottom:35px;
}
	
	.prev-next-posts {
	padding-bottom:30px;
	}
	 
	.newsletter h2 {
		font-size:24px;
}
	.request-test h2 {
		font-size:24px;
	}
	
	.panel-sidebar > .panel-heading h4 {
	font-size:24px;
}
}
	
/* non-mobile styles */
 @media (min-width: 768px) {
	.promos .row {
	margin-left:-30px;
	margin-right:-30px;
	}
}
/* mobile styles */
 @media (max-width: 780px) {
.request-test {
	 padding:0px;
	 } 
}
/* mobile styles */
 @media (max-width: 767px) {
	 .navbar-brand > img {
	margin-top: -40px;
}
	 
.sharp-intro-container{
		 display:none;
	 }
	 
.sharp-header .menu-list {
		   margin-left: -60px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: -15px;		 
}
.sharp-header .menu-list ul li a {
	font-size:10px;
	 }
	   
.nav > li > a {
	padding-left:15px;
	padding-right:15px;
}
	
	 #search-box {
	 margin-right:0px;
	 }
#search-box .search-btn{
		float:right;
	}
	 .btn-custom-inv {
		    padding: 4px 10px;
	}
	 
	 #search-box form{
		 padding-bottom:20px;
	 }

.remember p {
	margin-top:28px;
}
.video-row p {
margin-bottom:20px;		 
}
.footer-top-lgr {
  padding-top:20px;
}
.footer-top-lgr .col-sm-6{
	margin-bottom:20px;
}
	 
.request-test {
	     padding: 15px 30px;
} 

	 footer.main-footer {
	 margin-top:0;
	 }
	 
.homepage #search-box {
	margin-right:0px;
}

	 .nav-links {
padding-bottom:20px;
}

.table-responsive h4{
font-size:15px;
}
.table-responsive p{
margin-top:7px;
font-size:15px;
}

	 
}

@media (max-width: 480px) {
	.nav > li > a {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.navbar-collapse {
	margin-left:0px;
	float:left;	
	width:100%;
}
.navbar-default .navbar-nav > li > a > img {
padding:0 !important;
margin-top: 0px;
}
.page-header {
    margin: 20px 10px;
    padding-bottom: 0;
}

.title {
    position: absolute;
    top: -12px;
    border: none;
    color: #404040;
}
	
.main-logo {
	width:150px;
}
	
	.masthead {
		color: #fff;
		background-color: #021f2d;	
	}
	.masthead .container {
		background-image: url('img/homepage/header-background.jpg');
		min-height: 120px;
		padding: 20px 0;
	}
	.air-top {
		padding-top:0px;
	}
	    
	.sharp-intro {
	display:none;
	}
	.promo .box-btn {
		position:relative;
		right:0px;
		bottom:0px;
	}
	.promos {
	    padding: 20px 0;
	}
	
	
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1080px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
	
}

@media print {
body { background:white; color:black; margin:0; background-image: none; }
	.sidebar-helmet, .video-head-section, .footer-top-lgr, .main-footer, .gov-footer, .cookie-law-info-bar, .cookie-law-info-again, .cookie_hdr_showagain {display: none !important; opacity: 0 !important; z-index: -1 !important;}
	.helmet-info {width: 100% !important;}
	.helmet-info img {max-height: 100px !important; width: auto !important;}
	.page-header h1::before {content: "Motorcycle Helmet Safety Rating: "; font-weight: normal; font-size: 80%; white-space: pre;}
	.helmet-details, .helmet-features {float: left !important; width: 50% !important;}
	.impact-zones div.row:last-of-type > div {float: left !important; width: 15% !important;}
	.impact-zones div.row:last-of-type > div:first-of-type {width: 45% !important;}
	.impact-zones div.row:last-of-type > div:last-of-type {width: 40% !important;}
	p, td, th { font-size: 12px !important;}
	h1 { font-size: 20px !important;}
	h3 { font-size: 16px !important;}
	.air-top { margin: 0 !important; padding: 0 !important;	}
	td, th { padding: 5px !important; }
	td img { width: 40px !important; height: 40px !important;}
}