body {
    background-color: #202843 !important;
}
#top-bar {
    height: 60px;
    border-top: 6px solid #FCCB00;
    position: absolute !important;
}
.main-bar {
    padding: 13px 0 !important;
}
#top-bar .top-bar-left {
    padding-top: 10px;
}
.header-right-area {
    position: absolute;
    top:12px;
    right:5px;
    color: #f9f9f9;
}
.expedia-logo {
    float: left;
    max-width: 185px;
}
.header-right-area .social-icons {
    border-bottom: 1px solid #f9f9f9;
    padding: 0 15px 10px;
}
.header-right-area a {
    color: #f9f9f9;
    margin: 0 6px;
}

.header-right-area ul {
    margin: 0;
    padding: 8px 0 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.header-right-area ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
.header-right-area ul li:before {
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    position: absolute;
    left: -2px;
    top:6px;
    background-color: #ffcb00;
}
.header-right-area ul li:first-child:before {
    display: none;
}
.header-right-area ul li a {
    color: #ffcb00;
}
@media (max-width: 768px){
    #logo img{
        max-height: 52px;
    }
}
@media (min-width: 1026px) and (max-width: 1199px){
    #logo img{
        max-height: 35px;
        padding-top: 5px;
    }
}
@media (min-width: 1200px){
    #logo img {
    max-width: 350px;
    max-height: 35px;
    padding-top: 5px;
    }
}

.home-item i {
    font-size: 21px;
}
.main-nav > .home-item > a.menu-link {
    padding: 13px 25px 15px;
}

.top-nav-custom {
    float: right;
    font-family: 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-size: 14px;
    margin: 11px 0 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 135, 245, 0);
}
#menu-shop {
    float: left;
    margin: 0 0 0 30px;
}
.top-nav-custom li {
    float: left;
    position: relative;
    list-style-type: none;
}
.top-nav-custom a {
    display: block;
    text-decoration: none !important;
    color: #0065b8;
    padding: .46153846em .61538462em .46153846em .61538462em;
}
.top-nav-custom a .icon {
    margin-left: .30769231em;
    padding-right: 0;
}
.top-nav-custom a:hover {
    border-radius: .23076923em;
    background: #d1eaff;
    color: #0065b8;
}
.top-nav-custom .open > a {
    color: #fff;
    background: #00355f;
    border-radius: .23076923em .23076923em 0 0;
}

.top-nav-custom ul {
    position: absolute;
    z-index: 10;
    top: 2.29411765em;
    right: 0;
    margin: 0;
    padding: 0;
    display: none;
}
#menu-shop.top-nav-custom ul {
    right: auto;
    left: 0;
}
.top-nav-custom .open > ul {
    display: block;
}
.top-nav-custom ul a {
    min-width: 13.84615385em;
    max-width: 20.76923077em;
    background: #00355f;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.top-nav-custom ul a:hover {
    color: #fff;
    background: #0087f5;
    outline: 0;
    text-decoration: none;
    border-radius: 0;
}
.top-nav-custom ul li:first-child a {
    overflow: hidden;
    border-bottom: 1px solid transparent;
    border-color: #00355f;
    border-radius: .23076923em 0 0 0 !important;
}
#menu-shop.top-nav-custom ul li:first-child a {
    border-radius: 0 .23076923em 0 0 !important;
}
.top-nav-custom ul li:last-child a {
    border-radius: 0 0 .23076923em .23076923em !important;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-color: #00355f;
}

#open-mobile-nav {
    position: absolute;
    top:50%;
    margin-top: -12px;
    left: 12px;
}

/* -----------------------------------------------------------------------------
 * Mobile Nav
 * -------------------------------------------------------------------------- */
#phe-mobile-nav-wrapper {
    /* Collapsed */
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -ms-transition-property: -ms-transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: -o-transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
}
.admin-bar #phe-mobile-nav-wrapper {
    top:46px;
}

