﻿/* Menu fix for yamm drop down - menu items are opened on hover instead of click */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

select.classic {
    /* styling */
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.no-underline, no-underline:hover {
    text-decoration: none !Important;
}

.form-error {
    border: 1px red solid;
}
.cargo .maincontentarea {
    background: #fff;
    padding: 0px;
}
.cargo .breadcrumb-container {
    margin-left: -0;
    margin-right: -0;
}
.cargo .country-startpage #slider, .topcontentarea #slider {
    margin: 0px 0 20px 0;
}

a.premiumtooltip {
    outline: none;
    text-decoration: none;
}

    a.premiumtooltip strong {
        line-height: 30px;
    }

    a.premiumtooltip:hover {
        text-decoration: none;
    }

    a.premiumtooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -70px;
        margin-left: 35px;
        width: 250px;
        line-height: 16px;
    }

    a.premiumtooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

.cursor {
    cursor: pointer;
}

/*CSS3 extras*/
a.premiumtooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

/*
Custom CSS for TT-Line
Primary menu color: #005ba1
*/

/*Bootstrap override*/
/*.row{margin:0px;}*/

html, body {
    overflow-x: hidden;
}

body {
    position: relative;
}


/**/
.mfp-hide {
    display: none !Important;
}

.addleftmargin {
    margin-left: 10px;
}

.addrightmargin {
    margin-right: 10px;
}
/*cargo calculator */
label.fixedlabelsize {
    width: 125px;
    height: 30px;
    line-height: 30px;
}

div.calulated-value {
    border: 1px gray solid;
    height: 32px;
    width: 150px;
    background: gainsboro;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 15px;
}

div.calulated-value-summary {
    border: 1px gray solid;
    height: 32px;
    width: 150px;
    background: #749E43;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

#close-freight-info {
    float: right;
    margin: -10px;
    cursor: default;
}

div#infotext {
    display: none;
    min-height: 150px;
    width: 300px;
    padding: 25px;
    color: red;
    border: 2px gainsboro solid;
    font-style: italic;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-left: 200px;
    position: absolute;
    top: 300px;
    background: #FFF;
    z-index: 10000;
}

.black-link {
    color: #000;
}

    .black-link:hover {
        color: #000;
        text-decoration: none;
    }

.form-validator-wrapper {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.payment-options {
    margin: auto;
    height: 70px;
    float: none;
    text-align: center;
}

.payment-image {
    display: inline;
}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

    .videowrapper iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*Bonus card*/
.customerinfolabel {
    font-weight: bold;
}

.customerinfocontainer {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px #766E6C solid;
}

/*Bootstrap is setting min-height to 1px for unknwown reason, which leads to a problem with the slideshow top alignment */
.col-md-12 {
    min-height: 0px;
}


/* EPiServer xforms */
.form-heading {
    font-weight: bold;
}

.attachements div {
    padding-left: 5px;
}

    .attachements div::before {
        content: "- ";
    }

.attachements > input:nth-of-type(1) {
    margin: 5px 0px 5px 0px;
}

.attachements {
    margin-bottom: 10px;
}

    .attachements input[type="file"] {
        width: 100%;
    }

.xformvalidator {
    color: red !Important;
}

.form-space {
    margin-bottom: 10px;
}

table#id_matrix {
    border-collapse: collapse !important;
}

    table#id_matrix tr > td:nth-of-type(1) {
        padding-right: 10px;
    }

    table#id_matrix td {
        vertical-align: top !important;
    }

.add-bottom-margin {
    margin-bottom: 10px;
}

hr.press-release-divider {
    height: 2px;
    width: 100%;
    background: #0071bb;
}

#mapheader-content-bubble {
    min-height: 50px;
    width: 200px;
}

#header-image-with-caption {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 10px;
}

#wide-page-header #header-image-with-caption {
    margin-left: -1px;
    margin-right: -1px;
}

.header-image {
    width: 100%;
    height: auto;
}

.viewport-offset {
    position: absolute;
    left: -9999px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        border: 0px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.text-right {
    text-align: right;
}

.img-auto {
    width: 100%;
    height: auto;
}

.inlineblock {
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}

.add-topmargin {
    margin-top: 10px;
}

.add-topmargin5 {
    margin-top: 5px;
}

.add-leftmargin {
    margin-left: 15px;
}

.add-rightmargin10 {
    margin-right: 10px;
}

.add-rightmargin35 {
    margin-right: 35px;
}

.medium-button {
    min-width: 60px;
}

.large-button {
    min-width: 100px;
    height: 40px;
    font-size: 110%;
    font-weight: bold;
    margin-left: 10px;
}

div#startpage-route-teasers {
    background: #FFF;
    border-top: 2px #CCCCCC solid;
    border-bottom: 2px #CCCCCC solid;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media(max-width:750px) {
    div.add-route-teaser-topmargin {
        margin-top: 10px;
    }
}

.routename {
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
    height: 25px;
    margin-top: -5px;
}

.product-item-icon {
    width: 150px;
}

.product-item-container {
    width: 200px;
    height: 30px;
    line-height: 35px;
}

.product-item-row {
    margin-top: 3px;
    margin-bottom: 5px;
    border-bottom: 1px #EDEDED solid;
    float: left;
    padding-bottom: 2px;
}

.hotel-property-row {
    border-bottom: 1px solid #E1E1E1;
    line-height: 25px;
}

.hotell-search-area {
    background-color: white;
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    margin-left: auto !important;
    margin-right: auto !important;
    /*margin-top: -9px;*/
    position: relative;
    width: 100%;
    z-index: 76 !important;
    margin-bottom: 5px;
}

.graytext {
    color: #626262;
}

.major-size-button {
    height: 75px;
    width: 200px;
    font-size: 175%;
    margin-top: 40px;
}

.center {
    text-align: center;
}

.tabs-menu {
    height: 20px;
    float: left;
    clear: both;
    padding-left: 10px;
}

    .tabs-menu li {
        list-style-type: none;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 1px;
        background-color: #0071BB;
        border-top: 1px solid #d4d4d1;
        border-right: 1px solid #d4d4d1;
        border-left: 1px solid #d4d4d1;
    }

        .tabs-menu li.current {
            position: relative;
            background-color: #fff;
            color: #000;
            border-bottom: 1px solid #fff;
            z-index: 5;
        }

        .tabs-menu li a {
            padding: 10px;
            color: #fff;
            text-decoration: none;
        }

@media(max-width: 600px) {
    .tabs-menu li a {
        padding: 3px;
        font-size: 90%;
    }
}

.tabs-menu .current a {
    color: #000;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
    width: 100%;
    padding: 10px 20px 10px 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.environmental-additional-text {
    margin-bottom: 20px;
    height: 40px;
}


.info {
    color: green;
}

.error {
    color: red;
}

.error-message-box {
    border: 2px red solid;
    width: 100%;
    padding: 10px;
}

.validation-error {
    color: maroon;
    font-weight: bold;
    font-size: 150%;
    line-height: 1%;
    padding-left: 3px;
}

.medium-input {
    width: 100px;
}

.standard-input {
    width: 150px;
}

ul.submenu {
    padding: 0px 0px 0px 30px;
}

li.submenuitem {
    list-style-image: url(/static/img/linkarrow.png);
    height: 35px;
}

span.menuitemlink {
    height: 100%;
    vertical-align: middle;
    height: 35px;
    display: inline-block;
}
/*li.submenuitem{background:url(/static/img/linkarrow.png) left center no-repeat;padding-left:25px;padding-top:5px;padding-bottom:5px;list-style:none;}*/

.antique-olive {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
}

.blue-antique-olive {
    color: #0071BB;
    font-family: 'URWAntiqueOliveW02-Comp_928690';
}

/* form fields */
.mandatory-field {
    border: 1px red solid;
}

.datefield {
    width: 105px;
}

.selected {
    background-color: #fff;
    height: 45px;
}

.form-pad {
    padding-bottom: 10px;
}

/* Quickbook */
div#Quickbook-error-container {
    display: none;
}

div#Quickbook-error-message {
    border: 1px red solid;
    padding: 10px;
    margin: 30px;
}

div#Returntrip {
    display: none;
}

div#TravellingWithChildren, div#TrailerForm {
    display: none;
}

.quickbook .form-control {
    font-size: 12px;
    padding-left: 3px;
}

.quickbooktext {
    max-width: 120px;
    font-weight: 900 !Important;
    padding-right: 15px;
}



@media (min-width: 769px) {
    .custom-children-dropdown {
        width: 110%;
        padding-right: 3px;
    }

    quickbooktext {
        padding-right: 0;
    }
}

.quickbook-1 {
    color: #FFF;
    padding: 0px 50px 0 20px;
    height: auto;
}

    .quickbook-1 .route {
        padding-right: 30px;
        padding-top: 5px;
    }

        .quickbook-1 .route a {
            color: #FFF;
            text-decoration: underline;
        }

    .quickbook-1 h2 {
        margin-top: 0;
        padding-top: 0;
    }


@media (max-width: 992px) {
    .quickbook-1.specHotel {
        background: #FFD32E !important;
        width: 100%;
        margin-bottom: 3px;
    }

        .quickbook-1.specHotel h2 {
            color: inherit;
            font-size: 22px;
        }

        .quickbook-1.specHotel span.specText {
            font-size: 14px;
            font-weight: bold;
        }

    .ddlFilterMargin {
        margin-bottom: 7px;
    }
}

@media (max-width: 769px) {
    .quickbook-1 h2 {
        color: #373535;
    }

    .quickbook-1.specHotel {
        background: white !important;
        height: auto;
        width: 100%;
        position: relative;
        z-index: 500;
        margin-top: 0;
        padding-top: 5px;
        color: black !important;
        height: 30px !important;
        margin-left: 15px !important;
    }
}

.quickbook-4 {
    text-align: right;
    padding-top: 15px;
}

    .quickbook-4 .btn {
        margin-right: 0;
    }

#quickbox-img {
    position: absolute;
    z-index: 900;
    top: 0px;
    left: -1px;
    right: -1px;
    margin: 0 0px;
    display: none;
}

    #quickbox-img img {
        width: 100%;
        max-height: auto;
    }

    #quickbox-img .closeQBImg {
        position: absolute;
        z-index: 10001;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }



.quickbook-2 input[type=text] {
    width: 120px;
}

img.ui-datepicker-trigger {
    position: relative;
    left: 93px;
    top: -27px;
}

.quickbook img.ui-datepicker-trigger {
    position: relative;
    left: 105px;
    top: -27px;
}

.ui-datepicker {
  z-index: 1000 !important;
}

.datefield {
    width: 90%;
}

/*Quickbook OLD*/
/*.quickboxstart {
    background: white;
    height: 118px;
    width: 97.5%;
    position: absolute;
    z-index: 910;
    bottom: 20px;
    margin: 0 40px 0 0;
    border: 1px solid #ccc;
    background: #fff url("/static/img/qickbookBG.png") no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px;
}*/

    .quickboxstart .form-control {
        font-size: 11px;
        padding-left: 3px;
    }

.rtntripsel {
    padding-top: 10px;
}

.rtntrip {
    display: none;
}

@media ( min-width: 791px) and (max-width: 967px) {
    .quickboxstart {
        font-size: 75%;
        background: #fff url("/static/img/qickbookBG.png") no-repeat -20px;
    }

    .quickbook-2, .quickbook-3 {
        padding-right: 0;
    }
}

@media ( min-width: 768px) and (max-width: 790px) {
    .quickboxstart {
        font-size: 75%;
        background: #fff url("/static/img/qickbookBG.png") no-repeat -40px;
    }

    .quickbook-1, .quickbook-2, .quickbook-3 {
        padding-right: 0;
    }
}

