@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proximanova-bold-webfont.woff2') format('woff2'), url('fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.woff2') format('woff2'), url('fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proximanova-regular-webfont.woff2') format('woff2'), url('fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'proxima_novaregular' !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    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: 1310px;
}

.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%;
    box-shadow: 5px 0 35px rgba(0,0,0,0.10);
}

.headertop {
    float: left;
    width: 100%;
    padding: 10px 0 9px;
}

.sitelogo {
    float: left;
    width: 25%;
}

    .sitelogo a {
        float: left;
    }

.headeright {
    float: right;
    width: 75%;
    text-align: right;
}

.headerightop {
    width: 100%;
    float: left;
    padding: 13px 0 0;
    clear: both;
}

    .headerightop p {
        font-size: 16px;
        line-height: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #494949;
        font-family: 'proxima_novalight';
    }

        .headerightop p a {
            color: #494949;
            position: relative;
            text-decoration: none;
            font-family: 'proxima_novaregular';
        }

        .headerightop p i {
            font-style: normal;
        }

        .headerightop p a:hover, .headerightop p a:focus {
            text-decoration: none;
            color: #e11a55;
        }

    .headerightop span {
        color: #9a8f79;
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        padding: 0 3px;
        font-weight: 300;
    }

    .headerightop p.contactopright {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 0 55px;
        position: relative;
    }

    .headerightop p a.phoneicon {
        position: relative;
        padding: 0 0 0 48px;
    }

        .headerightop p a.phoneicon.phoneicon02 {
            padding: 0;
        }

            .headerightop p a.phoneicon.phoneicon02:before {
                display: none;
            }

        .headerightop p a.phoneicon:before {
            position: absolute;
            content: "\f095";
            font-family: FontAwesome;
            color: #e11a55;
            font-size: 18px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #e11a55;
            top: -7px;
            left: 10px;
            border-radius: 50%;
            font-weight: normal;
            text-align: center;
        }

.agntlogin {
    position: relative;
    z-index: 9;
    cursor: pointer;
    float: right;
    margin: 14px 0 0 2px;
}

    .agntlogin .dropdown-toggle {
        background-color: #e11a55;
        background-image: url("../images/site/icon01.png");
        background-position: 15px 8px;
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 12px 15px 11px 48px;
        border-radius: 30px;
        font-family: 'proxima_novasemibold';
    }

        .agntlogin .dropdown-toggle i {
            color: #ffffff;
            font-size: 16px;
            vertical-align: top;
            padding: 0 0 0 4px;
        }

    .agntlogin .dropdown-menu {
        margin: 6px 0 0;
        min-width: 10px;
        left: auto;
        right: 0;
    }

        .agntlogin .dropdown-menu > li > a {
            color: #094b82;
            font-size: 14px;
            font-weight: 400;
            border-top: 1px solid #e9e9e9;
            padding: 10px 20px;
            font-family: 'proxima_novasemibold';
        }


        .agntlogin .dropdown-menu > li:first-child > a {
            border-top: none;
        }

        .agntlogin .dropdown-menu > li > a:hover {
            color: #e11a55;
        }

/* leftmenu start */

.headermenu {
    float: right;
    text-align: left;
    margin: 17px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .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: #094b82;
        font-size: 16px;
        margin: 0 1px 0 0;
        padding: 7px 14px;
        text-decoration: none;
        text-transform: capitalize;
        border-radius: 30px;
        font-family: 'proxima_novasemibold';
    }

        .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-color: #e11a55;
            color: #fff;
        }

.cssmenu {
    float: left;
}

/* leftmenu end */


.contentbg {
    float: left;
    width: 100%;
}

.contentwrap {
    float: left;
    width: 100%;
}

/* 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*/

.slideraria {
    float: left;
    width: 100%;
    position: relative;
}

.titleleft {
    float: left;
    text-align: left;
    margin: 92px 0 0 -4px;
}

    .titleleft h1 {
        margin: 0 0 57px;
        font-size: 66px;
        color: #191919;
        text-transform: uppercase;
        font-family: 'proxima_novalight';
    }

        .titleleft h1 i {
            font-style: normal;
            display: block;
            font-family: 'proxima_novabold';
            color: #e11a55;
        }

    .titleleft a {
        background-color: #e11a55;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'proxima_novabold';
        padding: 22px 73px 21px 65px;
        margin: 0 0 0 5px;
        letter-spacing: 2.5px;
    }

        .titleleft a:hover, .titleleft a:focus {
            background-color: #094b82;
            color: #fff;
            text-decoration: none;
        }

.sliderwrap {
    float: right;
    width: 61%;
    margin: 0 -9px 0 0;
}

.sliderwrapin {
    border: 2px solid #094b82;
    float: right;
}

    .sliderwrapin .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        left: -8px;
        top: 8px;
        box-shadow: 3px 32px 35px rgba(0, 0, 0, 0.20);
    }


