/*html,
body {
    height: 100%;
}
*/
.header-wg .logo img{
    height: 50px;
}
.header-popup #main-menu ul li.active a {
    color: #72a008;
}
.main-carousel .item .text {
    text-align: center;
}

.main-carousel .item .text .heading,
.main-carousel .item .text p,
.main-carousel .item .text a.btn-link{
    max-width: 100% !important;
    /*text-align: center;*/
}
.media-view_top .category{
    font-weight: bold;
}
@media screen and (max-width: 1279px){
    .header-wg .logo {
        display: block !important;
        padding-left: 65px;
    }
    .header-wg .logo img {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .header-right{
        display:none !important;
    }
}
