/* Minification failed. Returning unminified contents.
(149,2): run-time error CSS1030: Expected identifier, found '.'
(149,2): run-time error CSS1019: Unexpected token, found '.'
 */
body {
    background-color: #ffffff;
    /*font-family: sans-serif;*/
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    min-width: 320px;
}

header{
    display:none;
}
footer{
    display:none;
}

#wait-carousel .item {
    background-size: cover !important;
    height: 100%;
}

.no-padding{
    padding:0;
}
.scrollToTop {
    display: none;
}

.hotel-please-wait
.confidence-img {
    height: 55px;
}

.hotel-please-wait 
.row .col-sm-4:nth-child(2) {
    border-right: 1px solid #1EA5E8;
    border-left: 1px solid #1EA5E8;
}

.hotel-please-wait 
.confidence-title {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size:1.1em;
}

.hotel-please-wait 
.confidence-text {
    font-size: 0.9em;
}

.trustpilot-confidence-box  {
    padding-top: 10px !important;
}

.hotel-please-wait {
   
}

.hotel-please-wait > div {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 750px;  
    background-color: #fff;
    color: #1EA5E8;   
    -webkit-box-shadow: 1px 2px 7px 0px rgba(36,118,186,0.30);
    -moz-box-shadow: 1px 2px 7px 0px rgba(36,118,186,0.30);
    box-shadow: 1px 2px 7px 0px rgba(36,118,186,0.30);
}

.sunwait-row {
    padding-top: 10px;
}

.hotel-please-wait > div .row .col-sm-9 h2{
    font-weight:700;
    margin:20px 0px 0px 0px;
}

.hotel-please-wait > div .row .col-sm-9 h5{
    margin:5px 30px 20px 0px;
    letter-spacing:1px;
}

.hotel-please-wait > div :nth-child(2) .col-sm-4 .confidence-img {
    height:45px;
}

.wait-display-text {
    background-color: #3E80AF;
    color:white;
    padding:10px;
}

    .wait-display-text div:nth-of-type(1) {
       text-align:center;
    }

    .wait-display-text div:nth-of-type(2){
        padding-left:0;
    }

    .wait-display-text br {
        clear: both;
    }

    .trustpilotwait {
        height: 70px;
    }

.confidence-box {
    padding: 0px;
    text-align: center;
}

#wait-camp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top:60px;
}

#wait-camp img {
    width: 100%;
}

.sunwait {
    margin:25px 0px 0px 70px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

..confidence-img {
    float: left;
}

.confidence-text {
    float:right;
    display:inline;
    margin-top:5px;
}


.confidence-txtbox-img {
    width: 200px;
    padding: 20px 0px 5px 0px;
    margin: 0 auto;
}

.images-container {
    margin: 0;
    padding-bottom:10px;
}

.rated-excellent-review {
    text-align: center;
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    position: relative;
    top: -2px;
}

    .rated-excellent-review:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media(min-width: 540px) and (max-width: 767px) {
    .hotel-please-wait > div {
        width: 450px;       
    }  

    .wait-display-text div:nth-of-type(2) {
        text-align: center;
    }

    .rated-excellent-review {
  
        position: relative;
        top: -15px;
    }

    .sunwait {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top:15px;
    }

    .sunwait-row{
        padding-bottom:0px;
    }

    .trustpilotwait {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;

    }

    .hotel-please-wait > div .row .col-sm-9 h2 {
       text-align:center;
        margin: 10px;
    }

    .hotel-please-wait > div .row .col-sm-9 h5 {
        padding:0px 10px;
        text-align: center;
        margin: 0px 0px 5px 0px;
        letter-spacing: 1px;
    }

    #wait-camp {
        width: 100%;
    }

    .hotel-please-wait .row .col-sm-4:nth-child(2) {
        border: none;
    }

    #wait-camp{
        margin-top:30px;
    }
}

@media(max-width: 327px) {
    .rated-excellent-review {
        top: 0!important;
    }
}

@media(max-width: 540px) {

    .hotel-please-wait > div {
        width: 90%;
    }

    .rated-excellent-review {
        position: relative;
        top: -20px;
        font-size:12px;
    }

    .sunwait {
        height:60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
    }

    .trustpilotwait {
        margin-left: auto;
        margin-right: auto;
        display: block;
        
    }

    .hotel-please-wait > div .row .col-sm-9 h2 {
        font-weight: 700;
        margin-top: 10px;
        text-align:center;
        font-size:15px;
    }

    .hotel-please-wait > div .row .col-sm-9 h5 {
        margin: 5px 0px 0px 0px;
        text-align: center;
        padding: 0px 10px;
        font-size: 12px;
    }

    #wait-camp {
        width:100%;
    }

    .confidence-text{
        margin-top:5px;
    }

    .confidence-txtbox-img {
        padding: 10px 0 5px 0;
    }

    .hotel-please-wait .row .col-sm-4:nth-child(2) {
        border: none;
    }
}


