/*
Theme Name: Autogear
Theme URI: http://www.autogear.net/
Description: Custom Wordpress Theme for Autogear.
Version: 1.0

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

yellow: ffe000
*/
body{
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-weight: 400;
	background-color: #fff;
}
.container{
	max-width: 1156px;
}
.clear{
	clear: both;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (min-width: 825px) {
	.container {
		width: 820px;
	}
}
@media only screen and (min-width: 767px) {
	.desktopOnly{
		display: block;
	}
	.mobileOnly{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.mobileOnly{
		display: block;
	}
	.desktopOnly{
		display: none;
	}
}

/*-dropdown styles-*/

@media (min-width: 767px){
	ul.nav li.dropdown:hover > ul.dropdown-menu {
	    display: block;
	}
}


/*======HEADER=======*/
#headerWrapper{
	background-image: url('images/headerBackground.jpg');
	/*height: 254px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #1e1e1e;
}
#headerRight {
	margin-top: 135px;
}
#headerRight .contact {
	font-size: 13pt;
}
#headerRight p{
	color: #fff;
	text-align: right;
	line-height: 1.2;
}
#headerRight p span{
	color: #ffe100;
}
#logoContainer{
	position: relative;
}
#logo{
	margin-top: 58px;
	margin-bottom: 13px;
}
.logoYear{
	left: 241px;
    position: absolute;
    top: 103px;
    color: #bcbcbc;
    font-weight: 200;
}
@media only screen and (max-width: 767px) {
	.logoYear{
		display: none;
	}
	#headerWrapper{
		background-image: none;
		/*height: auto;*/
	}
	#logo{
		margin: 20px auto 13px;
	}
	#headerRight{
		margin-top: 0px;
	}
	#headerRight p{
		text-align: center;
	}
	.navbar-header{
		text-align: center;
	}
	.navbar-toggle{
		float: none;
		margin: 10px 0px 15px;
	}
}




/*=====NAVIGATION=====*/
@media only screen and (min-width: 991px) {  /*was 991px*/
	.navbar-collapse{
		padding-left: 5px;
	}
}
.navbar-inverse{
	background-color: transparent;
	border: 0px;
	padding-bottom: 10px;
}
.navbar-collapse{
	background-color: #181818;
}
.navbar-nav{
	height: 44px;
}
.navbar-nav > li > a{
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11pt;
}
.nav > li > a{
	padding-left: 9px;
	padding-right: 9px;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > .current{
	color: #ffe000 !important;
}
.mobileOnlyNavItem{
	display: none !important;
}
@media only screen and (max-width: 991px) {
	.navbar-nav > li > a{
		font-size: 11pt;
	}
	.nav > li > a{
		padding-left: 9px;
		padding-right: 9px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav{
		height: auto;
	}
	.mobileOnlyNavItem{
		display: block !important;
	}
}

/*=right nav=*/
.navbar-right{
	color: #ffe000;
	font-size: 13pt;
	padding-top: 9px;
}
.navbar-right span{
	color: #fff;
}
.navbar-nav.navbar-right:last-child{
	margin-right: 0px;
}
@media only screen and (max-width: 991px) {
	.navbar-right{
		font-size: 11pt;
		padding-top: 12px;
	}
}



/*======HOME========*/
#mainHomeBodyWrapper{
	background-image: url('images/bodyBackgroundSlice.jpg');
}
#homeBody{
	margin-bottom: 50px;
}
.homeBox{
	margin-top: 51px;
	color: #fff;
}
.whiteBox{
	background-color: #fff;
	height: 11px;
}
.textContainer{
	background-color: #222222;
	padding: 33px 15px 1px;
}
.homeBox.right .textContainer{
	text-align: right;
}
.homeBox p{
	line-height: 1.2;
	font-size: 11pt;
	margin-bottom: 19px;
}
.homeBox p a{
	color: #fff;
}
.homeBox p span{
	color: #ffe000;
}
@media only screen and (min-width: 991px) { /* only do this for desktop sizes */
	.homeBox .image{
		position: relative;
	}
	.homeBox .image img {
	    width:100%;
	    vertical-align:top;
	}
	.homeBox .image:after, .image:before {
	    position:absolute;
	    opacity:0;
	    transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.homeBox .image:after {
	    content:'\A';
	    width:100%; height:100%;
	    top:0; left:0;
	    background:rgba(255,255,255,0.6);
	}
	.homeBox .image:before {
	    content: attr(data-content);
    	text-decoration: none !important;
	    width:100%;
	    color:#000;
	    z-index:1;
	    top: 110px;
	    padding:4px 10px;
	    text-align:center;
	    box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    font-weight: 700;
	    font-size: 30pt;
	}
	.homeBox.left .image:before {
		cursor: default !important;
	}
	.homeBox .image:hover:after, .homeBox .image:hover:before {
	    opacity:1;
	}
}
@media only screen and (max-width: 767px) {
	.homeBox img{
		margin: 0px auto;
	}
	.homeBox, .homeBox.right .textContainer{
		text-align: center;
	}
	.textContainer, .whiteBox{
		max-width: 450px;
		margin: 0px auto;
	}
}
/*=======FOOTER======*/
#footerWrapper{
	background-color: #1e1e1e;
}
#footer{
	padding-bottom: 30px;
}
#footerImage{
	margin-top: 62px;
	padding-bottom: 6px;
	border-bottom: 1px solid #838282;
}
#footer ul{
	padding-left: 0px;
	margin-top: 10px;
	float: left;
}
#footer li{
	display: inline;
	padding-right: 6px;
}
#footer li a{
	color: #ffe000;
}
#footer li .current{
	text-decoration: underline;
}
#footerRight{
	float: right;
	margin-top: 10px;
}
#footerRight{
	color: #909090;
}
#footerRight a{
	color: #909090;
}
@media only screen and (max-width: 991px) {
	#footer{
		text-align: center;
	}
	#footer ul{
		list-style: none;
		float: none;
	}
	#footer ul li{
		display: inline;
	}
	#footerRight{
		text-align: center;
		float: none;
	}
}


