﻿@charset "utf-8";
/* CSS Document */

.SearchRow {
    text-align: right;
}

.LoginGlassBtn {
    background: rgba(255,255,255,0);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
    padding: 5px 10px;
}

.SearchBox {
    background: rgba(255,255,255,0.1) url(../Vacuba/images/search.png) no-repeat right;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    padding: 5px 30px 5px 20px !important;
    font-size: 13px !important;
}

.navbar-brand > img {
    max-width: 250px;
    position: relative;
    top: -3px;
}

.HeaderRow {
}

.HeadingWhite_Lg {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
}

.HeadingGreen_Lg {
    color: #2542c7;
    font-size: 28px;
    font-weight: 100;
}

.FlightBooking {
    width: 100%;
    float: left;
}

.form-right {
    float: right;
}

    .form-right .cstmTabContent {
        /*float: right;*/
    }

.navbar-collapse.collapse.in {
    display: none;
}

.navbar-hide {
    display: block !important
}

@media (max-width:767px) {
    .HeadingWhite_Lg {
        text-align: left;
    }

    .navbar-collapse {
        background: #fff;
        margin: 0px !important;
    }

    .col-xs-12.updatePanel_border {
        width: 100%;
    }
}

.HowitWorks {
    width: 45%;
    float: left;
}

.TabBtn {
    width: 120px;
    float: left;
}

.TabContent {
    width: calc(100% - 70px);
    float: left;
}

.cstmTabContent {
    width: calc(100%);
    float: left;
}

.padding-l-60 {
    padding-left: 10px;
}

.TabBtn ul li {
    display: block;
    width: 100%;
    text-align: center;
}

.nav-tabs > li.active .glyphicon {
    background: #31a3dd !important;
    color: #fff !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
}

.nav-tabs > li .glyphicon {
    background: transparent !important;
    color: #fff !important;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
}

.tab-content {
    background: hsla(0,0%,100%,.8);
    color: #423f3f;
    padding: 20px;
    border-radius: 15px;
}

    .tab-content:hover {
    }

.TabHeading {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}

    .TabHeading span {
        float: right;
    }

.whiteControll {
    border: 1px dashed #fff !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 0px 10px !important;
}



.select-style {
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: transparent url(../VaCuba/images/selectArrow3.png) no-repeat 100% 4px !important;
    background-size: 20px;
    z-index: 999;
    position: relative;
}

    .select-style select {
        padding: 5px 8px;
        width: 100%;
        border: 1px solid #ccc;
        box-shadow: none;
        background-color: transparent;
        background-image: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        padding-right: 30px;
        font-size: 13px !important;
        min-height: 32px;
        line-height: 18px;
        border-radius: 15px;
    }

        .select-style select option {
            color: #999 !important;
        }

        .select-style select:focus {
            outline: none;
            /* border: 1px solid #afafaf; */
        }

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none !important;
    appearance: none !important;
}

.tab-pane .form-group {
    margin-bottom: 10px;
}

.control-label {
    color: #423f3f;
    font-weight: normal;
    font-size: 14px;
}

.WayDefine .nav > li > a {
    position: relative;
    color: #3f3f40 !important;
    display: block;
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
    background: transparent !important;
    /* position: relative; */
    /* left: 5px; */
    padding: 10px 15px;
    text-indent: 12px;
}

.WayDefine .nav > li.active > a {
    color: #333 !important;
}

.SearchBtn .btn {
    display: inline-block !important;
    width: 100%;
    border-radius: 0px;
    margin-top: 5px !important;
    background-color: #5fb045 !important;
}

.HeadingWhite_sm {
    margin: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
}

.RightContainer {
    padding-left: 20px;
}

.yellowBox {
    background: #5fb045;
    display: inline-block;
    padding: 20px 20px;
    text-decoration: none !important;
    margin: 1px -2px 0px 0px;
    min-width: 190px;
    /* width: 50%; */
}

    .yellowBox h3 {
        font-size: 14px;
        margin: 0px;
        font-weight: 100;
    }

    .yellowBox span {
        color: #31a3dd !important;
        font-size: 12px;
    }

.DirectLinks {
    margin-top: 20px;
}

@media screen and (max-width:940px) {
    .yellowBox {
        background: #5fb045;
        display: block;
        padding: 10px;
        text-decoration: none !important;
        margin: 1px -2px 0px 0px;
        min-width: 190px;
        text-align: center;
    }

        .yellowBox h3 {
            margin: 0px !important;
        }
}


@media screen and (max-width:790px) {
    .DirectLinks {
        margin-top: 20px;
        text-align: center;
    }

    .FlightBooking {
        width: 100%;
        float: left;
    }

    .HowitWorks {
        width: 100%;
        float: left;
    }

    .yellowBox {
        background: #5fb045;
        display: inline-block;
        padding: 10px 0px;
        text-decoration: none !important;
        margin: 2px 0px !Important;
        min-width: inherit;
        text-align: center;
        width: 180px;
    }
}

.PageTabContainer {
    background: #31a3dd;
    margin-top: 60px;
}

    .PageTabContainer .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        background: #5fb045 !important;
        opacity: 1;
    }

    .PageTabContainer .nav-tabs > li > a:focus {
        background: #5fb045i !important;
    }

    .PageTabContainer .nav-tabs > li > a {
        background: transparent !important;
        margin: 0px;
    }

    .PageTabContainer .nav-tabs > li.active {
        position: relative;
    }

        .PageTabContainer .nav-tabs > li.active:after, .PageTabContainer .nav-tabs > li.active:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .PageTabContainer .nav-tabs > li.active:after {
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #5fb045;
            border-width: 8px;
            margin-left: -8px;
        }

.pageContent .tab-content {
    background: #fff !important;
    color: #333;
}

.OfferItem {
    width: 32%;
    margin-bottom: 10px; /* vertical-align: -webkit-baseline-middle; */ /* border: 1px solid #31a3dd; */
    float: left;
    margin-right: 1%;
    background: #31a3dd;
}

.OfferImage {
    height: 140px;
    overflow: hidden;
    width: 140px;
    float: left;
}

    .OfferImage img {
        width: 100%;
    }

.OfferDetail {
    background: #31a3dd;
    padding: 10px; /* box-shadow: 0px -8px 8px -7px rgba(0,0,0,0.9); */
    position: relative;
    color: #fff;
    float: left;
    width: calc(100% - 140px);
}

.FlightLocation {
    margin: 0px;
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}

.TakeOff {
}

    .TakeOff h6 {
        color: #5fb045;
        margin: 10px 0px 0px 0px;
        font-weight: 400;
    }

    .TakeOff p {
        margin: 0px;
    }

.halfContainer {
    float: left;
    width: 50%;
}

.TotalTime {
    font-size: 12px;
}

.flightNumber {
    display: none;
}

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 55px 50px;
    margin-top: 80px;
}

    .footer-distributed .footer-left {
        width: 40%;
    }

    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }


        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    .footer-distributed .footer-center {
        width: 35%;
    }

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about span {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

.footer-center {
    color: #fff;
}

.OfferContainer {
    margin-top: 20px;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.dashedField {
    border: 1px solid #ccc;
}

    .dashedField input {
        box-shadow: none !important;
        height: 30px;
        color: #000 !important;
        font-size: 13px !important;
        text-indent: 10px;
    }

    .dashedField span.input-group-addon {
        color: #fff !important;
        padding-right: 7px;
        background: transparent;
        border: none;
        position: relative;
        display: block;
        right: 20px;
    }

#roundtrip .input-group.date.dashedField {
    width: 100%;
}

    #roundtrip .input-group.date.dashedField input {
        z-index: 1;
    }
/*.input-append{ border: 1px dashed #fff;}
.input-append input[type="text"]{ background: transparent !important;font-size: 12px;text-indent: 10px;border: 0px !important;box-shadow: none !important;}
.input-append .add-on{ float: right;background: transparent !important;border: 0px;}*/

.Slides {
    min-height: 600px;
}

.Slider1 {
    background: url('../img/AztecAirCharter/bg_public.jpg') no-repeat;
    background-size: cover;
}

.Slider2 {
    background: url('../img/AztecAirCharter/bg_public1.jpg') no-repeat;
    background-size: cover;
}

.Slider3 {
    background: url('../img/AztecAirCharter/bg_public2.jpg') no-repeat;
    background-size: cover;
}

