/* Copyright (C) 2019 West Tech Solutions B.V. (CombiTrip) - All Rights Reserved
 * All rights reserved. No part of this code may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other
 * electronic or mechanical methods, without the prior written permission of West Tech Solutions B.V., except in the case of brief quotations embodied in critical reviews and
 * certain other noncommercial uses permitted by copyright law. For permission requests, write to West Tech Solutions B.V., addressed “Attention: Permissions Coordinator,” at info@combitrip.com.
 */

.sbOptions {
    position: relative;
}

.black_text_wrapper {
    font-size: 35px;
    padding: 5px 10px 5px 10px;
    color: #fff
}

.selectbox2_100_percent {
    width: 100% !important;
    float: left;
    margin-left: -5px;
}

.selectbox2_60_percent {
    width: 60% !important;
    float: left;
    margin-left: -5px;
}

.rslides img {
    border: 0 none;
    display: block;
    float: none;
    height: auto;
    left: 0;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
}


.box-slide {
    height: 650px;
    overflow: hidden;
}

.rslides li {
    height: 100vh;
    width: 100%;
}

.box-slide img {
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
    clear: both;
    height: 100vh;
}

#slider {
    height: auto;
}

#content #form_outer_container {
    clear: both;
    color: #fff;
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    min-height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 419px;
    z-index: -99;
}

.abtabs-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abtabs-nav > ul > li {
    display: inline-block;
}

.abtabs-content > .abtab {
    display: none;
}

.abtabs-content > .abtab.active {
    display: block;
}

#main-abtabs {
    margin: -10px;
}

#main-abtabs .abtabs-nav > ul {
    position: relative;
}

#main-abtabs .abtabs-nav > ul:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    width: calc(100% - 321px);
    height: 100%;
    position: absolute;
    border-top-right-radius: 10px;
    left: 321px;
    box-sizing: border-box;
}

#main-abtabs .abtabs-nav > ul > li {
    margin-right: -4px;
}

#main-abtabs .abtabs-nav > ul > li:not(.active) {
    background: rgba(0, 0, 0, 0.15);
}

#main-abtabs .abtabs-nav > ul > li.active > a {
    color: #FFF;
}

#main-abtabs .abtabs-nav > ul > li > a {
    padding: 13px 15px;
    display: inline-block;
    color: #333;
}

#main-abtabs .abtabs-nav > ul > li > a > i {
    margin-right: 5px;
}

#main-abtabs .abtabs-nav > ul > li:first-child {
    border-top-left-radius: 10px;
}

#main-abtabs .abtabs-content {
    padding: 10px;
}

#main-abtabs .abtabs-nav > ul {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.acommodations-row {
    padding: 20px;
}

.acommodations-search-group-field .group-field-label {
    margin-bottom: 5px;
    display: block;
    text-transform: capitalize;
}

.acommodations-search-group-field {
    margin-bottom: 10px;
}

.accomm-submit {
    background: #3aca2f; /* Old browsers */
    background: -moz-linear-gradient(top, #3aca2f 0%, #3bbd32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3aca2f 0%, #3bbd32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3aca2f 0%, #3bbd32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aca2f', endColorstr='#3bbd32', GradientType=0); /* IE6-9 */
    border: 1px solid #3bbd32;
    height: 36px;
    width: 100%;
    display: block;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 21px;
}

.accomm-submit:hover,
.accomm-submit:focus,
.accomm-submit:active {
    background: #65e15c; /* Old browsers */
    background: -moz-linear-gradient(top, #65e15c 0%, #3bbd32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #65e15c 0%, #3bbd32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #65e15c 0%, #3bbd32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65e15c', endColorstr='#3bbd32', GradientType=0); /* IE6-9 */
}

#acommodations-guests {
    height: 36px;
    width: 100%;
    background: #FFF;
    border-radius: 30px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    text-align: center;
    line-height: 36px;
}

#widget-modal-accomm-guests > .widget-modal {
    width: 350px;
}

#widget-modal-accomm-guests {
    z-index: 9999;
}

@media only screen and (max-width: 680px) {
    body #content #form_outer_container {
        padding-top: 0;
    }
}

@media only screen and (max-width: 2048px) {
    .box-slide img {
        width: auto;
    }
}