/*
Theme Name: CarStarts
Theme URI: http://smthemes.com/carstarts
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.2
License: Creative Commons 3.0
Theme date: 11/11/2014
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:url(images/back.png) repeat fixed transparent;
}
body {	
	color:#fff;
	font-size:13px;
	font-family: 'Arial', sans-serif;
	position:relative;
	background:url(images/back-body.png) no-repeat top;
}
a {
	color:#fff;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
	color:#fff200;
}

h1, h2, h3, h4, h5, h6, a.post_ttl {
	font-family: 'a750-sans-mediumregular';
	color:#fff;
	text-decoration:none;
	line-height:25px;
	font-size:22px;
}

h2 a.post_ttl:hover{
	color:#fff;
}
a.post_ttl {
	font-size:21px;
	font-family: 'a750-sans-mediumregular';
	color:#383c3f;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#content-bottom {
	height:20px;
}
#header{
	background:url(images/back-header.png) repeat-x top;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:23px;
	line-height:25px;
	color:#6d6d6d;
	width:160px;
}
.searchbtn {
	height:25px;
	width:21px;
	margin-right:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.searchform {
	height:25px;
	background:#141414;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:260px;
	box-shadow:0 -1px 1px #000;
	border: 1px solid #141414;
}

/*------------------------------ CONTENT ------------------------------*/
.articles {
	padding-top:10px;
}
.articles .one-post {
	margin-bottom:20px;
	border-bottom:1px solid #464646;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	padding-top:13px;
	padding-bottom:26px;
	color:#383C3F;
}
.articles .post-caption .post-meta {
	padding:0;
	color:#A1A0A0;
	font-size:10px;
}
.post-meta a{
	color:#ffde00;
}
.articles .post-date {
	color:#a1a0a0;
	
}
.articles .post-caption {
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffea00 0%, #ffc808 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(100%,#ffc808)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffea00 0%,#ffc808 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffc808',GradientType=0 ); /* IE6-9 */
	padding:0 10px 12px;
	border-radius: 9px;
    height: 48px;
    padding: 0 10px;
	position:relative;
}
.articles .post-caption .wheel {
	position:absolute;
	top:-8px;
	right:0;
}
.articles .post-body  {
	margin:30px 30px 10px 0;
	border:none;
}
#content .container{
}
#commentform #submit, input.readmore, a.readmore {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #b2bcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b2bcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b2bcbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2bcbc',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-family:'Arial';
	font-size:12px;
	padding:8px 18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#383c3f;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffea00 0%, #ffc808 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(100%,#ffc808)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffea00 0%,#ffc808 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffc808',GradientType=0 ); /* IE6-9 */
	color:#383c3f;
	text-decoration:underline;
}
.featured_image {
	margin-top:15px;	
	padding:0;
	border:none;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	padding:0;
	border:none;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: #ffea00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffea00 0%, #ffc808 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffea00), color-stop(100%,#ffc808)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffea00 0%,#ffc808 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffea00 0%,#ffc808 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffc808',GradientType=0 ); /* IE6-9 */
	color:#45493c;
	border-radius:4px;
	text-decoration:none;
	font-weight:bold;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus  {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #b2bcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b2bcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b2bcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b2bcbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2bcbc',GradientType=0 ); /* IE6-9 */
	color:#45493c;
	border-radius:4px;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
	background: #323232; /* Old browsers */
	background: -moz-linear-gradient(top,  #323232 0%, #191919 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#191919)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #323232 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #323232 0%,#191919 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #323232 0%,#191919 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #323232 0%,#191919 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
#footer .container {
	padding-top:0;
	background:none;
	}
#footer h3 {
	color:#fff;
	font-family: 'a750-sans-mediumregular', sans-serif;
	font-weight:300;
	font-size:26px;
	text-transform:none;
}
#footer .inner .caption{
	background:none;
}
#footer .footer_txt {
	padding:0;
	background:none;
	height:54px;
	margin:0 auto;
}
#footer .footer_txt .container {
	background:none;
	border:none;
	color:#fff;
	
	padding-top:10px;
	text-align:center;
}
.footer-widgets {
}
#footer .footer_txt .container a {
	color:#FFEA00;
}
#footer .inner a {
	color:#fff;
}
#footer .inner a:hover{
	text-decoration:underline;
	color:#FFEA00;
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}
.sidebar {
	
}