@media ( max-width: 768px) {
    .quickboxstart {
        background: white;
        height: auto;
        width: 100%;
        position: relative;
        z-index: 500;
        margin-top: 0;
        padding-top: 5px;
    }

    .rtntripsel {
        padding: 0 0 10px 0;
    }
}
/*NEW QUICKBOOK STYLE*/
.quickboxstartnew {
    background: white;
    border: 1px solid #FFCC31;
    background-size: 256px 100%;
    padding: 15px 10px 0 10px;
    margin: 0 -16px 0 -16px;
    -webkit-box-sizing: border-box
    
}

.quickboxstartfreight {
    background: white;
    background-size: 256px 100%;
    padding: 15px 20px 15px 20px;
    margin: 0 -15px 0 -15px;
    -webkit-box-sizing: border-box
}

.quickboxstartnew label {
  font-weight: normal;
}

    .quickboxstartnew .form-control {
        font-size: 12px;
        padding-left: 3px;
    }

    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
      .quickboxstartnew .datefieldnew {
        font-size: 16px !important;
      }
    }

    .quickboxstartnew .form-control[readonly] {
      background: #fff;
      cursor: default;
    }
    
    .quickboxstartnew input {
        padding-left: 7px !important;
    }

    .quickboxstartnew .qb-btn {
        padding-left: 10px !important;
    }

.notrailerExtraInfo {
    display: none;
}

.qb-ctrl {
    color: #000 !Important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .qb-btn { background: #9fd71c !Important; }
}

.qb-btn {
    font-weight: bold !Important;
    font-size: 1.3em !Important;
    /*border: 2px solid #FFCC31;
    background:#9fd71c !Important;*/
    background: #86BB3B;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9fd71c), to(#86BB3B));
    background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#9fd71c), to(#86BB3B));
    background: -moz-linear-gradient(center top, #9fd71c, #86BB3B);
    border: 0;
    padding-top: 5px;
}

.moreFormArea {
    display: none;
}

/*@media ( min-width: 992px) {*/


    /*.quickboxnew-init {
        height: 65px !Important;
        bottom: 49px !Important;
        margin-bottom: 40px !Important;
    }*/

    /*.quickboxnew-step2 {
        /*height: 175px !Important;
        bottom: -40px !Important;
        margin-bottom: 40px !Important;
    }*/

    /*.quickboxnew-step3 {
        height: 175px !Important;
        bottom: -61px !Important;
        margin-bottom: 40px !Important;
    }*/
/*}*/

/*@media ( min-width: 791px) and (max-width: 967px) {
    .quickboxstartnew {
        background: #fff url("/static/img/qickbookBG.png") no-repeat -20px;
    }
}

@media ( min-width: 768px) and (max-width: 790px) {
    .quickboxstartnew {
        background: #fff url("/static/img/qickbookBG.png") no-repeat -40px;
    }
}*/

@media ( max-width: 768px) {
    /*.quickboxstartnew {*/
        /*background: white;*/
        /*height: auto;
        width: 100%;*/
        /*position: relative;
        z-index: 500;*/
        /*margin-top: 0;
        padding-top: 5px;*/
    /*}*/

    .quickboxblocknew .qb-cell {
        margin-bottom: 10px;
    }
}

/*.quickboxnew {
    height: 174px;
    bottom: -60px;
    margin-bottom: 40px;
}*/

    .quickboxnew .qb-cell {
        height: 55px;
    }

    .quickboxnew button, .quickboxblocknew button {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .quickboxnew .qb-cell2 {
        padding-top: 18px;
        padding-bottom: 15px;
    }

.rtntripselnew {
    display: none;
}

/*@media (max-width: 768px) {
    .quickboxnew {
        bottom: -70px;
    }
}*/

.quickbook-btn {
    margin-left: 10px;
}

@media (max-width: 992px) {
  .quickboxstartnew {
        /*background: white;*/
        height: auto;
        /*width: 100%;*/
        position: relative;
        /*z-index: 500;
        margin-top: -205px;*/
        padding-top: 5px;
        padding-bottom:15px;
    }

    .rtntripsel {
        padding: 0 0 10px 0;
    }

    .quickbook-btn {
        margin-left: 10px;
    }
}

.trailerExtraInfo1, .trailerExtraInfo2 {
    display: none;
}



.quickbooktextnew {
    max-width: 95px;
    font-weight: 900 !Important;
    padding-right: 15px;
}

.vehicleInfo-md, .vehicleInfo-sm {
    color: red;
}

.routnew {
    padding-right: 60px;
    padding-top: 5px;
}

.qb-date img.ui-datepicker-trigger {
    position: absolute;
    right: 25px;
    left: initial;
    top: 7px;
}

.qb-dateblock img.ui-datepicker-trigger {
    position: absolute;
    right: 25px;
    left: initial;
    top: 7px;
}

@media (min-width: 992px) {
    .qb-dateblock img.ui-datepicker-trigger {
        right: 35px;
    }
}

.qb-route {
    display: inline-block;
    margin: -2px 0 -2px 7px;
    padding: 2px 5px;
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.qb-route-popular {
    background-color: #0AB21B;
}

.dropdown-btn {
    text-align: left;
    padding-left: 7px;
}

.quickboxlogic .dropdown-menu {
    top: 50%;
    left: 0;
    min-width: 300px;
    margin-left: 10px;
    padding: 5px;
}

.quickboxlogic ul.dropdown-menu {
    padding-top: 10px;
}

    .quickboxlogic ul.dropdown-menu li {
        padding: 10px 0px;
        cursor: pointer;
    }

    .quickboxlogic ul.dropdown-menu > li > a {
        padding-left: 0px;
        display: inline;
        height: 25px;
    }

        .quickboxlogic ul.dropdown-menu > li > a:hover {
            background: none !Important;
        }

.quickbook-heading h2, .quickbook-heading .quickbooktextnew, .quickbook-heading .routnew a {
    color: #fff;
}

.qb-caret {
    float: right;
}

@media (max-width: 768px) {
    .quickboxstartnew .dropdown-menu {
        left: -10px;
    }
}

.form-control::-webkit-input-placeholder {
    color: #9E9A9A !important;
}

.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #9E9A9A !important;
}

.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #9E9A9A !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #9E9A9A !important;
}

@media (min-width: 992px) {
  .freightquickbookblock.col-md-6 .c-1 {
    width: 50%;
  }

  .freightquickbookblock.col-md-6 .c-2 {
    width: 50%;
  }

  .freightquickbookblock.col-md-6 .c-3 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .freightquickbookblock.col-md-4 .c-1 {
    width: 100%;
  }

  .freightquickbookblock.col-md-4 .c-2 {
    width: 100%;
  }

  .freightquickbookblock.col-md-4 .c-3 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .freightquickbookblock.col-md-8 .c-1 {
    width: 33.33333333%;
  }

  .freightquickbookblock.col-md-8 .c-2 {
    width: 33.33333333%;
  }

  .freightquickbookblock.col-md-8 .c-3 {
    width: 33.33333333%;
  }
}

@media (max-width: 991px) {
  .freightquickbookblock.col-sm-12 {
    float: none;
  }
}

.quickbook-btn--freight {
  margin-left: 0;
}
/*END QUICKBOOK STYLE*/


/* Social sharing widget */
/* outer wrapper, fixed to left */
/* outer wrapper */
#share-wrapper {
    margin-top: 180px;
    position: fixed;
    left: 0;
    z-index: 99999999;
}

    /* inner wrapper */
    #share-wrapper ul.share-inner-wrp {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    /* the list */
    #share-wrapper li.button-wrap {
        background: #E4EFF0;
        padding: 0px 0px 0px 10px;
        display: block;
        width: 140px;
        margin: 0px 0px 1px -117px;
    }

        /* share link */
        #share-wrapper li.button-wrap > a {
            padding-right: 60px;
            height: 32px;
            display: block;
            line-height: 32px;
            font-weight: bold;
            color: #444;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

    /* background image for each link */
    #share-wrapper .facebook > a {
        background: url('/static/gfx/social sharing buttons/facebook.jpg') no-repeat right;
    }

    #share-wrapper .twitter > a {
        background: url('/static/gfx/social sharing buttons/twitter.jpg') no-repeat right;
    }

    #share-wrapper .digg > a {
        background: url('/static/gfx/social sharing buttons/digg.jpg') no-repeat right;
    }

.stumbleupon > a {
    background: url('/static/gfx/social sharing buttons/stumbleupon.jpg') no-repeat right;
}

#share-wrapper .delicious > a {
    background: url('/static/gfx/social sharing buttons/delicious.jpg') no-repeat right;
}

#share-wrapper .google > a {
    background: url('/static/gfx/social sharing buttons/google.jpg') no-repeat right;
}

#share-wrapper .email > a {
    background: url('/static/gfx/social sharing buttons/email.jpg') no-repeat right;
}



@media(max-width:1120px) {
    #share-wrapper {
        display: none !Important;
    }
}

/* small screen */
@media all and (max-width: 699px) {
    #share-wrapper {
        bottom: 0;
        position: fixed;
        padding: 5px 5px 0px 5px;
        background: #EBEBEB;
        width: 100%;
        margin: 0px;
        -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        -o-box-shadow: 0 -1px 4px rgba(0,0,0,0.15);
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
    }

        #share-wrapper ul.share-inner-wrp {
            list-style: none;
            margin: 0px auto;
            padding: 0px;
            text-align: center;
            overflow: auto;
        }

        #share-wrapper li.button-wrap {
            display: inline-block;
            width: 32px !important;
            margin: 0px;
            padding: 0px;
            margin-left: 0px !important;
        }

            #share-wrapper li.button-wrap > a {
                height: 32px;
                display: inline-block;
                text-indent: -10000px;
                width: 32px;
                padding-right: 0;
                float: left;
            }
}

/* ------------ End social sharing -------------------------- */

.boxwrapper {
    border-top: 1px #CCC solid;
    border-bottom: 2px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 2px #CCC solid;
    background: #FFF;
    margin-bottom: 10px;
    padding: 5px;
}

hr.boxdivider {
    background: #CCCCCC;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.whitecontainer {
    background: white;
}

.trustedBadge {
    float: right;
}

