* {
    font-family: 'Open Sans', arial;
}

a {
    /*color: #000;*/ /*John*/
}

body {
    background-color: #333333;
    color: #000;
}

.site-header {
    background-color: #000;
    width: 100%;
    height: 150px;
}

/****************** CAROUSELS *******************/


/****************** HEADER CAROUSEL *******************/

.slider-carousel__container .row {
    height: 400px !important;
}

@media screen and (max-width: 1200px) and (orientation:portrait) {
    .slider-carousel__container .row {
        height: 45vh !important;
    }
}

@media screen and (max-width: 1200px) and (orientation:landscape) {
    .slider-carousel__container .row {
        height: 70vh !important;
    }
}

.slider-carousel-large .owl-item > div {
    background-size: cover;
    background-position: center;
}

.slider-carousel-small .owl-item .row {
    height: 45vh !important;
}

@media screen and (max-width: 1200px) and (orientation:landscape) {
    .slider-carousel-small .owl-item .row {
        height: 70vh !important;
    }
}

.slider-carousel_caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 1rem;
    color: #fff;
}

.slider-carousel_caption strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.slider-carousel_caption-text {
    font-size: 1rem;
}

.slider-carousel-nav {
    transform: translateY(-100%);
    z-index: 10;
}

.slider-nav-small {
    transform: translateY(-45vh) !important;
}

@media screen and (max-width: 1200px) and (orientation:landscape) {
    .slider-nav-small {
        transform: translateY(-70vh) !important;
    }
}


/****************** END HEADER CAROUSEL *******************/
/****************** HOTEL CAROUSEL *******************/
.hotel-image-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .hotel-image-container {
        margin-top: 0;
    }
}

.hotel-carousel {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .hotel-carousel {
        margin-bottom: 0;
    }
}

/*.hotel-carousel .owl-stage-outer {
    width: 240px;
    margin: 0 auto;
}

@media screen and (min-width: 567px) {
    .hotel-carousel .owl-stage-outer {
        width: 280px;
    }
}

@media screen and (min-width: 768px) {
    .hotel-carousel .owl-stage-outer {
        width: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hotel-carousel .owl-stage-outer {
        width: 700px;
    }
}

@media screen and (min-width: 1200px) {
    .hotel-carousel .owl-stage-outer {
        width: 410px;
    }
}

@media screen and (min-width: 1400px) {
    .hotel-carousel .owl-stage-outer {
        width: 500px;
    }
}*/

.hotel-carousel .item {
    height: 60px;
}

@media screen and (min-width: 768px) {
    .hotel-carousel .item {
        height: 75px;
    }
}

.hotel-carousel .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0;
    z-index: 10;
    margin-top: 0;
}

.hotel-carousel .owl-nav .owl-prev,
.hotel-carousel .owl-nav .owl-next {
    position: absolute;
    top: -20px;
}

.hotel-carousel .owl-nav .owl-prev:hover,
.hotel-carousel .owl-nav .owl-next:hover {
    background: transparent;
}

.hotel-carousel .owl-nav .owl-prev:hover i,
.hotel-carousel .owl-nav .owl-next:hover i {
    color: #C0B460;
}

.hotel-carousel .owl-nav .owl-prev:focus,
.hotel-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.hotel-carousel .owl-nav .owl-prev i,
.hotel-carousel .owl-nav .owl-next i {
    font-size: 2rem;
}

.hotel-carousel .owl-nav .owl-prev {
    left: .5rem;
}

.hotel-carousel .owl-nav .owl-next {
    right: .5rem;
}

/****************** END HOTEL CAROUSEL *******************/

/****************** ROOM CAROUSEL *******************/

.room-carousel {
    margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
    .room-carousel {
        margin-bottom: 0;
    }
}

.room-carousel .item {
    height: 300px;
}
@media screen and (min-width: 768px) {
    .room-carousel .item {
        height: 400px;
    }
}
@media screen and (min-width: 1200px) {
    .room-carousel .item {
        height: 300px;
    }
}

.room-carousel .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.room-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 40px;
}

.room-carousel .owl-nav .owl-prev,
.room-carousel .owl-nav .owl-next {
    position: absolute;
    
}

.room-carousel .owl-nav .owl-prev:hover,
.room-carousel .owl-nav .owl-next:hover {
    background: transparent;
}

.room-carousel .owl-nav .owl-prev:focus,
.room-carousel .owl-nav .owl-next:focus {
    outline: none;
}

