﻿#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body{
    overflow:auto!important;
}

.floating.drift, .dnnModuleDialog{
	top:250px!important;
}

@font-face {
    font-family: 'buxton sketch';
    src: url('fonts/BuxtonSketch.eot');
    src: local('fonts/BuxtonSketch'), url('fonts/BuxtonSketch.woff') format('woff'), url('fonts/BuxtonSketch.ttf') format('truetype');
}

.lg, .sm{display: none!important;}

@media(min-width:768px){
    .lg{
        display:flex!important;
    }
}

@media(max-width:991px){

    .md{
        display:none!important;
    }
}


@media(max-width: 767px){
    .sm{
        display:flex!important;
    }
    .navbar-toggle{
        margin: 0!important;
    }
    .md{
        display:flex!important;
    }
    .blackOval{
        padding-top: 10px!important;
        margin-top: 0!important;
    }
    .blackOval a{
        justify-content: center;
        align-items: center;
    }
    .blackOval a img{
        width: 170px;
    }

    .footerBase * {
        text-align:center!important;
    }

}


html{
    background:#222;
}

.headerContainer{
    display:flex;
}

.headerContainer *{
    color: #E6E6E6;
    font-family: Teachers;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;

}

.social.phone *{
    font-family: Teachers;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
  

}

.headContact a{
    text-decoration: underline;

}

body {
    font-family: Teachers;
    color: #000;
    background-image: url('images/mainBG.png');
    background-attachment: fixed;
    background-color: #f6f5f5;
}

a, a:visited {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3{
    margin-top:0!important;
}

h1, .h1{
    font-size: 47.8px;
}

h2, .h2{
    font-size: 39.8px;
}

h3, .h3{
    font-size: 33.2px;
}

h4, .h4{
    font-size: 27.6px;
}

h5, .h5{
    font-size: 23px;
}

h6, .h6{
    font-size: 19.2px;
}

img{
        max-width:100%;
}

#rotate {
    padding: 0;
}

p {
    font-family: "Teachers";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

ul {
    font-size: 16px;
    font-family: Teachers;
    line-height: 24px;
}


/*Mobile phone*/
@media only screen and (max-width:767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .col-md-2.col-sm-2.TripAdvisorIcon {
        width: 50%;
        float: left;
    }
    
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-collapse {
        padding-right: 0;
    }

    #spacing {
        height: 0 !important;
    }

    .subTitle {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .bookingMobile {
        position: relative;
        text-align: right;
    }
}

@media only screen and (min-width:767px) {
    .bookingMobile {
        padding-right: 15px;
        margin-top: 5px;
        position: absolute;
        right: 15px;
        bottom: 25px;
    }
}

@media only screen and (max-width:991px) {
    .banner {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 1px;
    }
}

@media only screen and (max-width:767px) {

    .slogan {
        font-family: 'buxton sketch';
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    /*h2 {
	font-size: 24px;
    font-weight:bold;
	line-height: 30px;
    margin-bottom:10px;
    margin-top:15px;
}*/

    .padLeft15 {
        padding-left: 15px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        padding: 0px 10px 15px 70px;
        height: auto;
        margin-bottom: 10px;
    }

    .layer3 {
        padding-bottom: 20px;
    }

    .leftOnMobile {
        margin-left: -15px;
    }

    .layer4 {
        padding-top: 0px;
    }
}



/*Layout */
* html #Wrapper {
    height: 100%;
}
/* for IE */
#wrapper {
    min-height: 100%;
    position: relative;
}


header {
    /*background-image: url('images/headBG.jpg');*/
    /*border-bottom: 1px solid #dddbdb;
    box-shadow: 0 1px 5px #ccc;*/
    min-height: 121px;
    position: relative;
}

    header:before {
        content: '';
        /*background: url(images/bg_head_shadow.png) no-repeat center top;*/
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 20px;
        left: 0px;
        z-index: 0;
    }

.secondary header{
    min-height:150px;
}

.dnnSortable {
    border: 1px dashed #908e8e;
    width: 100%;
    float: left;
}

footer.realFoot {
    min-height: 100px;
    width: 100%;
    background-color: #222222;
    background-image: url('images/footerBG.png');
    background-repeat: no-repeat;
    background-position: top right;
    border-top: solid 1px #cfd6d5;
}

/*--------nav style-----------*/
.navbar {
    margin: 0px;
    border: none;
    border-radius: 0px;
    width: auto;
    float: left;
}

@media(max-width:767px){
    .navbar-inverse{
        height:102px;
    }
    .navbar-collapse{
        width:100%;
        padding-top:30px;
    }
}

.navbar-dnnt {
    background-color: #000;
    border-radius: 0px 0px;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

@media only screen and (min-width: 992px) {
    .navbar-nav {
        float: left;
    }
}

.navbar-collapse {
    max-height: 999px !important;
    padding-left: 0px !important;
}
/*control the box height of nav links*/
.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-nav > li a {
    padding: 10px 30px;
    
    font-family: "Teachers";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-transform:uppercase;
}

@media(max-width:767px){
    .navbar-nav > li a {
        color: white;
    }
}



.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    color: #ae020c
}

