@charset "utf-8";

/*
Theme Name: Rural 7
Version: 1.0
Theme URI: http://smartstudio.md
Description: Tema pentru localități
Author: Smart Studio
Author URI: http://smartstudio.md
*/

@import "css/bootstrap.min.css";
@import "css/slick.css";
@import "css/slick-theme.css";
@import "css/font-awesome.min.css";
@import "css/magnific-popup.css";
@import "css/animations.css";
@import "css/disabilities.css";

* {
    outline: none !important;
}
html,
body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    width: 100%;
    background: #f7f7f7;
    font-size: 10px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
div, p {
    margin: 0;
}
h1, h2, h4 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}
.unset_position {
    position: unset;
}
.hidden {
    opacity: 0;
    visibility: hidden;
}
.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.noscroll {
    overflow: hidden;
}
.dnone {
    display: none;
}


/* mentenance page */
.maintenance {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: white;
    height: 100%;
    background-size: cover;
}
.maintenance_wrapper {
    height: 100%;
}
.maintenance_content {
    color: #444;
    font-size: 1.6em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    text-align: center;
}
.maintenance_content img {
    width: 120px;
    margin-bottom: 20px;
    opacity: 0.8;
}
.maintenance_content h3 {
    font-size: 2.4em;
    font-weight: 600;
}
.maintenance_content .comment {
    font-size: 1.2em;
}