.sliderwrap a.carousel-control {
    background-image: url("../images/site/arrowimg.png");
    background-position: 9px 39px;
    background-repeat: no-repeat;
    text-shadow: none;
    top: 50%;
    height: 99px;
    width: 48px;
    font-size: 0;
    line-height: normal;
    background-color: #094b82;
    border-radius: 0 50px 50px 0;
    color: #fff;
    margin: -41px 0 0;
    left: -8px;
    opacity: 1;
    box-shadow: 9px 0 20px rgba(9,75,130,0.40);
}

    .sliderwrap a.carousel-control.right {
        left: auto;
        right: 8px;
        border-radius: 50px 0 0 50px;
        box-shadow: -9px 0 20px rgba(9,75,130,0.40);
        background-position: 16px -213px;
    }

    .sliderwrap a.carousel-control:hover {
        background-color: #e11a55;
        box-shadow: 9px 0 20px rgba(227,0,15,0.40);
    }

    .sliderwrap a.carousel-control.right:hover {
        box-shadow: -9px 0 20px rgba(227,0,15,0.40);
    }

.bannerwrapper {
    width: 100%;
    float: left;
    padding: 40px 0 120px;
    position: relative;
}


/****bookingform****/

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -71px;
}

.bookingform {
    width: 100%;
    float: left;
    padding: 0;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    position: relative;
    height: auto;
}

    .bookingform h2 {
        color: #fff;
        font-size: 19px;
        margin: 0;
        float: left;
        background-color: #094b82;
        height: 100px;
        border-radius: 5px 0 0 5px;
        padding: 28px 25px 0;
        text-align: center;
        text-transform: uppercase;
        font-family: 'proxima_novabold';
    }

        .bookingform h2 span {
            display: block;
            padding: 6px 0 0;
        }

.inputgroup {
    float: left;
    position: relative;
    width: 47%;
}

    .inputgroup.inputgroup01 {
        padding: 0 0 0 20px;
    }

    .inputgroup.inputgroup02 {
        width: 20%;
    }

        .inputgroup.inputgroup02 .inputinr {
            width: 100%;
        }

.swapicon {
    background-image: url("../images/site/icon01.png");
    background-position: center -382px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 5px;
    margin: 0 auto;
    width: 80px;
    height: 39px;
    cursor: pointer;
}

.righticon {
    background-image: url("../images/site/icon01.png");
    background-position: center -525px;
    background-repeat: no-repeat;
    position: absolute;
    top: 45px;
    left: 15px;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 10px;
    cursor: pointer;
}

.inputinr {
    float: left;
    width: 50%;
    padding: 20px 0 0;
    position: relative;
}

    .inputinr.inputinr02 {
        padding-left: 25px;
    }

    .inputinr.inputinr03 {
        padding-left: 72px;
    }

.inputinrwrap {
    position: relative;
    width: 100%;
    float: left;
}


.inputinr.inputinrswap02 {
    padding: 20px 0 0 50px;
}

    .inputinr.inputinrswap02 input[type="text"] {
        padding-left: 24px;
        border-right: 1px solid rgba(90,90,90,0.20) !important;
    }

.inputinr select, .inputinr input[type="text"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    color: #121212;
    cursor: pointer;
    font-size: 15px;
    height: 60px;
    font-weight: 500;
    padding: 22px 0 0 26px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url("../images/site/icon01.png") !important;
    background-position: left -111px;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'proxima_novasemibold' !important;
    text-transform: uppercase;
}

    .inputinr select option {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 12px;
    }

    .inputinr input[type="text"].jdate {
        background-position: left -239px;
        padding: 17px 0 0 38px;
    }

    .inputinr select:focus {
        color: #ffffff;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-bottom: 2px solid #ffffff;
        outline: none;
    }

    .inputinr select:focus, .inputinr input[type="text"]:focus {
        box-shadow: none;
        outline: none;
    }

.inputinr .form-control::-moz-placeholder {
    color: #191919;
}

.inputinr ::-webkit-input-placeholder {
    color: #191919 !important;
}

.searchbutton {
    float: right;
    text-align: center;
    width: 18%;
}

    .searchbutton input.searchbutton {
        background-color: #e11a55;
        border: none;
        width: 100%;
        height: 100px;
        padding: 0;
        border-radius: 0 5px 5px 0;
        display: inline-block;
        font-family: 'proxima_novabold';
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
        opacity: 1;
    }

        .searchbutton input.searchbutton:hover {
            background-color: #094b82;
            -webkit-transition: all 0.0s;
            transition: all 0.0s;
            outline: none;
        }

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: -3px;
    left: 0;
    top: auto;
    font-weight: 400;
}

.control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
    left: 28px;
    top: 12px;
    opacity: 0;
}

.floating-label {
    opacity: 1;
    position: absolute;
    pointer-events: none;
    left: 28px;
    top: 12px;
    font-size: 15px;
    color: #5a5a5a;
    transition: 0.3s ease all;
    text-transform: uppercase;
}

.inputinr.inputinrswap02 .floating-label {
    left: 23px;
}

.inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
    left: 23px;
}


/* auto complete css */

.autocomplete_completionListElement {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
}

    .autocomplete_completionListElement li {
        cursor: default;
        color: #121212;
        margin: 1px 0;
        font-size: 14px;
    }


.autocomplete_highlightedListItem {
    border-bottom: 1px solid #094b82;
    margin: 1px 0;
    font-weight: normal;
    list-style: none;
    color: #e11a55 !important;
    font-size: 13px;
    cursor: default;
}

.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-size: 13px;
    font-weight: normal;
}

/* scroll style */

.autocomplete_completionListElement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar-thumb {
    background-color: #999;
}

/* auto complete css */

.aboutaria {
    width: 100%;
    float: left;
    padding: 150px 0 47px;
    text-align: center;
}