/*=====PAGE======*/
#pageBody{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
#pageTitle{
	background-color: #282828;
	margin-top: 8px;
}
#pageTitle h1{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffe000;
	text-transform: uppercase;
	padding: 15px 0px;
	font-size: 23pt;
}
#pageTitle .container{
	position: relative;
}
#pageTitle .container:after{
	content: '';
	background-image: url('images/pageTitleArrow.jpg');
	background-repeat: no-repeat;
	width: 19px;
	height: 10px;
	position: absolute;
	left: 130px;
}
#pageBody h2{
	font-size: 17pt;
	margin-top: 0px;
	margin-bottom: 10px;
}
#pageBody h3{
	margin-top: 0px;
	color: #b0b0b0;
}
#pageBody p{
	margin-top: 30px;
}
#companyPageImage{
	float: right;
	margin-top: 23px;
	margin-left: 15px;
}
@media only screen and (max-width: 600px) {
	#companyPageImage{
		float: none;
		display: block;
		margin: 30px auto 0;
	}
}


/*====BLOG======*/
.blogPage .meta{
	background-image: url('images/calendarIcon.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 2px;
	color: #767676;
}
.blogPage .post{
	padding-bottom: 20px;
	border-bottom: 1px solid #282828;
	margin-bottom: 60px;
}
.blogPage .post:last-of-type {
	border-bottom:none;
}

#blog-intro {
	padding-bottom: 20px;
	border-bottom: 1px solid #282828;
	margin-bottom: 60px;
}
#blog-intro .blogGraphic {
	max-height:135px;
	max-width: 100%;
	float:left;
	margin: 0 10px 10px 0;
}
#headerWrapper.blogHeader .logoYear {
	top:30px;
	left:165px;
}
#headerWrapper.blogHeader #logo {
	margin-top:15px;
	height:80px;
}
#headerWrapper.blogHeader #headerRight {
	margin-top:15px;
}
/*====SEARCH======*/
.searchContainer > img {
	float:left;
}
#search {
	text-align: right;
	height:30px;
	margin-top:-8px;
}
#search #s {
	height:26px;
	width:200px;
}
#searchsubmit {
	border-radius: 0;
	padding:5px 15px;
	border:none;
	text-transform: uppercase;
	background-color:#ffe000;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	#search {
		text-align: center;
	}
}
/*====SINGLE POST======*/
.post-page .meta {
	background-image: url('images/calendarIcon.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 2px;
	color: #767676;
}
nav.post-navigation {
	padding: 10px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	margin: 25px 0;
}
div.nav-previous, div.nav-next {
	width:50%;
	display: inline-block;
}
nav.post-navigation #prevPost, nav.post-navigation #nextPost {
	width:100%;
	margin-top: 10px;
}