.cookie-acceptance-content {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.cookie-acceptance-layer {
    border-top: 2px white solid;
    background: #1A70A5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: 80px;
    padding: 15px 40px 10px 40px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 10000;
    color: #FFF;
    left: 0px;
    vertical-align: middle;
}

.cookie-acceptance-layer {
    text-align: center;
}

.cookie-message {
    vertical-align: middle;
    max-width: 900px;
    min-height: 50px;
    line-height: 25px;
}

.cookie-acceptance-layer a, .cookie-acceptance-layer a:hover {
    color: #FFF;
    text-decoration: underline;
}

.cookie-acceptance-button {
    color: #FFF;
    font-weight: bold;
    background: #FFCC00 !Important;
    border: 1px #FFF solid;
    height: 40px;
    width: 100px;
}

    .cookie-acceptance-button:hover {
        background: #FFCC00;
        border: 1px #fff solid;
    }

@media (max-width:1150px) {
    .cookie-acceptance-layer {
        text-align: left;
    }

    .cookie-message {
        float: left;
        line-height: 14px;
        width: 70%;
    }
}

@media (max-width:450px) {
    .cookie-message {
        float: left;
        line-height: 14px;
        width: 75%;
    }

    .cookie-acceptance-layer {
        padding: 5px 10px 5px 10px;
    }
    /*.cookie-message{float:left;line-height:14px;width:70%;border:1px red solid;}*/
    .cookie-acceptance-button {
        padding-left: 3px !Important;
        padding-right: 3px !Important;
        width: auto !Important;
        float: right;
    }

    .cookie-accept-button {
    }
}

@media (max-width:350px) {
    .cookie-acceptance-layer {
        padding: 2px 3px 2px 3px;
    }

    .cookie-message {
        float: left;
        line-height: 14px;
        width: 75%;
        max-width: 200px;
        overflow: hidden;
    }

    .cookie-acceptance-button {
        padding: 0px;
        width: auto;
    }
}

.content-border {
    border: 1px solid #FCFCFC;
}

.table-text-small {
    font-size: 8%;
}

.img-center {
    margin: 0 auto;
}

.left-padding-15px {
    padding-left: 15px;
}
/* Black top bar */
.search-bar {
    background-color: #000;
    height: 30px;
    color: #FFFFFF;
    font-size: 10px;
    padding-top: 7px;
}

    .search-bar a {
        color: #FFF !Important;
    }

.customer-service {
    color: #888888;
    font-size: 10px;
    padding-bottom: 15px;
    font-weight: bold;
}

/* Logo */
@media(max-width:450px) {
    .mobile-logo {
        text-align: center;
        float: none;
        margin: auto auto;
    }

    img.logo {
        display: inline;
    }
}

.logo-row {
    min-height: 80px;
    border-bottom: solid 3px #0873BA;
    /*background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffffffff', GradientType=0);*/
    /*font-family: Interstate-Light;*/
}

    .logo-row a {
        color: #0873BA;
    }

.logo {
    margin-top: 21px;
    max-height: 36px;
}

.top-nav-wrapper {
  display: flex;
  flex-direction: column;
}

/* Top navigation padding */
.top-nav {
    padding-top: 30px;
    color: #005ba1;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    padding-right: 10px;
    order: -1;
}

@media (max-width: 767px) {
  .top-nav {
    order: 1;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .removeRight: order: -1;
}

@media (max-width: 414px) {
    .top-nav {
        font-size: 9px;
    }
}

@media (max-width: 320px) {
    .top-nav {
        font-size: 8px;
    }
}

.top-nav-phone {
    padding-right: 0px;
    padding-top: 25px;
    text-align: right;
}

.top-nav-languageSelector {
    padding-right: 0px;
    padding-top: 25px;
    text-align: right;
}

img#cargo-logo {
    height: 23px;
}

.cargo-header-logo {
    margin-top: 30px;
}

/*Primary menu*/
.primary-menu {
    max-height: 50px;
}

.active-top-menu {
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.vcenter {
    vertical-align: middle;
}
/* Gradient for logo & menu */
.gradient {
    /*background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffffffff', GradientType=0);*/
    background: #0873BA;
    border-bottom: thin solid #F4F4F4;
    max-height: 50px;
}

.bread {
    height: 30px;
    background-color: #FFFFFF;
}

.regular-title {
    /*font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;*/
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    font-size: 20px;
    !important;
    color: #0071BB;
    !important;
    border: none !important;
    padding-left: 0px !important;
    border: none;
}

.footer-title {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    font-size: 18px;
    /*!important;*/
    color: #FFF;
    /*!important;*/
    border: none !important;
    padding-left: 0px !important;
    margin-left: 0px !Important;
    border: none;
}

.internal-footer-link {
    padding: 50px;
}

.gradient-footer {
    background-image: -webkit-linear-gradient(top, #000000 0%, #ccc 100%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffffffff', GradientType=0);
    color: #FFFFFF;
}

.instagram-icon {
    margin-left: 2px;
}

.TeaserTextAndImageBox {
    border: 1px solid #CBCBCB;
    background: #FFF;
    margin-bottom: 10px;
}

    .TeaserTextAndImageBox:hover {
        box-shadow: 0 0 0 3px #79C6F9;
    }

    .TeaserTextAndImageBox img {
        width: 100%;
        height: auto;
    }

.readmore-button {
    height: 40px;
    background: #0071BB;
    color: #FFF;
    width: 100px;
    text-align: center;
    padding-top: 10px;
    float: right;
    margin-right: 20px;
    margin-bottom: 5px;
    z-index: 10000;
}

.teasertextandimageblock {
    padding-right: 16px;
}

.h2-teaser {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    color: #373535;
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    padding: 0 5px 0 5px;
}

.h2-teaser-large {
    font-size: 24px !important;
}

.teaser-text-padding {
    padding: 0 5px 5px 5px;
}
/* Don't apply fixed height on phones */
@media (min-width: 440px) {
    .teaser-text-fixedheight {
        height: 80px;
    }
}

.teaser-text {
    font-family: Arial;
    color: rgba(32, 32, 32, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.h2-text-divider {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    color: #0071BA;
    font-size: 22px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    padding: 0 5px 0 5px;
}

.h2-global-start1 {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    /*font-family: AntiqueOliCom !important;*/
    color: #373535 !important;
    font-size: 20px !important;
    text-align: center !important;
}

.h2-global-start2 {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    /*font-family: AntiqueOliCom !important;*/
    color: #373535 !important;
    font-size: 20px !important;
    text-align: left !important;
    margin-left: 60px;
}
/**/
.center-title {
    text-align: center;
}

.mob-title {
    font-size: 15px;
    font-style: normal;
}

.offers {
    text-align: center;
    margin-top: 16px;
}

.title {
    margin-top: 20px;
    margin-bottom: 0px;
}

.grey-border {
    border: thin solid #ccc;
    height: 100%;
    width: auto;
}

.extra-space-15 {
    margin-top: 15px;
}

.extra-space-30 {
    margin-top: 30px;
}

.extra-space-70 {
    margin-top: 70px;
}

.extra-space-150 {
    margin-top: 150px;
}

.extra-space-100 {
    margin-bottom: 100px;
}

.extra-space-right {
    margin-right: 20px;
}

.extra-space-right-30 {
    margin-right: 30px;
}

.extra-bottom-space-20 {
    margin-bottom: 20px;
}

.extra-bottom-space-10 {
    margin-bottom: 10px;
}

.extra-top-space-10 {
    margin-top: 10px;
}

.extra-bottom-padding-10 {
    padding-bottom: 10px;
}

.extra-left-space-10 {
    margin-left: 10px;
}

/* Read more button */
.btn-readmore {
    margin-right: 30px;
    margin-top: 5px;
    padding: 5px 5px;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #0071bb;
}

.btn:hover {
    -webkit-transform: scale(1.1);
}
/* Center images  */
.img-center {
    margin: 0 auto;
    display: block;
}
/* not used yet */
.box-shadow {
    box-shadow: 2px 2px 2px #888888;
    background-color: #D04245;
}

.mob-nav {
    z-index: 10;
}

.navigation-left-margin {
    margin-left: -40px;
}

.margin-10 {
    margin-top: 10px;
}
/* Slider */
.slider-overlay {
    position: relative;
}

    .slider-overlay > div {
        position: absolute;
        bottom: -50px;
        left: 5px;
        right: 5px;
    }

.red {
    color: #C80003;
    font-weight: bold;
}

.insidethumbs .flex-direction-nav {
    display: none;
}

/* Change the spacing for mobile */
@media screen and (max-width: 767px) {
    .extra-space-70 {
        margin-top: 10px;
    }

    .mob-nav {
        z-index: 10;
        border: 2px solid #c9c9c9;
        border-radius: 2px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777 !important;
        font-weight: bold;
        background-color: #fff;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #fff;
        }

    .navigation-left-margin {
        margin-left: -5px;
    }

    .extra-space-30 {
        margin-top: 10px;
    }

    .extra-space-100 {
        margin-bottom: 20px;
    }

    #BtnSubscribe {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .box-border-right {
        border-right: none !important;
    }

    .gradient {
        background-image: none;
        background-repeat: no-repeat;
        border-bottom: none;
        height: auto !important;
    }

    .navbar-collapse.collapse {
        margin-left: 5px !important;
    }
}

html {
    font-family: Arial;
}

@media (max-width:760px) {
    body {
        background: #FFF !Important;
    }
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif !Important;
    font-size: 12px;
    line-height: 1.4;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: URWAntiqueOliveW02-Comp_928690;
    margin-top: 10px;
    margin-bottom: 5px;
}

.grayheading {
    color: #373535;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
    color: #0071BB;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.mainbody {
    background: #F1F1F1;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    margin-top: 0px !important;
    padding-bottom: 170px;
    margin-bottom: -50px;
    /*z-index: 1;
    position: relative;*/
}
.mainbodycargo {
    margin-top: 0px !important;
    padding-bottom: 170px;
    margin-bottom: -50px;
}

/*Responsive */
img {
    display: block;
    height: auto;
    max-width: 100%;
}

.maincontentarea {
    background: #F1F1F1;
    padding: 10px;
}

footer ul.links-below-socialmedia {
    list-style: none;
    margin: 0;
    padding: 30px 0 0 0;
}

    footer ul.links-below-socialmedia li {
        color: white;
        display: inline;
    }

footer .links-below-socialmedia {
    clear: left;
}

.hidden-xs-footer {
    display: block;
}

.footermenuicon {
    margin-top: 12px;
}

footer {
    width: 100%;
    /*background:url(/static/img/FooterBg.jpg) repeat-x;*/
    height: 230px;
    padding-top: 20px;
    color: #FFF;
    background: #0873BA; /* Old browsers */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNmY2ZjZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNTQ1NDU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMyUiIHN0b3AtY29sb3I9IiM1MzUzNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iIzUyNTQ1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzRhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzRhNGE0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzQ4NDg0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzQ2NDU0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzQyNDQ0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iIzM3MzczOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzMzMzczOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzM1MzYzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzMxMzczNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzM0MzUzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzJmMzMzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzJlMmUzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5MmQyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzI1MjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzI0MjgyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzI0MjgyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzIxMjUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iIzFlMjEyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzA2MGIwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iIzAyMDcwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzA5MGUxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzExMTYxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI3MmMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDUxZTM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
    /*background: -moz-linear-gradient(top, #333333 0%, #6f6f6f 0%, #666666 1%, #595959 2%, #545454 2%, #535353 3%, #525453 6%, #4a4a4a 18%, #4a4a4c 19%, #494947 20%, #48484a 21%, #464646 23%, #46454a 24%, #424443 27%, #373739 39%, #333738 41%, #353638 41%, #313737 41%, #343537 42%, #2f3334 44%, #2e2e30 49%, #292d2e 50%, #25292c 54%, #242829 55%, #24282b 56%, #212526 58%, #1e2126 62%, #060b0e 88%, #02070b 97%, #090e11 98%, #111619 98%, #272c2f 99%, #333333 99%, #000000 100%, #051e39 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(0%,#6f6f6f), color-stop(1%,#666666), color-stop(2%,#595959), color-stop(2%,#545454), color-stop(3%,#535353), color-stop(6%,#525453), color-stop(18%,#4a4a4a), color-stop(19%,#4a4a4c), color-stop(20%,#494947), color-stop(21%,#48484a), color-stop(23%,#464646), color-stop(24%,#46454a), color-stop(27%,#424443), color-stop(39%,#373739), color-stop(41%,#333738), color-stop(41%,#353638), color-stop(41%,#313737), color-stop(42%,#343537), color-stop(44%,#2f3334), color-stop(49%,#2e2e30), color-stop(50%,#292d2e), color-stop(54%,#25292c), color-stop(55%,#242829), color-stop(56%,#24282b), color-stop(58%,#212526), color-stop(62%,#1e2126), color-stop(88%,#060b0e), color-stop(97%,#02070b), color-stop(98%,#090e11), color-stop(98%,#111619), color-stop(99%,#272c2f), color-stop(99%,#333333), color-stop(100%,#000000), color-stop(100%,#051e39));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #333333 0%,#6f6f6f 0%,#666666 1%,#595959 2%,#545454 2%,#535353 3%,#525453 6%,#4a4a4a 18%,#4a4a4c 19%,#494947 20%,#48484a 21%,#464646 23%,#46454a 24%,#424443 27%,#373739 39%,#333738 41%,#353638 41%,#313737 41%,#343537 42%,#2f3334 44%,#2e2e30 49%,#292d2e 50%,#25292c 54%,#242829 55%,#24282b 56%,#212526 58%,#1e2126 62%,#060b0e 88%,#02070b 97%,#090e11 98%,#111619 98%,#272c2f 99%,#333333 99%,#000000 100%,#051e39 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #333333 0%,#6f6f6f 0%,#666666 1%,#595959 2%,#545454 2%,#535353 3%,#525453 6%,#4a4a4a 18%,#4a4a4c 19%,#494947 20%,#48484a 21%,#464646 23%,#46454a 24%,#424443 27%,#373739 39%,#333738 41%,#353638 41%,#313737 41%,#343537 42%,#2f3334 44%,#2e2e30 49%,#292d2e 50%,#25292c 54%,#242829 55%,#24282b 56%,#212526 58%,#1e2126 62%,#060b0e 88%,#02070b 97%,#090e11 98%,#111619 98%,#272c2f 99%,#333333 99%,#000000 100%,#051e39 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #333333 0%,#6f6f6f 0%,#666666 1%,#595959 2%,#545454 2%,#535353 3%,#525453 6%,#4a4a4a 18%,#4a4a4c 19%,#494947 20%,#48484a 21%,#464646 23%,#46454a 24%,#424443 27%,#373739 39%,#333738 41%,#353638 41%,#313737 41%,#343537 42%,#2f3334 44%,#2e2e30 49%,#292d2e 50%,#25292c 54%,#242829 55%,#24282b 56%,#212526 58%,#1e2126 62%,#060b0e 88%,#02070b 97%,#090e11 98%,#111619 98%,#272c2f 99%,#333333 99%,#000000 100%,#051e39 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, #333333 0%,#6f6f6f 0%,#666666 1%,#595959 2%,#545454 2%,#535353 3%,#525453 6%,#4a4a4a 18%,#4a4a4c 19%,#494947 20%,#48484a 21%,#464646 23%,#46454a 24%,#424443 27%,#373739 39%,#333738 41%,#353638 41%,#313737 41%,#343537 42%,#2f3334 44%,#2e2e30 49%,#292d2e 50%,#25292c 54%,#242829 55%,#24282b 56%,#212526 58%,#1e2126 62%,#060b0e 88%,#02070b 97%,#090e11 98%,#111619 98%,#272c2f 99%,#333333 99%,#000000 100%,#051e39 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#051e39',GradientType=0 );*/ /* IE6-8 */
}

    footer h2 {
        color: white;
    }

    footer ul.link-collection-list {
        list-style: none;
        /*padding-left: 0px;*/
        padding: 15px 0 0 0;
    }

        footer ul.link-collection-list li {
            color: white;
        }

    footer a {
        color: #fff !Important;
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline;
            text-decoration: none;
        }

.tentea_beneficiaries {
    padding: 20px 0 5px 0;
}

.footerHeaders {
    padding: 20px 0 0 0;
}

#header {
    /*background:url(/static/img/HeaderBg.png) repeat-x;
    height:116px;*/
}
/* footer mobile links is the header links moved to footer in mobile state*/
.footer-mobile-links {
    height: 30px;
}

    .footer-mobile-links a {
        color: #428bca;
        font-weight: bold;
        text-decoration: none;
    }

.headerlinks {
    font-size: 120%;
}

    .headerlinks a {
        color: #FFF;
    }

        .headerlinks a:hover {
            color: #FFF;
            text-decoration: underline;
        }

/* === Important notice === */
div#important-notice {
    background: #FFCC00;
    color: #9D3D00;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 2px #fff solid;
}

#important-notice a {
    color: #9D3D00;
}

    #important-notice a:hover {
        color: #9D3D00;
        text-decoration: underline;
    }

