body {
    /*font-family: tobagoregular,Arial,sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    font-style: normal;
    text-transform:uppercase;*/
}

.siteheader {
    background: #46166b;
    /*height: 50px;*/
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.siteheader a {
    color: #fff;
    text-decoration: none;
}

.band {
    padding-left: 30px;
    padding-right: 30px;
}


h1, h2, h3, h4 {    
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    font-family: "tobagoregular",sans-serif;
    color: #46166b;
    text-transform: uppercase;
    background-image:none;
}

.hotlogo {
    display: block;
    max-width: 210px;
    margin-right: 40px;
    padding: 0;
    margin-top: 9px;
    float: left;

}

.hotlogo__img {
    display: block;
    width: 100%;
}

.hotlogo__link {
    display: block;
    position: relative;
}

.hottagline {
    max-width: 220px;
    display: block;
    margin: 3px 0 0;
    padding: 0;
    float: left;
}

.hottagline__link {
    display: block;
    position: relative;
}

.hottagline__img {
    display: block;
    width: 100%;
    padding-top: 10px;
}


header.siteheader .contactDetails {
    display: inline-block;
    float: right;
}

header.siteheader .contactDetails ul {
    list-style: none;
    padding-left: 0px;
}

header.siteheader .contactDetails ul li {
    display: inline-block;
    float: left;
    padding: 0 19px 0 12px;
    background: url("../imgs/navigation-dots.png.html") no-repeat center right;
}

header.siteheader .contactDetails li a.liWishlist {
    width: 27px;
    height: 23px;
    background-position: -500px -750px;
    font-size: 0;
    line-height: 0;
}

header.siteheader .contactDetails ul a {
    font-family: "tobagoregular";
    line-height: 1.5em;
    font-size: 13px;
    letter-spacing: .02em;
    position: relative;
    text-transform: uppercase;
}

header.siteheader .contactDetails ul a:hover {
    color:#f1a91e;
}

header.siteheader .contactDetails ul li#liaPhone {
    display: inline-block;
}

header.siteheader .contactDetails ul li:last-child {
    background-image: none;
    padding-right: 0;
}

.sitenav li.selected a,.sitenav li a:hover {
    color:#f1a91e;
}