.header_spacing {
    height: 150px;
    width: 100%;
}
.header {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
}
.top_menu {
    border-bottom: 1px solid #eee;
}
.top_menu_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 10px 0;
}
.header_logo {
    max-height: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.header_logo img {
    max-width: 100%;
    max-height: 70px;
}
.header_search {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header_search .form_wrapper,
#searchform .clearfix {
    padding: 0px;
    margin: 0px;
    height: 32px;
    border: 1px solid #e1e1e1;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 15px;
    padding: 0 12px;
    font-size: 1.2em;
}
.header_search input,
#searchform input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    color: #555;
    border: 0px;
    outline: none;
    line-height: 30px;
    background: none;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.header_search button,
#searchform button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    line-height: 30px;
    padding: 0 12px;
    border-left: 1px solid #e1e1e1;
}
.header_info {
    display: flex;
}
.header_infobox {
    padding: 0 10px;
    border-right: 1px solid #eeeeee;
}
.header_infobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    font-size: 1.3em;
}
.header_infobox .infobox_value {
    font-weight: 600;
    color: #777777;
}
.header_infobox a {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.header_infobox a:hover {
    color: var(--accent-color);
}
.mobile_menu_buttons {
    display: none;
    justify-content: flex-end;
    align-items: center;
}
.main_menu > ul {
    display: flex !important;
    height: 60px;
    align-items: center;
}
.main_menu > ul > li {
    position: relative;
}
.main_menu li a {
    display: block;
    padding: 0 10px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
    /*color: #333333;*/
    transition: all .2s ease-in;
}
.main_menu li a {
    line-height: 60px;
    white-space: nowrap;
}
.main_menu li a:hover{
    background: rgba(0,0,0, .05);
    color: var(--accent-color);
}
.main_menu li.current-menu-item a{
    color: var(--accent-color);
}

.lang_switcher {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    font-size: 1.4em;
    text-transform: capitalize;
}
.lang-item {
    margin-right: 8px;
}
.lang_switcher_btn {
    color: #333;
    height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.lang_switcher_btn i {
    margin-left: 3px;
}
.lang_switcher_dropdown {
    position: absolute;
    background: white;
    border: 1px solid #eee;
    top: 100%;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.1);
    
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.lang_switcher:hover .lang_switcher_dropdown {
    opacity: 1;
    visibility: visible;
}
.lang_option {
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #eee;
    min-width: 120px;
    transition: all .15s ease-in-out;
}
.lang_option:last-child {
    border: none !important;
}
.lang_option:hover {
    background: #eee;
}
.mob_lang_switcher {
    display: none;
    font-size: 1.6em;
    list-style: none;
    padding: 16px 20px;
    border-top: 1px solid rgba(255,255,255, .4);
}
.mob_lang_switcher .lang-item {
    margin-right: 10px;
}



/* header variations */
.top_menu-2 .header_info {
    justify-content: flex-start;
}
.top_menu-2 .header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_menu-2 .header_search {
    justify-content: flex-end;
}
.top_menu-3 .header_info {
    justify-content: left;
}
.top_menu-3 .header_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.menu_buttons {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.search_btn {
    padding: 0;
    margin: 0 12px;
    cursor: pointer;
}
.search_btn svg {
    width: 26px;
    height: 26px;
}
.search_btn g {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.search_btn:hover g {
    fill: #000;
}
.search_btn.active g {
    fill: #000;
}
.menu_search_form {
    position: absolute;
    right: -20px;
    top: 100%;
    background: white;
    border: 1px solid #dfdede;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    z-index: 101;
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-animation: search_pop 0.25s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: search_pop 0.25s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.menu_search_form.open {
    visibility: visible;
    opacity: 1;
}
.menu_seach_form_arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 10px;
    margin-left: -10px;
    overflow: hidden;
}
.menu_seach_form_arrow span {
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    top: 15px;
    border-color: #e1e1e1;
    background: white;
}
.menu_search_form_content {
    display: flex;
    justify-content: center;
    margin: 16px;
    height: 40px;
    position: relative;
}
.menu_search_form_content input {
    padding: 10px 10px;
    border: 1px solid #e1e1e1;
    background-color: #f8f8f8;
    font-size: 1.4em;
    min-width: 260px;
}
.menu_search_form_content button {
    width: 40px;
    height: 100%;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    min-width: 40px;
    background-color: var(--accent-color);
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu_search_form_content button:hover {
    background: var(--accent-color-hover);
}


.menu_toggle {
    display: flex;
    justify-content: flex-end;
}
.burger_menu_icon {
    width: 24px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger_menu_icon span {
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    background: #666;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/*.burger_menu_icon:hover span {*/
/*  background: #111;*/
/*}*/
.burger_menu_icon span:nth-child(1) {
    top: 1px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.burger_menu_icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.burger_menu_icon span:nth-child(3) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.burger_menu_icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}
.burger_menu_icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.burger_menu_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 8px;
}
.navbar-toggler {
    padding: 0;
}


/* scroll top button */
#scroll {
    position: fixed;
    right: 16px;
    bottom: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .5);
    text-indent: -9999px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 9999;
    transition: all .2s ease-in-out;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #000;
}


.section {
    padding: 60px 0;
}
.section_heading {
    margin-bottom: 25px;
}
.section_heading_title {
    margin: 0 0 15px;
    color: #333333;
    font-size: 3.2em;
    font-weight: 600;
    line-height: 1.1;
}
.section_heading_descr {
    margin: 0px;
    color: #777777;
    font-size: 1.6em;
    font-style: italic;
    line-height: 1.2;
}


.tap {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: var(--accent-color);
    border: none;
    color: #fff;
    font-weight: 600;
    min-width: 150px;
    max-width: 250px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 35px;
    font-size: 11px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 25px;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.tap:hover {
    color: #fff;
    background: var(--secondary-color);
}


.home_banner {
    position: relative;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
}
.home_banner .slick-prev, .slick-next {
    opacity: 0;
    transition: all .25s ease-in;
}
.home_banner:hover .slick-prev,
.home_banner:hover .slick-next {
    opacity: 1;
}
.home_banner_container {
    margin: 0 !important;
    overflow: hidden;
    background: #000;
}
.banner_slide {
    background-position: center !important;
    background-size: cover !important;
}
.banner_slide > div {
    height: 100%;
}
.banner_content {
    height: 100%;
    min-height: 600px;
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    margin: 0 auto;
	text-shadow: rgba(0,0,0, .3) 1px 2px 3px;
}
.banner_content_title {
    width: 100%;
    margin: 0;
    font-size: 3.5em;
    line-height: 1.2em;
    font-weight: 600;
    max-width: 600px;
}
.banner_content_body {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 1.6em;
    letter-spacing: 0px;
    padding-right: 10px;
    font-weight: 400;
    font-style: oblique;
    max-width: 600px;
}
.banner_content .tap {
    line-height: 40px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 28px;
    letter-spacing: 0px;
    font-size: 1.3em;
    transition: all .3s ease-in-out;
}

/*slider thumbs navigation*/
.home_banner_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0 !important;
    background: rgba(0,0,0,.2);
    display: none;
}
.home_banner_nav .slick-list {
    padding: 0 !important;
}
.home_banner_nav_container {
    max-width: 800px;
    margin: 0 auto;
}
.mayor_msg .image_container .home_banner_nav_container {
     max-width: 800px;
     margin: 0 auto;
     overflow: hidden;
 }
#home_banner_nav_container .banner_slide {
    width: 100px;
    height: 56px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 16px;
}
#home_banner_nav_container .banner_slide.active {
    border-width: 2px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.enable_thumbs_nav .banner_content {
    /*min-height: 550px;*/
    padding-bottom: 100px;
}
.enable_thumbs_nav .home_banner_nav {
    display: block;
}


/*slides animations*/
.slideFadeInRight {
    margin-left: 150px !important;
    opacity: 0 !important;
    transition: all .65s ease-out !important;
}
.slick-active .slideFadeInRight {
    margin-left: 0 !important;
    opacity: 1 !important;
    transition: all .9s ease-out !important;
}
.slideFadeInLeft {
    margin-left: -80px !important;
    opacity: 0 !important;
    transition: all .65s ease-out !important;
}
.slick-active .slideFadeInLeft {
    margin-left: 0 !important;
    opacity: 1 !important;
    transition: all .9s ease-out !important;
}
/*slides animations end*/

.slick-dots {
    bottom: 20px;
}
.slick-dots li,
.slick-dots li button {
    width: 36px;
}
.slick-dots li button:before {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.slick-dots li button:before {
    content: '';
    background: #fff;
    width: 36px;
    height: 3px;
    top: 8px;
}
.slick-prev, .slick-next {
    height: 40px;
    width: 40px;
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    content: '';
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: '';
}
.slick-prev:focus,
.slick-next:focus {
    background: rgba(0, 0, 0, 0.4);
}
.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 1) !important;
}

.slick-arrow img {
    max-height: 100%;
}
.slick-arrow.slick-prev img {
    transform: rotatez(180deg);
}


.mayor_msg {
    background: #333;
    color: #fff;
    padding: 40px 0 60px;
}
.mayor_msg .image_container {
    box-shadow: 6px 10px 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 6px 10px 20px rgba(0,0,0,.15);
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: -90px;
}
.mayor_msg .image_container img {
    width: 100%;
}
.mayor_msg_title {
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
    font-size: 2.4em;
}
.mayor_msg_body {
    font-size: 1.6em;
    color: #fff;
    line-height: 1.5em;
    margin: 0 0 31px;
}
.mayor_msg_body a {
    text-decoration: underline;
    
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.mayor_msg_body a:hover {
    opacity: 0.9;
}
.mayor_msg_name {
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
    position: relative;
}
.mayor_msg_name:after {
    position: absolute;
    background: rgba(255, 255, 255, .20);
    left: 0;
    top: -14px;
    width: 80px;
    height: 2px;
    content: "";
}
.mayor_msg_function {
    color: #fff;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 500;
}

.news_updates {
    background: #f7f7f7;
}
.post_card {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .07);

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_card:hover {
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, .20);
}
.post_card .post_img {
    position: relative;
    max-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.post_card .post_img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post_card .post_img img {
    width: 100%;
}
.post_card .post_img .post_img_overlay {
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events:none;

    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.post_card .post_img:hover .post_img_overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.post_card .post_tag {
    position: absolute;
    right: -3px;
    top: 20px;
    color: #fff;
    font-size: 1.2em;
    line-height: 2.2em;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 2;
    background: var(--accent-color);

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_card .post_tag:hover {
    background: var(--accent-color-hover);
}
.post_card .post_content {
    padding: 20px;
}
.post_card .post_date {
    margin: 0 0 10px;
    font-size: 1.2em;
    color: #777;
    font-weight: 400;
    text-transform: uppercase;
}
.post_card .post_title {
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 15px;
    letter-spacing: -.5px;
    color: #333;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_card:hover .post_title {
    color: var(--accent-color);
}
.post_card .post_excerpt {
    color: #777777;
    line-height: 1.4em;
    margin: 0px;
    font-size: 1.6em;
}
.post_card .post_read_more {
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    line-height: 50px;
    color: #777777;
    font-style: italic;
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.post_card .post_read_more a {
    display: block;
}
.post_card .post_read_more span {
    float: right;
    border-left: 1px solid #eee;
    width: 54px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #bbbbbb;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.post_card:hover .post_read_more span {
    background: var(--accent-color);
    color: #fff;
}
.news_grid .post_card .post_img {
    height: 200px;
}
.news_grid .post_card .post_img img {
    height: 100%;
    object-fit: cover;
}
.news_full .post_card {
    margin-bottom: 40px;
}
.news_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.post_box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    background-color: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px
}
.post_box_top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.post_box_top i {
	margin-right: 3px
}
.post_category {
    font-size: 1.6em;
    font-weight: bold
}
.post_box .post_image {
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.post_box .post_image img {
    width: 100%;
}
.post_box .content_box img {
    max-width: 100%;
    height: auto;
}
.post_box .content_box {
    padding: 20px;
}
.post_box .content_box hr {
    height: 1px;
    border-width: 0;
    background-color: #aaa;
}
.post_box .post_date {
    font-size: 1.4em;
    color: #777;
    font-weight: 400;
}
.post_box h1,
.post_box h2,
.post_box h3,
.post_box h4,
.post_box h5,
.post_box h6 {
    font-weight: 600;
    margin: 0 0 10px;
    color: #333;
}
.post_title {
    font-size: 1.6em;
}
.post_title h1 {
    color: var(--accent-color);
}
.post_box h1 {
    line-height: 1.4em;
    font-size: 1.4em;
}
.post_box h2 {
    line-height: 1.4em;
    font-size: 1.3em;
}
.post_box h3 {
    line-height: 1.4em;
    font-size: 1.25em;
}
.post_box h4 {
    line-height: 1.4em;
    font-size: 1.2em;
}
.post_box h5 {
    line-height: 1.4em;
    font-size: 1.1em;
}
.post_box h6 {
    line-height: 1.4em;
    font-size: 1.05em;
}
.post_box .post_content {
    font-size: 1.6em;
}
.post_box .post_content,
.post_box p {
    margin-bottom: 15px;
    color: #777777;
}
.post_box a {
    color: var(--accent-color);
}
.post_box a:hover {
    text-decoration: underline;
}
.post_box ul,
.post_box ol {
    margin-bottom: 20px;
    padding: 0;
}
.post_box ol {
    padding-left: 20px;
}
.post_box ul li {
    line-height: 1.8em;
}
.post_box ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 6px;
    color: var(--accent-color);
    line-height: 24px;
    font-size: 0.9em;
}
.post_box .post_bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.post_box .social_share a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4662b0;
    height: 26px;
    width: 76px;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.4em;
    transition: all .2s ease-in-out;
}
.post_box .social_share a i {
    font-size: 1.2em;
    margin-right: 4px;
}
.post_box .social_share a:hover {
    text-decoration: none;
    background-color: #3a549e;
}
.post_box table {
    width:100%;
    border-collapse: collapse;
}
.post_box table th,
.post_box table td {
    border: 1px solid #aaa;
    padding: 4px 8px;
    font-size: .9em;
    min-width: 50px;
}
.post_box table th {
    background: #efefef;
    color: #555;
}
.not_found h1 {
    font-size: 1.8em;
    text-align: center;
    padding: 30px;
    line-height: 2em;
}


/*default editor gallery*/
.gallery {
    margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/*
 * default wp alignment classes
 *****************************************************************************/
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}
.aligncenter {
    float: none;
    margin: .5em auto 1em;
}
.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}
.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}
.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}
.wp-caption img {
    display: inline;
}
.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}


