﻿body, ul, li, p, h1, h2, h3, h4, h5, h6, h7, h8, h9, a {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #0476d9;
}

a:hover {
    color: #086bc0;
}

.contain-to-grid, .top-bar, .title-area, .top-bar-section, .top-bar-section left, .top-bar-section li {
    /* background: #f47d39 !important; */
    background: #2c547a !important;
}

.top-bar-section ul li > a {
    /* background: #f47d39 !important; */
    background: #2c547a !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.top-bar-section ul li > a:hover {
    /*	background: #e8652c !important; */
    background: #0f3960 !important;
}

section.top-bar-section ul.left li a:hover {
    color: #f1f1f1;
}

section.top-bar-section ul.left li a:active, section.top-bar-section .currentpage a {
    /* background: #e8652c !important; */
    background: #0f3960 !important;
}

.utility {
    padding-top: 10px;
}

.utility .inline-list {
    padding-left: 20px;
}

.utility li {
    margin-left: 5px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

.utility li a {
    font-family: 'Open Sans', sans-serif;
}

.agent {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.agent li {
    font-size: 12px;
    line-height: 15px;
    text-align: right;
}

.agent li a {
    font-family: 'Open Sans', sans-serif;
}

.agent h5 {
    margin: 0px;
}

.header-background {
    background-image: url("/content/img/beach.jpg");
    background-position: center center;
    min-height: 55%;
}

.header-background .panel {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

.header-background h1 {
    color: #4d4d4d;
    font-size: 2rem;
    margin-top: .75rem;
}

.searchtype a {
    font-size: 28px;
    line-height: 54px;
    color: #4d4d4d;
    margin-left: 5px;
}

.searchtype a:hover {
    background: #4c4d4d;
    color: #FFF;
    border-radius: 10px;
    padding: 3% 10% 3% 5%;
    width: 100%;
}

.packages ul, .flights ul {
    margin-top: 20px;
}

.packages li {
    margin: 0px 0px 0px 5px;
    color: #4d4d4d;
}

.packages label, .flights label {
    color: #4d4d4d;
}

.flights li {
    margin: 0px 0px 0px 20px;
    color: #4d4d4d;
}

.canada input {
    margin-bottom: 0px;
}

.canada li {
    margin-left: 10px;
}

.canada label {
    color: #4d4d4d;
}

.packages input {
    margin-bottom: 0px;
}

.content {
    margin-top: 40px;
    margin-bottom: 40px;
}

#flightsearch .small-3 .button {
    background: #FFF;
    border: none;
    margin: none;
}

#flightsearch div.large-8 li {
    font-size: 10px;
    line-height: 12px;
}

#flightsearch div.large-8 ul {
    margin-top: 8px;
}

#flightsearch .large-4 .button {
    background: #f23005;
    border-radius: 10px;
}

#flightsearch .large-4 .button:hover {
    background: #d92b04;
    border-radius: 10px;
}

.round {
    background: #3ac4ec;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.round i {
    margin-top: 6px;
    margin-right: 5px;
    color: #FFF;
}

.plussign {
    padding-top: 10px;
    color: #f2b33d;
}

.icons {
    margin-top: 12px;
}

.savings {
    margin: 0px 20px;
}

.saveupto {
    font-size: 18px;
    color: #4d4d4d;
    letter-spacing: 2px;
}

.dollars {
    font-size: 42px;
    color: #008cba;
    font-style: italic;
    letter-spacing: 2px;
    margin-left: -10px;
}

.advertisement-sm {
    background: #FFF;
}

.advertisement-sm-inner {
    /*background: lightgreen;*/
    height: 130px;
    margin-bottom: 40px;
}

.advertisement {
    background: #FFF;
    height: 250px;
}

.newsletter {
    background-color: #e6aa39;
    margin-top: 20px;
    border-radius: 30px;
}

.newsletter h3, .newsletter h4 {
    color: #FFF;
    line-height: 20px;
    text-align: center;
}

#newsletterform {
    padding-top: 10px;
    padding-bottom: 10px;
}

#newsletterform h4 {
    padding-bottom: 10px;
    line-height: 30px;
}

#newsletterform .button {
    background-color: #f47d39;
    border-radius: 10px;
}

.newslabel {
    margin-top: 10px;
    color: #FFF;
}

