/** elastix.css */

.in::before,
.in::after,
.wrap::before,
.wrap::after,
.cont::before,
.cont::after,
.s::before,
.s::after,
.fix::before,
.fix::after,
.clear {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	width: 0;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: transparent;
}

.preload,
.hide {
	display: none !important;
	overflow: hidden;
	width: 0;
	height: 0;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

.oh {
	overflow: hidden;
}

.in,
.wrap,
.cont,
.full,
.s,
div, h1, h2, h3, h4, h5, h6, form, textarea, input,
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrap {
	clear: both;
	padding: 0 10px;
}

.cont {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
}

.full {
	float: none;
	width: 100%;
}

.one {
	float: left;
	width: 33.333%;
}

.two {
	float: left;
	width: 66.666%;
}

.in {
	margin: 10px;
}

.in.tn {
	margin-top: 0;
}

.in.bn {
	margin-bottom: 0;
}

/** = Base settings */

html {
	background-color: #fff;
}

body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	background-color: #fff;
}

a/*,
a:link,
a:visited,
a:focus,
a:hover,
a:active*/ {
	text-decoration: inherit;
	color: inherit;
}

/** = ResponsiveSlider */

.main_slider_cont {
}

.main_slider {
	background-color: #154d7d;
}

.slide {
	background-color: #154d7d;
}

.slide .slide_image_link {
	display: block;
	float: left;
	width: 50%;
	position: relative;
}

.slide .slide_image_link::after {
	content: ".";
	display: block;
	font-size: 0;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-right-width: 0;
}

.slide .slide_image {
	display: block;
	width: 100%;
	height: auto;
}

.slide_meta {
	margin-left: 50%;
	padding: 20px;
}

.slide_meta h3 {
	margin-bottom: 15px;
}

.slide_meta h3 a {
	font-size: 20px;
	line-height: 1.5em;
	color: #fff;
}

.slide_meta h3 a:hover {
	color: #bbb;
}

.slide_meta_info {
	margin-bottom: 15px;
}

.slide_meta .author {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #888;
	background-image: url(../img/user_666.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #666;
}

.slide_meta .author:hover { text-decoration: underline; }

.slide_meta .date {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #888;

	background-image: url(../img/date_666.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 23px;
}

.slide_meta .excerpt {
	color: #aaa;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}

a.slide_read {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	padding: 10px;
	color: #fff;
	background: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1em;
}

/** = ResponsiveSlider Tabs */

.main_slider_cont .rslides_tabs {
	overflow: hidden;
	display: block;
	float: right;
	padding-right: 20px;
}

.main_slider_cont .rslides_tabs li {
	float: left;
	display: block;
}

.main_slider_cont .rslides_tabs li a {
	display: block;
	font-size: 14px/14px;
	color: #444;
	padding: 10px;
}

.main_slider_cont .rslides_tabs li a:hover {
	background-color: #eee;
}

.main_slider_cont .rslides_tabs li.rslides_here a {
	background-color: #154d7d;
	color: #fff;
}

/** = Top menu */

.top_menu_wrap {
	background-color: #154d7d;
	border-bottom: 5px solid red;
	padding: 0 10px;
}

.top_menu_cont {
	max-width: 1200px;
	margin: 0 auto;
}

.top_menu {
	display: block;
	margin: 0 10px;
}

.top_menu > li {
	display: block;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 0;
}

.top_menu > li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.top_menu > li:hover > a {
	background-color: red;
}

.top_menu li.parent > a span::after {
	content: " +";
	color: rgba(255, 255, 255, .5);
}

.top_menu a {
	display: block;
	padding: 20px 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
	color: #fff;
}

.top_menu ul a {
	padding: 15px 20px;
	color: #fff;
}

.top_menu ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-left: 100px;
	width: 180px;
	background-color: red;
	padding: 5px 0;
}

.top_menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.top_menu ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.top_menu ul a:hover {
	background-color:  rgba(0, 0, 0, .05);
}

.top_menu ul ul {
	left: 180px;
	margin-top: -50px;
}

.top_menu li:hover > ul {
	display: block;
}

/** = Header */

.page_header_wrap {
	padding: 0 10px;
	margin-bottom: 20px;
	background-color: #eee;

	background-image: url(../img/gradient_fff.png), url(../img/patt/geometry.png);
	background-repeat: repeat-x, repeat;
	background-position: 0 0, 50% 0;
	background-size: 1px 100%, auto auto;
}

/** = Logo */

.logo_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 10px;
}

h2#logo_header {
	display: block;
	float: left;
}