.Slider4 {
    background: url('../img/AztecAirCharter/bg_public3.jpg') no-repeat;
    background-size: cover;
}

.Slider5 {
    background: url('../img/AztecAirCharter/bg_public4.jpg') no-repeat;
    background-size: cover;
}

.Slider6 {
    background: url('../img/AztecAirCharter/bg_public5.jpg') no-repeat;
    background-size: cover;
}

.topMemu {
    border-color: transparent;
    /*background: red;*/
    /*background: linear-gradient(to bottom, #2542c7 0%,#12bade 100%);*/
    /*background: -moz-linear-gradient(top, #2b91c4 0%, #51c5ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b91c4), color-stop(100%,#51c5ff));
    background: -webkit-linear-gradient(top, #2b91c4 0%,#51c5ff 100%);
    background: -o-linear-gradient(top, #2b91c4 0%,#51c5ff 100%);
    background: -ms-linear-gradient(top, #2b91c4 0%,#51c5ff 100%);
    background: linear-gradient(to bottom, #2b91c4 0%,#51c5ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b91c4', endColorstr='#51c5ff',GradientType=0 );*/
    /*position: fixed;*/
    z-index: 100;
    width: 100%;
    top: 0px;
    background: #2542c7 !important;
}

    .topMemu li a {
        color: #000;
        font-weight: 600;
    }

.hotel .dropdown-menu li a {
    left: 80px !important;
    position: relative;
}

.topMemu .navbar-brand {
    margin-right: 0px !important;
}


.topMemu .form-control {
    border: 1px #fff solid;
    background: #fff;
    box-shadow: none !important;
    position: relative;
    top: 31px;
    padding: 2px 20px 2px 5px !important;
    font-size: 14px !important;
    height: 28px;
}

@media screen and ( min-width:180px) and (max-width:991px) {
    .navbar-brand > img {
        top: 0px;
    }

    .carousel-control {
        display: none;
    }

    .topMemu .form-control {
        top: 0px;
    }
}

@media screen and ( min-width:431px) and (max-width:790px) {
    .pets-mobile {
        padding-right: 0px !important;
        padding-left: 11px !important;
    }

    .Slides {
        min-height: 1050px;
    }
}

@media screen and ( min-width:101px) and (max-width:430px) {
    .Slides {
        min-height: 1230px;
    }
}

.MainBannerWraper {
    top: 20px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.topMemu .glyphicon-search {
    position: absolute;
    top: 37px;
    right: 5px;
}
/*24-10-2017*/
.Group_Banner {
    height: 200px;
    background: url(/img/friends-vacation-packages.jpg) no-repeat center;
    background-size: cover;
    background-position: right;
    width: 100%;
    position: relative;
}

.ScheduleHeading {
    color: #31a3dd;
    padding: 5px 0px;
    font-size: 24px;
    font-weight: 100;
}

.VisaServices p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(/img/BodyBg.jpg) fixed #fff;
    background-size: cover;
    overflow-x: hidden;
}

.InnerBody {
    padding-bottom: 60px;
    padding-top: 81px;
}

.Group_Banner h1 {
    font-weight: 100;
    padding-left: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 100px;
}

.FlightSchedule_Details {
    margin: 20px 0px;
}

.InnerHeading {
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    padding: 20px 0px;
    color: #31a3dd;
}

.ThirdHalf {
    float: left;
    width: 33.33%;
}

.ServicesInner .InnerTourContent {
    min-height: 360px !important;
}

.InnerTourContent {
    width: 90%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0px 1px 3px #ccc;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 360px;
}

.TourImage {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 3px 3px 0px 0px;
}

    .TourImage img {
        width: 100%;
    }

.TourHeading {
    color: #31a3dd;
    font-size: 17px;
    text-align: center;
    padding: 10px 0px;
}

.ServicesInner .TourDeacription {
    min-height: 100px !important;
}

.TourDeacription {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    padding-bottom: 20px;
    min-height: 110px;
}

.ReadMoreBtn {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.Visa_Banner {
    height: 200px;
    width: 100%;
    position: relative;
    background: url(/img/banner2-passport.jpg) left center / cover no-repeat;
    background-position: left center;
}

.InnerBody h1 {
    padding-left: 0px;
}

.Visa_Banner h1 {
    font-weight: 100;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    margin-top: 100px;
}

.FlightSchedule_Details {
    margin: 20px 0px;
}

.box_left {
    background: #333;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    padding-bottom: 0px;
}

.dropdown:hover {
    background-color: #31A3DD;
}


.AboutUs_Banner {
    height: 200px;
    background: url(/img/AboutUs.jpg) no-repeat bottom;
    background-size: cover;
    background-position: right;
    width: 100%;
    position: relative;
}

.InnerBody h1 {
    padding-left: 0px;
}

.AboutUs_Banner h1 {
    font-weight: 100;
    padding-left: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 100px;
}

.FlightSchedule_Details {
    margin: 20px 0px;
}

.VisaServices p {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    margin-bottom: 10px;
}

.TermsPolicy p {
    font-size: 15px !Important;
    text-align: justify;
}

.ScheduleHeading {
    color: #31a3dd;
    padding: 5px 0px;
    font-size: 24px;
    font-weight: 100;
}

.CallUs {
    font-size: 20px;
    font-weight: bold;
    color: #31a3dd;
}

.UserReservationDetails {
    margin: 20px 10px;
}

    .UserReservationDetails input {
        margin-bottom: 20px;
        background: #fff;
        color: #333;
        font-size: 14px;
        font-weight: normal;
        text-indent: 10px;
        box-shadow: 0px 0px 1px #ccc !important;
    }


.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 16px;
    font-size: 13px;
    line-height: 1.846;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0,0,0,0.5) !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.UserReservationDetails textarea {
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-indent: 10px;
    box-shadow: 0px 0px 1px #ccc !important;
}

.heading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.table_container table, .table_container th, .table_container td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 5px 10px;
}

.input input {
    outline: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #000 !important;
    max-width: 190px;
}

.blue {
    color: rgb(0,112,192);
    font-size: 12px;
}

.gren {
    color: rgb(83,129,53);
    font-size: 12px;
}

.license input {
    outline: none;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #000 !important;
    width: 300px;
}

textarea, textarea.form-control, input.form-control, input[type=text], input[type=password], input[type=email], input[type=number], [type=text].form-control, [type=password].form-control, [type=email].form-control, [type=tel].form-control, [contenteditable].form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0px 0 #dddddd;
    box-shadow: inset 0 0px 0 #dddddd;
    font-size: 16px;
    /* background: rgba(255,255,255,0.3); */
    border: 0px !important;
    width: 100% !important;
}

.heading2 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    font-weight: 500;
}

.para {
    padding: 10px 5px;
}

.para_left {
    width: 50%;
    float: left;
}

.head3 {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.para_right {
    width: 50%;
    float: left;
}

@media screen and (min-width: 850px) {
    .GallerySlider {
        margin: 20px auto;
        width: 90%;
    }
}

.GallerySlider {
    margin: 20px 0px;
}

}

/**slider*/
.SliderTitleContainer {
    width: 100%;
    margin: auto;
    position: absolute;
    background: rgba(0,0,0,0.5);
    height: 100%;
    top: 0px;
}

.InnerContentTitle {
    text-align: center;
    color: #fff;
    margin: auto;
    width: 100%;
    padding: 10px;
}

.MainBorderContent {
    padding: 10px;
    margin-top: 280px;
    font-size: 20px;
}

.SliderTitle {
    text-align: center;
    color: #fff;
    padding: 10px 0px 20px 0px;
    margin-bottom: 10px;
    background: url('../images/borderBtm.png') no-repeat center bottom;
}

.bannerbtn {
    padding-top: 50px;
}

    .bannerbtn .BtnBlue:hover {
        box-shadow: 200px 0px 0px 0px #2275ad inset !important;
    }

.SliderName {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 26px 0px 30px 0px;
    font-weight: 100;
}

.YellowBtn {
    padding: 6px 20px;
    background: #1b476a;
    display: inline-block;
    margin: 30px 0px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
}

.MainHeading_Lg {
    text-align: center;
    margin: 20px 0px;
    font-size: 32px;
    font-weight: 100;
}

.LoadingContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #ededee;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

    .LoadingContainer img {
        width: 323px;
        margin: auto;
        position: relative;
        top: 35%;
        display: flex;
    }


.mycanvas {
    display: none !important;
}

.ken_img {
    position: relative !important;
    /*left: 0 !important; 
	top: 0 !important;*/
    display: block;
    max-width: none !important;
    min-width: none !important;
    max-height: none !important;
    min-height: none !important;
    /*width: auto !important;
	height: auto !important;*/
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.setAsBg {
    position: fixed;
    z-index: 0;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    overflow: hidden;
}

.bannerscollection_zoominout {
    position: relative;
    line-height: 20px;
}

    .bannerscollection_zoominout img {
        position: relative;
        display: block;
        max-width: inherit;
        max-height: inherit;
        -webkit-backface-visibility: hidden;
        *max-width: 200%;
        *max-height: 200%;
        /*width:inherit;
	height:inherit;	*/
    }

.bannerscollection_zoominout_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.bannerscollection_zoominout .contentHolderVisibleWrapper {
    position: absolute;
    overflow: hidden;
    margin-top: 0px;
    *margin-top: -20px;
}

.bannerscollection_zoominout .contentHolder {
    position: absolute;
}

.bannerscollection_zoominout .contentHolderUnit {
    /*position:relative;
	float:left;*/
    display: block;
    overflow: hidden;
}


.mycanvas {
    /*border:1px solid #ff0000;*/
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
}

.myloader {
    background: url(skins/loader.gif);
    width: 37px;
    height: 37px;
    position: absolute;
    left: 49%;
    top: 49%;
    z-index: 5;
}



/***opportune SKIN***/
.bannerscollection_zoominout.opportune .contentHolderVisibleWrapper {
    position: absolute;
    overflow: hidden;
    margin-top: 0px;
}

.bannerscollection_zoominout.opportune .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
}

