@media (max-width: 1025px){

    .header-top{
        height: 0;
    }

    .nav-main > li > a{
        padding: 0;
        height: auto;
    }

    .header .menu-lang-wrapper{
        padding: 29px 0;
        margin-right: 0;
    }

    .header.fixed .nav-main > li > a{
        padding: 27px 9px;
    }

    .header .nav-main > li > a{
        padding: 39px 9px
    }

    .header .logo {
        padding: 20px 0;
    }

    .header.fixed .logo{
        padding: 15px 0;
    }

    .header.fixed .menu-lang-wrapper{
        padding: 15px 10px;
    }

    .dropdown-button{
        font-size: 14px;
    }

    .dropdown-menu{
        right: 3px;
        left: auto;
    }

    .header .social-icon{
        display: none;
    }

    .article.argo-rooms .item .text-wrapper .title,
    .article.explore .item .text-wrapper .title{
        line-height: 24px;
        font-size: 24px;
        height: 80px;
    }

    .article .item .text-wrapper .title,
    .article-autosuggest .item .text-wrapper .title{
        height: 55px;
    }

    .article.happening-now .item .text-wrapper .title{
        line-height: 24px;
        font-size: 24px;
        height: 80px;
    }

    .booking-wrapper{
        padding: 70px 10px;
    }

    .booking-wrapper .form-inline .input-group{
        max-width: 100%;
    }

    .heading-wrapper.top .description{
        width: 90%;
    }

    .argo-crew .heading-wrapper.top .description{
        text-align: center;
    }

    .contact-page-wrapper .right-half .text-wrapper{
        padding: 25px;
    }

    .items-generic .item .img-wrapper{
        display: block;
        float: none;
    }

    .items-generic .item .img-wrapper img{
        margin: 0 auto;
    }

    .items-generic .item .heading-wrapper.heading-wrapper-bordered{
        display: block;
        margin-left: 0;
        margin-bottom: 0;
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .items-generic .item .heading-wrapper.heading-wrapper-bordered .title{
        text-align: center;
        height: 45px;
    }

    .full-category-gallery-slider .slider-navigation-absolute{
        bottom: auto;
    }

    .great-deals .items-wrapper-image{
        left: 10px;
    }

    .great-deals .items-wrapper-image .title{
        font-size: 85px;
        line-height: 85px;
        width: 100%;
    }

    .great-deals .items-wrapper-image .description{
        line-height: 30px;
        width: 100%;
        font-size: 30px;
    }

    .header .logo img{
        width: 100px;
    }

    .padding.copy{
        padding-top: 45px;
    }


}