/*
Theme Name: AutoMob
Theme URI: http://smthemes.com/automob/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 04/16/2013
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:#000;
}
body {	
	color:#eaeaea;
	position:relative;
	background:url(images/top.jpg) top no-repeat;
}
a {
	color:#f30101;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.post_ttl, .post-caption h1 {
	color:#fff;
	font-family: 'archivo_narrowbold';
	font-size:24px;
	text-transform:uppercase;
}
h2 a.post_ttl:hover{
	color:#f30101;
	text-decoration:none;
}



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


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#a3a3a3;
}
.searchbtn {
	height:25px;
	width:25px;
	border-left:1px solid #5d5d5d;
	margin-right:0;
}
.searchform {
	height:25px;
	background:#000;
	border:1px solid #5d5d5d;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.one-post{
	border-bottom:1px dotted #535353;
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(211,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,0,0,1) 0%, rgba(142,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,0,0,1)), color-stop(100%,rgba(142,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#8e0000',GradientType=0 ); /* IE6-9 */
	border:none;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'archivo_narrowbold';
	color:#fff;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#393838;
	color:#fff;
	text-decoration:none;
}
.featured_image {
	margin-top:15px;	
	padding:0;
	border:none;
}
.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-family: 'archivo_narrowbold';
	font-size:18px;
	text-transform:uppercase;
}
a.page-numbers {
	color:#fff;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	background: rgb(211,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,0,0,1) 0%, rgba(142,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,0,0,1)), color-stop(100%,rgba(142,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(211,0,0,1) 0%,rgba(142,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30000', endColorstr='#8e0000',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
 
.post-meta{
	color:#919191;
	font-weight:bold;
}
.post-meta a{
	text-decoration:underline;
}
.page-title{
	color:#f30101;
	font-family: 'archivo_narrowbold';
	font-size:24px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:url(images/footer.jpg) bottom no-repeat;
}

#footer a{
	color:#f30101;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer h3{}

#footer .container.clearfix{
	background:#000;
	color:#eaeaea;
}

#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;
}
.tabs_contents{background:#393838;color:#fff;}
.tabs_captions .scaption{
	background: rgb(65,65,65); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(65,65,65,1) 0%, rgba(22,22,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(22,22,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(22,22,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(65,65,65,1) 0%,rgba(22,22,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#161616',GradientType=0 ); /* IE6-9 */
	padding: 8px !important;
	border:none !important;
	color:#fff;
	text-transform:uppercase;
	font-family: 'archivo_narrowbold';
	font-size:18px;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background:#000;
}
#content .widget .caption h3 {
	color:#fff;
	font-family: 'archivo_narrowbold';
	font-size:24px;
	text-transform:uppercase;
	border-bottom:3px solid #f30101;
}
#content .widget {
	
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#content .container {
		background:url(images/content/main-n.png) left top repeat-y;
	}
	#logo {
		position:absolute;
		top:82px;
		left:5px;
	}
	.menusearch {
		position:relative;
		top:45px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:80px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		float:left;
		margin-top:35px;
	}
	#secondarymenu a {
		padding:7px 9px;
		color:#dedddd;
		font-family: 'archivo_narrowregular';
		font-size:18px;
	}
	#secondarymenu a:hover{
		background:url(images/li-hover.png) bottom repeat-x;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		z-index:18;
		border-top:1px solid #f30101;
		background:url(images/mainmenu.png) repeat-x left top;
		height:70px;
		position:relative;
		margin:0 auto -3px;
	}
	#mainmenu{
		height:70px;
		float:right;
	}
	#mainmenu li a {
		padding:22px 20px;
		font-size:18px;
		color:#fff;
		font-family: 'archivo_narrowbold';
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		background:url(images/li-hover.png) bottom repeat-x;
	}


	#header li ul {	top:38px; }
	#header #mainmenu li ul { top:68px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { background:#161616;box-shadow:0 0 2px #686b6c;}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#dedddd !important; 
		text-align:left;
		padding:0 20px !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff !important;
		background:none !important;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {	
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto;
	}
	.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  {
		height:457px;
		width:1000px;
	}
	.fp-content-fon {
		border:none;
		border-bottom:5px solid #fff;
		height:183px;
		width:354px;
		right:0;
		left:auto;
		bottom:110px;
		-moz-opacity: 0.75;
		opacity: 0.75;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
	}
	.fp-content { 
		right:0;
		left:650px;
		height:177px;
		bottom:80px;
		text-align:left;
		font-size:13px;
	}
	.fp-title a{
		font-size:30px;
		text-transform:uppercase;
	}
	.fp-content p{
		font-size:14px;
	}
	.fp-nav {
		right:30px;
		bottom:30px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
}	


/*	-==========================- 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 {
		margin-top:20px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
		color:#dedddd;
		font-family: 'archivo_narrowregular';
		font-size:16px;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background:#2e2e2e;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:18px;
		font-family: 'archivo_narrowbold';
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:25px !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%;
	}
}