.sitetools {
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

.sitetools:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
}
.sitetools .bar {
    background: #550478;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}

.sitenav {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
    text-align: right;
    background: #550478;
    display: block;
    min-height: 1px;
    height: auto;
    overflow: visible;
}




.sitenav__container {
    padding: 6px 138px 6px 30px;
    top: auto;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    float:right;
}

.sitenav__ul {
    list-style: none;
    margin: 0 0 5px 0!important;
}

.sitenav li {
    display: inline-block;
    float: left;
    padding: 0 19px 0 12px;
    background: url("../imgs/navigation-dots.png.html") no-repeat center right;
}



.sitenav li a {
    display: block;
    letter-spacing: 1px;
    font-family: tobagoregular;
    text-transform:uppercase;
    font-size: 16px;
    padding: 7px 0;
    color: #fff;
    text-decoration: none;
}


/* ---------------------- Social Media drop down ---------------------- */

.sbutton {
    background: url("../imgs/connect.png.html") no-repeat center right;
    width: 64px;
    height: 74px;
    display: inline-block;
    position: absolute;
    top: 0px;
    margin-left: 15px;
}

.sbutton:hover {
  cursor: pointer;
}

.smenu {
    border-radius: 3px;
    left: 0px;
    width: 64px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}


.smenu li {
    list-style-type: none;
    margin: 0;
    padding: 2px;
    background: none;
}

.smenu li a    {
    max-width: 100%;
    padding: 2px 0;
}

.smenu li a.email   {
   background-image:  url("../imgs/soc-email-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.email:hover  {
    background-image:  url("../imgs/soc-email-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.facebook   {
   background-image:  url("../imgs/soc-facebook-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.facebook:hover  {
    background-image:  url("../imgs/soc-facebook-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.twitter   {
   background-image:  url("../imgs/soc-twitter-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.twitter:hover  {
    background-image:  url("../imgs/soc-twitter-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.pinterest   {
    background-image:  url("../imgs/soc-pinterest-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.pinterest:hover  {
    background-image:  url("../imgs/soc-pinterest-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.mobile   {
   background-image:  url("../imgs/soc-mobile-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.mobile:hover  {
    background-image:  url("../imgs/soc-mobile-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.instagram   {
   background-image:  url("../imgs/soc-instagram-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.instagram:hover  {
    background-image:  url("../imgs/soc-instagram-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.photos   {
   background-image:  url("../imgs/soc-photos-purple.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.smenu li a.photos:hover  {
    background-image:  url("../imgs/soc-photos-yellow.png.html");
    display: block;
    width: 63px;
    height: 50px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
}



.smenu li a img    {
    max-width: 100%;
}


.smenu.share {
  opacity: 1;
  top: 80px;
}










.flightfinder__container {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    cursor: pointer;
    background: url("../imgs/yellow-background.png.html") left bottom;
    z-index: 100;
    text-transform: uppercase;
    color: #fff;
}

.flightfinder__container .aeroplane-icon {
    background:url("../imgs/plane.png.html");
    height: 54px;
    width: 55px;
    float: left;
}

.band {
    padding-left: 60px;
    padding-right: 60px;
}

.flightfinder-trigger__text {
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    font-size: 20px;
    white-space: nowrap;
    font-family: "tobagoregular";
    float: left;
    position: relative;
    top: 12px;
    margin-left: 10px;
    text-transform:uppercase;
}

.flight-toolbox {
    background: url("../imgs/farefind.png.html") no-repeat;
    position: absolute;
    top: 15px;
    width: 145px;
    height: 42px;
    left: 340px;
    z-index: 100;
    text-decoration: none;
    color: #fff;
    line-height: 56px;
    font-size: 0;
    font-weight: bold;
    text-transform: none;
    font-family: Conv_ITCAvantGardeStd-BK;
    letter-spacing: 1px;
}

.flight-toolbox a {
    color: #fff;
    font-size: 14px;
    top: 0;
    left: 45px;
    padding: 0;
    margin: 0;
    position: absolute;
    line-height: 28px;  
    text-decoration: none;
}

.mobile-menu {
    display: none;
}

.header-text {
    color:#fff;
    position:absolute;
    top:50%;
    font-family: "Myriad-Pro";
    font-weight:400;
    font-size:18px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}

.header-ti {
    left:195px;
}
.header-cu {
    right:0px;
    display:none;
}

@media (max-width: 1199px) {
    .flight-toolbox a {
        display: none;
    }
}

@media (max-width: 1023px) {
    .hero {
        /*padding-top: 125px;*/
    }
    .sitenav.mobile-active .mobile-menu {
        background-color: #490069;
    }
    .sitenav__container {
        background-color: #490069;
        height: 0;
        padding: 0;
        font-family: 'Conv_ITCAvantGardeStd-Bk', sans-serif;
    }
    .sitenav__ul {
        margin: 0 !important;
    }
    .hotlogo {
        /*margin-top: 0;*/
        max-width: 140px;
    }
    .hottagline {
        max-width: 160px;
        margin: 2px 0 0;
    }
    .siteheader {
        height: 70px;
        position: absolute;
        width: 100%;
        z-index: 999;
    }
    .siteheader.band {
        padding: 10px 15px;
    }
    .siteheader img {
        max-height: 100%;
    }
    .contactDetails ul li {
        display: none !important;
    }
    .contactDetails ul li#liaPhone {
        display: inline-block !important;
        margin-top: -12px;
        font-size: 34px;
    }
    .contactDetails ul li#liaPhone a {
        font-size: 24px;
    }
    .sitenav {
        height: 50px;
        position: absolute;
        top: 70px;
        z-index: 999;
    }
    .sitenav.mobile-active {
        height: auto;
    }
    .sitenav.mobile-active .sitenav__container {
        height: 440px;
        float: none;
        margin: 0;
        padding: 0;
    }

   .sitenav__container .sitenav__ul {
       display: none;
   }
   .sitenav.mobile-active .sitenav__container .sitenav__ul {
       display: block;
       text-align: center;
       width: 100%;
       margin: 0;
       padding: 0 30px;
       padding-bottom: 20px;
   }

   .sitenav.mobile-active .sitenav__container .sitenav__ul > li {
       float: none;
       display: block;
       text-align: center;
   }
   .sitenav li {
       background: none;
       padding: 0;
       border-bottom: 1px solid #64267f;
       float: none;
   }
   .sitenav li a {
       font-family: 'Conv_ITCAvantGardeStd-Bk', sans-serif;
       text-transform: capitalize;
       font-size: 14px;
       padding: 6px 0;
   }
    .flightfinder {
        position: relative;
    }
    .flight-toolbox {
        display: none;
    }
    .mobile-menu {
        display: block;
        float: right;
        padding: 18px 18px 17px 18px;
    }
    .mobile-menu .burg span {
        display: block;
        height: 3px;
        background-color: white;
        width: 18px;
        margin-bottom: 3px;
    }
    .mobile-menu .burg span:last-child {
        margin-bottom: 0;
    }
    .sbutton {
        position: relative;
        margin: 0;
        background: none;
        width: 100%;
        height: auto;
    }
    .smenu {
        padding: 20px 0 0;
        opacity: 1;
        width: auto;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    .smenu li {
        border: 0;
    }
    .smenu.share {
        top: 0;
    }
}

@media (max-width: 649px) {
    .sitenav.mobile-active .sitenav__container .sitenav__ul {
        padding-bottom: 0;
    }
    .hottagline {
        display: none;
    }
    .hotlogo {
        margin-right: 0;
    }
    .flightfinder {
        left: 0px;
    }
    .flightfinder__container.band {
        padding: 15px 20px;
    }
    .flightfinder-trigger__text {
        font-size: 16px;
    }
}

@media (max-width: 567px) {
    .siteheader {
        height: 50px;
    }
    .sitenav {
        top: 50px;
    }
    .smenu {
        padding: 0;
    }
    .smenu li a {
        width: 32px !important;
        background-size: 100% auto !important;
    }
    .contactDetails ul li#liaPhone {
        margin-top: -20px;
    }
    .contactDetails ul li#liaPhone a {
        font-size: 18px;
    }
    .hotlogo {
        max-width: 120px;
        margin-top: 4px;
    }
}

@media (max-width: 480px) {

}


    .appleLinksWhite a {color:#ffffff;}

.hide-when-mobile {
    color: white !important;
}
@media screen and (max-width: 47.95em) {

    .allianz-global-footer {
        float:left;
    }

    .allianz-footer {
        margin-top:0px;
    }

    .vertical-when-mobile {
        display:block;
    }
    .hide-when-mobile {
        display:none;
    }
    .footer-images {
        margin-top:30px;
    }
    

    .social-images {
        float:left;
    }
    .social-title {
        text-align:left !important;
        padding-top: 10px !important;

    }

    
    .disclamer-mobile {
        display:block !important;
    }

}
@media screen and (max-width: 48em) {
    
    

    
}
.social-title {
        text-align:right;padding-top:30px;font-weight:400;
        font-size:16px;
        font-family:Helvetica, Arial;
        color: white !important;
    }
.disclamer-mobile {
        display:none;
    }

