.articles-extrafields {
    margin-bottom: 24px;
    display: none;
    align-items: center;
}

.acm-features.style-1 .header .inner > .sub-heading:after {
    content: "";
    margin-top: 12px;
    height: 12px;
    width: 92px;
    display: block;
    background: url(/KARABINA/templates/gk_royal/images/header-stars.png) no-repeat;
    display: none;
}

.gkSubheadingBox .header .inner > .sub-heading:after {
    content: "";
    margin-top: 12px;
    height: 12px;
    width: 92px;
    display: block;
    background: url(/KARABINA/templates/gk_royal/images/header-stars.png) no-repeat;
    display: none;
}

div.layout-campaign .item .item-title-wrap .sale-off {
    color: #fff;
    display: none;
}

.item-page div.articleBody, .item-page div[itemprop='articleBody'] {
    clear: both;
    font-size: 24px;
    line-height: 1.5;
    position: relative;
    text-align: justify;
    padding: 0 !important;
}

/* media queries */
@media screen and (min-width: 1041px) and (max-width: 1080px)
{
    .gkMainMenu > .gkmenu.level0 > li > a
    {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 1040px)
{
    #gkHeaderNav .gkLogo img 
    {
        height: 54px;
        width: 100px;
    }
}

page.type-offer .ja-gallery-list-wrap img {
    margin-bottom: 0;
    display: none;
}

.item-page .item-image img {
    width: 90%;
}

.item-page.type-room {
    text-align: center;
}

.container, .container-fluid, .container-md {
    max-width: 80%;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}

#gkFooterWrap .gkLogoWrap:before {
    content: "";
    height: 64px;
    width: 1px;
    background: #C6976D;
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
}


