/*
Theme Name: AutoMania
Theme URI: http://smthemes.com/automania/
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/07/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) top fixed;
}
body {	
	color:#797979;
	position:relative;
	font-family:'tahoma';
	background:url(images/top.png) 50% top repeat-x;
}
a {
	color:#2b2b2b;
}
a:hover {
	color:#fe721c;
}
a.post_ttl, .post-caption h1 {
	color:#434343;
	font-size:25px;
	font-family: 'anaheimregular';
}
h2 a.post_ttl:hover{
	color:#fe721c;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:31px;
	line-height:31px;
	color:#434343;
	font-family:'tahoma';
	text-transform:lowercase;
	font-size:14px;
	width:151px;
}
.searchbtn {
	width:72px;
	height:33px;
	margin-right:0;
}
.searchform {
	height:31px;
	border:2px solid #fe721c;
	background:#fff;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content{padding:0 20px 20px;}
.articles .post-body{line-height:15pt;}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(137,226,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(137,226,238,1) 0%, rgba(19,137,176,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,226,238,1)), color-stop(99%,rgba(19,137,176,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,226,238,1) 0%,rgba(19,137,176,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,226,238,1) 0%,rgba(19,137,176,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,226,238,1) 0%,rgba(19,137,176,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,226,238,1) 0%,rgba(19,137,176,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89e2ee', endColorstr='#1389b0',GradientType=0 ); /* IE6-9 */
	font-family: 'anaheimregular';
	text-transform:lowercase;
	font-size:23px;
	color:#fff;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background: rgb(254,114,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,114,28,1) 0%, rgba(151,67,16,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,114,28,1)), color-stop(99%,rgba(151,67,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,114,28,1) 0%,rgba(151,67,16,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,114,28,1) 0%,rgba(151,67,16,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,114,28,1) 0%,rgba(151,67,16,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,114,28,1) 0%,rgba(151,67,16,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe721c', endColorstr='#974310',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
}
.articles .post-caption h2, .articles .post-caption h1{
	border-bottom:1px solid #d1d1d1;
	padding:10px 0;
}
.post-meta{padding:5px 0 !important;}
.featured_image.alignleft{padding:0;  border:none; margin-right:20px;}
.featured_image.alignright{padding:0; border:none; margin-left:20px;}
.featured_image.aligncenter{padding:0; border:none;}
.featured_image{
	margin-top:15px;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:5px 10px;
	font-size:15px;
	font-family: 'tahoma';
}
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 {
	color:#434343;
	text-decoration:underline;
	background:none !Important;
}
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  {
	color:#fe721c;
}
 
.page-title{
	color:#fe721c;
	font-size:25px;
	font-family: 'anaheimregular';
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
}

#footer .inner a{
	text-transform:uppercase;
}

#footer h3{
	color:#2b2b2b;
	font-size:25px;
	font-family: 'anaheimregular';
}

#footer .container {
}

#footer .footer_txt {

}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ 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;
}