.important-notice-button {
    border: 1px #fff solid;
    height: 40px;
    width: 100px;
    font-weight: bold;
}


/* === BREADCRUMB === */

.breadcrumb-container {
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    height: 30px;
    background: #FFF;
    margin-left: -15px;
    margin-right: -15px;
}

.Breadcrumb {
    background: none;
    list-style-type: none;
    margin-left: -20px;
    padding: 7px 14px;
    font-family: Arial;
    color: #7a706d;
    font-size: 11px;
    font-weight: 400;
}

    .Breadcrumb img.home-icon {
        height: 10px;
        width: 11px;
        margin-right: 5px;
        margin-top: 1px;
    }

    .Breadcrumb a {
        color: #79706D;
    }

    .Breadcrumb .divider {
        color: #7a706d;
        padding: 0 5px;
    }

    .Breadcrumb li {
        display: inline !Important;
    }

.standardbox {
    border: 1px #CBCBCB solid;
    padding: 5px;
}

.white-text {
    color: #fff;
}

div.right {
    float: right;
}

div.left {
    float: left;
}

div.clearfloats {
    clear: both;
}

label.form-label {
    color: #78706D;
}
/*Contact us block */

div#submit-mail-confirmation, div#submit-phone-confirmation {
    display: none;
    color: green;
}

div#submit-mail-error, div#submit-phone-error {
    display: none;
    color: red;
}

div.contact-form-item {
    display: none;
    height: 100px;
    padding: 5px;
    margin: 10px 30px 10px 30px;
    height: 150px;
    overflow: visible;
}

div.contact-form-item-small {
    height: 140px;
}

div.contact-form-item-medium {
    height: 200px;
}

div.contact-form-item-large {
    height: 220px;
}

div.contact-row-item {
    padding-left: 50px;
    height: 40px;
}

div#call-us {
    background: url(/static/img/call-us.png) no-repeat;
}

div#email-us {
    background: url(/static/img/email-us.png) no-repeat;
}

div#we-call-you {
    background: url(/static/img/we-call-you.png)no-repeat;
}

img.contact-icon {
    margin-left: 20px;
}

.contact-us-padding {
    vertical-align: middle;
    height: 40px;
    padding-top: 10px;
}

.breadcrumb-pull-left {
    float: left !important;
    height: 10px;
    margin-right: 5px;
    margin-top: 1px;
    width: 11px;
}

/* === MENU === */

.alloyMenu {
    color: #323335;
    font-family: verdana;
    letter-spacing: 0.1px;
    margin-bottom: 18px;
    margin-top: 3%;
    text-shadow: none !important;
}

    .alloyMenu .navbar .nav > li.active > a.theme2 {
        background: #fff;
        border-bottom: 1px solid #BF5D8C;
        color: #BF5D8C;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li.active > a.theme1 {
        background: #fff;
        border-bottom: 1px solid #EB5E31;
        color: #EB5E31;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li.active > a.theme3 {
        background: #fff;
        border-bottom: 1px solid #9FC733;
        color: #9FC733;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li > a.theme1:hover {
        background: #fff;
        border-bottom: 1px solid #EB5E31;
        color: #EB5E31;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li > a.theme2:hover {
        background: #fff;
        border-bottom: 1px solid #BF5D8C;
        color: #BF5D8C;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li > a.theme3:hover {
        background: #fff;
        border-bottom: 1px solid #9FC733;
        color: #9FC733;
        text-shadow: none !important;
    }

    .alloyMenu .navbar-search .search-query {
        background: #fff;
        border-color: #d9d9d9;
        box-shadow: none;
        margin-bottom: 0;
        padding: 4px 5px 4px 13px;
        text-shadow: none;
    }

        .alloyMenu .navbar-search .search-query:focus,
        .navbar-search .search-query.focused {
            border: 1px solid #d9d9d9;
            color: #aaa;
            padding: 4px 5px 4px 13px;
            text-shadow: none;
        }

    .alloyMenu .navbar .nav > li.active > a {
        background: #fff;
        border-bottom: 1px solid #2980bd;
        color: #2980bd;
        text-shadow: none !important;
    }

    .alloyMenu .navbar .nav > li > a {
        color: #323335;
        line-height: 23px;
        outline: none;
        padding-bottom: 12px;
        text-shadow: none !important;
    }

        .alloyMenu .navbar .nav > li > a:hover {
            background: #fff;
            border-bottom: 1px solid #2980bd;
            color: #2980bd;
            text-shadow: none !important;
        }

    .alloyMenu .navbar-inner {
        background: #fff;
        box-shadow: none;
        color: #323335;
        text-shadow: none !important;
    }

    .alloyMenu .navbar ul {
        font-size: 1em;
    }

    .alloyMenu .caret {
        border-bottom-color: #323335 !important;
        border-top-color: #323335 !important;
        color: #323335;
        opacity: 0.9;
    }

form.navbar-search {
    background: #d6d6d6;
    margin-top: 0;
    padding: 0px 5px;
    font-family: Arial;
}

.search-query {
    width: 176px;
    height: 19px;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 400;
    border: none;
}


.navbar-search {
    display: inline-block;
    position: relative;
}

.navbar-search > div {
  display: inline-block;
}

    .navbar-search .search-icon {
        background: url('/static/img/magnifying-glass_56x56px.png') center center / 28px no-repeat;
        width: 28px;
        height: 28px;
        position: absolute;
        margin: 0 10px 0 0;
        top: 0;
        right: 0px;
    }

    .cargo .navbar-search .search-icon {
      right: 10px;
    }

    .navbar-search input[type="text"] {
        height: 28px;
        display: inline-block;
        font-weight: 100;
        border: none;
        outline: none;
        color: #FFF;
        padding: 3px;
        padding-right: 30px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 8px;
        background: transparent;
        z-index: 3;
        -ms-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        -o-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        -webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }


        .navbar-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #FFF;
        }

        .navbar-search input[type="text"]::-moz-placeholder { /* Firefox 19+ */
            color: #FFF;
        }

        .navbar-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
            color: #FFF;
        }

        .navbar-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
            color: #FFF;
        }

        .navbar-search input[type="text"]:focus:hover {
            border-bottom: 1px solid #FFF;
        }

        .navbar-search input[type="text"]:focus {
            width: 200px;
            z-index: 1;
            border-bottom: 1px solid #FFF;
            cursor: text;
            background-color: #0873BA;
        }


/*.navbar-search .search-query {
    padding-left: 25px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ5JREFUeNpi+P//PwMQMANxERCfAeI/UBrEZwbJQ9WAFR0A4u1AbAnEbFB6O1ScGaawGoi3wHQiYyBYDZKHKbwHxLo4FOqC5GEKf4Ksw6EQ5IyfIDYTkPEUiNUZsAOQ+F9GRkYJEKcFiDficSOIcRjE4QTiY0C8DuRbqAJLKP8/FP9kQArHUiA+jySJjA8w4LAS5KZd0MAHhaccQIABALsMiBZy4YLtAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

    .navbar-search .search-query:focus, .navbar-search .search-query.focused {
        padding-left: 25px;
        background-position: 4px 4px;
    }*/

.searchButton {
    background: url(/static/gfx/searchbuttonsmall.png) no-repeat top left !important;
    border: none !important;
    height: 28px !important;
    margin-top: 7px !important;
    width: 28px !important;
}

.containerSpecificTT {
    max-width: 1401px !important;
    margin-left: auto;
    margin-right: auto;
}

.columnsSpecificTT {
    background-color: #ffffff !important;
    border: none !important;
    border-right: 1px solid #d1d1d1 !important;
    height: auto;
    min-height: 300px;
    margin-left: 0px;
    /*height: 300px;*/
}

    .columnsSpecificTT.noBorders {
        border: none !important;
        /*border-left: 1px solid #d1d1d1!important;*/
        margin-left: 0px;
    }

#map-menu-canvas {
    height: 300px;
}
/*#map-menu-canvas > div { top: 0;left: 0;right: 0!important;bottom: 0 !important;display: block; }*/

/* === PASSENGER - CARGO - START === */

.backgr {
    background-image: url(/static/img/Bggrey.png);
    background-repeat: repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
}

.box-border-right {
    border-right: 1px solid grey;
    max-height: 385px;
}

.box-border-left {
    border-left: 1px solid grey;
    max-height: 385px;
}

.flags {
    margin-right: 0px;
    margin-top: 0px;
}