.aboutpart {
    width: 100%;
    float: left;
}

    .aboutpart h3 {
        color: #191919;
        font-size: 46px;
        position: relative;
        margin: 6px 0 48px;
        display: inline-block;
        border-top: 1px solid #e11a55;
        padding: 16px 0 0;
        font-family: 'proxima_novalight';
    }

        .aboutpart h3 span {
            color: #e11a55;
            font-family: 'proxima_novasemibold';
        }

    .aboutpart p {
        color: #191919;
        font-size: 26px;
        margin: 0 0 28px;
        font-weight: 500;
        line-height: 42px;
        font-family: 'proxima_novalight';
        padding: 0 140px;
    }

        .aboutpart p.aboutditail {
            font-size: 17px;
            font-family: 'proxima_novaregular';
            padding: 0 340px;
            line-height: 30px;
        }

.topdestinationwrap {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.topdestination {
    width: 100%;
    float: left;
    padding: 70px 0 0;
    background-image: url("../images/site/topdestionbg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 280px;
}

.topdestinationin {
    width: 57.7%;
    float: left;
    padding: 0 20px 0 0;
}

.topdestination marquee {
    height: 60px;
}

.topdestination h3 {
    color: #fff;
    font-size: 46px;
    margin: 38px 0 24px 310px;
    font-weight: 400;
    position: relative;
    text-align: left;
    font-family: 'proxima_novalight';
    display: inline-block;
    padding: 17px 0 0;
}

    .topdestination h3:before {
        position: absolute;
        content: '';
        background-color: #fff;
        width: 200px;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .topdestination h3 span {
        font-family: 'proxima_novasemibold';
    }

.topdestination ul {
    margin: 0;
    padding: 0;
}

    .topdestination ul li {
        display: inline-block;
        padding: 12px 0 17px 50px;
    }

        .topdestination ul li a {
            color: #fffefe;
            font-size: 22px;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
            background-image: url("../images/site/icon03.png");
            background-position: left bottom;
            background-repeat: no-repeat;
            padding: 17px 0 13px 120px;
            font-family: 'proxima_novasemibold';
        }

            .topdestination ul li a:hover, .topdestination ul li a:focus {
                text-decoration: none;
                color: #e11a55;
            }

.destino {
    float: left;
    margin: 60px 0 0 -1px;
    position: relative;
}

    .destino img {
        position: relative;
        z-index: 1;
        box-shadow: 11px 43px 32px rgba(0,0,0,0.100);
    }

    .destino:after {
        position: absolute;
        content: '';
        margin: 0 auto;
        left: 8px;
        right: 0;
        background-color: #e11a55;
        height: 50px;
        width: 5px;
        top: -40px;
    }


.offeraria {
    width: 100%;
    float: left;
    padding: 93px 0 0;
}

.offerariain {
    clear: both;
    max-width: 1920px;
    margin: 0 auto;
}

    .offerariain .welknowleft {
        width: 53%;
        float: left;
        margin: -162px 0 0;
        padding: 0 0 0 391px;
    }

        .offerariain .welknowleft .box {
            background-color: #fff;
            max-width: 230px;
            min-height: 250px;
            float: left;
            width: 100%;
            cursor: pointer;
            border: 2px solid #f4f4f4;
            margin: 0 20px 70px 50px;
            text-align: center;
        }

.welknowleft .box span {
    font-size: 22px;
    color: #312e2f;
    text-align: center;
    padding: 148px 0 0;
    background-image: url("../images/site/icon03.png");
    background-repeat: no-repeat;
    background-position: center 43px;
    display: inline-block;
    line-height: 30px;
}

    .welknowleft .box span i {
        font-style: normal;
        display: block;
    }

.box.box02 span {
    background-position: 16px -401px;
}

.box.box03 span {
    background-position: 30px -834px;
}

.box.box04 span {
    background-position: -6px -1251px;
}

.welknowleft .box:hover {
    box-shadow: 0px 26px 61px rgba(0,0,0,0.10);
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .welknowleft .box:hover span {
        color: #094b82;
        background-position: center -179px;
    }

.welknowleft .box.box02:hover span {
    background-position: 16px -622px;
}

.welknowleft .box.box03:hover span {
    background-position: 30px -1039px;
}

.welknowleft .box.box04:hover span {
    background-position: -6px -1474px;
}

.offeraria .welknowright {
    background-image: url("../images/site/sideimg.jpg");
    background-repeat: no-repeat;
    background-position: 8px 18px;
    min-height: 299px;
    width: 100%;
    max-width: 814px;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 48px;
    padding: 104px 130px 0 145px;
    text-transform: uppercase;
    font-family: 'proxima_novalight';
}

    .offeraria .welknowright i {
        font-style: normal;
        font-family: 'proxima_novasemibold';
    }


/*****Gallery Aria*****/


.galleryaria h3 {
    color: #191919;
    font-size: 46px;
    position: relative;
    margin: 6px 0 38px;
    display: inline-block;
    padding: 16px 0 0;
    font-family: 'proxima_novalight';
}

    .galleryaria h3:after {
        position: absolute;
        content: '';
        top: 0;
        background-color: #e11a55;
        height: 1px;
        width: 185px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .galleryaria h3 span {
        color: #e11a55;
        font-family: 'proxima_novasemibold';
    }


.providein {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    position: relative;
    z-index: 5;
}

.provideinslide .slick-list {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 0;
}

.provideinslide {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 500px;
}

    .provideinslide .provideinbox {
        float: none;
        text-align: center;
        display: inline-block !important;
        height: auto;
    }


.provideinicon {
    height: 449px;
    display: inline-block;
    text-align: center;
    float: none;
    vertical-align: middle;
    max-width: 415px;
    width: 100%;
    margin-top: 21px;
    position: relative;
}

.provideinslide .provideinicon:before {
    background-color: #f4f4f4;
    position: absolute;
    content: '';
    height: 449px;
    width: 225px;
    border-radius: 225px 0 0 225px;
    left: 5px;
    top: 0;
}

.provideinslide .provideinicon:hover:before {
    background-color: #e11a55;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.provideinicon img {
    position: relative;
    margin: 72px 0 0 103px;
    box-shadow: 0 23px 60px rgba(0,0,0,0.25);
}


.provideinslide .slick-prev, .provideinslide .slick-next {
    top: 49.4%;
    width: 50px;
    height: 99px;
    background-color: #094b82;
    bottom: 0;
    border-radius: 0 49px 49px 0;
    color: #fff;
    box-shadow: 2px 6px 31px rgba(9,75,130,0.50);
    background-image: url("../images/site/arrowimg.png");
    background-repeat: no-repeat;
    background-position: 7px 38px;
    opacity: 1;
    left: 0;
    right: 0;
    z-index: 1;
}

.provideinslide .slick-next {
    left: auto;
    right: 0;
    border-radius: 49px 0 0 49px;
    background-position: 17px -215px;
}


    .provideinslide .slick-prev:hover, .provideinslide .slick-prev:focus, .provideinslide .slick-next:hover, .provideinslide .slick-next:focus {
        background-color: #e11a55;
        box-shadow: 2px 6px 31px rgba(225,26,85,0.50);
    }

.provideinslide .slick-prev:before {
    content: "0";
    font-size: 0;
}

.provideinslide .slick-next:before {
    content: "0";
    font-size: 0;
}


/****galleryaria***/


.galleryaria {
    margin: 0 auto;
    padding: 8px 0 56px;
    position: relative;
    max-width: 1920px;
    clear: both;
    text-align: center;
}

.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footertop {
    clear: both;
    width: 100%;
    float: left;
    padding: 84px 0 56px;
    background: #f4f4f4;
}

.footertopleft {
    float: left;
    width: 30%;
}

.footerlogo {
    clear: both;
    float: left;
    width: 100%;
    padding: 6px 0 33px;
}

    .footerlogo a {
        float: left;
    }

.footertopleft p {
    color: #363435;
    font-size: 15px;
    line-height: 26px;
    clear: both;
    margin: 0 0 15px;
}


.footernav {
    float: left;
    padding: 4px 0 0 139px;
}

    .footernav.footernav02 {
        padding: 4px 0 0 133px;
    }

    .footernav ul {
        margin: 0;
        padding: 0;
    }

        .footernav ul li {
            list-style: none;
            padding: 0 0 30px;
        }

            .footernav ul li a {
                color: #191919;
                font-size: 15px;
                text-transform: capitalize;
                line-height: normal;
            }

                .footernav ul li a i {
                    padding-right: 8px;
                }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #e11a55;
                    text-decoration: none;
                }

.footeright {
    float: right;
}

.bottomsocial {
    width: 100%;
    float: left;
    padding: 6px 0 20px;
}

    .bottomsocial a {
        margin: 0 0 0 21px;
        width: 45px;
        height: 45px;
        background-color: #094b82;
        font-size: 21px;
        line-height: 45px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        float: left;
    }

        .bottomsocial a:hover, .bottomsocial a:focus {
            background-color: #e11a55;
            text-decoration: none;
            color: #ffffff;
        }

.footercontact {
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
}

    .footercontact p {
        color: #363435;
        font-size: 15px;
        line-height: normal;
        margin: 0 0 16px;
    }

        .footercontact p a {
            color: #363435;
            text-transform: lowercase;
        }

            .footercontact p a:hover, .footercontact p a:focus {
                color: #eb2c3a;
                text-decoration: none;
            }

.footerbottom {
    width: 100%;
    float: left;
    padding: 0 0 12px;
    background: #ffffff;
}

.copyrights {
    float: left;
    color: #191919;
    font-size: 14px;
    padding: 16px 0 0;
}


    .copyrights a {
        color: #e11a55;
        font-family: 'proxima_novasemibold';
    }

    .copyrights i {
        font-style: normal;
        color: #e11a55;
    }


    .copyrights a:hover, .copyrights a:focus {
        color: #094b82;
        text-decoration: none;
    }

.poweredby {
    float: left;
    padding: 13px 0 0 14.3%;
}

    .poweredby span {
        float: left;
        color: #888b8b;
        font-size: 13px;
        padding: 4px 7px 0 0;
    }

    .poweredby a {
        float: left;
    }

.footerlins {
    float: right;
    padding: 17px 0 0;
}

    .footerlins a {
        color: #363435;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: normal;
        float: left;
    }

        .footerlins a.footerlins02 {
            border-left: 1px solid #e0e0e0;
            margin-left: 18px;
            padding-left: 18px;
        }

        .footerlins a:hover, .footerlins a:focus {
            color: #e11a55;
            text-decoration: none;
        }


.panel-primary > .panel-heading {
    color: #094b82 !important;
    border-bottom: 1px solid #e11a55 !important;
}


#ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}


/* Medea Queries */

@media only screen and (max-width: 1899px) {
    .offerariain .welknowleft {
        padding: 0 0 0 300px;
    }

    .destino:after {
        display: none;
    }
}

@media only screen and (max-width: 1799px) {
    .topdestinationin {
        width: 55.2%;
    }
}

@media only screen and (max-width: 1749px) {
    .offerariain .welknowleft {
        padding: 0 0 0 170px;
        width: 49%;
    }
}

@media only screen and (max-width: 1499px) {

    .titleleft h1 {
        font-size: 58px;
    }

    .titleleft a {
        padding: 18px 50px;
        letter-spacing: 2px;
    }

    .aboutaria {
        padding: 90px 0 30px;
    }

    .destino {
        margin: 100px 0 0;
    }

    .topdestination {
        max-width: 100%;
        padding: 50px 0 0;
    }

    .topdestinationin {
        width: 61.2%;
    }

    .destino img {
        width: 100%;
        max-width: 450px;
    }

    .offerariain .welknowleft {
        padding: 0 0 0 30px;
    }

    .offeraria .welknowright {
        max-width: 650px;
        padding: 104px 100px 0;
    }

    .provideinicon {
        height: 405px;
        max-width: 398px;
    }

    .provideinslide .provideinicon:before {
        height: 400px;
        width: 186px;
        border-radius: 200px 0 0 200px;
        left: 0;
        top: 0;
    }

    .provideinslide .slick-slide img {
        display: block;
        width: 252px;
    }

    .bannerwrapper {
        padding: 25px 0 120px;
    }

    .sliderwrapin .carousel-inner {
        box-shadow: 3px 12px 15px rgba(0, 0, 0, 0.20);
        max-width: 540px;
    }

    .titleleft {
        margin: 50px 0 0;
    }

    .bookingwrapper {
        bottom: -10px;
    }
}

@media only screen and (max-width: 1309px) {
    .titleleft h1 {
        margin: 0 0 55px;
        font-size: 46px;
        line-height: 50px;
    }

    .bookingform h2 {
        font-size: 17px;
        padding: 28px 14px 0;
    }

    .aboutaria {
        padding: 70px 0 30px;
    }

    .aboutpart h3 {
        font-size: 46px;
        margin: 6px 0 5px;
        padding: 16px 0 0;
    }

    .aboutpart p {
        font-size: 22px;
        margin: 0 0 10px;
        line-height: 30px;
        padding: 0 140px;
    }

    .topdestination {
        padding: 20px 0 0;
    }

    .offeraria {
        padding: 63px 0 0;
    }

    .offerariain .welknowleft {
        padding: 0 0 0 10px;
        margin: 0;
        width: 47%;
    }

        .offerariain .welknowleft .box {
            margin: 0 10px 40px 30px;
        }

    .offeraria .welknowright {
        margin: 110px 0 0;
    }

    .provideinslide {
        min-height: 460px;
    }

    .galleryaria {
        padding: 8px 0 20px;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
    }

    .headerightop p {
        font-size: 15px;
    }

    .titleleft {
        margin: 70px 0 0;
    }
}

@media only screen and (max-width: 1229px) {

    .headerightop p {
        font-size: 14px;
        margin: 0 0 10px;
    }

        .headerightop p a.phoneicon {
            font-size: 14px;
            padding: 0 0 0 40px;
        }

            .headerightop p a.phoneicon:before {
                font-size: 16px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                top: -4px;
                left: 10px;
            }


    .sitelogo {
        max-width: 200px;
        width: 100%;
    }

    .headeright {
        width: 78%;
    }

    .headerightop span {
        font-size: 14px;
        padding: 0 3px;
        vertical-align: top;
    }

    .headerightop {
        padding: 0;
    }

    .headertop {
        padding: 15px 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 5px 10px;
    }

    .agntlogin .dropdown-toggle {
        background-position: 12px 5px;
        font-size: 14px;
        padding: 8px 12px 8px 40px;
        background-size: 70px;
    }

        .agntlogin .dropdown-toggle i {
            font-size: 16px;
            padding: 0 0 0 1px;
        }

    .agntlogin .dropdown-menu > li > a {
        font-size: 12px;
        padding: 6px 18px;
    }

    .headermenu {
        margin: 0;
    }

    .agntlogin {
        margin: 0;
    }

    .titleleft a {
        font-size: 14px;
        padding: 20px;
        margin: 0 0 0 5px;
        letter-spacing: 2.5px;
    }

    .bookingform h2 {
        font-size: 14px;
        padding: 26px 10px 0;
        height: 90px;
    }

    .searchbutton input.searchbutton {
        height: 90px;
        font-size: 18px;
    }

    .inputgroup.inputgroup01 {
        padding: 0 0 0 20px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
        padding: 22px 0 0 20px;
        background-position: left -70px;
        background-size: 60px;
    }

    .inputinr.inputinrswap02 {
        padding: 12px 0 0 28px;
    }

    .inputinr input[type="text"].jdate {
        background-position: left -166px;
        padding: 17px 0 0 25px;
    }

    .inputinr.inputinr03 {
        padding-left: 50px;
        padding-top: 0;
    }

    .floating-label {
        left: 20px;
        top: 12px;
        font-size: 12px;
    }

    .control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
        left: 20px;
        top: 12px;
    }

    .swapicon {
        background-position: center -288px;
        top: 35px;
        width: 65px;
        height: 30px;
        background-size: 60px;
    }

    .righticon {
        background-position: center -393px;
        top: 54px;
        left: 15px;
        width: 65px;
        height: 10px;
        background-size: 60px;
    }

    .provideinicon {
        height: 400px;
        max-width: 373px;
    }


    .aboutpart h3 {
        font-size: 38px;
        margin: 6px 0 10px;
        padding: 10px 0 0;
    }

    .aboutpart p {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
    }

        .aboutpart p.aboutditail {
            font-size: 15px;
            padding: 0;
            line-height: 26px;
        }

    .topdestinationin {
        padding: 35px 20px 0 0;
    }

    .topdestination h3 {
        font-size: 35px;
        margin: 0 0 20px;
        padding: 17px 0 0 20px;
    }

    .topdestination ul li {
        padding: 12px 0 17px 30px;
    }

        .topdestination ul li a {
            font-size: 16px;
            background-position: left bottom;
            padding: 17px 0 7px 80px;
            background-size: 60px;
        }

    .destino {
        margin: 70px 0 0;
    }

        .destino img {
            max-width: 380px;
            box-shadow: 1px 21px 13px rgba(0,0,0,0.100);
        }

    .offerariain .welknowleft {
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        float: none;
    }

        .offerariain .welknowleft .box {
            max-width: 220px;
            min-height: 240px;
            float: none;
            margin: 0 10px 60px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

    .welknowleft .box:hover {
        box-shadow: 0px 6px 24px rgba(0,0,0,0.10);
    }

    .offerariain .welknowleft .box {
        margin: 0 10px 40px;
    }

    .footertopleft {
        width: 35%;
    }

    .footernav.footernav02 {
        padding: 4px 0 0 70px;
    }

    .offerariain {
        text-align: center;
    }

    .offeraria .welknowright {
        background-position: center top;
        min-height: 10px;
        max-width: 100%;
        float: left;
        font-size: 34px;
        margin: 10px 0 0;
        padding: 70px 0;
        background-size: cover;
    }

    .galleryaria {
        padding: 40px 0 20px;
    }

    .footertop {
        padding: 54px 0 28px;
    }

    .footerlogo {
        width: 100%;
        padding: 6px 0 20px;
    }

    .footertopleft p {
        font-size: 14px;
        line-height: 24px;
    }

    .galleryaria h3 {
        font-size: 38px;
        margin: 6px 0 40px;
        padding: 10px 0 0;
    }

    .footernav {
        padding: 2px 0 0 68px;
    }

    .bottomsocial a {
        margin: 0 0 0 14px;
    }

    .footernav ul li {
        padding: 0 0 20px;
    }

    .poweredby {
        padding: 13px 0 0 50px;
    }

    .footerlins a.footerlins02 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .footerlogo {
        width: 100%;
        padding: 1px 0 20px;
    }

    .poweredby {
        padding: 13px 0 0 60px;
    }

    .inputinr {
        padding: 12px 0 0;
    }
}

@media only screen and (max-width: 1020px) {

    .sitelogo {
        max-width: 100%;
        margin: 0;
        text-align: center;
    }

        .sitelogo a {
            float: none;
            display: inline-block;
            width: 218px;
        }

    .headeright {
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0 15px;
    }

    .headermenu {
        float: left;
    }

    .headerightop {
        padding: 0;
        text-align: center;
    }

    .sectionheader {
        position: relative !important;
    }
}

@media only screen and (max-width: 991px) {
    .headermenu .navbar-inverse .navbar-nav > li > a {
        padding: 5px 7px;
    }

    .bannerwrapper {
        padding: 0 0 32px;
    }

    .bookingwrapper {
        position: relative;
        top: 0;
        padding: 20px 0;
        z-index: 1;
        bottom: 0;
    }

    .bookingform h2 {
        font-size: 14px;
        padding: 10px 0;
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .bookingform {
        border-radius: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    }

    .inputgroup {
        width: 76%;
    }

        .inputgroup.inputgroup02 {
            width: 23%;
        }

        .inputgroup.inputgroup01 {
            padding: 0 0 0 10px;
        }

    .inputinr.inputinrswap02 {
        padding: 12px 0 0 45px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 13px;
        padding: 10px 0 0 20px;
        background-position: left -83px;
        height: 50px;
    }

        .inputinr input[type="text"].jdate {
            background-position: left -172px;
        }



    .floating-label {
        left: 20px;
        top: 0;
    }

    .control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
        left: 20px;
        top: 0;
    }

    .searchbutton {
        float: none;
        text-align: center;
        width: 100%;
        clear: both;
    }

        .searchbutton input[type="submit"] {
            height: 50px;
            border-radius: 0;
            margin: 10px 0 0;
            background-position: center -626px;
        }

    .swapicon {
        top: 25px;
        right: 0;
    }

    .righticon {
        left: 0;
        top: 28px;
    }

    .sliderwrap a.carousel-control {
        background-position: 7px 28px;
        top: 50%;
        height: 70px;
        width: 35px;
        border-radius: 0 50px 50px 0;
        margin: -20px 0 0;
        left: -8px;
        box-shadow: 9px 0 20px rgba(9,75,130,0.40);
        background-size: 16px;
    }

        .sliderwrap a.carousel-control.right {
            border-radius: 50px 0 0 50px;
            box-shadow: -9px 0 20px rgba(9,75,130,0.40);
            background-position: 12px -139px;
        }

    .bookingform h2 span {
        padding: 3px 0 0;
    }

    .titleleft h1 {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 32px;
    }

    .aboutaria {
        padding: 15px 0 20px;
    }

    .aboutpart p {
        font-size: 17px;
        line-height: 22px;
    }

        .aboutpart p.aboutditail {
            font-size: 14px;
            line-height: 20px;
        }

    .topdestination {
        padding: 20px 0;
        text-align: center;
    }

    .topdestinationin {
        padding: 10px 10px 0;
        text-align: center;
        width: 100%;
    }

    .topdestination h3 {
        margin: 0 0 10px;
        padding: 10px 0 0;
    }

    .destino {
        float: none;
        margin: 10px 0 0;
        position: relative;
        clear: both;
        vertical-align: middle;
        text-align: center;
        display: inline-block;
    }

    .provideinslide .slick-prev, .provideinslide .slick-next {
        top: 50%;
        width: 34px;
        height: 66px;
        box-shadow: 0px 1px 19px rgba(9,75,130,0.50);
        background-position: 7px 28px;
        background-size: 16px;
    }

    .provideinslide .slick-next {
        background-position: 10px -140px;
    }

        .provideinslide .slick-prev:hover, .provideinslide .slick-prev:focus, .provideinslide .slick-next:hover, .provideinslide .slick-next:focus {
            box-shadow: 0 1px 19px rgba(225,26,85,0.50);
        }

    .provideinicon {
        margin-top: 0;
    }

    .welknowleft .box span {
        font-size: 18px;
        padding: 140px 12px 0;
        line-height: 26px;
    }

    .offerariain .welknowleft .box {
        max-width: 230px;
        min-height: 240px;
        margin: 0 20px 40px;
    }


    .footertop {
        padding: 20px 0;
    }

    .footertopleft {
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    .footerlogo a {
        float: none;
        display: inline-block;
        width: 220px;
    }

    .footernav {
        padding: 0 60px 0 0;
    }

        .footernav ul li {
            padding: 0 0 10px;
        }

    .footerbottom {
        text-align: center;
    }

    .copyrights {
        width: 100%;
    }

    .poweredby {
        padding: 15px 0 0;
    }

    .copyrights {
        padding: 20px 0 0;
    }

    .offeraria {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {

    .headerightop p {
        font-size: 13px;
        margin: 0 0 12px !important;
        display: block;
    }

    .headerightop span {
        display: none;
    }

    .headerightop span {
        vertical-align: top;
        font-size: 13px;
    }

    .agntlogin {
        margin: 0;
        display: inline-block;
        float: none;
    }

    .headeright {
        padding: 10px 0 0;
    }

    .agntlogin .dropdown-menu {
        margin: 6px 0 0;
        left: -27px;
        min-width: 160px;
    }

    /* leftmenu start */

    .headermenu {
        position: absolute;
        top: 10px;
        margin: 0;
        left: 3px;
    }

    .fixedbtn {
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            left: 0;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #094b82;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 7px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 99999;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #094b82;
        }

    .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: 14px;
        padding: 0 0 0 10px;
        color: #094b82;
        margin: 5px 0 0;
        border: none;
    }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.95);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .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: #e11a55;
            border: none;
        }

        .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: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    /* leftmenu end */

    .bannerwrapper {
        padding: 0 0 40px;
    }

    .inputgroup, .inputgroup.inputgroup02 {
        width: 100%;
        position: relative;
    }

    .inputinr.inputinrswap02 input[type="text"] {
        border-right: none !important;
    }

    .inputgroup.inputgroup02 {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 0 5px;
    }

    .slideraria {
        text-align: center;
    }

    .titleleft {
        margin: 10px 0 30px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .titleleft h1 {
            margin: 0 0 22px;
            font-size: 28px;
            line-height: 32px;
        }

        .titleleft a {
            font-size: 14px;
            padding: 10px;
            margin: 0;
            letter-spacing: 1px;
        }

    .sliderwrap {
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .sliderwrapin .carousel-inner {
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.20);
        max-width: 100%;
    }

    .aboutaria {
        padding: 10px 0;
    }

    .offerariain .welknowleft .box {
        margin: 0 20px 40px;
    }

    .footernav {
        padding: 0 40px 0 0;
    }

        .footernav.footernav02 {
            padding: 4px 0 0 40px;
        }

    .bottomsocial {
        padding: 6px 0 10px;
    }

    .footercontact p {
        margin: 0 0 10px;
    }

    .offeraria .welknowright {
        font-size: 30px;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 639px) {

    .inputgroup.inputgroup01 {
        padding: 0 0 0 10px;
    }

    .inputinr select, .inputinr input[type="text"] {
        font-size: 12px;
        padding: 10px 0 0 20px;
    }

    .inputinr.inputinrswap02 {
        padding: 20px 0 0 35px;
    }

    .inputinr.inputinr02 {
        padding-left: 10px;
    }

    .inputinr.inputinr03 {
        padding-left: 36px;
    }

    .offeraria .welknowright {
        min-height: initial;
        width: 100%;
        font-size: 20px;
        padding: 20px 10px;
    }

    .galleryaria {
        padding: 20px 0;
    }

    .footernav {
        width: 50%;
        padding: 0 !important;
    }

    .footeright {
        float: left;
        width: 100%;
        text-align: center;
    }

    .bottomsocial a {
        margin: 0 2px;
        float: none;
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        padding: 1px 0 0;
    }

    .footercontact {
        text-align: center;
    }

        .footercontact p {
            font-size: 14px;
            line-height: normal;
            margin: 0 0 6px;
        }

    .poweredby {
        padding: 10px 0 0;
        float: none;
        display: inline-block;
    }

    .footerlins {
        float: left;
        padding: 10px 0 5px;
        width: 100%;
    }

        .footerlins a {
            float: none;
            display: inline-block;
            padding: 0 10px 0 0;
        }

            .footerlins a.footerlins02 {
                margin-left: 0;
                padding: 0 0 0 10px;
            }

    .footertop {
        padding: 20px 0;
    }

    .footernav ul li a {
        font-size: 14px;
    }

    .offerariain .welknowleft .box {
        margin: 0 10px 25px;
        max-width: 210px;
    }

    .headerightop p i {
        display: block;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .sitelogo a {
        float: none;
        display: inline-block;
        width: 160px;
    }

    .headerightop p {
        margin: 0 0 6px !important;
    }


        .headerightop p a.phoneicon {
            padding: 0 0 0 38px;
        }

    .bookingform {
        padding: 5px;
    }

    .swapicon {
        background-position: center -240px;
        top: 54px;
        left: auto;
        right: 0;
        width: 60px;
        height: 26px;
        background-size: 50px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .righticon {
        background-position: center -327px;
        top: 65px;
        left: auto;
        right: 0;
        width: 57px;
        height: 10px;
        background-size: 50px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .inputgroup.inputgroup01 {
        padding: 0;
    }

    .inputgroup.inputgroup02 {
        border-top: none;
        border-bottom: none;
    }

    .inputinr.inputinrswap02 input[type="text"] {
        padding-left: 20px;
    }

    .inputinr {
        float: left;
        padding: 0 0 0 10px !important;
        width: 100%;
        border: 1px solid #e5e5e5;
        margin: 10px 0 0;
    }

    .searchbutton input[type="submit"] {
        margin: 10px 0 0;
    }

    .floating-label {
        left: 20px;
        top: 5px;
    }

    .control:focus ~ .floating-label, .control:not(:focus):valid ~ .floating-label {
        left: 20px;
        top: 5px;
    }

    .titleleft h1 {
        margin: 0 0 22px;
        font-size: 22px;
        line-height: 24px;
    }

    .aboutpart h3 {
        font-size: 28px;
        margin: 5px 0;
        padding: 5px 0 0;
    }

    .aboutpart p {
        font-size: 15px;
        line-height: 22px;
    }

    .topdestination h3 {
        margin: 0 0 10px;
        padding: 5px 0 0;
        font-size: 26px;
    }

        .topdestination h3:before {
            width: 150px;
        }


    .destino img {
        max-width: 290px;
    }

    .offeraria .welknowright {
        font-size: 16px;
    }

    .sliderwrap a.carousel-control {
        background-position: 2px 18px;
        top: 50%;
        height: 50px;
        width: 24px;
        box-shadow: 4px 0 8px rgba(9,75,130,0.40);
    }

        .sliderwrap a.carousel-control:hover {
            box-shadow: 4px 0 8px rgba(227,0,15,0.40);
        }

        .sliderwrap a.carousel-control.right {
            background-position: 4px -150px;
            box-shadow: -4px 0 8px rgba(9,75,130,0.40);
        }

            .sliderwrap a.carousel-control.right:hover {
                box-shadow: -4px 0 8px rgba(227,0,15,0.40);
            }

    .provideinicon {
        height: 330px;
        max-width: 300px;
    }

        .provideinicon img {
            position: relative;
            margin: 40px 0 0 70px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.25);
        }

    .provideinslide .slick-slide img {
        display: block;
        width: 200px;
    }

    .provideinslide .provideinicon:before {
        height: 290px;
        width: 120px;
        border-radius: 130px 0 0 130px;
        left: 25px;
        top: 0;
    }

    .provideinslide .slick-prev, .provideinslide .slick-next {
        top: 46%;
        width: 25px;
        height: 50px;
        box-shadow: 0px 1px 15px rgba(9,75,130,0.50);
        background-position: 2px 17px;
    }

    .provideinslide .slick-next {
        background-position: 6px -150px;
    }

    .galleryaria {
        padding: 20px 0 10px;
    }

    .provideinslide {
        min-height: initial;
    }

    .galleryaria h3 {
        font-size: 30px;
        margin: 6px 0 20px;
        padding: 10px 0 0;
    }

        .galleryaria h3:after {
            width: 120px;
        }

    .footernav {
        padding: 0 0 12px;
    }

        .footernav.footernav02 {
            padding: 0 0 0 10px;
        }

    .footerlogo a {
        float: none;
        display: inline-block;
        max-width: 210px;
    }

    .copyrights span {
        display: block;
    }

    .grvcontentrow .grvcontent div {
        font-size: 11px;
    }
}