h2#logo_header a {
	display: block;
	float: left;
}

h2#logo_header a img {
	display: block;
}

/** = Main menu */

.main_menu_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.main_menu {
	background-color: #154d7d;
	border-top: 5px solid #e68d35;
}

.main_menu > li:hover a,
.main_menu a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
}

.main_menu > li > a {
	color: rgba(255, 255, 255, .75);
	color: #fff;
}

.main_menu li.parent > a::after {
	content: " +";
	color: rgba(255, 255, 255, .5);
}

.main_menu > li {
	display: block;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.main_menu > li > a {
	display: block;
	padding: 25px 20px;
}

.main_menu > li.current-menu-item > a {
	background-image: url(../img/mmc.png);
}

.main_menu > li:hover > a {
	background-color: red;
	background-image: none;
}

.main_menu ul {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 180px;
	background-color: red;
	padding: 5px 0;
}

.main_menu ul ul {
	left: 180px;
	margin-top: -50px;
}

.main_menu ul li {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.main_menu ul li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.main_menu ul a {
	display: block;
	padding: 15px 20px;
}

.main_menu ul a:hover {
	background-color: rgba(0, 0, 0, .1);
}

/** menu: home, shuffle */

#main_menu_home img,
#main_menu_shuffle img {
	display: block;
}

#main_menu_shuffle {
	float: right;
	border: none;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

/** = Content */

.content_wrap {
	padding: 0 10px;
	margin-bottom: 20px;
}

.content_cont {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
}

.main_content_cont {
	float: left;
	width: 66.666%;
	padding-right: 10px;
}

.sidebar_content_cont {
	float: right;
	width: 33.333%;
	padding-left: 10px;
}

/** = Position header */

.position_header {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px 0;
}

.position_header span {
	display: block;
	float: left;
	padding: 10px 20px;
	background-color: dodgerblue;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	clear: both;
}

.position_header h1 {
	border-top: 10px solid transparent;
	font-size: 36px;
	line-height: 1.5em;
	color: #aaa;
	clear: both;
}

/** = Posts loop */

#posts_loop {
	margin-bottom: 20px;
}

.posts_loop_post {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #eee;
	margin-bottom: 20px;
	padding: 0 20px 20px 0;
}

.posts_loop_post:last-child {
	margin-bottom: 0;
}

.posts_loop_left_cont {
	display: block;
	float: left;
	width: 180px;
}

.posts_loop_image_cont {
	background-image: url(../img/plus.png);
	background-position: 50% 50%;
	background-size: 90px 90px;
	background-repeat: no-repeat;
}

.posts_loop_image_link {
	display: block;
	position: relative;
}

.posts_loop_image_link::after {
	content: ".";
	display: block;
	font-size: 0;
	top: 0; right: 0; bottom: 0; left: 0;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .1);
}

.posts_loop_image_link .posts_loop_image {
	display: block;
	width: 100%;
	height: auto;
}

.posts_loop_permalink {
	display: block;
	padding: 10px;
	background-color: #154d7d;
	color: #888;
	padding-left: 37px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;

	background-image: url(../img/arrow_666.png);
	background-position: 12px 50%;
	background-repeat: no-repeat;
}