.text-1 {
    font-family: Arial;
    color: rgba(32, 32, 32, 0.7) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left !important;
    text-decoration: none !important;
}

.global-links {
    margin-left: 60px;
    font-family: Arial;
    color: rgba(32, 32, 32, 0.7) !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.menuChildHeader {
    font-weight: bold;
    color: #015D96 !important;
}

.menuChild {
    color: #015D96 !important;
}

.dropdown:hover {
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.dropdown {
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
}

    .dropdown .open {
        border-left: 1px #CCC solid;
        border-right: 1px #CCC solid;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: -2px;
    margin-left: -2px;
}

    .navbar-nav > li > .dropdown-menu.specificMenuWidth {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -2px;
        height: auto;
    }

/*Demos css*/


/*body 
{
    background: white url(../img/summer.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}*/


pre {
    margin: 0;
    padding: 10px 20px !important;
}

.container, .jumbotron .container {
    width: auto;
    max-width: 1107px;
}

.jumbotron {
    margin: 60px 0;
    padding-left: 0;
    padding-right: 0;
}

    .jumbotron.intro {
        margin-top: 0;
    }

    .jumbotron .navbar {
        font-size: 14px;
        line-height: 1.6;
    }

/* menu styes */
.list-unstyled,
.list-unstyled ul {
    min-width: 120px;
}

@media ( min-width: 767px ) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

/* Grid demo styles */
.grid-demo {
    padding: 10px 30px;
}

    .grid-demo [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1em;
        /*text-align: center;*/
        line-height: 2;
        background-color: grey;
        border: 1px solid #d1d1d1;
    }


/*Flexslider*/
/*Main caption image slider*/
#slider {
    margin: 0px -1px 20px -1px;
    position: relative;
    margin-bottom: 10px;
}

.country-startpage #slider, .topcontentarea #slider {
    margin: 0px -16px 20px -16px;
}

.country-startpage #slider-qb {
    margin: 0px -16px 10px -16px;
}

/*.country-startpage .slider-qb-new {
    margin-bottom: 130px !Important;
}*/

.maincontentarea #slider {
    margin: 0px -1px 20px -1px;
}

#slider .caption, #slider-qb .caption {
    bottom: 0;
    position: absolute;
}

    #slider .caption *, #slider-qb .caption * {
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    #slider .caption a:hover, #slider-qb .caption a:hover {
        text-decoration: underline;
    }

    #slider .caption h1, #slider-qb .caption h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #slider .caption p, #slider-qb .caption p {
        font-size: 16px;
    }

    #slider .caption span, #slider-qb .caption span {
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 15px 60px 15px 15px;
        max-width: 600px;
        background: url("/static/img/caption-bg.png") no-repeat;
        background-position: right 10px top;
    }

.flexslider {
    min-height: 50px;
    margin: 0 0;
    border: 0px;
}
/*Thumb nails inside the main image area*/
.flex-viewport {
    width: 100%;
}

.insidethumbs {
    width: 90%;
    bottom: 25px;
    position: absolute;
    border: none;
    margin-left: 40px;
    background: none;
}

    .insidethumbs ol {
        align-content: center;
    }

    .insidethumbs li {
        padding-right: 15px;
    }

        .insidethumbs li img {
            height: 95px;
            width: 100px;
            opacity: 0.6;
            filter: alpha(opacity=60); /* For IE8 and earlier */
            border-radius: 5px;
            -moz-border-radius: 5px;
            -khtml-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .insidethumbs li.flex-active-slide img {
            opacity: 1.0;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }

    .insidethumbs .flex-direction-nav a {
        margin: -15px 0 0;
    }

.outsidethumbs .flex-direction-nav a {
    margin: -15px 0 0;
}

.flex-direction-nav a {
    margin-top: 90px;
}

.inside .caption {
    display: none;
}

.coloredcaption {
    bottom: 55%;
    position: absolute;
}

#header-image-with-caption .coloredcaption {
    bottom: 100px;
    position: absolute;
}

.flexsliderthumbinside {
    display: none;
}

.flexsliderthumb {
    clear: left;
}


/* cargoflexslider */
.cargoflexslider .flex-direction-nav a {
    top: 170px;
}

@media screen and (max-width: 1024px) {
    .cargoflexslider .flex-direction-nav a {
        top: 148px;
    }
}

@media ( min-width: 600px) and (max-width: 860px ) {
    .cargoflexslider .flex-direction-nav a {
        top: 85px;
    }
}

@media screen and (max-width: 414px) {
    .cargoflexslider .flex-direction-nav a {
        top: 58px;
    }
}

@media screen and (max-width: 320px) {
    .cargoflexslider .flex-direction-nav a {
        top: 25px;
    }
}

/*Image link*/
.linkimage {
    z-index: 100000;
    position: absolute;
}

@media ( min-width: 1515px ) {
    .linkimage {
        top: -50px;
        left: -210px;
    }
}

@media ( min-width: 600px) and (max-width: 1514px ) {
    .linkimage {
        top: 10px;
        right: 10px;
        width: 100px;
    }
}

@media ( max-width: 599px ) {
    .linkimage {
        top: 5px;
        right: 44px;
        width: 70px;
        display: none;
    }
}

/*Yellow caption*/
#slider .yellowcaption *, #slider-qb .yellowcaption *, #header-image-with-caption .yellowcaption * {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#slider .yellowcaption a:hover, #slider-qb .yellowcaption a:hover {
    text-decoration: underline;
}

#slider .yellowcaption span, #slider-qb .yellowcaption span {
    display: inline-block;
    font-family: URWAntiqueOliveW02-Comp_928690;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 10px 60px 10px 15px;
    max-width: 700px;
    background: url("/static/img/caption-yellow-bg.png") no-repeat;
    background-position: right 10px top;
    letter-spacing: 0.025em;
}

#header-image-with-caption .yellowcaption span {
    display: inline-block;
    font-size: 28px;
    font-family: URWAntiqueOliveW02-Comp_928690;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0px;
    padding: 10px 70px 10px 10px;
    max-width: 500px;
    background: url("/static/img/caption-yellow-bg.png") no-repeat;
    background-position: right 10px top;
    letter-spacing: 0.025em;
}
/*Blue caption*/
#slider .bluecaption *, #slider-qb .bluecaption *, #header-image-with-caption .bluecaption * {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#slider .bluecaption a:hover, #slider-qb .bluecaption a:hover {
    text-decoration: underline;
}

#slider .bluecaption span, #slider-qb .bluecaption span, #header-image-with-caption .bluecaption span {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 10px 40px 10px 16px;
    max-width: 500px;
    background: url("/static/img/caption-blue-bg.png") no-repeat;
    background-position: right 10px top;
}

/* Full size image divider */
.fullsize-image-divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    height: auto;
}


/* === IMAGE DIVIDER === */
.image-divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

    .image-divider > span {
        position: relative;
        display: inline-block;
    }

        .image-divider > span:before,
        .image-divider > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 2px;
            background: #C1D6E5;
        }

        .image-divider > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .image-divider > span:after {
            left: 100%;
            margin-left: 15px;
        }

/* Text divider */
.text-divider {
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 45px;
}

    .text-divider > h2 {
        position: relative;
        display: inline-block;
    }

        .text-divider > h2:before,
        .text-divider > h2:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 2px;
            background: #C1D6E5;
        }

        .text-divider > h2:before {
            right: 100%;
            margin-right: 5px;
        }

        .text-divider > h2:after {
            left: 100%;
            margin-left: 5px;
        }

hr.standarddivider {
    background: #C1D6E5;
    width: 100%;
    height: 2px;
}

/* === FONTS === */

@font-face {
    font-family: "URWAntiqueOliveW02-Comp_928690";
    src: url("/static/fonts/226f748e-0f82-4191-b494-ef84859dec79.eot?#iefix");
    src: url("/static/fonts/226f748e-0f82-4191-b494-ef84859dec79.eot?#iefix") format("eot"),url("/static/fonts/2343ac0d-450d-46b4-b618-3bcee24f306b.woff") format("woff"),url("/static/fonts/d022a94a-e2d7-4082-afd9-7b16b07aea7f.ttf") format("truetype"),url("/static/fonts/8b72c42f-d748-4c62-bd10-3696d5b53c46.svg#8b72c42f-d748-4c62-bd10-3696d5b53c46") format("svg");
}

@font-face {
    font-family: AntiqueOliCom;
    src: url('/static/fonts/AntiqueOliCom-RegIta.otf');
}