.room-carousel .owl-nav .owl-prev i,
.room-carousel .owl-nav .owl-next i {
    font-size: 2rem;
}

.room-carousel .owl-nav .owl-prev {
    left: .5rem;
}

.room-carousel .owl-nav .owl-next {
    right: .5rem;
}

/****************** END ROOM CAROUSEL *******************/

.owl-nav-container {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .owl-nav-container {
        margin-bottom: 2rem;
    }
}

.owl-nav-container .owl-nav-item {
    display: inline-block;
    background-color: #262626;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s;
}

.owl-nav-container .owl-nav-item:hover {
    background-color: #C0B460;
}

.owl-nav-container .owl-nav-item i {
    color: #C0B460;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.owl-nav-container .owl-nav-item:hover i {
    color: #000;
}

.owl-nav-container .owl-nav-item.owl-nav-next {
    margin-left: .25rem;
}


/****************** END CAROUSELS *******************/





/****************** PACKAGE CONTAINER *******************/

.package-container .card {
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.package-container .card-header {
    background-color: #000 !important;
    color: #C0B460 !important;
    padding: 1rem !important;
    border-radius: 0 !important;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
}

@media screen and (min-width: 768px) {
    .package-container .card-header {
        font-size: 2rem;
        font-weight: 300;
    }
}



/****************** INCLUDED LIST *******************/
.included-list-container {
    background-color: #C0B460;
    padding: 1rem;
    margin-bottom: 1rem; 
}
.included-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.included-list li{
    padding-left: 1.5rem;
    position: relative;
    font-weight: 400;
    color: #fff;
}
.included-list li:before{
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 300; 
    content: "\f324";
    position: absolute;
    left: 0;
    color: #000;
}


/****************** PACKAGES & PRICING *******************/


.package-container h2 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #C0B460;
}

@media screen and (min-width: 768px) {
    .package-container h2 {
        font-size: 1.75rem;
    }
    
}

.package-container h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}