.mobile-nav-open #off-canvas-body-inner {
    -webkit-transform: translate3d(270px, 0, 0) !important;
    -moz-transform: translate3d(270px, 0, 0) !important;
    -ms-transform: translate3d(270px, 0, 0) !important;
    -o-transform: translate3d(270px, 0, 0) !important;
    transform: translate3d(270px, 0, 0) !important;
}

.mobile-nav-open #phe-mobile-nav-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu li {
    width: 100%;
}
.main-menu li .sub-menu-container {
    display: none;
    padding: 8px 0 0;
    overflow: hidden;
    width: 100%;
}
.main-menu li .sub-menu-container ul {
    margin-bottom: -10px;
}

.mobile-top-holder {
    text-align: right;
    padding: 7px 0 10px;
    margin: 0 0 5px;
    border-bottom: 3px solid #ffcb00;
}
.mobile-top-holder .icon-link {
    margin: 0 5px 0 0;
    color: #899bad;
}
#phe-mobile-nav-wrapper .search {
    margin: 7px 0 0;
    overflow: hidden;
    width: 100%;
    height: 22px;
    box-sizing: border-box;
    display: none;
}
#phe-mobile-nav-wrapper .searchform {
    border: none;
    height: 20px;
    margin: 0 5px;
    position: relative;
}
#phe-mobile-nav-wrapper .search input[type=text] {
    height: 20px;
    border: none;
    border-radius: 2px;
    padding: 0 0 0 26px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}
#phe-mobile-nav-wrapper .searchform .search-button {
    background: none !important;
    left: 4px !important;
    right: auto !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    top: 1px !important;
}
#phe-mobile-nav-wrapper .searchform .search-button i {
    font-size: 14px !important;
    color: #999!important;
}
#phe-mobile-nav-wrapper .main-menu {
    border-bottom: 2px solid #fff;
    margin: 0 5px 15px;
}
#phe-mobile-nav-wrapper .main-menu ul {
    padding: 0 10px;
    list-style:none
}
#phe-mobile-nav-wrapper .main-menu li {
    margin: 0 0 10px;
}
#phe-mobile-nav-wrapper .main-menu a {
    font: 14px Oswald, sans-serif;
    text-transform: uppercase;
    color: #fff;
}
#phe-mobile-nav-wrapper .menu-under-social {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
#phe-mobile-nav-wrapper .menu-under-social li {
    display:inline-block;
    border-left: 1px solid #ffcb00;
    line-height: 6px;
    padding: 0 4px 0 5px;
}
#phe-mobile-nav-wrapper .menu-under-social li:first-child {
    border-left: none;
    padding: 0 4px 0 0;
}
#phe-mobile-nav-wrapper .menu-under-social a {
    color: #ffcb00;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}
#phe-mobile-nav-wrapper .social-icons-holder {
    text-align: center;
    font-size: 0;
    border-bottom: 5px solid #ffcb00;
    padding: 0 0 5px;
}
#phe-mobile-nav-wrapper .social-icons-holder span {
    display: inline-block;
    font-size: 12px;
    color: #899bad;
    margin: 0 9px;
}
#phe-mobile-nav-wrapper .social-icons {
    display: inline-block;
}
#phe-mobile-nav-wrapper .social-icons a {
    color: #899bad;
    margin: 0 8px;
}
.expedia-mobile-logo {
    padding: 1px 0 0 13px;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.expedia-mobile-logo:hover {
    text-decoration: none;
    color: #fff;
}
.expedia-mobile-logo strong {
    color:#95c8bf;
}

.vwpc-section-featured_post_slider {
    margin-top: -30px;
}

@media screen and (max-width: 758px) {
    #top-bar {
        height: auto;
    }
    .header-right-area,
    .top-bar-right {
        display: none !important;
    }
    .expedia-logo img {

        margin-bottom: 10px;
    }
    #logo img {
        max-width: 70% !important;
        margin: 0 auto;
    }
    .main-bar {
        padding-bottom: 13px !important;
        margin-top: -8px;
    }
}

@media screen and (max-width: 400px) {
    #menu-shop {
        display: none !important;
    }
}