@font-face {
    font-family: 'Interstate-Light';
    src: url("/static/fonts/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Interstate-Light.otf") format("opentype"), url("/static/fonts/Interstate-Light.woff") format("woff"), url("/static/fonts/Interstate-Light.ttf") format("truetype"), url("/static/fonts/Interstate-Light.svg#Interstate-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* === NEWSLETTER === */
.newsLetter .modal-content {
    border: 15px solid transparent;
    padding: 0px 5px;
}

.newsLetter .modal-content {
    -webkit-border-image: url(/static/img/border.png) 30 30 round; /* Safari 3.1-5 */
    -o-border-image: url(/static/img/border.png) 30 30 round; /* Opera 11-12.1 */
    border-image: url(/static/img/border.png) 30 30 round;
    box-shadow: none;
}

.newsLetter .ie10 {
    border: 10px solid #0074bd;
}

#newsLetterDiv {
    position: fixed;
    bottom: 0;
    right: 40px;
    z-index: 100000;
}

.newsLetter .modal-dialog {
    border: 15px solid transparent;
    padding: 0px 20px;
}

.newsletter-close {
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.newsletter-close-mob img {
    width: 30px;
    height: 30px;
}

.newsletter-footer {
    margin-top: 0;
}

.newsletterLink {
    /*margin-left:15px;*/
}

    .newsletterLink .link1 {
        cursor: pointer;
        width: 47px;
        padding-right: 5px;
        float: left;
    }

    .newsletterLink .link2 {
        cursor: pointer;
        padding-right: 5px;
        float: left;
    }

.newsLetter {
    display: none;
}

.modal-outer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 0px;
    max-width: 450px;
}

.modal-body .row {
    padding-bottom: 10px;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-failure, .modal-success, .modal-success-de {
    display: none;
    padding: 20px;
}

.formerrror {
    color: red;
}

/* === OFFERINGS LIGHTBOX === */
.offer-content {
    padding: 0px;
}

.offer-content {
    box-shadow: none;
}

.offer-outer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: white;
    max-width: 650px;
}

.offer-body .row {
    padding-bottom: 10px;
}

.offer-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.offer-lb-left {
    margin-right: 5px;
    height: 265px;
    width: 100%;
    padding: 30px 5px 30px 30px;
    color: #fff;
}

.offer-share {
    padding: 10px;
    text-align: center;
}

.offer-lb-right div {
    padding: 5px 5px 5px 0;
}

.offer-lb-right .heading {
    margin-top: 0px;
}

.offer-lb-right .bottom {
    background: url("/static/img/offerings-lightbox-bg.png") no-repeat;
    height: 110px;
    color: #fff;
}

    .offer-lb-right .bottom .bottom-right {
        padding-top: 60px;
    }

    .offer-lb-right .bottom img {
        padding-left: 15px;
    }

.offer-lb-right .offer-btn {
    height: 32px;
    background: url("/static/img/OfferingLightBoxBtn.png") no-repeat;
    background-size: 100%;
    padding: 8px 10px 0 10px;
    text-align: center;
    cursor: pointer !Important;
}

    .offer-lb-right .offer-btn a {
        color: #fff;
        font-weight: bold;
    }

.offer-lb-left .days {
    font-size: 250%;
    font-weight: bold;
}

.offering-close {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.custom_images a {
    float: left;
    padding-left: 7px;
}

.modal-dialog {
    margin: 15% auto;
}

@media ( max-width: 767px ) {
    #newsLetterDiv {
        right: 0;
    }

    .newsletter-close {
        position: absolute;
        top: -15px;
        right: 10px;
        cursor: pointer;
    }

    .bottom-right {
        float: right;
    }

    .offer-share .share {
        height: 70px;
    }

    .offer-share img {
        float: right;
        padding-bottom: 10px;
    }

    .offer-lb-left {
        width: 99%;
    }

        .offer-lb-left .date {
            padding-top: 45px;
        }

    .offer-lb-right .inner {
        padding: 15px 15px 15px 30px;
    }

    .offer-lb-right .bottom {
        background: #1b1b1b;
        height: 100%;
        border: 1px solid #000;
        border: 0;
    }

        .offer-lb-right .bottom .bottom-right {
            padding-top: 0;
            float: right;
        }

    .offer-btn {
        float: right;
    }

    .mobile-clear {
        clear: left;
    }


    .dropdown {
        border: 0px;
        background: transparent;
    }

    .columnsSpecificTT {
        border: 1px solid red;
        border-color: white !Important;
        min-height: initial !important;
    }

        .columnsSpecificTT.noBorders {
            border-color: white !Important;
        }

    .navbar-collapse {
        max-height: initial !Important;
        height: auto !Important;
    }
}

/*City trips offer*/
.citytrip-outer {
    margin-bottom: 15px;
}

.citytrip {
    background: white;
    width: 100%;
    position: relative;
    height: auto;
}

    .citytrip .price {
        float: right;
    }

        .citytrip .price h2 {
            color: #0071BB;
        }

    .citytrip .hotelinfo {
        padding-top: 12px;
    }

    .citytrip .stars {
        font-size: 3em;
        color: #FECA0B;
        height: 15px;
        margin-top: -10px;
    }

        .citytrip .stars div {
            float: left;
        }

    .citytrip .hotel {
        line-height: 1.1em;
        font-size: 1.2em;
        color: #000;
    }

    .citytrip span.image {
        cursor: pointer;
        margin-top: 13px;
        display: block;
    }

.slidebox {
    background: white;
    width: 100%;
    margin-right: 20px;
    background: white !Important;
    bottom: 45px;
    position: absolute;
}

    .slidebox section {
        transition-delay: 0.6s;
        display: none;
    }

        .slidebox section p {
            padding: 0;
            margin: 0;
        }

    .slidebox .infodeal {
        background: #F8F8F8;
        border-top: 1px solid #e8e8e8;
        padding: 15px 15px;
    }

.citytag .discount {
    top: -5px;
}

.citytag .discount {
    display: block !important;
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 0 !important;
    width: 140px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
    font-size: 18px;
    background: #f8f8f8;
}

.citytag span.discountFooter {
    display: block !important;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url(/static/img/bg-offer.png);
}

/*Special adjustments for deal pages*/
.citytrips .h2-text-divider {
    font-size: 27px !important;
}
.citytrip-outer .grayheading {
    text-align:right;
    font-size: 20px;
    color: #0071BB;
}
.citytrip-footer {
    padding-bottom:46px;
}
.citytrip-outer.col-md-4 .grayheading {
    font-size: 17px;
}
.citytrip-outer h3 {
  font-size: 20px;
}
.citytrip-outer.col-md-4 h3 {
    font-size: 1.5em;
}
@media (min-width: 770px) {
    .citytrip-outer.col-md-4 .col-md-9 {
        width: 70% !important;
    }
    .citytrip-outer.col-md-4 .col-md-3
    {
        width:30% !important;
    }
}
.citytrip-outer.col-md-4 .col-md-3
{
    padding-left:0;
}
.citytrip-outer.col-md-6 .col-md-3
{
    padding-left:0;
}
.citytrip-outer.col-md-4 .btn-offer {
    width:auto;
}
.citytrip-outer.col-md-4 .hotel {
    font-size: 1.1em;
}
.citytrip-outer.col-md-4 .offer-discount {
    font-size: 1em;
    padding: 0 2px;
}
.citytrip-outer.col-md-4 .offer-origin {
    font-size: 1.3em;
    margin: 3px 0 -2px 0;
    padding: 2px 0;
}
.citytrips .divrow {
    margin-top:20px;
}
.offer-discount {
    display: inline-block;
    margin: 12px 0 -2px 0;
    padding: 0 5px;
    font-size: 1.1em;
    color: #fff;
    border-radius: 3px;
    background-color:#D40E14;
}
.offer-origin {
    display: inline-block;
    margin: 3px 0 -2px 4px;
    padding: 2px 5px;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.strikeout {
  line-height: 0.9em;
  position: relative;
}
.strikeout::after {
  border-bottom: 0.09em solid #989494;
  content: "";
  left: 0;
  margin-top: calc(0.06em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

@media (min-width: 990px) and (max-width: 1070px) {
    .citytrip-outer.col-md-6 .col-md-3 .offer-discount, .citytrip-outer.col-md-6 .col-md-3 .offer-origin, .citytrip-outer.col-md-6 .col-md-3 .grayheading { float:right}
}
.label-design0 {
    display: none;
}

.label-design1 .discount { /*blue*/
    color: #0071BB;
    border-top: 4px solid #0071BB;
}

.label-design2 .discount { /*green*/
    color: #55ab3d;
    border-top: 4px solid #55ab3d;
}

.label-design3 .discount { /*yellow*/
    color: #FFCC05;
    border-top: 4px solid #FFCC05;
}

.label-design4 .discount { /*orange*/
    color: darkorange;
    border-top: 4px solid darkorange;
}

.label-design5 .discount { /*red*/
    color: #BB0004;
    border-top: 4px solid #BB0004;
}

.citytrip-footer {
    position: relative;
    height: 40px;
    margin-top: 40px;
}

.btn-green {
    background-color: #55ab3d;
    color: #fff;
    background-color: #55ab3d;
    border-color: #55ab3d;
}

.btn-offer {
    width: 140px;
}

ul.checklist {
    margin: 0;
    padding: 0;
}

    ul.checklist li {
        display: inline-block;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 5px;
        background-image: url(/Static/img/list-check-green.png);
        background-repeat: no-repeat;
        background-position: 0px 3px;
        background-size: 15px;
    }

***********************************
/*Bootstrap pagination, used e.g. on offerings lightbox*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0071ba;
    border-color: #0071ba;
    color: #fff;
    cursor: default;
    z-index: 2;
}

/* === Broschure === */
.broschyreDiv .row {
    padding-bottom: 10px;
}

.validationError {
    color: red;
}

.broschyreDiv hr {
    border: 1px solid #cccccc;
}

#broschureAdmin {
    padding-top: 30px;
}

/* === FAQ === */
.faq .question {
    margin-top: 5px;
    background: url("/static/img/plus.gif") no-repeat 0 5px;
    padding-left: 20px;
    cursor: pointer;
}

.faq-list .answer {
    display: none;
}

.faq-page {
    margin-bottom: 20px;
}

.faq .answer {
    border: 1px dotted #333;
    padding: 5px 3px 3px 3px;
    margin: 5px 0 0 10px;
    background: #fff;
}

/* === OFFERINGS === */
.offer-left {
    margin-right: 5px;
    margin-top: 10px;
    height: 365px;
    width: 100%;
    padding: 30px 15px 30px 35px;
    color: #fff;
}

.offer-en {
    background: url("/static/img/Offer-en.png") no-repeat;
}

.offer-sv {
    background: url("/static/img/Offer-sv.png") no-repeat;
}

.offer-pl {
    background: url("/static/img/Offer-pl.png") no-repeat;
}
.offer-lt {
    background: url("/static/img/Offer-lt.png") no-repeat;
}

.offer-de {
    background: url("/static/img/offer-de.png") no-repeat;
}

.offer-right img {
    padding-bottom: 10px;
}

.offer-right {
    padding-bottom: 10px;
}

.offer-left .heading {
    height: 65px;
    font-size: 1.4em;
}

.offer-lb-left .small h4 {
    font-size: 14px;
}

.offer-lb-left .medium h4 {
    font-size: 15px;
}

.offer-lb-left .large h4 {
    font-size: 16px;
}

.offer-left .date, .offer-lb-left .date {
    margin-top: 35px;
    height: 65px;
}

    .offer-left .date td, .offer-lb-left .date td {
        align-items: center;
    }

    .offer-left .date .time, .offer-lb-left .date .time {
        font-size: 1.6em;
    }

        .offer-left .date .time .f, .offer-lb-left .date .f {
            width: 45px;
            text-align: center;
        }

        .offer-left .date .time .s, .offer-lb-left .date .s {
            width: 5px;
        }

    .offer-left .date .const, .offer-lb-left .date .const {
        font-size: 0.8em;
        text-align: center;
    }

.offer-left .price {
    margin-top: 15px;
    height: 65px;
    font-size: 1.3em;
}

.offer-left .book {
    margin-top: 15px;
    max-height: 50px;
}

.offer-left .offer {
    position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: 40px;
    text-align: center;
    background: url("/static/img/OfferingBtn.png") no-repeat;
    background-size: 100%;
    padding: 5px 20px 10px 20px;
    cursor: pointer !Important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.book-big {
    max-height: 68px;
}
.book-big .offer {
    position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer !Important;
    width: 210px;
    background: url("/static/img/OfferingBigBtn.png") no-repeat;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    margin-left: 60px;
    padding: 5px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.offer-right .book-big {
    float: right;
    padding-bottom: 20px;
}

.offer a {
    color: #fff;
}

.price h3 {
    font-family: arial;
    font-size: 1.7em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.start-box {
    max-width: 350px;
}
.start-box .btn {
    padding: 6px 8px !Important;
}

.bg-global {
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #EDEDED) );
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #EDEDED 100%);
}


/* === NEW STUFF TO THE MENU - OVERRIDE BOOTSTRAP.CSS NAVBAR === */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    z-index: 900 !IMPORTANT;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #EB5E31;
    /*font-weight:bold;*/
}

    .navbar-default .navbar-text {
        color: #FFF;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

.navbar-collapse.collapse {
    margin-left: -15px;
}

.nav > li > a {
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #005ba1;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #005ba1;
}

@media (max-width: 1100px) {
    .navbar-collapse.collapse {
        margin-left: -5px;
    }
}

@media (max-width: 700px) {
    .navbar-collapse.in {
        overflow-y: hidden;
    }
}

/* === LANGUAGE SELECT === */

.selectParent select option {
    background: #000;
    color: #FFF;
}

.selectParent select {
    width: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 2px;
    border: none;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCQTg3Q0Y2NEY4MTExRTQ5RkQwQTFDMUZDNTYxNjg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCQTg3Q0Y3NEY4MTExRTQ5RkQwQTFDMUZDNTYxNjg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEJBODdDRjQ0RjgxMTFFNDlGRDBBMUMxRkM1NjE2ODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEJBODdDRjU0RjgxMTFFNDlGRDBBMUMxRkM1NjE2ODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4wZ8lTAAAAd0lEQVR42mL8//8/AzGApbKy0hlI7yGgzoHJ3t7eiJBpQDWfmYB0N5BRikdRPJA6xwTl9wAF7LAoAoktArGZDh48CBM/DJSwRVIkAxKDewZEgBQDJUDMI0CaDUhzAPFnmCKQPBMyB0qLADEvujgjseFItEKAAAMA1ocrrwbo4k0AAAAASUVORK5CYII=") no-repeat 35px center;
    color: #0873BA;
    font-family: arial;
    font-size: 12px;
}

.selectParent {
    width: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

/* === NEW LANGUAGE FLAG SELECT === */

/*body { font-family:Arial, Helvetica, Sans-Serif; font-size:0.75em; color:#000;}*/

.languageFlagSelect_desc {
    color: #FFF;
}

    .languageFlagSelect_desc a {
        color: #000;
    }

.languageFlagSelect_dropdown {
    display: inline-block;
    margin-bottom: 0;
}

    .languageFlagSelect_dropdown dd, .languageFlagSelect_dropdown dt, .languageFlagSelect_dropdown ul {
        margin: 0px;
        padding: 0px;
    }

    .languageFlagSelect_dropdown dd {
        position: relative;
    }

    .languageFlagSelect_dropdown a, .languageFlagSelect_dropdown a:visited {
        color: #000;
        text-decoration: none;
        outline: none;
    }

        .languageFlagSelect_dropdown a:hover {
            color: lightgray;
        }

    .languageFlagSelect_dropdown dt a:hover {
        color: #000;
        border: 1px solid #lightgray;
    }

    .languageFlagSelect_dropdown dt a {
        display: block;
    }

        .languageFlagSelect_dropdown dt a span {
            cursor: pointer;
            display: inline-block;
            padding: 0 0 0 5px;
        }

    .languageFlagSelect_dropdown dd ul {
        background: #FFF none repeat scroll 0 0;
        border: 1px solid #FFF;
        color: #FFF;
        display: none;
        left: 0;
        padding: 5px 0 0 -10px;
        position: absolute;
        top: 2px;
        width: 35px;
        list-style: none;
        z-index: 999999;
        margin: 8px 0px 0 -6px;
        box-shadow: 0 2px 0 1px rgba(0,0,0,0.1);
    }

        .languageFlagSelect_dropdown dd ul li a {
            padding: 5px;
            display: block;
            white-space: nowrap;
        }

            .languageFlagSelect_dropdown dd ul li a img {
                display: inline-block;
            }

            .languageFlagSelect_dropdown dd ul li a span {
                display: inline-block;
                padding: 0 0 0 5px;
            }

            .languageFlagSelect_dropdown dd ul li a:hover {
                background-color: lightgrey;
            }

    .languageFlagSelect_dropdown img.flag {
        border: none;
        display: inline-block;
        vertical-align: middle;
    }

.languageFlagSelect_flagvisibility {
    display: none;
}

/* === END NEW LANGUAGE FLAG SELECT === */


/* === CARGO LANGUAGE FLAG SELECT === */


.cargoLanguageFlagSelect_dropdown {
    display: inline-block;
    margin-bottom: 0;
}

    .cargoLanguageFlagSelect_dropdown dd, .cargoLanguageFlagSelect_dropdown dt, .cargoLanguageFlagSelect_dropdown ul {
        margin: 0px;
        padding: 0px;
    }

    .cargoLanguageFlagSelect_dropdown dd {
        position: relative;
    }

    .cargoLanguageFlagSelect_dropdown a, .cargoLanguageFlagSelect_dropdown a:visited {
        color: #000;
        text-decoration: none;
        outline: none;
    }

        .cargoLanguageFlagSelect_dropdown a:hover {
            color: lightgray;
        }

    .cargoLanguageFlagSelect_dropdown dt a:hover {
        color: #000;
        border: 1px solid #lightgray;
    }

    .cargoLanguageFlagSelect_dropdown dt a {
        display: block;
    }

        .cargoLanguageFlagSelect_dropdown dt a span {
            cursor: pointer;
            display: inline-block;
            padding: 0 0 0 5px;
            vertical-align: middle;
        }

    .cargoLanguageFlagSelect_dropdown dd ul {
        background: #FFF none repeat scroll 0 0;
        border: 1px solid #FFF;
        color: #FFF;
        display: none;
        left: 0;
        padding: 5px 0 0 -10px;
        position: absolute;
        top: 2px;
        width: 53px;
        list-style: none;
        z-index: 999999;
        margin: 8px 0px 0 -6px;
        box-shadow: 0 2px 0 1px rgba(0,0,0,0.1);
    }

        .cargoLanguageFlagSelect_dropdown dd ul li a {
            padding: 5px;
            display: block;
            white-space: nowrap;
        }

            .cargoLanguageFlagSelect_dropdown dd ul li a img {
                display: inline-block;
            }

            .cargoLanguageFlagSelect_dropdown dd ul li a span {
                display: inline-block;
                padding: 0 0 0 5px;
                vertical-align: middle;
            }

            .cargoLanguageFlagSelect_dropdown dd ul li a:hover {
                background-color: lightgrey;
                color: white;
            }

    .cargoLanguageFlagSelect_dropdown img.flag {
        border: none;
        display: inline-block;
        vertical-align: middle;
    }

.cargoLanguageFlagSelect_flagvisibility {
    display: none;
}


/* === END CARGO LANGUAGE FLAG SELECT === */


/* === Timetable style  ===*/

.timetable-container {
    margin-bottom: 10px;
}

.timetable-style1 {
    max-width: 99%;
}

.timetable-style2 {
    border: solid 1px #ccc;
    border-radius: 0px;
    max-width: 99%;
}

.timetable-padding {
    padding: 2px;
}

.timetable-padding-left {
    padding-left: 20px;
}


#map-big-canavas {
    margin-left: -16px;
    margin-right: -16px;
}

    #map-big-canavas img, #map-menu-canvas img, #map-smallDetail-canvas img, #map-directions img {
        max-width: none !important;
    }

/*.modal-lg.customLgModal {
    width: 820px
}*/

@media (min-width: 850px) {
    .customLgModal {
        width: 820px;
    }
}

.special-footer button {
    float: left;
}


.grayHead {
    background: #f1f1f1;
    border-radius: 4px;
    margin-bottom: 2%;
}

    .grayHead h2,
    .grayHead p {
        margin: 1%;
    }

.SearchResults img,
.listResult img {
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
}

.listResult h3 {
    font-size: 1.3em;
}

.SearchResults hr,
.listResult hr {
    clear: both;
    margin: 7px 0;
    width: 100%;
}

.imageInfoBubble {
    height: 80px;
    width: 80px;
    border-width: 0px;
    float: left;
    padding-right: 7px;
}

.noPaddingHotelStartPage {
    padding: 0px !important;
}

.marginDropDownMenu {
    margin-top: 10px;
}

#menuHotelSearchButton {
    float: right;
    margin-top: 5px;
    border-radius: 0;
    width: 41%;
}

.hotelDetailMarginPadding {
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}

.hotelDetailCon {
    max-height: 205px;
    overflow: hidden;
}

    .hotelDetailCon img {
        margin-left: -16px !important;
        height: 205px;
    }

    .hotelDetailCon.spec {
        padding-right: 0px !important;
    }

    .hotelDetailCon #hotelDetailButtonsCon {
        font-size: 14px;
        background-color: #00426E;
        color: white;
        padding-top: 42px;
        height: 205px;
    }

#hotelDetailButtonsCon a {
    border: 1px solid white;
    /*width:92%;*/
}

.hoteldetailSaleText {
    /*padding-left:36%*/
    /*width:92%;*/
    text-align: center;
}

.detailHotelInnerButton {
    /*padding-left:19%*/
    text-align: center;
}

    .detailHotelInnerButton input {
        width: 169px;
    }

@media ( max-width:767px ) {
    /*.detailHotelInnerButton {
        padding-left:36%
    }*/
    .hotelDetailCon.spec {
        padding-left: 0px;
        width: 100%;
    }

    .hotelDetailCon img {
        width: 100%;
        margin-left: 0px !important;
    }

    .hotelDetailCon.hotImg {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.hotelDetailPrice {
    font-size: 20px;
    font-weight: bold;
}

#directions-panel {
    height: 500px;
    overflow: scroll;
    display: none;
}

#map-directions {
    height: 500px;
    display: none;
}

.quickbook-1.specHotel {
    background: #fff url("/static/img/qickbookBG.png") no-repeat;
    height: 106px;
    border-radius: 6px;
    padding: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

@media (max-width:700px) {
    .flex-direction-nav, .coloredcaption {
        /*display:none;*/
    }
}


@media (min-width: 768px) {
    .mainbody {
        min-height: 800px !important;
    }
}

@media (max-width: 768px) {
    div.whitecontainer {
        background: max-height:220px !important;
    }

    .extra-space-150 {
        margin-top: 0px !important;
    }

    .hidden-xs-footer {
        display: none;
        clear: left;
    }

    .mobile-menu {
        width: 100% !Important;
        padding-bottom: 20px;
    }

    .form-pad {
        padding-bottom: 0px;
    }

    #carousel {
        display: none !Important;
    }

    .country-startpage #slider-qb {
        margin: 0px -16px 10px -16px;
    }

    .quickbook-2 {
        clear: left;
    }

    #quickbox-img {
        display: none;
    }
}




