@import url('https://fonts.googleapis.com/css?family=Exo+2:400,500|Ubuntu:300,400,500,700');

body {
    font-family: 'Ubuntu', sans-serif;
    color: #3e3e3e;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1230px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
}

p {
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 20px;
}

.headertop {
    float: left;
    width: 100%;
    background: #f6f6f6;
    border-top: 5px solid #da251c;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    min-height: 105px;
    padding: 18px 0 0;
    position: relative;
    z-index: 9;
}

.sitelogo {
    float: left;
    width: 28%;
}

/*.sitelogo a {
        float: left;
    }*/

.routecontacts {
    float: right;
    width: 35.8%;
    background-color: #fff;
    border: 2px solid rgba(196,196,196,0.50);
    border-radius: 15px;
    padding: 25px 34px 20px 0;
    margin: 7px 0 0;
}

    .routecontacts p {
        font-size: 16px;
        text-transform: capitalize;
        color: #666666;
        text-align: right;
        font-weight: 400;
        margin: 0 0 7px;
        line-height: normal;
    }

        .routecontacts p span {
            color: #0093dd;
            font-weight: 500;
        }

            .routecontacts p span.routinq {
                color: #da251c;
            }

/* leftmenu start */

.headermenu {
    width: 70.8%;
    float: right;
    padding: 2px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: #da251c;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 20px;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
        }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 16px;
        margin: 0 1px 0 0;
        font-family: 'Exo 2', sans-serif;
        font-weight: 500;
        padding: 19px 17px 21px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0s;
        transition: all 0s;
    }

    .headermenu .navbar-inverse .navbar-nav > li:first-child > a {
        border-radius: 18px 0 0 18px;
    }

    .headermenu .navbar-inverse .navbar-nav > .active > a,
    .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
    .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
    .headermenu .navbar-inverse .navbar-nav > li > a:hover {
        background: #0093dd;
        color: #fff;
        -webkit-transition: all 0s;
        transition: all 0s;
    }


/* leftmenu end */


.contentbg {
    float: left;
    width: 100%;
}

.contentopbg {
    float: left;
    width: 100%;
    min-height: 205px;
    background-color: #fff;
}

.contentwrap {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.20);
    background-image: url("../images/site/contbg.png");
    background-position: left top;
    background-repeat: repeat;
}

.bannerbg {
    background-color: #fff;
    float: left;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    margin: -205px 0 0;
}

/* fade on slider start */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
/* fade on slider end*/




.sliderwrap {
    float: left;
    width: 62.5%;
    padding: 5px;
}

    .sliderwrap .carousel-inner > .item img {
        border-radius: 20px 0 0 20px;
    }

    .sliderwrap .carousel-control {
        background: #fff !important;
        height: 60px;
        margin-top: -30px;
        top: 50%;
        opacity: 1 !important;
        width: 30px;
        box-shadow: none;
        z-index: 3;
    }

        .sliderwrap .carousel-control.left {
            border-radius: 0 40px 40px 0;
            left: -5px;
        }

        .sliderwrap .carousel-control.right {
            border-radius: 40px 0 0 40px;
            right: -5px;
        }

        .sliderwrap .carousel-control:hover span {
            color: #d60f09 !important;
        }

        .sliderwrap .carousel-control .glyphicon-chevron-left, .sliderwrap .carousel-control .glyphicon-chevron-right {
            font-size: 20px;
            height: auto;
            width: auto;
            text-shadow: none;
            margin: -5px 0 0;
            color: #1053a2;
        }

        .sliderwrap .carousel-control .glyphicon-chevron-left {
            left: 3px;
            top: 25px;
        }

        .sliderwrap .carousel-control .glyphicon-chevron-right {
            right: 3px;
            top: 25px;
        }

.bookingform {
    width: 34%;
    float: right;
}

    .bookingform h3 {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        margin: 16px -10px 14px 0;
        padding: 13px 0 13px 41px;
        position: relative;
        background: #0093dd;
        text-shadow: 1px 0 2px rgba(0,0,0,0.35);
        border-radius: 30px 0 0 30px;
    }

        .bookingform h3:after {
            background: url("../images/site/titlesap.png") no-repeat right top;
            content: "";
            height: 10px;
            right: 0;
            top: -10px;
            position: absolute;
            width: 10px;
        }