.weeklydeals .deal-image {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.weeklydeals .vcard {
    border: none;
    font-size: 11px;
    line-height: 14px;
}

.weeklydeals h3 {
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}

.weeklydeals .fn {
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}

.weeklydeals li {
    font-family: 'Open Sans', sans-serif;
}

.dealdescription {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

footer {
    /* background: #f47d39; */
    background: #2c547a;
    text-align: center;
    color: #FFF;
    padding: 30px;
}

footer p, footer a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.collapse input {
    padding-left: 10px !important;
}

.shopping .panel {
    background: none;
    border: none;
    margin-top: 10px;
}

.shopping {
    margin-bottom: 30px;
}

.orbit-container {
    height: 200px;
    width: auto;
    margin-top: 30px;
}

.coupons {
    background: #FFF;
    /*height: 200px;*/
    margin-top: 30px;
}

.alphabet li {
    float: left;
    margin: 0px 5px;
}

.findastore {
    background: #EEE;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 40px 0px;
}

.findastore p {
    margin-bottom: 0px !important;
    padding: 0px;
}

.store p, .store li {
    font-family: 'Open Sans', sans-serif;
}

/* Datepicker Styles */
.ui-datepicker-trigger {
    border: none;
    background: none;
    float: right;
}

input.small-9.columns.hasDatepicker {
    float: left;
    width: 67%;
}

button.ui-datepicker-trigger {
    background: #FFF;
    color: #333;
    padding: 9px 14px 8px 14px;
    margin-top: 1px;
    float: right;
}

button.ui-datepicker-trigger:hover {
    background: #CCC;
}

.ui-corner-all {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-widget-content {
    background: #FFF !important;
}

.ui-datepicker-header {
    border: none !important;
    background: #f47d39 !important;
}

.ui-datepicker-calendar {
    border: none !important;
}

table thead {
    background: #FFF !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px !important;
    background: whitesmoke !important;
    font-weight: normal !important;
    color: #333;
}

a:hover.ui-state-default, a:hover.ui-widget-content .ui-state-default, a:hover.ui-widget-header .ui-state-default {
    border: 0px !important;
    background: #f47d39 !important;
    font-weight: normal !important;
    color: #FFF;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #DDD !important;
}

.ui-datepicker-next-hover {
    background: #FFF !important;
    border: none !important;
    border-radius: 50% !important;
    margin-top: 2px;
    margin-right: 2px;
}

.ui-datepicker-prev-hover {
    background: #FFF !important;
    border: none !important;
    border-radius: 50% !important;
    margin-top: 2px;
    margin-left: 2px;
}

.canada-ad {
    background: url("/content/img/plane.jpg");
    background-position: center center;
}

.canada-ad h1 {
    background-color: #0476d9;
}

h8.left {
    font-size: 14px;
    color: #4D4D4D;
    padding-bottom: 5px;
}

/* FIREFOX FIXES */
@-moz-document url-prefix() {
    .header-background h1 {
        font-size: 38px;
    }

    select {
        background-image: none;
    }

    button.ui-datepicker-trigger {
        background: #FFF;
        color: #333;
        padding: 6px 14px 6px 14px;
        margin-top: 1px;
        float: right;
    }

    .left {
        float: left;
    }
}

ul.no-bullet.right {
    margin-right: 20px;
}

.privacy p, .privacy li, .thanks p, .help p, .help a {
    font-family: 'Open Sans', sans-serif;
}

.thanks .button {
    background-color: #f23005;
    border-radius: 10px;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 250px;
}

#flightsearch .error, form .error {
    background-color: rgb(58, 56, 56) !important;
}

.active-search {
    background: #4c4d4d;
    color: #FFF !important;
    border-radius: 10px;
    padding: 3% 10% 3% 5%;
    width: 100%;
}

.addthis_sharing_toolbox {
    margin-top: 2px;
}

a.at-svc-compact {
    margin: 0 0 0 2px !important
}

.tabitem {
    font-size: 14px;
    border-bottom: solid 1px #DDD;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
}

.tabitem a:link, .tabitem a:active, .tabitem a:visited {
    text-decoration: none;
    color: #003366;
}

.tabitem a:hover {
    text-decoration: underline;
}

.tabitem .tabitemtitle {
    font-weight: bold;
    padding-bottom: .5em;
    font-size: .9em;
}

.tabitem .promo {
    float: right;
    font-size: .9em;
    font-style: italic;
    font-weight: bold;
    padding-bottom: .6em;
}

.tabitem .travdates {
    font-size: .8em;
    font-style: italic;
}

.tabitem .details {
    float: right;
    clear: right;
}

.tabitem .details a {
    padding: 3px 0.8em;
    margin-left: 3px;
    border: 1px solid #fff;
    background: #900;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.tabitem .details a:hover {
    border: 1px solid #fff;
    background: #C00;
    color: #FFF;
    text-decoration: none;
}

.tabitem .starrate {
    font-size: 11px;
    font-style: italic;
}

.content-image {
    position: static;
    cursor: pointer;
}
