/* Header */
.header-top{
    height: 0;
    line-height: 0;
}

.header {
    position: fixed;
    z-index: 1030;
    background: transparent;
    border-color: transparent;
    min-height: 112px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.header > .container-fluid{
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
}

.header.fixed{
    min-height: 80px;
}

/* Logo */
.header .logo {
    display: inline-block;
    padding: 17px 0;
    margin-left: 20px;
}

.header.fixed .logo img{
    width: 120px;
}

.header.fixed .logo{
    padding: 6px 0;
}


/* Menu lang dropdown */
.menu-lang-wrapper{
    display: inline-block;
    float: right;
    height: 100%;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: 15px;
    padding: 33px 0px;
    margin-right: 20px;
}

.menu-lang-wrapper:hover{
    background: transparent;
    color: #21d33a;
}

.menu-lang-wrapper:hover .dropdown-button{
    background: #f2f2f3;
}

.dropdown-menu{
    top: 60%;
    left: 0px;
    min-width: 60px;
    box-shadow: none;
    border-radius: 0;
    background: #f2f2f3;
    border: none;
    font-size: 16px;
}

.dropdown-menu .item a.active{
    display: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    color: #21d33a;
    background-color: transparent;
}

.dropdown-button{
    width: 60px;
    padding: 10px 0;
}

.lang-dropdown{
    text-align: center;
}

.dropdown-button:hover{
    background: #f2f2f3;
}

.caret{
    margin-left: 10px;
}

.header.fixed .menu-lang-wrapper{
    padding: 19px 0px;
}

.dropdown-menu>li>a{
    padding: 3px 10px;
}


/* Main navigation */
.nav-main-wrapper{
    background: transparent;
}
.nav-main-wrapper > .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.nav-main {
    float: right;
}

.nav-main > li > a{
    color: #000000;
    padding: 39px 20px;
    border-bottom: 7px solid transparent;
    line-height: 27px;
}

.nav-main > li{
    padding: 0;
}
.main-4level.menu-4level-inline{
    display: inline-block;
    float: right;
}

.header.fixed .nav-main > li > a{
    padding: 24px 20px;
    border-bottom: 7px solid transparent;
    line-height: 29px;
}

.header.fixed .nav-main > li > a:hover{
    border-bottom: 7px solid #21d33a;
}

.header.fixed .nav-main > li{
    padding: 0;
}

.nav-main > li > a:hover, .nav-main > li.active > a{
    background: transparent;
    color: #21d33a;
    border-bottom: 7px solid #21d33a;
    line-height: 27px;
}

.header.fixed  .nav-main > li > a:hover, .header.fixed  .nav-main > li.active > a{
    background: transparent;
    color: #21d33a;
    line-height: 29px;
    border-bottom: 7px solid #21d33a;
}


/* Header social */
.header .social-icon{
    display: inline-block;
    float: right;
    padding: 39px 10px;
}

.social-icon .item .img-wrapper{
    display: inline-block;
    height: 32px;
    width: 32px;
}

.header.fixed .social-icon{
    padding: 21px 10px;
}

.social-icon .item:last-of-type {
    position: relative;
    height: 32px;
    width: 32px;
    margin-left: 20px;
    background: #22d33a;
}

.social-icon .item:last-of-type:hover{
    background: #08b915;
}

.social-icon .item:last-of-type:before{
    content: '+381 113640 425';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 19px;
    background: #25d43c8f;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
}

.social-icon .item:last-of-type:hover:before{
    opacity: 1;
}

.social-icon .items-wrapper{
    line-height: 16px;
}


.social-icon .item:last-of-type:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #22d33a;
    top: 0;
    left:  0;
    z-index:  0;
}

.book-now.active:after{
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #22d33a;
    animation: pulse-ring 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    top: 0;
    left:  0;
    z-index:  0;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.03);
    }
    80%, 100% {
        opacity: 0;
    }
}