.inputgroup {
    float: left;
    width: 100%;
    padding: 0 48px 0 0;
}

.inputinr.inputinr03 {
    width: 50%;
    padding-right: 10px;
}

.inputinr.inputinr04 {
    width: 50%;
    padding-left: 10px;
}

.inputinr label {
    font-size: 15px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 9px;
}

.inputinr {
    float: left;
    width: 100%;
    padding: 0 0 17px;
    position: relative;
}

    .inputinr .rfv {
        font-weight: 500;
        font-size: 13px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .inputinr select, .inputinr input[type="text"] {
        -moz-appearance: none;
        border: none;
        color: #959494;
        cursor: pointer;
        font-size: 15px;
        height: 40px;
        border: 1px solid #d0d0d0;
        padding-left: 9px;
        text-transform: capitalize;
        width: 100%;
        border-radius: 4px;
        font-weight: 400;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
    }

    .inputinr select {
        background-image: url("../images/site/icon-drp.png");
        background-position: right 0;
        background-repeat: no-repeat;
    }

    .inputinr input[type="text"] {
        background-image: url("../images/site/icon-cal.png");
        background-position: right 0;
        background-repeat: no-repeat;
    }

.searchbutton {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 48px 0 0;
}

    .searchbutton input[type="submit"] {
        border: none;
        color: #fefefe;
        font-size: 20px;
        font-weight: 500;
        font-family: 'Ubuntu', sans-serif;
        padding: 13px 0;
        line-height: normal;
        text-transform: uppercase;
        width: 100%;
        border-radius: 30px;
        margin-top: 3px;
        background: #da251c;
        text-shadow: 1px 0 2px rgba(0,0,0,0.35);
    }

        .searchbutton input[type="submit"]:hover {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            background: #0093dd;
        }

input[type="text"], input[type="password"], input[type="email"], select, textarea,
.select2-container--default .select2-selection--single {
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.15) !important;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus,
    .select2-container--default .select2-selection--single:focus {
        box-shadow: inset 0px 3px 6px rgba(0,121,193,0.15) !important;
        outline: none;
    }

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

.aclass {
    padding-left: 12px;
}

.welcomewrap {
    width: 100%;
    float: left;
    padding: 24px 0 60px;
}

.topdestinationwrap {
    width: 100%;
    float: left;
    margin: -30px 0 0;
}

.topdestination {
    width: 100%;
    clear: both;
    float: left;
}

.topdestination-title {
    float: left;
    background: #da251c;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    height: 60px;
    border-radius: 15px 0 0 15px;
    line-height: 60px;
    padding: 0 32px;
}

.topdestination > marquee {
    padding: 20px 10px 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    display: block;
    background: #0093dd;
    height: 60px;
    border-radius: 0 15px 15px 0;
}

    .topdestination > marquee ul li {
        position: relative;
        list-style: none;
        float: none;
        display: inline-block;
        margin: 0 11px 0 9px;
    }

        .topdestination > marquee ul li:before {
            background: #fff;
            content: "";
            height: 14px;
            left: -11px;
            position: absolute;
            top: 4px;
            width: 2px;
        }

        .topdestination > marquee ul li:first-child:before {
            background: none;
        }

        .topdestination > marquee ul li a {
            color: #fff;
            font-weight: 500;
            font-size: 15px;
            text-transform: uppercase;
        }

            .topdestination > marquee ul li a:hover {
                opacity: 0.8;
                text-decoration: none;
            }

.welknownpart {
    width: 43%;
    float: left;
}

    .welknownpart h3 {
        color: #0093dd;
        font-size: 30px;
        margin: 0 0 10px;
        font-weight: 300;
        text-transform: uppercase;
        position: relative;
    }

        .welknownpart h3 span {
            font-weight: 500;
            color: #3e3e3e;
        }

    .welknownpart p {
        color: #666666;
        font-size: 15px;
        margin: 0 0 10px;
        font-weight: 400;
        line-height: 22px;
    }

.thumsliderwrapper {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.thumslidebox {
    width: 100%;
    float: left;
    text-align: center;
}

    .thumslidebox img {
        display: inline-block;
        margin: 0 10px;
    }

.thumsliderwrapper a.carousel-control {
    background-image: none;
    opacity: 1;
    width: auto;
    text-shadow: none;
}

.thumsliderwrapper .carousel-control .glyphicon-chevron-left {
    background: url(../images/site/leftslidearrow.png) no-repeat;
    width: 81px;
    height: 81px;
    font-size: 0;
    margin: -40px 0 0 -100px;
}

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left:hover {
        background: url(../images/site/leftslidearrow-lh.png) no-repeat;
        width: 81px;
        height: 81px;
    }

.thumsliderwrapper .carousel-control .glyphicon-chevron-right {
    background: url(../images/site/rightslidearrow.png) no-repeat;
    width: 81px;
    height: 81px;
    font-size: 0;
    margin: -40px -100px 0 0;
}

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right:hover {
        background: url(../images/site/rightslidearrow-rh.png) no-repeat;
        width: 81px;
        height: 81px;
    }

.footerwrap {
    clear: both;
    width: 100%;
    background: #0093dd;
    float: left;
    padding: 0 0 5px;
}

.footernav {
    float: left;
    width: 100%;
    position: relative;
}

    .footernav ul {
        margin: 0;
        padding: 9px 0 17px;
        float: left;
        width: 65%;
    }

        .footernav ul li {
            float: left;
            list-style: none;
            padding: 7px 13px 0 0;
        }

            .footernav ul li a {
                color: #fff;
                font-family: 'Ubuntu', sans-serif;
                font-size: 15px;
                font-weight: 400;
                text-transform: capitalize;
                line-height: normal;
                letter-spacing: 0.7px;
            }

                .footernav ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

.appcenter {
    width: 20%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

    .appcenter h3 {
        margin: 0;
        text-transform: uppercase;
        color: #0093dd;
        font-size: 18px;
        padding: 0 0 16px;
    }

    .appcenter a {
        display: inline-block;
        width: 140px;
    }

.footercontacts {
    width: 30%;
    float: right;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 0;
    letter-spacing: 0.4px;
}

    .footercontacts span {
        font-weight: 500;
        display: block;
        text-transform: uppercase;
        padding: 0 0 4px;
    }

    .footercontacts i {
        font-style: normal;
        text-transform: uppercase;
    }

.footerbottom {
    width: 100%;
    float: left;
    background: #da251c;
}

.copyrights {
    width: 58%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 12px 0;
    letter-spacing: 0.3px;
}

    .copyrights span {
        color: #fff;
        padding: 0 5px;
    }

    .copyrights a {
        color: #fff;
        text-transform: uppercase;
    }

        .copyrights a:hover {
            color: #fff;
            opacity: 0.9;
            text-decoration: none;
        }

.managedby {
    color: #cf2630;
    line-height: normal;
    font-size: 14px;
    width: 33%;
    font-weight: 400;
    text-transform: capitalize;
    float: right;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 8px 10px 9px;
    letter-spacing: 0.3px;
    margin: 4px 0;
}

    .managedby a {
        color: #cf2630;
        text-transform: uppercase;
        background: url("../images/site/icon-iipl.png") no-repeat left top;
        padding: 2px 0 3px 25px;
    }

        .managedby a:hover {
            color: #cf2630;
            opacity: 0.9;
            text-decoration: none;
        }




/* Medea Queries */

@media only screen and (max-width: 1439px) {

    .thumslidebox img {
        margin: 0 9px;
        width: 200px;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left {
        margin: -40px 0 0 -60px;
        background-size: 70px !important;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right {
        margin: -40px -70px 0 0;
        background-size: 70px !important;
    }
}

@media only screen and (max-width: 1339px) {

    .thumslidebox img {
        margin: 0 7px;
        width: 190px;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left {
        margin: -40px 0 0 0;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right {
        margin: -40px -10px 0 0;
    }
}

@media only screen and (max-width: 1229px) {

    .sitelogo {
        width: 26%;
        padding: 2px 0 0;
    }

    .headertop {
        padding: 18px 0;
        min-height: 10px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 16px 12px;
    }

    .headermenu {
        width: 72%;
    }

    .sliderwrap {
        width: 64%;
    }

    .inputgroup {
        padding: 0 20px 0 0;
    }

    .bookingform h3 {
        font-size: 19px;
        margin: 14px -10px 12px 0;
        padding: 12px 0 12px 28px;
    }

    .inputinr label {
        font-size: 13px;
        margin: 0 0 3px;
    }

    .inputinr {
        padding: 0 0 14px;
    }

    .searchbutton input[type="submit"] {
        font-size: 17px;
        padding: 9px 0;
    }

    .welknownpart h3 {
        font-size: 24px;
    }

    .welknownpart p {
        font-size: 14px;
    }

    .topdestination ul li a {
        font-size: 14px;
    }

    .footernav ul li a {
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.3px;
    }

    .footercontacts {
        font-size: 13px;
        padding: 8px 0;
        letter-spacing: 0.3px;
        /*width: 35%;*/
    }

    .footernav ul {
        padding: 9px 0 15px;
        /*width: 63%;*/
    }

        .footernav ul li {
            padding: 5px 12px 0 0;
        }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
        height: 38px;
        background-size: 36px;
    }

    .inputinr .rfv {
        font-size: 11px;
    }

    .searchbutton {
        padding: 0 20px 0 0;
    }

    .routecontacts {
        border-radius: 14px;
        padding: 18px 24px 15px 0;
        margin: 0;
    }

        .routecontacts p {
            font-size: 14px;
            margin: 0 0 5px;
            line-height: normal;
        }

    .welcomewrap {
        padding: 20px 0 50px;
    }

    .topdestination-title {
        font-size: 20px;
        height: 54px;
        border-radius: 14px 0 0 14px;
        line-height: 54px;
        padding: 0 20px;
    }

    .topdestination > marquee {
        padding: 18px 10px 0;
        height: 54px;
    }

    .topdestinationwrap {
        margin: -27px 0 0;
    }

    .thumslidebox img {
        margin: 0 5px;
        width: 160px;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left {
        margin: -30px 0 0 0;
        background-size: 60px !important;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right {
        margin: -30px 0 0 0;
        background-size: 60px !important;
        background-position: 20px 0 !important;
    }

    .thumsliderwrapper {
        padding: 24px 0;
    }

    .managedby {
        font-size: 13px;
        width: 35%;
        padding: 8px 0 9px;
        letter-spacing: normal;
    }

        .managedby a {
            padding: 0 0 0 20px;
            background-size: 16px;
        }

    .copyrights {
        font-size: 13px;
    }

    .footerwrap {
        padding: 0 0 4px;
    }
}

@media only screen and (max-width: 1023px) {

    .sitelogo {
        padding: 7px 0 0;
    }

    .searchbutton input[type="submit"] {
        margin: 0;
    }

    .routecontacts {
        padding: 18px 20px 15px 0;
    }

    .footercontacts {
        /*width: 36%;*/
    }

    .managedby {
        width: 36%;
    }

    .topdestination-title {
        font-size: 18px;
        padding: 0 18px;
    }

    .topdestination ul li a {
        font-size: 13px;
    }

    .topdestination > ul li:before {
        height: 10px;
        left: -7px;
        top: 6px;
        width: 1px;
    }

    .topdestination > ul li {
        position: relative;
        float: left;
        margin: 0 0 0 12px;
    }
}

@media only screen and (max-width: 991px) {
    .sliderwrap {
        width: 59%;
    }

    .bookingform {
        width: 40%;
    }

    .inputgroup {
        padding: 0 7px 0 0;
    }

    .inputinr.inputinr01 {
        width: 50%;
        padding-right: 10px;
    }

    .inputinr.inputinr02 {
        width: 50%;
    }

    .inputinr.inputinr04 {
        padding-left: 0;
    }

    .bookingform h3 {
        font-size: 16px;
        margin: 12px -6px 10px 0;
        padding: 10px 0 9px 24px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 12px;
        height: 34px;
        padding: 0 0 0 3px;
        background-size: 32px;
    }

    .inputinr label {
        font-size: 12px;
        margin: 0 0 1px;
    }

    .searchbutton input[type="submit"] {
        font-size: 16px;
        padding: 9px 0;
    }

    .searchbutton {
        padding: 0 7px 0 0;
    }

    .headertop {
        padding: 10px 0;
    }

    .sitelogo {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }

        .sitelogo a img {
            width: 100%;
            max-width: 300px;
        }

    .cssmenu {
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .headermenu {
        width: 100%;
        text-align: center;
    }

        .headermenu .navbar-inverse .navbar-nav > li:first-child > a {
            border-radius: inherit;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 12px;
            padding: 12px 11px;
        }

    .sliderwrap .carousel-control {
        height: 50px;
        margin-top: -25px;
        width: 25px;
    }

        .sliderwrap .carousel-control .glyphicon-chevron-left {
            left: 2px;
            top: 21px;
            font-size: 18px;
        }

        .sliderwrap .carousel-control .glyphicon-chevron-right {
            right: 2px;
            top: 21px;
            font-size: 18px;
        }

    .welknownpart {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 0 7px;
    }

    .routecontacts {
        width: 100%;
    }

    .appcenter {
        width: 100%;
        text-align: center;
        padding: 0 0 20px;
    }

    .routecontacts p {
        text-align: center;
    }

    .welcomewrap {
        padding: 14px 0 40px;
    }

    .welknownpart h3 {
        font-size: 20px;
        margin: 9px 0;
    }

    .welknownpart p {
        font-size: 13px;
    }

    .thumslidebox img {
        margin: 0 3px;
        width: 120px;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left {
        margin: -20px 0 0 0;
        background-size: 40px !important;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right {
        margin: -20px 0 0 0;
        background-size: 40px !important;
        background-position: 40px 0 !important;
    }

    .thumsliderwrapper {
        padding: 18px 0;
    }

    .footernav ul li a {
        font-size: 13px;
        line-height: normal;
        letter-spacing: normal;
    }

    .footernav ul {
        /*width: 56%;*/
    }

    .footercontacts {
        width: 28%;
    }

    .copyrights {
        width: 52%;
    }

    .managedby {
        width: 47%;
    }

    .bookingform h3:after {
        top: -6px;
        background-size: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .headertop {
        border-top: 3px solid #da251c;
    }

    .sitelogo {
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0;
        float: left;
    }

    .headermenu {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 4px;
    }

    /*.sitelogo a {
        float: none;
        display: inline-block;
        max-width: 160px;
    }*/

    /* leftmenu start */

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 0;
            left: 0;
        }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border: none;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 99999;
    }

        .menufixed .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 12px;
        padding: 3px;
        color: #3e3e3e;
        margin-bottom: 1px;
    }

    .menufixed .navbar-toggle .icon-bar {
        background-color: #da251c;
    }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
        border-radius: 0;
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: #da2927;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }


    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 40px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */

    .sliderwrap {
        width: 100%;
        padding: 15px 5px 5px;
    }

        .sliderwrap .carousel-inner > .item img {
            border-radius: 0 0 20px 20px;
        }

    .inputinr .rfv {
        font-size: 12px;
        font-weight: normal;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
        padding: 0 0 0 5px;
    }

    .bookingform {
        width: 100%;
    }

    .inputgroup {
        padding: 0 10px;
    }

    .bookingform h3 {
        font-size: 17px;
        margin: 12px -10px 10px 30px;
        padding: 10px 0 9px 24px;
    }

    .searchbutton {
        padding: 0;
    }

        .searchbutton input[type="submit"] {
            font-size: 17px;
            padding: 9px 42px;
            width: auto;
        }

    .footernav {
        width: 100%;
        text-align: center;
    }

    .footerbottom {
        padding-top: 0 !important;
        width: 100%;
        text-align: center;
    }

    .footernav ul li {
        margin: 0;
        float: none;
        display: inline-block;
        padding: 2px 6px;
    }

    .footernav ul {
        width: 100%;
        padding: 10px 0 0;
    }

        /*.welknownpart {
            width: 100%;
            float: left;
            text-align: center;
            padding: 0 0 7px;
        }*/

    .topdestinationwrap {
        margin: -38px 0 0;
    }

    .welknownpart h3:after, .topdestination h3:after {
        display: none;
    }

    .topdestination {
        width: 100%;
        float: left;
        padding-top: 10px;
        text-align: center;
    }

    .welknownpart h3 {
        font-size: 20px;
        margin: 0 0 7px;
    }

    /*.routecontacts {
        width: 100%;
        padding: 15px 0;
    }
*/
        /*.routecontacts p {
            font-size: 14px;
            margin: 0 0 5px;
            line-height: normal;
            text-align: center;
        }*/

    .contentbg {
        margin-top: 10px;
    }

    .contentwrap {
        margin-top: 0;
    }

    .topdestination ul li {
        text-align: center;
        list-style: none;
        line-height: normal;
    }

        .topdestination ul li a {
            font-size: 12px;
        }

    .thumslidebox img {
        margin: 0 1px;
        width: 100px;
    }

    .footerwrap {
        text-align: center;
    }

    .footernav ul {
        width: 100%;
    }

    /*.appcenter {
        width: 100%;
    }*/

    .footercontacts {
        width: 100%;
        float: left;
        padding: 12px 0 15px;
    }

    .copyrights {
        width: 100%;
    }

    .managedby {
        width: 100%;
        float: left;
        margin: 0 0 5px;
    }

    .footercontacts span {
        padding: 0 0 3px;
    }
}

@media only screen and (max-width: 639px) {
    .sitelogo a img {
        max-width: 250px;
    }

    .topdestination-title {
        width: 100%;
        padding: 0;
        border-radius: 12px 12px 0 0;
        height: 40px;
        line-height: 40px;
    }

    .topdestination > ul {
        padding: 12px 7px 0;
        height: 50px;
        border-radius: 0 0 12px 12px;
        width: 100%;
        float: left;
        overflow: visible;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-left {
        margin: -20px 0 0 -14px;
    }

    .thumsliderwrapper .carousel-control .glyphicon-chevron-right {
        margin: -20px -14px 0 0;
    }

    .thumslidebox img {
        margin: 0;
        width: 78px;
    }

    .searchbutton input[type="submit"] {
        font-size: 16px;
        padding: 7px 30px;
        width: auto;
    }

    .topdestination > marquee {
        border-radius: 0 0 15px 15px;
    }
}

@media only screen and (max-width: 479px) {
    .sitelogo a img {
        max-width: 200px;
    }

    .inputinr {
        float: left;
        padding: 0 0 6px;
        width: 100%;
    }

    .searchbutton {
        padding: 5px 0 0;
    }

    .welknownpart h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .welknownpart p {
        font-size: 12px;
    }

    .welknownpart {
        padding: 0;
    }

    .routecontacts p {
        font-size: 12px;
        margin: 0 0 3px;
    }

    .routecontacts {
        padding: 12px 0;
    }

    .topdestination-title {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }

    .topdestination > ul {
        padding: 9px 7px 0;
        height: 42px;
    }

    .footernav ul li {
        padding: 1px 3px;
    }

        .footercontacts, .footernav ul li a {
            font-size: 12px;
        }

    .copyrights {
        font-size: 12px;
        line-height: normal;
    }

        .copyrights span {
            padding: 1px 0;
            font-size: 0;
            display: block;
        }

    .sliderwrap {
        width: 100%;
        padding: 10px 5px 5px;
    }

    .inputinr .rfv {
        position: relative;
    }

    .searchbutton input[type="submit"] {
        font-size: 15px;
    }

    .bookingform h3 {
        font-size: 14px;
        margin: 12px -10px 10px 10px;
        padding: 9px 0 9px 20px;
    }

    .inputinr.inputinr01, .inputinr.inputinr03 {
        width: 100%;
        padding-right: 0;
    }

    .inputinr.inputinr02, .inputinr.inputinr04 {
        width: 100%;
    }

    .managedby {
        font-size: 11px;
    }

        .managedby a {
            padding: 0 0 0 17px;
            background-size: 14px;
        }

    .thumslidebox img {
        width: 82px;
    }
}
.modal {
    background-color: rgb(0 0 0 / 70%);
}