/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);*/
/* Override default styles */
* {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#find-hotels {
    position: relative;
}
#find-hotels,
#find-hotels > div:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#find-hotels > header {
    z-index: -1!important;
    position: inherit!important;
}
.header#topEl a,
.footer#bottomEl a,
#use-tips-outer a,
.vadiv-outer a {
    text-decoration: none;
}
.header#topEl sup,
.footer#bottomEl sup,
#use-tips-outer sup,
.vadiv-outer sup {
    font-size: 0.6em;
    line-height: 1em;
}
.header#topEl,
.footer#bottomEl {
    width: 100%;
    text-align: center;
    clear: both;
}
.footerWrapper {
    /*padding: 0px 20px;*/
}
footer#bottomEl {
  margin: 0px auto;
  padding: 20px 20px 0px 20px;
  -moz-box-shadow: 0px 4px 13px rgba(0,0,0,1);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,1);
  box-shadow: 0px 4px 13px rgba(0,0,0,1);
}
#footer_copyright {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
}
#bottomEl .light-blue {
  color: #00355D;
}
#footerV3 p {
    /*padding-right: 15px;*/
}
#bottomEl #footer_copyright p { margin: 0px; }
#bottomEl #footer_copyright a {
  color: #8B9DB7;
}
footer#bottomEl > .row-fluid {
  margin-bottom: 20px;
}
footer#bottomEl > .row-fluid#footer_copyright {
  margin-bottom: 0;
}
.border_right {
  background: url("./vdot2.gif") repeat-y scroll right center;
}

.header#topEl .header-inner {
    text-align: left;
}
.header#topEl {
    background: #00355D;
    /*border-bottom: 1px solid rgba(58, 70, 86, 0.67)!important;*/
    border-bottom: 2px solid #547199;
}
.header#topEl * {
    text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
.header#topEl * {
    /*font-family: 'Open Sans'!important;*/
    font-family: 'Yanone Kaffeesatz', sans-serif!important;
    font-weight: normal;
    font-style: normal;
}
#use-tips-outer,
.header#topEl,
.header#topEl h1,
.footer#bottomEl {
    font-size: 14px;
    line-height: 1.3em;
}
#toplogo {
    padding: 0px 0px 10px 1.5em;
}

.header#topEl,
.header#topEl a,
.header#topEl a:hover,
.header#topEl h1 {
    color: #fff;
    text-decoration: none;
}
.header#topEl h1 {
    font-weight: 400;
    font-size: 3.5em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
}
.header#topEl #tagline {
    font-size: 1.7em;
    line-height: 1em;
    margin-top: 0px;
    position: relative;
    z-index: 9;
}
.header#topEl #header_copyright {
    font-size: 1.1em;
    font-weight: 400;
}
/*.header#topEl sup {
    font-size: 0.4em;
    line-height: 1em;
}*/
.header#topEl sup {
    font-size: 0.4em;
    vertical-align: text-top;
    line-height: 1em;
    position: relative;
    top: 0.5em;
}

/* horizontal gradient */
.darkenbg {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.4)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

/* bottom footer - grey */
#footer_boxes_wrap, #bottomEl {background: #DFE5F1;}
#footer_boxes_cont {margin-left: 10px; }

.footer_box {
    float: left;
    position: relative;
    width: 24%;
    background: url("./vdot2.gif") repeat-y scroll right center #DFE5F1;
    position: relative;
    color: #00355D;
    font-size: 14px;
    text-align: left;
    padding: 0 1% 0 0;
    margin: 20px 1.5% 15px 0;
    height: 85px;
    }
    
.footer_box.right {background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 20px 1.5% 15px 0;
    padding: 0 1% 0 0;
    position: relative;
    text-align: left;
    width: 18%;
    color: #00355D;
    font-size: 14px;
    height: 75px;
}

footer#bottomEl > .-fluid {
  margin-bottom: 20px;
}
footer#bottomEl > .-fluid#footer_copyright {
  margin-bottom: 0;
}
#bottomEl > .row-fluid > div { text-align: left; font-size: 14px; }

#bottomEl h2,
.footer_box h2,
#footerstart h2,
#footerstartr h2 {
    font-size: 2em;
    line-height: 1.2em;
    padding: 0px 0px 10px!important;
    color: #0084c1;
    text-shadow: 1px 1px 1px rgba(0,53,93,0.1);
    margin: 0;
    padding: 0;
}
/*#bottomEl a,*/
.footer_box a,
#footerstart a,
#footerstartr a {
    color:#005580;
}
#bottomEl h2:hover,
.footer_box a:hover,
#footerstart a:hover,
#footerstartr a:hover {
    color:#0084c1;
}
#footerstartT {
    text-align:left;
    padding-bottom: 25px;
    font-size: 14px;    
}
#footerstart {
    width: 48%;
    padding: 0 2% 0 0;
    margin: 20px 3% 15px 0;
}
#footerstartr {
    width: 42%;
    padding: 0 2% 0 0;
    margin: 20px 3% 15px 0;
}
#footerstart,
#footerstartr {
    /*width: 49%;*/
    float: left;
    /*margin-right: 1%;*/
}
#footerstartr {
    margin-right: 0px;
}
ul.simple_links,
#footerstart ul,
#footerstartr ul{
    padding: 0;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #555555;
}
ul.simple_links li, #footerstart ul li, #footerstartr ul li{display: inline;}
ul.simple_links li a, #footerstart ul li a, #footerstartr ul li a{text-decoration:underline;color:#00355d;}
ul.simple_links li a:hover, #footerstart ul li a:hover, #footerstartr ul li a:hover{text-decoration:underline;color:#0084c1;}

/* Bottom popup */
#call-to-action-notification {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    width: 250px;
    /*height: 130px;*/
    background: #FFE322;
    font-size: 14px;
    color: #232323;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#call-to-action-notification > div {
    padding: 10px 10px 5px;
}
#call-to-action-notification h3 {
    margin: 0px 0px 5px;
    color: #232323 !important;
    font-size: 25px;
    line-height: 30px;
    padding: 0px;
    text-align: left;
}
#call-to-action-notification p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
}
#call-to-action-notification a#call-to-action-notification-button {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #547199;
    padding: 4px 10px;
    margin: 5px auto 0px;
    text-align: center;
    color: #FFF6BB;
    border: 1px solid #496285;
}
#call-to-action-notification a#call-to-action-notification-button:hover {
    text-decoration: none;
    background-color: #4B678B;
} 
#call-to-action-notification a#call-to-action-notification-button:active {
    background-color: #465F81
}

/* END Bottom popup */

.fontblue {color: #005580;}
.hc_bpg {
    background: #fff!important;
    padding: 0px!important;
    color: #1a1a1a;
}
.hc_bpg .hc_m_hd h2 {
    color: #1a1a1a!important;
}
#hc_intro p,
#hc_intro h1 {
    padding: 10px;
}

.hc_r_layout_v2_full #hc_r_3b {
    margin: 0 10px 0 285px!important;
}

#footer_copyright p { font-size: 15px; line-height: 2em; text-align: center!important;}