.fast_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 225px;
    margin: 0 0 28px;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    padding: 40px;
    position: relative;
}
.fast_nav_box .image {
    margin: 0 0 20px;
    width: 85px;
    max-height: 85px;
}
.fast_nav_box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.fast_nav_box img {
    max-width: 100%;
    max-height: 100%;
}
.fast_nav_title {
    font-size: 1.6em;
    line-height: 22px;
    margin: 0;
    font-weight: 600;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.fast_nav_box:hover .fast_nav_title {
    color: var(--accent-color);
}
.fast_nav_box i {
    font-size: 7em;
    color: var(--secondary-color);
}


.contact_us {
    background-size: cover;
}
.contact_us form {
    height: 100%;
}
.cform_container {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: var(--accent-color);
    border-radius: 3px;
    padding: 30px 30px 35px;
    margin-bottom: 40px;
}
.cform_title {
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 2.4em;
}
.cform_container .form_control {
    border: 1px solid #e8e8e8;
    padding: 0 20px;
    line-height: 48px;
    height: 50px;
    margin: 0 0 20px;
    display: block;
    width: 100%;
    font-size: 1.4em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    max-height: 150px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cform_container textarea.form_control {
    height: 80px;
    line-height: 24px;
    padding-top: 12px;
}
.form_input_row {
    display: flex;
    justify-content: space-between;
}
.form_input_row .form_control {
    width: 49%;
}
.cform_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cform_container .tap {
    background-color: var(--secondary-color);
    color: white;
    float: right;
    text-transform: capitalize;
    border: 0px;
    padding: 0 40px;
    line-height: 55px;
    border-radius: 30px;
    font-size: 1.6em;
    font-weight: 500;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.cform_container .alert {
    background: #eee;
    color: #555;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.3em;
}
.cform_container .tap:hover {
    background: #fff;
    color: #144b8b;
}
.cform_descr {
    max-width: 50%;
    color: #fff;
    margin: 5px 0 0;
    font-style: italic;
    font-size: 1.4em;
    padding: 0 6px;
}
.contacts_container {
    height: 100%;
}
.contacts_container .map_container {
    height: 100%;
}
.contacts_container.rows_2 .map_container {
    height: 50%;
}
.contacts_numbers {
    padding: 30px 0;
}
.contacts_container .map_container iframe {
    max-width: 100%;
    height: 100%;
}
.contacts_container .numbers_container {
    height: 50%;
}
.contacts_title {
    font-size: 2.4em;
    color: #333;
    font-weight: 600;
    margin: 0 0 8px;
}
.numbers_box {
    background: #fff;
    border: 1px solid var(--accent-color);
    width: 100%;
    float: left;
    padding: 20px 20px;
    border-radius: 3px;
    height: 165px;
    overflow: hidden;
    word-break: break-all;
}
.numbers_box .icon {
    color: var(--accent-color);
    font-size: 3em;
}
.numbers_box .contact {
    font-size: 1.4em;
    color: #144b8b;
    font-weight: 900;
    display: block;
    margin-bottom: 6px;

    transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.numbers_box .title {
    font-size: 1.4em;
    color: #777;
    font-weight: 600;
}
.numbers_box .contact:hover {
    color: #407cc1;
}


.breadcrumbs {
    background-color: var(--secondary-color);
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.breadcrumbs_heading {
    font-size: 3em;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.breadcrumbs ol {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #a5a2a2;
    white-space: nowrap;
}
.breadcrumbs span {
    list-style: none;
    transition: all .15s linear;
    font-size: 1.2em;
}
.breadcrumbs a:hover {
    color: #eee;
    text-decoration: underline;
    cursor: pointer;
}
.breadcrumbs span:last-child {
    color: #fff;
    /*cursor: default !important;*/
}
.breadcrumb_delimiter {
    padding: 0 4px;
}

/*Sidebar Widgets*/
.sidebar .widget > div {
    padding: 10px 20px;
    font-size: 1.6em;
}
.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidebar .widget {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,.07);
}
.sidebar .widget-title {
    font-weight: 600;
    font-size: 1.8em;
    border-bottom: 1px solid #ececec;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0;
}
.sidebar .widget ul {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}
.sidebar .widget ul li {
    padding: 0 20px;
    margin: 10px 0;
}
.sidebar .widget .inner {
    padding: 20px;
    width: 100%;
}
.sidebar .widget img {
    display: block;
    padding: 20px;
}
/* Widget search */
.sidebar .widget_search  {
    background: none;
    border: none;
    box-shadow: none;
}
.sidebar .widget_search .clearfix {
    background: white;
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,.07) !important;
}
.footer .widget_search {
    margin-bottom: 30px;
    margin-top: 10px;
}
/* Widget widget_recent_entries widget */
.widget_recent_entries .post-date {
    /*font-size: 1.4em;*/
    /*color: #555;*/
}
.widget_recent_entries a:hover {
    padding: 0 !important;
}
/*Widget Recent Posts */
.widget_rp li {
    position: relative;
    padding-left: 98px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 75px;
}
.widget_rp li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 75px;
    border-radius: 3px;

    transition: all .15s ease-in-out;
    -webkit-transition: all 15s ease-in-out;
}
.widget_rp li a img:hover {
    opacity: .9;
}
.widget_rp .rp_date {
    font-weight: 400;
    color: var(--accent-color);
    display: block;
    font-size: 1.2em;
}
.widget_rp .rp_title {
    color: #333;
    font-weight: 600;
    line-height: 22px;

    transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.widget_rp .rp_title:hover {
    color: var(--accent-color);
}
/*Widget Categories and Widget Archives*/
.widget_categories a,
.widget_archives a,
.sidebar .widget ul li a {
    display: block;
    line-height: 20px;
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
    padding: 0;

    transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.widget_categories li > a:hover,
.widget_archives li > a:hover,
.widget ul li > a:hover {
    color: var(--accent-color);
    padding: 0 10px;
}
.widget_categories li > a:before,
.widget_archives li > a:before,
.widget ul li > a:before {
    display: inline-block;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 10px;
    font-weight: 600;
    color: var(--accent-color);
}
.footer .widget_categories li {
    display: flex;
    align-items: center;

    transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer .widget_categories li:hover {
    padding-left: 4px;
    color: var(--accent-color);
}
.footer .widget_categories a {
    padding: 0;
    padding-right: 5px;
}
.footer #searchform .clearfix {
    background: #fff;
}
.footer input {
    border-color: #fff;
    color: #fff;
}


/*Pagination*/
.pagination {
    width: 100%;
}
.pagination ul {
    margin: 0 auto;
    display: flex;
}
.pagination li a {
    position: relative;
    float: left;
    color: #333;
    padding: 8px 15px;
    margin-left: -1px;
    line-height: 1.4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.pagination li.active a,
.pagination li a:hover {
    background-color: var(--accent-color);
    color: #fff;
}


.footer {
    background-size: cover;
    color: #fff;
    padding-bottom: 0;
    background-color: #333;
    font-size: 1.4em;
}
.footer_wrapper {
    padding-bottom: 20px;
}
.footer_logo {
    max-width: 100%;
    margin-bottom: 20px;
}
.footer_col .title {
    /*font-size: 2.2em;*/
    color: #fff;
    margin: 0;
    font-weight: 600;
    margin-bottom: 16px;
}
.footer_col a {
    display: inline-block;
    color: #fff;
    line-height: 32px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer widget-title {
    margin-bottom: 8px;
}
.footer_col ul {
    margin-bottom: 40px;
}
.footer_col a:hover {
    color: var(--accent-color);
}
.footer_col a i {
    font-size: 10px;
    margin-right: 8px;
}
.footer_col img {
    max-width: 100%;
}
.footer_contacts {
    margin: 20px 0 0;
    padding: 0px;
    list-style: none;
}
.footer_contacts a:before {
    content: '' !important;
    margin: 0 !important;
}
.footer_contacts a,
.footer_contacts a:hover {
    padding: 0 !important;
}
.footer_contacts li {
    margin: 0 0 5px;
    padding: 0;
    position: relative;
}
.footer_contacts li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.8em;
}
.footer_contacts_content {
    /*font-size: 1.4em;*/
}
.footer_contacts_content .title {
    color: #aaa;
    margin-bottom: 4px;
    font-size: 1.2em;
}
.footer_contacts_content,
.footer_contacts_content a{
    line-height: 24px;
}
.footer .widget_categories a,
.footer .widget_archives a,
.footer .sidebar .widget ul li a {
    font-size: 1em;
}
.footer .header_search input,
.footer #searchform input,
#searchform button {
    font-size: .85em;
}
.copyright_wrapper {
    padding: 20px 0;
    background: var(--accent-color);
    color: #fff;
    font-size: 1.4em;
}
.copyright_wrapper a:hover {
    text-decoration: underline;
}
.copyright_text {
    line-height: 25px;
}
.footer_social {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding-right: 40px;
}
.footer_social li {
    font-size: 1.4em;
    margin: 0 6px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer_social li:hover {
    opacity: .8;
}
.socials a {
    font-size: 1.9em;
    padding: 0 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.socials a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

.visits{
	max-width: 190px
}
.range_visits{
	padding: 3px 0;
	display: flex;
	justify-content: space-between
}

.range_visits > div:last-child{
	font-weight: bold
}

.footer_col img{
	border-radius: 8px
}






.more_wrapper{
	padding: 20px 0;
	text-align: center
}

.zdx{}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
    #temperature {
        font-size: 1.2em;
    }
    .fast_nav_box {
        height: 205px;
        padding: 30px 20px;
    }
    .fast_nav_title {
        font-size: 1.4em;
    }
    .cform_container .form_control {
        height: 50px;
    }
    .numbers_box {
        padding: 20px 15px;
        height: 140px;
    }
    .numbers_box .contact {
        font-size: 1.4em;
    }
}
@media screen and (min-width: 768px) {
    /*submenu-default desktop*/
    .main_menu.default > ul > li > .sub-menu {
        font-size: 0.85em;
    }
    .main_menu.default .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        float: left;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        min-width: 220px;
        padding: 0;
        margin: 0;
        font-size: 1em;
        background: #fff;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);

        z-index: -1;
        visibility: hidden;
        -webkit-transition: visibility 0.2s linear;
        -moz-transition: visibility 0.2s linear;
        transition: visibility 0.2s linear;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }
    .main_menu.default li:hover > .sub-menu {
        z-index: 100;
        visibility: visible;
        -webkit-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    .main_menu.default .sub-menu a {
        display: block;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.8em;
        border-bottom: 1px solid #eee;
        background: #fff;
        color: #444;
        padding: 14px 20px;

        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .main_menu.default .sub-menu a:hover {
        background: #eee;
        color: var(--accent-color);
    }
    .main_menu.default .sub-menu li {
        position: relative;
    }
    .main_menu.default .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
    /*submenu-default desktop end*/

    /* mega menu begin */
    .main_menu.mega > ul > li {
        position: unset;
    }
    .main_menu.mega > ul > li > ul {
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        right: 0;
        padding: 40px 50px;
        min-height: 500px;
        max-height: 900px;
        background: #00adec;
        display: block;
        overflow: hidden;

        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
    }
    .main_menu.mega > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    .main_menu.mega > ul > li > ul > li > ul {
        left: 25px;
    }
    .main_menu.mega > ul > li > .sub-menu {
        box-shadow: rgba(0,0,0, .3) 0 0 40px;
    }
    .main_menu.mega .sub-menu .sub-menu {
        position: absolute;
        margin-top: 0;
        box-shadow: none;
        width: 100%;
        margin-left: calc(25% - 6.25px);;
        height: 100%;
        padding-top: 40px;
        background: linear-gradient(to left,transparent 0,rgba(0,0,0,.1) 100%)!important;
        top: 0;

        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease-in-out, visibility .2s ease-in-out;
    }
    .main_menu.mega .sub-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .main_menu.mega .sub-menu li {
        border: none;
        background: none;
        width: calc(25% - 6.25px);;
        padding: 0;
    }
    .main_menu.mega .sub-menu li > a {
        display: block;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.25;
        color: #fff;
        width: 100%;
        padding: 12px 34px 12px;
        white-space: break-spaces;

        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .main_menu.mega .sub-menu li:hover > a {
        background: linear-gradient(to right,transparent 0,rgba(0,0,0,.1) 100%)!important;
    }
    .main_menu.mega .sub-menu li i {
        display: none;
    }
    .main_menu.mega .menu-item-image {
        display: block;
    }
    .main_menu.mega .sub-menu li > a .menu-item-tagline {
        opacity: .7;
        font-size: 12px;
        font-weight: 400!important;
        display: block;
    }
    /* mega menu end */
}
@media screen and (max-width: 768px) {
    .maintenance_content {
        font-size: 1.2em;
        padding: 0 30px;
    }
    .maintenance_content img {
        max-width: 60px;
    }
    .maintenance_content h3 {
        font-size: 2em;
    }
    
    
    .header_spacing {
        height: 90px;
    }
    .header_search {
        display: none;
    }
    .main_nav_bar {
        position: absolute;
        background: white;
        width: 100%;
        left: -100%;

        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .main_nav_bar.active {
        left: 0;
    }
    .main_nav_bar .col-md-12 {
        padding: 0 !important;
    }
    .mobile_menu_buttons {
        display: flex;
    }
    .main_menu > ul {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }
    .main_menu li {
        width: 100%;
    	border-top: 1px solid rgba(255,255,255, .4);
    }
    #header .main_menu.default > ul > li li a {
        color: #000 !important;
    }
    .main_menu.default li a {
        position: relative;
        font-size: 1.5em;
        line-height: 1.3em;
	    padding: 18px 20px
    }
    .main_menu li i {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
    }
    .main_menu .sub-menu {
        height: 0;
        overflow: hidden;

        transform: scaleY(0);
        transform-origin: top;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    .main_menu li.open > .sub-menu  {
        transform: scaleY(1);
        height: auto;
    }
    .main_menu li > .sub-menu li {
        padding: 0 20px;
    }
    .main_menu li .sub-menu a {
    	font-size: 1.4em;
    	/*color: #fff;*/
    	line-height: 1.3;
    	padding: 15px 0 15px 20px;
    	font-size: 1.3em;
    }
    .mob_lang_switcher {
        display: flex;
    }


    .banner_content {
        height: 400px;
        max-width: 500px;
        min-height: 240px;
    }
    .banner_content_title {
        font-size: 3.2em;
    }
    .banner_content_body {
        font-size: 1.8em;
        width: 100%;
    }
    .banner_content .tap {
        font-size: 1.2em;
        padding: 4px 30px;
        min-width: 100px;
        line-height: 24px;
    }
    .home_banner_nav {
        position: relative;
        padding: 20px 0 !important;
        background: rgba(255,255,255,.2);
    }
    .home_banner_thumbs .banner_content {
        padding-bottom: 0;
    }
    .enable_thumbs_nav .banner_content {
        padding: 0;
    }
    .home_banner .slick-prev, .home_banner .slick-next {
        opacity: 1;
    }
    #home_banner_nav {
        display: none;
    }


    .mayor_msg .image_container {
        margin-top: 0;
    }
    .numbers_box .contact {
        font-size: 1.8em;
    }


    .breadcrumbs_heading {
        font-size: 2.2em;
        line-height: 1.3em;
    }


    .post_box {
        margin-bottom: 40px;
    }
    .post_box p {
        font-size: 0.875em;
    }
    .gallery-item {
        min-width: 50% !important;
    }


    .contacts_container .map_container iframe {
        min-height: 400px;
    }
    .cform_bottom {
        flex-direction: column-reverse;
    }
    .cform_descr {
        max-width: 100%;
        margin: 15px 0 0;
    }
    .contacts_container {
        margin-top: 30px;
    }
    .cform_container .tap {
        width: 100%;
        max-width: auto;
    }
    
    
    .copyright_text {
        text-align: center;
        margin-bottom: 12px;
    }
    .footer_social {
        justify-content: center;
        padding-right: 0;
    }
}
@media screen and (max-width: 575px) {
    .footer_col ul {
        margin-bottom: 30px;
        padding-left: 8px;
    }
    .footer_col .title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
	.footer_col{
		margin-bottom: 30px
	}

    .banner_content {
        max-width: 280px;
        min-height: 160px;
    }
    .banner_content_title {
        font-size: 2.5em;
    }
    .slideFadeInRight {
        margin-left: 60px !important;
    }
    .slideFadeInLeft {
        margin-left: -30px !important;
    }
    #home_banner_nav_container .banner_slide {
        width: 80px;
        height: 45px;
        cursor: pointer;
        border: 1px solid #fff;
        margin-right: 12px;
    }

    .form_input_row {
        display: block;
    }
    .form_input_row .form_control {
        width: 100%;
    }


    .contacts_numbers {
        padding-bottom: 0;
    }
    .contacts_container {
        height: auto;
        padding-bottom: 0;
    }
    .numbers_container .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .numbers_box {
        padding: 20px 20px;
        height: auto;
        margin-bottom: 20px;
    }


    .footer_col a {
        line-height: 28px;
    }
    .copyright_container {
        flex-direction: column;
    }
    .footer_socials {
        margin-top: 8px;
    }
}
@media screen and (max-width: 360px) {
}