﻿body {
    font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
    color: #444;
    background: #FFF;
}

    body > header,
    body > section,
    body > footer {
        display: block;
        width: 100%;
        clear: both;
        float: left;
    }

h1, h2, h3 {
    font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
    font-weight: 700;
    color: #EB6401;
}

h1 {
    font-size: 2.1em;
    text-shadow: 1px 1px #cccccc;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.4em;
    color: #EB6401;
}

h4 {
    font-size: 1.2em;
    color: #EB6401;
}

a {
    color: #EB6401;
    text-decoration: underline;
    font-family: Arial;
}

    a:hover {
        color: #f60;
    }

ul.tick {
    list-style-image: url(../images/tick-orange.png);
    font-weight: bold;
    padding-left: 28px;
}

    ul.tick li {
        padding: 3px 0 3px 0;
    }

ul.tick-cars {
    padding-left: 28px;
    list-style: none;
}

.tick-yes {
    list-style-image: url(../images/tick-yes.png);
}

.tick-no {
    list-style-image: url(../images/tick-no.png);
}

header, section {
    border-bottom: 1px solid #eee;
}

    header .holder .unit {
        padding-top: 0px;
        padding-bottom: 10px;
    }

header, section, footer {
}

header {
    padding: 12px 0px 0px 0px;
}

header, footer {
    background-color: #f60;
}

    header .tel {
        color: #FFF;
        width: auto;
        text-align: right;
    }

        header .tel strong {
            font-size: 1.3em;
        }

    header p {
        margin: 2em 0;
    }

.search {
}

    .search ul.tabs {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        border-bottom: 0;
        width: 100%;
        min-width: 316px;
        background-color: rgba(0,0,0,.3);
    }

        .search ul.tabs li {
            float: left;
            margin: 0;
            padding: 0;
            line-height: 40px;
            overflow: hidden;
            position: relative;
            border-bottom-style: none;
        }

            .search ul.tabs li a {
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 0px 10px 0px 10px;
                text-transform: uppercase;
                font-size: 15px;
                font-weight: 700;
            }

                .search ul.tabs li a:hover {
                    text-decoration: underline;
                }

    .search .link1 {
        width: auto;
        !important;
    }

    .search .link2 {
        width: auto;
        !important;
    }

html .search ul.tabs li.active, html .search ul.tabs li.active a:hover {
    background: #47a3da;
}

.search .tab_container {
    width: 100%;
    float: left;
}

.hrwhite {
    border: 1px dotted #FFF;
}

.booking {
    width: auto;
    min-width: 300px;
    color: #000;
    background-color: #47a3da;
    padding: 15px 8px 15px 8px;
}

    .booking label {
        float: left;
        width: 136px;
        margin-right: 8px;
        text-align: right;
        font-size: 14px;
    }

    .booking .formname {
        text-align: center;
        color: #FFF;
        font-weight: 700;
    }

    .booking .imput {
        border: 1px solid #CCC;
        padding: 6px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .booking .imputdate {
        border: 1px solid #CCC;
        padding: 6px;
        border-radius: 4px;
        width: 120px;
    }

.submitbtn {
    font-size: 24px;
    color: #FFF;
    border: #FFF solid thin;
    background-color: #ff9900;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
}

.note {
    font-family: Arial;
    font-size: 0.8em;
    text-align: center;
}

.clear {
    clear: both;
}

footer .whole {
    text-align: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.7em;
    margin-left: 0;
}

    footer ul li {
        font-family: Arial;
        color: #FFF;
        font-size: 0.9em;
        line-height: 1.2em;
    }

    footer ul a {
        color: #FFF;
        text-decoration: none;
    }

        footer ul a:hover,
        footer ul a:focus {
            font-family: Arial;
            color: #FFF;
            text-decoration: underline;
        }

footer p {
    font-family: Arial;
    margin: 0;
    font-size: 1em;
    color: #444;
}

img.dynamic {
    max-width: 100%;
}

.lead {
    font-size: 1.5em;
}

p, pre {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0 0 10px;
}

pre {
    padding: 10px;
    text-align: center;
}

.home.top-banner {
    background: url('../images/top-banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.hotel.top-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/hotel-top.jpg');
}

.car.top-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/car-top.jpg');
}

.villa.top-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/villa-top.jpg');
}

.flight.top-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/flight-top.jpg');
}

.dest.top-banner {
    margin: 15px 0px 0px 0px;
}

.dest .unit {
    padding: 5px 15px 20px 15px;
}

.dest.top-banner h1 {
    margin-top: 0px;
}

.hot.top-banner {
    margin: 15px 0px 0px 0px;
}

.hot .unit {
    padding: 5px 15px 20px 15px;
}

.hot.top-banner h1 {
    margin-top: 0px;
}

.about.top-banner {
    background: url('../images/top-banner.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.top-banner .holder.header .unit {
    padding-bottom: 0px;
}

.panels {
    background: url('../images/bg-box-banner.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

.about-panels {
    background-color: #F6F6F6;
}

.hotel-panels {
}

.all-hotels {
    background-color: #F6F6F6;
}

#atol {
    width: auto;
    height: auto;
    float: left;
    margin-left: 100px;
    overflow: hidden;
}

div.leftads {
    width: 100%;
}

    div.leftads div {
        border-bottom: dotted 1px #949cc8;
        clear: both;
        padding: 1px 0px 10px 0px;
    }

    div.leftads p {
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 0px 0px 0px 66px;
    }

    div.leftads h4 {
        padding: 0px 0px 0px 66px;
        margin-bottom: 6px;
        font-size: 1em;
    }

    div.leftads img {
        margin: 20px 10px 20px 0px;
        padding: 0px 0px 5px 0px;
        float: left;
    }

.noBorder {
    border: 0 !important;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

#nav-bar {
    padding: 10px 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    border-bottom: 1px solid #AAA;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.26);
}

    #nav-bar .unit {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #nav-bar .nav-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #nav-bar ul.nav-list > li {
        display: inline-block;
        float: left;
        margin-right: 1px;
        padding: 0;
    }

        #nav-bar ul.nav-list > li:after {
            content: " | ";
            padding: 0 10px 0 6px;
        }

        #nav-bar ul.nav-list > li:last-child:after {
            content: "";
            padding: 0;
        }

        #nav-bar ul.nav-list > li > a {
            color: #000;
            text-decoration: none;
            font-size: 0.9em;
        }

            #nav-bar ul.nav-list > li > a:hover,
            #nav-bar ul.nav-list > li > a:focus {
                color: #000;
                text-decoration: underline;
            }

.nowrap {
    white-space: nowrap;
}

.nav-bar-right {
    color: #ff6600;
    line-height: 22px;
    font-size: .9em;
    margin-bottom: 0;
}

.star-row {
    position: relative;
    display: inline-block;
    height: 22px;
    background: url(../images/star-orange.png) 0 -30px no-repeat;
    width: 100px;
    overflow: hidden;
    vertical-align: middle;
}

    .star-row span {
        position: absolute;
        height: 100%;
        line-height: 100px;
        background: url(../images/star-orange.png) 0 0 no-repeat;
    }