#content .widget .caption h3 {
		padding: 10px 15px;
		margin-bottom:20px !IMportant;
}	
#content .widget {
}
.fp-next{
	background-position:left 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
}
.fp-prev {
	background-position:right 50%;
	height: 72px;
    margin: 150px -43px;
    width: 42px;
	
}
.inner .caption{
	background: #535353; /* Old browsers */
	background: -moz-linear-gradient(top,  #535353 0%, #323232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(100%,#323232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #535353 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #535353 0%,#323232 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #535353 0%,#323232 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #535353 0%,#323232 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	border-radius:9px;
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:40px;
	}
	#content {
		
	}
	#content .container {
		padding:0;
		width:1000px;
	}
	#logo {
		float:left;
		margin-top:56px;
		margin-left:0;
	}
	.menusearch {
		position:absolute;
		top:57px;
		right:10px;
		width:250px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:116px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		font-family:'a750-sans-mediumregular', sans-serif;
		padding:0 18px;
		max-width:750px;
		height:34px;
		
	}
	#secondarymenu a {
		text-decoration:none;
		padding:8px 12px;
		display:block;
		color:#fff;
		font-size:16px;
	}
	#secondarymenu a:hover{
		color:#FFEA00 ;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:57px;
		z-index:18;
		font-family: 'a750-sans-mediumregular';
		margin-top:14px;
		font-weight:500;
		background: #323232; /* Old browsers */
		background: -moz-linear-gradient(top,  #323232 0%, #191919 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#191919)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #323232 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #323232 0%,#191919 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #323232 0%,#191919 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #323232 0%,#191919 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
		margin:0 auto;
		padding:0 10px;
	}
	#mainmenu li a {
		text-align:center;
		display:block;
		text-decoration:none;
		padding:18px 20px;
		font-size:17px;
		color:#fff;
		background:url(images/menu-li-separator.png) left 50% no-repeat;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#FFEA00;
		background:url(images/back-menu-hover.png) repeat-x right;
	}


	#header #mainmenu li ul {
		top:57px;
	}
	#header li ul {
		top:38px;
	}
	#header li ul .transparent {
		background: url("images/back-sub.png") repeat scroll 0 0 transparent;
		border-radius: 3px 3px 3px 3px;
	}
	#header li ul .inner {
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff !important; 
		padding:0 !important;
		background:url(images/back-submenu.png);
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#FFEA00 !important; 
		border:none !important;
		box-shadow:none !important;
	}
	
	#header #mainmenu li ul .inner {
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#fff !important;
		text-shadow:1px 1px 1px #fff;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		color:#FFEA00 !important;
		border:none !important;
		box-shadow:none !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		width:1000px;
		height:450px;
		margin-bottom:-23px;
		margin-top:15px;
		background:url(images/shadow-slider.png) no-repeat scroll bottom;
		margin:0 auto;
		padding-bottom:23px;
	}
	.fp-next, .fp-prev {
		margin:150px -46px;
		width:44px;
		height:80px;
	}
	.fp-title{
		font-size:13px;
	}
	.slider {
		position:relative;
		width:1000px;
		background:#fff;
		border:none;
	}
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:450px;
		width:1000px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		bottom:22px;
		left:auto;
		right:22px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		border-top: 1px solid #464646;
	}
}	


/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#d9dede !important;
	color:#383c3f !important;
	text-transform:uppercase !important;
	border:none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#ffd904 !important;
}
.widget.woocommerce.widget_product_search #s {    
	background:#141414 !important;
	color:#fff !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#303030;
	padding:2px 6px;
	color:#fff;
}
.widget.woocommerce.widget_product_search label { 
	margin-top:0 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#ffe900 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#c09706 !important;
}
.woocommerce-page #main_content > #container > #content { 
	padding:15px 0 !important;
}
/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float: left;
		margin-left: 20px;
		margin-top: 30px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content-top{
		height:50px;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-right:0;
		margin-top:15px;
	}
	#secondarymenu-container {
		height:95px;
		padding-top:20px;
		font-family:'a750-sans-mediumregular';
		
	}
	#secondarymenu {
		clear:right;
		float: right;
		margin-right:15px;
		padding: 0 18px;
	}
	#secondarymenu li {
		padding:11px;
		font-size:14px;
	}
	#secondarymenu li a{
		color:#fff;
		text-decoration:none;
	}
	#secondarymenu li a:hover{
		color:#FFEA00;
		background:url(images/back-menu-hover.png) repeat right;
	}
	#mainmenu-container {
		z-index:18;
		font-family: 'a750-sans-mediumregular', sans-serif;
		margin-top:14px;
		font-weight:500;
		background: #323232; /* Old browsers */
		background: -moz-linear-gradient(top,  #323232 0%, #000707 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#000707)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #323232 0%,#000707 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #323232 0%,#000707 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #323232 0%,#000707 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #323232 0%,#000707 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#000707',GradientType=0 ); /* IE6-9 */
		padding-bottom:10px;
	}
	#mainmenu {
		
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		display:block;
		text-decoration:none;
		padding:10px 20px 5px;
		font-size:17px;
		color:#fff;
	}

	#header ul.children li a, .sub-menu li a {
		font-family:'Arial';
	}
	
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
		margin-bottom:30px;
	
	}
	#logo {
		margin-top:20px;
		margin-bottom:-25px;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:20px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}