/*====COMMENTS======*/
#respond {
	border-top:1px solid #282828;
	padding-top:20px;
}
#commentform label {
	display:block;
	width:100%;
	font-weight:400;
}
#comment {
	width:100%;
}
#commentform #submit {
	border-radius: 0;
	padding:10px 15px;
	border:none;
	text-transform: uppercase;
	background-color:#ffe000;
}
#commentform #submit:hover, #commentform #submit:focus {
	background-color: #bea800;
}
.comment-list {
	list-style:none;
	padding-left:15px;
}
li.comment {
	border-bottom:1px solid #282828;
	padding-bottom:15px;
	margin-top: 20px;
	clear: both;
	overflow:auto;
}
li.comment:last-of-type {
	border-bottom:none;
}
.comment-author {
	min-width:200px;
	width:25%;
	float:left;
	background-color: #ffef7b;
}
.comment-author .avatar {
	/*width:50px;
	height:50px;*/
	/*border-radius: 50%;*/
	margin-right:15px;
}
.comment-awaiting-moderation, .comment-meta, .comment-body > .reply, .comment-body > p {
	width:70%;
	float:right;
	padding-left:5px;
}
.comment-meta {
	text-align: right;
}
#comments > .comment-list > li.comment > .comment-body > p {
	margin-bottom:25px;
	margin-top:10px;
}
.comment-body > .reply {
	margin-bottom:20px;
}
@media only screen and (max-width: 991px) {
	.comment-list {
		padding-left: 0;
	}
	.comment-author {
		width:75%;
		margin-bottom:15px;
	}
	.comment-awaiting-moderation, .comment-meta, .comment-body > .reply, .comment-body > p {
		width:90%;
		text-align: left;
	}
	.comment > .children {
		padding-left:10px;
	}

}

/*=====EDUCATION PAGE======*/
.educationPage .titleLeft h2{
	text-transform: uppercase;
	font-size: 15pt;
}
.educationPage .titleRight img{
	margin-top: 10px;
}
.mainText p{
	margin-top: 0px !important;
	margin-bottom: 20px;
}
#educationTabs .nav-tabs li{
	width: 33%;
	margin-top: 20px;
}
#educationTabs .nav-tabs > li > a{
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#educationTabs .nav-tabs li a{
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
#educationTabs .nav-tabs{
	border: 0px;
}
#educationTabs .nav-tabs > li > a, #educationTabs .nav-tabs > li.active > a, #educationTabs .nav-tabs > li.active > a:hover, #educationTabs .nav-tabs > li.active > a:focus{
	border:0px;
}
#educationTabs .nav-tabs li.active a{
	background-color: #ffe000;
	color: #000;
	position: relative;
}
#educationTabs .nav-tabs li.active a:after{
	content: '';
	display: block;
	background-image: url('images/educationTabActive.jpg');
	background-repeat: no-repeat;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -9px;
	width: 17px;
	height: 9px;
}
.educationTabImage{
	margin-top: 34px;
}
#bottomEducation{
	margin-top: 60px;
}
#bottomEducation h4{
	border-bottom: 2px solid #000;
    font-size: 15pt;
    line-height: 0.1em;
    margin: 13px 0 30px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#bottomEducation h4 span{
	background-color: #fff;
    padding: 0 15px 0 0;
}
#bottomEducation ul{
	padding-left: 20px;
}
@media only screen and (max-width: 991px) {
	.educationTabImage{
		margin: 0px auto;
		display: block;
	}
	#bottomEducation{
		margin-top: 0px;
	}
	#bottomEducation h4{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.titleRight{
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	#educationTabs .nav-tabs li{
		width: 100%;
	}
}



/*======CONTACT========*/
.wpcf7-textarea{
	border: 1px solid #dedede;
	width: 60%;
}
.span.wpcf7-form-control-wrap{
	position: relative;
}
input[type="text"], input[type="email"], input[type="tel"] {
    width: 30%;
}
.wpcf7-submit{
	background-color: #ffe000;
	border: 0px;
	text-transform: uppercase;
	color: #fff;
	padding: 9px 7px 7px;
}
.wpcf7-submit:hover{
	background-color: #bea800;
}
@media only screen and (max-width: 800px) {
	input[type="text"], input[type="email"], input[type="tel"] {
	    width: 100%;
	}
	.wpcf7-textarea{
		width: 100%;
	}
}


