/*
Theme Name: Concept
Theme URI: http://smthemes.com/concept/
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: 07/07/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:url(images/back.png) left top fixed;
}
body {	
	color:#252525;
	position:relative;
	background:url(images/top.png) left top repeat-x;
}
a {
	color:#252525;
}
a:hover {
	color:#ce181e;
}
a.post_ttl, .post-caption h1 {
	color:#181818;
	font-size:29px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'oswald';
}
h2 a.post_ttl:hover{
	color:#289ed4;
}



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


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#939393;
	text-transform:lowercase;
}
.searchbtn {
	height:25px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:25px;
	box-shadow:1px 1px 2px #b4b4b4 inset;
	border-radius:10px 0 10px 0;
	-moz-border-radius:10px 0 10px 0;
	-webkit-border-radius:10px 0 10px 0;
	background:#fff;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#main_content{
	padding:0 10px 20px;
}
#commentform #submit, input.readmore, a.readmore {
	background: rgb(247,95,95); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,95,95,1) 0%, rgba(182,30,30,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,95,95,1)), color-stop(99%,rgba(182,30,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,95,95,1) 0%,rgba(182,30,30,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,95,95,1) 0%,rgba(182,30,30,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,95,95,1) 0%,rgba(182,30,30,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,95,95,1) 0%,rgba(182,30,30,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75f5f', endColorstr='#b61e1e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:11px 22px;
	font-size:18px;
	border:none;
	font-size:18px;
	text-transform:uppercase;
	font-family:'oswald';
	font-weight:bold;
	border-radius:10px 0 10px 0;
	-moz-border-radius:10px 0 10px 0;
	-webkit-border-radius:10px 0 10px 0;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	border-radius:0 10px 0 10px;
	-moz-border-radius:0 10px 0 10px;
	-webkit-border-radius:0 10px 0 10px;
	text-decoration:none;
}
.featured_image{
	margin-top:15px;
	border-radius:20px 0 20px 0;
	-moz-border-radius:20px 0 20px 0;
	-webkit-border-radius:20px 0 20px 0;	
}
.featured_image.alignleft{padding:0;  border:none;}
.featured_image.alignright{padding:0; border:none;}
.featured_image.aligncenter{padding:0; border:none;}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:1px solid #ccc;
	padding:4px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	text-align:right;
	padding-top:30px;
}
.page-numbers {
	padding:10px 15px;
	font-family: 'Arial';
	margin-right:-3px;
}
a.page-numbers:first-child{
	border-radius:10px 0 0 0;
}
a.page-numbers:last-child{
	border-radius:0 0 10px 0;
}
a.page-numbers {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	color:#000;
	text-decoration:none;
}
a.page-numbers:hover, span.page-numbers {
	color:#fff;
	background: rgb(59,200,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,200,38,1) 0%, rgba(22,162,1,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,200,38,1)), color-stop(99%,rgba(22,162,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,200,38,1) 0%,rgba(22,162,1,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,200,38,1) 0%,rgba(22,162,1,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,200,38,1) 0%,rgba(22,162,1,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,200,38,1) 0%,rgba(22,162,1,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bc826', endColorstr='#16a201',GradientType=0 ); /* IE6-9 */
}
 
.post-meta a {
	color:#289ed4;
	text-decoration:none;
}
.page-title{
	color:#289ed4;
	font-size:32px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'oswald';
}
/*------------------------------ FOOTER ------------------------------*/
#footer  {
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer  a:hover{
	color:#000;
	text-decoration:underline;
}
#footer h3{
	font-family:'oswald';
	font-size:25px;
	text-transform:uppercase;
	font-weight:bold;
}

