/* --------------------------------------------------------------

    screen.css
    * Main stylesheet

-------------------------------------------------------------- */


/* =Header-top and footer
-------------------------------------------------------------- */

.nav-sub {
    height: 30px;
    line-height: 30px;
    }
.nav-sub,
.nav-sub a {
    color: #fff;
    font-size:90%;
    }
.nav-sub ul {
    float: right;
    padding: 0;
    margin: 0;
    }
.nav-sub li {
    float: left;
    padding-right: 24px;
    }
.nav-sub li:first-child {
    list-style: none;
    }
.nav-sub li:last-child {
    padding-right: 0;
    }


/* =Header
-------------------------------------------------------------- */

.logo-nav {
    padding: 20px 0;
    overflow: hidden;
    }

.logo {
    float: left;
    font-size: 3em;
    overflow: hidden;
    }
.logo img {
    display: block;
    }

.nav {
    float: right;
    height: 48px;
    overflow: hidden;
    }
.nav ul {
    float: right;
    padding: 15px 0 0;
    margin: 0;
    list-style: none;
    }
.nav li {
    position: relative;
    float: left;
    padding-left: 27px;
    }
.btn,
.nav a,
.paginator a,
.paginator .current {
    display: inline-block;
    position: relative;
    margin: 0 3px 3px 0;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #00c0f3;
    color: #fff;
    font-family: "Lucida Sans";
    font-size:115%;
    text-align: center;
    -moz-box-shadow: 3px 3px 0 #d6d6d6;
    -webkit-box-shadow: 3px 3px 0 #d6d6d6;
    box-shadow: 3px 3px 0 #d6d6d6;
    }
.btn {
    min-width: 124px;
    }
.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    }
.nav a:hover,
.nav a:focus,
.nav a:active,
.nav .current,
.paginator a:hover,
.paginator a:focus,
.paginator a:active,
.paginator .current {
    background: #fff;
    color: #00c0f3;
    }

.highlight {
    position: relative;
    padding: 16px;
    background: #fff;
    overflow: hidden;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 4px 4px 9px #dedede;
    -webkit-box-shadow: 4px 4px 9px #dedede;
    box-shadow: 4px 4px 9px #dedede;
    }

.highlight-article,
.highlight-aside,
.column-article,
.column-article-aside {
    position: relative;
    float: left;
    min-height: 99px;
    overflow: hidden;
    }

.highlight-article {
    margin-right: 40px;
    width: 613px;
    }
.highlight-img {
    text-align: center;
    }
.highlight-img a,
.highlight-img img {
    display: block;
    }
.article-img {
    margin-bottom: 9px;
    }
.overview img,
.article-img img {
    border: 1px solid #00c0f3;
    }
.highlight-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,.9);
    overflow: hidden;
    }
.highlight-overlay-inner {
    padding: 3px 9px 8px;
    overflow: hidden;
    }
.highlight-btn {
    position: relative;
    float: right;
    padding: 9px 3px 3px;
    width: 160px;
    }
.highlight-teaser {
    float: left;
    width: 426px;
    }

.highlight-aside {
    width: 295px;
    }
.highlight-aside-section {
    position: relative;
    border-top: 1px solid #d2d2d2;
    padding: 6px 0;
    }

.direct-links-arrow {
    float: right;
    position: relative;
    border-color: #fff;
    border-left-color: #00c0f3;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    line-height: 0;
    }

.highlight-search {
    border: 1px solid #00c0f3;
    margin-bottom: 11px;
    overflow: hidden;
    }
.highlight-search .text {
    padding: 5px 0 3px 5px;
    border: 0;
    width: 255px;
    vertical-align: middle;
    }
.highlight-search .button {
    position: relative;
    float: right;
    }

.social-media {
    padding: 4px 0;
    overflow: hidden;
    }
.social-media a {
    margin-right: 7px;
    }


/* =Content
-------------------------------------------------------------- */

.article {
    position: relative;
    }

.column-3 {
    position: relative;
    float: left;
    padding: 4px 15px 26px;
    overflow: hidden;
    }
.column-3:first-child {
    padding-left: 0;
    padding-right: 19px;
    }