.header-wrap {
    background-color: rgba(0,0,0,.3);
    padding: 10px 16px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.breadcrumbs {
    padding: 0px;
    margin: 0;
}

    .breadcrumbs .unit {
        padding-top: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .breadcrumbs .b-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .breadcrumbs ul.b-list > li {
        display: inline-block;
        float: left;
        margin-right: 1px;
        padding: 0;
        font-size: 90%;
    }

        .breadcrumbs ul.b-list > li:after {
            content: " » ";
            padding: 0 8px 0 6px;
        }

        .breadcrumbs ul.b-list > li:last-child:after {
            content: "";
            padding: 0;
        }

        .breadcrumbs ul.b-list > li > a {
            color: #ef6b09;
            text-decoration: none;
            font-size: 90%;
        }

            .breadcrumbs ul.b-list > li > a:hover,
            .breadcrumbs ul.b-list > li > a:focus {
                color: #000;
                text-decoration: underline;
            }

.header-wrap h1 {
    font-size: 2.4em;
    margin: 0;
    color: #fff;
}

.header-wrap h2 {
    margin: 0;
    color: #fff;
}

.header-wrap p {
    margin: 0;
    color: #fff;
}

p.suppliers {
    margin: 0;
    text-align: justify;
    line-height: 0;
}

    p.suppliers img {
        padding-bottom: 15px;
    }

.info-boxes {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin: auto;
    max-width: 960px;
}

    .info-boxes h2 {
        margin: 30px 0px 5px 0px;
        text-align: center;
    }

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.info-box {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 301px;
    width: 32%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 10px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

    .info-box > div {
        padding: 20px 20px 5px 20px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 215px;
    }

    .info-box h3 {
        margin: 0px 0px 10px 0px;
    }

    .info-box h4 {
        margin: 0px 0px 10px 0px;
    }

    .info-box p {
        font-family: Arial;
        line-height: 1.5em;
    }

.info-box-cars {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 301px;
    width: 32%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

    .info-box-cars > div {
        padding: 20px 20px 5px 20px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 215px;
    }

    .info-box-cars h3 {
        margin: 0px 0px 10px 0px;
    }

    .info-box-cars h4 {
        margin: 0px 0px 10px 0px;
    }

    .info-box-cars p {
        font-family: Arial;
        line-height: 1.5em;
    }

.info-box-hotels {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 220px;
    min-width: 220px;
    width: 24%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

    .info-box-hotels > div {
        padding: 0px 0px 5px 0px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 262px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .info-box-hotels h3 {
        margin: 5px 0px 10px 0px;
        padding: 0px 5px 0px 5px;
        font-size: 1em;
    }

    .info-box-hotels h4 {
        margin: 0px 0px 10px 0px;
        padding: 0px 5px 0px 5px;
    }

    .info-box-hotels p {
        font-family: Arial;
        line-height: 1em;
        text-align: center;
        padding: 0px 5px 0px 5px;
    }

        .info-box-hotels p span {
            color: #ffcc00;
            font-size: 1.4em;
        }

    .info-box-hotels a {
        text-decoration: none;
    }

    .info-box-hotels img {
        width: 100%;
    }

    .info-box-hotels h3 a {
        text-decoration: none;
        color: #EB6401;
    }

        .info-box-hotels h3 a:hover {
            color: #336699;
        }

.info-box-hotel {
    display: inline-block;
    max-width: 220px;
    min-width: 220px;
    width: 24%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 20px;
}

    .info-box-hotel > div {
        padding: 5px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 290px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .info-box-hotel h3 {
        margin: 0px 0px 8px 0px;
        font-size: 1em;
    }

    .info-box-hotel a {
        text-decoration: none;
    }

    .info-box-hotel img {
        width: 100%;
        margin-bottom: 5px;
    }

    .info-box-hotel h3 a {
        text-decoration: none;
        color: #EB6401;
    }

        .info-box-hotel h3 a:hover {
            color: #336699;
        }

    .info-box-hotel h4 {
        margin: 0px 0px 10px 0px;
        padding: 0px 4px 0px 4px;
    }

    .info-box-hotel p {
        font-family: Arial;
        font-size: 0.9em;
        line-height: 1.1em;
        text-align: center;
    }

        .info-box-hotel p span {
            color: #ffcc00;
            font-size: 1.4em;
        }


.info-box-pkc {
    display: inline-block;
    max-width: 301px;
    min-width: 285px;
    width: 32%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 20px;
}

    .info-box-pkc > div {
        padding: 5px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-height: 430px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .info-box-pkc h3 {
        margin: 0px 0px 8px 0px;
        font-size: 1em;
    }

    .info-box-pkc a {
        text-decoration: none;
    }

    .info-box-pkc img {
        width: 100%;
        margin-bottom: 5px;
    }

    .info-box-pkc h3 a {
        text-decoration: none;
        color: #EB6401;
    }

        .info-box-pkc h3 a:hover {
            color: #336699;
        }

    .info-box-pkc h4 {
        font-size: 0.9em;
        color: #444;
        margin: 0px 0px 10px 0px;
        padding: 0px 4px 0px 4px;
    }

    .info-box-pkc p {
        font-family: Arial;
        font-size: 0.9em;
        line-height: 1.2em;
        padding: 0px 10px 0px 10px;
        ;
    }

        .info-box-pkc p span {
            color: #F60;
            font-size: 1.1em;
        }

.info-hotels {
    text-align: center;
}

.info-why {
    text-align: center;
}

.info-tel {
}

    .info-tel strong {
        font-size: 1.4em;
    }

.info-guide {
}

.about-section {
    text-align: center;
    background-color: #F6F6F6;
}

.about-guide {
    text-align: left;
    background-color: #F6F6F6;
}

.about p {
    font-family: Arial;
}

.below-banner {
    height: 200px;
}

.call-us {
    text-align: center;
}

    .call-us h4 {
        margin-bottom: 4px;
        color: #EB6401;
    }

.prices-from {
    border-bottom: 1px solid #ccc;
}

    .prices-from h4 {
        font-size: 1.4em;
        font-weight: bold;
        float: left;
        margin: 27px 10px 0px 0px;
    }

    .prices-from .price-amount {
        font-size: 2.4em;
        font-weight: bold;
        color: #000;
    }

    .prices-from .price-per-day {
        font-size: 1.2em;
        font-weight: bold;
        color: #000;
    }

    .prices-from p {
        font-family: Arial;
        font-size: 0.7em;
        margin-top: -9px;
    }

.details-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .details-list h3 {
        margin-bottom: 4px;
    }

.full-width {
    width: 100%;
}

.details-list ul li {
    list-style-image: url(../images/tick-green.png);
    list-style-position: outside;
    font-family: Arial;
    padding-bottom: 12px;
}

.details-list ul.list-left {
    float: left;
    width: 45%;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.details-list ul.list-right {
    float: right;
    width: 45%;
    margin-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table {
    border: 1px solid #CCC;
    font-size: 0.9em;
}

    .table td {
        border: 1px solid #CCC;
        text-align: center;
    }

.table-head {
    color: #333;
}

#copyright p {
    font-family: Arial;
    font-size: 0.9em;
}

#copyright .logo {
    padding-left: 20px;
}

#ext-logos {
    text-align: center;
}

    #ext-logos img {
        padding: 0px 5px 3px;
        vertical-align: middle;
    }

.text-block-center h1 {
    font-size: 2.0em;
    line-height: 1.3em;
}

.text-block-center h2 {
    font-size: 2em;
    line-height: 1.3em;
}

.text-block-center h4 {
    font-size: 1.4em;
    line-height: 1.3em;
    color: #EB6401;
}

.text-block-center,
.text-block-center p,
.text-block-center ul,
.text-block-center li {
    font-family: Arial;
    font-size: 1.0em;
    line-height: 1.8em;
    text-align: center;
}

    .text-block-center img {
        width: 100%;
    }

#lightbox-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mt50 {
    margin-top: 30px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt10 {
    padding-top: 20px !important;
}

.pb10 {
    padding-bottom: 20px !important;
}

.pr10 {
    padding-right: 20px !important;
}

.pl10 {
    padding-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.box {
    padding: 15px 17px;
}

.br5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bg-gray {
    background: #f2f2f2;
}

.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
    margin-bottom: 30px;
}

.row.row-full {
    margin-left: 0;
    margin-right: 0;
}

.row.row-no-gutter,
.row[data-gutter="0"] {
    margin: 0 !important;
}

    .row.row-no-gutter > [class^="col-"],
    .row[data-gutter="0"] > [class^="col-"] {
        padding: 0 !important;
    }

.row[data-gutter="10"] {
    margin-left: -5px;
    margin-right: -5px;
}

    .row[data-gutter="10"] > [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row[data-gutter="60"] {
    margin-left: -30px;
    margin-right: -30px;
}

    .row[data-gutter="60"] > [class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.row[data-gutter="120"] {
    margin-left: -60px;
    margin-right: -60px;
}

    .row[data-gutter="120"] > [class^="col-"] {
        padding-left: 60px;
        padding-right: 60px;
    }

.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
}

    .gap:after {
        clear: both;
        content: '';
        display: table;
    }

.gap-small {
    margin: 15px 0 15px 0;
}

.gap-mini {
    margin: 10px 0 10px 0;
}

.gap-big {
    margin: 60px 0 60px 0;
}

.gap-large {
    margin: 90px 0 90px 0;
}

.gap-top {
    margin-bottom: 0 !important;
}

.gap-bottom {
    margin-top: 0 !important;
}

.gap-border {
    border: 0;
   border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}

.search-tabs > .tabbable > .nav-tabs > li > a {
    text-transform: uppercase;
}

label {
    font-weight: 400;
    display: block;
}

.form-group {
    position: relative;
}

    .form-group.form-group-ghost ::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-group.form-group-ghost :-moz-placeholder {
        color: rgba(255,255,255,0.5);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .form-group.form-group-ghost ::-moz-placeholder {
        color: rgba(255,255,255,0.5);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .form-group.form-group-ghost :-ms-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .form-group.form-group-ghost label {
        color: #fff;
    }

    .form-group.form-group-ghost .input-icon {
        color: #fff;
    }

    .form-group.form-group-ghost.form-group-focus .input-icon-hightlight {
        color: #f19c4f !important;
    }

    .form-group.form-group-ghost .form-control {
        background: rgba(255,255,255,0.1);
        border-color: #fff;
        color: #fff;
    }

        .form-group.form-group-ghost .form-control:hover {
            cursor: pointer;
        }

        .form-group.form-group-ghost .form-control:active,
        .form-group.form-group-ghost .form-control:focus {
            border-color: #f19c4f;
        }

    .form-group.form-group-lg {
        margin-bottom: 25px;
    }

        .form-group.form-group-lg .input-icon {
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 22px;
        }

        .form-group.form-group-lg.form-group-icon-left .form-control {
            padding-left: 45px;
        }

        .form-group.form-group-lg.form-group-icon-right .form-control {
            padding-right: 45px;
        }

        .form-group.form-group-lg label {
            font-size: 16px;
            margin-bottom: 7px;
        }

        .form-group.form-group-lg .form-control {
            height: 45px;
            padding: 10px 18px;
            font-size: 16px;
        }

    .form-group.form-group-sm {
        margin-bottom: 10px;
    }

        .form-group.form-group-sm label {
            margin-bottom: 3px;
            font-size: 13px;
        }

        .form-group.form-group-sm .form-control {
            height: 25px;
            padding: 3px 7px;
            font-size: 12px;
            line-height: 1.4em;
        }

    .form-group.form-group-icon-left .form-control {
        padding-left: 32px;
    }

    .form-group.form-group-icon-right .form-control {
        padding-right: 32px;
    }

    .form-group .input-icon {
        position: absolute;
        width: 32px;
        height: 32px;
        line-height: 32px;
        display: block;
        top: 29px;
        left: 1px;
        text-align: center;
        color: #b3b3b3;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        z-index: 2;
    }

        .form-group .input-icon.input-icon-show {
            -webkit-transform: translate3d(0, -10px, 0);
            -moz-transform: translate3d(0, -10px, 0);
            -o-transform: translate3d(0, -10px, 0);
            -ms-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

            .form-group .input-icon.input-icon-show + label + .form-control {
                padding: 6px 12px;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                -ms-transition: 0.3s;
                transition: 0.3s;
            }

    .form-group.form-group-icon-right .input-icon {
        right: 1px;
        left: auto;
    }

    .form-group.form-group-focus .input-icon {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .form-group.form-group-focus .input-icon.input-icon-hightlight {
            color: #ed8323;
        }

        .form-group.form-group-focus .input-icon.input-icon-show {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

            .form-group.form-group-focus .input-icon.input-icon-show + label + .form-control {
                padding-left: 32px;
            }

        .form-group.form-group-focus .input-icon.input-icon-bounce {
            -webkit-animation: 1s bounce;
            -moz-animation: 1s bounce;
            -o-animation: 1s bounce;
            -ms-animation: 1s bounce;
            animation: 1s bounce;
        }

        .form-group.form-group-focus .input-icon.input-icon-swing {
            -webkit-animation: 1s swing;
            -moz-animation: 1s swing;
            -o-animation: 1s swing;
            -ms-animation: 1s swing;
            animation: 1s swing;
        }

        .form-group.form-group-focus .input-icon.input-icon-tada {
            -webkit-animation: 1s tada;
            -moz-animation: 1s tada;
            -o-animation: 1s tada;
            -ms-animation: 1s tada;
            animation: 1s tada;
        }

        .form-group.form-group-focus .input-icon.input-icon-shake {
            -webkit-animation: 1s shake;
            -moz-animation: 1s shake;
            -o-animation: 1s shake;
            -ms-animation: 1s shake;
            animation: 1s shake;
        }

    .form-group.form-group-filled .input-icon-show {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

        .form-group.form-group-filled .input-icon-show + label + .form-control {
            padding-left: 32px;
        }

    .form-group.form-group-filled label {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .form-group.form-group-filled label.label-anim {
            color: #ed8323;
            -webkit-animation: label-anim 0.5s;
            -moz-animation: label-anim 0.5s;
            -o-animation: label-anim 0.5s;
            -ms-animation: label-anim 0.5s;
            animation: label-anim 0.5s;
        }

        .form-group.form-group-filled label.label-highlight {
            color: #ed8323;
        }

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.6em;
}

    .form-control:active,
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ed8323;
    }

label.label-focus {
    color: #ed8323;
    -webkit-animation: label-anim 0.5s;
    -moz-animation: label-anim 0.5s;
    -o-animation: label-anim 0.5s;
    -ms-animation: label-anim 0.5s;
    animation: label-anim 0.5s;
}

.btn-group-select-num > .btn {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 28px;
    line-height: 26px;
    width: 28px;
    padding: 0;
    background: none;
    color: #737373;
    border: 1px solid transparent;
}

    .btn-group-select-num > .btn:hover {
        color: #737373;
        border-color: #737373;
        background: none;
    }

    .btn-group-select-num > .btn.active,
    .btn-group-select-num > .btn.active:hover {
        background: #ed8323;
        border-color: #e27513;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

.form-group-lg .btn-group-select-num {
    margin-top: 3px;
}

    .form-group-lg .btn-group-select-num > .btn {
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

.lh1em {
    line-height: 1em;
}

.text-1 {
    font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
    margin-top: 0;
    font-size: 38px;
    font-weight: 300;
    color: #565656;
    line-height: 1.3em;
}

.text-2 {
    font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    color: #565656;
    line-height: 1.3em;
}

.text-smaller {
    font-size: 75%;
}

.text-small {
    font-size: 12px;
    line-height: 1.5em;
}

    .text-small p {
        margin-bottom: 4px;
        font-size: 11px;
        line-height: 1.4em;
    }

    .text-small h5 {
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 4px;
    }

.text-tiny {
    font-size: 10px;
}

.text-bigger {
    font-size: 125%;
    line-height: 1.5em;
}

.text-darken {
    color: #626262;
}

.text-gray {
    color: #808080;
}

* > small,
small {
    color: #818181;
    font-size: 12px;
    line-height: 1.4em;
}

.booking-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .booking-list > li {
        margin-bottom: 15px;
        position: relative;
    }

    .booking-list img {
        width: 100%;
    }

.booking-item-form {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #ed8323;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.booking-item-default {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #D7D7D7;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    background-color: #F9F9F9;
}

.booking-item-sml {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #ed8323;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.booking-item {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 17px;
    border: 1px solid #e6e6e6;
    color: #737373;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

    .booking-item:hover,
    .booking-item.active {
        color: #737373;
        border: 1px solid #ed8323;
        -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
        box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    }

        .booking-item:hover .booking-item-number,
        .booking-item.active .booking-item-number {
            background: #808080;
        }

        .booking-item:hover .booking-item-img-wrap .booking-item-img-num,
        .booking-item.active .booking-item-img-wrap .booking-item-img-num {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            background: rgba(0,0,0,0.5);
        }

    .booking-item.booking-item-small {
        padding: 11px;
    }

        .booking-item.booking-item-small .booking-item-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item.booking-item-small .booking-item-rating-stars {
            font-size: 12px;
            margin-bottom: 0;
            color: #ed8323;
        }

        .booking-item.booking-item-small .booking-item-price {
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 2px;
            display: inline;
        }

        .booking-item.booking-item-small .booking-item-price-from {
            font-size: 12px;
            margin-bottom: 2px;
        }

.booking-item-title {
    margin-bottom: 7px;
}

.booking-item-description {
    font-size: 13px;
    line-height: 1.5em;
}

.booking-item-img-wrap {
    position: relative;
}

    .booking-item-img-wrap .booking-item-img-num {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        background: rgba(0,0,0,0.01);
        padding: 5px 7px;
        font-size: 13px;
        line-height: 1em;
    }

        .booking-item-img-wrap .booking-item-img-num > .fa {
            margin-right: 3px;
        }

.booking-item-last-booked {
    font-size: 11px;
}

.booking-item-rating {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}

    .booking-item-rating .booking-item-rating-stars {
        display: inline-block;
        margin-right: 17px;
        margin-bottom: -5px;
        color: #ed8323;
    }

        .booking-item-rating .booking-item-rating-stars .fa {
            margin-right: 0;
        }

    .booking-item-rating .booking-item-rating-number {
        margin-right: 7px;
    }

        .booking-item-rating .booking-item-rating-number > b {
            font-size: 25px;
        }

.booking-item-address {
    line-height: 1em;
    font-size: 13px;
}

.booking-item-price-from {
    display: block;
    font-size: 12px;
    line-height: 1em;
}

.booking-item-price {
    font-size: 47px;
    color: #626262;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 12px;
}

.booking-item-number {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e6e6e6;
    text-align: center;
    color: #fff;
    display: block;
    top: 2px;
    right: 2px;
    font-size: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.booking-item-flight-details {
    overflow: hidden;
}

    .booking-item-flight-details .booking-item-departure,
    .booking-item-flight-details .booking-item-arrival {
        float: left;
        width: 47%;
    }

        .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-flight-details .booking-item-arrival .fa-plane {
            float: left;
            display: block;
            font-size: 30px;
            margin-right: 5px;
            position: relative;
            top: 4px;
        }

        .booking-item-flight-details .booking-item-departure h5,
        .booking-item-flight-details .booking-item-arrival h5 {
            margin-bottom: 0;
        }

        .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-flight-details .booking-item-arrival .booking-item-date {
            margin-bottom: 7px;
            font-size: 12px;
            line-height: 1em;
            padding-left: 32px;
        }

    .booking-item-flight-details .booking-item-departure {
        margin-right: 6%;
    }

    .booking-item-flight-details .booking-item-destination {
        font-size: 12px;
        line-height: 1.3em;
    }

.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3em;
}

.booking-item-airline-logo > img {
    width: 40px;
}

.booking-item-flight-class {
    margin-bottom: 7px;
    margin-top: -5px;
    font-size: 11px;
    color: #8f8f8f;
    line-height: 1em;
}

.booking-item-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .booking-item-features > li {
        float: left;
        position: relative;
        margin-right: 7px;
        margin-bottom: 7px;
    }

        .booking-item-features > li:hover > i {
            border-color: #d66f11;
        }

        .booking-item-features > li .booking-item-feature-sign {
            position: absolute;
            bottom: 2px;
            left: 0;
            display: block;
            text-align: center;
            font-size: 10px;
            line-height: 1em;
            width: 100%;
        }

        .booking-item-features > li > i {
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            font-size: 23px;
            display: block;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
            color: #686868;
        }

.booking-item-features-dark > li > i {
    background: #4d4d4d;
    border: 1px solid #333;
    color: #fff;
}

.booking-item-features-rentals {
    margin-top: 10px;
}

    .booking-item-features-rentals > li {
        margin-bottom: 0;
    }

.booking-item-car-title {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
}

.booking-item-features-sign > li {
    padding-bottom: 15px;
}

.booking-item-features-small > li {
    margin-right: 5px;
    margin-bottom: 5px;
}

    .booking-item-features-small > li > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }

        .booking-item-features-small > li > i > img {
            width: 20px;
        }

.booking-item-features-expand {
    display: block;
}

    .booking-item-features-expand .booking-item-feature-title {
        position: relative;
        line-height: 37px;
        margin-left: 7px;
        color: #686868;
    }

    .booking-item-features-expand > li {
        float: none;
        display: block;
        overflow: hidden;
    }

        .booking-item-features-expand > li:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .booking-item-features-expand > li > i {
            float: left;
        }

.booking-item-features-2-col > li {
    float: left;
    width: 50%;
    margin-right: 0;
}

.booking-item-container .booking-item-details {
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s, height 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s, height 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s, height 0.3s;
    transition: opacity 0.3s, transform 0.3s, height 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

    .booking-item-container .booking-item-details h5 {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 20px;
    }

        .booking-item-container .booking-item-details h5.list-title {
            margin-bottom: 0;
        }

    .booking-item-container .booking-item-details .list {
        margin-bottom: 20px;
    }

.booking-item-container.active .booking-item-details {
    height: auto;
    overflow: auto;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
    position: relative;
    font-size: 11px;
    line-height: 1.6em;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.booking-title {
    margin-bottom: 25px;
    margin-top: 15px;
}

    .booking-title > small {
        font-size: 12px;
        margin-left: 5px;
    }

.booking-filters {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    background: #4d4d4d;
    color: #fff;
    padding: 15px 0;
    width: 263px;
    border: 1px solid #262626;
}

    .booking-filters > h3 {
        padding: 0 20px;
    }

    .booking-filters .booking-filters-list > li {
        margin-top: 15px;
        padding: 15px 20px 0 20px;
        border-top: 1px solid #3b3b3b;
    }

        .booking-filters .booking-filters-list > li .booking-filters-title {
            margin-bottom: 5px;
        }

            .booking-filters .booking-filters-list > li .booking-filters-title small {
                font-size: 11px;
                font-weight: 400;
                position: relative;
                top: 10px;
                float: right;
                line-height: 1.3em;
                color: #ccc;
            }

        .booking-filters .booking-filters-list > li .booking-filters-sub-title {
            font-size: 15px;
            line-height: 1em;
            margin-top: 10px;
        }

    .booking-filters .irs-from,
    .booking-filters .irs-to,
    .booking-filters .irs-single {
        color: #fff;
    }

    .booking-filters .irs-grid-text {
        color: #d9d9d9;
    }

    .booking-filters.booking-filters-white {
        color: #737373;
        background: #fafafa;
        border-color: #ccc;
    }

        .booking-filters.booking-filters-white .irs-from,
        .booking-filters.booking-filters-white .irs-to,
        .booking-filters.booking-filters-white .irs-single {
            color: #737373;
        }

        .booking-filters.booking-filters-white .booking-filters-list > li {
            border-color: #ccc;
        }

.booking-sort {
    font-size: 10px;
}

    .booking-sort .booking-sort-title {
        font-size: 14px;
    }

        .booking-sort .booking-sort-title > a {
            color: #737373;
        }

.booking-item-meta .booking-item-rating {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    display: block;
}

.booking-item-meta .booking-item-rating-stars {
    font-size: 30px;
    margin-bottom: -3px;
    margin-right: 10px;
}

.booking-item-meta .booking-item-rating-number {
    font-size: 20px;
}

    .booking-item-meta .booking-item-rating-number b {
        font-size: 30px;
    }

.booking-item-raiting-list,
.booking-item-raiting-summary-list {
    font-size: 13px;
    margin-bottom: 30px;
}

    .booking-item-raiting-list > li,
    .booking-item-raiting-summary-list > li {
        margin-bottom: 5px;
        overflow: hidden;
    }

        .booking-item-raiting-list > li > div,
        .booking-item-raiting-summary-list > li > div {
            height: 26px;
            float: left;
            line-height: 26px;
        }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-title,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
                width: 24%;
            }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-bar,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar {
                width: 60%;
                background: #e6e6e6;
                height: 20px;
                margin-top: 3px;
            }

                .booking-item-raiting-list > li > div.booking-item-raiting-list-bar > div,
                .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-bar > div {
                    background: #ed8323;
                    height: 100%;
                }

            .booking-item-raiting-list > li > div.booking-item-raiting-list-number,
            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-number {
                margin-left: 2%;
                width: 10%;
            }

            .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
                width: 48%;
            }

        .booking-item-raiting-summary-list > li .booking-item-rating-stars {
            font-size: 14px;
            line-height: 26px;
            margin: 0;
            color: #ed8323;
        }

.booking-item-reviews > li {
    margin-bottom: 20px;
}

    .booking-item-reviews > li .booking-item-review-person p {
        line-height: 1em;
    }

    .booking-item-reviews > li .booking-item-review-person-avatar {
        display: table;
        margin-bottom: 8px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .booking-item-reviews > li .booking-item-review-person-avatar:hover {
            -webkit-box-shadow: 0 0 0 2px #ed8323;
            box-shadow: 0 0 0 2px #ed8323;
        }

        .booking-item-reviews > li .booking-item-review-person-avatar > img {
            max-width: 70px;
        }

    .booking-item-reviews > li .booking-item-review-person-name {
        margin-bottom: 5px;
        color: #ED8323;
        font-size: 14px;
    }

    .booking-item-reviews > li .booking-item-review-person-loc {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .booking-item-reviews > li .booking-item-review-content {
        padding: 15px 17px;
        border: 1px solid #e6e6e6;
        position: relative;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
    }

        .booking-item-reviews > li .booking-item-review-content:before {
            z-index: 2;
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 20px solid #ededed;
            border-bottom: 15px solid transparent;
            left: -20px;
            top: 14px;
        }

        .booking-item-reviews > li .booking-item-review-content > h5 {
            margin-bottom: 0;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li > div.booking-item-raiting-list-title {
            width: 75px;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-raiting-summary-list > li .booking-item-rating-stars {
            margin-bottom: 0;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-review-more,
        .booking-item-reviews > li .booking-item-review-content .booking-item-review-more-content {
            display: none;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
        }

        .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand {
            position: relative;
            height: 30px;
            cursor: pointer;
        }

            .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span {
                color: #ed8323;
                line-height: 30px;
                height: 30px;
                display: block;
                position: absolute;
                font-size: 14px;
            }

                .booking-item-reviews > li .booking-item-review-content .booking-item-review-expand span.booking-item-review-expand-less {
                    display: none;
                }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more {
            display: inline;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-more-content {
            display: block;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-less {
            display: block;
        }

        .booking-item-reviews > li .booking-item-review-content.expanded .booking-item-review-expand span.booking-item-review-expand-more {
            display: none;
        }

    .booking-item-reviews > li .booking-item-raiting-summary-list {
        margin-bottom: 10px;
    }

    .booking-item-reviews > li .booking-item-rating-stars {
        font-size: 14px;
        color: #ed8323;
        margin-bottom: 5px;
    }

    .booking-item-reviews > li .booking-item-review-rate {
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 0;
    }

        .booking-item-reviews > li .booking-item-review-rate .fa {
            margin-left: 7px;
        }

.booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars {
    color: #b3b3b3;
}

    .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.hovered {
            color: #808080;
        }

        .booking-item-raiting-summary-list.stats-list-select > li .booking-item-rating-stars > li.selected {
            color: #ed8323;
        }

.booking-item-deails-date-location {
    padding: 15px 17px;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ed8323;
}

    .booking-item-deails-date-location > ul {
        font-size: 12px;
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0;
    }

        .booking-item-deails-date-location > ul > li {
            margin-bottom: 15px;
        }

            .booking-item-deails-date-location > ul > li p {
                margin-bottom: 5px;
            }

                .booking-item-deails-date-location > ul > li p > i {
                    margin-right: 7px;
                    height: 23px;
                    width: 23px;
                    line-height: 23px;
                    font-size: 11px;
                }

            .booking-item-deails-date-location > ul > li h5 {
                font-size: 14px;
                margin-bottom: 5px;
                color: #515151;
            }

.booking-item-price-calc {
    font-size: 13px;
}

    .booking-item-price-calc .checkbox {
        margin-bottom: 5px;
        margin-top: 0;
    }

        .booking-item-price-calc .checkbox label {
            font-weight: 100;
        }

    .booking-item-price-calc .icheck {
        width: 20px;
        height: 20px;
        line-height: 18px;
        top: 2px;
    }

    .booking-item-price-calc .list {
        margin-bottom: 10px;
    }

        .booking-item-price-calc .list > li {
            margin-bottom: 7px;
        }

            .booking-item-price-calc .list > li > small {
                display: block;
                font-size: 11px;
            }

            .booking-item-price-calc .list > li > p {
                height: 25px;
                line-height: 25px;
                margin-bottom: 0;
            }

                .booking-item-price-calc .list > li > p span {
                    float: right;
                }

            .booking-item-price-calc .list > li:last-child {
                padding-top: 7px;
                border-top: 1px solid #ccc;
                color: #5c5c5c;
            }

                .booking-item-price-calc .list > li:last-child > p > span {
                    font-size: 15px;
                    font-weight: 600;
                }

.booking-item-passengers > li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #e6e6e6;
}

    .booking-item-passengers > li:last-child {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px dashed #e6e6e6;
    }

.booking-item-passengers label {
    font-weight: 100;
    font-size: 13px;
}

.booking-item-payment-total-flight {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    margin-right: 30px;
}

    .booking-item-payment-total-flight > li {
        padding: 10px 15px;
        background: #4d4d4d;
        color: #e6e6e6;
    }

        .booking-item-payment-total-flight > li:first-child {
            border-bottom: 1px dashed #1a1a1a;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

            .booking-item-payment-total-flight > li:first-child > h5 {
                line-height: 1em;
                margin: 3px 0;
                color: #f09644;
            }

        .booking-item-payment-total-flight > li:last-child {
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

        .booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait {
            background: #333;
        }

            .booking-item-payment-total-flight > li.booking-item-payment-total-flight-wait > p {
                font-size: 13px;
                line-height: 1.4em;
                margin: 0;
                text-align: center;
            }

        .booking-item-payment-total-flight > li h5 {
            color: #fff;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .fa-plane,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .fa-plane {
            font-size: 20px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure h5,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival h5 {
            font-size: 14px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-departure .booking-item-date,
        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-arrival .booking-item-date {
            padding-left: 23px;
            font-size: 11px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-details .booking-item-destination {
            font-size: 12px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-duration > p {
            margin-bottom: 5px;
            line-height: 1em;
            font-size: 13px;
        }

        .booking-item-payment-total-flight > li .booking-item-flight-duration > h5 {
            font-weight: 400;
        }

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .fa-plane,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .fa-plane {
    font-size: 20px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure h5,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival h5 {
    font-size: 14px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-departure .booking-item-date,
.booking-item-payment-flight .booking-item-flight-details .booking-item-arrival .booking-item-date {
    padding-left: 23px;
    font-size: 11px;
}

.booking-item-payment-flight .booking-item-flight-details .booking-item-destination {
    font-size: 12px;
}

.booking-item-payment-flight .booking-item-flight-duration > p {
    margin-bottom: 5px;
    line-height: 1em;
    font-size: 13px;
}

.booking-item-payment-flight .booking-item-flight-duration > h5 {
    font-weight: 400;
}

.booking-item-dates-change {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #ed8323;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
    box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}

.booking-item-payment {
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.15);
}

    .booking-item-payment > header {
        padding: 10px 15px;
        background: #f7f7f7;
    }

        .booking-item-payment > header .booking-item-payment-img {
            float: left;
            display: block;
            width: 30%;
            margin-right: 5%;
        }

        .booking-item-payment > header .booking-item-payment-title {
            font-size: 14px;
            margin-bottom: 0;
        }

        .booking-item-payment > header .booking-item-rating-stars {
            font-size: 11px;
        }

    .booking-item-payment .booking-item-payment-total {
        margin-bottom: 0;
        padding: 8px 30px 8px 15px;
        font-size: 12px;
    }

        .booking-item-payment .booking-item-payment-total > span {
            font-size: 24px;
            color: #686868;
            font-weight: 400;
            letter-spacing: -2px;
        }

    .booking-item-payment .booking-item-payment-details {
        list-style: none;
        margin: 0;
        padding: 15px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

        .booking-item-payment .booking-item-payment-details > li {
            margin-bottom: 20px;
            overflow: hidden;
        }

            .booking-item-payment .booking-item-payment-details > li:last-child {
                margin-bottom: 0;
            }

            .booking-item-payment .booking-item-payment-details > li > h5 {
                line-height: 1em;
            }

            .booking-item-payment .booking-item-payment-details > li > p {
                margin-bottom: 0;
                color: #686868;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-item-title {
                color: #515151;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date,
            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
                float: left;
                display: block;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date-separator {
                width: 15%;
                text-align: center;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-day {
                margin-bottom: 5px;
                line-height: 1em;
                color: #686868;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-weekday {
                font-size: 12px;
                margin-bottom: 0;
                line-height: 1em;
                color: #7a7a7a;
            }

            .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li {
                    width: 70%;
                    overflow: hidden;
                    font-size: 12px;
                    border-bottom: 1px dashed #d9d9d9;
                }

                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-title,
                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
                        float: left;
                        margin: 0;
                    }

                    .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount {
                        float: right;
                    }

                        .booking-item-payment .booking-item-payment-details > li .booking-item-payment-price > li .booking-item-payment-price-amount > small {
                            margin-left: 3px;
                        }

.booking-item-details .booking-item-header {
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.booking-item-details .booking-item-header-price {
    font-size: 19px;
    text-align: right;
    line-height: 1em;
}

    .booking-item-details .booking-item-header-price .text-lg {
        font-size: 42px;
        line-height: 1em;
    }

    .booking-item-details .booking-item-header-price small {
        font-size: 13px;
    }

.booking-details-tabbable .nav > li > a > .fa {
    margin-right: 5px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 13px;
    position: relative;
    top: -1px;
}

.booking-details-tabbable .nav > li.active > a > .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.booking-list-wishlist > li {
    padding-top: 30px;
    padding-right: 25px;
}

    .booking-list-wishlist > li .booking-item-wishlist-title {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border: 1px solid #f2f2f2;
        background: #f7f7f7;
        border-bottom: none;
        font-size: 12px;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        .booking-list-wishlist > li .booking-item-wishlist-title > span {
            font-size: 9px;
            color: #8f8f8f;
            margin-left: 5px;
        }

    .booking-list-wishlist > li .booking-item-wishlist-remove {
        position: absolute;
        top: 30px;
        right: 0;
        display: block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #e6e6e6;
        color: #737373;
        text-align: center;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -o-transition: 0.1s;
        -ms-transition: 0.1s;
        transition: 0.1s;
    }

        .booking-list-wishlist > li .booking-item-wishlist-remove:hover {
            background: #4d4d4d;
            color: #fff;
        }

.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

::selection {
    background: #ed8323;
    color: #fff;
}

.icon-list {
    list-style: none;
    padding: 0;
}

    .icon-list .fa {
        margin-right: 7px;
    }

.icon-list-inline {
    margin-bottom: 0;
}

    .icon-list-inline > li {
        display: inline-block;
        margin-right: 3px;
    }

        .icon-list-inline > li:last-child {
            margin-right: 0;
        }

    .icon-list-inline .fa {
        margin-right: 0;
    }

.icon-group {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .icon-group > li {
        float: left;
        margin-right: 5px;
    }

        .icon-group > li:last-child {
            margin-right: 0;
        }

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-center {
    display: table;
    margin: 0 auto;
}

.list-inline-block > li {
    display: inline-block;
}

.list-horizontal > li,
.list-inline > li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

    .list-horizontal > li:last-child,
    .list-inline > li:last-child {
        margin-right: 0;
    }

.list-horizontal.list-border > li,
.list-inline.list-border > li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0,0,0,0.13);
}

    .list-horizontal.list-border > li:last-child,
    .list-inline.list-border > li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

.list-horizontal:after,
.list-inline:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.text-bigger {
    font-size: 125%;
    line-height: 1.5em;
}

.text-color {
    color: #ed8323 !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: grabbing;
}

.fotorama__img,
.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__img {
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: 0;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__wrap * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .fotorama__arr:before,
    .fotorama__fullscreen-icon:before,
    .fotorama__video-close:before,
    .fotorama__video-play:before {
        font-family: 'FontAwesome';
    }

.fotorama__thumb {
    background-color: rgba(127,127,127,0.2);
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

    .fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
        display: none;
    }

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

    .fotorama--fullscreen .fotorama__nav,
    .fotorama--fullscreen .fotorama__stage {
        background: #000;
    }

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
}

.fotorama__stage__frame {
    overflow: hidden;
}

    .fotorama__stage__frame.fotorama__active {
        z-index: 8;
    }

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

    .fotorama__wrap--fade .fotorama__fade-front,
    .fotorama__wrap--fade .fotorama__fade-rear,
    .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
        display: block;
        left: 0;
        top: 0;
    }

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

    .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
        z-index: 9;
    }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

    .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
        visibility: visible;
    }

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
    position: absolute;
    bottom: 0;
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px;
    }

    .fotorama__nav--dots .fotorama__nav__frame--thumb,
    .fotorama__nav--dots .fotorama__thumb-border {
        display: none;
    }

.fotorama__nav--thumbs {
    display: block;
}

    .fotorama__nav--thumbs .fotorama__nav__frame {
        padding-left: 0 !important;
    }

        .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
            padding-right: 0 !important;
        }

    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
        display: none;
    }

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: none;
    cursor: default;
}

    .fotorama__nav__frame.fotorama__active .fotorama__dot {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #ed8323;
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

    .fotorama__caption a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,0.5);
    }

        .fotorama__caption a:hover {
            color: #333;
            border-color: rgba(51,51,51,0.5);
        }

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    -webkit-animation: spinner 24s infinite linear;
    -moz-animation: spinner 24s infinite linear;
    -o-animation: spinner 24s infinite linear;
    -ms-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    text-align: center;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin: -16px 10px 0 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 20px;
}

    .fotorama__arr:hover {
        background: rgba(0,0,0,0.6);
    }

.fotorama__arr--prev {
    left: 0;
}

    .fotorama__arr--prev:before {
        content: '\f104';
    }

.fotorama__arr--next {
    right: 0;
}

    .fotorama__arr--next:before {
        content: '\f105';
    }

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    margin: 10px;
}

    .fotorama__fullscreen-icon:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .fotorama__fullscreen-icon:before {
        content: '\f065';
    }

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f066';
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0);
    -moz-transform: translate3d(-48px, 0, 0);
    -o-transform: translate3d(-48px, 0, 0);
    -ms-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0);
    -moz-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%, 5px 100%;
    -moz-background-size: 1px 100%, 5px 100%;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0px 0px 14px 0px;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
}

    .breadcrumb > li + li:before {
        content: '\f105';
        font-family: 'FontAwesome';
        padding: 0 7px;
        color: #cccccc;
    }

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb > .active {
        color: #999999;
        font-family: Arial;
    }

.hotelrating-static {
    width: 140px;
    height: 25px;
    display: inline;
    background-image: url(../images/rating.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: right;
    margin-top: 5px;
}

.hotelrating-span {
    float: right;
    padding-top: 35px;
    font-size: 14px;
}

.hotelrating-50 {
    background-position: -140px 0;
}

.hotelrating-40 {
    background-position: -112px 0;
}

.hotelrating-30 {
    background-position: -84px 0;
}

.hotelrating-20 {
    background-position: -56px 0;
}

.hotelrating-10 {
    background-position: -28px 0;
}

.hotelrating-0 {
    background-position: -100px 0;
}

.hotelrating-5 {
    background-position: -48px -16px;
}

.hotelrating-15 {
    background-position: -36px -16px;
}

.hotelrating-25 {
    background-position: -24px -16px;
}

.hotelrating-35 {
    background-position: -12px -16px;
}

.hotelrating-45 {
    background-position: 0 -16px;
}

.rating-static {
    width: 85px;
    height: 16px;
    display: inline;
    background-image: url(../images/star-rating.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: right;
}

.rating-50 {
    background-position: 0 0;
}

.rating-40 {
    background-position: -17px 0;
}

.rating-30 {
    background-position: -34px 0;
}

.rating-20 {
    background-position: -51px 0;
}

.rating-10 {
    background-position: -69px 0;
}

.rating-0 {
    background-position: -90px 0;
}

.rating-5 {
    background-position: -48px -16px;
}

.rating-15 {
    background-position: -36px -16px;
}

.rating-25 {
    background-position: -24px -16px;
}

.rating-35 {
    background-position: -12px -16px;
}

.rating-45 {
    background-position: 0 -16px;
}

.booking-details-tabbable .nav > li > a > .fa {
    margin-right: 5px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    font-size: 13px;
    position: relative;
    top: -1px;
}

.booking-details-tabbable .nav > li.active > a > .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.link-btn {
    border: none;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-bottom: 20px;
}

    .link-btn a {
        font-size: 24px;
        color: #FFF;
        text-decoration: none;
    }

        .link-btn a:visited {
            color: #FFF;
            text-decoration: none;
        }

        .link-btn a:hover {
            background: #EA7B00;
            color: #fff;
        }

.form-style-1 {
    max-width: 400px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    textarea {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.10s ease-in-out;
        -moz-transition: all 0.10s ease-in-out;
        -ms-transition: all 0.10s ease-in-out;
        -o-transition: all 0.10s ease-in-out;
        outline: none;
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            -moz-box-shadow: 0 0 1px #88D5E9;
            -webkit-box-shadow: 0 0 1px #88D5E9;
            box-shadow: 0 0 1px #88D5E9;
            border: 1px solid #88D5E9;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.10s ease-in-out;
        -moz-transition: all 0.10s ease-in-out;
        -ms-transition: all 0.10s ease-in-out;
        -o-transition: all 0.10s ease-in-out;
        outline: none;
    }

    .form-style-1 .field-textarea {
        height: 100px;
    }

    .form-style-1 input[type=submit], .form-style-1 input[type=button] {
        border: none;
        padding: 8px 15px 8px 15px;
        background: #FF8500;
        color: #fff;
        box-shadow: 1px 1px 4px #DADADA;
        -moz-box-shadow: 1px 1px 4px #DADADA;
        -webkit-box-shadow: 1px 1px 4px #DADADA;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        .form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
            background: #EA7B00;
            color: #fff;
        }

    .form-style-1 .required {
        color: red;
    }

.round {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .round img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.box-icon,
[class^="box-icon-"],
[class*=" box-icon-"] {
    z-index: 2;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #ed8323;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

    .box-icon:hover,
    [class^="box-icon-"]:hover,
    [class*=" box-icon-"]:hover {
        background: #c96810;
        color: #fff;
    }

    .box-icon:before,
    [class^="box-icon-"]:before,
    [class*=" box-icon-"]:before {
        display: inline-block;
    }

.box-icon-inline {
    display: inline-block;
}

.box-icon-md {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
}

.box-icon-big {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

.box-icon-large {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 42px;
}

.box-icon-huge {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 56px;
}

.box-icon-black {
    background: #333;
}

    .box-icon-black:hover {
        background: #000;
    }

.box-icon-gray {
    background: #808080;
}

    .box-icon-gray:hover {
        background: #4d4d4d;
    }

.box-icon-white {
    background: #fff;
    color: #ed8323;
}

    .box-icon-white:hover {
        color: #ed8323;
        background: #e6e6e6;
    }

.box-icon-info {
    background: #2f96b4;
}

    .box-icon-info:hover {
        background: #267890;
    }

.box-icon-success {
    background: #51a351;
}

    .box-icon-success:hover {
        background: #418241;
    }

.box-icon-warning {
    background: #f89406;
}

    .box-icon-warning:hover {
        background: #c67605;
    }

.box-icon-danger {
    background: #bd362f;
}

    .box-icon-danger:hover {
        background: #972b26;
    }

.box-icon-inverse {
    background: #127cdc;
}

    .box-icon-inverse:hover {
        background: #0e63b0;
    }

.box-icon-to-normal:hover {
    background: #ed8323;
}

.box-icon-to-black:hover {
    background: #333;
}

.box-icon-to-gray:hover {
    background: #808080;
}

.box-icon-to-white:hover {
    background: #fff;
    color: #ed8323;
}

.box-icon-to-info:hover {
    background: #2f96b4;
}

.box-icon-to-success:hover {
    background: #51a351;
}

.box-icon-to-warning:hover {
    background: #f89406;
}

.box-icon-to-danger:hover {
    background: #bd362f;
}

.box-icon-to-inverse:hover {
    background: #127cdc;
}

.box-icon-border,
[class^="box-icon-border"],
[class*=" box-icon-border"] {
    background: none;
    border: 1px solid #ed8323;
    color: #ed8323;
}

    .box-icon-border:hover,
    [class^="box-icon-border"]:hover,
    [class*=" box-icon-border"]:hover {
        background: #ed8323;
        color: #fff !important;
    }

    .box-icon-border.box-icon-black,
    [class^="box-icon-border"].box-icon-black,
    [class*=" box-icon-border"].box-icon-black,
    .box-icon-border.box-icon-to-black:hover,
    [class^="box-icon-border"].box-icon-to-black:hover,
    [class*=" box-icon-border"].box-icon-to-black:hover {
        border-color: #333;
        color: #333;
    }

        .box-icon-border.box-icon-black:hover,
        [class^="box-icon-border"].box-icon-black:hover,
        [class*=" box-icon-border"].box-icon-black:hover,
        .box-icon-border.box-icon-to-black:hover:hover,
        [class^="box-icon-border"].box-icon-to-black:hover:hover,
        [class*=" box-icon-border"].box-icon-to-black:hover:hover {
            background: #333;
        }

    .box-icon-border.box-icon-gray,
    [class^="box-icon-border"].box-icon-gray,
    [class*=" box-icon-border"].box-icon-gray,
    .box-icon-border.box-icon-to-gray:hover,
    [class^="box-icon-border"].box-icon-to-gray:hover,
    [class*=" box-icon-border"].box-icon-to-gray:hover {
        border-color: #808080;
        color: #808080;
    }

        .box-icon-border.box-icon-gray:hover,
        [class^="box-icon-border"].box-icon-gray:hover,
        [class*=" box-icon-border"].box-icon-gray:hover,
        .box-icon-border.box-icon-to-gray:hover:hover,
        [class^="box-icon-border"].box-icon-to-gray:hover:hover,
        [class*=" box-icon-border"].box-icon-to-gray:hover:hover {
            background: #808080;
        }

    .box-icon-border.box-icon-white,
    [class^="box-icon-border"].box-icon-white,
    [class*=" box-icon-border"].box-icon-white,
    .box-icon-border.box-icon-to-white:hover,
    [class^="box-icon-border"].box-icon-to-white:hover,
    [class*=" box-icon-border"].box-icon-to-white:hover {
        border-color: #fff;
        color: #fff;
    }

        .box-icon-border.box-icon-white:hover,
        [class^="box-icon-border"].box-icon-white:hover,
        [class*=" box-icon-border"].box-icon-white:hover,
        .box-icon-border.box-icon-to-white:hover:hover,
        [class^="box-icon-border"].box-icon-to-white:hover:hover,
        [class*=" box-icon-border"].box-icon-to-white:hover:hover {
            color: #ed8323 !important;
            background: #fff;
        }

    .box-icon-border.box-icon-info,
    [class^="box-icon-border"].box-icon-info,
    [class*=" box-icon-border"].box-icon-info,
    .box-icon-border.box-icon-to-info:hover,
    [class^="box-icon-border"].box-icon-to-info:hover,
    [class*=" box-icon-border"].box-icon-to-info:hover {
        border-color: #2f96b4;
        color: #2f96b4;
    }

        .box-icon-border.box-icon-info:hover,
        [class^="box-icon-border"].box-icon-info:hover,
        [class*=" box-icon-border"].box-icon-info:hover,
        .box-icon-border.box-icon-to-info:hover:hover,
        [class^="box-icon-border"].box-icon-to-info:hover:hover,
        [class*=" box-icon-border"].box-icon-to-info:hover:hover {
            background: #2f96b4;
        }

    .box-icon-border.box-icon-success,
    [class^="box-icon-border"].box-icon-success,
    [class*=" box-icon-border"].box-icon-success,
    .box-icon-border.box-icon-to-success:hover,
    [class^="box-icon-border"].box-icon-to-success:hover,
    [class*=" box-icon-border"].box-icon-to-success:hover {
        border-color: #51a351;
        color: #51a351;
    }

        .box-icon-border.box-icon-success:hover,
        [class^="box-icon-border"].box-icon-success:hover,
        [class*=" box-icon-border"].box-icon-success:hover,
        .box-icon-border.box-icon-to-success:hover:hover,
        [class^="box-icon-border"].box-icon-to-success:hover:hover,
        [class*=" box-icon-border"].box-icon-to-success:hover:hover {
            background: #51a351;
        }

    .box-icon-border.box-icon-warning,
    [class^="box-icon-border"].box-icon-warning,
    [class*=" box-icon-border"].box-icon-warning,
    .box-icon-border.box-icon-to-warning:hover,
    [class^="box-icon-border"].box-icon-to-warning:hover,
    [class*=" box-icon-border"].box-icon-to-warning:hover {
        border-color: #f89406;
        color: #f89406;
    }

        .box-icon-border.box-icon-warning:hover,
        [class^="box-icon-border"].box-icon-warning:hover,
        [class*=" box-icon-border"].box-icon-warning:hover,
        .box-icon-border.box-icon-to-warning:hover:hover,
        [class^="box-icon-border"].box-icon-to-warning:hover:hover,
        [class*=" box-icon-border"].box-icon-to-warning:hover:hover {
            background: #f89406;
        }

    .box-icon-border.box-icon-danger,
    [class^="box-icon-border"].box-icon-danger,
    [class*=" box-icon-border"].box-icon-danger,
    .box-icon-border.box-icon-to-danger:hover,
    [class^="box-icon-border"].box-icon-to-danger:hover,
    [class*=" box-icon-border"].box-icon-to-danger:hover {
        border-color: #bd362f;
        color: #bd362f;
    }

        .box-icon-border.box-icon-danger:hover,
        [class^="box-icon-border"].box-icon-danger:hover,
        [class*=" box-icon-border"].box-icon-danger:hover,
        .box-icon-border.box-icon-to-danger:hover:hover,
        [class^="box-icon-border"].box-icon-to-danger:hover:hover,
        [class*=" box-icon-border"].box-icon-to-danger:hover:hover {
            background: #bd362f;
        }

    .box-icon-border.box-icon-inverse,
    [class^="box-icon-border"].box-icon-inverse,
    [class*=" box-icon-border"].box-icon-inverse,
    .box-icon-border.box-icon-to-inverse:hover,
    [class^="box-icon-border"].box-icon-to-inverse:hover,
    [class*=" box-icon-border"].box-icon-to-inverse:hover {
        border-color: #127cdc;
        color: #127cdc;
    }

        .box-icon-border.box-icon-inverse:hover,
        [class^="box-icon-border"].box-icon-inverse:hover,
        [class*=" box-icon-border"].box-icon-inverse:hover,
        .box-icon-border.box-icon-to-inverse:hover:hover,
        [class^="box-icon-border"].box-icon-to-inverse:hover:hover,
        [class*=" box-icon-border"].box-icon-to-inverse:hover:hover {
            background: #127cdc;
        }

    .box-icon-border.box-icon-to-normal:hover,
    [class^="box-icon-border"].box-icon-to-normal:hover,
    [class*=" box-icon-border"].box-icon-to-normal:hover {
        border-color: #ed8323;
        background: #ed8323;
    }

.box-icon-border-dashed {
    border-style: dashed;
}

.box-icon-left {
    float: left;
    margin-right: 15px;
}

.box-icon-right {
    float: right;
    margin-left: 15px;
}

.box-icon-center {
    margin: 0 auto;
}

@media (min-width:979px) {
}

@media (max-width:860px) {
}

@media (max-width:768px) {
    .panels {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 20px;
    }

    .hotel-panels {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 20px;
    }

    .all-hotels {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 20px;
    }

    .about-panels {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 20px;
    }

    .nav-bar-right {
        float: none;
        clear: left;
    }
}

@media (max-width:568px) {
    .info-box {
        width: 301px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .info-box-cars {
        width: 301px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .info-box-hotels {
        width: 301px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .info-box-hotel {
        width: 301px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .info-box-pkc {
        width: 301px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .holder .unit.search-box {
        padding-left: 0px;
        padding-right: 0px;
    }

    #nav-bar ul.nav-list {
        position: static;
    }

        #nav-bar ul.nav-list > li {
            margin-bottom: 1px;
        }

            #nav-bar ul.nav-list > li + li:before {
                padding: 0;
            }

            #nav-bar ul.nav-list > li::after,
            #nav-bar ul.nav-list > li + li:after {
                content: "";
            }

        #nav-bar ul.nav-list > li, li a {
            width: 100%;
        }

    .nav-collapsed {
        display: none;
    }
}