.social-icon .item{
    background: #ec1f27;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}

.social-icon .item img{
    margin: 0 auto;
    line-height: 32px;
    padding: 9px 0px;
}

.social-icon .item:nth-of-type(2) img{
    padding: 11px 0px;
}

.social-icon .item:hover{
    background: #c00000;
}

.social-icon .item a:hover{
    opacity: 1;
}

.social-icon .item a{
    position: relative;
    z-index: 10;
}

/* Main slider */
.main-slider .slick-slide img{
    object-fit: cover;
    height: 100vh;
    min-width: 100%;
}

.main-slider .slick-slide{
    height: 100vh;
    padding: 0;
}

.slider .slick-dots li{
    width: 12px;
    height: 12px;
}

.slider .slick-dots li button{
    width: 12px;
    height: 12px;
}

.slider .slick-dots li button:before{
    line-height: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: transparent;
    content: "";
    text-align: center;
    color: #000000;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 0 0 2px #21d33a;
    -moz-box-shadow: inset 0 0 0 2px #21d33a;
    box-shadow: inset 0 0 0 2px #21d33a;
    transition: all 0.15s;
}

.slider .slick-dots li.slick-active button:before{
    background: #21d33a;
    -webkit-box-shadow: inset 0 0 0 0px #21d33a;
    -moz-box-shadow: inset 0 0 0 0px #21d33a;
    box-shadow: inset 0 0 0 0px #21d33a;
    width: 12px;
    height: 12px;
}

.main-slider .slider-arrow i{
    font-size: 50px;
    color: #ffffff;
}

.slider.main-slider{
    margin-bottom: 20px;
}



/* Footer */
.footer-wrapper{
    background: #1b1b1b;
    padding-bottom: 20px!important;
}

.footer{
    padding: 30px 0 10px;
}

.footer .logo{
    margin-top: 0;
    margin-bottom: 10px;
}

.footer .logo img{
    width: auto;
}

.footer .heading-wrapper .title{
    display: none;
}

.company-info .item span.title{
    display: inline-block;
}

.company-info .item i, .company-info .item span.content{
    display: inline-block;
    color: #21d33a;
}

/*.footer > .row > .col-xs-12.col-sm-12.col-md-4{*/
    /*padding-left: 125px;*/
/*}*/

.footer .nav.items-wrapper .item a{
    font-size: 18px;
    color: #939393;
    font-weight: 400;
}

.footer .nav.items-wrapper .item a:hover{
    color: #21d33a;
}


.footer .nav.items-wrapper .item:first-child .title{
    color: #939393;
}

.footer-wrapper > .container {
    max-width: 1200px;
}

.footer-bottom> .container {
    max-width: 1200px;
}

.footer-link{
    text-transform: uppercase;
    color: #ffffff !important;
}

.tripad-slider{
    margin-bottom: 26px;
}

.tripad-slider .item .img-wrapper img{
    max-height: 100px;
}

.tripad-slider .item:last-child .img-wrapper img{
    margin-left: 0px;
}

    /* Copyright */
.copyright{
    border-top: none;
    font-size: 14px;
}

.copyright-text{
    color: #939393;
}

.copyright-text-developer{
    color: #ffffff;
}

.copy-site-name{
    color: #939393 !important;
}

.copy-developer{
    color: #48a3e9;
    font-weight: 400;
}

.padding{
    padding-top: 50px;
}


/* Newsletter */
.newsletter .heading-wrapper .title{
    font-family: 'Playfair Display', serif;
    color: #242424;
    font-size: 36px;
}

.newsletter .heading-wrapper .title h5{
    font-family: 'Playfair Display', serif;
    color: #242424;
    font-size: 36px;
    margin-bottom: 45px;
    font-weight: 700;
    text-transform: none;
}

.newsletter .description{
    display: none;
}

.newsletter .form-group input{
    height: 60px;
    border: 2px solid #000000;
    border-radius: 50px;
    color: #000000;
    padding: 10px 20px;
    background: #ffffff;
}

.newsletter .btn-wrapper .btn {
    min-width: 240px;
    height: 60px;
    background: #21d33a;
    color: #ffffff;
    border-radius: 50px;
    text-transform: none;
    font-size: 15px;
}

.newsletter .btn-wrapper .btn:hover{
    background: #08b915;
}

.newsletter{
    background: url('../../images/core/newsletter_argo.png') no-repeat bottom center;
    padding-bottom: 55px;
    padding-top: 44px;
    background-size: auto;
    height: 400px;
    float: right;
    min-width: 695px;
    background-size: auto;
}

.newsletter-form{
    max-width: 500px;
}

.newsletter-wrapper #map-canvas{
    min-height: 400px;
}


/* Article */
.article-slider{
    margin-top: 80px;
    margin-bottom: 0;
}

.article .item .text-wrapper .the-date{
    display: none;
}

.article .item .text-wrapper .category, .article-autosuggest .item .text-wrapper .category{
    display: none;
}

.article .item .content, .article-autosuggest .item .content{
    width: 85%;
    margin: -40px auto 0;
    padding: 30px 5%;
    background: #Ffffff;
}

.article .item .text-wrapper .title, .article-autosuggest .item .text-wrapper .title{
    text-align: center;
    font-size: 36px;
    color: #242424;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-top: 30px;
    height: 55px;
    line-height: 40px;
}

.article .item .text-wrapper .title a{
    color: #242424;
}

.article .item .text-wrapper .description, .article-autosuggest .item .text-wrapper .description{
    height: auto;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    margin: 20px 0 5px;
    text-align: center;
}

.article .item .btn-wrapper, .article-autosuggest .item .btn-wrapper{
    text-align: center;
    margin-top: 20px;
}

.article .item .btn-wrapper a.btn{
    float: none;
    min-width: 240px;
    height: 60px;
    background: transparent;
    color: #21d33a;
    border-radius: 50px;
    border: 2px solid #21d33a;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
}

