* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #242424;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}

.gallery-columns-1 {
	text-align: center;
}

table.aligncenter {
    text-align: center;
}

table.aligncenter tbody {
    display: inline-block;
}

.close-popup {
    font-size: 30px;
    color: white;
    position: absolute;
    z-index: 23;
    right: 30px;
    top: 30px;
	cursor: pointer;
}

.popup .owl-next,
.popup .owl-prev {
	position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
}

.popup  .owl-prev  i,
.popup  .owl-next  i {
	font-size: 30px!important;
    color: white!important;
}

.popup .owl-next {
	right: 20px;
}

.popup .owl-prev {
	left: 20px;
}

.popup .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery-popup img {
    margin: 0 auto;
    padding: 20px;
    width: auto!important;
}

#ajax-load-more {
    position: relative;
}

#ajax-load-more:after {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
    display: block;
    position: absolute;
    bottom: 43px;
    z-index: -1;
    margin-left: 12px!important;
}

.sub-menu {
    font-size: 0;
}

.sub-menu li {
	width: 50%;
    display: inline-block;
    vertical-align: top;
}

.sub-menu li a {
	padding: 3px;
	display: block;
    color: #242424!important;
    background-color: transparent;
}

button.alm-load-more-btn {
    font-size: 20px!important;
    display: inline-block!important;
    padding: 10px 20px!important;
    border: none!important;
    cursor: pointer;
    display: inline-block;
    background: #f0f0f0!important;
    color: #242424!important;
    font-weight: 400!important;
}

button.alm-load-more-btn:after {
    content: "\f107"!important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px!important;
}

i.fa:hover {
	color: #242424;
}

.wp-pagenavi {
	padding: 20px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: white;
    padding: 3px 8px!important;
	color: #333;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}

.fa.fa-paper-plane, .fa.fa-facebook {
	background: #d4d4d4;
    /* padding: 5px; */
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: white!important;
	font-size: 14px!important;
	vertical-align: top;
}

.fa.fa-paper-plane {
	font-size: 12px!important;
}

.fa.fa-paper-plane:hover,
.fa.fa-facebook:hover{
	background: #242424;
}

h1,h2,h3 {
    font-family: 'Roboto Slab', serif;
}

.hidden {
    visibility: hidden;
}

.alignnone {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 600px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 600px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
    width: 600px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block;
    width: 600px;
}

html, body {
    width: 100%;
    height: auto;
}

body {
    background-color: #f0f0f0;
}

.text_block {
    padding: 30px 30px;
    margin-bottom: 30px;
}

.text_block img {
}

.text_block  a {
	color: #1976d2;
	text-decoration: underline;
}

.text_block  a:hover {
	text-decoration: none;
}

.breadcrumbs {
	padding: 15px;
    background: white;
}

.breadcrumbs  a > span {
	color: #1976d2;
}

.breadcrumbs span {
	color: rgb(36, 36, 36);
}

.text_block p {
    font-size: 18px;
    color: rgb(36, 36, 36);
    line-height: 1.444;
    margin-bottom: 15px;
}

.text_block ul,
.text_block ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.text_block ul li,
.text_block ol li {
    width: 100%;
    list-style-position: inside;
    display: list-item;
    padding-left: 20px;
}

.text_block ul li {
    list-style-type: disc;
}

.text_block ol li {
    list-style-type: decimal;
}

.text_block .quote {
    position: relative;
    background: #fff;
    padding: 6px 48px 6px 96px;
    margin: 18px 0;
    font-size: 22px;
    line-height: 1.5;
    display: block;
}

.text_block .quote p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}

.text_block .quote:before {
    content: "«";
    font-size: 96px;
    left: 20px;
    position: absolute;
    top: -16px;
    opacity: .2;
    font-style: normal;
}

.bgWhite {
    background-color: white;
}

.bgRed {
    background-color: #e95348;
}

.bgRed * {
    color: white;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

i.fa {
    color: #d4d4d4;
    margin: 0 5px;
    font-size: 26px;
}

.center {
    text-align: center;
}

.fixedblock {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
	max-width: 100%;
    position: relative;
}

.fixedblock2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
	max-width: 100%;
}

.pd15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fixedblock:after, .clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.cat_desc {
    text-align: center;
}

h1.sidebar_title {
    font-size: 18px;
    color: #787878;
    padding: 10px 0;
}

