/*
Theme Name: SuperCars
Theme URI: http://smthemes.com/supercars/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.4.2
License: Creative Commons 3.0
Theme date: 09/29/2016
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:#0f131e;
}
body { 	
	color:#1b1b1b;
	font-size:13px;
	font-family: 'pt_sansregular', sans-serif;
	
}
a {
	color:#fff;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
	color:#ffb03b;
}

h1, h2, h3, h4, h5, h6, a.post_ttl {
	font-family: 'playregular';
	font-weight:bolder;
	text-transform:uppercase;
    font-size: 21px;
    line-height: 25px;
    text-decoration: none;
}


a.post_ttl {
	font-size:21px;
	font-family: 'playbold';
	color:#2e0002;
	text-transform:none;
}
h2 a.post_ttl:hover{
	text-decoration:underline;
}


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

/*------------------------------ SEARCH ------------------------------*/
#s {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    float: left;
    height: 28px;
    line-height: 25px;
    width: 130px;
}
.searchbtn {
	height: 30px;
	margin-right:0;
	width:62px;
}
.searchform {
	height:30px;
	background: rgb(6,28,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,28,47,1) 0%, rgba(6,30,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,28,47,1)), color-stop(100%,rgba(6,30,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061c2f', endColorstr='#061e33',GradientType=0 ); /* IE6-9 */
	width:220px;
	border-radius:20px;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content{
	padding:0 20px 20px 0;
}
.articles {
	padding-top:10px;
	margin:0;
	}
.articles .one-post {
	margin-bottom:40px;
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	border-radius:10px;
}
.articles  .post-caption h1, .articles  .post-caption h2{
	background:url(images/back-post-ttl.png) bottom repeat-x;
	line-height: 24px;
    padding: 20px 20px 8px;
	color:#383C3F;
}
.articles .post-caption .post-meta {
	padding:0;
	color:#A1A0A0 !important;
	font-size:10px !important;
	}

.post-meta a{
	color:#006bad;
}
.articles .post-date {
	background: url("images/back-date.png") no-repeat ;
    color: #E5E5E5;
    height: 33px;
    padding: 7px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 135px;
	margin-top:-9px;
	margin-right:7px;
}
.articles .post-caption {
	padding:10px 0;
	position:relative;
}
.articles .post-caption .wheel {
	position:absolute;
	top:-8px;
	right:0;
}
.articles .post-body  {
	border:none;
	margin:0 20px;
}
#content .container{
}
#comments{
 background:#b6b6b6;
 padding:5px 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 margin-bottom:20px;
}
#commentform #submit, input.readmore, a.readmore {
	background:url(images/back-readmore.png) repeat-x;
	color:#fff;
	border:none;
	border-radius:8px;
	text-decoration:none;
	font-size:12px;
	font-family:'pt_sansregular';
	box-shadow:0 0 3px #848484;
	padding:3px 15px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:url(images/back-readmore-hover.png) repeat-x;
	color:#fff;
	text-decoration:underline;
	box-shadow:none !important;
	box-shadow:0 0 3px #848484;
}
.featured_image {
	margin-top:5px;	
	padding:5px;
	border:none;
	border-radius:7px;
}
.googlemap {
	padding:5px;
	border:none;
	border-radius:7px;
}
.widget_posts ul li img,.widget_flickr a {
	padding:3px;
	border:none;
	border-radius:7px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	font-family:'pt_sansregular';
	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: none;
	color:#ebebeb;
	text-decoration:none;
}
.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;
} 
.related-posts{
	background:#b6b6b6;
	border-radius:10px;
	padding:5px 10px;
}
.tags {
	background:#b6b6b6;
	border-radius:10px;
	padding:5px 10px;
	margin-bottom:20px;
}
#respond{	
	background:#b6b6b6;
	border-radius:10px;
	padding:5px 10px;
}

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: rgb(237,100,101); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,100,101,1) 0%, rgba(150,4,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,100,101,1)), color-stop(100%,rgba(150,4,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,100,101,1) 0%,rgba(150,4,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,100,101,1) 0%,rgba(150,4,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,100,101,1) 0%,rgba(150,4,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,100,101,1) 0%,rgba(150,4,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6465', endColorstr='#960407',GradientType=0 ); /* IE6-9 */
	color:#ebebeb;
	border:none;
	text-decoration:none;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:#0e202f;
	border-top:3px solid #9a1217;
}
#footer .container {
	padding-top:15px !important;
	}
