/* Large desktops and laptops */
a,a:hover,a:focus,a:visited,a:active{
    text-decoration: none!important;
}
@media (min-width: 1200px) {

    .container.single-post{
        max-width: 970px;
        background-color: #fff;
    }
    .single-post .inner-title{
        font-size: 42px;
    }


}
/* Portrait tablets and small desktops */
@media (min-width: 768px) {
    #menu-main_menu > li.active{
        background: none;
        padding: 15px 15px 13px 15px;
    }
    #menu-main_menu > li.active > a {
        background: #fff;
        color: #d74b1f;
        box-shadow: none;
        border-bottom: 2px solid #d74b1f;
        font-weight: bold;
        padding: 4px 0px
    }
    #menu-main_menu > li{
        padding: 16px 15px;
        position: inherit;
    }

    .main-navigation .navbar-form{
        margin-top: 12px;
    }
    .main-navigation .navbar-nav>li>.dropdown-menu{
        top: 60px;
        left: 0px;
        width: 100%;
        border: 0px;
        background: #353535;
    }
    .main-navigation .navbar-nav>li>.dropdown-menu li{
        float: left;
        position: relative;
    }
    .main-navigation .navbar-nav>li>.dropdown-menu li a{
        color: #bfbfbf;
        display: inline-block;
        padding: 5px 8px;
    }
    .main-navigation .navbar-nav>li>.dropdown-menu li:not(:last-child):after {
        content: "•";
        width: 10px;
        height: 10px;
        font-size: 20px;
        top: 2px;
        position: relative;
        color: #555454;
    }
    .main-navigation .dropdown-menu>li>a:focus,.main-navigation .dropdown-menu>li>a:hover{
        background: none;
    }

    .main-navigation .navbar-nav>li>.dropdown-menu li a:hover{
        color: #fff;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .entry-content iframe{
        max-width: 100%;
        width: 100%;
        height: 405px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .main-news .news-item{
        height: auto;
    }
    .populiar-posts .post-item, .latest-posts .post-item{
        height: auto;
    }
    .entry-content iframe{
        max-width: 100%;
        width: 100%;
        height: 405px;
    }
}


@media (max-width: 692px){
    #menu-main_menu li a{
        color: #777;
    }
    #menu-main_menu li {
        border-bottom: 1px solid #c3c3c3;
        font-size: 17px;
        padding: 2px 0px;

    }
    ul.sub-menu.dropdown-menu {
        display: block;
        position: inherit;
        border: 0px;
        box-shadow: none;
        padding: 0px!important;
        margin-top: 3px;
        width: 100%;
    }

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .main-news .news-item{
        height: auto;
    }
    .entry-content iframe{
        max-width: 100%;
        width: 100%;
        height: 270px;
    }
    .inner_thumbnail{
        height: auto;
        margin-bottom: 10px;
    }
}

.second-menu{
    background: #353535;
}
.second-menu ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.second-menu ul li {
    background: #353535;
    color: #555454;
    margin-right: 0px;
    float: left;
    position: relative;
}
.second-menu a {    
    color: #bfbfbf;
    display: inline-block;
    padding: 5px 8px;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}
.second-menu a:hover{
    color: #fff; 
}
.second-menu ul li:not(:last-child):after {
    content: "•";
    width: 10px;
    height: 10px;
    font-size: 20px;
    top: 2px;
    position: relative;
    color: #555454;
}
.main-news .news-item .entry-image img{
    width: 100%;
    height: auto;
}

.logo-mobile{
    width: 160px;
    margin: 0 auto;
}
div.gallery{
    display: none;
}