.menu {
    margin-left: -15px;
    margin-right: -15px;
}

#searcHotelContainer {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

footer a:focus {
    color: #fff;
    text-decoration: none;
}

.descTextTruncate {
    height: 150px !important;
    /*line-height: 1.38;*/
}

@media ( max-width: 1055px ) {
    .max14 {
        max-width: 14%;
    }
}

/*@media ( max-width:769px ) {
    #map-menu-canvas {
         background: #fff url("/static/img/DummyMap2.png") no-repeat
    }
}*/

@media ( max-width:700px ) {
    /*.dropdown-menu {
        border: 1px solid black;
    }*/

    .borderDevice {
        border: 2px solid rgba(0, 0, 0, 0.20);
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .descTextTruncate {
        height: 130px !important;
        /*line-height: 1.38;*/
    }
}

.mobmenu {
    display: none;
    height: 200px;
    background: #fff;
}

.searchFilterContainerpadding {
    padding-top: 10px;
    padding-bottom: 12px;
}

#searcHotelContainer {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

.modal-dialog.customLgModal {
    margin: 7% auto !important;
}


@media (min-width: 768px) {
    .MenuWidthContent {
        width: 60% !important;
    }
}


@media (min-width: 992px) {
    .MenuWidthContent {
        width: 60% !important;
    }
}

@media (min-width: 480px) {
    .MenuWidthContent {
        width: !important;
    }
}

/*@media(max-width: 1280px) {
    
}*/

@media (max-width:600px) {
    #slider .yellowcaption span, #slider-qb .yellowcaption span {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 60px 10px 15px;
        width: 450px;
        background-position: right 10px top;
        letter-spacing: 0.025em;
    }

    #slider .bluecaption span, #slider-qb .bluecaption span, #header-image-with-caption .bluecaption span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 40px 10px 16px;
        width: 340px;
        background-position: right 10px top;
    }
}

@media (max-width:414px) {
    .coloredcaption {
        bottom: 30%;
        position: absolute;
    }

    #slider .yellowcaption span, #slider-qb .yellowcaption span {
        display: inline-block;
        font-family: URWAntiqueOliveW02-Comp_928690;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 60px 10px 15px;
        width: 360px;
        background: url("/static/img/caption-yellow-bg.png") no-repeat;
        background-position: right 10px top;
        letter-spacing: 0.025em;
    }

    #slider .bluecaption span, #slider-qb .bluecaption span, #header-image-with-caption .bluecaption span {
        display: inline-block;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 40px 10px 16px;
        width: 260px;
        background: url("/static/img/caption-blue-bg.png") no-repeat;
        background-position: right 10px top;
    }
}

@media (max-width:320px) {
    .coloredcaption {
        bottom: 30%;
        position: absolute;
    }

    #slider .yellowcaption span, #slider-qb .yellowcaption span {
        display: inline-block;
        font-family: URWAntiqueOliveW02-Comp_928690;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 60px 10px 15px;
        width: 310px;
        background: url("/static/img/caption-yellow-bg.png") no-repeat;
        background-position: right 10px top;
        letter-spacing: 0.025em;
    }

    #slider .bluecaption span, #slider-qb .bluecaption span, #header-image-with-caption .bluecaption span {
        display: inline-block;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 0px;
        padding: 10px 40px 10px 16px;
        width: 210px;
        background: url("/static/img/caption-blue-bg.png") no-repeat;
        background-position: right 10px top;
    }
}

.CSColumn:nth-of-type(even) {
    text-align: left;
}

.CSColumn:nth-of-type(odd) {
    text-align: right;
}

/****CUSTOMER SERVICE FAQ****/

