
.destination-cards{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding:0;
    width:100%
}
.destination-cards .destination-card{
    overflow:hidden;
    width:calc(100% - 31px);
    margin:15px;
    height:320px
}
.destination-cards .destination-card a{
    text-decoration:none
}
@media screen and (min-width:768px){
    .destination-cards .destination-card{
        width:calc(50% - 3em);
        margin:1.5em
    }
}
@media screen and (min-width:992px){
    .destination-cards .destination-card{
        width:calc(100% / 3 - 3.01em)
    }
}
.destination-cards .destination-card .teaser{
    width:100%;
    height:320px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
}
.destination-cards .destination-card .overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0
}
@media screen and (min-width:768px){
    .destination-cards .destination-card .overlay{
        top:auto;
        bottom:0;
        height:80px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter:alpha(opacity=1);
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1;
        background:0 0;
        background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.87) 100%);
        background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.87) 100%);
        background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.87) 100%);
        border-bottom-left-radius:3px;
        border-bottom-right-radius:3px
    }
}
.destination-cards .destination-card .content{
    align-self:flex-end;
    text-align:left;
    text-decoration:none;
    color:#fff
}
.destination-cards .destination-card .content h3{
    font-weight:400
}
.destination-cards.as-preview{
    margin:1em 0 2em
}
.destination-cards.as-preview .destination-card{
    height:auto;
    width:calc(50% - 31px);
    margin:15px
}
@media screen and (min-width:768px){
    .destination-cards.as-preview .destination-card{
        height:320px
    }
}
@media screen and (min-width:992px){
    .destination-cards.as-preview .destination-card{
        width:calc(100% / 3 - 31px)
    }
}
.destination-cards.as-preview .destination-card .teaser{
    height:150px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
@media screen and (min-width:768px){
    .destination-cards.as-preview .destination-card .teaser{
        height:100%;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px
    }
}
.destination-cards.as-preview .destination-card .footer{
    position:relative;
    display:none;
    align-items:center;
    justify-content:center;
    height:60px;
    padding:10px;
    background-color:#f0f0f0;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px
}
@media screen and (max-width:768px){
    .destination-cards.as-preview .destination-card .footer{
        display:flex
    }
}
.destination-cards.as-preview .destination-card .footer p{
    color:#272727;
    margin-bottom:0;
    text-align:center;
    font-size:1.5rem;
    line-height:1.2em;
    font-weight:300
}
.ribbon{
    position:absolute;
    overflow:hidden;
    z-index:2;
    height:105px;
    width:105px
}
.ribbon.right{
    right:0
}
.ribbon.right span{
    right:-35px;
    left:auto;
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.ribbon span{
    display:block;
    position:absolute;
    top:25px;
    left:-35px;
    width:150px;
    padding:0 20px;
    overflow:hidden;
    background:#900;
    color:#fff;
    line-height:2.4em;
    font-size:1.1rem;
    font-weight:600;
    font-family:Montserrat,sans-serif;
    letter-spacing:.05em;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.ribbon.banner{
    top:0;
    width:150px;
    height:150px
}
.ribbon.banner span{
    top:30px;
    left:-40px;
    width:170px;
    line-height:2.8em;
    font-size:1.3rem
}
.ribbon.banner.right{
    right:0
}
.ribbon.banner.right span{
    right:-40px
}
.triangle-ribbon{
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    overflow:hidden
}
@media screen and (min-width:768px){
    .triangle-ribbon{
        width:200px;
        height:200px
    }
}
.triangle-ribbon:after{
    content:"";
    z-index:1;
    transform:rotate(45deg);
    position:absolute;
    width:142px;
    height:142px;
    background:0 0;
    background:-moz-linear-gradient(top,#c90000 65%,#900 100%);
    background:-webkit-linear-gradient(top,#c90000 65%,#900 100%);
    background:linear-gradient(to bottom,#c90000 65%,#900 100%);
    top:-71px;
    left:-71px;
    box-shadow:0 0 3px 2px rgba(0,0,0,.2),rgba(0,0,0,.35) 0 0 100px inset
}
@media screen and (min-width:768px){
    .triangle-ribbon:after{
        width:284px;
        height:284px;
        top:-142px;
        left:-142px
    }
}
.triangle-ribbon.gray-ribbon:after{
    background:0 0;
    background:-moz-linear-gradient(top,#4a4a4a 20%,#828282 100%);
    background:-webkit-linear-gradient(top,#4a4a4a 20%,#828282 100%);
    background:linear-gradient(to bottom,#4a4a4a 20%,#828282 100%)
}
.triangle-ribbon .content{
    position:absolute;
    z-index:2;
    top:19px;
    left:-10px;
    width:85px;
    height:30px;
    overflow:hidden;
    color:#fff!important;
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    letter-spacing:.05em;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    line-height:1.2rem;
    font-size:.7rem;
    font-weight:300
}
@media screen and (min-width:768px){
    .triangle-ribbon .content{
        top:39px;
        left:-9px;
        width:150px;
        height:60px;
        line-height:1.8rem;
        font-size:1.3rem
    }
}
.triangle-ribbon .content.single{
    top:30px;
    left:-5px;
    width:100px;
    height:30px;
    line-height:1.6rem;
    font-size:1.1rem;
    font-weight:700
}
@media screen and (min-width:768px){
    .triangle-ribbon .content.single{
        top:50px;
        left:-20px;
        width:180px;
        height:30px;
        line-height:2.2rem;
        font-size:2rem
    }
}
.triangle-ribbon .content span{
    display:block
}
.triangle-ribbon .content span.main-text{
    font-weight:700;
    line-height:1.7rem;
    font-size:.95rem
}
@media screen and (min-width:768px){
    .triangle-ribbon .content span.main-text{
        line-height:3.2rem;
        font-size:1.7rem
    }
}
.triangle-ribbon.right{
    right:0;
    left:auto
}
.triangle-ribbon.right:after{
    left:auto;
    top:-71px;
    right:-71px
}
@media screen and (min-width:768px){
    .triangle-ribbon.right:after{
        top:-142px;
        right:-142px
    }
}
.triangle-ribbon.right .text{
    right:0;
    left:auto;
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.triangle-ribbon.right .content{
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    left:auto;
    right:-10px
}
@media screen and (min-width:768px){
    .triangle-ribbon.right .content{
        right:-5px
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small{
        width:133.33333px;
        height:133.33333px
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small:after{
        width:189.33333px;
        height:189.33333px;
        top:-94.66667px;
        left:-94.66667px
    }
}
.triangle-ribbon.small .content.single{
    top:30px;
    left:-5px;
    width:100px;
    height:30px;
    line-height:1.6rem;
    font-size:1.1rem;
    font-weight:700
}
@media screen and (min-width:768px){
    .triangle-ribbon.small .content.single{
        top:40px;
        left:-20px;
        width:150px;
        height:30px;
        line-height:1.6rem;
        font-size:1.5rem
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small .content{
        top:30px;
        left:0;
        width:100px;
        height:40px;
        line-height:1.4rem;
        font-size:1.1rem;
        font-weight:500
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small .content span.main-text{
        line-height:2.1rem;
        font-size:1.9rem
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small.right:after{
        top:-94.66667px;
        right:-94.66667px
    }
}
@media screen and (min-width:768px){
    .triangle-ribbon.small.right .content{
        top:30px;
        right:0;
        left:auto
    }
}
.listing-cards{
    list-style:none;
    padding:0
}
.listing-cards~.btn{
    font-size:1.3rem;
    font-weight:600
}
.listing-cards.as-carousel{
    margin-bottom:2em!important;
    margin-top:0!important
}
.listing-cards.as-carousel .owl-item{
    padding:30px 15px
}
.listing-cards.as-carousel .owl-nav:not(.disabled){
    margin:0
}
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next,.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev{
    position:absolute;
    top:calc(50% - 25px);
    background-color:transparent;
    color:#272727;
    font-size:3.5rem;
    margin:0 .4em;
    padding:0;
    text-shadow:.5px 1px rgba(0,0,0,.35)
}
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next:hover,.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev:hover{
    background-color:transparent;
    color:#272727
}
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev{
    left:0
}
.listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next{
    right:0
}
.listing-cards.as-carousel .listing-card{
    max-width:380px;
    float:none!important;
    margin:0 auto!important;
    width:100%!important
}
.listing-cards .empty-background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
@media screen and (max-width:767px){
    .listing-cards .empty-background{
        background-image:none!important;
        background-color:#fff
    }
}
.listing-cards .listing-card{
    float:left;
    background-color:#fff;
    margin:.6em 0;
    width:100%;
    text-align:left;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.35);
    position:relative;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px
}
.listing-cards .listing-card.clearfix{
    width:100%;
    height:0;
    margin:0;
    border:0;
    float:none
}
.listing-cards .listing-card.description .header{
    padding:0 15px
}
.listing-cards .listing-card.description .usp a{
    color:inherit
}
.listing-cards .listing-card.empty{
    margin-bottom:40px;
    margin-top:-80px
}
@media screen and (max-width:767px){
    .listing-cards .listing-card.empty{
        box-shadow:none;
        border:0
    }
}
.listing-cards .listing-card.empty .content,.listing-cards .listing-card.empty .header{
    padding:16px
}
.listing-cards .listing-card.empty .card-title{
    margin-bottom:0
}
.listing-cards .listing-card.empty .tailor-made{
    margin-top:32px
}
.listing-cards .listing-card.empty .tailor-made p{
    color:#272727
}
.listing-cards .listing-card.empty .actions{
    margin-top:16px;
    text-align:left
}
.listing-cards .listing-card.empty .actions .filter-clear{
    padding:0;
    margin:1.5em 5px 0 0;
    background-color:transparent;
    border-color:transparent;
    border-bottom:1px solid #272727;
    font-weight:300
}
.listing-cards .listing-card.empty .actions .filter-clear::after{
    content:'';
    display:none
}
.listing-cards .listing-card>a{
    color:inherit;
    text-decoration:none
}
.listing-cards .listing-card .header .image{
    width:100%;
    height:calc(100vw * 9 / 16 - 30px * 9 / 16);
    position:relative;
    background-size:cover;
    background-position:center
}
@media screen and (min-width:370px){
    .listing-cards .listing-card .header .image{
        height:calc(100vw * 9 / 16 + 30px * 9 / 8);
        max-height:225px
    }
}
.listing-cards .listing-card .header .image .overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
}
.listing-cards .listing-card .header .image .breadcrumb{
    color:#fff;
    position:absolute;
    left:0;
    padding:10px;
    font-size:75%;
    letter-spacing:1px;
    width:calc(100% - 70px)
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .header .image .breadcrumb{
        padding:16px
    }
}
.listing-cards .listing-card .header .image .breadcrumb li{
    margin:0 4px 4px 0;
    padding:0 8px;
    background-color:rgba(39,39,39,.8);
    -moz-border-radius:2rem;
    -webkit-border-radius:2rem;
    border-radius:2rem;
    text-transform:uppercase;
    font-size:1rem;
    font-weight:700;
    letter-spacing:.1rem
}
.listing-cards .listing-card .content{
    display:table;
    width:100%
}
.listing-cards .listing-card .content.lines{
    padding:16px 16px 0
}
.listing-cards .listing-card .content.lines .title-container{
    padding:0 0 16px
}
.listing-cards .listing-card .content.lines .breadcrumb-container{
    padding:10px 0;
    background-color:transparent;
    border-top:1px solid rgba(130,130,130,.3);
    border-bottom:1px solid rgba(130,130,130,.3)
}
.listing-cards .listing-card .content.lines .border-bottom{
    border-bottom:1px solid rgba(130,130,130,.3)
}
.listing-cards .listing-card .content .content-row{
    display:table-row
}
.listing-cards .listing-card .content .card-box{
    display:table;
    width:100%;
    padding:5px 0;
    border-top:1px solid rgba(130,130,130,.3);
    border-bottom:1px solid rgba(130,130,130,.3)
}
.listing-cards .listing-card .content .card-box>div{
    width:100%;
    padding:10px 0;
    display:table-cell;
    vertical-align:middle
}
.listing-cards .listing-card .content .card-box>div.half-size{
    width:50%
}
.listing-cards .listing-card .content .card-box>div.half-size:last-of-type{
    border-left:1px solid rgba(130,130,130,.3)
}
.listing-cards .listing-card .content .card-box .card-price{
    display:inline-flex;
    flex-wrap:wrap;
    align-items:baseline;
    margin:0 auto;
    font-family:Montserrat,sans-serif
}
.listing-cards .listing-card .content .card-box .card-price.price{
    padding-top:5.5px
}
.listing-cards .listing-card .content .card-box .card-price span{
    float:left
}
.listing-cards .listing-card .content .card-box .card-price span.helper-info{
    font-size:.813em;
    line-height:1.538em;
    color:#272727
}
.listing-cards .listing-card .content .card-box .card-price span.h4{
    margin:0 5px;
    font-size:1.222em
}
.listing-cards .listing-card .content .card-box .card-price span.h4 .symbol{
    position:relative;
    padding-right:2px
}
.listing-cards .listing-card .content .card-box .card-price h6{
    margin:0;
    padding-top:5px;
    font-family:Montserrat,sans-serif;
    font-size:.87em;
    line-height:1.538em
}
.listing-cards .listing-card .content .card-box .card-ta{
    margin:0 auto;
    display:inline-block
}
.listing-cards .listing-card .content .card-box .card-ta h5{
    font-size:60%;
    margin:0
}
.listing-cards .listing-card .content .card-box .card-ta>div{
    margin-top:-6px
}
.listing-cards .listing-card .content .card-box .card-ta>div img{
    vertical-align:text-bottom;
    display:inline-block;
    width:55%
}
.listing-cards .listing-card .content .card-box .card-ta>div .link{
    width:45%;
    text-align:left;
    padding-left:3px;
    color:#272727;
    text-decoration:underline;
    font-size:calc(1.25rem * 2 / 3)
}
.listing-cards .listing-card .content .title-container{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    padding:16px
}
.listing-cards .listing-card .content .title-container .card-title{
    margin-bottom:0
}
.listing-cards .listing-card .content .breadcrumb-container{
    display:table-cell;
    vertical-align:middle;
    padding:10px 16px;
    height:60px;
    max-height:60px;
    background-color:rgba(240,240,240,.25);
    border:1px solid #fff
}
.listing-cards .listing-card .content .breadcrumb-container .breadcrumb{
    overflow:hidden;
    max-height:44px;
    display:block
}
.listing-cards .listing-card .content .breadcrumb-container .breadcrumb li{
    line-height:20px
}
.listing-cards .listing-card .content .breadcrumb-container .breadcrumb .separator{
    vertical-align:text-top;
    line-height:15px
}
.listing-cards .listing-card .content .usp{
    list-style:none;
    padding:0;
    margin:16px 0 0
}
.listing-cards .listing-card .content .usp li{
    display:block;
    padding:16px 0 16px 32px;
    font-family:Montserrat,sans-serif;
    position:relative;
    line-height:1.3
}
.listing-cards .listing-card .content .usp li:hover::before{
    color:#900
}
.listing-cards .listing-card .content .usp li::before{
    content:'\e90f';
    font-family:RhinoAfrica;
    color:#66944c;
    font-size:2.5rem;
    position:absolute;
    top:12px;
    left:0;
    width:25px;
    height:30px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease
}
.listing-cards .listing-card .footer{
    width:100%
}
.listing-cards .listing-card .footer .controls{
    padding:16px
}
.listing-cards .listing-card .footer .controls:after,.listing-cards .listing-card .footer .controls:before{
    content:" ";
    display:table
}
.listing-cards .listing-card .footer .controls:after{
    clear:both
}
.listing-cards .listing-card .footer .controls .btn-primary{
    float:left!important;
    color:#900;
    background-color:transparent;
    border-color:rgba(153,0,0,.2);
    padding:10px 15px;
    font-weight:700;
    font-size:1.15rem
}
.listing-cards .listing-card .footer .controls .btn-primary.active.focus,.listing-cards .listing-card .footer .controls .btn-primary.active:focus,.listing-cards .listing-card .footer .controls .btn-primary.focus,.listing-cards .listing-card .footer .controls .btn-primary.hover,.listing-cards .listing-card .footer .controls .btn-primary:active.focus,.listing-cards .listing-card .footer .controls .btn-primary:active:focus,.listing-cards .listing-card .footer .controls .btn-primary:focus,.listing-cards .listing-card .footer .controls .btn-primary:hover{
    background-color:rgba(153,0,0,.1);
    border-color:transparent
}
.listing-cards .listing-card .footer .controls .btn-primary .fa{
    position:relative;
    top:1px;
    margin-left:4px;
    font-size:1.5rem
}
.listing-cards .listing-card .footer .controls .btn-collapse{
    float:right!important;
    border:1px solid rgba(130,130,130,.3)
}
.listing-cards .listing-card .footer .collapsible p{
    padding:0 16px 16px
}
.listing-cards .listing-card .footer .collapsible .details{
    margin:0;
    font-weight:400
}
.listing-cards .listing-card .footer .collapsible .details.validity{
    padding-bottom:4px
}
.listing-cards .listing-card p{
    margin:0;
    color:#828282
}
.listing-cards .listing-card p.details{
    color:#272727;
    margin:5px 0 0;
    font-size:85%
}
.listing-cards .listing-card p.details.small{
    font-size:80%;
    color:#828282
}
.listing-cards .listing-card p.details s{
    color:#900
}
.listing-cards .listing-card p.details s>span{
    color:#828282
}
.listing-cards .listing-card p.details .text .symbol{
    margin-left:2px;
    margin-right:2px
}
.listing-cards .listing-card p .divider{
    margin:0 8px
}
.listing-cards .listing-card .color-strip{
    list-style:none;
    padding:0;
    width:100%;
    margin:0;
    font-family:Montserrat,sans-serif;
    font-size:70%;
    display:table
}
.listing-cards .listing-card .color-strip li{
    display:inline-block;
    width:calc(100% / 12);
    text-align:center;
    background-color:#f0f0f0;
    border:1px solid #fff;
    color:#828282
}
.listing-cards .listing-card .color-strip li.green,.listing-cards .listing-card .color-strip li.light-green{
    color:#fff
}
.listing-cards .listing-card .color-strip li.green{
    background-color:#8fc27d
}
.listing-cards .listing-card .color-strip li.light-green{
    background-color:#aad19e
}
.listing-cards .listing-card .card-title{
    line-height:1.2;
    margin-top:0;
    font-weight:300
}
.listing-cards .listing-card .breadcrumb{
    background-color:transparent;
    padding:0;
    width:100%;
    margin:0;
    font-size:85%;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0
}
.listing-cards .listing-card .breadcrumb li+li:before{
    content:'';
    display:none
}
.listing-cards .listing-card .breadcrumb .separator{
    font-size:75%;
    padding:0 5px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7)";
    filter:alpha(opacity=.7);
    -moz-opacity:.7;
    -khtml-opacity:.7;
    opacity:.7
}
@media screen and (min-width:768px){
    .listing-cards.as-carousel{
        padding-left:3.5rem;
        padding-right:3.5rem;
        position:relative
    }
}
@media screen and (min-width:768px){
    .listing-cards.as-carousel .owl-nav:not(.disabled){
        display:inline-block
    }
}
@media screen and (min-width:768px){
    .listing-cards.as-carousel .owl-nav:not(.disabled) .owl-prev{
        left:-15px
    }
}
@media screen and (min-width:768px){
    .listing-cards.as-carousel .owl-nav:not(.disabled) .owl-next{
        right:-15px
    }
}
@media screen and (min-width:768px){
    .listing-cards .empty-background{
        background-size:cover;
        background-position:center
    }
}
@media screen and (min-width:768px){
    .listing-cards .empty-background .overlay{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color:#272727;
        z-index:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
        filter:alpha(opacity=.4);
        -moz-opacity:.4;
        -khtml-opacity:.4;
        opacity:.4
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card{
        overflow:hidden;
        width:calc(50% - 3em - .1px);
        margin:1.5em
    }
}
@media screen and (min-width:992px){
    .listing-cards .listing-card{
        width:calc(100% / 3 - 2em - .1px);
        margin:1em
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.empty{
        width:calc(100% - 64px);
        height:auto;
        text-align:center;
        margin:-20px 32px 80px;
        padding:32px 64px
    }
}
@media screen and (min-width:992px){
    .listing-cards .listing-card.empty{
        width:70%;
        margin-left:15%;
        margin-right:15%
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.empty .content{
        position:static;
        border:0
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.empty .tailor-made .usp{
        margin-top:32px;
        padding:0
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.empty .tailor-made .usp li{
        display:inline-block;
        width:calc(100% / 3 - 16px);
        padding:38px 8px 16px
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.empty .tailor-made .usp li::before{
        top:0;
        left:calc(50% - 12.5px)
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card.description .content{
        position:static
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .header .image{
        height:calc(50vw * 9 / 16 + 30px)
    }
}
@media screen and (min-width:992px){
    .listing-cards .listing-card .header .image{
        height:calc(100vw / 3 * 9 / 16 + 30px)
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .content.lines .title-container{
        max-height:120px;
        height:120px
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .content.lines.promotion{
        max-height:120px;
        height:120px
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .content .title-container{
        max-height:107px;
        height:107px
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .content .title-container.promotion{
        max-height:128px;
        height:128px
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .content .usp{
        padding:.5em 0
    }
}
@media screen and (min-width:992px){
    .listing-cards .listing-card .content .usp li{
        padding-top:.5em;
        padding-bottom:.5em
    }
}
@media screen and (min-width:992px){
    .listing-cards .listing-card .content .usp li::before{
        top:.5em
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .footer .controls .btn-primary{
        float:right!important
    }
}
@media screen and (min-width:768px){
    .listing-cards .listing-card .footer .controls .btn-collapse{
        float:left!important
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card{
        width:calc(100% / 2 - 2em - .1px);
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease
    }
}
@media screen and (min-width:1550px){
    .listing-cards .listing-card{
        width:calc(100% / 2 - 2.4em - .1px);
        margin:1.2em
    }
}
@media screen and (min-width:1780px){
    .listing-cards .listing-card{
        width:calc(100% / 2 - 3.2em - .1px);
        margin:1.6em
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card{
        width:calc(100% / 2 - 4em - .1px);
        margin:2em
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.three-cards-layout{
        width:calc(100% / 3 - 2em - .1px);
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease
    }
}
@media screen and (min-width:1550px){
    .listing-cards .listing-card.three-cards-layout{
        width:calc(100% / 3 - 2.4em - .1px);
        margin:1.2em
    }
}
@media screen and (min-width:1780px){
    .listing-cards .listing-card.three-cards-layout{
        width:calc(100% / 3 - 3.2em - .1px);
        margin:1.6em
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card.three-cards-layout{
        width:calc(100% / 3 - 4em - .1px);
        margin:2em
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card:hover{
        box-shadow:0 10px 25px rgba(0,0,0,.35)
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.empty{
        width:90%;
        margin:32px 0 80px;
        padding:16px 32px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card.empty{
        padding:32px 64px;
        width:85%;
        margin-left:5%;
        margin-top:64px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.empty:hover{
        transform:none;
        box-shadow:none
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.empty .btn-primary{
        background-color:#900;
        color:#fff
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.empty .btn-primary:hover{
        background-color:#fff;
        color:#900
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.description .header{
        padding:.5em 1.5em
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card.description .content{
        padding:1.2em 1.6em
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .header .image{
        height:calc(65vw * .45 - 60px - 2em)
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .header .image{
        height:calc(65vw * .4 - 120px - 4em)
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content.lines .title-container{
        max-height:116px;
        height:116px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content.lines .title-container{
        max-height:126px;
        height:126px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content.lines .title-container.promotion{
        max-height:116px;
        height:116px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content.lines .title-container.promotion{
        max-height:126px;
        height:126px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .title-container{
        max-height:132px;
        height:132px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .title-container{
        max-height:142px;
        height:142px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .title-container.promotion{
        max-height:132px;
        height:132px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .title-container.promotion{
        max-height:142px;
        height:142px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .title-container .card-title{
        font-size:2rem
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .breadcrumb-container{
        height:76px;
        max-height:76px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb{
        max-height:46px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb li{
        line-height:22px
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .breadcrumb-container .breadcrumb .separator{
        line-height:17px
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .usp{
        padding:1em 0
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .usp li{
        padding-top:1em;
        padding-bottom:1em
    }
}
@media screen and (min-width:1200px){
    .listing-cards .listing-card .content .usp li::before{
        top:.2em
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .content .usp li::before{
        top:.4em
    }
}
@media screen and (min-width:1900px){
    .listing-cards .listing-card .footer .controls .btn-primary{
        padding-left:20px;
        padding-right:20px;
        font-size:1.2rem
    }
}
.lightgallery{
    overflow:hidden;
    list-style:none;
    padding:0;
    margin:0
}
.lightgallery.videos li{
    position:relative;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    z-index:0;
    cursor:pointer;
    max-height:330px;
    border-radius:3px;
    background-position:center;
    background-size:cover
}
.lightgallery.videos li:hover .overlay{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.15)";
    filter:alpha(opacity=.15);
    -moz-opacity:.15;
    -khtml-opacity:.15;
    opacity:.15
}
.lightgallery.videos li:hover .content{
    background-color:#fff
}
.lightgallery.videos li .overlay{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    background-color:#272727;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    transition:opacity .3s ease
}
.lightgallery.videos li .content{
    position:relative;
    z-index:2
}
.lightgallery.videos li .content.flex-style{
    display:flex;
    align-items:center;
    margin-bottom:3rem;
    padding:14px 25px;
    color:#272727;
    background-color:rgba(255,255,255,.7);
    border:1px solid #272727;
    border-radius:100px;
    -webkit-transition:background-color .3s ease;
    -moz-transition:background-color .3s ease;
    transition:background-color .3s ease
}
.lightgallery.videos li .content.custom-position{
    margin-bottom:3.3rem
}
@media screen and (min-width:768px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:2.55rem
    }
}
@media screen and (min-width:875px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:2.55rem
    }
}
@media screen and (min-width:992px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:3.2rem
    }
}
@media screen and (min-width:1200px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:6.5rem
    }
}
@media screen and (min-width:1500px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:5rem
    }
}
@media screen and (min-width:1900px){
    .lightgallery.videos li .content.custom-position{
        margin-bottom:6.2rem
    }
}
.lightgallery.videos li .content h4,.lightgallery.videos li .content i{
    line-height:20px
}
.lightgallery.videos li .content i{
    width:20px;
    height:20px;
    font-size:2rem
}
.lightgallery.videos li .content h4{
    margin:0 0 0 7px;
    font-size:1.3rem;
    letter-spacing:1.2px;
    font-weight:300;
    text-transform:uppercase
}
.lightgallery.posters li{
    cursor:default;
    position:relative
}
.lightgallery img{
    width:100%
}
.lightgallery .promo-copy{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    color:#fff;
    text-align:center
}
@media screen and (min-width:992px){
    .lightgallery .promo-copy{
        width:75%
    }
}
@media screen and (min-width:1200px){
    .lightgallery .promo-copy{
        width:50%
    }
}
.lightgallery .promo-copy p{
    margin-bottom:0;
    font-family:Montserrat,sans-serif;
    font-weight:300;
    font-size:2rem;
    line-height:1.2
}
@media screen and (min-width:768px){
    .lightgallery .promo-copy p{
        font-size:2.5rem
    }
}
@media screen and (min-width:992px){
    .lightgallery .promo-copy p{
        font-size:3rem
    }
}
@media screen and (min-width:1900px){
    .lightgallery .promo-copy p{
        font-size:4rem
    }
}
.lightgallery .promo-copy p b,.lightgallery .promo-copy p strong{
    font-weight:800
}
.lightgallery .promo-copy.top{
    top:3rem
}
@media screen and (min-width:768px){
    .lightgallery .promo-copy.top{
        top:2rem
    }
}
@media screen and (min-width:992px){
    .lightgallery .promo-copy.top{
        top:4rem
    }
}
@media screen and (min-width:1200px){
    .lightgallery .promo-copy.top{
        top:6rem
    }
}
.lightgallery .promo-copy.bottom{
    bottom:2rem
}
@media screen and (min-width:1200px){
    .lightgallery .promo-copy.bottom{
        bottom:5rem
    }
}
.lg-sub-html,.lg-toolbar{
    background-color:rgba(0,0,0,.45)
}
#lg-counter,.lg-outer .lg-video-cont{
    vertical-align:middle;
    display:inline-block
}
@font-face{
    font-family:lg;
    src:url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.eot?n1z373);
    src:url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.woff?n1z373) format("woff"),url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.ttf?n1z373) format("truetype"),url(https://static.rhinoafrica.com/static/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight:400;
    font-style:normal
}
.lg-icon{
    font-family:lg;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.lg-actions .lg-next,.lg-actions .lg-prev{
    background-color:rgba(0,0,0,.45);
    border-radius:2px;
    color:#999;
    cursor:pointer;
    display:block;
    font-size:22px;
    margin-top:-10px;
    padding:8px 10px 9px;
    position:absolute;
    top:50%;
    z-index:6680
}
.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{
    pointer-events:none;
    opacity:.5
}
.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{
    color:#fff
}
.lg-actions .lg-next{
    right:20px
}
.lg-actions .lg-next:before{
    content:"\e095"
}
.lg-actions .lg-prev{
    left:20px
}
.lg-actions .lg-prev:after{
    content:"\e094"
}
@-webkit-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-moz-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-ms-keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@keyframes lg-right-end{
    0%,100%{
        left:0
    }
    50%{
        left:-30px
    }
}
@-webkit-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@-moz-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@-ms-keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
@keyframes lg-left-end{
    0%,100%{
        left:0
    }
    50%{
        left:30px
    }
}
.lg-outer.lg-right-end .lg-object{
    -webkit-animation:lg-right-end .3s;
    -o-animation:lg-right-end .3s;
    animation:lg-right-end .3s;
    position:relative
}
.lg-outer.lg-left-end .lg-object{
    -webkit-animation:lg-left-end .3s;
    -o-animation:lg-left-end .3s;
    animation:lg-left-end .3s;
    position:relative
}
.lg-toolbar{
    z-index:6682;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.lg-toolbar .lg-icon{
    color:#999;
    cursor:pointer;
    float:right;
    font-size:24px;
    height:47px;
    line-height:27px;
    padding:10px 0;
    text-align:center;
    width:50px;
    text-decoration:none!important;
    outline:0;
    -webkit-transition:color .2s linear;
    -o-transition:color .2s linear;
    transition:color .2s linear
}
.lg-toolbar .lg-icon:hover{
    color:#fff
}
.lg-toolbar .lg-close:after{
    content:"\e070"
}
.lg-toolbar .lg-download:after{
    content:"\e0f2"
}
.lg-sub-html{
    bottom:0;
    color:#eee;
    font-size:16px;
    left:0;
    padding:10px 40px;
    position:fixed;
    right:0;
    text-align:center;
    z-index:6680
}
.lg-sub-html h4{
    margin:0;
    font-size:13px;
    font-weight:700
}
.lg-sub-html p{
    font-size:12px;
    margin:5px 0 0
}
#lg-counter{
    color:#999;
    font-size:16px;
    padding-left:20px;
    padding-top:12px
}
.lg-next,.lg-prev,.lg-toolbar{
    opacity:1;
    -webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}
.lg-hide-items .lg-prev{
    opacity:0;
    -webkit-transform:translate3d(-10px,0,0);
    transform:translate3d(-10px,0,0)
}
.lg-hide-items .lg-next{
    opacity:0;
    -webkit-transform:translate3d(10px,0,0);
    transform:translate3d(10px,0,0)
}
.lg-hide-items .lg-toolbar{
    opacity:0;
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
    -webkit-transform:scale3d(.5,.5,.5);
    transform:scale3d(.5,.5,.5);
    opacity:0;
    -webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    opacity:1
}
.lg-outer .lg-thumb-outer{
    background-color:#0d0a0a;
    bottom:0;
    position:absolute;
    width:100%;
    z-index:6680;
    max-height:350px;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    -webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition:transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:-o-grabbing;
    cursor:-ms-grabbing;
    cursor:grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
    -webkit-transition-duration:0s!important;
    transition-duration:0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.lg-outer .lg-thumb{
    padding:10px 0;
    height:100%;
    margin-bottom:-5px
}
.lg-outer .lg-thumb-item{
    cursor:pointer;
    float:left;
    overflow:hidden;
    height:100%;
    border:2px solid #fff;
    border-radius:4px;
    margin-bottom:5px
}
@media (min-width:1025px){
    .lg-outer .lg-thumb-item{
        -webkit-transition:border-color .25s ease;
        -o-transition:border-color .25s ease;
        transition:border-color .25s ease
    }
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{
    border-color:#a90707
}
.lg-outer .lg-thumb-item img{
    width:100%;
    height:100%;
    object-fit:cover
}
.lg-outer.lg-has-thumb .lg-item{
    padding-bottom:120px
}
.lg-outer.lg-can-toggle .lg-item{
    padding-bottom:0
}
.lg-outer.lg-pull-caption-up .lg-sub-html{
    -webkit-transition:bottom .25s ease;
    -o-transition:bottom .25s ease;
    transition:bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    bottom:100px
}
.lg-outer .lg-toogle-thumb{
    background-color:#0d0a0a;
    border-radius:2px 2px 0 0;
    color:#999;
    cursor:pointer;
    font-size:24px;
    height:39px;
    line-height:27px;
    padding:5px 0;
    position:absolute;
    right:20px;
    text-align:center;
    top:-39px;
    width:50px
}
.lg-outer .lg-toogle-thumb:after{
    content:"\e1ff"
}
.lg-outer .lg-toogle-thumb:hover{
    color:#fff
}
.lg-outer .lg-video-cont{
    max-width:1140px;
    max-height:100%;
    width:100%;
    padding:0 5px
}
.lg-outer .lg-video{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    overflow:hidden;
    position:relative
}
.lg-outer .lg-video .lg-object{
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100%!important;
    height:100%!important
}
.lg-outer .lg-video .lg-video-play{
    width:84px;
    height:59px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-30px;
    z-index:6680;
    cursor:pointer
}
.lg-outer .lg-has-vimeo .lg-video-play{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/video-play.png) no-repeat;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    width:64px;
    opacity:.8
}
.lg-outer .lg-has-html5:hover .lg-video-play{
    opacity:1
}
.lg-outer .lg-has-youtube .lg-video-play{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object{
    width:100%!important;
    height:100%!important;
    position:absolute;
    top:0;
    left:0
}
.lg-outer .lg-has-video .lg-video-object{
    visibility:hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{
    display:none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object{
    visibility:visible
}
.lg-progress-bar{
    background-color:#333;
    height:5px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:6683;
    opacity:0;
    -webkit-transition:opacity 80ms ease 0s;
    -moz-transition:opacity 80ms ease 0s;
    -o-transition:opacity 80ms ease 0s;
    transition:opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress{
    background-color:#a90707;
    height:5px;
    width:0
}
.lg-progress-bar.lg-start .lg-progress{
    width:100%
}
.lg-show-autoplay .lg-progress-bar{
    opacity:1
}
.lg-autoplay-button:after{
    content:"\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after{
    content:"\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition-duration:0s;
    transition-duration:0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
    -webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
    -webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
#lg-zoom-in:after{
    content:"\e311"
}
#lg-actual-size{
    font-size:20px
}
#lg-actual-size:after{
    content:"\e033"
}
#lg-zoom-out{
    opacity:.5;
    pointer-events:none
}
#lg-zoom-out:after{
    content:"\e312"
}
.lg-zoomed #lg-zoom-out{
    opacity:1;
    pointer-events:auto
}
.lg-outer .lg-pager-outer{
    bottom:60px;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
    z-index:6680;
    height:10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
    overflow:visible
}
.lg-outer .lg-pager-cont{
    cursor:pointer;
    display:inline-block;
    overflow:hidden;
    position:relative;
    vertical-align:top;
    margin:0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
    box-shadow:0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont{
    background-color:#fff;
    color:#fff;
    bottom:100%;
    height:83px;
    left:0;
    margin-bottom:20px;
    margin-left:-60px;
    opacity:0;
    padding:5px;
    position:absolute;
    width:120px;
    border-radius:3px;
    -webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition:opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0)
}
.lg-outer .lg-pager-thumb-cont img{
    width:100%;
    height:100%
}
.lg-outer .lg-pager{
    background-color:rgba(255,255,255,.5);
    border-radius:50%;
    box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;
    display:block;
    height:12px;
    -webkit-transition:box-shadow .3s ease 0s;
    -o-transition:box-shadow .3s ease 0s;
    transition:box-shadow .3s ease 0s;
    width:12px
}
.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{
    box-shadow:0 0 0 8px #fff inset
}
.lg-outer .lg-caret{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px dashed;
    bottom:-10px;
    display:inline-block;
    height:0;
    left:50%;
    margin-left:-5px;
    position:absolute;
    vertical-align:middle;
    width:0
}
.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{
    width:100%;
    height:100%
}
.lg-fullscreen:after{
    content:"\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after{
    content:"\e20d"
}
.group:after,.group:before{
    display:table;
    content:"";
    line-height:0
}
.group:after{
    clear:both
}
.lg-outer{
    position:fixed;
    top:0;
    left:0;
    z-index:6650;
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-outer *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.lg-outer.lg-visible{
    opacity:1
}
.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{
    -webkit-transition-duration:inherit!important;
    transition-duration:inherit!important;
    -webkit-transition-timing-function:inherit!important;
    transition-timing-function:inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{
    -webkit-transition-duration:0s!important;
    transition-duration:0s!important;
    opacity:1
}
.lg-outer.lg-grab img.lg-object{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:-o-grab;
    cursor:-ms-grab;
    cursor:grab
}
.lg-outer.lg-grabbing img.lg-object{
    cursor:move;
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:-o-grabbing;
    cursor:-ms-grabbing;
    cursor:grabbing
}
.lg-outer .lg{
    position:relative;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    max-height:100%
}
.lg-outer .lg-inner{
    position:absolute;
    left:0;
    top:0;
    white-space:nowrap
}
.lg-outer .lg-item{
    background:url(https://static.rhinoafrica.com/static/lightgallery/img/loading.gif) center center no-repeat;
    display:none!important
}
.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{
    display:inline-block!important
}
.lg-outer .lg-img-wrap,.lg-outer .lg-item{
    display:inline-block;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%
}
.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{
    content:"";
    display:inline-block;
    height:50%;
    width:1px;
    margin-right:-1px
}
.lg-outer .lg-img-wrap{
    position:absolute;
    padding:0 5px;
    left:0;
    right:0;
    top:0;
    bottom:0
}
.lg-outer .lg-item.lg-complete{
    background-image:none
}
.lg-outer .lg-item.lg-current{
    z-index:6660
}
.lg-outer .lg-image{
    display:inline-block;
    vertical-align:middle;
    max-width:100%;
    max-height:100%;
    width:auto!important;
    height:auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
    opacity:1
}
.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{
    display:none
}
.lg-backdrop{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:6640;
    background-color:#000;
    opacity:0;
    -webkit-transition:opacity .15s ease 0s;
    -o-transition:opacity .15s ease 0s;
    transition:opacity .15s ease 0s
}
.lg-backdrop.in{
    opacity:1
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{
    -webkit-transition:none 0s ease 0s!important;
    -moz-transition:none 0s ease 0s!important;
    -o-transition:none 0s ease 0s!important;
    transition:none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden
}
.lg-css3.lg-fade .lg-item{
    opacity:0
}
.lg-css3.lg-fade .lg-item.lg-current{
    opacity:1
}
.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{
    -webkit-transition:opacity .1s ease 0s;
    -moz-transition:opacity .1s ease 0s;
    -o-transition:opacity .1s ease 0s;
    transition:opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
    opacity:0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
    -webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item{
    opacity:0;
    position:absolute;
    left:0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    left:-100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
    left:100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
    left:0;
    opacity:1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
    -webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
    margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
.owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#869791
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
/* Give the image 3px of space to breathe. */
 .chosenImage-container .chosen-results li, .chosenImage-container .chosen-single span {
     background: none 3px center / 19px 19px no-repeat;
     padding-left: 28px;
}
/* Make the image fit nicely to the left of the dropdown. */
 .chosenImage-container .chosen-single {
     padding-left: 2px;
}
 .chosenImage-container .chosen-single span {
     background-position: left 2px;
}
/* Let the "No results match" text fill the whole width. */
 .chosenImage-container .chosen-results .no-results {
     padding-left: inherit;
}
 @charset "UTF-8";
@font-face{
    font-family:FontAwesome;
    src:url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src:url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(https://static.rhinoafrica.com/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight:400;
    font-style:normal
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-fw{
    width:1.28571em;
    text-align:center
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-star:before{
    content:""
}
.fa-refresh:before{
    content:""
}
.fa-print:before{
    content:""
}
.fa-chevron-left:before{
    content:""
}
.fa-chevron-right:before{
    content:""
}
.fa-times-circle:before{
    content:""
}
.fa-question-circle:before{
    content:""
}
.fa-arrow-left:before{
    content:""
}
.fa-arrow-right:before{
    content:""
}
.fa-exclamation-circle:before{
    content:""
}
.fa-chevron-up:before{
    content:""
}
.fa-chevron-down:before{
    content:""
}
.fa-external-link:before{
    content:""
}
.fa-twitter:before{
    content:""
}
.fa-facebook:before{
    content:""
}
.fa-envelope:before{
    content:""
}
.fa-linkedin:before{
    content:""
}
.fa-angle-right:before{
    content:""
}
.fa-question:before{
    content:""
}
.fa-play-circle:before{
    content:""
}
.fa-youtube-play:before{
    content:""
}
.fa-instagram:before{
    content:""
}
.fa-whatsapp:before{
    content:""
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.section-crash{
    padding-bottom:3em
}
.section-crash .crash-container .content .crash{
    margin:2em -15px 2.5em;
    width:calc(100% + 30px);
    height:200px;
    background-size:cover;
    background-position:center center
}
.section-crash .crash-container .content .overlay{
    display:none
}
.label{
    border-style:solid;
    border-width:1px;
    background-color:#fff;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease
}
.label.label-default{
    background-color:#272727;
    border-color:#272727;
    color:#fff
}
.label.label-default.active,.label.label-default.hover,.label.label-default:hover{
    color:#fff;
    background-color:#4a4a4a;
    border-color:#4a4a4a
}
.label.label-info{
    background-color:#828282;
    border-color:#828282;
    color:#fff
}
.label.label-info.active,.label.label-info.hover,.label.label-info:hover{
    background-color:#828282;
    border-color:#828282
}
.label.label-warning{
    color:#272727;
    border-color:#272727;
    background-color:#fff
}
.label.label-warning.active,.label.label-warning.hover,.label.label-warning:hover{
    background-color:#4a4a4a;
    color:#fff
}
.label.label-success{
    border-color:#ae8e48;
    color:#ae8e48
}
.label.label-success.active,.label.label-success.hover,.label.label-success:hover{
    color:#fff;
    background-color:#ae8e48
}
.label.label-primary{
    border-color:#d5d5d5;
    color:#5e5e5e
}
.label.label-primary.active,.label.label-primary.hover,.label.label-primary:hover{
    color:#828282;
    background-color:#d5d5d5
}
.popover{
    font-family:Muli,sans-serif;
    font-weight:300;
    background:#fff;
    color:#272727;
    border-color:rgba(0,0,0,.28);
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    box-shadow:0 0 4px 0 rgba(0,0,0,.35)
}
.popover.top>.arrow{
    border-top-color:rgba(0,0,0,.35)
}
.popover.top>.arrow:after{
    border-top-color:#fff
}
.popover.right>.arrow{
    border-right-color:rgba(0,0,0,.35)
}
.popover.right>.arrow:after{
    border-right-color:#fff
}
.popover.bottom>.arrow{
    border-bottom-color:rgba(0,0,0,.35)
}
.popover.bottom>.arrow:after{
    border-bottom-color:#fff
}
.popover.left>.arrow{
    border-left-color:rgba(0,0,0,.35)
}
.popover.left>.arrow:after{
    border-left-color:#fff
}
.teaser{
    position:relative;
    background-position:center;
    background-size:cover;
    display:flex;
    width:100%;
    padding:1.5em;
    color:#fff
}
.teaser .overlay{
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.35)";
    filter:alpha(opacity=.35);
    -moz-opacity:.35;
    -khtml-opacity:.35;
    opacity:.35
}
.teaser .content{
    z-index:2;
    position:relative;
    align-self:center
}
.teaser .content .btn{
    color:inherit
}
.list{
    padding-left:0;
    list-style:none;
    position:relative
}
.list li{
    position:relative;
    padding-left:1em;
    padding-bottom:20px
}
.list li:before{
    content:'\f105';
    font-family:FontAwesome;
    position:absolute;
    left:0;
    color:#900
}
.form-group{
    float:left;
    width:100%
}
form h3{
    font-weight:300
}
form label{
    font-weight:400
}
form .control-label{
    margin-bottom:10px;
    display:block
}
form .control-label .optional{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter:alpha(opacity=.5);
    -moz-opacity:.5;
    -khtml-opacity:.5;
    opacity:.5
}
form .form-control{
    min-height:52px;
    border-color:#272727;
    padding:10px 12px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
}
form .form-control{
    background:#fff
}
form .input-group{
    width:100%
}
form .input-group.number-input{
    max-width:135px;
    min-height:52px;
    padding-top:11px;
    padding-bottom:11px;
    padding-right:0!important;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none
}
form .input-group.number-input .input-group-addon{
    cursor:pointer;
    display:inline-block;
    width:30px;
    height:30px;
    font-size:1.5rem;
    padding:7px
}
form .input-group.number-input .input-group-addon:first-child{
    border-bottom-right-radius:3px;
    border-top-right-radius:3px
}
form .input-group.number-input .input-group-addon:last-child{
    border-bottom-left-radius:3px;
    border-top-left-radius:3px
}
form .input-group.number-input .input{
    display:inline-block;
    padding:0 10px;
    width:calc(100% - 60px);
    text-align:center
}
form .input-group input{
    border-color:#272727
}
form .input-group input+.input-group-addon{
    border-left:0
}
form .input-group .input-group-addon{
    border-color:#272727;
    background-color:#fff;
    width:52px;
    font-size:2.2rem;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:background .3s ease;
    -moz-transition:background .3s ease;
    transition:background .3s ease
}
form .input-group .input-group-addon:first-child{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
form .input-group .input-group-addon:last-child{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
form .input-group .input-group-addon.minus,form .input-group .input-group-addon.plus{
    border:1px solid #272727
}
form .input-group .input-group-addon.minus:hover,form .input-group .input-group-addon.plus:hover{
    background-color:#828282;
    border-color:#828282;
    color:#fff
}
form .input-group .input-group-addon+input{
    border-right:0
}
form .chosen-container-single::before,form .select-wrapper:not(.select-multi)::before{
    content:'\e916';
    color:#272727;
    background-color:#fff;
    border:1px solid #272727
}
form .chosen-container-single:hover::before,form .select-wrapper:not(.select-multi):hover::before{
    color:#fff;
    background-color:#272727
}
form .chosen-container-multi::before{
    content:'\e90a';
    color:#272727;
    background-color:transparent;
    border:1px solid #272727;
    border-left:0
}
form .chosen-container{
    background-color:#fff
}
form .chosen-container.chosen-container-active .chosen-single{
    border-color:#272727;
    background:0 0;
    box-shadow:none
}
form .chosen-container.chosen-container-results{
    background-color:transparent
}
form .chosen-container.chosen-container-results .chosen-choices{
    padding:9px 0 0;
    min-height:43px;
    margin:0;
    display:inline-block
}
form .chosen-container.chosen-container-results .chosen-choices.chosen-locked .search-choice{
    padding:6px 8px
}
form .chosen-container.chosen-container-results .chosen-choices .search-choice{
    display:inline
}
form .chosen-container.chosen-container-results .chosen-choices .search-field{
    display:none
}
form .chosen-container .chosen-choices,form .chosen-container .chosen-single{
    border-color:#272727;
    background:0 0;
    z-index:1;
    padding:9px 62px 9px 12px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
}
form .chosen-container .chosen-choices input,form .chosen-container .chosen-single input{
    font-family:Muli,sans-serif!important
}
form .chosen-container .chosen-choices .search-choice,form .chosen-container .chosen-single .search-choice{
    display:none;
    position:relative;
    float:left;
    list-style:none;
    font-family:Muli,sans-serif;
    line-height:13px;
    margin:3px;
    padding:6px 25px 6px 8px;
    background:0 0;
    border:none;
    background-color:#828282;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px
}
form .chosen-container .chosen-choices .search-choice span,form .chosen-container .chosen-single .search-choice span{
    font-size:1.6rem;
    line-height:1;
    color:#fff
}
form .chosen-container .chosen-choices .search-choice .search-choice-close,form .chosen-container .chosen-single .search-choice .search-choice-close{
    background-color:#f0f0f0;
    font-size:.6rem;
    height:15px;
    width:15px;
    top:6px;
    right:6px;
    padding:1px 0 3px;
    margin:auto;
    text-align:center;
    text-decoration:none;
    box-shadow:none;
    position:absolute;
    display:block;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%
}
form .chosen-container .chosen-choices .search-choice .search-choice-close::after,form .chosen-container .chosen-single .search-choice .search-choice-close::after{
    content:'\e910';
    font-family:RhinoAfrica;
    color:#4a4a4a
}
form .chosen-container .chosen-choices .search-field,form .chosen-container .chosen-single .search-field{
    margin:2px 2.5px;
    font-size:1.6rem;
    position:relative
}
form .chosen-container .chosen-choices .search-field,form .chosen-container .chosen-choices .search-field input,form .chosen-container .chosen-single .search-field,form .chosen-container .chosen-single .search-field input{
    width:100%!important
}
form .chosen-container .chosen-choices .search-field input,form .chosen-container .chosen-single .search-field input{
    color:transparent!important
}
form .chosen-container .chosen-choices .search-field span,form .chosen-container .chosen-single .search-field span{
    position:absolute;
    left:0;
    top:2px;
    color:#999;
    font-size:1.6rem;
    line-height:25px
}
form .chosen-container .chosen-choices{
    min-height:52px
}
form .chosen-container .chosen-results,form .chosen-container .chosen-single{
    font-size:1.6rem;
    color:inherit
}
form .chosen-container .chosen-single{
    padding:12px 62px 12px 10px;
    height:52px;
    line-height:28px;
    color:inherit;
    text-decoration:none;
    font-size:1.5rem
}
form .chosen-container .chosen-single span{
    margin-right:0
}
form .chosen-container .chosen-drop{
    padding:10px 12px;
    border-color:#272727;
    border-top:1px;
    margin-top:0
}
form .chosen-container .chosen-drop .chosen-results .highlighted{
    background:none 3px center/19px 19px no-repeat;
    background-color:#f0f0f0;
    color:inherit
}
form .calendar-group{
    height:54px;
    border:1px solid #272727;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px
}
form .calendar-group .calendar-from-to{
    font-size:16px;
    line-height:1.8;
    border:0;
    cursor:pointer;
    box-shadow:none
}
form .calendar-group .calendar-from-to .active{
    color:#900;
    font-weight:700
}
form .calendar-group .calendar-from-to .calendar-from:hover,form .calendar-group .calendar-from-to .calendar-to:hover{
    font-weight:700
}
form .calendar-group .calendar-nights{
    background-color:#272727;
    border:none;
    height:52px;
    width:80px;
    padding:16px 12px
}
form .calendar-group .calendar-nights i{
    color:#fff
}
form .calendar-group .calendar-nights input{
    background:0 0;
    color:#fff;
    min-height:inherit;
    border:none;
    padding:0;
    margin:0
}
form .daterangepicker{
    border:0
}
form .daterangepicker .calendar-header{
    background-color:#272727;
    border:1px solid #272727;
    color:#fff;
    position:absolute;
    top:0
}
form .daterangepicker .calendar-dates{
    position:absolute;
    top:41px;
    background-color:#fff
}
form .daterangepicker .calendar-dates .date{
    border-color:#272727
}
form .daterangepicker .calendar-dates .date .title{
    color:#828282
}
form .daterangepicker .calendar-dates .date .day-month,form .daterangepicker .calendar-dates .date .month{
    color:#232323
}
form .daterangepicker .calendar-week{
    padding:.5em 0;
    position:absolute;
    top:120px;
    background-color:#f0f0f0
}
form .daterangepicker .calendar-week th{
    color:#828282
}
form .daterangepicker .calendars{
    position:absolute;
    top:165px;
    height:calc(100vh - 165px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
form .daterangepicker .calendar .calendar-table{
    padding:0;
    border:0
}
form .daterangepicker .calendar .calendar-table table{
    border-collapse:initial
}
form .daterangepicker .calendar .calendar-table thead{
    background-color:#272727;
    color:#fff
}
form .daterangepicker .calendar .calendar-table thead th{
    line-height:2;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0
}
form .daterangepicker .calendar .calendar-table tbody td{
    position:relative;
    line-height:38px;
    color:#272727;
    border:1px solid #fff;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0
}
form .daterangepicker .calendar .calendar-table tbody td.disabled{
    text-decoration:none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
    filter:alpha(opacity=.3);
    -moz-opacity:.3;
    -khtml-opacity:.3;
    opacity:.3
}
form .daterangepicker .calendar .calendar-table tbody td.in-range{
    background-color:#f0f0f0
}
form .daterangepicker .calendar .calendar-table tbody td.active,form .daterangepicker .calendar .calendar-table tbody td.end-date{
    background-color:#900;
    color:#fff
}
form .daterangepicker .calendar .calendar-table tbody td.start-date::after,form .daterangepicker .calendar .calendar-table tbody td.start-date::before{
    content:'';
    width:0;
    height:0;
    position:absolute;
    right:0;
    background-color:transparent;
    border-style:solid
}
form .daterangepicker .calendar .calendar-table tbody td.start-date::before{
    top:0;
    border-width:0 15px 25px 0;
    border-color:transparent #f0f0f0 transparent transparent
}
form .daterangepicker .calendar .calendar-table tbody td.start-date::after{
    bottom:0;
    border-width:0 0 25px 15px;
    border-color:transparent transparent #f0f0f0 transparent
}
form .daterangepicker .calendar .calendar-table tbody td.end-date::after,form .daterangepicker .calendar .calendar-table tbody td.end-date::before{
    content:'';
    width:0;
    height:0;
    position:absolute;
    left:0;
    background-color:transparent;
    border-style:solid
}
form .daterangepicker .calendar .calendar-table tbody td.end-date::before{
    top:0;
    border-width:25px 15px 0 0;
    border-color:#f0f0f0 transparent transparent transparent
}
form .daterangepicker .calendar .calendar-table tbody td.end-date::after{
    bottom:0;
    border-width:25px 0 0 15px;
    border-color:transparent transparent transparent #f0f0f0
}
form .daterangepicker .ranges{
    margin:0
}
form .daterangepicker .ranges .applyBtn,form .daterangepicker .ranges .cancelBtn{
    z-index:2
}
form .daterangepicker .ranges .applyBtn{
    background-color:#66944c;
    border-color:#66944c;
    color:#fff
}
form .daterangepicker .ranges .cancelBtn{
    background-color:#f0f0f0;
    border-color:#f0f0f0;
    color:#272727
}
form .tagselect-container{
    list-style:none;
    padding:0;
    margin:0
}
form .tagselect-container .label{
    padding:.5em;
    margin:5px;
    display:inline-block;
    font-size:1.6rem;
    font-weight:300;
    cursor:pointer;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px
}
form .tagselect-container .label.label-default{
    border-color:#272727;
    background-color:#fff;
    color:#272727
}
form .tagselect-container .label.label-default.active,form .tagselect-container .label.label-default.hover,form .tagselect-container .label.label-default.tagselect-selected,form .tagselect-container .label.label-default:hover{
    border-color:#828282;
    color:#fff
}
form .tagselect-container .label.label-default.hover,form .tagselect-container .label.label-default:hover{
    background-color:#f0f0f0
}
form .tagselect-container .label.label-default.active,form .tagselect-container .label.label-default.tagselect-selected{
    background-color:#828282
}
form .tagselect-container .label.label-warning{
    background-color:#f0f0f0;
    border-color:#fff;
    color:#272727
}
form .tagselect-container .label.label-warning.active,form .tagselect-container .label.label-warning.hover,form .tagselect-container .label.label-warning.tagselect-selected,form .tagselect-container .label.label-warning:hover{
    color:#fff
}
form .tagselect-container .label.label-warning.hover,form .tagselect-container .label.label-warning:hover{
    background-color:#8fc27d
}
form .tagselect-container .label.label-warning.active,form .tagselect-container .label.label-warning.tagselect-selected{
    background-color:#579641
}
form .tagselect-container .check{
    padding-left:30px;
    cursor:pointer;
    position:relative;
    line-height:20px
}
form .tagselect-container .check::before{
    content:'';
    font-family:RhinoAfrica;
    color:#fff;
    background-color:#fff;
    font-size:1.4rem;
    line-height:1;
    padding:2px;
    display:inline-block;
    width:20px;
    height:20px;
    border:1px solid #272727;
    position:absolute;
    top:2px;
    left:0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px
}
form .tagselect-container .check::after{
    content:'\f0c8';
    font-family:FontAwesome;
    color:#272727;
    font-size:2.5rem;
    line-height:1;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0
}
form .tagselect-container .check.hover::before,form .tagselect-container .check:hover::before{
    background-color:#4a4a4a
}
form .tagselect-container .check.active::before,form .tagselect-container .check.tagselect-selected::before{
    width:0;
    top:-3px;
    left:10px;
    border-radius:0;
    opacity:1;
    z-index:2;
    border-width:1px;
    border-color:#fff;
    border-top-color:transparent;
    border-left-color:transparent;
    background-color:transparent;
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
form .tagselect-container .check.active::after,form .tagselect-container .check.tagselect-selected::after{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter:alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
form .input-slider{
    position:relative;
    padding-top:2em;
    padding-bottom:3em
}
form .input-slider .input-group{
    width:auto
}
form .input-slider .input-group .input-group-addon,form .input-slider .input-group input{
    font-size:90%!important
}
form .input-slider .input-group .input-group-addon{
    border:0;
    font-size:inherit;
    background-color:transparent;
    padding:0;
    width:15px
}
form .input-slider .input-group input{
    border:0;
    background-color:transparent;
    width:55px;
    text-align:right
}
form .input-slider .slider-max,form .input-slider .slider-min{
    max-width:50%;
    position:absolute;
    bottom:0
}
form .input-slider .slider-min{
    left:0
}
form .input-slider .slider-max{
    right:0
}
form .collapse-link{
    height:52px;
    line-height:52px;
    padding:0 15px;
    margin-bottom:15px;
    display:block;
    text-decoration:underline
}
.dropdown-menu .btn,.modal .btn{
    padding:.5em 1.5em
}
.dropdown-menu .btn.cancel,.modal .btn.cancel{
    float:left;
    padding-left:0;
    padding-right:0;
    font-weight:300;
    border-bottom:1px solid #272727
}
.dropdown-menu .btn.cancel::after,.modal .btn.cancel::after{
    content:'';
    display:none
}
.dropdown-menu .btn.apply,.modal .btn.apply{
    font-weight:700;
    float:right;
    margin-top:.6em;
    margin-bottom:.6em
}
.dropdown-menu .btn{
    padding:.5em 1.5em
}
.modal{
    z-index:3000;
    text-align:left
}
.modal .modal-content{
    -moz-border-radius:.2em;
    -webkit-border-radius:.2em;
    border-radius:.2em
}
.modal .modal-header{
    padding:20px 35px;
    background-color:#f0f0f0;
    border:0
}
.modal .modal-header .close{
    position:absolute;
    right:20px;
    top:25px;
    color:#272727;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter:alpha(opacity=.5);
    -moz-opacity:.5;
    -khtml-opacity:.5;
    opacity:.5;
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    transition:opacity .3s ease
}
.modal .modal-header .close:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter:alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1
}
.modal .modal-header .modal-title{
    font-weight:300
}
.modal .modal-body{
    width:100%;
    padding:25px 35px;
    display:inline-block
}
.modal .modal-body .form-group{
    margin-bottom:30px
}
.modal .modal-body .form-group:last-child{
    margin-bottom:0
}
.modal .modal-footer{
    border-top:0;
    padding:10px 35px 20px
}
.modal .btn{
    font-size:1.2rem;
    padding:1em 2em
}
.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot{
    cursor:default!important
}
.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot.active span{
    background:#900
}
.owl-carousel.owl-theme .owl-dots:not(.disabled) .owl-dot span{
    background:#272727
}
.section-trip-advisor{
    padding:2rem 0
}
.section-trip-advisor span{
    display:block
}
.section-trip-advisor .ta-footer-logo{
    height:45px;
    padding:0 5px
}
.section-summary{
    box-shadow:0 0 3px 1px rgba(0,0,0,.1);
    text-align:left;
    padding-top:0;
    padding-bottom:0
}
.section-summary .summary{
    padding-top:1.2em;
    padding-bottom:2.2em
}
.section-summary .summary h2+h2,.section-summary .summary p+p{
    margin-top:-10px
}
.section-summary .main-summary{
    position:relative;
    border:15px solid #fff
}
.section-summary .middle-line{
    display:none
}
.section-intro .welcome-copy h2,.section-intro .welcome-copy p{
    text-align:left
}
.section-intro .welcome-copy .btn.btn-primary{
    display:block;
    margin-top:10px;
    padding:10px 15px;
    color:#900;
    background-color:transparent;
    border-color:rgba(153,0,0,.2);
    font-weight:700;
    font-size:1.15rem
}
.section-intro .welcome-copy .btn.btn-primary:hover{
    background-color:rgba(153,0,0,.1);
    border-color:transparent
}
.section-intro .lightgallery.videos li{
    min-width:280px;
    width:100%;
    height:300px
}
.section-insurance{
    padding-top:0;
    padding-left:0
}
.section-insurance .flex{
    display:flex;
    flex-direction:column
}
.section-insurance .insurance-image{
    height:300px;
    min-height:100%;
    max-height:100%;
    margin-bottom:25px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.section-insurance .section-title{
    padding:0 15px;
    font-size:2.3rem;
    text-align:left
}
.section-insurance .section-copy{
    text-align:left
}
@media screen and (min-width:350px){
    .section-insurance .section-copy{
        padding:0 1em
    }
}
.section-insurance .section-copy ul{
    padding-left:20px;
    list-style-position:outside
}
.section-insurance .insurance-button-container{
    margin-top:3rem;
    text-align:left
}
@media screen and (min-width:350px){
    .section-insurance .insurance-button-container{
        padding:0 1em
    }
}
.section-tours{
    padding-top:2rem
}
.section-tours .slides{
    margin:2.5em 0 2em
}
.section-tours .slides .slide{
    background-color:#fff;
    padding:.7em;
    padding-bottom:1.5em;
    margin:0 .5em;
    height:100%
}
.section-tours .slides .slide a{
    color:inherit
}
.section-tours .slides .slide .teaser{
    height:180px;
    margin-bottom:2em
}
.section-tours .slides .slide .teaser p{
    display:none
}
.section-tours .slides .slide .teaser .btn{
    margin:auto
}
.section-tours .slides .slide .info{
    padding:0 1.5em
}
.section-tours .slides .slide .info p{
    font-size:1.3rem
}
.section-tours .slides .slide .info p:first-child{
    margin-bottom:20px
}
.section-tours .slides .slide .info .small{
    font-style:italic;
    font-size:1.2rem
}
.section-destinations{
    padding-bottom:1em
}
.section-destinations .blocks{
    list-style:none;
    padding:0;
    margin:1em 0 2em;
    float:left;
    display:block;
    width:100%
}
.section-destinations .blocks li{
    width:calc(50% - 1.2em);
    margin:.6em;
    float:left;
    overflow:hidden
}
.section-destinations .blocks li:nth-child(n+8){
    display:none
}
.section-destinations .blocks li a{
    background-color:#f0f0f0;
    padding-bottom:1em;
    padding-top:135px;
    color:inherit;
    overflow:hidden;
    height:210px;
    display:inline-table;
    width:calc(100% + 1px);
    position:relative;
    float:left
}
@media screen and (min-width:350px){
    .section-destinations .blocks li a{
        height:190px
    }
}
.section-destinations .blocks li a:hover{
    text-decoration:none
}
.section-destinations .blocks li a .block-image{
    background-position:center;
    background-size:cover;
    height:120px;
    width:100%;
    position:absolute;
    top:0
}
.section-destinations .blocks li a .info{
    position:relative;
    vertical-align:middle;
    display:table-cell;
    padding:0 .8em
}
.section-destinations .blocks li a .info h6{
    margin:0;
    font-weight:300;
    line-height:1.3em
}
.section-destinations .blocks li a .info p{
    display:none
}
.section-destinations .flex-align{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:3.5rem
}
.section-destinations .flex-align .section-title{
    margin-bottom:0;
    padding-left:.6em;
    text-align:center
}
.section-destinations .dest-link{
    font-family:Montserrat,sans-serif;
    font-size:1.3rem;
    font-weight:700
}
.section-testimonials{
    overflow-x:hidden
}
@media screen and (min-width:768px){
    .section-crash{
        padding:0
    }
}
@media screen and (min-width:768px){
    .section-crash .crash-container{
        height:calc(100vw / 4 * 2 - 1px);
        display:block;
        width:100%
    }
}
@media screen and (min-width:992px){
    .section-crash .crash-container{
        height:calc(100vw / 5 * 2 - 1px)
    }
}
@media screen and (min-width:1200px){
    .section-crash .crash-container{
        height:calc(100vw / 7 * 2 - 1px)
    }
}
@media screen and (min-width:768px){
    .section-crash .crash-container .content{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        z-index:2;
        position:relative;
        height:100%;
        color:#fff
    }
}
@media screen and (min-width:768px){
    .section-crash .crash-container .content h2{
        margin:0 0 10px
    }
}
@media screen and (min-width:768px){
    .section-crash .crash-container .content .btn-success{
        margin-top:1em
    }
}
@media screen and (min-width:768px){
    .section-crash .crash-container .content .crash,.section-crash .crash-container .content .overlay{
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:calc(100% + 30px);
        margin:0 -15px;
        z-index:-1
    }
}
.section-crash .crash-container .content .overlay{
    display:block;
    background-color:#272727;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
    filter:alpha(opacity=.25);
    -moz-opacity:.25;
    -khtml-opacity:.25;
    opacity:.25
}
@media screen and (min-width:768px){
    .modal .modal-dialog{
        width:60vw;
        max-width:500px
    }
}
@media screen and (min-width:992px){
    .modal .modal-dialog{
        width:50vw;
        max-width:550px
    }
}
@media screen and (min-width:768px){
    .modal .modal-dialog.modal-sm{
        width:50vw;
        max-width:400px
    }
}
@media screen and (min-width:992px){
    .modal .modal-dialog.modal-sm{
        width:40vw;
        max-width:450px
    }
}
@media screen and (min-width:768px){
    .modal .modal-dialog.modal-lg{
        width:80vw;
        max-width:600px
    }
}
@media screen and (min-width:992px){
    .modal .modal-dialog.modal-lg{
        width:70vw;
        max-width:700px
    }
}
@media screen and (min-width:768px){
    .modal .modal-dialog.modal-xl{
        width:90vw;
        max-width:850px
    }
}
@media screen and (min-width:992px){
    .modal .modal-dialog.modal-xl{
        width:85vw;
        max-width:950px
    }
}
@media screen and (min-width:768px){
    .modal .modal-header{
        padding:20px 45px
    }
}
@media screen and (min-width:768px){
    .modal .modal-body{
        padding:35px 45px
    }
}
@media screen and (min-width:768px){
    .modal .modal-footer{
        padding:10px 45px 30px
    }
}
@media screen and (min-width:992px){
    .modal .btn{
        font-size:1.3rem
    }
}
@media screen and (min-width:768px){
    .section-trip-advisor span{
        display:inline-block
    }
}
.section-summary .summary{
    position:relative
}
@media screen and (min-width:768px){
    .section-summary .summary{
        padding:30px 0
    }
}
@media screen and (min-width:768px){
    .section-summary .summary h2+h2{
        margin-top:-10px
    }
}
@media screen and (min-width:768px){
    .section-summary .main-summary{
        border:none
    }
}
@media screen and (min-width:768px){
    .section-summary .v-center{
        display:inline-block;
        vertical-align:middle;
        float:none
    }
}
@media screen and (min-width:768px){
    .section-summary .middle-line{
        display:flex;
        position:absolute;
        width:1px;
        height:calc(100% - 10px - 60px);
        top:35px;
        left:50%;
        background:rgba(130,130,130,.3)
    }
}
@media screen and (min-width:768px){
    .section-summary .trust-pilot .tp-star-item{
        height:20px
    }
}
@media screen and (min-width:768px){
    .section-insurance{
        padding-left:20px
    }
}
@media screen and (min-width:768px){
    .section-insurance>.container-fluid{
        border-top:1px solid #ccc;
        padding-top:6em
    }
}
@media screen and (min-width:768px){
    .section-insurance .flex{
        flex-direction:row
    }
}
@media screen and (min-width:768px){
    .section-insurance .insurance-image{
        height:auto;
        min-height:100%;
        max-height:100%;
        margin-bottom:0
    }
}
@media screen and (min-width:768px){
    .section-insurance .section-title{
        font-size:2.6rem
    }
}
@media screen and (min-width:350px){
    .section-insurance .section-copy{
        padding:0 1em
    }
}
@media screen and (min-width:768px){
    .section-tours{
        padding-top:6rem
    }
}
@media screen and (min-width:768px){
    .section-tours .slides .slide{
        background-color:transparent;
        padding:0;
        margin:0
    }
}
@media screen and (min-width:768px){
    .section-tours .slides .slide .teaser{
        height:380px;
        margin-bottom:0;
        width:calc(100% + .5px)
    }
}
@media screen and (min-width:768px){
    .section-tours .slides .slide .teaser .overlay{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.55)";
        filter:alpha(opacity=.55);
        -moz-opacity:.55;
        -khtml-opacity:.55;
        opacity:.55
    }
}
@media screen and (min-width:768px){
    .section-tours .slides .slide .teaser h3{
        padding:0 1.2em
    }
}
@media screen and (min-width:768px){
    .section-tours .slides .slide .teaser p{
        display:block
    }
}
@media screen and (min-width:768px){
    .section-destinations{
        padding-bottom:4em
    }
}
@media screen and (min-width:768px){
    .section-destinations .flex-align{
        justify-content:space-between;
        margin-bottom:1rem
    }
}
@media screen and (min-width:768px){
    .section-destinations .flex-align .section-title{
        display:inline-block;
        padding-left:20px;
        text-align:left
    }
}
@media screen and (min-width:992px){
    .section-destinations .flex-align .section-title{
        padding:0 1.2em 0 10px
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks{
        margin:1.2em 0 0
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li{
        width:calc(100% / 3 - .4em);
        height:130px;
        background-size:cover;
        background-position:center;
        margin:.2em;
        position:relative;
        z-index:0
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li:nth-child(n+7){
        display:none
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li.see-all{
        width:calc(100% / 3 * 2 - .4em);
        height:calc(260px + .4em);
        float:right
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li.see-all .content img{
        width:60px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
        filter:alpha(opacity=.3);
        -moz-opacity:.3;
        -khtml-opacity:.3;
        opacity:.3
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li.see-all .content h3{
        margin:.5em 0 1em
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li.see-all .content .btn-default{
        display:inline-block;
        width:auto;
        height:auto;
        line-height:1
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li.see-all .content .btn-default:hover{
        color:#fff
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li a{
        display:table;
        height:100%;
        width:100%;
        z-index:0;
        padding:2em 2.5em;
        background-color:transparent
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li a:hover .overlay{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.45)";
        filter:alpha(opacity=.45);
        -moz-opacity:.45;
        -khtml-opacity:.45;
        opacity:.45
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li a .overlay{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        z-index:1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.25)";
        filter:alpha(opacity=.25);
        -moz-opacity:.25;
        -khtml-opacity:.25;
        opacity:.25;
        -webkit-transition:opacity .3s ease;
        -moz-transition:opacity .3s ease;
        transition:opacity .3s ease
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li a .content{
        display:table-cell;
        vertical-align:middle;
        width:100%;
        z-index:2;
        position:relative
    }
}
@media screen and (min-width:768px){
    .section-destinations .blocks li a .content h3{
        margin:0;
        color:#fff
    }
}
@media screen and (min-width:768px){
    .section-testimonials{
        padding-top:0;
        padding-bottom:1em
    }
}
@media screen and (min-width:768px){
    .section-connections .partners{
        margin-top:3.2em;
        margin-bottom:1em
    }
}
@media screen and (min-width:768px){
    .section-connections .partners li{
        margin:1em auto;
        display:block;
        height:50px
    }
}
@media screen and (min-width:992px){
    .section-connections .partners li{
        height:60px
    }
}
.section-connections .partners li:last-child{
    display:none
}
@media screen and (min-width:1900px){
    .section-connections .partners li:last-child{
        display:block
    }
}
@media screen and (min-width:768px){
    .section-connections .partners li a{
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0 1em;
        height:100%
    }
}
@media screen and (min-width:1200px){
    .section-connections .partners li a{
        padding:0 .8em
    }
}
@media screen and (min-width:768px){
    .section-connections .partners li img{
        max-height:50px;
        max-width:100%;
        flex-shrink:0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
        filter:alpha(opacity=.8);
        -moz-opacity:.8;
        -khtml-opacity:.8;
        opacity:.8
    }
}
@media screen and (min-width:992px){
    .section-connections .partners li img{
        max-height:60px
    }
}
@media screen and (min-width:1900px){
    .section-crash .container-fluid{
        max-width:100%
    }
}
@media screen and (min-width:1900px){
    .section-crash .crash-container{
        height:calc(100vw / 8 * 2 - 1px)
    }
}
@media screen and (min-width:1900px){
    .section-crash .crash-container .content .crash{
        width:calc(100% + 30px - .5px)
    }
}
@media screen and (min-width:1900px){
    .section-crash .crash-container .content .btn-success{
        margin-top:1em
    }
}
@media screen and (min-width:1900px){
    footer{
        font-size:1.4rem
    }
}
@media screen and (min-width:1200px){
    footer::before{
        bottom:-.447em;
        left:-.6em;
        font-size:60em;
        line-height:1.43em
    }
}
@media screen and (min-width:1900px){
    footer::before{
        left:-.55em
    }
}
@media screen and (min-width:1200px){
    footer .menu{
        padding:7em 8% 7em 10%;
        min-height:calc(430px - 56px)
    }
}
@media screen and (min-width:1900px){
    footer .menu{
        padding-left:12%;
        min-height:calc(485px - 66px)
    }
}
@media screen and (min-width:1200px){
    footer .menu .select-wrapper .currency-toggle,footer .menu .select-wrapper .language-toggle{
        padding:.8em 1em
    }
}
@media screen and (min-width:1200px){
    footer .menu .contact{
        margin-top:2em
    }
}
@media screen and (min-width:1200px){
    footer .menu .contact a{
        color:#fff;
        display:block
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu{
        font-size:inherit;
        margin:0;
        font-weight:400;
        line-height:1.7rem
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu{
        padding:0 .5em
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations .footer-header,footer .menu .footer-menu.social .footer-header{
        color:inherit
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.social li a{
        font-size:2.5rem
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.social li a{
        font-size:3rem;
        margin-right:.8em
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.associations li{
        margin-left:1.6em
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations li:nth-child(2) img{
        height:40px
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.associations li:nth-child(2) img{
        height:50px
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations li:nth-child(3) img{
        height:40px
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.associations li:nth-child(3) img{
        height:50px
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations li:nth-child(4) img{
        height:50px
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.associations li:nth-child(4) img{
        height:60px
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations li:nth-child(5) img{
        height:50px
    }
}
@media screen and (min-width:1900px){
    footer .menu .footer-menu.associations li:nth-child(5) img{
        height:60px
    }
}
@media screen and (min-width:1200px){
    footer .menu .footer-menu.associations li img{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
        filter:alpha(opacity=.6);
        -moz-opacity:.6;
        -khtml-opacity:.6;
        opacity:.6
    }
}
@media screen and (min-width:1900px){
    footer .copyright-container{
        max-width:100%
    }
}
@media screen and (min-width:1900px){
    footer .copyright-container .copyright p{
        font-size:1.3rem
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog{
        width:40vw;
        max-width:600px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog{
        width:35vw;
        max-width:650px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-sm{
        width:35vw;
        max-width:500px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-sm{
        width:25vw;
        max-width:550px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-lg{
        width:80vw;
        max-width:1000px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-lg{
        width:85vw;
        max-width:1300px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-lg .modal-header{
        padding:20px 60px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-lg .modal-header{
        padding:20px 80px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-lg .modal-body{
        padding:35px 60px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-lg .modal-body{
        padding:35px 80px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-lg .modal-footer{
        padding:10px 60px 30px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-lg .modal-footer{
        padding:10px 80px 30px
    }
}
@media screen and (min-width:1200px){
    .modal .modal-dialog.modal-xl{
        width:85vw;
        max-width:1200px
    }
}
@media screen and (min-width:1900px){
    .modal .modal-dialog.modal-xl{
        width:80vw;
        max-width:1400px
    }
}
@media screen and (min-width:1200px){
    .section-summary .summary{
        padding:60px 0
    }
}
@media screen and (min-width:1200px){
    .section-summary .middle-line{
        height:calc(100% - 10px - 120px);
        top:65px
    }
}
@media screen and (min-width:1200px){
    .section-insurance{
        padding-left:0
    }
}
@media screen and (min-width:1200px){
    .section-insurance .section-title{
        font-size:2.8rem
    }
}
@media screen and (min-width:1200px){
    .section-tours{
        padding-top:10rem
    }
}
@media screen and (min-width:1200px){
    .section-tours .listing-cards{
        padding-top:2rem
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides{
        margin:0 0 2em
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide{
        transform-style:preserve-3d;
        width:100%;
        position:relative;
        -webkit-transition:transform .8s ease;
        -moz-transition:transform .8s ease;
        transition:transform .8s ease
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .back,.section-tours .slides .slide .front{
        margin:0;
        position:absolute;
        display:block;
        top:0;
        left:0;
        width:100%;
        height:100%;
        transform-style:preserve-3d;
        -webkit-backface-visibility:hidden;
        -moz-backface-visibility:hidden;
        backface-visibility:hidden;
        -webkit-transition:transform .8s ease;
        -moz-transition:transform .8s ease;
        transition:transform .8s ease
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .front{
        z-index:2;
        -moz-transform:rotateY(0);
        -o-transform:rotateY(0);
        -ms-transform:rotateY(0);
        -webkit-transform:rotateY(0);
        transform:rotateY(0);
        -webkit-transition:opacity .1s linear .2s;
        -moz-transition:opacity .1s linear .2s;
        transition:opacity .1s linear .2s
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .back{
        background:#fff;
        -moz-transform:rotateY(180deg);
        -o-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
        -webkit-transform:rotateY(180deg);
        transform:rotateY(180deg)
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .back a:hover{
        color:inherit
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .special{
        position:absolute;
        overflow:hidden;
        z-index:2;
        height:85px;
        width:85px
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .special span{
        display:block;
        position:absolute;
        top:20px;
        left:-30px;
        width:120px;
        background:#900;
        color:#fff;
        line-height:2em;
        font-size:1.2rem;
        font-weight:700;
        text-align:center;
        text-transform:uppercase;
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .teaser{
        height:100%
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .teaser{
        padding:1.5em 2.5em
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .teaser h3{
        padding:0 .8em
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .teaser h3{
        padding:0
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details{
        padding:.5em
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details img{
        max-height:200px
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .details img{
        max-height:230px
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info{
        padding:1em
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .details .info{
        padding:1.3em
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info h4{
        font-weight:300;
        margin-bottom:0
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info hr{
        width:40%;
        margin:1.8em auto;
        border-color:#828282
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info p{
        font-size:1.3rem;
        font-weight:400
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .details .info p{
        font-size:1.7rem
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info .small{
        color:#828282;
        padding-top:.5em;
        font-size:1.2rem
    }
}
@media screen and (min-width:1900px){
    .section-tours .slides .slide .details .info .small{
        font-size:1.6rem
    }
}
@media screen and (min-width:1200px){
    .section-tours .slides .slide .details .info .btn{
        margin:1.5em 0
    }
}
@media screen and (min-width:1200px){
    .section-destinations{
        padding-bottom:7em
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks{
        width:100%
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li{
        width:calc(25% - .4em);
        margin:.2em;
        height:200px
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li{
        width:calc(20% - .4em);
        height:284px
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li:nth-child(n+6){
        display:none
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li.big{
        width:calc(37.5% - .4em)
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li.big{
        width:calc(40% - .4em)
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li.see-all{
        width:calc(37.5% - .4em);
        height:calc(400px + .4em)
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li.see-all{
        width:calc(40% - .4em);
        height:calc(568px + .4em)
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li.see-all .content{
        padding:0;
        vertical-align:middle
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li.see-all .content img{
        width:90px
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li.see-all .content img{
        width:140px
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li.see-all .content h3{
        position:relative;
        top:auto!important;
        bottom:auto!important
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a{
        padding:1em;
        color:#fff
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a:hover .content h3{
        top:auto;
        bottom:110px;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li a:hover .content h3{
        bottom:144px
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a:hover .content .btn-link,.section-destinations .blocks li a:hover .content p{
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter:alpha(opacity=1);
        -moz-opacity:1;
        -khtml-opacity:1;
        opacity:1
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a .content{
        padding:calc(100px - 1.5em) 0 0;
        vertical-align:top
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li a .content{
        padding:calc(142px - 1em) 0 0
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a .content h3{
        position:absolute;
        width:100%;
        top:calc(50% - .5em);
        font-weight:100;
        bottom:50%
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a .content .btn-link,.section-destinations .blocks li a .content p{
        display:block;
        color:#fff;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter:alpha(opacity=0);
        -moz-opacity:0;
        -khtml-opacity:0;
        opacity:0;
        -webkit-transition:all .3s ease;
        -moz-transition:all .3s ease;
        transition:all .3s ease
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li a .content p{
        font-size:1.5rem;
        margin-bottom:.5em
    }
}
@media screen and (min-width:1200px){
    .section-destinations .blocks li a .content .btn-link{
        padding:0
    }
}
@media screen and (min-width:1900px){
    .section-destinations .blocks li a .content .btn-link{
        font-size:1.3rem
    }
}
@media screen and (min-width:1200px){
    .section-testimonials{
        padding-top:5em;
        padding-bottom:4em
    }
}
@media screen and (min-width:1200px){
    .section-testimonials.no-padding-top{
        padding-top:0
    }
}
@media screen and (min-width:1200px){
    .section-testimonials .trustpilot-widget.tp-wrap{
        padding-top:30px
    }
}
@media screen and (min-width:1200px){
    .section-connections .partners .partner{
        margin:1.2em auto;
        height:70px
    }
}
@media screen and (min-width:1200px){
    .section-connections .partners .partner img{
        max-height:70px
    }
}