.navbar-nav > li > a .caret{
    margin-left: 5px;
    margin-top: -5px;
}

.socBreaker{
    margin: 0 20px
}

@media(max-width:991px){
    .navbar-nav > li > a{
        padding: 10px 15px;
    }
    .socBreaker{
        margin: 0 10px
    }
}


@media(max-width:767px){
    .navbar-nav > li > a{
        padding: 25px 15px;
        border-bottom: 1px solid darkslategrey;
        text-transform: uppercase;
    }
}

/*----------------------*/

.navbar-nav a {
    color: #808080;
}

.navbar-nav > .active > a, .navbar-nav li a:hover {
    color: #ae020c;
}

/*--------nav style end-----------*/

/*Customizable*/

#banner {
    background-color: #e7f6fa;
    position: relative;
}

    #banner:before {
        content: '';
        background: url(images/bg_head_shadow.png) no-repeat center top;
        position: absolute;
        bottom: -20px;
        display: block;
        width: 100%;
        height: 20px;
        left: 0px;
        z-index: 999;
    }

.layer3 {
    min-height: 0px;
    margin-bottom: 50px;
}

.layer4 {
    min-height: 300px;
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }
}

/*Ipad Landscape*/
@media screen and (max-width: 1024px) {
    .bx-wrapper .bx-controls-direction a {
        bottom: 6px;
        left: 43%;
    }
}

/*Ipad Portrait*/
@media (min-width:768px) and (max-width:1023px) {
    .slogan {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .bx-wrapper .bx-controls-direction a {
        left: 41%;
    }
}

/*Mobile View*/

@media screen and (max-width: 320px) {
    .bx-wrapper .bx-controls-direction a {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bx-wrapper .bx-controls-direction a {
        left: 30%;
    }
}

/*Home Desktop View*/
@media only screen and (min-width:992px) {
    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        padding: 0px 10px 15px 70px;
        min-height: 120px;
        display: -moz-deck;
    }

    .layer2 {
        padding-top: 30px;
        padding-bottom: 10px;
    }


    .layer3 {
        padding-bottom: 50px;
    }

    .layer4 {
        padding-top: 20px;
    }

    .slogan {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

.slogan {
    font-family: 'buxton sketch';
}


.ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
    max-width: 100%;
    color: #fff;
    overflow: hidden;
}

.ser1 {
    background-image: url('images/decor1.png');
    background-repeat: no-repeat;
    background-color: #576c2f;
}

.ser2 {
    background-image: url('images/decor2.png');
    background-repeat: no-repeat;
    background-color: #883001;
}

.ser3 {
    background-image: url('images/decor3.png');
    background-repeat: no-repeat;
    background-color: #222;
}

.ser4 {
    background-image: url('images/decor2.png');
    background-repeat: no-repeat;
    background-color: #222;
}

.ser5 {
    background-image: url('images/decor3.png');
    background-repeat: no-repeat;
    background-color: #576c2f;
}

.ser6 {
    background-image: url('images/decor1.png');
    background-repeat: no-repeat;
    background-color: #883001;
}

blockquote {
    border-left: 5px solid #f7b01a;
}

.actionBtn {
    padding: 14px 0px;
    background-color: #09428d;
    background-image: url('images/btnBG.png');
    background-repeat: no-repeat;
    text-align: center;
}


    .actionBtn a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
        font-size: 20px;
    }

.btn {
    border-radius: 0px;
    color: #fff !important;
}

a.btn {
    font-weight: 700;
    font-size: 16px;
}

.btn-success {
    padding: 12px 124px;
    background-image: url('images/btnBG.png');
    background-repeat: no-repeat;
}

.btn-info {
    margin-top: 20px;
    padding: 12px 25px;
}

.btn-success {
    background-color: #09428d;
    border: solid 1px #09428d;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -50px;
    }
}

.carousel-indicators li {
    border: 1px solid #09428d;
    width: 15px;
    height: 15px;
    margin: 3px;
}

.carousel-indicators .active {
    background-color: #09428d;
    width: 15px;
    height: 15px;
    margin: 3px;
}

.carousel-caption {
    left: 0%;
    right: 15%;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    font-family: 'buxton sketch';
    font-size: 30px;
    letter-spacing: 1px;
}

/*Secondary Page*/
#spacing {
    height: 50px;
    padding: 15px 0px 15px 0px;
}

/*Lightbox*/

#lightbox {
    position: fixed;
    top: 30%;
    left: 25%;
    width: 50%;
    background: #fff;
    z-index: 1001;
    padding: 10px;
    display: none;
}

#lightbox-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
    z-index: 1000;
    display: none;
}

