*{
    font-family: arial;
    padding:0;
    margin:0;
    font-size: 13px;
    color:#444;
}

h1{
    color: #2074be;
    font-size: 28px;
    font-weight: normal;
}

h2{
    color: #444;
    font-size: 26px;
    font-weight: normal;
}

h3{
    color: #2074be;
    font-size: 18px;
    font-weight: normal;
}

h4{
    color: #2074be;
    font-size: 15px;
    font-weight: normal;
}

label.error{
    color: #BE0000;
    font-size: 11px;
    line-height: 15px;
}

input.error,
select.error,
textarea.error{
    border-color: #BE0000 !important;
}

/* Divs Float Start */
.full-div{
    float: left;
    width: 100%;
    clear: both;
}

.full-div-center{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}

.float-div-left{
    float: left;
    width: auto;
}

.float-div-right{
    float: right;
    width: auto;
}

.space-div-5{
    float: left;
    width: 100%;
    clear: both;
    height: 5px;
}

.space-div-10{
    float: left;
    width: 100%;
    clear: both;
    height: 10px;
}

.space-div-20{
    float: left;
    width: 100%;
    clear: both;
    height: 20px;
}

.space-div-40{
    float: left;
    width: 100%;
    clear: both;
    height: 40px;
}

.space-div-80{
    float: left;
    width: 100%;
    clear: both;
    height: 80px;
}
/* Divs Float End */

/* Jquery UI Start */
.ui-tooltip {
    border-radius: 2px;
    font-weight: bold;
    box-shadow: 0 0 2px black;
}