#footer .container.clearfix {
	background: rgb(255,204,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,204,51,1) 0%, rgba(217,153,0,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,51,1)), color-stop(99%,rgba(217,153,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,204,51,1) 0%,rgba(217,153,0,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,204,51,1) 0%,rgba(217,153,0,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,204,51,1) 0%,rgba(217,153,0,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,204,51,1) 0%,rgba(217,153,0,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#d99900',GradientType=0 ); /* IE6-9 */
	margin-bottom:36px;
	border-radius:30px 0 30px 0;
	-moz-border-radius:30px 0 30px 0;
	-webkit-border-radius:30px 0 30px 0;
}

#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;
}
.sidebar{
	border-radius:30px 0 30px 0;
	-moz-border-radius:30px 0 30px 0;
	-webkit-border-radius:30px 0 30px 0;
	background:#fff;
}
#content .widget .caption h3 {
	color:#181818;
	font-size:29px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'oswald';
}
#content .widget a:hover {
	color:#00acec;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions{
	border-radius:10px 0 10px 0;
	-moz-border-radius:10px 0 10px 0;
	-webkit-border-radius:10px 0 10px 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-family:'oswald';
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}
.tabs_captions .scaption{
	border:none;
	padding:10px !important;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background: rgb(38,184,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,184,239,1) 0%, rgba(1,147,201,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,184,239,1)), color-stop(99%,rgba(1,147,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,184,239,1) 0%,rgba(1,147,201,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,184,239,1) 0%,rgba(1,147,201,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,184,239,1) 0%,rgba(1,147,201,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(38,184,239,1) 0%,rgba(1,147,201,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b8ef', endColorstr='#0193c9',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
.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 {
		margin:30px auto;
	}
	#logo {
		left: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 58px;
	}
	.menusearch {
		width:245px;
		top:120px;
		position:relative;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:220px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:left;
		margin-top:7px;
	}
	#secondarymenu a {
		padding:5px 9px;
		font-size:14px;
		color:#000;
	}
	#secondarymenu li{
		border-right:1px solid #d6d6d6;
	}
	#secondarymenu li:last-child{border-right:none;}
	#secondarymenu a:hover{
		color:#fff;
		background: rgb(73,73,73); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(65,65,65,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(99%,rgba(65,65,65,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
		border-radius:10px 0 0 0;
		-moz-border-radius:10px 0 0 0;
		-webkit-border-radius:10px 0 0 0;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:68px;
		z-index:18;
		border-bottom:2px solid #000;
	}
	#mainmenu li a {
		padding:7px 20px;
		margin:7px 0;
		font-size:26px;
		font-family:'oswald';
		text-transform:uppercase;
		font-weight:bold;
	}
	#mainmenu li.current-menu-item a{
		color:#d20000;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#fff;
		background: rgb(73,73,73); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(73,73,73,1) 0%, rgba(65,65,65,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,73,73,1)), color-stop(99%,rgba(65,65,65,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(73,73,73,1) 0%,rgba(65,65,65,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
		border-radius:10px 0 0 0;
		-moz-border-radius:10px 0 0 0;
		-webkit-border-radius:10px 0 0 0;
	}


	#header li ul {	top:27px; }
	#header #mainmenu li ul { top:60px; }
	
	#header li ul .transparent {	}
	#header li ul .inner {
		background: rgb(65,65,65); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(65,65,65,1) 0%, rgba(35,35,35,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(99%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
		border-radius:0 0 10px 0;
		-moz-border-radius:0 0 10px 0;
		-webkit-border-radius:0 0 10px 0;
	}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {
		background: rgb(65,65,65); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(65,65,65,1) 0%, rgba(35,35,35,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,65,65,1)), color-stop(99%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(65,65,65,1) 0%,rgba(35,35,35,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
		border-radius:0 0 10px 0;
		-moz-border-radius:0 0 10px 0;
		-webkit-border-radius:0 0 10px 0;
	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#fff;
		padding:0 20px !important;
		text-transform:none;
		text-align:left;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#62beec;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
		border-radius:0;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		color:#fff;
		padding:0 20px !important;
		text-transform:none;
		text-align:left;
	}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#62beec;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
		border-radius:0;
	}
	
	/*------------------------------ 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:490px;
		width:980px;
		border-radius:30px 0 30px 0;
		-moz-border-radius:30px 0 30px 0;
		-webkit-border-radius:30px 0 30px 0;
	}
	.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 {
		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 {
	}
	body{background:none;}
	#logo {
		float:left;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-top:60px;
		margin-right:10px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-size:20px;
		padding:10px 15px;
		display:block;
		font-family:'oswald';
		font-weight:bold;
	}

	
}

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