/*
Theme Name: AeroMad
Theme URI: http://smthemes.com/BlankSMT/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 11/12/2012
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	position:relative;
	font-family:'opensansregular';
	font-size:14px;
	background:#f0f0f0;
	color:#414141;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#414141;
	text-decoration:none;
}
a:hover {
	color:#b90000;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height:27px;
	background: #b90000;
	border:1px solid #b90000;
	text-shadow:2px 2px 1px #970000;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	color:#fff;
	width: auto;
	line-height: normal;
	padding: 4px 15px !important;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#fff000;
	color:#595959;
	border:1px solid #dadada;
	text-shadow:none;
	text-decoration:none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#c43030;
	color:#4a4a4a;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#b90000;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: #b90000;
	color:#fff;
	border:1px solid #b90000;
	font-family: 'Arial';
	border-radius:17px;
	font-size:16px;
	font-weight: bold;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #fff000;
	border:1px solid #dadada;
	color:#443939;
}

/* ========================================= Theme Header. ========================================= */
.site-header {	
	border-bottom:2px solid #e1e1e1;
	background: #fff;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:125px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #000;
    text-transform: none;
}
.headersearch {
	float:left;
	display:flex;
	align-items:center;
	height:102px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		height: 50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height:34px;
	line-height:34px;
	color:#d00802;
	text-transform: lowercase;
	border:1px solid #d00802;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #f0f0f0;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0 !important;
	height:34px;
	line-height:34px;
	width: 34px;
	box-sizing: border-box;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	text-shadow: none;
	height: 34px;
	color: #d00802;
	border:1px solid #d00802;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #f0f0f0;
	/* text-indent: -9999px; */
	/* background: url(images/search.png) 50% no-repeat; */
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {}
.search-box input[type="search"]::-webkit-input-placeholder { color:#d00802; }
.search-box input[type="search"]:-moz-placeholder { color:#d00802; }
.search-box input[type="search"]::-moz-placeholder { color:#d00802; }
.search-box input[type="search"]:-ms-input-placeholder { color:#d00802;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:125px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#d00902;
		text-transform: uppercase;
		font-size: 16px;
		height:34px;
		font-family: 'droid_sansregular';
		transition: none;
		padding: 11px 17px 0;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background: #d00802;
		border-radius:12px;
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul {
		background: #d00802;
		border-radius:12px;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff; 
		padding:5px 20px 5px 25px !important;
		text-align: left;
		background: url(images/sub-a.png) 10px center no-repeat !important;
		text-decoration: none;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff77a;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:102px;
	}
	#main-menu ul.nav-menu > li > a {
		font-size:22px;
		color:#d00802;
		font-family: 'droid_sansregular';
		height: 36px;
		padding: 10px 15px 0;
	}
	#main-menu ul.nav-menu > li:hover > a {
		text-decoration: underline;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: url(images/fp-fon.png) center center;
	height:150px;
	width:100%;
	top: 50%;
	margin-top: -75px;
}
.fp-slides {
	z-index:1;
	height:100%;
	overflow:hidden;
	height:560px;
}
.fp-thumbnail,.fp-slides-items{
	width:100%;
	overflow:hidden;
}
.fp-thumbnail img {
	width:100%;
	height: auto !important;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fp-content {
	padding:20px;
	position: relative;
}
.fp-title {
	font-size:56px;
	font-family: 'droid_sansregular';
	text-decoration: none;
	font-weight:normal;
	color: #fff;
	margin: 0 !important;
}
.fp-description {
	color:#fff;
	font-size:17px;
	margin: 0 !important;
}
.fp-more {
	float:none;
	background: none;
	border: none;
	text-shadow: none;
	padding: 0 !important;
}
.fp-more:hover {
	background: none;
	border: none;
	text-shadow: none;
	padding: 0 !important;
	color:#fff;
	text-decoration:underline;	
}
.fp-nav {
	right:0;
	bottom:30px;
	left:0;
}
.fp-pager {
	background: url(images/fp-nav.png) center repeat-x;
	display: inline-block;
}
.fp-pager a {
	width:30px;
	height: 30px;
	margin:5px 20px 0;
	background: url(images/slider-page.png) no-repeat;
}
.fp-pager a:hover, .fp-pager a.activeSlide  {
	background: url(images/slider-page-active.png) no-repeat;
}

@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}
	.slider-bgr,	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	border-top:2px solid #fff;
	padding-top:30px;
	box-sizing: border-box;
	background: #f0f0f0;
	padding-bottom: 30px;
}
.site-content.sidebar-left {}
.site-content.sidebar-right {}
.page-title {
	color:#000;
	font-size:22px;
	line-height: 22px;
	font-family: 'droid_sansregular';	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#b90000;
	font-size:22px;
	line-height: 22px;
	font-family: 'droid_sansregular';
}
.entry-title a {
	color:#b90000;
}
.entry-title a:hover { color:#000;}
article {
	border-bottom:1px solid #c43030;
	margin-bottom:30px;
}
article .featured_image {
	vertical-align:bottom;
	margin-top:15px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border:1px solid #969696;
	float:left;
	margin:0 15px 10px 0;
}
@media screen and (max-width:640px) {
	article .featured_image {
		float:none;
		width:100%;
		margin:0 0 10px;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#848484;
	font-size: 12px;
}
.entry-meta a {
	color:#b90000;
}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {}
.sidebar .caption h4 {
	color:#b90000;
	font-size:22px;
	font-family: 'droid_sansregular';
	text-transform: uppercase;
	font-weight: normal;
}
.sidebar ul li { 
	border-bottom: 1px solid #f0f0f0; 
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	text-decoration: none;
	background: url(images/content-list.png) left no-repeat;
	padding: 15px 0;
	padding-left: 20px;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date .day {display: block;font-size: 21px;}
.widget_smt_posts .post-date {float: left;text-align: center;margin: 0 8px 10px 0;font-size: 12px;padding: 8px 0;}

.widget_smt_posts .title {
	/* color: #004fff; */
	font-size:14px;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
	background:#6a6a6a;
}
footer .widget a, footer a {	
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#fff000;	
}
footer .footer_txt {
	padding:15px 0;	
	background: #4a4a4a;
	color:#d1d1d1;
}
footer .footer_txt a {
	text-decoration:underline;
	color:#fff000;
}
footer .widget {
	padding-top:35px;
}
footer .widget .caption  h4 {
	color:#fff000;
	font-family: 'opensansbold';
	font-weight: normal;
	font-size:22px;
} 
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {	
	text-decoration: none;
	padding-left: 15px;
	background: url(images/footer-list.png) left no-repeat;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	text-decoration: underline;
	background: url(images/footer-list-hover.png) left no-repeat;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}