h1.top_title {
    font-size: 36px;
    color: white;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h1.post_title {
    font-size: 34px;
    color: rgb(36, 36, 36);
    line-height: 1.294;
    margin-bottom: 22px;
    font-weight: 400;
}

h1.title {
    color: rgb(36, 36, 36);
    font-size: 34px;
    margin-bottom: 20px;
}

h1.title .title_icon {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.top i.fa,
.bottom_contacts i.fa {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.top_menu {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.top_menu li {

}

.top_menu li a {
    color: #787878;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px;
    display: block;
    line-height: 23px;
	font-weight: 600;
}

.top_menu li a:hover {
    font-weight: bold;
}

.top_contacts ,
.bottom_contacts {
	text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 38px;
}

div.bottom_contacts  {
	margin-top: 15px;
}

.top_contacts > ul,
.bottom_contacts > ul {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;	
}

.top_contacts > ul > li {
    margin-right: 30px;
}

.bottom_contacts > ul > li  {
    margin-right: 10px;	
}

.top_contacts > ul > li:last-child,
.bottom_contacts > ul > li:last-child {
    margin-right: 0;
}

.top_contacts li span,
.bottom_contacts li span {
    display: inline-block;
    vertical-align: middle;
}

.header > .fixedblock {
    height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.banner.top_banner,
.banner.content_banner,
.banner.bottom_banner,
.banner.left_banner
{
    width: 100%;
    height: 120px;
    float: right;
    background-color: #fff;
    max-width: 100%;
	position: relative;
}

.banner.content_banner {
    margin-top: 40px;
    margin-bottom: 20px;
}

.banner.bottom_banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.banner.left_banner {
    height: 320px;
    max-width: 260px;
}

.main_menu {
    float: left;
}

.search_form {
    float: right;
    padding: 10px;
    position: relative;
    min-width: 270px;
}

.nav {
    border-bottom: solid 3px #e9e9e9;
}

.main_menu > ul > li {
    float: left;
}

@media screen and (min-width: 1170px) {

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

}

.main_menu li ul {
    display: none;
    position: absolute;
    top: 68px;
    padding: 15px 30px;
    z-index: 12;
    width: 420px;
    background: white;
    border-bottom: solid 4px #1976d2;
}

.main_menu > ul > li > a:hover,
.current-menu-item > a,
.current-menu-parent > a {
    background-color: #1976d2;
    color: white!important;
}

.sub-menu > li:first-child,
.sub-menu > li:nth-child(2) {
    border-top: solid 2px #1976d2;
    padding-top: 15px;
}

.main_menu li ul li ul {
    top: 20px;
}

.main_menu li ul a {
    font-size: 16px;
}

.main_menu li ul li.current-menu-item a,
.main_menu li ul a:hover {
    color: #1976d2!important;
}

.main_menu > ul > li > a {
    color: #242424;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding: 24px 22px;
    /* margin: 15px; */
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 3px #e9e9e9;
    text-transform: uppercase;
    margin-bottom: -3px;
}

.main_menu > ul > li > a:hover {
    border-bottom: solid 3px #1976d2;
    font-weight: bold;
}

.main_menu ul li a i {
    color: #787878;
    font-size: 15px;
    margin-left: 5px;
}

#s {
    width: 250px;
    height: 68px;
    color: #ffffff;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    padding: 0 10px;
    background-color: #7bacdc;
    padding-right: 40px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.375;
    padding: 24px 25px;
    padding-right: 35px;
}

.search_form.hid #s{
    /*width: 0;
    background: transparent;*/
}

.search_form.hid i.fa {
    color: #787878;
}

#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
#s::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
#s:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
#s:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.mobile_search #s {
    width: 100%;
}

#searchsubmit {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
	z-index: 12;
}

.search_form i {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    color: white;
    font-size: 20px;
}

#top {
    margin-bottom: 15px;
}

#top .cat_desc {
    padding: 20px;
}

ul.articles li {
    width: 100%;
    margin: 6px 0;
}

ul.articles li a {
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    padding-left: 50px;
    display: block;
}

ul.articles li a span {
    color: #b8b8b8;
    font-weight: normal;
}

ul.articles li a span.article_date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;	
}

ul.articles li a span.article_views {
    display: inline-block;
    margin-left: 15px;
	font-size: 14px;
}

.today {
    padding-bottom: 10px;
    padding-left: 50px;
}

.today strong {
    font-weight: bold;
    font-size: 16px;
}

.today span {
    color: #b8b8b8;
    font-size: 14px;
    padding-left: 15px;
}

.right_block {
    width: calc( 100% - 280px );
    float: left;
}