@media only screen and (max-width:767px) {
    #lightbox {
        position: fixed;
        top: 15%;
        left: 10%;
        width: 80%;
        margin-left: 0;
        background: #fff;
        z-index: 1001;
        padding: 10px;
        display: none;
    }
}




/*End Lightbox*/

/*Hover Effect for homepage tiles*/


.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        min-width: 100%;
        max-width: 100%;
        /*max-height: 360px;*/
        width: 100%;
        /*background: #3085a3;*/
        text-align: center;
        cursor: pointer;
        margin-bottom:30px;
    }

        .grid figure img {
            position: relative;
            display: block;
            /*min-height: 100%;*/
            max-width: 100%;
            /* opacity: 0.8;*/
            width: 100%;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: none !important;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
            font-size: 22px;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
        }

figure.effect-bubba {
    background: #000;
    -webkit-backface-visibility: hidden;
}

    figure.effect-bubba img {
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        padding-top: 25%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        text-transform: none !important;
        opacity: 0;
    }

    figure.effect-bubba p {
        padding: 26px 1em;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        text-transform: none !important;
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.social.phone {
    display: none;
    margin-top:25px;
}

.social.phone > *{
    margin-bottom: 25px
}

.social.phone * {
    color:white;
}

.social.phone a {
    text-decoration:underline;
}
.social ul{
    margin:0!important
}
.social ul li {
    display: inline-block;
}

.social {
    float: right;
}

.Title_h2_Teachers p.Blue-Italic-left {
    color: #2284c6;
    text-align: left;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
}



.ser1 a, .ser2 a, .ser3 a, .ser4 a, .ser5 a, .ser6 a {
    color: #fff !important;
}

.Ribbon1, .Ribbon2 {
    margin-top: 7px;
    margin-left: 194px;
    position: absolute;
    z-index: 1000;
}

.pluginTRIP {
    text-align: center;
    margin-top: 80px;
}

.titleTest {
    float: left;
}


.testimonials {
    background-color: #ededed;
    /*height: 730px;*/
    padding-top: 2px;
    padding-bottom: 2px;
}

.aboutcustomers {
    background-color: #576c2f;
    height: 45px;
    font-size: 20px;
    font-family: Teachers;
    font-style: italic;
    color: #ffffff;
    line-height: 24px;
    padding-left: 50px;
    padding-top: 10px;
}

.testimonialsp {
    font-size: 16px;
    font-family: Teachers;
    font-style: italic;
    color: #576c2f;
    line-height: 24px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
}

.signature {
    font-size: 13px;
    font-family: Teachers;
    color: #000000;
    line-height: 24px;
    float: right;
    margin-right: 50px;
}

.button {
    text-align: center;
    margin-bottom: 65px;
    margin-top: 90px;
}

/*.quote {
    font-size: 55px;
    font-family: Teachers;
    font-weight:bold;
    color:#576c2f;
        margin-left: 25px;
    margin-bottom: -74px;
}*/

/***********/

@media (max-width:514) {
    .pluginTRIP {
        margin-top: 475px;
    }
}

@media (min-width:515px) and (max-width:990px) {
    .pluginTRIP {
        margin-top: 110px;
    }
}



@media only screen and (max-width:1200px) {

    #dnn_ctr1856_HtmlModule_lblContent iframe {
        height: 239px;
    }

    .grid {
        padding-top: 1em;
    }

    .layer2 .row .Normal {
        display: table;
    }

    #dnn_ctr1846_HtmlModule_lblContent .hidden-xs.hidden-sm, #dnn_ctr1847_HtmlModule_lblContent .hidden-xs.hidden-sm {
        margin-left: 152px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .layer2 .row .Normal {
        display: table;
    }

    .Ribbon1, .Ribbon2 { /* home page ribbon */
        margin-left: 122px;
    }

    figure.effect-bubba p {
        padding: 14px 1em;
    }

    .grid figure {
        min-width: 100%;
        width: 100%;
    }

    figure.effect-bubba h2 {
        padding-top: 10%;
    }

    figure.effect-bubba p {
        line-height: 16px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        height: 170px;
    }
}



/*  */
@media only screen and (max-width: 991px) {

    .layer2 .row .Normal {
        display: block;
        margin: 0 5px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        max-width: 100%;
    }

    .Ribbon1, .Ribbon2 {
        margin-left: 165px;
    }

    figure.effect-bubba h2 {
        padding-top: 10%;
    }
}



@media only screen and (max-width:991px) {
    #dnn_ctr1856_HtmlModule_lblContent iframe {
        height: 459px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        padding-left: 70px;
        height: 110px;
    }

    /*#dnn_ctr1709_HtmlModule_lblContent {
        display: none;
    }*/

    .padLeft15 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #dnn_ctr1856_HtmlModule_lblContent iframe {
        height: 319px;
    }

    .layer2 .row .DNNModuleContent.ModDNNHTMLC {
        width: 100%;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        height: auto;
        padding-top: 8px;
    }

    .padLeft15 #dnn_layer1_rightPane {
        padding-left: 0;
    }

    .layer2 .row .Normal {
        margin: 0 0 40px 0;
    }
}