#footer h3 {
	color:#3c9cd3;
	font-family: 'playregular', sans-serif;
	font-size: 15px;
	text-transform:uppercase;
}
#footer .inner .caption{
	background:none;
}
#footer .footer_txt {
	padding:0;
	background:#0f131e;
	height:54px;
	margin:0 auto;
}
#footer .footer_txt .container {
	background:none;
	border:none;
	color:#55626c;
	padding-top:10px;
	text-align:center;
}
.footer-widgets {
	color:#fff;
}
#footer .widget, .tabs_widget {
	border:none !important;
}
#footer .footer_txt .container a {
	color:#3C9CD3;
}
#footer .footer_txt .container a:hover {
	text-decoration:underline;
}
#footer .inner a {
	color:#fff;
}
#footer .inner a:hover{
	text-decoration:underline;	
	color:#3c9cd3;
}
/*------------------------------ 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 {
	background:#1a1e28;
	border:1px solid #2a2d37;
}

#content .widget .caption h3 {
		color:#1b1b1b;
		background: url(images/back-widgets.png) top repeat-x;
		border:none;
		border-radius:10px;
		padding:5px 10px;
}	
#content .widget a{
	color:#fff;
}
#content .widget a:hover{
	color:#ffb03b;
}
#content .widget{
	color:#fff;
}
.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{
	height:41px;
}
.widget, .tabs_widget {
	margin-top:-2px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:0;
	}
	#content {
		padding-top:10px;		
	}
	#content .container {
		padding-bottom:0;
		width: 1000px;
	}
	#logo {
		text-align:left;
		margin-top:-20px;
		margin-left:0;
	}
	.menusearch {
		position:absolute;
		width:240px;
		float:left;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		padding-top:15px;
		height:110px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float: right;
		margin-top: -60px;
		padding: 0;
		background:url(images/back-secondarymenu-left.png) no-repeat;
		height:58px;
		padding-left:90px;		
	}
	.menu-topmenu-container{
		background:url(images/back-secondarymenu-right.png) right no-repeat;
		height:58px;
	}
	#secondarymenu a {
		font-family:'playregular', sans-serif;
		text-decoration:none;
		padding:17px;
		display:block;
		color:#5c5c5c;
		font-size:13px;
		margin-top:-1px;
	}
	#secondarymenu  ul.menus {
		margin-left:-10px;
		margin-right:80px;
	}
	#secondarymenu a:hover{
		text-decoration:none;
		color:#bc1408;
		background:url(images/back-menu-hover.png) top no-repeat;
	}
	
	#mainmenu{
		padding:0 24px;
	}
	#mainmenu-container {
		height: 62px;
		margin: 0 auto;
		margin-top:20px;
		background:url(images/back-menu.png) no-repeat top;
		padding: 5px 0;
		width: 1000px;
		z-index: 18;
		border-bottom:none !important;
	}
	#mainmenu li a {
		font-family: 'playregular';
		display:block;
		text-decoration:none;
		padding:24px 25px 17px 20px;
		color:#c6c6c6;
		font-size:14px;
		margin-top:-7px;
		padding-top:24px;
		
	}
	#mainmenu li{
		background:url(images/back-menu-li.png) right 1px no-repeat;
		position:relative;
		padding-right:25px;
	}
	
	#mainmenu li a:hover{
		color:#3c9cd3;		
		background:url(images/back-menu-hover.png) top no-repeat;
	}


	#header #mainmenu li ul {
		top:59px;
	}
	#header li ul {
		top:39px;
	}
	#header li ul .transparent {
	}
	#header li ul .inner {
		background: rgb(196,196,196); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(112,112,112,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(112,112,112,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;		
		box-shadow:2px 2px 2px #535353;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 25px !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#1c1b1b !important;
		font-family:'playregular' !important; 
		padding:0 !important;
		border:none !important;
		height:25px;
		line-height:25px;
		background:none;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#a41402 !important; 
		text-decoration:none !important;
		border:none !important;
		box-shadow:none !important;
		background:none !important;
	}
	
	#header #mainmenu li ul .inner {
		background: rgb(196,196,196); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(196,196,196,1) 0%, rgba(112,112,112,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(100%,rgba(112,112,112,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(196,196,196,1) 0%,rgba(112,112,112,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
		border-bottom-left-radius: 7px;
		border-bottom-right-radius: 7px;
		box-shadow:2px 2px 2px #535353;
	}
	#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
		color:#1c1b1b !important;
		font-family:'playregular' !important;
	}
	#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
		color:#a41402 !important;
		border:none !important;
		box-shadow:none !important;
		text-decoration:none !important;
}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		height: 368px;
		padding-bottom: 5px;
		width:1000px;
	}
	.fp-next, .fp-prev {
		height: 215px;
		margin: 50px -85px;
		width: 150px;
	}
	.fp-title{
		font-size:20px;
	}
	.slider {
		margin:0 auto;
		padding:0;
		position: relative;		
		width:1000px;
	}
	.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:368px;
		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: 20px;
		text-align: center;
		left:auto;
		right:10px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
	}
}	

/* 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:#0a82ad !important;
	color:#fff !important;
	border-radius:8px !important;
	-moz-border-radius:8px !important;
	-webkit-border-radius:8px !important;
	box-shadow:0 0 3px #848484 !important;
	border:none !important;
	text-shadow:none !important;
	font-weight:normal !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:#b50d10 !important;
	box-shadow:0 0 3px #848484 !important;
	text-decoration:underline !important;
}
.widget.woocommerce.widget_product_search #s {    
	background: rgb(6,28,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,28,47,1) 0%, rgba(6,30,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,28,47,1)), color-stop(100%,rgba(6,30,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(6,28,47,1) 0%,rgba(6,30,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061c2f', endColorstr='#061e33',GradientType=0 ); /* IE6-9 */
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#aaa;
	padding:2px 6px;
	color:#000;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#c31114 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#870c0e !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { 
	color:#2e0002 !important;
}
.woocommerce-page #main_content > #container > #content { 
	background: rgb(209,209,209); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(209,209,209,1) 0%, rgba(183,183,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(209,209,209,1)), color-stop(100%,rgba(183,183,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(209,209,209,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	margin:0 !important;
	padding:20px !important;
}
.woocommerce-info a {
	color:#000 !important;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header .sub-menu li{
		float:left !important;
	}
	#logo {
		float: left;
	}
	#header .container{
		background:none;
	}
	
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		
		padding-top:0px;
		background:#0f131e;
		
	}
	
	
	

	
	
	
	#mainmenu li a {
		text-decoration:none;
		padding:10px 20px;		
		font-family: 'playregular';
		display:block;
		color:#c6c6c6;
		font-size:14px;
	}

	
	#mainmenu li ul {
		top:71px;
		left:0;
	}
	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header .container{
		background:none;
	}
	#header {
		margin-bottom:30px;
	
	}
	#logo {
		margin-top:-6px;
		margin-bottom:-25px;
	}
	.searchbtn {
		width: 64px !important;
	}
	#secondarymenu-container {
		padding-top:6px;
		background:#0f131e;
	}
	
	
	
	.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:50%;
	}
}