/*=====MOTORSPORTS=====*/
#inThisSection{
	color: #919191;
	font-size: 9pt;
	text-transform: uppercase;
	margin-top: -25px;
}
#motorsportsTabs h3{
	font-size: 15pt;
}
#motorsportsTabs .nav-tabs li{
	width: 100%;
	text-align: right;
	border-top: 1px solid #e7e7e7;
}
#motorsportsTabs .nav-tabs > li.active > a, #motorsportsTabs .nav-tabs > li.active > a:hover, #motorsportsTabs .nav-tabs > li.active > a:focus{
	background-color: #000;
	color: #ffe000;
	border-color: #000;
	outline: none;
}
#motorsportsTabs .nav-tabs > li.active > a:after{
	content: '';
	background-image: url('images/motorsportsActiveTab.jpg');
	height: 17px;
	width: 9px;
	display: block;
	position: absolute;
	right: -12px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#motorsportsTabs .nav-tabs{
	border: 0px !important;
}
#motorsportsTabs .nav-tabs > li > a{
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #e7e7e7 !important;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav-tabs > li > a:hover{
	border-color: #fff;
}
#motorsportsTabs .nav-tabs{
	border-right: 2px solid #000 !important;

}
#motorsportsTabs .nav-tabs li a{
	height: auto;
	background-color: #fff;
	color: #3a3a3a;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 13pt;
	outline: none;
}
#motorsportsTabs .nav-tabs li a span{
	display: block;
	color: #919191;
	font-weight: 400;
	font-size: 10pt;
}
#motorsportsTabs .nav-tabs > li.active > a span, #motorsportsTabs .nav-tabs > li.active span > a:hover, #motorsportsTabs .nav-tabs > li.active > a:focus span{
	color: #fff;
}
#motorsportsTabs h2{
	margin-top: 10px;
	margin-bottom: 7px;
}
#suportCenterContainer{
	margin-top: 30px;
}
#suportCenterContainer h4{
	border-bottom: 2px solid #000;
    line-height: 0.1em;
    margin: 13px 0 30px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
#suportCenterContainer h4 span{
	background-color: #fff;
    padding: 0 15px 0 0;
}
#customerPicturesGallery{
	padding-left: 0px;
	margin-top: 20px;
}
#customerPicturesGallery li {
    display: inline;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
#customerPicturesGallery li img{
	width: 140px;
	border: 1px solid #e5e5e5;
	padding: 3px;
}
#customerPicturesGallery li img:hover{
	border-color: #ffe000;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction{
	font-size: 11pt !important;
}
.gform_wrapper .top_label .gfield_label{
	margin-top: 30px !important;
}
.gfield_description, .gfield_html{
	text-align:justify;
}
#ez-spec .pricingButton a{
	color: #000;
	display: block;
	background-color: #ffe000;
	text-align: center;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}
#ez-spec .pricingButton a:hover{
	background-color: #ab9805;
	color: #fff;
}
.ezFormCheckboxes .gfield_label{
	font-size: 13pt;
	border-bottom: 1px solid #ccc;
	display: block !important;
}
.ezFormCheckboxes .gfield_description{
	font-size: 9pt !important;
}
.ezFormCheckboxes .ginput_container{
	font-size: 9pt !important;
}
.ezFormCheckboxes .ginput_container input, .ezFormCheckboxes .ginput_container label{
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	#motorsportsTabs .nav-tabs li a{
		height: auto;
	}
	#suportCenterContainer > div{
		margin-bottom: 70px;
	}
}
@media only screen and (max-width: 767px) {
	#motorSportsTabsButtons{
		display: none;
	}
	#motorsportsTabs .tab-content > .tab-pane {
	    display: block;
	    margin-bottom: 60px;
	    border-bottom: 1px solid #ccc;
	    padding-bottom: 40px;
	    visibility: visible;
	}
	#customerPicturesGallery li {
		float: none;
	}
	#customerPicturesGallery li img{
		display: block;
		margin: 0px auto;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half{
		width: 100% !important;
	}
}