.article .item .btn-wrapper a.btn:hover{
    color: #000000;
    border: 2px solid #000000;
}

.article .item .btn-wrapper a.btn i{
    display: none;
}


/* Argo rooms */

.article.argo-rooms .item .btn-wrapper a.btn,
.article.explore .item .btn-wrapper a.btn{
    float: none;
    min-width: auto;
    height: auto;
    background: transparent;
    color: #21d33a;
    border-radius: 0;
    border: none;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0px;
    position: relative;
}


.article.argo-rooms .item .btn-wrapper a.btn:after,
.article.explore .item .btn-wrapper a.btn:after{
    content: "→";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.article.argo-rooms .item .btn-wrapper a.btn:hover:after,
.article.explore .item .btn-wrapper a.btn:hover:after{
    opacity: 1;
}

.article.argo-rooms .item .text-wrapper .title,
.article.explore .item .text-wrapper .title{
    height: 85px;
    line-height: 36px
}

.article.argo-rooms .item .text-wrapper .description,
.article.explore .item .text-wrapper .description{
    text-align: left;
    height: 125px;
    display: block;
}

.article.argo-rooms .item .text-wrapper .title,
.article.explore .item .text-wrapper .title{
    margin-top: 0;
}

.article-slider .slider-arrow i{
    font-size: 50px;
    color: #ffffff;
}

.slider.article-slider .slider-arrows .slider-prev,
.slider.article-slider .slider-arrows .slider-next{
    background: #000000;
    height: 75px;
    width: 40px;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
}

.slider.article-slider .slider-arrows .slider-prev:hover,
.slider.article-slider .slider-arrows .slider-next:hover{
    background: #21d33a;
}

.slider.article-slider .slider-arrows .slider-prev{
    margin-left: 20px;
}

.slider.article-slider .slider-arrows .slider-next{
    margin-right: 20px;
}

.article-slider .slider-navigation-absolute{
    top: 35%;
}

/* Great deals 4U */
.article-slider.great-deals .slider-navigation-absolute{
    top: 40%;
}
.category-gallery{
    margin-top: 80px;
    margin-bottom: 50px;
}

.great-deals .items-wrapper-image{
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37%;
}

.great-deals .img-wrapper{
    position: relative;
    overflow: hidden;
}

.great-deals .items-wrapper-image .title{
    color: #ffffff;
    font-family: 'Arizonia', cursive;
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    width: 60%;
}

.great-deals .items-wrapper-image .description{
    font-size: 78px;
    font-family: 'Arizonia', cursive;
    color: #ffffff;
    line-height: 80px;
    width: 100%;
    text-align: center;
    display: block;
}

.great-deals .img-wrapper:before{
    content: '';
    position: absolute;
    left: -35%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #21d33a;
    mix-blend-mode: multiply;
    border-radius: 50%;
    transform: rotate(90deg);
}


.argo-details-deals .items-generic .item .img-wrapper{
    display: none;
}

.argo-details-deals .article-wrapper .img-wrapper:before{
    content: '';
    position: absolute;
    left: -35%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #21d33a;
    mix-blend-mode: multiply;
    border-radius: 50%;
    transform: rotate(90deg);
}

.argo-details-deals .article-wrapper .img-wrapper{
    position: relative;
    overflow: hidden;
}

.argo-details-deals .items-generic{
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.argo-details-deals .items-generic .item{
    margin-bottom: 0;
}

.argo-details-deals .items-generic .title h2{
    color: #ffffff;
    font-family: 'Arizonia', cursive;
    font-size: 120px;
    line-height: 120px;
    text-align: center;
    width: 60%;
    text-transform: none;
}

.argo-details-deals .items-generic .description{
    font-size: 48px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    width: 60%;
}

.article .content-news{
    display: none;
}

.argo-deals .article .content-news{
    display: block;
    margin: 30px 0 20px;
}

/* Argo staff */
.article.argo-staff .item .content{
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.article-slider-witouth-links.slider .slick-slide .description-overlayer span{
    background: #21d33a;
    font-weight: 700;
    font-style: italic;
    color: #Ffffff;
}

.article-slider-witouth-links.slider .slick-slide .description-overlayer{
    background: #21d33a;
}

.article.argo-staff .item .text-wrapper .title{
    text-align: center;
    font-size: 25px;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 25px;
    height: 30px;
}

.article.argo-staff .item .text-wrapper .subtitle{
    font-weight: 700;
}

.article-slider-witouth-links.slider{
    margin-top: 80px;
}

.argo-staff .slider-navigation-absolute{
    top: 35%;
}

.slider.argo-staff .slider-arrows .slider-prev, .slider.argo-staff .slider-arrows .slider-next{
    background: #000000;
    height: 75px;
    width: 40px;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
}

.argo-staff .slider-arrow i{
    font-size: 50px;
    color: #ffffff;
}

/* Belgrade days and nights */
.headline-custom{
    font-size: 52px;
    color: #242424;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-top: 80px;
    line-height: 52px;
    height: 50px;
}


.explore.days .heading-wrapper.heading-wrapper-bordered h2{
    font-size: 36px;
    color: #d7ab35;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 700;
    text-align: center;
}

.explore.nights .heading-wrapper.heading-wrapper-bordered h2{
    font-size: 36px;
    color: #4b7fb0;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 700;
    text-align: center;
}

.explore .heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 40px;
}

.article-slider.explore{
    margin-top: 30px;
}

/* Argo happening now */

.article.happening-now .item .btn-wrapper a.btn{
    float: none;
    min-width: auto;
    height: auto;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    border: none;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0px;
    position: relative;
}

.article.happening-now .item .btn-wrapper a.btn:after{
    content: "→";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.article.happening-now .item .btn-wrapper a.btn:hover:after{
    opacity: 1;
}

.article.happening-now .item .text-wrapper .title{
    height: 85px;
    line-height: 36px
}

.article.happening-now .item .text-wrapper .description{
    text-align: left;
    color: #ffffff;
    height: 125px;
}

.article.happening-now .item .content{
    background: #21d33a;
}

.article.happening-now .item:nth-child(odd) .content{
    background: #ed1c24;
}

.article.happening-now .item .text-wrapper .title a{
    color: #ffffff;
}

.article.happening-now .item .text-wrapper .title{
    margin-top: 0;
}

.article.happening-now{
    padding: 90px 0 70px;
}

/* Argo Guests */
.article.guests .item .btn-wrapper a.btn{
    display: none;
}

.article.guests .item .content{
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    background: transparent;
    border-top: none;
}

.article.guests .item .text-wrapper .description{
    text-align: left;
    display: block;
}

.article.guests .item .img-wrapper img{
    border-radius: 50%;
}

.article.guests .item .text-wrapper .title{
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.article.guests .heading-wrapper.heading-wrapper-bordered{
    margin-bottom: 80px;
}

.slider.guests .slick-dots li button:before{
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 0 0 2px #ed1c24;
    -moz-box-shadow: inset 0 0 0 2px #ed1c24;
    box-shadow: inset 0 0 0 2px #ed1c24;
}

.slider.guests .slick-dots li.slick-active button:before{
    background: #ed1c24;
}

.article.guests .item .text-wrapper .title a{
    color: #242424;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.article.guests .item .img-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Certificate */
.container-bg{
    background: #ffffff;
    margin-top: 40px;
}

.article.certificate{
    margin-top: 40px;
}

.article.certificate .item .btn-wrapper a.btn{
    display: none;
}

.article.certificate .item .content{
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    background: transparent;
    border-top: none;
    min-height: 1px;
}

.article.certificate .item .text-wrapper .description{
    text-align: left;
    margin: 0;
}

.article.certificate .item .img-wrapper img{
    border-radius: 50%;
}

.article.certificate .item .img-wrapper > a{
    height: 100%;
    width: 100%;
    display: block;
}

.article.certificate .item .text-wrapper .title > a{
    width: 100%;
    height: 100%;
}

.article.certificate .item .text-wrapper .title{
    margin-top: 0;
    height: auto;
    font-size: 24px;
    line-height: 30px;
}

.article.certificate .item .btn-wrapper{
    margin: 0;
}


/* Contact */
.contact-page .intro{
    width: 100%;
    height: 670px;
    position: relative;
    background-size: cover !important;
    display: block;
}

.contact-page .intro:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

.contact-page .heading-wrapper.top{
    margin: -235px auto 50px;
    font-weight: 400;
}

.heading-wrapper.top .title{
    text-align: center;
}
.contact-page .heading-wrapper.top .description{
    padding: 30px 5%;
    width: 80%;
    margin: 35px auto 0;
    text-align: center;
}


.contact-page:not(.background-image-active) h1{
    font-size: 52px;
    color: #ffffff;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 70px;
}

.contact-page:not(.background-image-active) .description h1{
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
}

.page .heading-wrapper .description{
    background: #ffffff;
}

.newsletter-wrapper-contact .newsletter{
    width: 100%;
    min-height: 380px;
    float: none;
    min-width: 1px;
    background: url(../../images/core/newsletter_argo.png) no-repeat bottom center;
    padding-bottom: 55px;
    background-size: auto;
    height: 400px;
    padding-left: 100px;
}

.container-bg-contact{
    background: transparent;
}

.container-bg-contact.aaa{
    background: #ffffff;
    margin-top: 20px;
}

.contact-page-wrapper{
    display: flex;
}

.contact-page-wrapper .left-half{
    display: inline-block;
    width: 80%;
    z-index: 1;
}

.contact-page-wrapper .right-half{
    display: inline-block;
    width: 20%;
    z-index: 2;
}

.contact-page-wrapper .right-half .text-wrapper{
    background: #ffffff;
    z-index: 2;
    padding: 40px;
    margin-right: -90%;
    margin-top: 50%;
}

.contact-page-wrapper .left-half #map-contact-canvas,
.contact-page-wrapper .left-half #map-canvas{
    height: 850px;
}

.page .contact-page-wrapper .heading-wrapper{
    display: block;
}

.contact-page-wrapper .heading-wrapper .title{
    text-transform: none;
}

.contact-page-wrapper .heading-wrapper .title h5,
.contact-page-wrapper .heading-wrapper .title .h5{
    font-size: 36px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 0 0 30px;
}

.contact-page .heading-wrapper.heading-wrapper-bordered h2{
    margin-bottom: 60px;
}

.contact-page-wrapper .company-info .item span.title{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}

.company-info p {
    font-size: 16px;
    display: block;
}

.company-info p.title{
    margin-bottom: 15px;
}

.page .company-info .item a{
    color: #000000;
}

.contact-page-wrapper .company-info .item i, .contact-page-wrapper .company-info .item span.content{
    color: #000000;
    font-weight: 400;
}

.contact-page-wrapper .company-info .item{
    padding-bottom: 10px;
    margin-top: 0;
}

.contact-page-wrapper .company-info .item:last-child{
    padding-bottom: 0px;
}

.contact-page-wrapper .company-info .item:last-child span.title{
    margin-bottom: 0;
    font-size: 15px;
}

.page .contact-forma .form-group{
    margin: 0 auto 25px;
    max-width: 420px;
    text-align: center;
}

.contact-forma{
    background: #ffffff;
    padding: 30px 5%;
    width: 80%;
    margin: 0px auto 0;
}

.page .contact-forma .form-group.textarea-group{
    max-width: 620px;
}

.contact-forma .form-group label{
    display: none;
}

.contact-forma .form-control{
    height: 60px;
    border-radius: 50px;
    border: 2px solid #000000;
    padding: 20px 35px;
    font-size: 16px;
}

.contact-forma .textarea-group .form-control{
    height: 210px;
}

.contact-forma .styled-select{
    height: 60px;
    border-radius: 50px;
    border: 2px solid #000000;
    padding: 15px 35px;
}

.contact-forma  .btn-success{
    float: none;
    min-width: 240px;
    height: 60px;
    background: #21d33a;
    color: #ffffff;
    border-radius: 50px;
    border: 2px solid #21d33a;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
}

.contact-forma  .btn-success:hover{
    background: #ffffff;
    color: #21d33a;
}

.page .contact-forma .form-group.button{
    margin-top: 45px;
}

.contact-forma .form-control::-webkit-input-placeholder{
    text-transform: uppercase;
}

.contact-forma .form-group.anti-spam label{
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-forma .styled-select{
    overflow: inherit;
}

.styled-select select{
    color: rgba(0,0,0,0.5);
}

.gallery-wrapper-bg{
    background: #ffffff;
    padding: 140px 0;
    margin-top: -90px;
}

.article-grid-gallery-slider .item{
    overflow: hidden;
}

.gallery-wrapper-bg .article-grid-gallery-slider .item{
    background: #ffffff;
    border-bottom: 20px solid #ffffff;
}

.article-grid-gallery-slider .item a {
    display: block;
}

.article-grid-gallery-slider .item a:before{
    content: '';
    position: absolute;
    left: calc(100% + 20px);
    top: calc(100% + 20px);
    width: 200%;
    height: 200%;
    background-color: #21d33a;
    mix-blend-mode: multiply;
    z-index: 9999;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.article-grid-gallery-slider .item:hover a:before{
    left: 20px;
    top: -100%;
    border-bottom-left-radius: 0;
}

.article-grid-gallery-slider .item.item-one:hover a:before,
.article-grid-gallery-slider .item.item-two:hover a:before,
.article-grid-gallery-slider .item.item-three:hover a:before {
    left: 10px;
}

/* Argo rooms listing */
.intro.argo-rooms{
    width: 100%;
    height: 630px;
    position: relative;
    background-size: cover !important;
    display: block;
}
.intro.argo-rooms:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

.heading-wrapper.top{
    margin: -170px auto 50px;
    font-weight: 400;
    z-index: 1;
}

.heading-wrapper.top .title{
    text-align: center;
    text-transform: none;
}
.heading-wrapper.top .description{
    padding: 30px 5%;
    width: 80%;
    margin: 35px auto 0;
    text-align: center;
    background: #ffffff;
}

.page-description h1{
    font-size: 52px;
    color: #ffffff;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 60px;
}

.page-description .description h1{
    color: #000000;
    font-size: 36px;
    margin-bottom: 40px;
}

/* Argo vibes listing */
.intro.argo-vibes{
    width: 100%;
    height: 640px;
    position: relative;
    background-size: cover !important;
    display: block;
}

.intro.argo-vibes:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

/* Argo meeting */
.intro.argo-meeting{
    width: 100%;
    height: 640px;
    position: relative;
    background-size: cover !important;
    display: block;
}

.intro.argo-meeting:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

/* Argo crew */
.intro.argo-crew{
    width: 100%;
    height: 715px;
    position: relative;
    background-size: cover !important;
    display: block;
}

.intro.argo-crew:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

.argo-crew .heading-wrapper.top .description{
    text-align: left;
}

.argo-crew .article-content .text-wrapper h1{
    display: none;
}

.article-intro{
    position: relative;
    display: block;
}

.article-intro:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

/* Argo deals */
.intro.argo-deals{
    width: 100%;
    height: 630px;
    position: relative;
    background-size: cover !important;
    display: block;
}

.intro.argo-deals:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: -webkit-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -o-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: -moz-linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
    background: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.1),rgba(000,000,000,0.5));
}

/* Article detail */
.article-intro .intro-wrapper.page-background, .article-intro .intro-wrapper.page-background h1{
    height: 630px;
}

.article-intro .heading-wrapper.top{
    margin: -170px auto 50px;
    font-weight: 400;
    max-width: 80%;
}

.article-intro .heading-wrapper.top .title{
    text-align: center;
    text-transform: none;
}

.article-intro .heading-wrapper.top .description{
    padding: 30px 5%;
    width: 80%;
    margin: 35px auto 0;
    text-align: center;
    background: #ffffff;
}

.argo-details .heading-wrapper.top h1{
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 60px;
}

.argo-details .heading-wrapper.top .description h1{
    color: #000000;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: none;
}

.article-detail .article-wrapper{
    background: #f3f3f3;
}

.background.background-alt{
    background: #f3f3f3;
}

.article-detail .article-wrapper .img-wrapper img{
    margin: 0 auto;
}

.article-wrapper .content{
    width: 85%;
    margin: -40px auto 0;
    padding: 30px 5%;
    background: #Ffffff;
    position: relative;
    text-align: center;
}

.article-content{
    text-align: left;
}

.article-detail .article-wrapper .img-wrapper{
    margin: 0;
}

.article-detail .article-wrapper .title h1{
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
    margin-top: 10px;
}

.content .btn{
    float: none;
    min-width: 240px;
    height: 60px;
    background: transparent;
    color: #21d33a;
    border-radius: 50px;
    border: 2px solid #21d33a;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
}

.content .btn:hover{
    color: #000000;
    border: 2px solid #000000;
}

.category-pinterest-wrapper{
    padding-top: 115px;
}

.category-pinterest-wrapper .heading-wrapper .title{
    font-size: 52px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin: 60px 0;
}

.category-pinterest-wrapper .heading-wrapper .title h1{
    font-size: 45px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
}



/* tripadvisor widget v1 */
.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData,
.tripadvisor-widget-v1 #CDSWIDSSP img {
    background-color: transparent;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPBranding dt.widSSPTagline,
.tripadvisor-widget-v1 #CDSWIDSSP .widSSPComponent:not(.widSSPOptional),
.tripadvisor-widget-v1 #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPH11,
.tripadvisor-widget-v1 #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPAll,
.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPLegal{
    display: none;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPBranding {
    border: none;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div {
    margin-top: 10px;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div,
.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div b{
    color: #ffffff;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData .widSSPBranding {
    margin-bottom: 7px;
}

.tripadvisor-widget-v1 #CDSWIDSSP .widSSPData{
    padding: 0;
}

.tripadvisor-widget-v1 .ui_bubble_rating:after {
    color: #b5b5b5;
}

.tripadvisor-widget-v1 .ui_bubble_rating:before {
    color: transparent;
}

#CDSWIDSSP .widSSPData .widSSPBranding dt a:visited img{
    display: none!important;
}

/* Grid slider tripad */
.grid-slider .item:hover .img-wrapper:after{
   display: none;
}

.grid-slider .text-wrapper .title{
    display: none;
}

.grid-slider .text-wrapper .description{
    color: #ffffff;
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
}

.grid-slider{
    margin-top: 40px;
}

/* Booking */
.booking-wrapper{
    padding: 70px 10px 70px;
}

.margintop{
    margin-top: -90px;
}


.booking-wrapper .title{
    font-size: 52px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    line-height: 52px;
    font-weight: 700;
}

.booking-wrapper .subtitle{
    font-size: 36px;
    color: #21d33a;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    line-height: 36px;
    font-weight: 700;
}

.booking-wrapper .description{
    color: #000000;
    text-align: center;
    margin: 25px 20% 50px;
}

.booking-wrapper .btn-default{
    margin: 20px auto 0;
    max-width: 240px;
    height: 60px;
    background: #21d33a;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
}

.booking-wrapper .btn-default:hover{
    background: #08b915;
}

.booking-wrapper .form-inline .input-group{
    display: inline-flex;
    max-width: 330px;
    height: 60px;
    background: transparent;
    color: #000000;
    border-radius: 50px;
    border: 2px solid #000000;
    line-height: 18px;
    font-weight: 700;
    padding: 13px 15px;
    width: 330px;
}

.form-inline .form-group{
    text-align: center;
}

.booking-wrapper .input-group-addon:last-child{
    border: none;
    padding: 5px;
}

.booking-wrapper  .form-inline .input-group>.form-control{
    border: none;
    padding: 0;
}

.booking-wrapper .input-group-addon .people{
    background: url('../../images/core/people.png')  no-repeat;
    width: 20px;
    height: 20px;
}

.booking-wrapper .input-group-addon .calendar{
    background: url('../../images/core/date.png')  no-repeat;
    width: 20px;
    height: 20px;
}

.booking-row .input-group.one{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.booking-row .input-group.two{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.booking-row .col-sm-6{
    padding: 0;
}

select{
    background: url(../../images/core/triangle-bottom.png) no-repeat 95% #fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.booking-wrapper .form-inline .input-group > select.form-control{
    /*background: url(../../images/core/triangle-bottom.png) no-repeat 95% #fff;*/
    background: none;
}

.article-grid-gallery-slider{
    margin-top: 80px;
}

.article-grid-gallery-slider .item{
    background: #f3f3f3;
    border-bottom: 20px solid #f3f3f3;
    padding-bottom: calc(100% - 20px);
}

.article-grid-gallery-slider .item.item-four{
    padding-left: 20px;
}

.article-grid-gallery-slider .item.item-five{
    padding-left: 20px;
}

.article-grid-gallery-slider .item.item-eight{
    padding-left: 20px;
}

.article-grid-gallery-slider .item.item-six,
.article-grid-gallery-slider .item.item-seven{
    padding-left: 20px;
}

.article-grid-gallery-slider-v2 .item.item-six,
.article-grid-gallery-slider-v2 .item.item-seven{
    padding-bottom: calc(100% - 10px);
}

.article-grid-gallery-slider-v2 .item.item-five{
    padding-bottom: calc(100% - 0px);
}

.article-grid-gallery-slider-v2 .item.item-three{
    padding-left: 20px;
}

.article-grid-gallery-slider-v2 .item.item-three:hover a:before{
    left: 20px;
}


.slider.article-grid-gallery-slider .slick-dots li button:before{
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: inset 0 0 0 2px #ed1c24;
    -moz-box-shadow: inset 0 0 0 2px #ed1c24;
    box-shadow: inset 0 0 0 2px #ed1c24;
}

.slider.article-grid-gallery-slider .slick-dots li.slick-active button:before{
    background: #ed1c24;
}

/* Book now*/
.book-now {
    width: 20px;
    height: 20px;
    font-size: 0;
    color: #ffffff;
    background: #21d33a;
    position: absolute;
    bottom: 110vh;
    border-radius: 50%;
    z-index: 9;
    left: 0;
}

.book-now span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.book-now.active span {
    font-size: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.book-now.active{
    position: fixed;
    bottom: 5vh;
    left: 90vw;
    width: 100px;
    height: 100px;
}

/*fffff*/
.book-now-2 {
    width: 20px;
    height: 20px;
    font-size: 0;
    color: #ffffff;
    background: #21d33a;
    position: absolute;
    bottom: 110vh;
    border-radius: 50%;
    z-index: 9;
    left: 0;
}

.book-now-2 span{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.book-now-2.active span {
    font-size: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}


.book-now-2.active:after{
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background-color: #22d33a;
    animation: pulse-ring 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    top: 0;
    left:  0;
    z-index:  99;
}

.book-now-2.active{
    position: fixed;
}

/* Items */
.items-generic .item .img-wrapper{
    display: inline-block;
    float: left;
}

.items-generic .item .img-wrapper img{
    width: 60px;
    height: 60px;
}

.items-generic .item .heading-wrapper.heading-wrapper-bordered{
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 0;
    float: left;
    width: 65%;
    padding-top: 15px;
}

.items-generic .item  .heading-wrapper.heading-wrapper-bordered .title{
    text-transform: none;
    text-align: left;
    line-height: normal;
}

.items-generic .item{
    margin-bottom: 40px;
}

.item-slider-grid6.item-slider-grid4{
    border: none;
    width: 100%;
}

.item-slider-grid6.item-slider-grid4:hover{
    box-shadow: none;
}

.button-wrapper-detail{
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 35px;
}

.full-category-gallery-slider .slider-arrow i{
    font-size: 50px;
    color: #ffffff;
}

.slider.full-category-gallery-slider .slider-arrows .slider-prev,
.slider.full-category-gallery-slider .slider-arrows .slider-next{
    background: #000000;
    height: 75px;
    width: 40px;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
}

.slider.full-category-gallery-slider .slider-arrows .slider-prev:hover,
.slider.full-category-gallery-slider .slider-arrows .slider-next:hover{
    background: #21d33a;
}

.slider.full-category-gallery-slider .slider-arrows .slider-prev{
    margin-left: -20px;
}

.slider.full-category-gallery-slider .slider-arrows .slider-next{
    margin-right: -20px;
}

.full-category-gallery-slider .slider-navigation-absolute{
    top: calc(50% - 75px);
}

.full-category-gallery-slider .slide-number{
    display: none;
}


.datepicker table tr td.active.active{
    background-color: #21d33a;
}

/* Modal booking */
.booking-modal .booking-wrapper{
    padding: 0;
}

.booking-wrapper .modal-header{
    background: #ffffff;
    border-bottom: none;
    padding: 15px 30px 0;
}

.modal-small.booking-modal .modal-dialog{
    width: 1160px;
}

.booking-wrapper .form-inline .input-group{
    max-width: 100%;
    width: 100%;
}

.modal .close{
    color: #000000;
}

.booking-modal .booking-wrapper .title{
    text-transform: none;
}

.booking-modal .booking-wrapper .description{
    margin: 25px 10% 50px;
}

.booking-modal .booking-wrapper .btn-default{
    margin: 30px auto 50px;
}

.booking-modal .booking-form-group{
    padding: 0 50px;
}

/* Booking */

#main-container{
    margin-top: 105px;
    padding-top: 20px;
    background: #ffffff;
}

/* Error 404 */
.error-404 h1{
    font-size: 52px;
    color: #242424;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
}

.error-404 .description a {
    color: #21d33a;
}

.error-404 .btn-info{
    float: none;
    min-width: 240px;
    height: 60px;
    background: transparent;
    color: #21d33a;
    border-radius: 50px;
    border: 2px solid #21d33a;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
}

.error-404 .btn-info:hover{
    color: #000000;
    border: 2px solid #000000;
}

.uc-online_booking .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.page.page-normal{
    padding: 20px 50px;
    background: #ffffff;
    margin: 120px 0 80px;
}

.page h1{
    font-size: 52px;
    color: #242424;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

.page a{
    color: #21d33a;
}

.page .post-content{
    font-size: 16px;
}

.logoV2-slider{
    margin: 0px 0;
}

.logoV2-slider .main-img img{
    width: 200px;
    margin: 0;
}

.contact-page .alert-success{
    width: 80%;
    margin: 0 auto;
}

.description-button{
    width: 80%;
    background: #ffffff;
    margin: 0 auto;
}

.description-button .button-wrapper-detail{
    margin: 0px auto;
    text-align: center;
}

.description-button .button-wrapper-detail .btn{
    min-width: 240px;
    height: 60px;
    background: #21d33a;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 15px;
    margin: 10px auto 50px;
}

.description-button .button-wrapper-detail .btn:hover{
    background: #08b915;
}

.error-page{
    padding-top: 100px;
}

.error-page h1{
    font-size: 52px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 60px;
}

.error-search-list{
    display: none;
}

.alt-background{
    background: #f3f3f3;
}

/* home page store */
.store-popup,
.show-store-list,
.storelocator-panel,
.store-map-wrapper .breadcrumbs-absolute,
.gm-style > div:nth-child(1) > div:last-child > div > div:nth-child(2n) {
    display: none !important;
}

.advertisement-slider{
    margin: 0;
}

.article.article-slider .item:hover{
    box-shadow: none;
}

.article-slider .heading-wrapper.heading-wrapper-bordered .description{
    display: none;
}

.gm-style .gm-style-iw-c{
    display: none;
}
.gm-style .gm-style-iw-t::after{
    display: none;
}
.article .category-submenu{
    display: none;
}

.article-list-grid div:not(.category-submenu) .item, .article-autosuggest .item,
.article-list-grid div:not(.category-submenu) .item:hover, .article-autosuggest .item:hover{
    box-shadow: none;
    background: transparent;
    margin-bottom: 60px;
}
.article-list-grid .item .btn-wrapper a{
    float: none;
    min-width: auto;
    height: auto;
    background: transparent;
    color: #21d33a;
    border-radius: 0;
    border: none;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0px;
    position: relative;
}
.article-list-grid .item .btn-wrapper a i{
    display: none;
}
.artical-listing-wrapper-no-image .article .item .img-wrapper{
    display: none;
}

.artical-listing-wrapper-no-image .article .category-submenu{
    display: block;
    margin-bottom: 40px;
}

.artical-listing-wrapper-no-image .category-submenu.mobile{
    display: none;
}

.artical-listing-wrapper-no-image .article .item .content{
    margin: 0 auto;
}

.article .category-submenu .item a{
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.pagination > li.active > a, .pagination > li.active > a:hover{
    background: #ffffff;
    color: #21d33a;
    border: none;
}

.pagination > li > a{
    border: none;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
}

.pagination > li.first > a, .pagination > li.last > a, .pagination > li.next > a, .pagination > li.prev > a{
    color: #000000;
    font-size: 12px;
}

.page-no-cover .heading-wrapper.top{
    margin: 120px auto 20px;
}

.page-no-cover.page-description h1{
    color: #000000;
    margin-bottom: 20px;
}

.article-list-grid{
    margin-top: 0;
}