.CSIngress-title {
    font-size: 14px;
    margin: 0 50px 50px 50px;
    text-align: center;
}

.cslinks {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    color: #373535;
    font-size: 20px !important;
    margin: -4px 0 25px 0;
    padding: 20px 50px 50px 50px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    text-align: center;
    height: 200px;
    background-color: white;
    display: inline-block;
    width: 80%;
}

.LinkSubText {
    color: #373535;
    font-size: 14px;
    font-family: 'verdana';
}

    .csfaq dt {
        border-top: 1px solid #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 20px;
        margin: 10px 150px 0 150px;
        position: relative;
        padding: 20px 60px 20px 10px;
        background-color: #FFFFFF;
        -webkit-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -ms-transition: color 0.2s;
        -o-transition: color 0.2s;
        transition: color 0.2s;
        border-style: solid;
        border-color: darkgray;
        border-width: 1px;
    }

    .csfaq dl dt {
        font-size: 16px;
        margin: 0px 0 0 0px;
        padding: 15px 0 0 0;
    }

    .csfaq dt:after {
        border-color: #58595b transparent transparent transparent;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        content: "";
        height: 0;
        position: absolute;
        right: 0;
        top: 28px;
        width: 0;
        margin: 0px 20px 0px 0px;
        -webkit-transition: border-color 0.2s;
        -moz-transition: border-color 0.2s;
        -ms-transition: border-color 0.2s;
        -o-transition: border-color 0.2s;
        transition: border-color 0.2s;
    }

    .csfaq dl dt:after {
        margin: 0px 0px 0px 0px;
    }

    .csfaq dt:hover {
        color: #0071BB;
    }

        .csfaq dt:hover:after {
            border-color: #0071BB transparent transparent transparent;
        }

    .csfaq dt.is-open:after {
        border-color: transparent transparent #58595b transparent;
        border-width: 0 7px 8px 7px;
    }

    .csfaq dt.is-open:hover:after {
        border-color: transparent transparent #0071BB transparent;
    }

    .csfaq dd dl {
        margin: 10px 0 0 0;
    }

    .csfaq dl dd {
        padding: 20px 30px 20px 0px;
        margin: 10px 0 0 0;
    }

    .csfaq dd {
        display: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        margin: 0;
        padding: 0 10px 20px 10px;
        margin: 10px 150px 0 150px;
        background-color: white;
    }

.CSContainer {
    margin: -30px 50px 50px 50px;
}


.CSregular-title {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    /*font-size: 30px;*/
    /*color: #0071BB;*/
    border: none !important;
    padding-left: 0px !important;
    border: none;
    text-align: center;
    margin: 20px 0 30px 0;
}

.CSPictureArea {
    background-color: white;
    width: 80%;
    height: auto;
    display: inline-block;
}

@media (max-width:414px) {

    .CSPictureArea {
        width: 100%;
        margin: 0 0 -5px 0;
    }
}


/**** END CUSTOMER SERVICE FAQ ****/


/**** FOOTER ****/

.lighthouseAndBoat {
    /*background-image: url("../img/lighthouse-and-ferry_Transparent_3440x180px.png");*/
    height: 179px;
    position: relative;
    margin: -103px 0 0 0;
    z-index: 100;
    background: url('/static/img/lighthouse-and-ferry_Transparent_3440px180px.png') no-repeat;
}

.aboveCargoFooter {
    background: #FFF;
    height: 50px;
}

.socialMediaIcon {
    height: 33px;
    margin: 15px 4px 5px 0;
}


@media (max-width:375px) {
    .csfaq dt {
        margin: 10px 10px 0 10px;
    }

    .csfaq dd {
        margin: 10px 10px 0 10px;
    }
}

@media (max-width:675px) {
    .cslinks {
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding: 15px 10px;
        height: auto;
    }

    .CSContainer {
        margin: initial;
    }
}

@media (max-width:375px) {
    .CSColumn {
        text-align: center;
    }
}

@media (max-width:800px) { /*tablet*/
    .lighthouseAndBoat {
        background-image: url("/static/img/footer_tablet_white.png");
        margin: -73px 0 0 0;
        height: 74px;
    }

    .footer {
        height: auto;
        padding-top: 7px;
        padding-bottom: 15px;
    }

    footer .right {
        text-align: right;
    }
}

@media (max-width:414px) { /*Iphone 6 plus*/
    .lighthouseAndBoat {
        background-image: url("/static/img/before-footer_mobile_white.png");
        margin: -84px 0 0 0;
        height: 85px;
    }

    .footer {
        height: auto;
        padding-top: 7px;
    }

    .searchAndBonus {
        right: 4px !important;
    }
}

/**** END FOOTER ****/

/****TOP MENU CONTACT DROPDOWN BUTTON****/

/* Dropdown Button */

.contactDropbtn {
    cursor: pointer;
    border: none;
    display: inline-block;
    background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.contactDropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* Dropdown Content (Hidden by Default) */
.contactDropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 240px;
    box-shadow: 0 2px 0 1px rgba(0,0,0,0.1);
    z-index: 9999999999;
    right: 0;
    text-align: left;
    padding: 20px 15px 20px 15px;
}

    /* Links inside the dropdown */
    .contactDropdown-content a.contactInfoButton {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f1f1}*/

/* Show the dropdown menu on hover */
.contactDropdown:hover .contactDropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

.contactButtonLink {
    padding: 12px 0px 0 0;
    margin: 0px -15px -6px 0;
    display: block;
}

/****END TOP MENU CONTACT DROPDOWN BUTTON****/

.bonusCardImage {
    height: 28px;
    float: right;
}

.wifiSymbol {
    height: 28px;
    float: right;
    margin: 0 0 0 8px;
}


/*@media (min-width: 320px) {
    .phoneAndLanguage {
        margin: 20px -10px 5px 0;
    }
}*/

.phoneAndLanguage {
    float: right;
    margin-top: 23px;
    padding-right: 6px;
    margin-bottom: 10px;
}

/*IPad quickfix*/
/*
@media (max-width:1023px) and (min-width:767px) {
    .phoneAndLanguage {
        margin: 20px -130px 0 0;
    }
}
*/

.removeRight {
    padding: 0 8px 0 0;
}

@media (max-width: 767px) and (min-width: 480px) {
  .removeRight {
    margin-top: -50px;
  }
}

.searchAndBonus {
    position: absolute;
    right: 0;
    top: 10px;
}

.telephone {
    display: inline-block;
    height: auto;
    max-width: 100%;
    background-color: transparent !important;
    width: 28px;
}

.newsLetterIcon {
    height: 33px;
}

/****FORGOT PASSWORD****/

.submitPasswordButton {
    float: right;
    margin: 10px 0 0 0;
}

.sendEmailInfo {
    margin: 10px 0 0 5px;
}

@media (min-width: 320px) {
    .submitPassword {
        margin: 10px 0 0 0;
    }
}

/****END FORGOT PASSWORD****/


/**** TICKETS AND PRICES ****/

.ticketPageMainBody {
    margin: 10px 0 0 0;
}

.ticketPageTitle {
    font-family: 'URWAntiqueOliveW02-Comp_928690';
    font-size: 30px;
    !important;
    color: #0071BB;
    !important;
    border: none !important;
    padding-left: 0px !important;
    border: none;
    text-align: center;
    margin: 30px 0 -40px 0;
}

.ticketPageHeaderArea {
    text-align: center;
    background-color: #0873BA;
    height: 40px;
    width: 100%;
    margin: 20px 0 0 0;
}

.ticketPageHeaderText {
    color: white;
    padding: 8px 0 0 0;
    font-weight: bold;
    font-size: 18px;
}

.ticketPagePictureArea {
    background-color: white;
    width: 100%;
    height: auto;
}

.ticketPageTariffAndPriceArea {
    background-color: white;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.ticketPageTariffArea {
    background-color: white;
    width: 100%;
    margin: 10px 0 10px 10px;
    box-sizing: border-box;
}

.ticketPageTariffAreatext {
    background-color: white;
    width: 100%;
    margin: -7px 0 0 -8px;
}

.ticketPagePriceArea {
    background-color: white;
    width: 100%;
    margin: 10px 0 0 10px;
}

.ticketPageIconsOuter {
    margin: 15px 0 10px 0;
}

.ticketPageIcons {
    /*margin: -5px 0 0px 10px;*/
    display: inline-block;
}

.ticketPageIconTextFields {
    margin: 0 0 0 10px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

    .ticketPageIconTextFields > p {
        margin: 0 0 0 0;
    }

.ticketPageVerticalLine {
    width: 2px; /* Line width */
    background-color: lightgrey; /* Line color */
    height: 75%; /* Override in-line if you want specific height. */
    float: left; /* Causes the line to float to left of content. 
        You can instead use position:absolute or display:inline-block
        if this fits better with your design */
    margin: 15px 0 0 0;
    position: absolute;
    left: 49%;
}

.ticketPagePriceBackground {
    /*background-image: url('../img/TicketsAndPrices/priceBackground.png');*/
    height: 100px;
    width: 100px;
    margin: 0 auto;
    background-color: #0873BA;
    border: #FFCC05;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
}

.ticketPagePrice {
    font-size: 34px;
    text-align: center;
    padding: 22px 0 0 0;
    color: white;
    font-weight: bold;
}

.ticketPagePriceAb {
    font-size: 14px;
    text-align: left;
    color: white;
    font-weight: normal;
    margin: 0 0 -8px 22px;
}

.btn-ticketPagePrice {
    width: 120px;
    font-weight: bold;
}

.ticketPagePriceButtonArea {
    margin: 5px auto;
    width: 100%;
    text-align: center;
}

.ticketPageIconsArea {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 325px) {
    .ticketPageIconTextFields {
        font-size: 11px;
        font-family: sans-serif;
        font-weight: bold;
        width: 50%;
    }

    .ticketPagePriceBackground {
        height: 80px;
        width: 80px;
    }

    .ticketPagePriceArea {
        margin: 8px 0 0 0;
    }

    .ticketPagePrice {
        padding: 15px 0 0 0;
        font-size: 25px;
    }

    .ticketPagePriceButtonArea {
        margin: 6px 0px 11px -4px;
    }
}

@media (max-width:1023px) and (min-width:326px) {
    .ticketPagePriceBackground {
        height: 90px;
        width: 90px;
    }

    .ticketPagePriceArea {
        margin: 8px 0 0 0;
    }

    .ticketPagePrice {
        font-size: 27px;
    }

    .ticketPageTariffArea {
        margin: 14px 0 10px 10px;
    }

    .ticketPageIconTextFields {
        font-size: 11px;
    }
}

/**** END TICKETS AND PRICES ****/


/**** AVAILABLE JOBS SEARCH ****/

.jobcount {
    font-size: 22px;
    font-weight: bold;
    color: #5FC1EA;
}

.jobSearchBtn {
    float: right;
}

.jobsearch-inputbox {
    background-color: #F4F5F7 !Important;
}

/**** END AVAILABLE JOBS SEARCH ****/

.epicampaignnewslettersubscriptionblock table label {
  font-size: 12px;
  margin-left: 5px;
}

.loginIcon a {
  display: inline-block;
  font-size: 11px;
}

.loginIcon img {
  margin-left: 5px;
}

.timetableblock .form-control[readonly] {
    background-color: #fff;
    cursor: default;
}

@media (max-width: 1199px) {
    .phoneAndLanguage {
    margin-top: 10px;
  }

  .top-nav {
    padding-top: 20px;
  }

  .removeRight {
    float: right;
  }
}

@media (min-width: 1200px) {
  .top-nav-wrapper {
    display: block;
  }

  .top-nav {
    padding-left: 0;
    float: right;
    padding-right: 25px
  }

  .removeRight {
    float: right;
    padding: 0;
  }

  .phoneAndLanguage {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .removeRight {
    padding-bottom: 10px;
  }
}