.bannerscollection_zoominout.opportune .leftNav {
    position: absolute;
    left: 0px;
    width: 63px;
    height: 72px;
    background: url(../images/banner/leftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.opportune .leftNav:hover {
        background: url(../images/banner/leftNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.opportune .rightNav {
    position: absolute;
    right: 0px;
    width: 63px;
    height: 72px;
    background: url(../images/banner/rightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.opportune .rightNav:hover {
        background: url(../images/banner/rightNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.opportune .bottomNav {
    position: absolute;
    width: 0px;
    height: 24px;
    bottom: -56px;
    z-index: 3;
    padding-left: 9px;
}

.bannerscollection_zoominout.opportune .bottomNavButtonOFF {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/banner/bottomNavOFF.png) 0 0 no-repeat;
    padding-left: 6px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bannerscollection_zoominout.opportune .bottomNavButtonON {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    padding-left: 6px;
    background: url(../images/banner/bottomNavON.png) 0 0 no-repeat;
    cursor: pointer;
}



.bannerscollection_zoominout.opportune .bottomOverThumb {
    position: absolute;
    width: 88px;
    height: 95px;
    background: url(../images/banner/bottomOverThumbBg.png) 0px 0px no-repeat;
    bottom: 25px;
    margin-left: -44px;
}

.bannerscollection_zoominout.opportune .innerBottomOverThumb {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 4px 0 0 4px;
    overflow: hidden;
}

.bannerscollection_zoominout.opportune .bottomOverThumb img {
}

.bannerscollection_zoominout.opportune .playOver {
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(../images/banner/play_overOFF.png) 0 0 no-repeat;
    display: none;
    z-index: 4;
    cursor: pointer;
}

    .bannerscollection_zoominout.opportune .playOver:hover {
        background: url(../images/banner/play_overON.png) 0 0 no-repeat;
        display: none;
        z-index: 4;
        cursor: pointer;
    }













/***majestic SKIN***/
.bannerscollection_zoominout.majestic .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
}

.bannerscollection_zoominout.majestic .leftNav {
    position: absolute;
    left: 0px;
    width: 70px;
    height: 70px;
    background: url(../images/banner/leftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.majestic .leftNav:hover {
        background: url(../images/banner/leftNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.majestic .rightNav {
    position: absolute;
    right: 0px;
    width: 70px;
    height: 70px;
    background: url(../images/banner/rightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.majestic .rightNav:hover {
        background: url(../images/banner/rightNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.majestic .playOver {
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(../images/banner/play_overOFF.png) 0 0 no-repeat;
    display: none;
    z-index: 4;
    cursor: pointer;
}

    .bannerscollection_zoominout.majestic .playOver:hover {
        background: url(../images/banner/play_overON.png) 0 0 no-repeat;
        display: none;
        z-index: 4;
        cursor: pointer;
    }

/* thumbs */
.bannerscollection_zoominout.majestic .thumbsHolderWrapper {
    position: absolute;
    height: 135px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    z-index: 2;
}

.bannerscollection_zoominout.majestic .thumbsHolderVisibleWrapper {
    position: absolute;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.bannerscollection_zoominout.majestic .thumbsHolder {
    position: absolute;
}

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF {
    float: left;
    display: block;
    width: 107px;
    height: 60px;
    cursor: pointer;
}


    .bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF img {
        position: relative;
    }

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbON {
    background: url(../images/banner/thumbActiveArrow.png) center 0px no-repeat;
}

    .bannerscollection_zoominout.majestic .thumbsHolder_ThumbON img {
        position: relative;
    }


.bannerscollection_zoominout.majestic .carouselLeftNav {
    position: absolute;
    width: 16px;
    height: 135px;
    background: url(../images/banner/carouselLeftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.majestic .carouselLeftNav:hover {
        background: url(../images/banner/carouselLeftNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.majestic .carouselLeftNavDisabled {
    background: url(../images/banner/carouselLeftNavDisable.png) 0 0 no-repeat;
    cursor: default;
}

    .bannerscollection_zoominout.majestic .carouselLeftNavDisabled:hover {
        background: url(../images/banner/carouselLeftNavDisable.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.majestic .carouselRightNav {
    position: absolute;
    width: 16px;
    height: 135px;
    background: url(../images/banner/carouselRightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.majestic .carouselRightNav:hover {
        background: url(../images/banner/carouselRightNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.majestic .carouselRightNavDisabled {
    background: url(../images/banner/carouselRightNavDisable.png) 0 0 no-repeat;
    cursor: default;
}

    .bannerscollection_zoominout.majestic .carouselRightNavDisabled:hover {
        background: url(../images/banner/carouselRightNavDisable.png) 0 0 no-repeat;
    }





/***generous SKIN***/
.bannerscollection_zoominout.generous .bannerControls {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
}

.bannerscollection_zoominout.generous .leftNav {
    position: absolute;
    left: 0px;
    margin-top: -16px;
    width: 60px;
    height: 110px;
    background: url(../images/banner/leftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .leftNav:hover {
        background: url(../images/banner/leftNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.generous .rightNav {
    position: absolute;
    right: 0px;
    margin-top: -16px;
    width: 60px;
    height: 110px;
    background: url(../images/banner/rightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .rightNav:hover {
        background: url(../images/banner/rightNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.generous .playOver {
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(../images/banner/play_overOFF.png) 0 0 no-repeat;
    display: none;
    z-index: 4;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .playOver:hover {
        background: url(../images/banner/play_overON.png) 0 0 no-repeat;
        display: none;
        z-index: 4;
        cursor: pointer;
    }



/* thumbs */
.bannerscollection_zoominout.generous .thumbsHolderWrapper {
    position: absolute;
    background: url(../images/banner/thumbsBg.png) repeat-x;
    height: 110px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.bannerscollection_zoominout.generous .thumbsHolderVisibleWrapper {
    position: absolute;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.bannerscollection_zoominout.generous .thumbsHolder {
    position: absolute;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF {
    float: left;
    display: block;
    width: 110px;
    height: 65px;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a img, .thumbsHolder_ThumbOFF a {
        border: none;
        overflow: hidden;
        float: left;
    }

    .bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a:hover {
        border: #F00 2px solid;
    }

        .bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a:hover img {
            margin: -2px;
        }

    .bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF img {
        position: relative;
    }

.bannerscollection_zoominout.generous .thumbsHolder_ThumbON {
    background: url(../images/banner/thumbActiveArrow.png) center 0px no-repeat;
}

    .bannerscollection_zoominout.generous .thumbsHolder_ThumbON a img, .thumbsHolder_ThumbON a {
        border: none;
        overflow: hidden;
        float: left;
    }

    .bannerscollection_zoominout.generous .thumbsHolder_ThumbON a:hover {
        border: #F00 3px solid;
    }

        .bannerscollection_zoominout.generous .thumbsHolder_ThumbON a:hover img {
            margin: -3px;
        }

.bannerscollection_zoominout.generous .carouselLeftNav {
    position: absolute;
    width: 44px;
    height: 110px;
    background: url(../images/banner/carouselLeftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .carouselLeftNav:hover {
        background: url(../images/banner/carouselLeftNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.generous .carouselLeftNavDisabled {
    background: url(../images/banner/carouselLeftNavDisable.png) 0 0 no-repeat;
    cursor: default;
}

    .bannerscollection_zoominout.generous .carouselLeftNavDisabled:hover {
        background: url(../images/banner/carouselLeftNavDisable.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.generous .carouselRightNav {
    position: absolute;
    width: 44px;
    height: 110px;
    background: url(../images/banner/carouselRightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}

    .bannerscollection_zoominout.generous .carouselRightNav:hover {
        background: url(../images/banner/carouselRightNavON.png) 0 0 no-repeat;
    }

.bannerscollection_zoominout.generous .carouselRightNavDisabled {
    background: url(../images/banner/carouselRightNavDisable.png) 0 0 no-repeat;
    cursor: default;
}

    .bannerscollection_zoominout.generous .carouselRightNavDisabled:hover {
        background: url(../images/banner/carouselRightNavDisable.png) 0 0 no-repeat;
    }






















/*********************************Text Styles***************************************************/

.bannerscollection_zoominout_texts {
    position: absolute;
    z-index: 2;
    display: none;
    width: 100%;
}

.bannerscollection_zoominout_text_line {
    position: absolute;
}
/****/



/***OpportuneFixedDimensionsTexts***/

.textElement11_opportune {
    font: bold 25px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    color: #333333;
}

    .textElement11_opportune a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement11_opportune a:hover {
            color: #FF0000;
        }

.textElement12_opportune {
    font: bold 20px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #333333;
}

.textElement21_opportune {
    font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement22_opportune {
    font: bold 15px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement41_opportune {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
    color: #FFFFFF;
}

.textElement42_opportune {
    font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement43_opportune {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
    color: #FFFFFF;
}


.textElement51_opportune {
    font: bold 14px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement52_opportune {
    font: bold 48px 'Lato', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement53_opportune {
    font: 204px 'Arial', Verdana, Helvetica, sans-serif;
    line-height: 204px;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement54_opportune {
    font: 15px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
}


    .textElement54_opportune a {
        color: #ffffff;
    }

        .textElement54_opportune a:hover {
            color: #FF0000;
        }



.textElement61_opportune {
    font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement62_opportune {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
    text-transform: uppercase;
    color: #ffffff;
}


/***OpportuneFullWidthTexts***/


.highlight1 {
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.highlight1b {
    color: #FF0000;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.textElement11_opportuneFullWidth {
    padding: 4px 10px 4px 10px;
    background: url(images/textsBg/textBg_transparency.png);
    font: 48px 'Lato', sans-serif;
    line-height: 60px;
    color: #FFFFFF;
}

    .textElement11_opportuneFullWidth a {
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement11_opportuneFullWidth a:hover {
            color: #FF0000;
        }


.textElement21_opportuneFullWidth {
    font: bold 64px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 90px;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .textElement21_opportuneFullWidth a {
        text-transform: uppercase;
        color: #ff5656;
        text-decoration: none;
    }

        .textElement21_opportuneFullWidth a:hover {
            color: #d73c3c;
        }

.textElement22_opportuneFullWidth {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement41_opportuneFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    color: #FFFFFF;
}

.textElement42_opportuneFullWidth {
    font: bold 48px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement43_opportuneFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    color: #FFFFFF;
}


.textElement51_opportuneFullWidth {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 31px;
    color: #FFFFFF;
    text-shadow: #333333 1px 1px 0px;
}

.textElement52_opportuneFullWidth {
    font: bold 74px 'Lato', Verdana, Helvetica, sans-serif;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: #333333 1px 1px 0px;
}


.textElement53_opportuneFullWidth {
    font: 298px 'Arial', Verdana, Helvetica, sans-serif;
    line-height: 298px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: #333333 1px 1px 0px;
}

.textElement54_opportuneFullWidth {
    font: 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: #333333 1px 1px 0px;
}


    .textElement54_opportuneFullWidth a {
        color: #FFFFFF;
    }

        .textElement54_opportuneFullWidth a:hover {
            color: #FF0000;
        }



.textElement61_opportuneFullWidth {
    background: url(images/textsBg/textBg_transparency40.png);
    font: 52px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 60px;
    padding: 3px 6px 3px 6px;
    color: #ffffff;
}

.highlight6 {
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}






/***OpportuneFullScreenTexts***/

.textElement11_opportuneFullScreen {
    font: bold 48px 'Lato', Verdana, Helvetica, sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    color: #333333;
}

    .textElement11_opportuneFullScreen a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement11_opportuneFullScreen a:hover {
            color: #FF0000;
        }

.textElement12_opportuneFullScreen {
    font: bold 30px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
}


.textElement21_opportuneFullScreen {
    font: bold 64px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .textElement21_opportuneFullScreen a {
        text-transform: uppercase;
        color: #ff5656;
        text-decoration: none;
    }

        .textElement21_opportuneFullScreen a:hover {
            color: #d73c3c;
        }

.textElement22_opportuneFullScreen {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement41_opportuneFullScreen {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.textElement42_opportuneFullScreen {
    font: bold 48px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement43_opportuneFullScreen {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}


.textElement51_opportuneFullScreen {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement52_opportuneFullScreen {
    font: bold 74px/0.85em 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


.textElement53_opportuneFullScreen {
    font: 298px 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement54_opportuneFullScreen {
    font: 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


    .textElement54_opportuneFullScreen a {
        color: #000000;
    }

        .textElement54_opportuneFullScreen a:hover {
            color: #FF0000;
        }



.textElement61_opportuneFullScreen {
    font: bold 64px/1.0em 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement62_opportuneFullScreen {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}







/****majesticFixedDimensionsTexts***/
.highlight1_majestic {
    color: #fc2f3c;
}


.textElement11_majestic {
    font: bold 27px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement12_majestic {
    font: bold 18px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement13_majestic {
    font: bold 17px/17px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.textElement21_majestic {
    font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 56px;
    text-transform: uppercase;
    color: #000000;
}

.textElement22_majestic {
    font: bold 13px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
}

.textElement23_majestic {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}


.textElement31_majestic {
    font: bold 14px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement31b_majestic {
    font: bold 14px/18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement32_majestic {
    font: bold 38px/38px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement33_majestic {
    font: 206px/206px 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement34_majestic {
    font: 15px/21px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


    .textElement34_majestic a {
        color: #ffffff;
    }

        .textElement34_majestic a:hover {
            color: #FF0000;
        }

.textElement71_majestic {
    font: bold 18px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.textElement72_majestic {
    font: bold 26px/35px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement73_majestic {
    font: bold 18px/23px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.textElement50_majestic {
    width: 27%;
    height: 420px;
    background: url(images/textsBg/textBg_transparency70.png);
    text-align: left;
}

.textElement51_majestic {
    width: 25%;
    font: bold 16px/22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

    .textElement51_majestic a {
        color: #ff0000;
        text-decoration: none;
    }

        .textElement51_majestic a:hover {
            color: #ffffff;
        }

.textElement52_majestic {
    width: 25%;
    font: 14px/19px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
}

    .textElement52_majestic a {
        color: #ff0000;
        text-decoration: none;
    }

        .textElement52_majestic a:hover {
            color: #ff0000;
            text-decoration: underline;
        }




/****majesticFullWidthTexts***/

.textElement11FW_majestic {
    font: bold 50px/87px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: #6f8e06 1px 1px 0px;
}

.textElement12FW_majestic {
    font: 36px/40px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: #6f8e06 1px 1px 0px;
}

.textElement13FW_majestic {
    font: bold 37px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
    text-shadow: #6f8e06 1px 1px 0px;
}


.textElement21FW_majestic {
    font: bold 64px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 85px;
    text-transform: uppercase;
    color: #000000;
}

.textElement22FW_majestic {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}

.textElement23FW_majestic {
    font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
}

.textElement31FW_majestic {
    font: bold 24px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement32FW_majestic {
    font: bold 62px/62px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement33FW_majestic {
    font: 20px/20px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


    .textElement33FW_majestic a {
        color: #ffffff;
    }

        .textElement33FW_majestic a:hover {
            color: #FF0000;
        }


.textElement50FW_majestic {
    width: 27%;
    height: 620px;
    background: url(images/textsBg/textBg_transparency70.png);
    text-align: left;
}

.textElement51FW_majestic {
    width: 25%;
    font: bold 32px/38px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

    .textElement51FW_majestic a {
        color: #ff0000;
        text-decoration: none;
    }

        .textElement51FW_majestic a:hover {
            color: #ffd308;
        }

.textElement52FW_majestic {
    width: 25%;
    font: 18px/27px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
}

    .textElement52FW_majestic a {
        color: #ff0000;
        text-decoration: none;
    }

        .textElement52FW_majestic a:hover {
            color: #ff0000;
            text-decoration: underline;
        }


.textElement61FW_majestic {
    font: bold 21px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement61bFW_majestic {
    font: bold 21px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #ffffff;
}

.textElement62FW_majestic {
    font: bold 64px/65px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement63FW_majestic {
    font: 300px/305px 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement64FW_majestic {
    font: 22px/28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}


    .textElement64FW_majestic a {
        color: #ffffff;
    }

        .textElement64FW_majestic a:hover {
            color: #FF0000;
        }


.textElement70FW_majestic {
    width: 100%;
    height: 120px;
    background: url(images/textsBg/textBg_transparency70.png);
}

.textElement71FW_majestic {
    font: bold 32px/44px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

    .textElement71FW_majestic a {
        color: #ff0000;
        text-decoration: none;
    }

        .textElement71FW_majestic a:hover {
            color: #ffffff;
        }



.textElement81FW_majestic {
    font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}

.textElement82FW_majestic {
    font: bold 48px/64px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement83FW_majestic {
    font: bold 32px/42px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
}




/***majesticFullScreenTexts***/

.textElement11_majesticFullScreen {
    font: bold 104px/120px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #d41e3b;
}

.textElement12_majesticFullScreen {
    font: bold 64px/80px 'Lato', sans-serif;
    color: #000000;
}

.textElement13_majesticFullScreen {
    font: bold 48px/80px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #d41e3b;
}

    .textElement13_majesticFullScreen a {
        text-transform: uppercase;
        color: #d41e3b;
        text-decoration: none;
    }

        .textElement13_majesticFullScreen a:hover {
            text-decoration: underline;
        }


.textElement21_majesticFullScreen {
    font: bold 64px/85px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

    .textElement21_majesticFullScreen a {
        text-transform: uppercase;
        color: #ff5656;
        text-decoration: none;
    }

        .textElement21_majesticFullScreen a:hover {
            color: #d73c3c;
        }

.textElement22_majesticFullScreen {
    font: bold 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement41_majesticFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement42_majesticFullScreen {
    font: bold 48px/68px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement43_majesticFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}


.textElement51_majesticFullScreen {
    font: bold 22px/31px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement51b_majesticFullScreen {
    font: bold 22px/31px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement52_majesticFullScreen {
    font: bold 73px/72px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


.textElement53_majesticFullScreen {
    font: 330px/335px 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement54_majesticFullScreen {
    font: 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


    .textElement54_majesticFullScreen a {
        color: #000000;
    }

        .textElement54_majesticFullScreen a:hover {
            color: #FF0000;
        }



.textElement61_majesticFullScreen {
    font: bold 64px/74px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement62_majesticFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}




/****generousFixedDimensionsTexts***/


.textElement11_generous {
    font: bold 26px 'Lato', sans-serif;
    line-height: 35px;
    color: #FFFFFF;
}

.textElement12_generous {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
    color: #FFFFFF;
}

    .textElement12_generous a {
        text-transform: uppercase;
        color: #8dfa7f;
        text-decoration: none;
    }

        .textElement12_generous a:hover {
            text-decoration: underline;
        }

.textElement21_generous {
    font: bold 40px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement22_generous {
    font: bold 14px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 20px text-transform:uppercase;
    color: #FFFFFF;
}

.textElement23_generous {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement31_generous {
    font: bold 38px 'Lato', sans-serif;
    line-height: 45px;
    text-transform: uppercase;
    text-align: right;
    color: #000000;
}


.textElement32_generous {
    text-align: right;
    text-transform: uppercase;
    font: bold 24px 'Lato', sans-serif;
    line-height: 31px;
    color: #FFFFFF;
}

.textElement33_generous {
    text-transform: uppercase;
    font: 101px 'Lato', sans-serif;
    line-height: 110px;
    color: #FFFFFF;
}

    .textElement33_generous a {
        color: #ffffff;
        text-decoration: none;
    }

        .textElement33_generous a:hover {
            color: #FF0000;
        }


.orangex {
    color: #F60;
}


.textElement51_generous {
    font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement52_generous {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement61_generous {
    font: bold 14px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 18px;
    color: #ffffff;
}

.textElement62_generous {
    font: bold 42px 'Lato', sans-serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #ffffff;
}


.textElement63_generous {
    font: 210px 'Arial', Verdana, Helvetica, sans-serif;
    line-height: 222px;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement64_generous {
    font: 15px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}


    .textElement64_generous a {
        color: #ffffff;
    }

        .textElement64_generous a:hover {
            color: #FF0000;
        }

.textElement71_generous {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 24px;
    color: #FFFFFF;
}

.textElement72_generous {
    font: bold 26px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement73_generous {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 36px;
    color: #FFFFFF;
}




/***generousFullWidthTexts***/

.textElement11_generousFullWidth {
    font: bold 22px 'Lato', sans-serif;
    line-height: 31px;
    color: #FFFFFF;
}

.textElement12_generousFullWidth {
    font: bold 64px 'Lato', sans-serif;
    line-height: 66px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.textElement13_generousFullWidth {
    font: 305px 'Arial', Verdana, Helvetica, sans-serif;
    line-height: 315px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement14_generousFullWidth {
    font: 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}


    .textElement14_generousFullWidth a {
        color: #FFFFFF;
    }

        .textElement14_generousFullWidth a:hover {
            color: #FF0000;
        }



.textElement31_generousFullWidth {
    font: bold 44px 'Lato', sans-serif;
    line-height: 56px;
    text-transform: uppercase;
    text-align: right;
    color: #000000;
}


.textElement32_generousFullWidth {
    text-align: right;
    text-transform: uppercase;
    font: bold 28px 'Lato', sans-serif;
    line-height: 38px;
    color: #000000;
}

.textElement33_generousFullWidth {
    text-transform: uppercase;
    font: 115px 'Lato', sans-serif;
    line-height: 133px;
    color: #000000;
}

    .textElement33_generousFullWidth a {
        color: #FF0000;
        text-decoration: none;
    }

        .textElement33_generousFullWidth a:hover {
            color: #FF0000;
            text-decoration: underline;
        }


.textElement41_generousFullWidth {
    font: bold 74px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 95px;
    color: #FFFFFF;
}

    .textElement41_generousFullWidth a {
        color: #ff5656;
        text-decoration: none;
    }

        .textElement41_generousFullWidth a:hover {
            color: #d73c3c;
        }

.textElement42_generousFullWidth {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement43_generousFullWidth {
    font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement44_generousFullWidth {
    font: bold 44px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 56px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement51_generousFullWidth {
    font: bold 43px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 53px;
    text-transform: uppercase;
    color: #000000;
}

.textElement52_generousFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    text-transform: uppercase;
    color: #000000;
}

.textElement61_generousFullWidth {
    font: bold 38px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 54px;
    text-transform: uppercase;
    color: #000000;
}

.textElement62_generousFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    text-transform: uppercase;
    color: #000000;
}

    .textElement62_generousFullWidth a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement62_generousFullWidth a:hover {
            text-decoration: underline;
        }


.textElement71_generousFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    color: #FFFFFF;
}

.textElement72_generousFullWidth {
    font: bold 42px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement73_generousFullWidth {
    font: bold 28px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    color: #FFFFFF;
}




/***generousFullScreenTexts***/

.textElement11_generousFullScreen {
    font: bold 104px/120px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #ffea00;
}

.textElement12_generousFullScreen {
    font: bold 64px/80px 'Lato', sans-serif;
    color: #000000;
}

.textElement13_generousFullScreen {
    font: bold 48px/80px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #ffea00;
}

    .textElement13_generousFullScreen a {
        text-transform: uppercase;
        color: #ffea00;
        text-decoration: none;
    }

        .textElement13_generousFullScreen a:hover {
            text-decoration: underline;
        }


.textElement21_generousFullScreen {
    font: bold 64px/85px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

    .textElement21_generousFullScreen a {
        text-transform: uppercase;
        color: #ff5656;
        text-decoration: none;
    }

        .textElement21_generousFullScreen a:hover {
            color: #FFFFFF;
        }

.textElement22_generousFullScreen {
    font: bold 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement41_generousFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement42_generousFullScreen {
    font: bold 48px/68px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement43_generousFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}


.textElement51_generousFullScreen {
    font: bold 22px/31px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement51b_generousFullScreen {
    font: bold 22px/31px 'Droid Sans', Verdana, Helvetica, sans-serif;
    color: #000000;
}

.textElement52_generousFullScreen {
    font: bold 73px/72px 'Lato', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


.textElement53_generousFullScreen {
    font: 330px/335px 'Arial', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}

.textElement54_generousFullScreen {
    font: 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
}


    .textElement54_generousFullScreen a {
        color: #000000;
    }

        .textElement54_generousFullScreen a:hover {
            color: #FF0000;
        }



.textElement61_generousFullScreen {
    font: bold 64px/74px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}

.textElement62_generousFullScreen {
    font: bold 28px/37px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
}




/***SideBarsPlusTexts***/

/***300x600***/
.textElement11_300x600 {
    font: bold 34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement12_300x600 {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .textElement12_300x600 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement12_300x600 a:hover {
            color: #FF0000;
        }


.textElement21_300x600 {
    font: 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 31px;
    color: #FFFFFF;
}

.textElement22_300x600 {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}





/***728x90***/

.textElement10_728x90 {
    width: 30%;
    height: 260px;
    background: url(images/textsBg/textBg_transparency70.png);
}


.textElement11_728x90 {
    font: bold 34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement12_728x90 {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .textElement12_728x90 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement12_728x90 a:hover {
            text-decoration: underline;
        }


.textElement21_728x90 {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 31px;
    color: #FFFFFF;
}


    .textElement21_728x90 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement21_728x90 a:hover {
            text-decoration: underline;
        }


.textElement31_728x90 {
    font: bold 15px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 21px;
    color: #000000;
}

.textElement32_728x90 {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}






/***468x60***/

.textElement11_468x60 {
    font: bold 24px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
}

.textElement12_468x60 {
    font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

    .textElement12_468x60 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement12_468x60 a:hover {
            color: #FF0000;
        }


.textElement21_468x60 {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 22px;
    color: #FFFFFF;
}

    .textElement21_468x60 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement21_468x60 a:hover {
            color: #FF0000;
        }

.textElement31_468x60 {
    font: bold 11px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 21px;
    color: #FFFFFF;
}

.textElement32_468x60 {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}



/****MiniGallery1***/


.textElement11_MiniGallery1 {
    font: bold 26px 'Lato', sans-serif;
    line-height: 32px;
    color: #FFFFFF;
}

.textElement12_MiniGallery1 {
    font: bold 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 23px;
    color: #FFFFFF;
}

    .textElement12_MiniGallery1 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement12_MiniGallery1 a:hover {
            text-decoration: underline;
        }

.textElement31_MiniGallery1 {
    font: bold 32px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 37px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.textElement32_MiniGallery1 {
    font: bold 14px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 22px text-transform:uppercase;
    color: #FFFFFF;
}




.orangex {
    color: #F60;
}


.textElement51_MiniGallery1 {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
}






/***336x280***/

.textElement11_336x280 {
    font: bold 34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
}

.textElement12_336x280 {
    font: bold 22px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
}

    .textElement12_336x280 a {
        text-transform: uppercase;
        color: #ff6c00;
        text-decoration: none;
    }

        .textElement12_336x280 a:hover {
            color: #FF0000;
        }


.textElement21_336x280 {
    font: 16px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 25px;
    color: #FFFFFF;
}

.textElement22_336x280 {
    font: bold 18px 'Droid Sans', Verdana, Helvetica, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}



/*
.noTransition {
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:color 0 ease-in;
	transition:none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
}*/







/***FixedDimensionsTexts***/


.highlight1 {
    color: #FFd303;
}


.textElement11_FixedDimensions {
    font: bold 33px 'PT Sans', sans-serif;
    line-height: 33px;
    text-transform: uppercase;
    color: #005c8f;
}

.textElement12_FixedDimensions {
    font: bold 33px 'PT Sans', sans-serif;
    line-height: 33px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement13_FixedDimensions {
    font: 15px 'PT Sans', sans-serif;
    line-height: 15px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #d31900;
}

.textElement14_FixedDimensions {
    font: bold 15px 'PT Sans', sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement15_FixedDimensions {
    font: bold 67px 'PT Sans', sans-serif;
    line-height: 67px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement16_FixedDimensions {
    font: 24px 'PT Sans', sans-serif;
    line-height: 25px;
    color: #ff2508;
}

.textElement17_FixedDimensions {
    font: bold 15px 'PT Sans', sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    color: #005c8f;
}

    .textElement17_FixedDimensions a {
        font: bold 15px 'PT Sans', sans-serif;
        line-height: 15px;
        text-transform: uppercase;
        color: #005c8f;
        text-decoration: none;
    }

        .textElement17_FixedDimensions a:hover {
            color: #ff2508;
            text-decoration: underline;
        }


.textElement21_FixedDimensions {
    padding: 1px 2px 2px 2px;
    background: url(images/textsBg/textBg_transparency.png);
    font: 26px 'PT Sans', sans-serif;
    line-height: 26px;
    color: #FFFFFF;
}


.textElement22_FixedDimensions {
    padding: 1px 2px 2px 2px;
    background: url(images/textsBg/textBg_transparency.png);
    font: 26px 'PT Sans', sans-serif;
    line-height: 26px;
    color: #FFFFFF;
}

.textElement31_FixedDimensions {
    font: 25px 'PT Sans', sans-serif;
    line-height: 25px;
    color: #FFFFFF;
}

.textElement41_FixedDimensions {
    font: bold 22px 'PT Sans', sans-serif;
    line-height: 22px;
    padding: 1px 2px 1px 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000;
}

.textElement42_FixedDimensions {
    font: bold 22px 'PT Sans', sans-serif;
    line-height: 22px;
    padding: 1px 2px 1px 2px;
    text-transform: uppercase;
    color: #fff327;
    background-color: #f82b1f;
}

.textElement51_FixedDimensions {
    font: 28px 'PT Sans', Verdana, Helvetica, sans-serif;
    line-height: 28px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 1px 6px 1px 24px;
    background-color: #474747;
}

.textElement52_FixedDimensions {
    font: 28px 'PT Sans', Verdana, Helvetica, sans-serif;
    line-height: 28px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 1px 6px 1px 24px;
    background-color: #e1530c;
}








/***FullWidthTexts***/


.textElement11_FullWidth {
    font: bold 65px 'PT Sans', sans-serif;
    line-height: 65px;
    text-transform: uppercase;
    color: #005c8f;
}

.textElement12_FullWidth {
    font: bold 65px 'PT Sans', sans-serif;
    line-height: 65px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement13_FullWidth {
    font: 29px 'PT Sans', sans-serif;
    line-height: 29px;
    text-transform: capitalize;
    text-decoration: underline;
    color: #d31900;
}

.textElement14_FullWidth {
    font: bold 29px 'PT Sans', sans-serif;
    line-height: 29px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement15_FullWidth {
    font: bold 133px 'PT Sans', sans-serif;
    line-height: 133px;
    text-transform: uppercase;
    color: #ff2508;
}

.textElement16_FullWidth {
    font: 49px 'PT Sans', sans-serif;
    line-height: 49px;
    color: #ff2508;
}

.textElement17_FullWidth {
    font: bold 29px 'PT Sans', sans-serif;
    line-height: 29px;
    text-transform: uppercase;
    color: #005c8f;
}

    .textElement17_FullWidth a {
        font: bold 29px 'PT Sans', sans-serif;
        line-height: 29px;
        text-transform: uppercase;
        color: #005c8f;
        text-decoration: none;
    }

        .textElement17_FullWidth a:hover {
            color: #ff2508;
            text-decoration: underline;
        }


.textElement21_FullWidth {
    padding: 1px 2px 2px 2px;
    background: url(images/textsBg/textBg_transparency.png);
    font: 42px 'PT Sans', sans-serif;
    line-height: 42px;
    color: #FFFFFF;
}


.textElement22_FullWidth {
    padding: 1px 2px 2px 2px;
    background: url(images/textsBg/textBg_transparency.png);
    font: 42px 'PT Sans', sans-serif;
    line-height: 42px;
    color: #FFFFFF;
}


.textElement31_FullWidth {
    font: 52px 'PT Sans', sans-serif;
    line-height: 52px;
    color: #FFFFFF;
}


.textElement32_FullWidth {
    font: 50px 'PT Sans', sans-serif;
    line-height: 50px;
    color: #FFFFFF;
}


.textElement41_FullWidth {
    font: bold 40px 'PT Sans', sans-serif;
    line-height: 40px;
    padding: 1px 2px 1px 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000;
}

.textElement42_FullWidth {
    font: bold 40px 'PT Sans', sans-serif;
    line-height: 40px;
    padding: 1px 2px 1px 2px;
    text-transform: uppercase;
    color: #fff327;
    background-color: #f82b1f;
}


.textElement51_FullWidth {
    font: 40px 'PT Sans', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 1px 6px 1px 24px;
    background-color: #474747;
}

.textElement52_FullWidth {
    font: 40px 'PT Sans', Verdana, Helvetica, sans-serif;
    line-height: 40px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 1px 6px 1px 24px;
    background-color: #e1530c;
}

.hideElement {
    display: none;
}

@media screen and (max-width:767px) {
    .updatePanel_border {
        float: none !important;
        width: calc(100% - 20px);
        overflow: auto;
    }

    .RadAjaxPanel {
        width: calc(100% - 20px) !important;
        padding: 10px 10px !important;
        margin: auto !important;
        height: auto !important;
    }

    .FullScreenContainer {
        margin-bottom: 0px !important;
    }

    .gap {
        margin: 0px;
    }

    .updatePanel_border .csmonthview_main {
        min-width: 841px !important;
    }

    .Relative_pages h5 span br {
        display: none;
    }
}

@media screen and (max-width:950px) {
    .nav > li > a {
        padding-left: 3px !important;
        font-size: 13px !important;
        padding-right: 3px !important;
        /* opacity: 0.6; */
    }

    footer .footer_terms {
        padding: 0;
        margin: auto;
        width: 95%;
    }

    footer .cstmWidth {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:1090px) {
    .yellowBox {
        width: 100%;
        text-align: center;
    }

    .padding-l-60 {
        padding-left: 10px;
    }


    .HowitWorks {
        width: 35%;
    }
}

@media screen and (min-width:500px) and (max-width:768px) {
    .FlightBooking {
        width: 100%;
    }

    .HowitWorks {
        width: 100%;
        background: #094e8c;
        padding-bottom: 30px;
        display: none;
    }

    .TabBtn {
        width: 100%;
    }

    .cstmTabContent {
        width: 100%;
        float: left;
    }

    .WayDefine .tab-pane .form-group {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    .WayDefine .tab-pane .col-sm-4 {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0px;
    }

        .WayDefine .tab-pane .col-sm-4 .form-group {
            width: 100%;
        }

    .yellowBox {
        width: 40%;
        text-align: center;
    }
}

@media screen and (max-width:499px) {

    .FlightBooking {
        width: 100%;
    }

    .HowitWorks {
        width: 100%;
        background: #094e8c;
        padding-bottom: 30px;
        display: none;
    }

    .TabBtn {
        width: 100%;
    }

    .cstmTabContent {
        width: 100%;
        float: left;
    }

    .WayDefine .tab-pane .form-group {
        width: 47%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }

    .WayDefine .tab-pane .col-sm-4 {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0px;
    }

        .WayDefine .tab-pane .col-sm-4 .form-group {
            width: 100%;
        }

    .yellowBox {
        width: 40%;
        text-align: center;
    }

    .PageTabContainer {
        background: #31a3dd;
        margin-top: 57px;
    }
}

.Container_custom table {
    /*max-width: 100%;
    width: auto !important;*/
}

.Container_custom {
    max-width: 100%;
}

    .Container_custom table p {
        line-height: 25px !important;
    }

@media screen and (max-width:768px) and (min-width:500px) {
    .InnerBody {
        padding-bottom: 60px;
        padding-top: 50px;
    }

    .ThirdHalf {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width:680px) {

    .Operator-table td {
        display: block !important;
        border: 0px !important;
    }

        .Operator-table td .signature-container {
            width: 100% !important;
        }
}

@media screen and (max-width:499px) {
    #slider #carousel-text {
        position: relative;
    }

    .InnerBody {
        padding-bottom: 60px;
        padding-top: 70px;
    }

    .ThirdHalf {
        float: left;
        width: 100%;
    }
}

.footer .cstmFooter_terms {
    text-align: center !important;
}

@media screen and (max-width:720px) {
    .InnerBody h1 {
        padding-left: 0px;
        font-size: 44px;
        font-weight: 400;
    }
}



.Operator-table {
    background: #fff;
}

    .Operator-table td {
        border: 1px solid #ccc;
    }

        .Operator-table td span {
            min-width: 50%;
            display: inline-block;
            float: left;
        }

    .Operator-table th {
        border: 1px solid #aaa;
    }

    .Operator-table td input[type="text"] {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }

    .Operator-table td input[type="number"] {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }

    .Operator-table td input[type="date"] {
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        min-width: 190px;
        width: 100%;
        height: 31px;
    }

    .Operator-table td .Provided-copy span {
        width: 100%;
        min-width: inherit;
    }

    .Operator-table td .signature-container {
        width: 600px;
        margin: 30px auto;
        max-width: 100%;
        padding: 20px;
        border: 0px solid #ccc;
        box-shadow: 0px 0px 31px -6px rgba(0,0,0,0.5);
    }

        .Operator-table td .signature-container span {
        }

        .Operator-table td .signature-container div input[type="date"] {
            margin-bottom: 10px;
        }

        .Operator-table td .signature-container div input[type="text"] {
            margin-bottom: 10px;
        }

        .Operator-table td .signature-container div {
            display: inline-block;
            width: 100%; /* float:  left; */
        }

.lastHead4 span {
    font-weight: 400 !important;
    font-size: 23px;
    margin-bottom: 10px;
}

.GalleryContainer {
}

    .GalleryContainer .col-lg-3 {
    }


.sub-menu-hotel {
    left: 100% !important;
    top: 0 !important;
    right: auto !important;
}

.sub-menu-hotel-main:hover .sub-menu-hotel {
    display: block;
}

.main-list:hover .main-list-menu {
    display: block;
}




.topMemu .nav > li {
    margin: 10px 0px;
}

    .topMemu .nav > li > a {
        padding: 10px 5px;
        color: #2542c7;
        font-weight: 600 !important;
    }

        .topMemu .nav > li > a:hover {
            box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
            background-color: #31A3DD;
            transition: 0.5s all ease;
        }

.dropdown-menu {
    /*background-color: #31A3DD !important;*/
}

.nav-active {
    background-color: #31A3DD;
    box-shadow: 3px 3px 0 rgba(201, 201, 201, 1);
}









/**************************/

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.enigma_service_area {
    border-radius: 0px;
    margin-bottom: 65px;
    transition: all 0.4s ease 0s;
}

.enigma_service_iocn {
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.enigma_service_iocn {
    border: 4px solid #31A3DD;
    background-color: #31A3DD;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #31A3DD 50%, #fff 50%);
}

    .enigma_service_iocn i {
        color: #fff;
        font-size: 50px;
        position: relative;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 90px;
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
    }

.enigma_service_detail h3 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.enigma_service_detail p {
    font-size: 16px;
    line-height: 27px;
}



/*******slider********/


.enigma_project_section {
    background: #ecf0f1;
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 1px solid #DEE1E2;
    border-bottom: 1px solid #DEE1E2;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.scrollimation.fade-right.in {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.scrollimation.d1 {
    transition-delay: .2s;
}

.scrollimation.fade-right {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
    transition: transform .4s ease-out,opacity .4s ease-out;
}

.pull-left {
    float: left;
}

.img-wrapper {
    margin-bottom: 50px;
    overflow: hidden;
}

.enigma_home_portfolio_showcase {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .enigma_home_portfolio_showcase img {
        -webkit-transition: all .45s ease-in;
        -moz-transition: all .45s ease-in;
        -o-transition: all .45s ease-in;
        transition: all .45s ease-in;
    }

.enigma_img_responsive {
    width: 100%;
    display: block;
}

.enigma_img_responsive {
    width: 100%;
    display: block;
    height: auto;
}

.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_caption {
    border-left: 1px solid #ccc;
    border-bottom: 4px solid #31A3DD;
    border-right: 1px solid #ccc;
}

.enigma_home_portfolio_caption {
    background: #fff;
}

.enigma_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom: -110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom: -110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    background-color: #31A3DD;
    border: 2px solid #31A3DD;
    color: #fff;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease 0s;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom: -110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a i {
    font-size: 1.6em;
    line-height: 40px;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa, .fa-stack {
    display: inline-block;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    background-color: #31A3DD;
    border: 2px solid #31A3DD;
    color: #fff;
}

.enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons a {
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    margin-left: 2px;
    padding: 8px 8px;
    opacity: 1;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease 0s;
}

.enigma_home_portfolio_showcase_overlay_inner {
    position: absolute;
    bottom: -110%;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.enigma_home_portfolio_showcase_overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -80%;
    left: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.enigma_home_portfolio_caption {
    border-left: 1px solid #ccc;
    border-bottom: 4px solid #31A3DD;
    border-right: 1px solid #ccc;
}

.enigma_home_portfolio_caption {
    background: #fff;
}

.enigma_home_portfolio_caption {
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

    .enigma_home_portfolio_caption h3 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding: 9px 3px 0px;
        line-height: 35px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        color: #666;
        text-shadow: 0 0 1px rgba(0,0,0,0.01);
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

        .enigma_home_portfolio_caption h3 a {
            color: #404040;
            font-size: 22px;
        }

.enigma_portfolio_shadow {
    background: url(./images/shadow.png) no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    width: 100%;
    background-size: 100% 100%;
    height: 25px;
    bottom: 26px;
}

.title {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: Open Sans;
}

    .title h1 {
        border-bottom: 4px solid #31A3DD;
        color: #3b3b3b;
        width: 209px;
        margin: auto;
        font-size: 30px;
        margin-bottom: 17px;
        margin-top: 25px;
        line-height: 44px;
    }

body.custom-background {
    background-color: #ffffff;
    background-image: url(../wp-content/uploads/2016/07/sand-background-1.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
}

.main-banner {
    background: url(../images/login-page-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 800px;
    width: 100%;
}

.WelcomeContainer {
    /*padding-top: 50px;*/
}

.booking-price-main {
    padding-top: 20px;
}



.price-detail-btn {
    display: block;
    position: relative;
    bottom: 70px;
    left: 200px;
}

.padding-left-20 {
    padding-left: 20px;
}

    .padding-left-20 > div:nth-child(1) {
        margin-left: 0px !important;
    }

@media (min-width:991px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 0 !important;
        padding-left: 0px;
        margin-bottom: 0px !important;
        font-size: 18px;
        line-height: 20px;
        font-size: 30px;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        font-weight: 800;
        font-family: 'Lato';
        box-sizing: border-box;
        position: relative;
        bottom: 4px;
    }
}

@media (max-width:767px) {
    .price-detail-btn {
        position: unset;
        padding-top: 20px;
        text-align: center;
    }

    .topMemu .nav > li > a {
        color: #000;
    }

    .topMemu > .container-fluid {
        padding: 0px;
    }
}

#BookingDiv > table tbody {
    background: #fff;
}

    #BookingDiv > table tbody tr th, #BookingDiv > table tbody tr td {
        white-space: nowrap;
    }

#MainContent_Panel_ReturnFlightList > div > table tbody {
    background: #fff;
}

    #MainContent_Panel_ReturnFlightList > div > table tbody tr th, #MainContent_Panel_ReturnFlightList > div > table tbody tr td {
        white-space: nowrap;
    }

.abc {
}

#MainContent_ctl00$MainContent$UpdatePanel_FlightFeePanel {
    clear: both !important;
}

@media (max-width:955px) {

    /* width */
    .updatePanel_border::-webkit-scrollbar {
        height: 20px;
    }

    /* Track */
    .updatePanel_border::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .updatePanel_border::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        /* Handle on hover */
        .updatePanel_border::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }
}

@media screen and (max-width: 1364px) and (min-width: 1194px) {
    .nav > li > a {
        padding-left: 4px !important;
        font-size: 13px !important;
        padding-right: 4px !important;
    }

    .topMemu .nav > li > a {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 1193px) and (min-width: 1080px) {
    .nav > li > a {
        padding-left: 4px !important;
        font-size: 12px !important;
        padding-right: 4px !important;
    }
}

@media screen and (max-width: 1079px) and (min-width: 965px) {
    .nav > li > a {
        padding-left: 2px !important;
        font-size: 11px !important;
        padding-right: 2px !important;
    }
}

/*@media screen and (max-width: 1080px) and (min-width: 965px) {
        .nav > li > a {
            padding-left: 3px !important;
            font-size: 13px !important;
            padding-right: 4px !important;
        }
    }*/

@media screen and (max-width: 964px) and (min-width: 768px) {
    .nav > li > a {
        padding-left: 1px !important;
        font-size: 10px !important;
        padding-right: 2px !important;
    }
}



@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none;
    }

    .navbar-nav {
        float: none !important;
    }

        .navbar-nav > li {
            float: none;
        }

    .collapse.in {
        display: block;
    }
}

.navbar-collapse {
    box-shadow: unset !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.topMemu .navbar-nav {
    margin: 0px !important;
}

body .navbar-collapse {
    padding: 0 10px;
    width: 100% !important;
}

@media (max-width:767px) {
    body .navbar-collapse {
        background: #2f97cb;
        border-top: 1px solid #fff;
    }

    .navbar-toggle .icon-bar {
        background: #fff !important;
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
    .navbar-left img {
        max-width: 180px;
    }
}



#petsDiv {
    float: left;
    width: 100%;
}

    #petsDiv .form-group {
        padding-left: 0px !important;
    }

#petsOneWayDiv {
    float: left;
    width: 100%;
}

    #petsOneWayDiv .form-group {
        padding-left: 0px !important;
    }

    #petsOneWayDiv .input-group {
        display: inline-block;
        border-collapse: separate;
        width: 100%;
    }

.navbar-left img {
    max-width: 250px;
    position: relative;
    top: 3px;
}


@media screen and (min-width:765px) and (max-width:900px) {
    .container-fluid .navbar-left {
        float: none !important;
        display: block !important;
        text-align: center !important;
        padding: 10px 0px 0px 0px !important;
    }

    .container-fluid .collapse.navbar-collapse .navbar-right {
        float: none !important;
    display:none;
        text-align: center !important;
    }


    .container-fluid .collapse.navbar-collapse .nav > li {
        float: none;
        display: inline-block;
    }

    .form-right .cstmTabContent {
        margin-top: 70px;
    }
}



.input-group.date.dashedField {
    width: 100%;
}
@media screen and ( min-width:180px) and (max-width:767px) {
    text-center-div{
        text-align:center;
    }
    .nav-tabs li.active > a, .nav-tabs li.active > a:focus {
        text-indent: 20px !important;
    }
    .WayDefine .nav > li > a {
        text-indent: 20px !important;
    }
    .nav-tabs > li {
        margin-right: 15px !important;
    }
    #MainContent_Button_StartOver{
        margin-bottom:10px;
    }
    .booking-price-main {     
        text-align: center;
    }
}