#content .widget .caption h3 {
	color:#434343;
	font-size:25px;
	font-family: 'anaheimregular';
}
#content .widget a{
	text-decoration:underline;
}
.tabs_captions .scaption{
	color:#ababab;
	font-size:20px;
	font-family: 'anaheimregular';
	border:none;
	padding:7px 4px !important;
	margin-right:3px;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	font-size:25px;
	color:#fe721c;
	border-bottom:8px solid #fe721c;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
.widget_posts .day{
	color:#434343;
	font-size:35px;
	font-family: 'anaheimregular';
}	
.widget_posts .date{
	font-family: 'anaheimregular';
	font-size:15px;
	text-transform:lowercase;
	margin-top:-15px;
}
.widget-title{
	margin-bottom:10px;
	display:list-item;
}
.widget_posts ul li{
	border-bottom:1px solid #d1d1d1;
	padding:15px 0;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	.no-slider{
		background:url(images/top-no-slider.png) 50% top repeat-x;
	}
	#header{
		height:730px;
		background:url(images/brightness.png) 50% 308px no-repeat;
	}
	.no-slider #header{
		height:221px;
		background:url(images/brightness-no-slider.png) 50% 20px no-repeat;
	}
	#content .container {
	}
	#logo {
		position:absolute;
		top:84px;
	}
	.menusearch {
		width:260px;
		position:relative;
		top:10px;
		right:10px;
	}
	.menusearch .searchform{
		background:#aaedf9;
		border:2px solid #434343;
		box-shadow:2px -2px 3px #5D8991;
	}
	.menusearch .searchbtn{
		background:url(images/search-top.png) center no-repeat;
		width:19px;
		margin-right:10px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:142px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		background:url(images/sec-menu.png) left top repeat-x;
		margin-right:50px;
		height:57px;
	}
	#secondarymenu a {
		padding:22px 9px 14px;
		color:#434343;
		font-family:'tahoma';
		font-size:12px;
		text-transform:uppercase;
	}
	#secondarymenu a:hover{
		color:#fe721c;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:62px;
		padding:0 50px;
		margin:0 auto;
		position:relative;
		z-index:18;
	}
	#mainmenu li a {
		padding:25px 20px 20px;
		font-size:25px;
		color:#2b2b2b;
		font-family: 'anaheimregular';
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#fe721c;
	}
	#mainmenu li a.sf-with-ul{ }

	#header li ul {	top:44px; }
	#header #mainmenu li ul { top:60px; }
	
	#header li ul .transparent {
		background:url(images/sec-menu-hover.png) top no-repeat;
	}
	#header li ul .inner {	
		background:#fe721c;
		margin-top:13px;
	}
	#header #mainmenu li ul .transparent {
		background:url(images/mainmenu-hover.png) 50% top no-repeat;
	}
	#header #mainmenu li ul .inner {	
		background:#aceef9;
		margin-top:25px;
	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#434343; 
		padding:0 20px !important;
		font-size:12px !important;
		text-transform:lowercase !Important;
		text-align:left;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		color:#2b2b2b;
		font-size:20px !important;
		padding:0 20px !important;
		text-align:left;
		font-family: 'anaheimregular' !important;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#fe721c;
		background:none;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto;
		width:1000px;
		height:400px;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:0 -17px;
		width:44px;
		height:390px;
	}
	.fp-title{
		font-size:13px;
	}
	
	.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  {
		width:1000px;
		height:400px;
	}
	.fp-content-fon {
		border:none;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		height:270px;
		background:url(images/fp-fon.png) center no-repeat;
		width:270px;
		left:25px;
		bottom:95px;
	}
	.fp-content { 
	    bottom: 143px;
		font-size: 13px;
		height: 175px;
		left: 77px;
		right: 758px;
		text-align: left;
	}
	.fp-more{
		float:right;
		text-decoration:none !important;
		text-transform:lowercase !important;
	}
	.fp-title a{
		color:#fff;
		font-size:30px;
		font-family: 'anaheimregular';
		text-decoration:none;
	}
	.fp-title a:hover{color:#fe721c;}
	.fp-pager a{
		width:18px;
		height:18px;
	}
	.fp-nav {
		bottom: 55px;
		left: 95px;
		right: auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	#content .container { background:url(images/content/main-n.png) top repeat-y; padding:0 10px; width:990px;}
	#content-bottom{background:url(images/content/bottom-n.png) top no-repeat; height:105px; width:1010px;}
}	

/* 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:#4bb4ce !important;
	color:#fff !important;
	text-transform:lowercase !important;
	text-shadow:none !important;
	font-weight:normal !important;
	border:none !important;
	box-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:#cf5d17 !important;
}
.widget.woocommerce.widget_product_search #s {    
	background:#AAEDF9 !important;
	border:2px solid #434343 !important;
	color:#434343 !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#4bb4ce;
	color:#fff;
	text-transform:lowercase;
	padding:4px 8px;
}
.widget.woocommerce.widget_product_search #searchsubmit:hover { 
}
.widget.woocommerce.widget_product_search { 
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#42ADC9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#3894ac;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}

	/*------------------------------ MENU ------------------------------*/
	.menusearch .searchform{
		background:#aaedf9;
		border:2px solid #434343;
		box-shadow:2px -2px 3px #5D8991;
	}
	.menusearch .searchbtn{
		background:url(images/search-top.png) center no-repeat;
		width:19px;
		margin-right:10px;
	}
	.menusearch {    
		margin-right: 15px;
		margin-top: 10px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:12px;
		color:#fe721c;
		font-family:'tahoma';
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background:#a0f2f9;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#2b2b2b;
		font-family: 'anaheimregular';
		text-decoration:none;
		font-size:25px;
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch .searchform{
		background:#aaedf9;
		border:2px solid #434343;
		box-shadow:2px -2px 3px #5D8991;
	}
	.menusearch .searchbtn{
		background:url(images/search-top.png) center no-repeat;
		width:19px;
		margin-right:10px;
	}
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	body{background:url(images/top-mobile.png) left top repeat-x;}
	#logo {
		margin-top:0;
		margin-bottom:-30px;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	#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%;
	}
}