.left_block {
    width: 260px;
	height: 100%;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.left_block_in.absolute {
    position: absolute;
    bottom: 80px;
    width: 260px;
}

.left_block_in.fixed {
    position: fixed;
    top: 15px;
    width: 260px;
}

.columns .column {
    background-color: white;
    margin-right: 30px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.columns .column .thumbnail a {
    width: 100%;
    height: 100%;
	display: block;
}

.three_columns .column {
    width: calc( 33% - 20px );
}

.three_columns .column:nth-child(3n) {
	margin-right: 0;
}

.four_columns .column {
    width: calc( 25% - 24px );
}

.four_columns .column:nth-child(4n) {
	margin-right: 0;
}

.five_columns .column {
    width: calc( 20% - 25px );
}

.five_columns .column:nth-child(5n) {
	margin-right: 0;
}

.three_columns .column .thumbnail,
.four_columns .column .thumbnail,
.five_columns .column .thumbnail
{
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border: solid 4px white;
}

.alm-reveal {
    text-align: left;
}

.columns .column.no_mar {
    margin-right: 0!important;
}

.abs.active {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-top: 0;
}

.columns .column .column_text {
    padding: 20px;
    text-align: left;	
}

.column .title {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	
	.column .title {
	    height: 72px;
		overflow: hidden;
	}

}

.alm-btn-wrap {
	width: 100%;
}

.column .title a {
    font-family: "Roboto Slab";
    font-size: 16px;
    color: rgb(36, 36, 36);
    line-height: 1.556;
}

.cats {
    font-size: 13px;
    color: #1976d2;
    margin-bottom: 20px;
    font-weight: bold;
}

.cats * {
    font-size: 13px;
    color: #1976d2;
    font-weight: bold;
}

.bottom_text p {
    font-size: 14px;
}

.cats a:last-child span {
    display: none;
}

.column .addons span {
    font-size: 14px;
    color: #b8b8b8;
}

.column .addons span i {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.column .addons span > span {
    vertical-align: middle;
    display: inline-block;
}

.show_more {
    position: relative;
    width: 100%;
    display: block;
}

.show_more span {
    font-size: 20px;
    display: inline-block;
    background: #f0f0f0;
    padding: 10px 20px;
}

.show_more i {
    color: #242424;
}

.show_more:after {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.sidebar_iframe {
    width: 200px;
    height: 300px;
    position: absolute;
    top: 10px;
    left: 30px;
    border: none;
}

.sidebar_block {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.sidebar_posts > div {
	
}

.sidebar_posts .owl-dots {
	width: 100%;
	text-align: center;
}

.sidebar_posts .owl-dot {
	width: 10px;
    height: 10px;
    background: #d4d4d4;
    display: inline-block;
    border-radius: 10px;
    margin: 3px;
}
.sidebar_posts .owl-dot.active {
	background: #b7b7b7;
}

.sidebar_post {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: solid 1px #e6e6e6;
}

.sidebar_post_title * {
    color: #242424;
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar_post_text * {
    font-size: 14px;
    color: #787878;
}

#footer {
    padding-bottom: 20px;
}

.bottom_menu {
    padding: 15px;
    border-bottom: solid 2px #e8e8e8;
}

.bottom_menu li a {
    padding: 15px;
    display: block;
}

.bottom_logo, .bottom_text {
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.bottom_contacts {
	margin-top: 38px;
    position: relative;
    top: 0;
    left: 0;
}

#mobile_header {
    background-color: #ffffff;
    text-align: center;
    display: none;
    padding: 20px;
}

#mobile_header > div {
    display: inline-block;
}

.mobile_logo {
    margin-top: 10px;
    position: relative;
}

#mobile_header .menu_but {
    float: left;
}

#mobile_header .menu_but i {
    font-size: 45px;
}

#mobile_header .fire2 {
    float: right;
    margin-top: 12px;
}

#mobile_header div.mobile_header {
    background-color: #f9f9f9;
    text-align: left;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.mobile_menu li {
    width: 100%;
}

.mobile_menu li a {
    color: #272727;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 16px;
    border-top: solid 1px #f3f3f3;
}

.mobile_menu li i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    color: black;
}

.mobile_header .mobile_logo {
    padding: 15px 20px;
}

.close_menu_but {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
}

.close_menu_but i {
    color: #000000;
    font-size: 30px;
}

.gif {
	display: none;
}

.gif.active {
	display: block;
}

#nav{
	margin-top:10px;
}