div.ui-widget-overlay {
    background: #000;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}

.ui-dialog{
    padding: 0 !important;
    border: none !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
}

.ui-dialog-titlebar{
    display: none;
}

.ui-dialog-content{
    padding: 0 !important;
}
/* Jquery UI End */

/* Main header Start */
.main-header{
    width: 100%;
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
    overflow: auto;
    height: 45px;
}

.main-header-container{
    max-width: 1440px;
    overflow: auto;
    margin: 0 auto;
}

.main-header-logo{
    padding-left: 20px;
}

.main-header-logo a {
    text-decoration: none;
    line-height: 45px;
    display: inline-block;
}

.main-header-logo a img{
    vertical-align: middle;
}

.main-header-navigation-container{
    padding-right: 20px;
}

.main-header-navigation{
    padding: 5px;
    color: #A2A2A2;
    font-size: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.main-header-navigation:hover{
    border:1px solid #555555;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
}

.call-me {
    display: block;
    color: #FFF;
    text-decoration: none;
    height: 45px;
    padding: 0px 20px;
    margin-right: 20px;
    line-height: 45px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #2074BE;
    font-size: 18px;
}
/* Main header End */


/* Destination Navigation Start */
.destination-navigation{
    width: 100%;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    padding: 0px;
    background-color: white;
    z-index: 50;
    position: absolute;
    top: 45px;
}

.destination-navigation-link{
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.destination-navigation-link:hover{
    color: #ff7403;
}

.nav-selected{
    font-weight: bold;
    border-bottom: 6px solid #ff7403;
}

.more-flyout{
    position: absolute;
    top: 5px;
    overflow: auto;
    width: 200px;
    cursor: pointer;
}

.more-flyout-container{
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    background-color: white;
    margin: 4px;
    overflow: auto;
}

.more-nav-link{
    text-decoration: none;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.more-nav-link:last-child{
    border-bottom: 0;
}

.more-nav-link:hover{
    color: #ff7403;
}
/* Destination Navigation Start */


/* Flyout Menu Start */
.travel_month_flyout{
    position: absolute;
    top: 5px;
    overflow: auto;
    width: 200px;
    cursor: pointer;
}

.travel_month_link{
    text-decoration: none;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.travel_month_link:last-child{
    border-bottom: 0;
}

.travel_month_link:hover{
    color: #ff7403;
}

.travel_destination_flyout{
    position: absolute;
    top: 5px;
    overflow: auto;
    width: 200px;
    cursor: pointer;
}

.travel_destination_link{
    text-decoration: none;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.travel_destination_link:last-child{
    border-bottom: 0;
}

.travel_destination_link:hover{
    color: #ff7403;
}
/* Flyout Menu End */

/* Content Start */
.background-1{
    clear: both;
    width: 100%;
    background: url("/images/texture.min.png") repeat scroll 0 0 #fdfdfd;
    overflow: auto;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}

.container{
    width: 1140px;
    overflow: auto;
    margin: 0 auto;
}

.article-container{
    float:left;
    width: auto;
    overflow: auto;
}

.article-container .article-box-container{
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    width:730px;
    background-color: white;
    padding: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
    overflow: auto;
}

.article-container p,
.article-container p span,
.article-container p strong,
.article-container em{
    line-height: 1.6;
    font-size: 14px;
    color: #444;
}

.article-container .attribution{
    float:right;
    font-style: italic;
    font-size: 11px;
    color: #888;
    padding-right: 45px;
}

.article-container p a,
.article-container li a{
    line-height: 1.6;
    font-size: 14px;
    text-decoration: none;
    color: #2074be;
}

.article-container p a:hover,
.article-container li a:hover{
    color: #ff7403;
}

.article-container ul,
.article-container ol{
    margin: 0;
    padding-left: 20px;
}

.article-container ul li,
.article-container ol li{
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 15px;
}

.slide_links_list{
    display: inline-block;
    overflow: auto;
}

.slide_links_list li{
    padding: 0 !important;
}

.slide-links{
    font-size: 14px;
    line-height: 2;
}
/* Content End */

/* Form Start */
.form-container{
    float:right;
    width:280px;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    /*background: url("/images/texture.min.png") repeat scroll 0 0 #82CAFF;*/
    background: rgba(0, 0, 0, 0.7);

    .holiday-form-table { padding-left: 20px !important;}
    .label-cell, label {
        padding-top: 10px;
        padding-bottom: 5px;
        color:white !important;
    }
    .tc-input, .tc-select { margin-bottom: 15px; }
}

.pitch-1{
    font-size: 23px;
    padding-bottom: 5px;
    text-align: center;
    color: black;
    padding-top: 15px;
}

.pitch-2{
    font-size: 15px;
    text-align: center;
    color: black;
    padding-bottom: 15px;
    border-bottom:1px solid #888;
}

#callme-form{
    overflow: auto;
    padding: 0px 20px;
    padding-bottom: 10px;
}

.tc-link{
    text-decoration: none;
    color: #2074be;
}

.tc-link:hover{
    color: #ff7403;
}

.tc-label{
    color: black;
}

.tc-input{
    border: 1px solid #ccc;
    padding: 9px;
    width: 220px;
}

.tc-select{
    border: 1px solid #ccc;
    padding: 10px;
    width: 240px;
}

.tc-orange-button{
    background-color: #FF7403;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
}

.tc-blue-button{
    background-color: #2074be;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    padding: 8px 18px;
}

.tc-grey-button{
    background-color: #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: white !important;
    font-family: arial !important;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    padding: 8px 18px;
}
/* Form End */

/* More Content Start*/
.background-2{
    clear: both;
    width: 100%;
    background: url("/images/texture.min.png") repeat scroll 0 0 #EEE;
    overflow: auto;
    padding-bottom: 80px;
}

.more-articles-header{
    font-size: 22px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.article-pin{
    background-color: white;
    float: left;
    /*width: 210px;
    display: inline-block;
    */
}

.article-pin a{
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
}

.article-pin a:hover{
    color: #ff7403;
}

.article-pin img{
    display: block;
}

.more-article-pin-content{
    padding: 10px;
    width: 192px;
    height: 55px;
    overflow: auto;
}

.more-article-title{
    font-weight: bold;
    line-height: 1.3;
}

.more-article-title2{
    font-weight: bold;
    line-height: 1.3;
}

.more-article-desc{
    color: #888;
    font-size: 12px;
    height: 45px;
}

.article-pin-link1{

}

.article-pin-link2{
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
}
/* More Content End*/

/* Show Popout Start */
.sell-box{
    overflow: auto;
    border: 1px solid #bbb;
    padding: 40px;
    clear: both;
}

.pop-out-title-1{
    font-size: 30px;
    color: #666;
    padding: 10px 0px;
}

.pop-out-title-2{
    font-size: 30px;
    color: #2074be;
}

#exit-popup-header{
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    background-color: #2074be;
    margin-bottom: 20px;
}

#exit-popup-header h1{
    padding: 0px 25px;
    font-size: 28px;
    line-height: 1.3;
    color: white;
}

.call-us{
    font-size: 24px;
}

.call-us span{
    color: #ff7403;
    font-size: 24px;
}

table#exit-callme-table{
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

table#exit-callme-table td.label-td{
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: right;
}

table#exit-callme-table td.label-td label{
    text-align: right;
}

table#exit-callme-table td.input-td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

em{
    color: red;
}
/* Show Popout End */

/* Footer Start */
.background-4{
    width: 100%;
    clear: both;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #444;
}

.footer-links a{
    color: #aaa;
    text-decoration: none;
    font-size: 11px;
    padding-left: 7px;
    border-left: 1px solid #bbb;
    margin-left: 7px;
}

.footer-links a:hover{
    color: #eee;
}

.footer-text{
    color: #aaa;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 1.5;
}

.copyright{
    color: #aaa;
    font-size: 12px;
}
/* Footer End */

/* Quick Info Start */
.quick-info-link{
    text-decoration: none;
    display: inline-block;
    float: left;
}

.quick-info-box{
    width: 190px;
    border: 1px solid #bbb;
    padding: 9px;
    float: left;
}

.quick-info-gutter{
    width: 40px;
    float: left;
    height: 100px;
}

.quick-info-header{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    color: #2074be;
}

.quick-info-header a{
    text-align: center;
    font-size: 18px;
    color: #2074be;
    display: block;
    text-decoration: none;
}

.quick-info-header a:hover{
    color: #ff7403;
}

.quick-info-icon{
    text-align: center;
    padding-bottom: 15px;
    height: 48px;
}

.quick-info-icon img{
    width: 48px;
}

.quick-info-content-1{
    line-height: 1.4;
    height: 60px;
    text-align: center;
}

.quick-info-content-2{
    line-height: 1.4;
    height: 50px;
    text-align: center;
}

.quick-info-content-1 span,
.quick-info-content-2 span{
    color: #666;
    font-style: italic;
    font-size: 12px;
}
/* Quick Info End */

/* Read More Start */
.read-more-box{
    padding: 10px;
    width: 620px;
    background-color: #f2f2f2;
    margin-left: 45px;
}
/* Read More End */

/* Quick info sprite start */
.sprite_airplane, .sprite_calendar, .sprite_01d, .sprite_01n, .sprite_02d,
.sprite_02n, .sprite_03d, .sprite_03n, .sprite_04d, .sprite_04n,
.sprite_09d, .sprite_09n, .sprite_10d, .sprite_10n, .sprite_11d,
.sprite_11n, .sprite_13d, .sprite_13n, .sprite_50d, .sprite_50n
{ display: inline-block; background: url('https://d368ufu7xgcs86.cloudfront.net/sprite-weather.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.sprite_airplane { background-position: -0px -0px; width: 48px; height: 48px; }
.sprite_calendar { background-position: -48px -0px; width: 48px; height: 48px; }
.sprite_01d { background-position: -96px -0px; width: 48px; height: 48px; }
.sprite_01n { background-position: -144px -0px; width: 48px; height: 48px; }
.sprite_02d { background-position: -0px -48px; width: 48px; height: 48px; }
.sprite_02n { background-position: -48px -48px; width: 48px; height: 48px; }
.sprite_03d { background-position: -96px -48px; width: 48px; height: 48px; }
.sprite_03n { background-position: -144px -48px; width: 48px; height: 48px; }
.sprite_04d { background-position: -0px -96px; width: 48px; height: 48px; }
.sprite_04n { background-position: -48px -96px; width: 48px; height: 48px; }
.sprite_09d { background-position: -96px -96px; width: 48px; height: 48px; }
.sprite_09n { background-position: -144px -96px; width: 48px; height: 48px; }
.sprite_10d { background-position: -0px -144px; width: 48px; height: 48px; }
.sprite_10n { background-position: -48px -144px; width: 48px; height: 48px; }
.sprite_11d { background-position: -96px -144px; width: 48px; height: 48px; }
.sprite_11n { background-position: -144px -144px; width: 48px; height: 48px; }
.sprite_13d { background-position: -0px -192px; width: 48px; height: 48px; }
.sprite_13n { background-position: -48px -192px; width: 48px; height: 48px; }
.sprite_50d { background-position: -96px -192px; width: 48px; height: 48px; }
.sprite_50n { background-position: -144px -192px; width: 48px; height: 48px; }
/* quick info sprite end */


/* Also Listed In Start */
.also-listed-in-container{
    float: left;
    clear: both;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    color: #666;
    width: 753px;
}

.also-listed-in-container *{
    color: #666;
    line-height: 1.5;
}

.also-listed-in-link{
    color: #666;
    padding: 0px 7px;
    border-right: 1px solid #666;
}

.also-listed-in-link:last-of-type{
    border-right: none;
}

#show-more-listed-in{
    color: #2074be;
    margin-left: 10px;
}
/* Also Listed In End */

/* Adsense Start */
.desktop_in_article_box{
    float: left;
    display: inline-block;
    overflow: auto;
    width: 728px;
    padding-left: 1px;
}
/* Adsense Stop */

/* TC Autocomplete Start */
.tc-autocomplete-dd{
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
    float: left;
    width: auto;
    position: absolute;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    z-index: 2000;
    background: #FFF;
    box-shadow: 0 4px 4px -2px #000;
    -webkit-box-shadow: 0 4px 4px -2px #000;
    -moz-box-shadow: 0 4px 4px -2px #000;
}

.tc-autocomplete-dd li{
    border-bottom: 1px solid #DDD;
    padding: 6px 3px;
    display: block;
    font-family:arial;
    font-size: 12px;
    cursor: pointer;
}

.tc-autocomplete-dd li:nth-child(even){
    background-color: #F2F2F2;
}

.tc-autocomplete-dd li:hover,
.tc-autocomplete-dd li.selected{
    background-color: #444;
    color: #FFF;
}
/* TC Autocomplete End */