.column-3 + .column-3 {
    padding-left: 19px;
    padding-right: 19px;
    }

.column-3-inner,
.column-3-inner-ov9292 {
    position: relative;
    width: 295px;
    overflow: hidden;
    }
.column-3-inner-ov9292 {
    display:block;
    height:100%;    
}
.section-fixed {
    height: 224px;
    overflow: hidden;
    }
.column-3-inner-ov9292 .section-fixed {
    height: 257px;
    display:block;
}
.separator {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #d4d4d4;
    width: 0;
    height: 31px;
    }

.column-btn {
    position: relative;
    text-align: right;
    }

.list-compact li {
    line-height: 1.25;
    }

.meta-date {
    color: #00c0f3;
    }

.powered-by-9292 {
    float: right;
    margin: 14px 0 0;
    }

.breadcrumb {
    padding: 12px 0 6px 0;
    color: #707070;
    font-size: 80%;
    }
.breadcrumb a {
    color: #707070;
    text-decoration: underline;
    }
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: #00c0f3;
    }
.breadcrumb img {
    margin: 0 5px 2px 7px;
    }

.column-article {
    margin-right: 36px;
    padding-right: 3px;
    width: 631px;
    }
.column-article-aside {
    width: 310px;
    }

.column-article-aside .highlight-search {
    margin-right: 15px;
    margin-bottom: 19px;
    }
.column-article-aside .social-media {
    padding-bottom: 16px;
    }
.column-article-aside .powered-by-9292 {
    margin-right: 15px;
    }
.column-article-aside .column-btn {
    margin-bottom: 14px;
    }

.overviews {
    position: relative;
    margin: 0 0 36px;
    border-top: 1px solid #d2d2d2;
    }
.form-default,
.overview {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #d2d2d2;
    background: #f6f6f6 url(../images/bg_article.png) center;
    }
.overview-inner {
    position: relative;
    overflow: hidden;
    }
.overview-img {
    float: left;
    margin-right: 15px;
    }
.overview-img img {
    display: block;
    }
.overview h2 {
    line-height: 1.1;
    margin: 0 0 5px;
    }
.overview h2 a {
    color: #222;
    display:block;
    }
.overview-date {
    color: #00c0f3;
    }

.paginator {
    position: relative;
    padding: 0 3px 3px 0;
    margin: 0 0 36px;
    text-align: center;
    }
.paginator a,
.paginator .current {
    margin: 0 5px;
    padding: 0 10px;
    }
.paginator .arrow-left,
.paginator .arrow-right {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 147px;
    }
.paginator .arrow-left {
    left: 0;
    }
.paginator .arrow-right {
    right: 0;
    }
.paginator-inner {
    padding: 0 160px;
    }

.form-default {
    margin: 0 0 36px;
    }
.form-default .errors {
    float: right;
    width: 210px;
    line-height: 1.2;
    font-size: 90%;
    }
.form-default-submit {
    position: relative;
    padding-top: 6px;
    text-align: right;
    }

.contenttable, 
.contenttable td {
    border: 1px solid #000;
}

/* prices */

.column-prices {
    margin: 1em 0;
}

.prices-container {
    float: left;
    width: 45%;
}

.prices-container+.prices-container {
    margin-left: 14px;
}

.hidden,
.js .js-hidden,
.no-js .no-js-hidden {
    display: none;
}

.block {
    display: block;
}

.bold {
    font-weight: bold;
}

.subtle {
    color: #6b6a64;
    font-size: 13px;
    line-height: 16px;
}

.text {
    color: #222;
}

.h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
    color: #222;
    margin-bottom: 25px;
}

.h4 {
    font: 1.23077em/1.125 Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #222;
}

table.traveldetails_table.pricedetails_table {
    margin-top: 10px;
}

.pricedetails_table tbody th {
    width: 35%;
    border: 1px solid #ccc !important;
}

.pricedetails_table td {
    padding: 8px;
}

.mbm {
    margin-bottom: 10px;
}

.price-extender a {
    font-size: 80%;
    margin-top: 10px;
}

.column-3-inner-ov9292 {
    background: url(../images/logo_9292ov_powered_by.png) right 10px no-repeat;
}