.posts_loop_permalink:hover { text-decoration: underline; background-color: #282828; }

.posts_loop_content {
	margin-left: 200px;
	overflow: hidden;
}

.posts_loop_content .posts_loop_category {
	overflow: hidden;
	margin-bottom: 15px;
}

.posts_loop_content .posts_loop_category div {
	float: left;
	display: block;
	padding: 10px;
	border-width: 0px 15px 0px 0px;
	border-style: solid;
        border-color: red;
	background-color: #eee;
}

.posts_loop_content .posts_loop_category div,
.posts_loop_content .posts_loop_category div a {
	font-size: 11px;
	line-height: 1em;
	color: #888;
	text-transform: uppercase;
}

.posts_loop_content .posts_loop_category div a:hover {
	text-decoration: underline;
}

.posts_loop_comments_link {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1em;
	padding: 10px;
	background: red;
	color: red;
}

.posts_loop_content h2 {
	margin-bottom: 15px;
}

.posts_loop_content h2 a {
	font-size: 22px;
	line-height: 1.5em;
	color: #000;
	font-weight: bold;
}

.posts_loop_content h2 a:hover {
	color: #666;
}

.posts_loop_meta {
	color: #888;
	margin-bottom: 15px;
	font-size: 12px;
}

.posts_loop_meta .author {
	background-image: url(../img/user_aaa.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #aaa;
}

.posts_loop_meta .author:hover { text-decoration: underline; }

.posts_loop_meta .date {
	background-image: url(../img/date_aaa.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.posts_loop_excerpt {
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	margin-bottom: 15px;
}

.posts_loop_more_link {
	display: block;
	float: right;
	padding: 10px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	background: #eee;
	color: #888;
}

.posts_loop_more_link:hover {
	background-color: red;
	color: #fff;
}

/** = Pagination */

.pagination {
	display: block;
	margin: 35px 0;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 1em;
	color: #888;
	background-color: #eee;
	margin-right: 1px;
}

.pagination a {
	background-color: red;
	color: #fff;
}

/** = Single */

.single_article {
	margin-bottom: 40px;
}

.single_image_cont {
	position: relative;
	overflow: hidden;
}

.single_image_cont::after {
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	top: 0; right: 0; bottom: 0; left: 0;
	content: ".";
	font-size: 0;
	position: absolute;
}

.single_image {
	display: block;
	width: 100%;
	height: auto;
}

.single_header_content_cont {
	padding: 40px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	background-color: #fff;
}

.sawi .single_header_content_cont { border-top-width: 0; }
.sani .single_header_content_cont { border-top-width: 1px; }

.single_header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.single_title_cont {
	background-color: #fff;
}

.single_title {
	font-size: 36px;
	line-height: 1.5em;
	color: #000;
	padding-bottom: 20px;
}

.single_meta {
	display: block;
	margin-bottom: 20px;
}

.single_author_link {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	background-color: #08f;
	color: #fff;
	margin-right: 1px;
}

.single_comments_link {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	background-color: #08f;
	color: #fff;
	margin-right: 1px;
}

.single_date {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	padding: 10px 20px;
	color: #888;
	background-color: #eee;
}

.single_content {
	background-color: #fff;
}

.single_paged {
	background-color: #fff;
	overflow: hidden;
	margin-top: 20px;
}

.single_paged > span {
	display: block;
	float: left;
	padding: 15px 10px;
	background-color: #eee;
	color: #444;
	margin-right: 1px;
	font-size: 14px;
	line-height: 1em;
}

.single_paged > a {
	display: block;
	float: left;
	padding: 15px 10px;
	background-color: green;
	color: #fff;
	margin-right: 1px;
	font-size: 14px;
	line-height: 1em;
}

/** = Single share */

.share_cont {
	padding: 0 40px;
	margin-bottom: 15px;
}

.share_title {
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	float: left;
	clear: both;
	padding: 10px 20px;
	color: #444;
	background-color: #ddd;
	margin-bottom: 20px;
}

.share_icons_cont {
	display: block;
	clear: both;
	overflow: hidden;
}

.share_icons_cont a {
	display: block;
	float: left;
	width: 48px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.share_icons_cont a img {
	display: block;
	width: 100%;
	height: auto;
}

/** = Single tags */

.single_tags {
	overflow: hidden;
	margin-bottom: -5px;
	padding: 0 35px 0 40px;
}

.single_tags a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	background-color: #ddd;
	color: #444;
	padding: 10px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
}

.single_tags a::before {
	content: "# ";
	color: rgba(0, 0, 0, .5);
}

.single_tags a:hover::before {
	content: "# ";
	color: rgba(255, 255, 255, .75);
}

.single_tags a:hover {
	background-color: red;
	color: #fff;
}

/** = Comments */

.comments_cont {
	background-image: url(../img/comments_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;

	padding: 40px;
	padding-top: 45px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
}

.comments_title_cont {
	margin-bottom: 40px;
	overflow: hidden;
}

.comments_title {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	float: left;
	display: block;
	background-color: #08f;
}

/** = Comments list */

.comments_list {
	background-color: transparent;
}

.comment_item {
	display: block;
	overflow: hidden;
}

.comment_item_back p {
	margin-bottom: 20px;
	margin-left: 95px;
	padding: 10px 20px;
	background-color: #eee;
	color: #888;
}

.comment_item_back p a {
	color: #444;
}

.comment_item_back p a:hover {
	color: #888;
}

.comment_item .comment_item {
	margin-left: 40px;
}

.comment {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comment .avatar {
	display: block;
	float: left;
	width: 70px;
	height: auto;
	border: 5px solid #eee;
}

.comment_body {
	display: block;
	margin-left: 90px;
}

.comment_meta {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #aaa;
}

.comment_meta cite,
.comment_meta a {
	color: #444;
}

.comment_meta cite {
	font-weight: bold;
}

.comment_meta a:hover {
	color: #888;
}

/** = Comments navigation */

.comments_navigation {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.comments_navigation > span,
.comments_navigation > a {
	display: block;
	float: left;
	margin-right: 1px;
	background-color: green;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 15px 10px;
}

.comments_navigation > span {
	background-color: #eee;
	color: #444;
}

/** = Respond */

.respond_cont {
	background-image: url(../img/comments_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;

	padding: 40px;
	padding-top: 45px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

.respond_title_cont {
	overflow: hidden;
	margin-bottom: 40px;
}

.respond_title {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	float: left;
	display: block;
	background-color: #08f;
}

.comment_registration p {
	display: block;
	color: #444;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.comment_inputs_cont input {
	width: 50%;
	border: 1px solid #eee;
	border-top-color: #ddd;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 20px;
	color: #444;
	height: 34px;
	margin: 0;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	outline: 0;
}

.comment_textarea {
	width: 100%;
	max-width: 100%;
	height: 200px;
	border: 1px solid #eee;
	border-top-color: #ddd;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 20px;
	color: #444;
	margin: 0;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	outline: 0;
}

.comments_allowed_tags {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #888;
}

.comments_allowed_tags code {
	font-family: monospace;
	color: #444;
}

.comment_inputs_cont input:focus,
.comment_textarea:focus {
	border-color: #ddd;
	border-top-color: #ccc;
	background-color: #eee;
}

.comment_submit {
	display: block;
	float: left;
	padding: 10px 20px;
	color: #fff;
	background-color: #154d7d;
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	margin: 0;
}

.comment_submit:hover {
	background-color: red;
}

/** = Back top */

.back_top_wrap {
	margin-bottom: 20px;
	padding: 0 10px;
}

.back_top_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.back_top {
	background-image: url(../img/scroll_bg.png);
	display: block;
	overflow: hidden;
}

.back_top > span {
	float: right;
	background-color: #fff;
	color: #888;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1em;
	margin-right: 20px;
	padding: 5px 15px;
	letter-spacing: 2px;
}

.back_top:hover { background-color: #eee; }
.back_top:hover span { color: #444; }

/** = Category box */

.category_box_cont {
	margin-bottom: 40px;
	overflow: hidden;
}

.category_box_first {
	display: block;
	float: left;
	width: 50%;
	padding-right: 10px;
}

.category_box_second {
	display: block;
	float: right;
	width: 50%;
	padding-left: 10px;
}

.category_box_title {
	font-size: 18px;
	line-height: 1em;
	color: #aaa;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
}

.category_box_title span {
	display: block;
	float: left;
	padding: 10px 20px;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background-color: #aaa;
}

.category_box_article {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	position: relative;
}

.category_box_article:last-child {
	margin-bottom: 0;
}

.category_box_image_cont {
	display: block;
	float: left;
	width: 80px;
	position: relative;
}

.category_box_image_link {
	display: block;
}

.category_box_image_link img {
	display: block;
	width: 100%;
	height: auto;
}

.category_box_comments_link {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	background-color: red;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	padding: 5px 10px;
}

.category_box_content {
	margin-left: 100px;
}

.category_box_article_title {
	margin-bottom: 5px;
}

.category_box_article_title a {
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	font-weight: bold;
}

.category_box_article_title a:hover {
	color: #666;
}

.category_box_date_cont {
	display: block;
	overflow: hidden;
}

.category_box_date_cont span {
	background-image: url(../img/date_aaa.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #888;
	font-size: 12px;
	line-height: 1em;
}


/** = Footer */

.footer_wrap {
	background-color: #f8f8f8;
	padding: 0 10px;
	border: 0 solid #eee;
	border-width: 5px 0;
	margin-bottom: 20px;
}

.footer_cont {
	max-width: 1200px;
	padding: 0 0;
	padding-top: 20px;
	margin: 0 auto;
}

.footer_one_cont,
.footer_two_cont,
.footer_three_cont {
	display: block;
	float: left;
	width: 33.333%;
	padding: 0 10px;
}

/** = Footer info */

.footer_info_wrap {
	padding: 0 10px;
	margin-bottom: 20px;
}

.footer_info_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

.footer_info_left {
	display: block;
	float: left;
}

.footer_info_right {
	display: block;
	float: right;
}

.footer_info {
	color: #888;
	font-size: 12px;
	line-height: 1.5em;
}

.footer_info b, .footer_info strong { font-weight: bold; }
.footer_info i, .footer_info em { font-style: italic; }

.footer_info a {
	color: #444;
	border-bottom: 1px dotted #aaa;
}

.footer_info a:hover {
	color: #000;
	border-bottom-color: #888;
}

/** = Error 404 */

.error_cont {
	border: 1px solid #ffcccc;
	background-color: #fff8f8;
	padding: 150px 40px;
}

.error_title {
	font-size: 120px;
	text-align: center;
	line-height: 1em;
	color: #664444;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ffdddd;
}

.error_message {
	font-size: 24px;
	line-height: 1.5em;
	color: #886666;
	font-style: italic;
	text-align: center;
}

/** = Contact page template */

.contact_error {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #a33;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
}

.contact_info {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #3266BA;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
}

.contact_name,
.contact_email {
	display: block;
	width: 50%;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 20px;
	border: 1px solid #eee;
	border-top-color: #ddd;
	background-color: #f8f8f8;
	color: #444;
	margin-bottom: 10px;
	outline: 0;
}

.contact_message {
	display: block;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	padding: 20px;
	border: 1px solid #eee;
	border-top-color: #ddd;
	background-color: #f8f8f8;
	color: #444;
	margin-bottom: 10px;
	height: 250px;
	outline: 0;
}

.contact_name:focus,
.contact_email:focus,
.contact_message:focus {
	border-color: #ddd;
	border-top-color: #ccc;
	background-color: #eee;
}

.contact_submit {
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 20px;
	background-color: #154d7d;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

/** = Top menu responsive */

.top_res_wrap {
	display: none;
	border-bottom: 5px solid red;
	background-color: #154d7d;
	padding: 0 10px;
}

.top_res_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.top_res_open {
	display: block;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .1);
	border-top-width: 0;
}

.top_res_open:hover {
	background-color: red;
}

.top_res {
	display: none;
	border-top: 5px solid red;
}

.top_res li {
	display: block;
}

.top_res a {
	display: block;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .1);
	border-top-width: 0;
}

.top_res a:hover {
	background-color: red;
}

/** = Main menu responsive */

.main_res_cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	display: none;
}

.main_res_open {
	display: block;
	padding: 25px 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .1);
	border-top-width: 0;
	background-color: #154d7d;
	border-bottom: 5px solid red;
}

.main_res_open:hover {
	background-color: red;
}

.main_res {
	display: none;
	border-bottom: 5px solid red;
	background-color: #154d7d;
}

.main_res li {
	display: block;
}

.main_res a {
	display: block;
	padding: 25px 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, .1);
	border-top-width: 0;
}

.main_res a:hover {
	background-color: red;
}