body{
    font-size:14px;
}

.device-md h1 {
    font-size: 30px !important;
}

.content-wrap {
    padding: 25px 0;
}

.ipost .entry-image.l-bg {
    background-color: white;
}

.ipost .entry-image.l-bg > a{
    height: 151px;
    background-size: cover;
}

.widget p {
    margin-bottom: 20px;
}

#page-title{
    background-color: #DFF0D8;
    padding: 30px 0;
    margin-bottom: 35px;
}

#page-title span, #page-title-mini span {
    font-size: 16px;
}

#page-title-mini {
    background-color: #DFF0D8;
    padding: 20px 0;
    margin-top: 35px;
}

.section.news-slider {
    background-color: white;
    margin: 20px 0;
    padding: 20px 0;
}

.disabled-download {
    opacity: 0.5;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 780px) {
    .disapear-responisve-max {
        display: none;
    }
}

@media (min-width: 780px) {
    .disapear-responisve-min {
        display: none;
    }
}

@media (max-width: 1199px) {
    #header.sticky-header:not(.static-sticky),
    #header.sticky-header:not(.static-sticky) #header-wrap,
    #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
        height: 120px;
    }
}

.justify-text {
    text-align: justify !important;
}

#header {
    border-top: 1px solid #F5F5F5;
}

#primary-menu {
    float: left;
}

@media (max-width: 991px) {
    #primary-menu-trigger {
        top: -75px;
    }
}

#language-link {
    padding: 11px;
    color: #666;
}

#language-link .ts-icon span {
    position: relative;
    top: -3px;
    left: 2px;
}

#primary-menu ul li > a {
    font-size: 17px;
}

#primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a {
    padding: 27px 16px 32px;
}

#primary-menu.sub-title > ul > li > a span {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    padding-top: 5px;
}