.card.package-rate-grid-container, .card.mobile-package-rate-grid-container, .card.hidden-mobile-package-rate-grid-container {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.package-rate-container:not(:last-child) {
    margin-bottom: 1.5rem;
}

.package-rate-container .hotel-name {
    display: block;
    font-size: 1.2rem;
    margin-bottom: .25rem;
    color: #C0B460;
    font-weight: 300;
}

.room-camera {
    padding-top: .25rem;
}

.nights {
    margin: 0 .5rem;
}

.extra-rate-container {
    background-color: #000;
    padding: 1rem;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.rate-item-container:not(:last-child) {
    border-bottom: solid 1px #585858;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
}

.rate-item-container div {
    margin: 0;
    padding: 0;
    
}
 .extraLink {
    color: white;
}

.currency-symbol {
    margin-right: .25rem;
    color: #C0B460;
}


.card .card-body .currency-symbol {
    color: #000000;
}

i.currency-symbol {
    color: #C0B460 !important;
}

    i.currency-symbol.text-danger {
        color: #dc3545 !important;
    }

h2 .currency-symbol {
    color: #C0B460 !important;
}


.package-rate-container i,
.extra-rate-container i {
    color: #C0B460;
}

i.minus-icon,
i.plus-icon {
    border: solid 1px #C0B460;
    padding: 2px 4px;
    border-radius: 50%;
    transition: all .2s;
}

i.minus-icon:not(.disabled):hover,
i.plus-icon:not(.disabled):hover {
    background: #C0B460;
    color: #000;
}


.pp {
    font-size: .75rem;
}


.package-rate-grid-room:not(:last-child) {
    border-bottom: solid 1px #585858;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}


@media screen and (min-width: 768px) {
    .package-rate-grid-room:not(:last-child) {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }   
}

.package-rate-grid-room > div,
.package-rate-grid-hotel > div {
    padding: 0;
}

.hotel-image {
    float: left;
}

/****************** CURRENCY SELECTOR *******************/
.dropdown.currency-selector {
    position: relative;
    right: 0;
    text-align: right;
    display: block;
    width: 100%;
}


.dropdown.currency-selector .dropdown-toggle {
    border: solid 1px #fff;
    margin-bottom: .5rem;
}

.package-page .card-header,
.extra-page .card-header {
    padding-right: 150px;
}
    .package-page .card-header .dropdown.currency-selector,
    .extra-page .dropdown.currency-selector {
        position: absolute;
        float: right;
        top: 16px;
        right: 1rem;
    }
        .package-page .card-header .dropdown.currency-selector button,
        .extra-page .dropdown.currency-selector button {
            border: 1px solid #C0B460;
        }

.dropdown.currency-selector {
    position: absolute;
    top: -44px;
    right: 0;
    text-align: unset;
    width: auto;
}

@media screen and (max-width: 768px) {

    .hotel-page .card .price-list {
        margin-top: 50px;
    }

    .hotel-page .dropdown.currency-selector {
        top: 0;
        right: 16px;
    }

    .ticket-page .package-rate-grid-container:not(.extra-list-grid) {
        margin-top: 50px;
    }

    .ticket-page .dropdown.currency-selector {
        top: 30px;
        right: 16px;
    }

    .package-page .package-rate-grid-container {
        margin-top: 50px;
    }

    .package-page .extra-list-grid.package-rate-grid-container {
        margin-top: 0;
    }
    .package-page .dropdown.currency-selector {
        top: -47px;
        right: 0px;
    }

    .currency-selector-fixer1 .dropdown.currency-selector {
        top: -5px
    }
}

@media screen and (min-width: 768px) {

    /*.extra-page .dropdown.currency-selector {
        position: absolute;
        float: right;
        top: 16px;
        right: 1rem;
        border: 1px solid #C0B460;
    }*/

    .hotel-page .dropdown.currency-selector {
        right: 16px;
    }

    .ticket-page .dropdown.currency-selector {
        top: 0px;
        right: 16px;
    }

    .dropdown.currency-selector .dropdown-toggle {
        border: none;
        margin-bottom: 0;
    }
}

.dropdown.currency-selector .dropdown-toggle img {
    width: 32px;
    margin-right: .5rem;
    float: left;
}

.dropdown.currency-selector .dropdown-menu {
    min-width: 116px !important;
}

.dropdown.currency-selector .dropdown-menu .dropdown-item {
    padding: .25rem 0.5rem;
}

.dropdown.currency-selector .dropdown-menu .dropdown-item:active,
.dropdown.currency-selector .dropdown-menu .dropdown-item:focus {
    background-color: #000;
}

.dropdown.currency-selector .dropdown-menu img {
    width: 30px;
    margin-right: .5rem;
    position: relative;
    top: -2px;
}

/****************** YEAR SELECTOR *******************/
.dropdown.year-selector {
    display: block;
    width: 100%;
    margin: 0 10px 0 10px; 
    
}
.container_currency {
    
}
.container_currency .currency-selector-fixer1 .currency-selector {
    top: unset;
    margin: 0 10px 0 0;
}
.dropdown.year-selector .dropdown-toggle {
    border: solid 1px #fff;
    margin-bottom: .5rem;
    background-color: #000;
    color: #C0B460;
    border: 1px solid #C0B460;
}

.master-menu-container .dropdown.year-selector {
	margin: 0 0 0 15px;
	display:none;
}

.master-menu-container .dropdown.year-selector .dropdown-toggle {
	margin-bottom: -2px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.master-menu-container .dropdown.year-selector  .btn {
	padding:0px 10px;
}

.package-page .card-header,
.extra-page .card-header {
    padding-right: 150px;
}

    .package-page .card-header .dropdown.year-selector
     {
        
        top: 16px;
        /*right: 1rem;*/
		margin-right:15px;
    }

        .package-page .card-header .dropdown.year-selector button {
            border: 1px solid #C0B460;
            /*font-size: 20px;*/
        }

.dropdown.year-selector {
    width: auto;
}

@media screen and (max-width: 768px) {

    .hotel-page .card .price-list {
        margin-top: 50px;
    }

    .hotel-page .card.room-list__item .dropdown.year-selector {
        top: 0;
        right: 124px;
        position: absolute;
    }

        .hotel-page .card.room-list__item .dropdown.year-selector button {
            color: #fff;
            border: 0 #fff;
        }

    .ticket-page .package-rate-grid-container:not(.extra-list-grid) {
        margin-top: 50px;
    }

    .ticket-page .dropdown.year-selector {
        top: 30px;
        right: 16px;
    }

    .package-page .package-rate-grid-container {
        margin-top: 50px;
    }

    .package-page .extra-list-grid.package-rate-grid-container {
        margin-top: 0;
    }

    .package-rate-grid-hotel.row .dropdown.year-selector {
        top: -47px;
        position: absolute;
        right: 107px;
		display:none;
    }
        .package-rate-grid-hotel.row .dropdown.year-selector button {
            color: #fff;
            border: 0 #fff;
        }

    .currency-selector-fixer1 .dropdown.year-selector {
        top: -5px;
        color: #fff !important;
    }
}

@media screen and (min-width: 768px) {

    .hotel-page .card.room-list__item .dropdown.year-selector {
        right: 123px;
        position: absolute;
        top: -44px;
    }
    .hotel-page .card.room-list__item .dropdown.year-selector button {
        color: #fff;
        border: 0 #fff;
    }

    .ticket-page .dropdown.year-selector {
        top: 0px;
        right: 0px;
    }

    .package-rate-grid-hotel.row .dropdown.year-selector {
        top: -44px;
        right: 107px;
        border: 0;
        position: absolute;
		display:none;
    }
        .package-rate-grid-hotel.row .dropdown.year-selector button {
            color: #fff;
            border: 0 #fff;
        }

        
        .dropdown.year-selector .dropdown-toggle {
            margin-bottom: 0;
        }
}


.dropdown.year-selector .dropdown-menu {
    min-width: 76px !important;
}

    .dropdown.year-selector .dropdown-menu .dropdown-item {
        padding: .25rem 0.5rem;
        border: 1px solid #fff;
    }

        .dropdown.year-selector .dropdown-menu .dropdown-item:active,
        .dropdown.year-selector .dropdown-menu .dropdown-item:focus,
        .dropdown.year-selector .dropdown-menu .dropdown-item:hover {
            background-color: #000;
            color: #C0B460;
            border: 1px solid #fff;
        }

.currency-selector-fixer1 .dropdown.year-selector {
    position: absolute;
    right: 122px;
	display:none;
}

    .currency-selector-fixer1 .dropdown.year-selector button {
        border: none;
        color: #fff !important;
    }

/****************** GALLERY OVERRIDES *******************/
.nGY2 .nGY2GThumbnailImageTitle {
    text-shadow: none;
    color: #000 !important;
}

.photo-gallery {
    background-color: #efefef;
    padding: 1rem;
}

/****************** TESTIMONIALS *******************/
.testimonials {
    margin-top: 2rem;
    margin-bottom: 0rem;
    position: relative;
}

@media screen and (min-width: 567px) {
    .testimonials {
        /*margin-top: 0rem;*/
        /*margin-bottom: 4rem;*/
		border-top: 1px solid lightgray;
		padding-top: 2rem;
    }
}

.testimonials:before {
    content: "";
    background-image: url(../images/quote-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (min-width: 992px) {
    .testimonials:before {
        left: 1rem;
        position: absolute;
        width: 100px;
        height: 84px;
    }
}


@media screen and (min-width: 768px) {
    .testimonials:before {
        left: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .testimonials:before {
        left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials:before {
        left: 2rem;
		top:1rem;
    }
}

@media screen and (min-width: 1400px) {
    .testimonials:before {
        left: 8rem;
		top:1rem;
    }
}

.testimonials__content {
    font-size: 1rem;
    font-weight: 700;
    padding-top: .5rem;
    color: #C0B460;
}

.testimonials__name {
    color: #262626;
}

@media screen and (min-width: 567px) {
    .testimonials__content {
        padding-top: 2rem;
        font-size: 1.25rem;
    }
}

.testimonials-carousel {
    /* max-width: 800px;
    margin: auto; */
    margin-left: auto;
    width: 100%;
}

@media screen and (min-width: 567px) {
    .testimonials-carousel {
        width: 75%;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px) {
    .testimonials-carousel {
        max-width: 600px;
        margin: auto;
    }
}


/****************** GOOGLE MAP *******************/

#map {
    height: 413px;
    width: 100%;
}

/****************** TRIPADVISOR WIDGET OVERRIDES *******************/

.cdsROW {
    width: 100% !important;
    height: auto !important;
}

.cdsROW.wide .cdsROWContainer .cdsComponent {
    width: 240px;
}

.TA_cdsratingsonlywide > img {
    display: none;
}


/****************** ENQUIRY BAR *******************/
.enquiry-bar {
    position: fixed !important;
    bottom: 0 !important;
    padding: 1rem 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    border-top: 1px solid #C0B460;
    transition: all .75s;
    transform: translateY(100%);
}

.enquiry-bar_title {
    font-size: 1.25rem;
}

.enquiry-bar_title i {
    margin-right: 1rem;
}

.enquiry-bar .btn  i{
    display: block;
    margin-bottom: .25rem;
    margin-top: .25rem;
    margin-right: 0;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    .enquiry-bar .btn {
        padding: .5rem 1rem;
        line-height: 1.5;
        font-size: 1.5rem;
    }

        .enquiry-bar .btn i {
            display: inline-block;
            /*margin-top: 1rem;
            margin-bottom: 1rem;*/
            margin-right: 1rem;
            font-size: 1.5rem;
        }
}



.site-logos {
    background-color: #000;
    width: 100%;
    height: 250px;
}

.site-categories {
    background-color: #C0B460;
    width: 100%;
    height: 500px;
}

.site-footer {
    background-color: #000;
    width: 100%;
    height: 50px;
}


.trustpilot {
    background-color: #000;
    padding: .75rem 0;
    margin-bottom: 1rem;
}




.btn {
    transition: all .3s;
    border-radius: 0;
}

.btn i {
    margin-right: 1rem;
}


.btn--gold, .btn--gold span {
    background-color: #C0B460;
    color: #000;
}

.btn--gold:hover {
    opacity: .7;
    color: #000;
}

.btn--black {
    background-color: #262626;
    color: #fff;
}

.btn--black:hover {
    opacity: .7;
    color: #fff;
}

.btn--white {
    background-color: #fff;
    border: #C0B460 solid 1px;
}

.btn--white:hover {
    opacity: .7;
}

.nGY2paginationDot, .nGY2paginationDotCurrentPage {
    border: none !important;
    height: 10px !important;
    width: 10px !important;
    background: #D6D6D6 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.nGY2paginationDotCurrentPage {
    background-color: #262626 !important;
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1340px;
    }
}

/****************** ROOM ITEM *******************/

.room-list {
    
}

.room-list__item {
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.room-list__item h3 {
    font-weight: 300;
    color: #000000;
}

.room-list__item h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.room-list__item ul {
    list-style: disc;
    margin-left: 0px;
    padding: 0;
    list-style: none;
}

.room-list__item li {
    padding-left: 1.5rem;
    position: relative;
    font-weight: 400;
}

.room-list__item  li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f324";
    position: absolute;
    left: 0;
    color: #000;
}


.card.price-list {
    border: none;
    border-radius: 0;
    background: #000;
}

.card.price-list {
    color: #fff;
}

.price-list__item {
    
}

.price-list__item:not(:last-child) {
    border-bottom: solid 1px #585858;
    padding-bottom: .25rem;
    margin-bottom: .25rem;
}

.price-list__item [class*="col-"] {
    padding: 0;
}

.price-list__price {
    text-align: right;
}

/****************** IGNORE *******************/


.senate-btn, .senate-btn--alt {
    background: #C0B460;
    padding: .75rem 1.25rem;
    color: #fff;
    margin-top: 1rem;
    display: inline-block;
    transition: all .3s;
    text-decoration: none;
    position: relative;
}

.senate-btn:hover, .senate-btn--alt:hover, .senate-btn:focus, .senate-btn--alt:focus, .senate-btn:active, .senate-btn--alt:active {
    background: #fff;
    color: #C0B460;
    text-decoration: none;
    padding: .75rem 2.50rem .75rem 1.25rem;
}

.senate-btn--alt:hover, .senate-btn--alt:focus, .senate-btn--alt:active {
    background: #7e6b33;
    color: #fff;
}

.senate-btn:hover:after, .senate-btn--alt:hover:after, .senate-btn:focus:after, .senate-btn--alt:focus:after, .senate-btn:active:after, .senate-btn--alt:active:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.senate-btn--alt:after {
    content: "";
    background-image: url(content/images/arrow-white.svg);
}

.senate-btn:after, .senate-btn--alt:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    opacity: 0;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-image: url(../images/arrow-white.svg);
    transition: all .3s;
}

.room-list-item-rates .card.package-rate-grid-container{
    margin: 0;
}

@media screen and (orientation:landscape) {
    .slider-carousel-large, .slider-nav-large {
        display: block !important;
    }
    .slider-carousel-small, .slider-nav-small {
        display: none !important;
    }
}

@media screen and (orientation:portrait) {
    .slider-carousel-large, .slider-nav-large {
        display: none !important;
    }
    .slider-carousel-small, .slider-nav-small {
        display: block !important;
    }
}