/******************  figer icons  *********************/
.FigerLogo {
    width: 106%;
}

.figerLogoContainer {
    padding: 0;
    display: table;
}

p.Yellow-Italic-centered {
    color: #fdd424;
    font-size: 18px;
    white-space: pre-wrap;
    padding: 0 50px;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .Title_h2_Teachers p.Blue-Italic-left, p.Blue-Italic-centered {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    img.FigerLogo {
        width: 100%;
        margin: auto;
        display: table;
    }
}

@media only screen and (max-width: 420px) {
    .FigerLogo {
        width: 100%;
    }
}


/* trip advisor */
@media only screen and (max-width: 767px) {
    .TA_certificateOfExcellence {
        padding-top: 20px;
        margin: auto;
        display: table;
    }
}

@media only screen and (min-width: 1200px) {
    .tripadvisorMobile {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .tripadvisorDesktop {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .tripadvisorMobile {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .social ul li {
        width: 29px;
    }
}
/* footer */
.FooterTALogo img {
    float: right;
}

.footerLeft {
    float: left;
}

@media only screen and (max-width: 646px) {
    .footerLeft, .footerRight {
        width: 100%;
    }

    .FooterTALogo img {
        float: left;
        padding: 0 0 10px;
    }

    .social.phone {
        display: inline-block;
    }

    .social {
        float: left;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 13px;
    }
}

@media (max-width:646px) {
    .social.desktop {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .SerReadmoreBtn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .Title_h2_Teachers p.Blue-Italic-left {
        padding: 0;
    }

    .padLeft15 {
        padding-top: 0;
    }


    /* home page service section button */

    .SerTextBlock, .SerReadmoreBtn {
        float: left;
    }

    .SerTextBlock {
        width: 80%;
    }

    .SerReadmoreBtn {
        float: left;
        background-color: rgba(0,0,0,0.2);
        height: 35px;
        width: 80px;
        display: table;
        padding-top: 12px;
        padding-left: 10px;
        line-height: 13px;
        margin-top: 18px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 551px) {
    .SerReadmoreBtn {
        margin-top: 8px;
        margin-left: 0px;
    }

    .SerTextBlock {
        width: 100%;
    }
}

.services_images {
    margin-bottom: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.services_images > *{
    margin-bottom: 25px;
}

/*  */
footer.realFoot {
    padding-top: 25px;
}

    footer.realFoot .footerLeft a,
    footer.realFoot .footerLeft p {
        color: #999999 !important;
        font-size: 13px !important;
    }



.col-md-3.tile {
    padding-left: 4px;
    padding-right: 4px;
}

.bannerRow {
    background: url(/Portals/_default/banner/newbanner2024.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 29.64%;
    margin-top: -20px;
}

.banner {
    margin-top: 100px;
    min-height: 0;
    height: auto;
    background-color: rgba(37, 37, 37, 0.78);
    padding-left: 0px;
    margin-left: 20px;
    padding-right: 0PX;
    position: relative;
    float: left;
    overflow: hidden;
}

#rotate > div {
    display: none;
}

#rotate div:first-child {
    display: block;
}

.bannerCOPY {
    margin-top: 100px;
    min-height: 310px;
    height: 100px;
    background-color: rgba(37, 37, 37, 0.78);
    padding-left: 0px;
    margin-left: 20px;
    padding-right: 0PX;
    position: relative;
}



.banner p {
    color: white;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
}


.bannerCOPY p {
    color: white;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
}


.qMark {
    position: absolute;
    color: #fed11c;
    font-size: 110px;
}

    .qMark.bottom {
        bottom: 70px;
        right: -25px;
    }

    .qMark.top {
        left: -25px;
        top: -10px;
    }

    .qMark img {
        width: 35px;
    }

.dark {
    text-align: center;
}

.darkLayer {
    background: #222;
    position: relative;
}

.dark .illiText h2{
    color:white;
}

.dark .Normal {
    color: white;
}

.darkDiv {
    background-image: url("/Portals/_default/skins/NEW_DSX/images/Divider.png");
    background-repeat: no-repeat;
    height: 61px;
    width: 115px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}



.dark .darkLeft{
    margin-bottom:50px;
}

.row .dark:last-child .darkLeft{
    margin-bottom:0px;
}

.dark .darkLeft a{
    color:white;
}

.dark .darkLeft .Normal {
    text-align: left;
}

.dark .darkLeft h2 span {
    color: white;
}

.dotted{
    border-bottom: dotted 2px;
    color: white;
    padding-bottom: 20px;
    padding-top: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.logoSect{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    float:left;
    margin-top:-50px;
}

.illiimgLeft {
    display: inline-block;
    width: 27%;
    float: left;
}

.illiimgRight {
    display: inline-block;
    width: 27%;
    float: right;
}

.illiButtons {
    width:100%;
    margin-top: 30px;
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    float:left;
    align-items:center;
}

.illiButtons img{
    width:50px;
}


.illiButtonHeader {
    display: flex;
    flex-direction: column;
}

.illiButtonHeader h3{
    font-weight:bold;
}

.illiButtonContainer{
    width: 23%;	
}

@media(max-width:991px){
    .illiButtons{
        justify-content:space-evenly
    }
    .illiButtonContainer{
        width: 45%;	
        margin-bottom:25px;
    }
}

@media(max-width:767px){
    .illiButtons{
        justify-content:center;
    }
    .illiButtonContainer{
        width: 60%;
    }
}

@media(max-width:565px){
    .illiButtonContainer{
        width: 80%;
    }
}

.illiButton {
    width: 33%; 
    padding:12.5px;
    float: left;
}


.illiButton.ib2 {
    width:100%;
    border: 3px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: none;
}

.illiButton.ib2 .illiButtonLinks{
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
}

.illiButton.ib2 a {
    font-weight:normal;
    text-decoration: none!important;
    font-size: 16px;
}

.illiButton.ib2 a:hover{
    text-decoration: underline!important;
}

.illiButton.ib2.orange, .illiButton.ib2.orange .illiButtonContent{
    border-color: #F26522;
}

.illiButton.ib2.orange .illiButtonLinks, .illiButton.ib2.orange .illiButtonLinks *{
    color: #F26522
}

.illiButton.ib2.green, .illiButton.ib2.green .illiButtonContent{
    border-color: #127D6D;
}

.illiButton.ib2.green .illiButtonLinks, .illiButton.ib2.green .illiButtonLinks *{
    color: #127D6D;
}

.illiButton.ib2.purple, .illiButton.ib2.purple .illiButtonContent{
    border-color: #5B4F9B;
}

.illiButton.ib2.purple .illiButtonLinks, .illiButton.ib2.purple .illiButtonLinks *{
    color: #5B4F9B;
   
}

.illiButton.ib2.blue, .illiButton.ib2.blue .illiButtonContent{
    border-color: #09428D;
}

.illiButton.ib2.blue .illiButtonLinks, .illiButton.ib2.blue .illiButtonLinks *{
    color: #09428D;

}

    .illiButton h3 {
        text-align: left;
    }

.illiButtons ul {
    float: left;
    list-style: disc;
    margin-top: 10px;
    text-align: left;
}

.illiButtons .illiBtn{
    width:100%;
    padding: 15px 0;
    text-decoration: none!important;
}

.illiBtn {
    width: 225px;
    max-width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #14438b;
    background: transparent;
    border: 3px solid #14438b;
}

    .illiBtn:hover {
        color: white;
        background: #14438b;
        border: 3px solid #14438b;
    }

    .illiBtn p {
        color: #14438b;
        padding-top: 12px;
        font-size: 18.5px;
    }

    .illiBtn:hover p {
        color: white;
    }

    .illiBtn img {
        margin-right: -5px;
    }

	
        .illiBtn h3{
                font-family: Teachers;
                font-weight: bold;
                margin-top: -10px;
                font-size: 25px;
        }


.illiBtnLongContent{
    display:flex;
    justify-content:space-between;
    width:100%; 
    text-align:left;
}        
.illiBtnLongContent .longBtn{
    width:25%;

}

.illiButtonContent{
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: dotted;;
    margin-bottom: 20px;
}


.illiBtn.darkRed{
    background: #9A031E!important;
    border:#9A031E!important;
    width:100%;
    padding: 10px!important;
}

.illiBtn.darkRed p{
    color:white!important;
    font-family: "Teachers";
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}

 .illiBtn.darkRed:hover {
    background: white!important;
}

 .illiBtn.darkRed:hover p{
    color:#9A031E!important;
}


.longContentText{
    padding-right:25px;
}

@media(max-width:767px) {

    .illiBtnLongContent{
        flex-wrap:wrap;
    }       
    .illiBtnLongContent .longBtn{
        width:100%;
        text-align: center;
    }
    .longContentText{
        padding-right:0;
    }
    .perkLogo{
        margin:auto;
        margin-top:15px;
    }
}




.illiBtnW {
    width: 225px;
    max-width: 100%;
    height: 50px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #14438b;
    background: transparent;
    border: 3px solid #14438b;
}

.illiBtnW:hover {
    color: #14438b !important;
    background: white;
    border: 3px solid #14438b;
}

    .illiBtnW p {
        color: #14438b;
        padding-top: 12px;
        font-size: 18.5px;
    }

    .illiBtnW:hover p {
        color: #14438b !important;
    }

    .illiBtnW img {
        margin-right: -5px;
    }


.illiButton a {
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}


.illiBtn.blue {
    border: 3px solid #09428d;
    background: #09428d;
    color: white;
}

    .illiBtn.blue:hover {
        background: transparent;
        color: #09428d;
    }

.illiBtn.green {
    border: 3px solid #127d6d;
    background: #127d6d;
    color: white;
}

    .illiBtn.green:hover {
        background: transparent;
        color: #127d6d;
    }

.illiBtn.orange {
    border: 3px solid #f26522;
    background: #f26522;
    color: white;
}

    .illiBtn.orange:hover {
        background:transparent;
        color:#f26522;
    }

.illiBtn.red {
    border: 3px solid #ec3235;
    background: #ec3235;
    color: white;
}

    .illiBtn.red:hover {
        background: transparent;
        color: #ec3235;
    }

.illiBtn.purple {
    border: 3px solid #5b4f9b;
    background: #5b4f9b;
    color: white;

}

    .illiBtn.purple:hover {
        background: transparent;
        color: #5b4f9b
    }

.illiBtn a{
    text-decoration:none!important;
}

.illiText {
    display: inline-block;
    width: 100%;
}

.secondary .illiBtn p{
        padding-top:5px;
}

.secondary .illiBtn h3{
        margin-bottom:5px;
}

div div div input {
    float: right;
    padding: 3px 10px;
}

div div div .input-sm {
    border-radius: 0px;
    height: 40px;
}

div div div textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.blueBox {
    background: #2283c7;
    padding: 30px 30px;
    margin: 20px 0;
    color: white;
}

    .blueBox ul {
        list-style: disc;
    }

        .blueBox ul li {
            padding: 5px 0;
        }


/*@media (max-width:549px){
                    .Image02 img{
               margin-right: 0;
    margin-bottom: 20px;
    width:250px
        }


                      .Image01 img{
               margin-right: 0;
    margin-bottom: 20px;
    width:250px;
        }
}*/

/*New Header*/
.bar {
    background-color: #222;
    height: 102px;
}

.yellowOval {
    width: 200px;
    height: 115px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fed11c;
    border:10px solid #222
}

#logo a{
    display: flex;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-top: 17px;
}

.subTitle {
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -330px;
    font-family: 'buxton sketch';
    font-size: 27px;
    color: #ea2227;
}

#homeHeader .subTitle {
    z-index: 1;
    background: white;
    padding: 10px 15px;
}

.content > div:last-child {
    padding-bottom: 50px;
}

.subFoot{
    font-family: 'buxton sketch';
    font-size: 27px;
    color: #FED11C;
    min-width:275px;
    padding-top:20px;
}

.footLinkBox{
    margin:40px 0;
    background:#222222;
    border: 1px solid #4D4D4D;
    display:flex;
    align-items:center;
    justify-content: center;
}

.footLinkBox a {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    text-decoration: none;
    font-weight: bold;
}

.footLinkBox a span{
    font-family: "Teachers", sans-serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    text-transform:uppercase;
    width:100%;
    min-height:40px;
    vertical-align: middle;
    padding: 0 30px;
    border-right: 1px solid #4D4D4D;
    display:flex;
    align-items:center;
    justify-content: center;
    color:white;
    text-decoration:none;
}

.footLinkBox a:hover {
    background: #4D4D4D;
}

.footLinkBox a:last-child span{
    border: none;
}

.footLinkBox a:has(+ :hover) span {
    border-color: #222222;
}

@media(max-width:979px){
    footer.realFoot{
        padding-top:0!important;       
    }

    .realFoot .logoSect{
        position:relative;
        flex-direction: column;
    }

    .realFoot .yellowOval{
        position:absolute;
        top:0;
    }

    .realFoot .subFoot {
        min-width:0px;
        margin:0!important;
    }

    .realFoot .subFoot:first-child{
        margin-top:180px!important;
    }

    .footLinkBox a span{
        padding: 0 15px;
    }

    .footLinkBox{
        flex-wrap:wrap;
    }

    .footLinkBox a{
        width:100%;
        padding: 0 15px;

    }    
    
    .footLinkBox a span{
        padding: 30px 0;
        border-right:none;
        border-bottom: 1px solid #4D4D4D;
    }
  
    .footLinkBox a:last-child span{
        border: none;
    }

    .realFoot .subFoot:last-child {
        margin-bottom: 30px!important;
    }
    
    .row, .thumbnails {
            margin-left: -15px!important;; 
    }

    .col-md-8{
        margin-bottom:25px;
    }
   
}

.footerBase{
    padding:15px 0;
    background: #000;
    margin-top:35px;
}

.footerBase *{
    color: white; 
    font-family: "Teachers", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.respHeader {
    text-align: center;
    margin-bottom: 30px;
}

    .respHeader h2 {
        display: inline-block;
    }

#dnn_LOGO1_imgLogo {
    max-width: 175px!important;
    margin: auto;
}

.smaller h4 {
    font-size: 20px
}

.smaller h2 {
    font-size: 22px
}

.DNNContainer_Title_h2.Title_h2_Teachers h2 .TitleH2, .blackSection .TitleH2{
    font-family: Buxton Sketch!important;
    font-size: 39.81px!important;
    font-weight: 400;
    line-height: 49.16px;
    color: #9A031E;
}

.tourIntro p{
    font-family: Teachers;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;   
}

.tourIntro h4{
    font-family: Buxton Sketch;
    font-size: 27.65px;
    font-weight: 400;
    line-height: 34.14px;
    color: #9A031E;
    padding-bottom:5px;
    padding-top:10px;

}

.CTAbox{
    width:100%;
    display:flex; 
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.CTAbox .CTA{
    flex-grow:1;
    padding: 20px 0;
}

.CTAbox .CTA:not(:first-child) {
    padding-left: 15px;
}

.CTAbox .CTA:not(:last-child) {
    padding-right: 15px;
}

.CTAbox .CTA a{
    width:100%;
    padding: 20px 0;
    font-family: Teachers;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    background: #FFFFFF;
    border: 2px solid #9A031E;
    color:#9A031E;
    display: block;
    text-align: center;
    text-transform:uppercase;
    text-decoration:none;
}

.CTAbox .CTA a:hover{
    background: #9A031E;
    color: #FFFFFF;
}

@media(max-width:767px){
    .CTAbox .CTA{
        width:100%;
        padding:5px 0;
    }
    .CTAbox .CTA:not(:first-child) {
        padding-left: 0;
    }
    
    .CTAbox .CTA:not(:last-child) {
        padding-right: 0;
    }
}


.mTop {
    margin-top: 40px;
}

.topPad .DNNModuleContent {
    width: 100% !important;
    margin-top: 10px;
}

    .topPad .DNNModuleContent .normal {
        margin: 0 0 !important;
    }

.quoteName {
    color: white;
    margin-right: 50px;
    margin-top: 20px;
    padding-bottom: 25px;
    font-size: 14px;
    margin-left: 50px;
    display: block;
}

.illiButton img {
    padding-right: 10px;
}

/*.col-md-5.banner {
    width: 36.666667%;
}*/

/*.col-md-5.banner {
    width: 25%;
    margin-left:396px;
}*/

.desk, .tab, .mob {
    margin-bottom: 0px;
    margin-top: 0px;
}

.darkLayer figure.effect-bubba h2 {
    padding-top: 40%;
}

li p {
    line-height: 24px;
}

li h2 {
    margin-bottom: 20px;
}

.layer2 .tile .Normal {
    text-align: center;
}

    .layer2 .tile .Normal .text {
        text-align: left;
    }

.col-md-12.centerAligned h2 {
    text-align: center;
}

.col-md-5.col-sm-5.TripAdvisorIcon {
    margin-top: 12px;
    padding: 0 !important;
}

.TripAdvisorIcon a {
    text-decoration: none;
    display: block;
    margin-top: 40px;
}
	
.TripAdvisorIcon img {
    width: 25%;
    float: left;
    padding: 0 5px;
    bottom: 0px;
    position: relative;
}

/* .TripAdvisorIcon img {
    width: 33.3%;
    float: left;
    padding: 0 5px;
}*/

.Iti-Lands-p{
    display:flex;
    flex-direction:column;
}

.Iti-Lands-p span {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

#wrapper .dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 16px;
}

.embedded-video iframe {
    width: 100%;
    height: 290px;
}


@media (min-width: 1200px) and (max-width:1356px) {
    #wrapper .bx-wrapper .bx-controls-direction a.bx-next {
        margin-right: -10px;
    }

    #wrapper .layer4 .container .row .bx-wrapper .bx-controls-direction a.bx-prev {
        margin-left: -10px;
    }
}

@media(max-width:1199px) {
    .illiimgLeft, .illiimgRight, .titleDots {
        display: none;
    }

    .illiBtn img {
        display: inline-block;
    }

    .illiText {
        text-align: left;
        float: left;
        width: 100%;
    }

    .illiBtn.right {
        float: left;
    }

    .centerMob {
        text-align: center;
    }

    .subTitle {
        margin-left: -300px;
    }

    .illiButtons {
        text-align: center;
    }

    a.bx-prev, a.bx-next {
        margin-right: 0px;
        margin-left: 0px;
    }

    .bannerRow {
        background: url(/portals/_default/banner/NewTabletBanner2024.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 45.64%;
    }

    .banner {
        margin-top: 130px;
        margin-right: 20px;
    }


        .banner p {
            margin-top: 25px;
        }

    .qMark.bottom {
        bottom: 60px;
    }

    .subTitle{
        display: none;
    }
}

@media(max-width:991px) {
    /*.banner {
        display: none;
    }*/
       
    .social ul li {
        margin-left: 2px;
        width:35px;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .illiButton, .illiButton.ib2 {
        display: block;
    }

    .layerIntro .col-md-4 {
        display: none;
    }
}

@media(min-width:768px) and (max-width: 979px) {
    .tripAdvisor .col-md-10 {
        width: 75%;
    }
}

@media(min-width:768px) and (max-width:991px) {

    img #CDSWIDCOELOGO {
        width: 115px;
    }
}


@media(min-width:768px) {
    .headerContainer {
        position: relative;
        z-index: 2;
    }

}

@media(max-width:767px) {

    .illiButtons .illiButton.ib2  ul {
        float: none;
        text-align: center;
        list-style: none;
        margin-left: 0px;
    }

    .illiButton.ib2 .illiButtonHeader {
        justify-content: center;
    }

    .respHeader .desk {
        display: block;
    }

    #wrapper .headerContainer {
        position: inherit;
    }

    .navbar.navbar-inverse {
        z-index: 4;
    }

    .bannerRow {
        background: url(/Portals/_default/banner/NewMobileBanner2024.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 70.4282%;
    }

    .banner {
        margin-top: 130px;
        margin-right: 20px;
    }

        .banner p {
            margin-top: 45px;
        }
    .figerLogoContainer .illiBtn {
        margin: auto;
        display: block;
        float: right;
    }
}

@media (max-width:600px) {
    .illiButton, .illiButton.ib2 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .illiButtons ul {
        float: none;
        text-align: center;
        list-style: none;
        margin-left: 0px;
    }

    .illiButtonHeader {
        justify-content: center;
    }
}

@media(max-width: 546px) {
    .social ul li {
        margin-left: 10px;
    }

    .respHeader .tab, .respHeader .mob {
        display: block;
    }

    .quoteName {
        margin-left: 0px;
    }
}

@media (max-width:490px) {
    .bannerRow {
        background: url(/Portals/_default/banner/NewSmallMobileBanner2024.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 81.64%;
    }

    .aboutcustomers {
        height: 70px;
        padding-left: 12px;
    }

    .titleTest {
        display: none;
        padding-left: 12px;
    }

    .layer2 .row .Normal {
        text-align: center;
    }
}

.bxslider .row{
    margin-left: initial!important;
}


.tabs {
    width: 100%;
    display: inline-block;
    margin-top:15px;
}

.tab-links {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

.tab-links:after {
    content: '';
    display: table;
    clear: both;
}

.tab-links li {
    float: left;
    margin: 0 15px 0 0;
}

.tab-links a {
    padding: 10px 25px;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    background: lightgrey;
    transition: all 0.1s ease-in-out;
    text-decoration: none;
    font-family: Teachers;
    font-size: 19.2px;
    font-weight: 600;
    line-height: 28.8px;
    text-transform:uppercase;
    color: gray;

}

.tab-links .active a {
    background: #fff;
    color: #9A031E;
}

.tab-content {
    padding: 25px;
    background: #fff;
    border-radius: 3px;
}
.tab-content ul li {
    list-style-type: disc;
}


.tab {
    display: none;
}

.tab.active {
    display: block;
}


@media(max-width:767px){
    .tab-links{
        border:10px solid white;
    }
    .tab-links li{
        width:100%
    }
    .tab-links li a{
        width:100%;
        text-align:center;
    }
}

.Iti-Lands-title-span{
    font-family: Teachers;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;   
}

.Iti-Lands-para-span{
    font-family: Teachers;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.greyBG{
    background: #EDEDED;
    padding: 80px 0;
}

#CDSSCROLLINGRAVE.narrow {
    width: 100%!important;
}
.TA_certificateOfExcellence {
        padding-top: 0px;
    margin-top: -11px;
    }
blockquote {
display: inherit;}
#CDSSCROLLINGRAVE.border {
    border: 3px solid #589446 !important;
}
@media only screen and (max-width : 767px) {
        #CDSWIDCOE {
            margin-top: 20px;
        }
    }


.boldWeight *{
    font-weight:500!important
}
.bolderWeight *{
    font-weight:700!important
}

#CDSWIDSSP {
width: 100% !important;
}
#CDSWIDSSP .widSSPData {
    border: 3px solid #589442 !important; }

    .slick-list {
        margin:0 15px;
        height:auto!important;
    }
    .slick-prev{
        left: -15px;
    }
    .slick-next{
        right: -15px;
    }
    .slick-prev, .slick-next{
        width:25px;
        height:25px;
    }
    .slick-prev:before, .slick-next:before{
        color:#9a031e;
        font-size:25px;
    }

    .col-md-12{
        max-width:100%;
    }

    .slick-list .col-md-8{
        padding: 0 15px !important;
        margin-bottom:0!important;
    }

    .slick-slide{
        height:auto!important;
    }
    @media(max-width:979px){
    .fingerBox{
            flex-wrap:wrap;
        }
    }
    @media(max-width:767px){
        .slick-list .row{
            margin-left: auto !important;
        }
    }