@import  url("modalbox.2156a8d86e64.css");
@import  url("fonts.860ca520563f.css");

/*VERSION 3
name: (BLACK TOP NAV)*/
span.gray {
    color: gray;
}


h1,h2,h3,h4,h5 {
    font-family: helvetica, arial, sans-serif;
    color: #333;
    line-height: 1.5em;
    font-weight: 700;
}

h1,h1 a {
    font-size: 24px;
    padding-bottom: 12px !important;
    line-height: normal;
}

h3,h3 a {
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    padding-bottom: 0;
}

h4,h4 a {
    font-size: 1em;
}

strong {
    font-weight: 700;
}

body {
    background-size: cover;
    /*background: #e8f4f7;*/
}

footer {
    clear: both;
}

footer h3 {
    font-size: 18px;
    padding-bottom: 15px !important;
    color: #333;
}

aside {
    float: left;
    margin: 0;
    width: 200px;
}

aside.categories {
    margin-bottom: 60px;
}

aside ul {
    margin: 0;
    padding: 0;
}

aside ul li {
    margin: 0;
    padding: 0;
}

aside ul li a {
    display: block;
    padding: 10px 10px 0 18px;
    text-decoration: none;
}

aside ul li.current a {
    background-image: url("../img/category-selected.8d1bdd53ec38.png");
    background-repeat: no-repeat;
    font-weight: 700;
    color: #333;
}

aside ul li a:hover {
    font-weight: 700;
}

aside.title h2 {
    line-height: 40px;
    padding: 0 10px 0 15px;
    width: 100%;
    background: url("../img/category-selected.8d1bdd53ec38.png") no-repeat left top !important;
    text-transform: capitalize;
    font-size: 14px;
}

aside ul li a span.tbe_logo strong {
    font-weight: 400;
}

aside ul li a:hover span.tbe_logo strong {
    font-weight: 900;
}

aside ul li.current a span.tbe_logo strong {
    font-weight: 900;
}

span.tbe_logo {
    font-weight: 100;
    font-size: inherit;
    color: inherit;
}

span.tbe_logo strong {
    font-weight: 900;
    font-size: inherit;
    color: inherit;
}

.mainTitle {
    display: none;
}

/*.mainTitle { font-size: 20px; padding: 0 0 30px; }*/
span.mainTitle {
    font-size: inherit;
    padding: 0;
    display: inline;
}

.leftSidebar .mainTitle {
    display: none;
}

.last {
    border-right: 1px #efefef solid;
}

iframe {
    width: 100% !important;
}

#top {
    margin-bottom: -100px !important;
    margin-top: 65px !important;
}

/*general*/
.fixed {
    position: fixed !important;
}

/* L A Y O U T */
.block-1200 {
    max-width: 1110px;
    margin: 0 auto;
    background: #fff;
    padding: 45px 45px 0;
    display: block;
    position: relative;
    border: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.block-1200 h2 {
    font-family: oswald, helvetica, arial, sans-serif;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 26px;
    letter-spacing: 1.8px;
}

.grid-900 {
    width: 900px;
    margin: 0 auto;
}

.marginbox35 {
    margin: 0 35px;
}

.marginbox25 {
    margin: 0 25px;
}

.cover-link {
    background: url(../../../../assets/img/empty.gif);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    text-decoration: none;
}

#main-container {
    padding: 1px;
    overflow: visible;
    padding: 130px 1px 0;
}

#header {
    height: 100px;
}

main-content #current_offer {
    position: static;
}

/* B U T T O N S */
.yellowbuttonsmall {
    border-radius: 4px;
    margin: 20px 20px 20px 0;
    padding: 12px;
    background: #fec64c;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    min-width: 80px;
}

.yellowbuttonsmall:hover {
    background: #feb511;
}

.whitebuttonsmall {
    background: #fff;
    color: #025d95;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 25% 0;
    font-weight: 700;
    -webkit-box-shadow: 9px 7px 0 #1f2f42;
    box-shadow: 9px 7px 0 #1f2f42;
}

.whitebuttonsmall:hover {
    color: #0482cf;
    cursor: pointer;
}

/*H E A D E R*/
#header-navigation #nub li .navigation-section-link p {
    line-height: 22px;
}

#header .needHelp.nl {
    margin-top: 0;
}

#header label.inFieldLabel {
    top: 15px;
}

#header.fixed {
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}

/* O F F E R B O X  H O M E */
.offerlittlebox {
    margin: 20px 20px 0;
    border-radius: 4px;
    background: #f9f9f9;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 50px !important;
}

.offerlittlebox:hover {
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
}

.offerlittlebox h3 {
    font-weight: 700;
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    margin: 10px 20px;
    height: 2em;
    line-height: 22px;
}

.offerimage {
    position: relative;
    min-height: 160px;
}

.offerimage .circlediscount {
    background: #db674e;
    padding: 15px 9px;
    font-weight: 700;
    border-radius: 150px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 16px;
    font-family: helvetica, arial, sans-serif;
}

.offerlittlebox .description {
    font-size: 14px;
    color: #4C4C4C;
    margin: 0 20px;
    height: 8em;
}

.offerlittlebox .priceholder {
    color: #999;
    margin: 30px 20px 20px;
}

.offerlittlebox .priceholder span {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.offerlittlebox .fb {
    top: 5px;
    padding-top: 10px;
    font-size: 11px;
    color: #666;
    text-indent: 45px;
}

/* C O U N T E R daydeal countdown */
.maincounter {
    height: 50px;
    display: block;
}

.maincounter span {
    color: #db674e;
    font-size: 14px;
    font-weight: 700;
}

.maincounter p {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 8px;
}

.maincounter .dealCountdown {
    display: inline;
}

/* H O M E P A G E  banner under offerboxes  */
.extrabanner {
    padding: 0 45px;
    height: 100px;
    overflow: hidden;
    margin: 30px 0;
}

/* H O M E P A G E  Subscribe form */
.newsletterbox {
    margin: 30px auto;
    background: #D7E1E5;
    border: 1px solid rgba(0,0,0,0.075);
    padding-bottom: 20px;
}

.newsletterbox h2 {
    color: #cc4919;
    padding: 0;
    background: none;
}

.newsletterbox p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
}

/* H O M E P A G E   The Team members icon */
.team-holder {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.team-mask-button {
    background: url(../../../../assets/img/bgorg.png);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: center;
}

.home-team {
    padding: 0 0 50px;
}

.home-team h3 {
    text-align: center;
    font-size: 32px;
    padding: 30px 20px 10px;
    letter-spacing: -1px;
}

.home-team .home-team-info {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
    color: #666;
}

.home-team ul {
    overflow: hidden;
}

.home-team ul li {
    float: left;
    width: 12.05%;
    text-align: center;
    margin: 2px !important;
    line-height: 0;
}

.home-team ul li img {
    width: auto;
    height: auto;
}

.meName {
    text-align: center;
    font-weight: 700;
    margin: 10px 0 0;
}

.meFunction {
    text-align: center;
}

.cta {
    text-align: center;
}

.btn {
    background: #f2f2f2;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    width: auto;
}

.btn.team {
    background: #fff;
    color: #DD684B;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-top: 90px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}

.btn.team:hover {
    background: #DD684B;
    color: #f9f9f9;
}

.bspan {
    display: block;
    font-size: 14px;
    color: #333;
}

.italic {
    font-style: italic;
}

/*H O M E P A G E  Subscribe Form*/
#newsletter-home-holder {
    background-image: none;
    background: #D7E1E5;
    padding: 40px 0;
}

#newsletter-home-holder fieldset input {
    border: 1px solid #999;
    border-radius: 4px;
}

#newsletter-home-form-holder {
    margin: 30px auto 10px;
}

.alert-clent {
    color: #333;
    margin: 0 0 20px;
}

#submit-newsletter-homeForm,#register-for-newsletter-button {
    border: 0 !important;
    background: #0C7BD2;
    width: 143px !important;
    display: block;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    margin: 2px 0 0;
    padding: 13px !important;
    position: relative;
    color: #fff;
    font-weight: 700;
}

#submit-newsletter-homeForm:hover,#register-for-newsletter-button:hover {
    background: #2C99F1;
    cursor: pointer;
}

/* H O M E P A G E  Footer Form */
.home-help > p {
    text-align: center;
    margin: 0 0 20px;
    color: #666;
}

.home-help p {
    color: #333;
    font-size: 14px;
}

.home-help strong {
    color: #333;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}

.home-help span {
    color: #666;
    display: block;
    max-width: 300px;
    min-height: 3em;
}

.home-help .small {
    display: inline-block;
    color: #999;
    font-style: italic;
    font-size: 12px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 5px;
    margin: 15px 0;
}

::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder {
    color: #999;
}

.form-tell,.form-send {
    margin: 4% 0 6%;
}

.form-send {
    width: 100% !important;
    max-width: 900px;
    background: #F9F9F9;
    border: 1px solid #DDD;
    border-radius: 2px;
    margin: 0 auto;
}

.form-send form {
    padding: 50px 12% 20px;
    overflow: hidden;
}

.form-send textarea {
    border-radius: 4px;
    border: 1px solid #CCC;
    height: 60px;
    margin: 14px 0 10px;
    padding: 17px !important;
    width: 94% !important;
}

.form-send fieldset label {
    display: none;
}

.form-send input {
    border-radius: 4px;
    background: #FFF;
    border: 1px solid #CCC;
    height: 30px;
    width: 40%;
    float: left;
    padding: 3px 17px;
}

.form-send input#id_name {
    width: 30%;
    margin-right: 1.7%;
}

.form-send input#id_email {
    width: 57%;
}

.form-field-fault {
    border: 1px solid #FF6347 !important;
}

form .info {
    color: #999;
    float: left;
    font-size: 12px;
    margin-left: 18px;
    margin-top: 20px;
}

#submit-footerForm {
    margin-right: .8% !important;
}

/* E D I T O R S   B A N N E R */
/* No sure if we are using these */
.editorsbanner {
    width: 100%;
    background: #fcf9f3;
    margin: 30px 0 0;
    border: 1px solid #e9e3db;
    overflow: hidden;
    position: relative;
}

.editorsbanner:hover {
    cursor: pointer;
}

.editorsbannerimage {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.editorsbannerinfo {
    float: left;
    margin: 0;
    padding: 30px 30px 0;
    line-height: 0;
}

.editorsbannerinfo h3 {
    font-size: 32px !important;
}

.editorsbannerinfo span {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.editorsbannerbutton {
    width: 250px;
    float: right;
    margin: 50px 0;
}

.editorsbannerbutton a {
    background: #655b44;
    color: #f3f3f3;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
}

.editorsbannerbutton a:hover {
    background: #887956;
}

.editorsbannerbadge {
    position: absolute;
    right: 50px;
    top: -22px;
}

/*S O C I A L */
.social .facebooklike {
    float: right;
    margin-right: 0;
}

.social .twitterlike {
    float: right;
    margin-right: 8px;
}

.social {
    margin: 50px 0 0;
}

ul#logos {
    margin: 30px 0 0;
}

.partners {
    clear: both;
    float: right;
    margin-top: -140px;
}

.be .partners {
    margin-top: -105px;
}

/*for aligment*/
/* M O R E  O F F E R S */
h3.more-offers-title {
    margin: 10px 10px 0 20px;
    font-size: 16px;
    height: 4em;
}

a.redarrowprice {
    display: block;
    text-align: center;
    line-height: .6em;
    font-size: 11px;
    color: #fff;
    background: #DD684B;
    padding: 10px 2px 2px;
    text-decoration: none;
    margin: 12px 7px 5px 0;
    border-radius: 4px;
}

a.redarrowprice span {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}

.redarrowprice {
    position: relative;
    background: #DD684B;
    border: 4px solid #DD684B;
}

.redarrowprice:after,.redarrowprice:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.redarrowprice:after {
    border-color: rgba(221,104,75,0);
    border-bottom-color: #DD684B;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}

.redarrowprice:before {
    border-color: rgba(221,104,75,0);
    border-bottom-color: #DD684B;
    border-width: 11px;
    left: 50%;
    margin-left: -11px;
}

.pushdown {
    font-family: BebasNeueRegular, helvetica, arial, sans-serif;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
}

.offerimage img {
    min-height: 229px !important;
    width: 100%;
}

p.fb {
    height: 1.3em;
}

/* T V  S P O T P A G E  */
.adv-video-container {
    background: #40474F;
    left: 0;
    right: 0;
    top: 0;
/*height: 720px;*/
    text-align: center;
}

.adv-video-container h1 {
    font-family: oswald,helvetica,arial,sans-serif;
    color: #F6C038;
    font-size: 60px;
    letter-spacing: -1px;
}

*/ /*if not an image title*/
.adv-title {
    margin: 42px 0 0;
}

.adv-owl {
    margin-top: -40px;
    z-index: 99999;
}

.container-feedback {
    text-align: center;
}

.comments-facebook {
    margin-top: 30px;
}

/* O F F E R P A G E */
/* booking counter */
.booking-count {
    margin-top: 20px;
    font-size: 14px;
    background: url(../../../../assets/img/show-counter.png) no-repeat left center;
    padding: 0 30px;
    display: inline-block;
}

.booking-count span {
    font-weight: 700;
    color: #FFAD00;
    font-size: 14px;
}

.booking-count:after {
    content: "!";
}

/*googlemap*/
#google_maps {
    background: url("../img/ajax-loader.7b9776076d5f.gif") no-repeat center center;
}

/* slider */
#slidingInfo img {
    height: 75px;
    width: auto;
    padding: 16px 15px 10px 60px;
}

/* S A L E S F L O W */
.num_adults p /*css hack*/ {
    display: inline;
    font-size: 14px;
}

#accordion {
    background-color: #FAFCFC;
    border: 1px solid #7F8C8D;
    padding: 20px;
    margin: 0;
    border-radius: 4px;
}

#calendarWrapper .calendar {
    border: 1px solid #95A5A6;
    border-bottom: 2px solid #95A5A6;
}

#accordion h3 {
    color: #BBC2C7;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    outline: none;
    line-height: 35px;
    font-family: helvetica, arial, sans-serif !important;
}

#accordion h3 span {
    font-weight: 400;
    font-size: 18px;
    color: #BBC2C7;
}

#accordion h3.ui-state-active {
    color: #2C3F4F;
}

#accordion h3.ui-state-active span {
    color: #2C3F4F;
}

#accordion h3.done,#accordion h3.done span {
    color: #BBC2C7;
}

#accordion h3 .back_button {
    display: none;
    border: 0;
}

#accordion h3 .back_button:hover {
    cursor: pointer;
}

#accordion h3 .back_button:disabled:hover {
    cursor: default;
}

#accordion h3.done .back_button {
    display: block;
    float: right;
    padding-right: 25px;
    text-decoration: none;
    margin-top: 5px;
    margin-right: 5px;
    background: url("../img/arrow-left-dotted.2d786df2f686.png") no-repeat right 5px;
}

#accordion h3.done .back_button span {
    display: block;
    background-color: #f7f7f7;
    border-radius: 2px;
    padding: 2px 10px 4px;
    font-size: 10px;
    color: #c2c2c2;
    font-weight: 400;
    background-image: none;
    border-bottom: #666 1px solid;
    color: #666;
}

#accordion h3.done .back_button:hover span {
    background-color: #f0f0f0;
    color: #777;
}

#accordion h3.done .back_button:disabled:hover span {
    background-color: #f7f7f7;
    color: #c2c2c2;
}

.accordion_content {
    padding-top: 30px;
    position: relative;
}

.accordion_content.acc_confirm {
    padding-top: 10px;
}

p.acc_note {
    margin-bottom: 1em;
}

.accordion_personal_data {
    padding-top: 0;
}

.box {
    background: #E8ECED;
    border: 1px solid #95A5A6;
    border-radius: 4px;
    margin: 5px 0 10px;
    overflow: hidden;
    padding: 10px;
}

.box .bolder {
    font-size: inherit;
}

.box h3 {
    padding-bottom: 5px;
}

.box ul li {
    padding-bottom: 5px;
    font-size: 14px;
}

.grey-box {
    background: #E8ECED;
    border: 1px solid #95A5A6;
}

fieldset input {
    border: 1px solid #95A5A6;
}

#order_offer_summary h2 {
    font-weight: 400;
    padding-bottom: 35px;
    font-size: 22px;
}

#order_offer_summary h2 span {
    font-weight: 700;
    font-size: 22px;
}

#order_offer_summary h3,#order_offer_summary p,#order_offer_summary p a {
    font-size: 14px;
}

#order_offer_summary p a {
    display: block;
    font-weight: 700;
    color: #666;
}

#order_offer_summary p a:hover {
    color: #333;
}

fieldset label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    width: 180px;
}

fieldset label .sub {
    color: #978D83;
    display: block;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    line-height: 1em;
    padding-bottom: 15px;
    margin-top: -5px;
}

fieldset .form-field {
    float: left;
    width: 62.5%;
}

div.accordion_who label {
    width: 163px;
}

div.accordion_who .form-field {
    margin-left: 163px;
}

fieldset h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 0;
}

fieldset ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px;
}

fieldset ul li.first {
    margin-top: 0 !important;
}

fieldset ul li {
    clear: both;
    padding: 5px 0;
}

.submitRow {
    height: 30px;
    margin: 15px 0;
}

.submitRow .button {
    float: right;
    display: block;
    padding: 5px 20px;
    font-size: 13px;
    background-color: #333;
    color: #FFF;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
}

.submitRow .button:hover {
    background-color: #555;
}

.submitRow .button:disabled {
    background-color: #D3D3D3;
    color: #EFEFEF;
}

.submitRow .button:disabled:hover {
    background-color: #D3D3D3;
    cursor: default;
}

fieldset .required {
    color: #700b07;
}

#order-form fieldset input {
    height: 30px;
}

fieldset input {
    min-height: 30px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset textarea {
    border-radius: 3px;
}

fieldset select {
    color: #333;
    margin: 2px 0 0;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    padding: 3px;
}

.inlineLoginForm .form-field {
    width: 62.5%;
}

#order-form .Items {
    width: 60px;
    margin: 5px 10px;
}

#order-form .Items.fullwidth {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.twoInputs50 input:nth-child(1),.twoInputs3070 input:nth-child(1) {
    margin-right: 4px;
}

.twoInputs50 input {
    width: 136px;
}

.twoInputs3070 input:nth-child(1) {
    width: 100px;
}

.twoInputs3070 input:nth-child(2) {
    width: 173px;
}


div.accordion_who fieldset ul li.num_children {
    overflow: auto;
}

div.accordion_who fieldset ul .button {
    clear: both;
    float: none;
}

ul.personAvailability span {
    font-weight: 700;
}

ul.personAvailability li:first-child {
    margin-top: 0;
}

.socialauth {
    width: 100%;
    margin: 10px 0 20px;
    min-width: 100px;
    text-align: center;
}

.inlineLoginForm {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.errors li {
    color: red;
    font-size: 11px;
}

/*T E A M  (over ons)*/
.pe-container {
    width: 100%;
    margin: 0 auto;
}

.pe-thumbs {
    margin: 20px auto;
    position: relative;
    text-align: center;
}

.pe-thumbs li {
    display: inline-block;
    padding: 8px;
    vertical-align: top;
    background: #fff !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 2px 0;
    max-width: 100%;
    width: 140px;
}

.pe-thumbs li a,.pe-thumbs li a img {
    display: block;
    position: relative;
}

.pe-thumbs li a img {
    width: 150px;
    opacity: 1;
}

.pe-thumbs:hover li a img {
    opacity: .6 !important;
    z-index: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.pe-thumbs li a img:hover {
    -webkit-box-shadow: 0 8px 26px -6px #000;
    -moz-box-shadow: 0 8px 26px -6px #000;
    box-shadow: 0 8px 26px -6px #000;
    opacity: 1 !important;
    z-index: 999;
}

.pe-thumbs li a div.pe-description {
    width: 510px;
    background: rgba(255,255,255,0.98);
    position: absolute;
    top: 0;
    left: -200px;
    color: #333;
    display: none;
    z-index: 1003;
    text-align: left;
    margin: -1px -3px 0 0;
    padding: 0 0 40px;
    -webkit-box-shadow: 0 8px 6px -6px #000;
    -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 4px 20px -6px #000;
}

.pe-description h3 {
    text-transform: capitalize;
    padding: 30px 20px 0;
    line-height: 20px;
    font-family: oswald,helvetica,arial,sans-serif;
    font-size: 24px;
    margin: 0;
    text-transform: small;
}

.pe-description p {
    padding: 0;
    margin: 20px;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.pe-description strong {
    text-transform: capitalize;
    display: block;
}

.smallname,.smalltag {
    display: block;
}

.smallname {
    font-weight: 400;
    margin: 10px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.smalltag {
    height: 40px;
    display: none;
}

.emp-surname,.emp-nationality {
    display: none;
}

#about-us-company {
    width: auto !important;
}

#about-us-company {
    width: 880px;
    overflow: hidden;
    margin: 0 0 30px;
}

#about-company {
    width: 50%;
    float: left;
    min-height: 308px;
    margin-top: 20px;
}

#about-company p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 25px 60px 0 0;
    color: #444;
}

#about-company h3 {
    font-size: 28px;
}

.about-image {
    width: 50%;
    float: right;
    min-height: 308px;
    margin-top: 23px;
}

.about-image small {
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
}

.about-image img {
    display: block;
    padding: 5px;
    width: 400px;
    background: #fff;
    border: 1px solid #e7e7d9;
}

.custom-page {
    padding: 20px !important;
    background-color: #FFF !important;
    border: none !important;
    width: auto !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.44), 0 0 0 1px rgba(0,0,0,0.08) !important;
}

.custom-page2 {
    padding: 20px;
    background-color: #FFF;
    border: none;
    width: auto;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.44), 0 0 0 1px rgba(0,0,0,0.08);
}

.order {
    background-color: #FFF !important;
    border: none !important;
    width: auto !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.44), 0 0 0 1px rgba(0,0,0,0.08) !important;
}

.whiteBox {
    background-color: #FFF !important;
    border: none !important;
    width: auto !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.44), 0 0 0 1px rgba(0,0,0,0.08) !important;
}

.ordering_options {
    overflow-y: auto;
    max-height: 240px;
}

.wrapper {
    width: 98%;
    margin: 0 auto;
    min-width: 720px;
    max-width: 1200px;
    position: relative;
}

.content-container {
    margin: 0 auto;
    clear: both;
    max-width: 1200px;
    width: 98%;
}

.content-container .wrapper {
    width: auto;
}

/*newstylesidebar*/
.leftSidebar .content-container {
    width: 98%;
    max-width: 1200px;
}

.leftSidebar .content-container .wrapper {
    width: auto;
    margin: 0 auto 0 220px;
}

.leftSidebar .content-container .wrapper .wrapper {
    width: auto;
    margin: 0 auto !important;
}

.offerpagecontainer {
    padding: 20px;
}

.offerpagecontainer .tidyPad {
    padding: 0;
    margin-top: 0;
    height: auto;
}

section.group {
    margin-bottom: 30px;
    overflow: hidden;
}

.offerexplain h3 {
    display: inline-block;
    font-size: 16px;
}

.offerexplain h5 {
    line-height: 30px;
}

.offerexplain li {
    font-size: 14px;
    color: #888;
    padding-left: 20px;
    background: url("../img/arrow.93253e1f3863.png") no-repeat left 2px;
    line-height: 24px;
    padding-right: 20px;
}

.offerexplain p,.offerexplain div {
    color: #888;
    text-align: justify;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.frame {
    width: 380px;
    height: 250px;
    background: #CCC;
    margin: 0 35px;
    text-align: center;
}

.videobox {
    background: url("../img/video-shadow.95c5fca0c2be.png") no-repeat bottom center;
    height: 270px !important;
}

/* old style sidebar
 * .contains-aside { width: 98%; max-width: 1200px; margin: 0 auto; padding-top: 10px}
 * .contains-aside .wrapper { width: auto; margin: 0 auto 0 250px; }
 * */
.contains-aside .wrapper .wrapper {
    width: auto;
    margin: 0 auto !important;
}

.pageheader {
    font-size: 24px;
    margin: 0 10px 30px 0 !important;
}

.offer {
/*margin: 0px auto 30px;*/
    float: none !important;
    overflow: hidden;
    background-color: #fff;
    background: #FFF;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 1px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 1px rgba(0,0,0,.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1,direction=180,color='#cccccc');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#cccccc')";
}

.flexslider-wrapper {
    padding-bottom: 7px;
    background-image: url("../img/flexSlider/offerbox-shadow.92e7e5fdb412.png");
    background-repeat: no-repeat;
    background-position: 3px bottom;
    background-size: 100% 7px;
    margin-right: 15px;
}

.flexslider-wrapper .flex-control-nav,.flexslider-wrapper .flex-direction-nav a,#slidingInfo {
    z-index: 9;
}

#offerSlider {
    width: auto;
    height: auto;
}

article.wrapper.offer h1 {
    font-size: 24px;
    padding-bottom: 12px;
}

.categorycrumb {
    font-size: inherit;
    font-weight: 100;
}

.partnerslogo {
    overflow: hidden;
    margin: 20px 0;
}

.partnerslogo li {
    float: left;
    display: inline-block;
    list-style: none;
    background: none;
    padding: 0;
    margin: 0 5px;
}

.partnerslogo li:first-of-type {
    margin-left: 0;
}

.partnerslogo li:last-of-type {
    margin-right: 0;
}

table.prices {
    text-align: center;
}

.target {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: none repeat scroll 0 0 rgba(0,0,0,0.6);
    filter: alpha(opacity=50);
    z-index: 99999999999;
}

/* ?? */
/*tool styles*/
#comm {
    overflow: hidden;
    padding: 10px 0;
    height: 35px;
}

#comm li {
    float: left;
    background: url("../img/goldentick.9b612e92b70b.jpg") no-repeat left top;
    padding-left: 24px;
    margin-right: 10px;
}

#comm li p {
    color: #999;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
}

.slogan {
    font-size: 12px;
    color: #999;
    display: none;
}

.breadcrumb {
    margin-top: 10px;
}

.logoBox {
    float: left;
    margin-top: -10px;
    width: 230px;
}

.needHelp {
    display: block;
    float: left;
    height: 100%;
    padding: 0 15px;
    margin-top: -5px;
}

.needHelp p span {
    display: block;
    font-weight: 700;
    padding-top: 12px;
}

.needHelp p strong {
    color: #333;
    font-weight: 400;
}

.needHelp p a {
    text-decoration: none;
}

.needHelp p strong span {
    color: #afafaf;
    font-weight: 700;
    display: inline;
}

.loginBox {
    float: right;
}

#login_box {
    display: none;
    position: absolute;
    z-index: 9999;
}

.toggleNextText {
    cursor: pointer;
}

.collect {
    padding: 0 20px 20px;
}

.loginPlaceholder {
    padding: 20px;
    text-align: center;
}

.client {
    display: block;
    float: left;
    padding: 0;
}

.client span {
    display: block;
    float: left;
    padding: 9px 0 0;
}

.client img {
    margin-left: 15px;
}

.profile {
    margin: 0;
    padding-right: 20px;
    width: auto;
    background: #333;
    display: block;
    overflow: hidden;
    background: url("../img/triangle.139d89c7c399.png") no-repeat right 16px;
    float: right;
}

.profile img {
    float: right;
    width: 26px;
    border: 1px solid #000;
    margin-top: 4px;
}

#dialog-login-trigger {
    display: block;
    padding-top: 8px;
}

#login_box_content {
    background: #f9f9f9;
    position: relative;
    display: block;
    right: 2px;
    border: 1px solid #f1f1f1;
    margin-top: 33px;
    z-index: 10;
}

#login_box_content a {
    display: block;
    text-decoration: none;
    line-height: 16px;
    font-size: 11px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    padding: 5px 20px;
    color: #666;
}

#login_box_content a:hover {
    background: #fff;
}

#scrollup {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url("../img/minimup.7005597b58a9.png") no-repeat;
}

/* counter */
.timerSpan {
    margin-right: 10px;
}

.tidyPad {
    margin: 20px 20px 20px 15px;
    height: 130px;
}

.offerPhoto {
    padding: 5px 5px 0;
    width: 100%;
}

.offerPhotoContainer {
    padding-right: 15px;
}

.offerPhotoBg {
    background-position: center center;
}

.offer__subtitle {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    font-weight: 400;
}

.offer__subtitle span {
    font-size: inherit;
    font-weight: 100;
}

.shortTitle {
    font-size: 24px;
    color: #333;
}

table.prices span,table.prices .percentage {
    color: #333;
}

table.prices .currentprice span {
    color: inherit;
}

table.prices span {
    font-size: 11px;
    line-height: 1.5em;
}

table.prices p span {
    font-size: inherit;
    line-height: 1.5em;
}

.pitTitle span {
    font-size: 11px;
    color: #999;
}

.prices {
    width: 65%;
    margin: 0 auto 20px;
}

.prices td {
    width: 33%;
}

.prices p.oldprice span,.prices p.currentprice span,.prices p.percentage span {
    font-size: 21px;
}

.prices .oldprice {
    color: #333;
}

.prices p {
    text-align: center;
    font-size: 22px;
}

.offerexplain {
}

.offerexplain h3 {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 0;
}

.offerexplain li {
    font-size: 14px;
    color: #888;
    padding-left: 20px;
    background: url("../img/arrow.93253e1f3863.png") no-repeat left center;
    line-height: 24px;
    padding-right: 20px;
}

.offerexplain p {
    color: #888;
    text-align: justify;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
}

/* grid */
.twoone {
    width: 50%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.twoone.left.propelAll h1,.twoone.left.propelAll p {
    padding: 0 20px 0 0;
}

/*font colors*/
.lighter {
    color: #999;
}

.darker {
    color: #333;
}

.twoone.left.propelAll .box,.twoone.left.propelAll img,.twoone.left.propelAll .contentButton {
    margin: 0 20px 14px 0;
}

.twoone.left.propelAll .box p {
    padding: 0 !important;
}

.twoone.left.propelAll p {
    padding-bottom: 14px;
}

.propelRight {
    padding: 0 14px 0 0;
}

.propelLeft {
    padding: 0 0 0 14px;
}

.propelTop {
    padding-top: 14px;
}

/* text */
.thin {
    font-weight: 100;
}

.bold {
    font-weight: 700;
}

.linethrough {
    text-decoration: line-through;
}

.center {
    text-align: center;
}

.block {
    display: block;
    margin: 0 0 10px;
}

.biggerText {
    font-size: 14px;
}

.biggerText p {
    font-size: 14px;
}

.biggerText p a {
    font-size: 14px;
}

.biggerText a {
    font-size: 14px;
}

.justify {
    text-align: justify;
}

/* box */
#toppart {
    background: #000;
}

#middleHeader {
    height: 60px;
}

.categories.fixed {
    padding-top: 50px;
}

.propelRight {
    padding: 0 14px 0 0;
}

.propelLeft {
    padding: 0 0 0 14px;
}

.propelTop {
    padding-top: 14px;
}

.niceround {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.round {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.dealCountdown {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.countDownHeaderArrowDown {
    position: absolute;
    bottom: 10px;
    width: 10px;
    height: 10px;
    background-color: red;
}

.offer .headcountdown {
    margin-top: 5px;
}

.partnerslogo {
    margin: 20px 0;
}

.partnerslogo li {
    float: left;
    margin: 0 3px;
    list-style: none;
    font-size: 0;
    color: inherit;
    padding: 0;
    background: none;
    line-height: 0;
}

/*-------------
 * SEARCH
 * -------------*/
#searchForm fieldset {
    position: relative;
    display: block;
    float: right;
    top: 5px;
}

/*
 * #searchForm p { float: right; position: absolute; right: 35px; top: 4px; width: 19px; height: 19px; text-indent: -9999px; overflow: hidden; background: url("../img/search-icon-light.518caccad1af.png") no-repeat; border: 0; }
 * */
div.input {
    width: 135px;
    border: 1px solid #ccc;
    background: #fff;
    padding-right: 0 !important;
}

div.input.focus {
    border: 1px solid #bbb;
}

input#searchInput {
    width: 100%;
    border: 0;
    height: 19px;
    color: #b4bdc4;
    padding: 2px 0;
    text-indent: 5px;
}

input#searchInput:focus {
    outline: none;
    background: #fff;
    z-index: 9999999;
}

/*
 * input#searchSubmit { width: 19px; height: 19px; text-indent: -9999px; overflow: hidden; background: url("../img/search-icon.6fd2fbb3dd2f.png") no-repeat; border: 0; position: absolute; top: 4px; right: 35px; z-index: 5; display: none; cursor: pointer; float: right; }
 * */
/* autocomplete */
.ui-menu {
    background: #f9f9f9;
    overflow: hidden;
    font-size: 11px;
    width: 300px;
    top: 30px;
    padding: 0 10px;
    border-bottom: 10px solid #f9f9f9;
    border-top: 10px solid #f9f9f9;
    line-height: 20px;
    display: block;
    -moz-box-shadow: 0 0 14px 0 #999;
    -webkit-box-shadow: 0 0 14px 0 #999;
    box-shadow: 0 0 14px 0 #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-menu-item {
    overflow: hidden;
    line-height: 42px;
    padding: 3px 0 4px;
    cursor: pointer;
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #f9f9f9;
}

.ui-menu-item a {
    font-size: 11px;
    color: #666;
    padding: 0;
    display: block;
    float: left;
    width: 240px;
}

.ui-menu-item img {
    float: left;
    margin-right: 10px;
}

.ui-menu-item:hover {
    background: #f2f2f2;
}

.ui-helper-hidden-accessible {
    position: absolute;
    top: 35px;
    right: 28px;
    width: 200px;
    text-align: right;
    display: none;
}

.ui-all-offers {
    background: red;
}

.allOffers {
    display: block;
    padding: 10px;
    text-align: right;
    font-weight: 700;
    background: #e9e9e9;
    margin-top: 10px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.allOffers:hover {
    background: #f1f1f1;
}

.allOffers span {
    display: block;
    font-weight: 100;
    font-size: 11px;
}

.boxShadow {
    -moz-box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    box-shadow: 0 0 1px 0 #ccc;
}

#sidedeals.offer_sidedeals ul li .sd_cta,a.button.yellow {
    background-clip: padding-box;
    background-color: #FEC64C;
    background-image: 0;
    background-repeat: repeat-x;
    border: 1px solid #EBB53B;
    border-radius: 4px 4px 4px 4px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: bold 18px/18px helvetica, arial, sans-serif;
    padding: 17px 25px;
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: 0 !important;
}

#sidedeals.offer_sidedeals ul li .sd_cta:hover,a.button.yellow:hover {
    background-color: #FEB512;
    background-image: 0;
    background-repeat: repeat-x;
    border: 1px solid #EBB53B;
}

/*button_class modal*/
.button_class,input.button_class {
    background-color: #F5F7F9;
    border: 1px solid rgba(0,0,0,0.27);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 #FFF inset, 0 -4px 7px rgba(0,0,0,0.06) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #777 !important;
    font: bold 13px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

.button_class:hover,input.button_class:hover {
    background-color: #E8EAEC;
    color: #777 !important;
    cursor: pointer;
}

.button_class:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.25) inset, 0 -4px 7px transparent inset, 0 -1px 3px transparent inset;
}

.button_class.up_blue:hover {
    background-color: #28ACED;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.26) inset, 0 -4px 7px #188DDE inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_orange:hover {
    background-color: #F09656;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.16) inset, 0 -4px 7px #E0823D inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_purple:hover {
    background-color: #6782AC;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.25) inset, 0 -4px 7px rgba(71,105,158,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_green:hover {
    background-color: #8EBB62;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.36) inset, 0 -4px 7px rgba(141,177,105,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_red:hover {
    background-color: #E85E68;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.26) inset, 0 -4px 7px rgba(206,61,71,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_blue,.button_class.hover_blue:hover {
    background-color: #26BBF0;
    border: 1px solid #187ED4;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.26) inset, 0 -4px 7px rgba(15,160,227,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_blue:active,.button_class.hover_blue:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.3) inset, 0 -4px 7px rgba(15,160,227,0) inset, 0 -1px 3px transparent inset;
}

.button_class.up_orange,.button_class.hover_orange:hover {
    background-color: #FCAE76;
    border: 1px solid #DC7228;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.34) inset, 0 -4px 7px rgba(236,143,75,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_orange:active,.button_class.hover_orange:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.3) inset, 0 -4px 7px rgba(224,130,61,0) inset, 0 -1px 3px transparent inset;
}

.button_class.up_purple,.button_class.hover_purple:hover {
    background-color: #7992BA;
    border: 1px solid #435677;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.25) inset, 0 -4px 7px rgba(80,113,167,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_purple:active,.button_class.hover_purple:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.3) inset, 0 -4px 7px rgba(224,130,61,0) inset, 0 -1px 3px transparent inset;
}

.button_class.up_green,.button_class.hover_green:hover {
    background-color: #A7D37B !important;
    border: 1px solid #739E46 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.66) inset, 0 -4px 7px rgba(141,177,105,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_green:active,.button_class.hover_green:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.2) inset, 0 -4px 7px transparent inset, 0 -1px 3px transparent inset;
}

.button_class.up_red,.button_class.hover_red:hover {
    background-color: #F36F79;
    border: 1px solid #CC313B;
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 0 rgba(255,255,255,0.26) inset, 0 -4px 7px rgba(220,74,84,0.9) inset, 0 -1px 3px rgba(0,0,0,0.09) inset;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.button_class.up_red:active,.button_class.hover_red:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.35), 0 1px 1px rgba(0,0,0,0.2) inset, 0 -4px 7px transparent inset, 0 -1px 3px transparent inset;
}

.button_class.icon.left:after,.button_class.icon.right:after {
    background-image: url("../img/modalbox/button_assets.a3a0b1bbc263.png");
    content: "";
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px !important;
    display: block;
}

.login .button_class {
    width: auto;
}

.button_class.icon.right:after {
    top: -1px;
}

.button_class.icon.left:after {
    left: 0;
}

.button_class.icon.left {
    padding-left: 30px;
    position: relative;
}

.button_class.icon.right {
    background-position: right center;
    position: relative;
}

.button_class.icon.right.social_w {
    padding-right: 50px;
}

.button_class.icon.compact {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 32px;
}

.ie .button_class.icon.compact {
}

.button_class.icon.mini {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 18px;
}

.ie .button_class.icon.mini {
}

.button_class.disabled {
    cursor: default !important;
}

.button_class.disabled:after {
    background: none repeat scroll 0 0 #FFF !important;
    content: "" !important;
    cursor: default !important;
    height: 110% !important;
    left: -1px !important;
    opacity: 0.5 !important;
    position: absolute !important;
    top: -1px !important;
    width: 105% !important;
}

.button_class.install {
    font-size: 15px;
    padding: 10px 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.button_class.collect {
    display: inline-block;
    padding-bottom: 8px;
    padding-top: 8px;
}

.ie .button_class.collect {
}

.button_class.pulsate_blue {
    -moz-animation-direction: alternate;
    -moz-animation-duration: .75s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: pulsate_blue;
    -moz-animation-timing-function: ease-in-out;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    z-index: 9999;
}

.clear {
    clear: both;
}

/* Footer */
/* Can't find references to .birdy-* */
.birdy-be a,.birdy-bq a,.birdy-de a,.birdy-nl a,.birdy-lu a,.birdy-fr a {
    clear: both;
    display: block;
    margin: 40px auto;
    overflow: hidden;
    padding: 30px 20px;
    text-indent: -99999px;
}

.birdy-be a {
    background: url("../../../img/travelbird-footer-nl.058022841f8c.png") center no-repeat;
    width: 160px;
}

.birdy-bq a {
    background: url("../img/travelbird-footer-lx.058022841f8c.png") center no-repeat;
    width: 215px;
}

.birdy-de a {
    background: url("../../../img/travelbird-footer-de.058022841f8c.png") center no-repeat;
    width: 209px;
}

.birdy-nl a {
    background: url("../img/footer/footer-jnh.bcdba51be1a3.png") center no-repeat;
    width: 160px;
}

/*je nieuwe horizon*/
.birdy-lu a {
    background: url("../img/travelbird-footer-lu.058022841f8c.png") center no-repeat;
    width: 215px;
}

.birdy-fr a {
    background: url("../img/travelbird-footer-be.058022841f8c.png") center no-repeat;
    width: 215px;
}

.birdy-es a {
    height: 78px;
    display: block;
    background: url("../img/travelbird-footer-be.058022841f8c.png") center no-repeat;
    width: 215px;
    margin: 0 auto;
    text-indent: -999999999px;
    overflow: hidden;
}

.footer-middle {
    clear: both;
    padding-top: 30px;
    text-align: center;
}

#flags {
    clear: none;
    display: inline-block;
    list-style: none outside none;
    margin: 30px auto 10px;
    overflow: hidden;
}

#flags li {
    float: left;
    margin: 0 20px;
}

#flags li .selected {
    color: #3D3D3D;
}

#flags li a {
    color: #C4C4C4;
    text-decoration: none;
    display: block;
    padding: 0 0 0 32px;
    font-size: 12px;
    background-image: url("../img/flags/c-flags.abcf440086e7.png");
    background-repeat: no-repeat;
}

#flags li a:hover {
    color: #3d3d3d;
}

#flags li .selected {
    color: #3d3d3d;
}

.flag-de {
    background-position: 0 -20px;
}

.flag-be {
    background-position: 0 -40px;
}

.flag-fr {
    background-position: 0 -60px;
}

.flag-es {
    background-position: 0 -80px;
}

#copyrights {
    width: 820px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
}

#copyrights a {
    text-decoration: none;
    color: #3d3d3d;
}

#copyrights a:hover {
    text-decoration: underline;
}

#copyrights li {
    margin: 0 10px;
    float: left;
    color: #3d3d3d;
    font-size: 12px;
}

.copyrights {
    display: inline-block;
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
}

.copyrights a {
    color: #3D3D3D;
    font-size: inherit;
    text-decoration: none;
}

.copyrights a:hover {
    text-decoration: underline;
}

.copyrights li {
    color: #3D3D3D;
    float: left;
    font-size: 11px;
    margin: 0 10px;
}

.social {
    margin: 30px 0 10px;
    display: block;
    overflow: hidden;
}

.social a {
    color: #464646;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 25px;
    background-image: url("../img/footer/social_networks_big.d90be22d6b65.png");
    background-repeat: no-repeat;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -1999px;
}

.social.nl a {
    background-image: url("../img/social/social_networks_big-nl.d90be22d6b65.png");
}

.social.be a {
    background-image: url("../img/social/social_networks_big-be.d90be22d6b65.png");
}

.social.bq a,.social.lu a,.social.fr a {
    background-image: url("../img/social/social_networks_big-fr.7ca65e02733f.png");
}

.social.de a {
    background-image: url("../img/social/social_networks_big-de.652939cad3bc.png");
}

.social.es a {
    background-image: url("../img/social/social_networks_big-es.e0f9b0b3fe1b.png");
}

.social .facebooklike {
    background-position: 0 0;
    width: 154px;
    float: left;
    margin-right: 8px;
}

.social .twitterlike {
    background-position: 0 -25px;
    float: left;
    width: 147px;
}

/* offer Page */
#like-box {
    margin: 25px auto;
}

.offerpagecontainer {
    padding: 10px 20px;
}

.offerpagecontainer .tidyPad {
    padding: 0;
    margin-top: 0;
    height: auto;
}

.offerpagecontainer .offer__subtitle {
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
}

.offerpagecontainer .offer__subtitle span {
    font-size: 22px;
    font-family: helvetica, arial, sans-serif;
    font-weight: 100;
    margin-top: 0;
}

.BigTitle h3 {
    margin: 4px 0 15px;
    font-family: helvetica, arial, sans-serif;
}

.BigTitle span {
    font-size: 24px;
    font-weight: 100;
    font-family: helvetica, arial, sans-serif;
}

.videobox {
    background: url("../img/video-shadow.95c5fca0c2be.png") no-repeat bottom center;
    height: 270px !important;
}

.frame {
    width: 380px;
    height: 250px;
    background: #ccc;
    margin: 0 35px;
    text-align: center;
}

#payment-logos {
    list-style: none;
    clear: both;
    padding-top: 8px;
}

#payment-logos li {
    margin: 24px 10px 0 0;
    float: left;
    color: #333;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../img/footer/payment-services.51a603c5b0d3.png") no-repeat top left;
    height: 32px;
    display: block;
}

#payment-logos .paypal {
    background-position: -84px 0;
    width: 55px;
}

#payment-logos .master {
    background-position: -192px 0;
    width: 53px;
}

#payment-logos .visa {
    background-position: -141px -2px;
    width: 49px;
}

#payment-logos .ideal {
    background-position: 0;
    width: 31px;
}

#payment-logos .maestro {
    background-position: -56px 0;
    width: 53px;
}

#payment-logos .giropay {
    background-position: -226px -4px;
    width: 50px;
}

ul#logos {
    margin: 0;
    padding: 0;
    line-height: 0;
    list-style: none;
}

.paymentlogoBW li {
    height: 38px;
    display: inline-block;
    background: url("../../../img/transparentlogosBW.b77b2093dcd3.png") no-repeat;
}

.paymentlogoBW li.paypal {
    width: 75px;
    background-position: -113px 3px;
}

.paymentlogoBW li.master {
    width: 52px;
    background-position: -326px 5px;
}

.paymentlogoBW li.visa {
    width: 56px;
    background-position: 0 2px;
}

.paymentlogoBW li.ideal {
    width: 29px;
    background-position: -194px 2px;
}

.paymentlogoBW li.maestro {
    width: 52px;
    background-position: -56px 4px;
}

.paymentlogoBW li.bancontact {
    width: 49px;
    background-position: -277px 2px;
}

.paymentlogoBW li.giropay {
    width: 47px;
    background-position: -227px 0;
}

.paymentlogoBW li.amex {
    width: 44px;
    background-position: -378px 2px;
}

.paymentlogo li {
    height: 38px;
    display: inline-block;
    background: url("../../../img/transparentlogos.bc9fd629b845.png") no-repeat;
}

.paymentlogo li.ideal {
    width: 31px;
    background-position: 0 0;
}

.paymentlogo li.maestro {
    width: 53px;
    background-position: -31px 0;
}

.paymentlogo li.paypal {
    width: 56px;
    background-position: -84px 0;
}

.paymentlogo li.visa {
    width: 52px;
    background-position: -140px 0;
}

.paymentlogo li.master {
    width: 53px;
    background-position: -192px 0;
}

.paymentlogo li.bancontact {
    width: 45px;
    background-position: -245px 0;
}

.paymentlogo li.giropay {
    width: 57px;
    background-position: -292px 0;
}

.paymentlogo li.amex {
    width: 46px;
    background-position: -350px 0;
}

.paymentlogo li.sofort {
    width: 102px;
    background-position: -397px 0;
}

.paymentlogo li.visa_fr {
    width: 43px;
    background-position: -499px 0;
}

/* visa bleue */
#submit-footerForm {
    cursor: pointer;
    margin: 7px 8px 0 0;
    float: right;
    border: 1px solid;
    color: #975c25;
    display: inline-block;
    height: 35px;
    width: 122px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 #fee27d;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    background-color: #fdbd4c;
    border-color: #d7922d #ad6a0b #ad6a0b;
    background: 0;
    background: 0;
    background: 0;
    background: 0 to(#fdbd4c));
    background: 0;
    background: linear-gradient(top,#fdd661,#fdbd4c);
}

#submit-footerForm:hover {
    background-color: #fcc74f;
    border-color: #d7922d #ad6a0b #ad6a0b;
    background: 0;
    background: 0;
    background: 0;
    background: 0 to(#fcc74f));
    background: 0;
    background: linear-gradient(top,#ffe264,#fcc74f);
}

#contact-form {
    padding-top: 30px;
}

#contact-form li {
    clear: both;
    display: block;
}

#contact-form label {
    color: #464646;
    float: left;
    font-size: 14px;
    width: 25%;
    padding-left: 3%;
    white-space: nowrap;
    min-width: 97px;
}

#contact-form #id_name,#contact-form #id_email {
    color: #666;
    font-size: 16px;
    height: 31px;
    padding-left: 5px;
    padding-right: 5px;
    width: 68%;
    margin: 0 0 10px 3%;
    border: 1px solid #999;
}

#contact-form span {
    color: #A4A49C;
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 0 0;
}

#contact-form #button {
    float: right;
    margin: 0;
    width: 68%;
    margin-right: .6%;
}

#submit-footerForm {
    margin: 7px 0 0 !important;
}

#id_message {
    color: #666;
    font-size: 16px;
    padding: 7px;
    width: 218px;
}

.errorlist li {
    border: 1px dashed #CCC;
    color: red;
    display: block;
    float: right;
    margin: 0;
    padding: 7px;
    position: relative;
    right: 4px;
    text-align: right;
    top: -7px;
    width: 325px;
}

input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,textarea:focus {
    -moz-transition-duration: .5s;
    -moz-transition-property: box-shadow;
    box-shadow: 0 0 4px #73C4F0;
    color: #333;
}

.stedentrip-switcher {
    height: 70px;
    position: relative;
}

#city-list {
    position: absolute !important;
    right: 0 !important;
    top: 30px !important;
    list-style: none outside none !important;
    margin: 0 !important;
}

#city-list li {
    float: left !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

#city-list li a {
    display: block !important;
    height: 28px !important;
    text-indent: -999999px !important;
    width: 70px !important;
    padding: 0 3px;
}

.paris-nav-button a {
    background: url("../img/stedentrip/parijs.21bd82235e04.png") no-repeat scroll 0 0 transparent;
}

.berlin-nav-button a {
    background: url("../img/stedentrip/berlijn-1.b50d1b9b76f3.png") no-repeat scroll 0 0 transparent;
}

.overige-nav-button a {
    background: url("../img/stedentrip/overige-2.66ae6b91ba05.png") no-repeat scroll 0 0 transparent;
}

.paris-nav-button.selected a,.paris-nav-button a:hover,.berlin-nav-button.selected a,.berlin-nav-button a:hover,.overige-nav-button.selected a,.overige-nav-button a:hover {
    background-position: 0 -28px;
}

.stedentrip-switcher .arrow {
    width: 250px;
    right: 0;
    position: absolute;
}

#breadcrumb {
    height: 34px;
    margin: 0 0 20px;
    position: absolute;
    padding: 0 80px 0 0;
    top: 3px;
    background: none !important;
}

#breadcrumb p {
    color: #999;
    font-size: 12px;
    line-height: 32px;
}

#breadcrumb span {
    color: #333;
    font-weight: 700;
}

#breadcrumb a {
    color: #999;
}

#breadcrumb a:hover {
    color: #666;
}

.contentNavigation {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #E3E3E3;
    margin: 12px 0 18px;
    overflow: hidden;
    padding: 0;
}

.contentNavigation li {
    float: left;
    font-family: helvetica,arial,sans-serif;
}

.contentNavigation li a {
    -moz-transition-duration: .2s;
    -moz-transition-property: background-color;
    -moz-transition-timing-function: ease-in;
    color: #333;
    display: block;
    font-size: 12px;
    padding: 11px 21px;
    text-align: center;
    text-decoration: none;
}

.contentNavigation li a:hover {
    background: none repeat scroll 0 0 #EBEBEB;
    color: #333;
    font-weight: 400;
}

.contentButton {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4) inset, 0 1px #FFFFFF, 0 0 0 1px #FFF inset;
    color: #999;
    display: block;
    font-size: 12px !important;
    font-weight: 700;
    margin-right: 10px;
    padding: 10px;
    text-align: right;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #FFF;
}

.contentButton:hover {
    border: 1px solid rgba(0,0,0,0.4);
    color: #000;
}

.category_sidedeals .sidedeal {
    background: none repeat scroll 0 0 #FFF;
    border: 0 none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    display: block;
    height: 118px;
    line-height: 0;
    margin: 0 0 12px;
    padding: 0;
    text-decoration: none;
    width: 470px;
}

#sidedeals.category_sidedeals ul li img {
    height: 108px;
    padding: 5px;
    width: 108px;
}

#sidedeals.category_sidedeals ul li .sd_title {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 4px 0 0 4px;
}

.sd_image {
    float: left;
    height: 118px;
    width: 118px;
}

.sd_content {
    float: right;
    height: 118px;
    width: 348px;
}

.sd_left {
    float: left;
    height: auto !important;
    margin: 0;
    width: auto !important;
}

.sd_right {
    float: right;
    height: auto !important;
    margin: 12px 6px 6px;
}

.category_sidedeals .sidedeal {
    width: 98% !important;
}

#sidedeals.category_sidedeals ul li .sd_prices {
    display: block;
    line-height: normal;
    overflow: hidden;
}

#sidedeals.category_sidedeals ul li .sd_prices span {
    color: #333;
    display: block;
    float: left;
    margin: 0 0 0 11px;
    text-align: center;
    font-size: 10px;
}

.deal strong {
    background: none repeat scroll 0 0 #FFF;
    color: #333;
    display: block;
    font-size: 15px;
    margin: 0 5px 5px;
}

.deal:first-child strong {
    margin: 0;
}

.deal:last-child strong {
    font-weight: 400;
}

#sidedeals.category_sidedeals ul li .sd_cta,#sidedeals.offer_sidedeals ul li .sd_cta {
    -moz-transition: all .3s ease 0;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    height: 21px;
    line-height: normal;
    padding: 6px 0;
    text-align: center;
    width: 116px;
}

#sidedeals.category_sidedeals ul li .sd_cta {
    background: none repeat scroll 0 0 #4692C4;
    color: #FFF;
    display: block;
}

#sidedeals.offer_sidedeals ul li a {
    float: right;
}

#sidedeals.offer_sidedeals ul li a .sd_cta {
    display: inline-block;
    margin: 0;
}

#sidedeals.category_sidedeals ul li a,#sidedeals.offer_sidedeals ul li a {
    text-decoration: none;
}

#sidedeals.category_sidedeals ul li a:hover .sd_cta,#sidedeals.category_sidedeals ul li a:focus .sd_cta {
    background: none repeat scroll 0 0 #606060;
    color: #FFF;
    display: block;
}

.offer_sidedeals {
    text-align: center;
    margin: 30px auto 0;
}

.offer_sidedeals h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.offer_sidedeals ul li.sidedeal {
    width: 320px;
    float: left;
    margin-right: 1%;
    background-color: #fff;
}

.offer_sidedeals ul li.sidedeal:last-of-type {
    margin-right: 0;
}

.offer_sidedeals ul li.sidedeal a.image {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.offer_sidedeals ul li.sidedeal a.image img {
    width: 320px;
    height: 210px;
    display: block;
}

.offer_sidedeals ul li.sidedeal p {
    text-align: left;
    padding: 8px 10px;
    width: 300px;
    overflow: hidden;
}

.offer_sidedeals ul li.sidedeal p .sd_title {
    display: block;
    margin-bottom: 10px;
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.offer_sidedeals ul li.sidedeal p .sd_prices {
    float: left;
}

.offer_sidedeals ul li.sidedeal p .sd_prices .rrp {
    display: none;
}

.offer_sidedeals ul li.sidedeal p .sd_prices span {
    display: inline-block;
    font-size: 11px;
    margin-right: 8px;
}

.offer_sidedeals ul li.sidedeal p .sd_prices span:first-of-type {
    margin-right: 0;
}

.offer_sidedeals ul li.sidedeal p .sd_prices strong {
    display: block;
    font-size: 15px;
}

.offer_sidedeals ul li.sidedeal a.button {
    display: inline-block;
    margin-top: 5px;
}

.offer_sidedeals ul li.sidedeal p .sd_prices .currentprice strong {
    font-weight: 700;
}

.offer_sidedeals ul li.sidedeal p .sd_prices .discount strong {
    font-weight: 400;
}

#sidedeals.offer_sidedeals ul li .sd_cta {
    height: auto;
}

.column-list li {
    color: #999;
    font-size: 12px;
    line-height: 1em;
    list-style-image: url("../img/arrow.93253e1f3863.png");
    margin: 3px 0 0 22px;
}

h3.newsletter-maintitle {
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
}

span.newsletter-subtitle {
    color: #666;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px !important;
    line-height: 14px;
    margin: 0 0 20px;
    text-align: center;
}

span.newsletter-subtitle a {
    font-weight: 700;
    font-size: 14px !important;
}

#newsletter-home-holder {
    background: url("../img/body.d4000e73e90d.jpg") repeat-x scroll center center transparent;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 4px 4px 4px 4px;
    clear: both;
    font-size: .813em;
    margin: 0 auto 50px;
    overflow: hidden;
    padding: 20px 0 25px;
}

#newsletter-home-form-holder {
    margin: 0 auto;
    overflow: hidden;
    padding: 3px;
    width: 500px;
}

#email-error-message,#id-email-error-message {
    color: #F22;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 7px;
    margin-left: 50px;
}

.alert-clent {
    color: #999;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-top: 5px;
}

.alert-validation {
    color: #999;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding-top: 5px;
}

/*.required.name, .required.email, .required.note, #newsletter-home-term { background: -moz-linear-gradient(#FBFBFA, #FBFBFA) repeat scroll 0 0 #FBFBFA; border: 1px solid #CBC9C5; border-radius: 4px 4px 4px 4px; color: #999999; font-family: museo-sans-rounded,"Helvetica Neue",Verdana,sans-serif; font-size: 1em; font-weight: 300; line-height: 1.375em; outline: medium none; padding: 0.688em; }*/
#newsletter-home-form-holder #newsletter-home-term {
    float: left;
    font-size: 18px !important;
    height: 48px !important;
    margin: 2px 4px 0 50px !important;
    padding: 10px 10px 10px 7px;
    width: 269px !important;
}

#newsletter-home-term:hover {
    background: none repeat scroll 0 0 #FFF;
    border-color: #999;
}

.helperBoxes {
    padding: 30px 10px 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-bottom: 30px;
    background: url("../img/body.d4000e73e90d.jpg") repeat scroll center center transparent;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 4px 4px 4px 4px;
}

.helperBoxes p {
    padding: 0 20px 0 100px;
    float: left;
    text-align: justify;
    height: 100px;
    font-size: 12px;
    color: #999;
}

.helperBoxes p.rightCol {
    margin-right: 0;
}

.helperBoxes p {
    background-repeat: no-repeat;
    background-position: 10px top;
}

.helperBoxes p#birdHouse {
    background-image: url("../img/seo_icons/bird_house.9591213c497d.png");
}

.helperBoxes p#bedRoom {
    background-image: url("../img/seo_icons/bedroom.8c18a9aa60bd.png");
}

.helperBoxes p#funPark {
    background-image: url("../img/seo_icons/fun_park.cc338c9aa9b4.png");
}

.helperBoxes p#berlin {
    background-image: url("../img/seo_icons/berlin.6087b064db89.png");
}

.helperBoxes p#car {
    background-image: url("../img/seo_icons/car.787fd013648a.png");
}

.helperBoxes p#eiffel {
    background-image: url("../img/seo_icons/eiffel.be9431d403c0.png");
}

.helperBoxes p#wellness {
    background-image: url("../img/seo_icons/wellness.ba9941883881.png");
}

.helperBoxes p#beach {
    background-image: url("../img/seo_icons/beach.71ffcb6b2398.png");
}

.helperBoxes p#stedentrip {
    background-image: url("../img/seo_icons/stedentrip.461fae672bba.png");
}

.helperBoxes p a {
    color: inherit;
}

/* hacking of hacks*/
.container_12 {
    min-width: 100%;
}

.ei-slider {
    margin: 20px 0 0 !important;
    width: auto !important;
    width: 100%;
    padding-bottom: 30px !important;
}

.ei-slider-large {
    width: auto !important;
    width: 100% !important;
    margin: 0 0 20px;
}

.ei-slider-large li {
    left: 0 !important;
    width: 105% !important;
    margin-left: -30px;
}

.ei-slider-large li img {
    margin-left: 0 !important;
    width: 100% !important;
}

.ei-title h3 {
    line-height: 1.5em !important;
}

.ei-slider-thumbs {
    z-index: 999;
}

.container_12 {
    position: relative;
}

.container_12 div {
    clear: none !important;
}

.container_12 div#bus {
    clear: both !important;
}

.container_12 .ei-title {
    right: 47% !important;
}

.container_12 .content-city p a {
    font-size: 14px;
}

.container_12 .content-city p {
    font-size: 14px;
}

.container_12 .content-city p b {
    font-weight: 700;
}

.container_12 .content-city ul li {
    font-size: 12px;
}

.container_12 .content-city ul li a {
    font-size: 12px;
}

.container_12 .content-city ul li p {
    font-size: 12px;
}

.container_12 .content-city {
    padding-top: 15px;
}

.container_12 ol li a {
    font-size: 14px !important;
}

.box-shadow {
    background-image: none !important;
}

.heading h1 {
    padding-top: 0 !important;
    color: #aaa !important;
    font-size: 2em !important;
    line-height: 44px !important;
    padding: 0 !important;
    margin-top: 13px !important;
}

.heading.header-fix a {
}

.piltje {
    position: absolute;
    right: 54px;
    margin: 0;
    display: none;
}

#city-list {
    top: 0 !important;
    z-index: 10;
}

#city-list li:last-child a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container_12 {
}

.contains-aside .container_12 {
    margin-top: 0 !important;
}

.container_12 .container_12 {
    padding-top: 0;
}

.heading h1 {
    background-color: transparent !important;
}

.inContentText {
    font-size: 17px;
    padding: 0 0 30px;
    margin: 0;
    color: #5b5b5b;
    text-align: justify;
}

#breadcrumb {
    position: relative;
}

.custom-page {
    margin-top: 0 !important;
    max-width: 940px !important;
    float: right !important;
}

.timer_span {
    padding-right: 5px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation {
    margin-bottom: 0 !important;
}

.content-city {
    clear: both !important;
}

/*margins*/
.topmar10 {
    margin-top: 10px !important;
}

.topmar20 {
    margin-top: 20px;
}

.topmar30 {
    margin-top: 30px;
}

.topmar40 {
    margin-top: 40px;
}

.topmar70 {
    margin-top: 70px;
}

.topmar70 {
    margin-top: 70px !important;
}

/* Localized */
.onlyPrint {
    display: none;
}

a.no_decoration,a.no_decoration:hover,a.no_decoration:visited {
    text-decoration: inherit;
    color: inherit;
}

/* custom pages */
.tbe_content {
    color: #686868;
    padding: 60px 50px;
}

.tbe_category .tbe_row {
    margin-bottom: 30px;
    overflow: hidden;
}

.tbe_category p {
    color: inherit;
}

.tbe_category p.tbe_desc {
    float: left;
    font-size: 15px;
    line-height: 1.5em;
    text-align: justify;
    width: 370px;
}

.tbe_category .tbe_arrow {
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 40px;
}

.tbe_category a {
    color: #64B8DB;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    text-shadow: none;
}

.tbe_category .tbe_button {
    background-color: #68403F;
    border-radius: 2px;
    float: left;
    margin-top: 45px;
    padding: 8px 15px;
}

.tbe_category .tbe_button a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.tbe_category.custom-page2 {
    padding: 0;
}

#login-page p {
    margin-bottom: 1.5em;
}

p.strong {
    font-weight: 700;
}

.wintersportweek {
    text-align: center;
    margin-bottom: 30px;
}

.wintersportweek a {
    display: inline-block;
    margin: 0 auto;
}

.responsiveImg {
    width: 100%;
}


/* NEWSLETTER SIGNUP */
.modal .content {
    min-width: 500px;
}


/* end subscribe popup */
#userMessages article {
    margin-bottom: 25px;
    border: 1px solid #EDEDE8;
    box-shadow: 0 1px 0 0 #EDEDE8;
}

#userMessages article p {
    padding: 10px 20px;
    display: block;
    font-size: 15px;
}

#userMessages article.success p {
    background-color: #FFF;
    color: #6BA460;
    text-align: center;
    font-weight: 700;
}

.modal_close {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    right: -17px;
    top: -17px;
    text-indent: -1000px;
    background: url("../img/close-button.0043c639690e.png") no-repeat left top;
}

form div.inFieldLabelContainer {
    position: relative;
}

form#signupform div.inFieldLabelContainer label {
    left: 10px;
    top: 15px;
    font-size: 15px;
    cursor: text;
}

.boldText {
    font-size: 1em;
    padding-bottom: 20px;
    text-align: justify;
}

/* STYLE FOR BOTTOM OF STEP $ IN SALESFLOW  */
.conditions .important-note {
    font-weight: 700;
}

.conditions .important-note .title {
    color: #dd6200;
}

.conditions ul {
    list-style: square inside none;
}

.conditions.box li {
    font-size: 12px;
    padding: 0;
}

/* Some general styles */
.mb30 {
    margin-bottom: 30px;
}

.needHelp {
    font-family: OpenSans-Bold, sans-serif;
    color: #000;
    padding-top: 0 !important;
}

.needHelp .contact-phone {
    background: url("../../../img/phone.f1d29f68c22a.png") no-repeat center left;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 30px;
}

.contact-phone a {
    font-size: 16px;
    cursor: default;
}

.needHelp.be .contact-phone:after {
    background: url("../../../img/belgium-flag.d6102ac43f64.png") no-repeat center right;
    content: ' ';
    display: inline-block;
    height: 11px;
    width: 24px;
}

.needHelp.bq .contact-phone:after {
    background: url("../img/flags/c-flags.abcf440086e7.png") no-repeat 7px -62px;
    content: ' ';
    display: inline-block;
    height: 13px;
    width: 31px;
}

.needHelp .need-help-text,.needHelp .contact-time {
    font-size: 11px;
    line-height: 15px;
    padding: 0 30px;
}

.form-field-fault {
    border: 1px solid #FF6347 !important;
}

.form-field-fault:focus {
    border: inherit;
}

.form-field-valid {
    border: 1px solid #A5C32A !important;
}

/* links between be and be-fr */
div.toolbar {
    text-align: right;
    margin-top: -5px;
}

a.be-bq-switch {
    text-decoration: none;
    background: url("../../../img/arrow-grey.641d5cda7eb3.png") no-repeat 0 15px;
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 15px;
    text-decoration: underline;
    display: block;
}

a.be-bq-link {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 25px;
    background: url("../../../img/arrow-grey.641d5cda7eb3.png") no-repeat 0;
    padding-left: 10px;
    color: #646464;
    font-size: 13px;
}

a.be-bq-link strong {
    text-decoration: underline;
}

a.more-offers-button {
    display: block;
    clear: both;
    margin: 35px 23px;
/*background: transparent;*/
    background: url("../img/arrow-more.1c8206b43f3f.png") 97% center no-repeat transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0;
    height: 55px;
    text-decoration: none;
}

a.more-offers-button span.lighter {
    font-size: 18px;
}

a.more-offers-button:hover {
    background-color: #FFF4D9;
    border: 1px solid #F1E6CA;
}

/*TRUST TOP BANNER*/
.trust {
    display: none !important;
    position: relative;
    background: #389966;
    height: 40px;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial;
    margin: -10px 0 20px;
    border-radius: 8px 4px 4px 8px;
}

.trust .arrow {
    position: absolute;
    left: 0;
    background: #cfef9e;
    width: 20%;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.trust .arrow::after {
    position: absolute;
    content: "";
    width: 29px;
    height: 28px;
    right: -14px;
    top: 6px;
    background: #cfef9e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    zoom: 1;
    z-index: 180;
}

.trust .arrow span {
    display: inline-block;
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: 700;
    line-height: 2.5em;
    text-align: center;
    font-size: 16px;
    z-index: 200;
    color: #272B31;
}

.trust ul {
    text-align: center;
    width: 73%;
    height: 100%;
    margin-left: 27%;
}

.trust li {
    float: left;
    width: 33.33333%;
    color: #fff;
}

.trust li span {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.trust li img {
    width: 94px;
    margin: 12px 0 -1px 6px;
    display: inline-block;
}

.trust p,.trust a {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    text-align: left;
    background: url(../../../../assets/img/ticker.png) no-repeat left center;
    padding-left: 25px;
    text-decoration: none;
    display: block;
}

/*T H E M E  O F F E R S*/
#extra-offers {
    overflow: hidden;
}

#extra-offers h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    margin: .5em 5% 0;
    word-wrap: break-word;
}

#extra-offers .descriptions {
    font-size: 13px;
    margin: 1em 5%;
    font-weight: 400;
    height: 7em;
    color: #666;
}

#extra-offers .bolders {
    color: #666;
    float: left;
    font-size: 12px !important;
    margin: 5% 0 5% 5%;
}

#extra-offers .bolders span {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

#extra-offers {
    padding: 1px;
}
.search-toggle {
    border: none!important;
}
#extra-offers .descriptions {
  font-size: 15px;
  overflow: scroll;
  position: relative;
  margin: 1em 5% 0;
  font-weight: 400;
  height: 8em;
  color: #666;
  font-family: helvetica, arial, sans-serif;
  font-weight: 200;
}

#extra-offers li {
  position: relative;
}

#extra-offers li:after {
  content: '';
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: 360px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}


#extra-offers li {
    box-shadow: 0px 1px 1px rgba(65, 65, 65, 0.4)!important;
}

#extra-offers li .descriptions {
    display: block;
}

#sidedeals.offer_sidedeals ul li .sd_cta,a.button.yellow {
    padding: 15px 20px;
    margin-top: 5px;
}

.contact-phone a {
    cursor: inherit;
}

/*THEMAS HOVER EFFECTS*/
.category-all-cities li img {
    margin: 1px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.44),0 0 0 0 rgba(0,0,0,.08);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .0;
    -moz-transition-property: border;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .0;
    -o-transition-property: border;
    -o-transition-timing-function: ease-in;
    transition-duration: .0;
    transition-property: border;
    transition-timing-function: ease-in;
}

.category-all-cities li img:hover {
    margin: 1px;
    border: 5px solid #2987C2;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .0;
    -moz-transition-property: border-color;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .0;
    -o-transition-property: border-color;
    -o-transition-timing-function: ease-in;
    transition-duration: .0;
    transition-property: border-color;
    transition-timing-function: ease-in;
}

/*DE TRUST LOGOS*/
.de-trust-fb,.de-trust-ssl {
    position: absolute;
}

/*Cities icons*/
.offer-country ul.countries {
     margin: 40px 0;
     display: inline-block;
}

.offer-country ul.countries li {
     float: left;
     text-decoration: underline;
    margin: 0 10px;
    font-weight: 700;
     font-family: Helvetica;
    font-size: 14px;
}

.offer-country ul.countries:first-child {
     margin-left: 0;
}

.offer-country ul.countries:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.offer-country .center {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.offer-country ul.countries li img {
    width: 155px;
    height: 86px;
    display: block;
    margin: 0 0 12px;
}

.offer-country ul.countries li:hover a {
     color: #d76b10;
}

.offer-country {
     margin-top: 20px;
}

.lighter {
    font-weight: lighter;
}

/*Notification box*/
#notification_box {
    display: block;
}

#notification_box p {
    padding: 14px 0;
    position: relative;
    width: 300px;
    border-radius: 0 0 15px 17px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px !important;
    color: #fff;
}

#notification_box p.warning {
    background: #39A8FD;
}

#notification_box p.success {
    background: #3CA683;
}

/* Overlay */
.error-holder {
    height: auto;
    position: inherit;
}

#subscribe_lean_overlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#email-error-message-overlay {
    color: red;
    display: none;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 12px;
}

#overlay-footer {
    padding: 0;
}

.newsletter-callout {
    color: #999;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 20px;
    text-align: center;
}

.overlay-holder {
    background: #F9F4F4;
    border-radius: 15px;
    min-width: 590px;
    overflow: hidden;
}

.overlay-holder input {
    border: 1px solid rgba(0,0,0,0.17);
}

.overlay-intro {
    text-align: center;
}

.overlay-intro img {
    margin: 0 0 5px;
}

.overlay-intro p {
    color: #928C8C;
    font-size: 16px;
    margin: 0 0 25px;
}

.overlay-close {
    position: absolute;
    right: -10px;
    top: -10px;
}

.overlay-already-a-member {
    display: block;
    color: #999;
    position: absolute;
    top: 14px;
    right: 0;
    width: 172px !important;
}

.overlay-already-a-member span {
    color: #999;
}

.overlay-known {
    padding: 0 0 30px;
}

.modal {
    border-radius: 15px;
}

.modal_close {
    width: auto;
    text-indent: 0;
    background: none;
}

#header .headcountdown {
    color: #e12000;
    text-align: right;
    width: 170px;
    line-height: 35px;
    float: right;
    padding: 0 20px;
    margin: 0 20px 0 30px;
    display: none;
    background: #fff url("../img/clockicon.eb85ed696ad5.png") no-repeat 12px center;
    position: absolute;
    top: 95px;
    right: 30px;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 6px 3px -4px rgba(0,0,0,.1);
    box-shadow: 0 6px 3px -4px rgba(0,0,0,.1);
}

/* H O M E P A G E   B A N N E R   S L I D E R S */
.homethemaslider li {
    width: 214px;
    background: url("../img/theme-thumb-holder.9d21771cc715.png");
    height: 268px;
}

.thema-slider {
    width: 900px;
    margin: 50px auto;
}

.thema-slider .bx-prev {
    margin: -150px 0 0 -40px;
}

.thema-slider .bx-next {
    margin: -150px -40px 0 0;
}

.thema-image img {
    width: 90%;
}

.themashome .bx-wrapper {
    position: relative;
    margin: 0 17px 60px;
    padding: 0;
    zoom: 1;
}

.themashome .bx-wrapper img {
    display: block;
    margin: 20px 22px;
}

.themaslider {
    margin-left: 40px !important;
}

/*THEMAS FOR HOMEPAGE*/
.themashome h3 {
    color: #333;
    font-family: Helvetica, Verdana, Arial;
    font-size: 30px;
    padding: 30px 0 20px;
}

.themashome p,.themashome span {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.themashome a {
    font-size: 16px;
    line-height: 24px;
    color: #d76b10;
}

.themashome .bx-wrapper .bx-viewport {
    left: -5px;
    background: #fff;
}

.themashome .bx-wrapper .bx-pager,.themashome .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.themashome .bx-wrapper .bx-prev,.themashome .bx-wrapper .bx-next {
    width: 30px;
    height: 35px;
    color: transparent !important;
}

.themashome .bx-wrapper .bx-prev {
    float: left;
    left: -60px;
    background: url("../img/nav.5527c08cc0df.png") no-repeat 0 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.themashome .bx-wrapper .bx-next {
    float: right;
    right: -40px;
    background: url("../img/nav.5527c08cc0df.png") no-repeat 4px -45px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.themashome .bx-wrapper .bx-prev:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.themashome .bx-wrapper .bx-next:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

/* IMAGE CAPTIONS */
.themashome .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80,80,80,0.75);
    width: 100%;
}

.themashome .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.themashome .bx-wrapper {
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}

.bxslider li {
    background-image: url(https://media.travelbird.nl/media/uploads/images/shadow_1.png) no-repeat;
    background-position: center bottom;
    padding: 0 0 19px;
}

/* NEWSLETTER */
ol.show-alert-email {
    margin-left: 75px;
}

ol.show-alert-email li {
    list-style-type: decimal;
}

/* I P A D  Special */
@media only screen and device-width 768px {
    #main-content .offerpagecontainer {
        padding: 18px 28px;
    }

    #header-navigation {
        display: none;
    }

    #header .logoBox {
        margin: 0;
    }

    .needHelp {
        position: absolute;
        left: 0;
        top: 0;
    }

    .offerpagecontainer .offer__subtitle {
        font-family: 'Open Sans',sans-serif;
        font-size: 16px !important;
        font-weight: 400;
    }

    .offerpagecontainer .offer__subtitle span {
        font-family: 'Open Sans',sans-serif;
        font-size: 16px !important;
        font-weight: 700;
    }

    .offerpagecontainer h1 {
        padding-bottom: 20px !important;
    }

    .tidyPad {
        margin-right: 0;
    }

    .offer__subtitle {
        margin-top: -9px !important;
    }

    .block.buy_button {
        font-size: 0;
    }

    #oldDeal h4 {
        font-size: 14px;
        text-align: justify;
    }

    #oldDeal .includedText {
        width: 48%;
    }

    #oldDeal .featuresList ul {
        padding-left: 7px !important;
    }

    .prices {
        width: 80%;
    }

    .prices p.oldprice span,.prices p.currentprice span,.prices p.percentage span {
        font-size: 18px;
    }

    .prices p {
        font-size: 18px;
    }

    header {
        width: 100%;
    }

    .thema-slider .bx-window {
        width: 95.5% !important;
        margin-left: ;
    }

    .marginbox35 {
        margin: 15px;
    }

    .extrabanner img {
        margin: 8px 0 0;
    }

    .btn.team {
        margin: 60px 0 0;
    }

    .home-team ul li {
        width: 12.22% !important;
    }

    .contact-time {
        display: inherit;
    }

    .partners img {
        margin-top: 10px;
        max-width: 350px;
    }

    .logoBox {
        width: 230px;
    }

    .tidyPad {
        min-height: 75px;
    }

    #slidingInfo {
        display: none !important;
    }

}

@media only screen and min-device-width 481px and max-device-width 768px and orientationportrait {
    #header .needHelp {
        left: 220px;
        top: 30px;
    }

    #header .logoBox {
        margin-top: -10px;
    }

    .booking-count {
        position: absolute;
        left: 205px;
        top: 310px;
    }

    .offerpagecontainer .tidyPad {
        min-height: 142px;
    }

    #mainOfferInfo {
        margin-bottom: 10px;
    }

    #main-content .facebook-like-button-box {
        top: 330px;
        left: 28px;
        position: absolute;
    }

    #contact-form textarea {
        width: 64%;
    }

    #slidingInfo {
        display: none;
    }

}

@media only screen and min-device-width 481px and max-device-width 1024px and orientationlandscape {
    #header .needHelp {
        left: 230px;
        top: 0;
    }

}

/*RESPONSIVE*/
@media max-width 320px {
    .prices p {
        font-size: 18px;
    }

    .nl.newhead #main-container.content-container {
        padding-top: 0 !important;
    }

    .nl.newhead .no_decoration {
        width: 100%;
    }

    .nl.newhead #top-header {
        display: block !important;
    }

    .nl.newhead #header {
        border-bottom: 0 solid #E6E9ED !important;
    }

    .nl.newhead #header .wrapper {
        min-width: 0;
    }

    .nl.newhead #searchbar {
        display: none;
    }

    .nl.newhead #top-header,.nl.newhead #header .wrapper {
        position: absolute;
    }

    .nl.newhead .s-button {
        display: none;
    }

    .nl.newhead #header .hidden-desktop .needHelp.nl {
        text-align: center;
    }

    .nl.newhead .needHelp .contact-phone {
        margin-top: -2px;
        margin-left: 19px;
        padding: 0 30px;
    }

    .nl.newhead #header .logoBox img {
        float: none !important;
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .nl.newhead #header .logoBox {
        margin-top: 0;
        float: none;
        width: inherit;
    }

    .nl.newhead .footerblock {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .nl.newhead .footerblock .social_link {
        float: none;
        width: 92%;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
    }

    .nl.newhead .footer-middle {
        padding-top: 0;
    }

    .nl.newhead .footerclear {
        height: 0;
    }

    .nl.newhead .copyrights li strong {
        margin-right: 53px !important;
        padding: 10px;
    }

    .nl.newhead .copyrights {
        padding: 5px;
    }

}

@media max-width 480px {
    .nl.newhead .no_decoration {
        display: block;
        overflow: hidden;
    }

    .nl.newhead #header .logoBox,.nl.newhead .no_decoration {
        width: 100%;
    }

    .nl.newhead #top-header,.nl.newhead #header .wrapper {
        position: absolute;
    }

    .nl.newhead #header .logoBox {
        margin: 0;
    }

    .nl.newhead #header .wrapper {
        min-width: 0;
    }

    .nl.newhead .wrapper #searchbar {
        display: none;
    }

    .nl.newhead #top-header {
        display: block !important;
    }

    .nl.newhead #header .hidden-desktop .needHelp.nl {
        text-align: center;
    }

    .nl.newhead #header {
        border-bottom: 0 solid #E6E9ED !important;
    }

    .nl.newhead #header .logoBox img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .nl.newhead .needHelp .contact-phone {
        margin-top: -2px;
        margin-left: 19px;
        padding: 0 30px;
    }

    .nl.newhead .footerblock {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .nl.newhead .home-help span {
        max-width: none;
    }

    .nl.newhead .footerblock.alignright {
        text-align: center;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
    }

    .nl.newhead .social_link {
        margin: 0 auto;
        float: none;
    }

    .nl.newhead #newsletter-registration-form {
        display: block;
    }

    .nl.newhead .footerclear {
        height: 0;
    }

    .participant-name {
        width: 60%;
    }

}

@media max-width 800px {
    .prices p {
        font-size: 18px;
    }

    #header-navigation {
        display: none;
    }

    .nl.newhead #header .needHelp {
        margin-left: 57px;
    }

    .nl.newhead #simple-navigation.visible-phone {
        display: block !important;
        padding-top: 100px;
        background-color: #fff;
    }

    .nl.newhead #main-container.content-container {
        padding-top: 60px !important;
        background-color: #fff;
    }

    .nl.newhead .no_decoration {
        width: 100%;
    }

    .nl.newhead #top-header {
        display: block !important;
    }

    .nl.newhead #header {
        border-bottom: 0 solid #E6E9ED !important;
        padding-bottom: 25px;
    }

    .nl.newhead #header .wrapper {
        min-width: 0;
    }

    .nl.newhead #searchbar {
        display: none;
    }

    .nl.newhead #top-header,.nl.newhead #header .wrapper {
        position: absolute;
    }

    .nl.newhead .s-button {
        display: none;
    }

    .nl.newhead #header .hidden-desktop .needHelp.nl {
        text-align: center;
        left: 230px;
    }

    .nl.newhead header {
        position: absolute;
    }

    .nl.newhead .needHelp .contact-phone {
        margin-top: 37px;
        margin-left: 19px;
        padding: 0 30px;
        float: none;
    }

    .nl.newhead #header .logoBox img {
        float: none !important;
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .nl.newhead #header .logoBox {
        margin-top: 0;
        float: none;
        width: inherit;
    }

    .nl.newhead #simple-navigation select {
        width: 90%;
        height: 40px;
        -webkit-appearance: none;
        background: #ecf0f1 url("../../../img/arrowdown.13af38932af1.png") no-repeat 96% center;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(0,0,0,0.2);
        background-size: 5% 15%;
        outline: none;
        height: 50px;
        text-indent: 3%;
    }

    .nl.newhead .footerclear {
        height: 0;
    }

    .nl.newhead .footerblock {
        padding: 0;
    }

    .nl.newhead .footerblock.alignright {
        margin-top: 5px;
    }

    .nl.newhead .social_link {
        margin: 0 auto;
        float: none;
    }

    .nl.newhead .footerblock {
        width: 100%;
        margin-bottom: 20px;
    }

    .nl.newhead #newsletter-registration-form {
        display: block;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
        display: block !important;
        float: left !important;
        width: 43% !important;
        font-size: 11px;
        margin: 0 10px;
        color: #3D3D3D;
    }

    [class^=birdy-] {
        display: none;
    }

    .nl.newhead .copyrights li:last-child {
        width: 100% !important;
        text-align: center;
        padding: 10px;
    }

    .nl.newhead .copyrights li strong {
        margin-right: 93px;
    }

    .participant-name {
        width: 100%;
    }

}

@media max-width 600px {
    .nl.newhead .no_decoration {
        display: block;
        overflow: hidden;
    }

    .nl.newhead #header .logoBox,.nl.newhead .no_decoration {
        width: 100%;
    }

    .nl.newhead #top-header,.nl.newhead #header .wrapper {
        position: absolute;
    }

    .nl.newhead #header .logoBox {
        margin: 0;
    }

    .nl.newhead #header .wrapper {
        min-width: 0;
    }

    .nl.newhead .wrapper #searchbar {
        display: none;
    }

    .nl.newhead #top-header {
        display: block !important;
    }

    .nl.newhead #header .hidden-desktop .needHelp.nl {
        text-align: center;
    }

    .nl.newhead #header {
        border-bottom: 0 solid #E6E9ED !important;
    }

    .nl.newhead #simple-navigation.visible-phone {
        padding-top: 100px;
    }

    .nl.newhead #header .logoBox img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .nl.newhead .needHelp .contact-phone {
        margin-top: -2px;
        margin-left: 19px;
        padding: 0 30px;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
    }

    .nl.newhead .footerclear {
        height: 0;
    }

    .nl.newhead .footerblock {
        padding: 0;
    }

    .nl.newhead .footerblock.alignright {
        margin-top: 5px;
    }

    .nl.newhead .social_link {
        margin: 0 auto;
        float: none;
    }

    .nl.newhead .footerblock {
        width: 100%;
        margin-bottom: 20px;
    }

    .nl.newhead #newsletter-registration-form {
        display: block;
    }

    .participant-name {
        width: 100%;
    }

}

@media max-width 768px {
    .needHelp .contact-phone,.needHelp .contact-time {
        float: none;
    }

    .nl.newhead .no_decoration {
        display: block;
        overflow: hidden;
    }

    .nl.newhead #header .logoBox,.nl.newhead .no_decoration {
        width: 100%;
    }

    .nl.newhead #top-header,.nl.newhead #header .wrapper {
        position: absolute;
    }

    .nl.newhead #header .logoBox {
        margin: 0;
    }

    .nl.newhead #header .wrapper {
        min-width: 0;
    }

    .nl.newhead .wrapper #searchbar {
        display: none;
    }

    .nl.newhead #top-header {
        display: block !important;
        width: 100%;
    }

    .nl.newhead #header .hidden-desktop .needHelp.nl {
        text-align: center;
        position: relative;
        background: #fff;
        left: 0;
    }

    .nl.newhead #header {
        border-bottom: 0 solid #E6E9ED !important;
    }

    .nl.newhead header {
        position: absolute;
    }

    .nl.newhead .marginbox25 {
        margin: 0 15px;
    }

    .nl.newhead #main-container.content-container {
        padding-top: 60px !important;
        background-color: #fff;
    }

    .nl.newhead #header .logoBox img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }

    .nl.newhead .needHelp .contact-phone {
        margin-top: -2px;
        margin-left: 19px;
        padding: 0 30px;
    }

    .nl.newhead #header .needHelp {
        margin: 50px 0 0 !important;
        width: 100%;
    }

    .visible-phone {
        display: block !important;
    }

    #header-navigation {
        display: none;
    }

    .nl.newhead #simple-navigation select {
        width: 90%;
        height: 40px;
        -webkit-appearance: none;
        background: #ecf0f1 url("../../../img/arrowdown.13af38932af1.png") no-repeat 96% center;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(0,0,0,0.2);
        background-size: 5% 15%;
        outline: none;
        height: 50px;
        text-indent: 3%;
    }

    .nl.newhead #simple-navigation {
        padding-top: 0;
        margin-top: 0;
        position: relative;
        background-color: #fff;
        margin-bottom: 0;
    }

    body {
        background-color: #fff;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
        display: block !important;
        float: left !important;
        width: 43% !important;
        font-size: 11px;
        margin: 0 10px;
        color: #3D3D3D;
    }

    [class^=birdy-] {
        display: none;
    }

    .footer-middle {
        background-color: #e8f4f7;
    }

    .nl.newhead .copyrights li:last-child {
        width: 100% !important;
        text-align: center !important;
        padding: 10px;
    }

    .nl.newhead .copyrights li strong {
        margin-right: 93px;
    }

    .participant-name {
        width: 100%;
    }

}

@media max-width 700px {
    .trust-de {
        display: none;
    }

    #simple-bottom {
        margin-top: 10px;
    }

    #simple-navigation {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    #extra-offers .descriptions {
        display: none;
    }

    .intro {
        display: none;
    }

    .be-bq-switch {
        display: none !important;
    }

    #main-container {
        padding-top: 0 !important;
    }

    #main-container {
        padding-top: 0 !important;
    }

}

@media max-width 1024px {
    .needHelp {
        position: absolute;
        left: -10px;
        top: -20px;
    }

    .contact-time {
        display: none;
    }

    .offerlittlebox .fb {
        display: none !important;
    }

}

@media only screen and max-device-width 639px {
    .nl #search,.nl #autocompleteSearchWrapper {
        display: none;
    }

}

@media max-width 568px {
    .nl.newhead .footerblock.alignright {
        text-align: center;
    }

    .nl.newhead .copyrights li {
        text-align: center !important;
    }

    .nl.newhead .social_link {
        margin: 0 auto;
        float: none;
    }

    .nl.newhead #newsletter-registration-form {
        display: block;
    }

    .nl.newhead .home-help span {
        max-width: none;
    }

    .nl.newhead .footerblock {
        width: 100%;
        margin-bottom: 20px;
    }

    .nl.newhead .footerclear {
        height: 0;
    }

}

@media screen and max-width 1200px {
    .needHelp {
        position: absolute;
        left: -10px;
        top: -20px;
    }

    .contact-time {
        display: none;
    }

}

@media screen and max-width 1024px {
    /*g e n e r a l*/
    .row-fluid .span4 {
        width: 50%;
    }

    .grid-900 {
        width: auto;
    }

    .marginbox35 {
        margin: 35px;
    }

    /*n a v i g a t i o n*/
    #header-navigation #nub li .navigation-section-link {
        background: transparent none;
    }

    .home-team ul li {
        width: 12.29% !important;
    }

    #middleHeader {
        width: 100%;
    }

    .nl.newhead #header-navigation.hidden-phone {
        height: 57px;
        margin: 3px 0 0 246px;
        float: left;
    }

    .nl.newhead header {
        background-color: #fff;
    }

    .nl.newhead header #header {
        width: 99%;
    }

    .nl.newhead .logoBox {
        margin-left: 10px;
    }

    /*e x t r a b a n n e r*/
    .extrabanner .row-fluid .span4 {
        width: 33.333333333333%;
    }

    .whitebuttonsmall {
        background: transparent;
        box-shadow: none;
        height: 0;
        padding: 0;
        margin: 30px 70px;
        width: 0;
        font-size: 0;
        line-height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
    }

    .extrabanner p.titlebanner {
        font-size: 18px;
        margin-top: 25px;
    }

    .extrabanner p.placebanner {
        font-size: 14px;
    }

    .extrabanner span.pricebanner {
        font-size: 24px;
    }

    .extrabanner .marginbox35 {
        margin: 0 15px;
    }

    .extrabanner img {
        position: absolute;
        width: 24%;
    }

    .infobanner {
        display: none;
    }

    .extrabanner {
        height: 80px;
    }

    /*t h e m a - s l i d e r*/
    .thema-slider {
        width: 100% !important;
    }

    .thema-slider .bx-wrapper {
        width: 100% !important;
    }

    .thema-slider .bx-window {
        width: 94% !important;
    }

    .themashome .bx-wrapper .bx-next {
        margin-right: 0 !important;
    }

    /*b o t t o m*/
    .form-send input#id_name,.form-send input#id_email {
        width: 94% !important;
        margin-top: 10px;
    }

    .needHelp {
        position: absolute;
        left: -10px;
        top: 0;
    }

    .social {
        margin-top: 37px;
    }

    .need-help-text {
        display: none;
    }

    .nl.newhead #header .needHelp.nl {
        margin-top: 13px;
        text-align: right;
        float: right;
        left: 240px;
    }

    .contact-time {
        display: block;
    }

    .contact-phone,.contact-time {
        float: left;
    }

}

.linkbanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and max-width 640px {
    header {
        position: relative;
    }

    #main-container {
        padding-top: 0;
    }

    .marginbox35 {
        margin: 15px;
    }

    .block-1200 {
        min-width: :1200px;
        padding: 0;
    }

    .block-1200 h2 {
        font-size: 24px;
        margin: 1.5em 0 1em;
    }

    .row-fluid .span4 {
        width: 100%;
    }

    /*#simple-navigation 			{ margin-top: 100px!important; }*/
    .maincounter {
        height: 20px;
    }

    .offerlittlebox h3 {
        margin: 0 20px;
        font-size: 18px;
        height: auto;
    }

    input#submit-footerForm {
        margin: 0 auto !important;
        width: 90%;
    }

    .offerlittlebox .priceholder {
        margin: 30px 10px 20px;
    }

    form .info {
        text-align: center;
        width: 100%;
    }

    .social .twitterlike {
        margin-right: 20px !important;
    }

    .social .facebooklike {
        margin-right: 5px !important;
    }

    .form-tell {
        width: 100%;
    }

    ul#logos {
        text-align: center !important;
        margin-top: 40px !important;
    }

    .row-fluid .span6 {
        width: 100%;
    }

    .form-send form {
        padding: 20px 12% !important;
    }

    .home-help strong {
        text-decoration: none !important;
        font-size: 24px !important;
        display: block;
    }

    .home-help p {
        text-align: center;
    }

    .home-help span {
        text-align: center;
    }

    /*d i s p l a y  n o n e */
    .extrabanner {
        display: none;
    }

    .themashome {
        display: none;
    }

    .newsletterbox {
        display: none;
    }

    .offerlittlebox .description {
        display: none;
    }

    .partners {
        display: none;
    }

    .form-send {
        display: none;
    }

    .home-help h2 {
        display: none;
    }

    .home-help > p {
        display: none;
    }

}

/* leaving alert popup */
.popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

.popup-overlay.display {
    display: block;
}

.out-popup {
    border-radius: 7px;
    background: #FFF;
    border: 3px solid #BDC3C7;
    width: 490px;
    height: 160px;
    text-align: center;
    padding-top: 20px;
    position: fixed;
    margin: auto;
    top: 25%;
    left: 50%;
    margin-left: -245px;
}

.out-popup h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
}

.out-popup p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2em;
}

.out-popup .buttons {
    margin-top: 20px;
}

.out-popup .buttons a {
    background: #2C3E50;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 8px 14px;
    text-decoration: none;
    font-weight: 400;
}

.out-popup .buttons a.leave-page {
    background-color: #4E6B87;
}

#searchbar {
    display: none;
}

/*///TEST HEADER///*/
.nl.newhead #searchbar {
    display: block;
}

.nl.newhead header .fixed {
    position: static !important;
}

.nl.newhead .no_decoration {
    -webkit-user-select: none;
/* webkit (safari, chrome) browsers */
    -moz-user-select: none;
/* mozilla browsers */
    -khtml-user-select: none;
/* webkit (konqueror) browsers */
    -ms-user-select: none;
/* IE10+ */
}

.nl.newhead #top-header {
    display: none;
}

.nl.newhead #header {
    height: 62px;
    border-bottom: 1px solid #E6E9ED;
}

.nl.newhead .logoBox {
    margin-top: 0;
}

.nl.newhead #header .needHelp.nl {
    margin-top: 10px;
    text-align: right;
    float: right;
}

.nl.newhead .needHelp.nl span {
    margin-right: 30px;
}

.nl.newhead #header .wrapper {
    max-width: 100% !important;
}

.nl.newhead #header-navigation {
    height: 57px;
    margin: 3px 0 0 50px;
    float: left;
}

.nl.newhead #header-navigation #nub li .dropdown-wrapper {
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.10);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.10);
    box-shadow: 0 1px 8px rgba(0,0,0,.10);
    height: auto;
    min-height: 300px;
}

.nl.newhead #header-navigation #nub li .navigation-section-link {
    margin-top: 0;
    padding-top: 18px;
    background: none;
}

.nl.newhead #header-navigation #nub li .navigation-section-link p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.nl.newhead #header-navigation #nub li .navigation-section-link span {
    display: none;
}

.nl.newhead #header-daydeals .navigation-section-link p {
    font-size: 0 !important;
    height: 22px;
}

.nl.newhead #header-daydeals .navigation-section-link p:after {
    content: "Dagaanbiedingen";
    font-size: 14px !important;
}

/*searchbar*/
.nl.newhead #searchform {
    margin: 0;
}

.nl.newhead #searchbar {
    float: right;
    display: inline-block;
    margin: 0;
    position: relative;
}

.nl.newhead #searchbar input {
    height: 40px;
    background: #fff;
    margin: 10px 0;
    padding: 0;
    border-radius: 0;
    border: none;
    border: 1px solid rgba(0,0,0,.2);
    text-indent: 15px;
    width: 220px;
    position: relative;
    font-size: 16px;
    color: #656D78;
    font-weight: 400;
}

.nl.newhead .s-button {
    width: 70px;
    height: 62px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
    font-size: 1.2em;
    right: 0;
    color: #222;
    border-left: 1px solid #CCD1D9;
    border-right: 1px solid #CCD1D9;
    outline: 0;
    background-color: transparent;
    background: url("../../../img/magnifier.b47156071954.png") no-repeat 24px 22px;
}

.nl.newhead #calendarViewportWrapper .calendar {
    margin-right: 6px;
}

.nl.newhead .search-active {
    background: #E6E9ED;
    background: #E6E9ED url("../../../img/magnifier.b47156071954.png") no-repeat 24px 22px;
    color: #222;
    display: block !important;
}

.nl.newhead #searchbar input::-webkit-input-placeholder {
    color: #999;
    line-height: 1.4em;
}

.nl.newhead #searchbar input::-moz-placeholder {
    color: #999;
    line-height: 1.4em;
}

/* firefox 19+ */
.nl.newhead #searchbar input:-ms-input-placeholder {
    color: #999;
    line-height: 1.4em;
}

/* ie */
.nl.newhead #searchbar input:-moz-placeholder {
    color: #999;
    line-height: 1.4em;
}

/*selection*/
.nl.newhead .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.nl.newhead #search-form .divider {
    border: none;
}

.nl.newhead .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 230px;
    height: 40px;
    margin: 0 0 0 -28px;
}

.nl.newhead .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #CCD1D9;
    color: #fff;
    padding: 8px 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nl.newhead .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #FFF transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.nl.newhead .select-styled:hover {
    background-color: #CCD1D9;
}

.nl.newhead .select-styled:active,.select-styled.active {
    background-color: #CCD1D9;
}

.nl.newhead .select-styled:active:after,.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #FFF;
}

.nl.newhead .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #E6E9ED;
}

.nl.newhead .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #ccc;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.nl.newhead .select-options li:hover {
    color: #434A54;
    background: #F5F7FA;
}

.nl.newhead .select-options li[rel=hide] {
    display: none;
}

/*Searchbar*/
.nl.newhead .sub-bar {
    position: fixed;
    top: -1px;
    width: 400px;
    z-index: -1;
    margin: 60px 1% 0;
    display: none;
    padding: 20px 68px 18px 15px;
    background: #E6E9ED;
    right: 0;
    border: 1px solid #CCD1D9;
    border-radius: 4px;
}

.nl.newhead .sub-bar #search-button-submit {
    background: #656D78 url("../img/search-button-icon.01645bf32ca0.png") no-repeat 14px 31px;
    right: 14px;
    height: 86px;
    width: 40px;
    position: absolute;
    top: 20px;
    border-radius: 2px;
}

.nl.newhead .sub-bar #search-button-submit:hover {
    background-color: #434A54;
}

.nl.newhead .sub-bar #search-form.valid + #search-button-submit {
    background-color: #5D9CEC !important;
    cursor: pointer;
}

.nl.newhead .sub-bar #search-form {
    background: transparent;
    border: none;
    float: none;
}

.nl.newhead .sub-bar #search {
    margin: 0;
    float: none;
}

.nl.newhead .sub-bar #search span.under {
    width: 185px;
    font-size: 14px;
    height: 35px;
    border-radius: 0;
    line-height: 26px;
    background: transparent;
    color: #434A54;
}

.nl.newhead .sub-bar .search_overlay {
    right: 68px;
    width: 400px;
    border: none;
    border-radius: 0 0 4px 4px;
    background: #CCD1D9;
    padding: 16px 15px 20px;
}

.nl.newhead .sub-bar #arrival-date-display {
    background-color: #CCD1D9;
}

.nl.newhead .sub-bar #person-amount {
    background: #f6f6f6;
    color: #434A54;
    font-size: 14px;
    line-height: 32px;
    padding: 1px 0 0;
    margin: -1px 0 0 -1px;
    width: 100%;
    color: #434A54;
    border: 1px solid #f6f6f6;
}

.nl.newhead .sub-bar #arrival-date-display {
    background: #f6f6f6;
    font-size: 14px;
    line-height: 28px;
    margin-left: -1px;
    width: 100%;
    color: #434A54;
    border: 1px solid #f6f6f6;
    margin-top: -1px;
}

.nl.newhead .sub-bar #person-amount span {
    color: #434A54;
}

.nl.newhead .sub-bar #arrival-date-display:hover,.nl.newhead .sub-bar #person-amount:hover {
    opacity: 1;
}

.nl.newhead .sub-bar .selection:first-child,.nl.newhead .sub-bar .selection {
    color: #434A54;
    margin: 5px 0;
    display: table;
    background: #fff;
    height: 40px;
    padding: 10px 10px 0;
    border-radius: 2px;
    vertical-align: middle;
}

.nl.newhead .sub-bar .selection select {
    background: transparent;
    width: 60px;
    font-size: 7pt;
    color: grey;
    border: 0;
    border-radius: 2px;
    height: 30px;
/* -webkit-appearance: none; */
    border: 1px solid #c4c7cb;
    padding: 10px 0 0;
}

.nl.newhead .sub-bar #date-selection {
    background: #fff url("../img/calendar-icon.fcbd57ffb903.png") no-repeat 10px 12px;
    z-index: -9;
    border-radius: 2px;
}

.nl.newhead .sub-bar .search_overlay label {
    display: table-cell;
    width: 330px;
    vertical-align: middle;
    padding-bottom: 8px;
}

.nl.newhead .sub-bar .margin label {
    display: inline;
    width: 379px;
    vertical-align: middle;
    padding-bottom: 8px;
    color: #444;
}

.nl.newhead .sub-bar .select-search {
    background-color: #CCD1D9 !important;
}

.nl.newhead .sub-bar #persons-selection {
    background: #fff url("../img/people-icon.e35d63557fbc.png") no-repeat 10px 12px;
    z-index: -9;
    border-radius: 2px;
}

.nl.newhead .sub-bar #search .box-button-wrapper.left span.under {
    width: 206px;
    background: transparent;
    color: #434A54;
    height: 36px;
    line-height: 28px;
    border-radius: 0;
}

.nl.newhead .sub-bar #calendarViewport {
    width: 370px;
    margin: 0 auto;
}

.nl.newhead .sub-bar .selectCalendarNext {
    margin-left: 345px;
    margin-top: 10px;
}

.nl.newhead .sub-bar .selectCalendarPrev {
    margin-left: 10px;
    margin-top: 10px;
}

.nl.newhead .sub-bar #search input[type=text] {
    font-weight: 500;
    -webkit-appearance: none;
    border: 1px solid transparent;
    background: none;
    padding: 0;
    font-size: 36px;
    color: #444;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin: 0 auto 10px;
    background: #fff;
    height: 40px;
    font-size: 1.1em;
    text-indent: 12px;
    border-radius: 0;
}

.nl.newhead .sub-bar #calendarViewportWrapper .calendar {
    border: none;
}

.nl.newhead .sub-bar #search input[type=text]::-webkit-search-cancel-button {
    display: none;
}

.nl.newhead .sub-bar #search input[type=text]::-webkit-input-placeholder {
    color: #CCD1D9;
    line-height: 24px;
}

.nl.newhead .sub-bar #search input[type=text]:-moz-placeholder {
    color: #CCD1D9;
}

.nl.newhead .sub-bar #search input[type=text]::-moz-placeholder {
    color: #CCD1D9;
    line-height: 24px;
}

.nl.newhead .sub-bar #search input[type=text]:-ms-input-placeholder {
    color: #CCD1D9;
    line-height: 24px;
}

.nl.newhead .sub-bar .box-button-wrapper.right {
    float: left;
}

.nl.newhead .sub-bar .box-button-wrapper.left {
    float: right;
}

.nl.newhead .sub-bar #searchform {
    text-align: center;
}

.nl.newhead .sub-bar #searchform input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.nl.newhead .sub-bar #searchform input:focus {
    border: 1px solid #CCD1D9;
}

.nl.newhead .sub-bar #searchsubmit {
    display: none;
}

.nl.newhead .sub-bar .extra-search-items {
    margin: 10px 0 0;
}

.nl.newhead .search-checkboxes {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.nl.newhead .search-checkboxes li {
    overflow: hidden;
}

/* NEW H O M E NL OVERRIDE */
.insurance-info {
    min-height: 254px;
}

.insurance-info li {
    background: url("../../../img/arrow.93253e1f3863.png") no-repeat 5px 2px;
}

.insurance-info li {
    padding-left: 2em;
}

#children_age_counter ul li span,#participants li span {
    width: 150px;
    display: inline-block;
}

.participant-name {
    width: 40%;
}

#participants [id^=participant-name-] {
    font-size: 12px;
}

.insurance-info {
    display: none;
}

.insurance.price .price-pp {
    font-size: 12px;
    color: #978D83;
    position: static;
    margin-left: 52px;
    text-align: left;
}

.product-title.title-head .tool-box {
    display: none;
}

#cancellation_insurance,#travel_insurance {
    width: 35px;
}

#cancellation-insurance .information,#travel-insurance .information {
    width: 27px;
    height: 29px;
}

#insurance_options .product-title,#cancellation-insurance,#travel-insurance {
    padding-left: 0;
}

#travel-insurance .insurance-logo,#insurance .insurance-logo {
    width: 85px;
    opacity: 1;
}

#nameForms .submitRow .button {
    margin-top: 5px;
}

#insurance_options .product-title {
    font-size: 14px;
    font-weight: 500;
    clear: both;
    min-width: 160px;
}

#cancellation-insurance,#travel-insurance {
    position: relative;
}

#insurance_options #options-title span {
    font-size: inherit;
}

#insurance_options #options-title {
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}

#nameForms #insurance_options .box {
    width: auto;
}

#participant_names.box {
}

.dk .offerlittlebox .priceholder {
    margin: 30px 13px 20px;
}

.dk .offerlittlebox .description {
    margin: 0 17px;
}

.dk .prices {
    width: 100%;
}

.dk .prices td {
    width: 36%;
}

.insurance {
    display: inline-block;
    margin-right: 20px;
}

.insurance.price {
    float: none;
    display: block;
    margin-right: 0;
    text-align: right;
}

#insurance_options .bok {
    clear: both;
}

.product-title span.information {
    float: right;
    border-radius: 10px;
    background-color: #999;
    width: 20px;
    height: 19px;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-family: serif;
    line-height: 19px;
}

.product-title .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    right: 9px;
    top: 0;
}

/* zenbox for belgian salesflow */
#zenbox_tab {
    border: none;
    cursor: pointer;
    position: fixed;
    top: 75%;
    z-index: 10000;
    background: #40474F;
    transition: all .25s;
    border-radius: 2px;
    right: -2px;
}

#zenbox_tab:hover {
    background-color: #444;
}

#zenbox_tab img {
    margin: 0;
    display: block;
}

.ZenboxTabLeft {
}

.ZenboxTabRight {
    right: 0;
}

#zenbox_overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90000;
    height: 100%;
    width: 100%;
}

#zenbox_overlay * {
    color: #333;
    font-family: helvetica, 'helvetica neue', arial, 'lucida grande', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

#zenbox_container {
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

#zenbox_container .zenbox_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

#zenbox_close {
    cursor: pointer;
    height: 46px;
    width: 46px;
    position: relative;
    top: 35px;
    right: -35px;
    padding: 10px;
}

#zenbox_body {
    height: 900px;
    position: relative;
    width: 615px;
    background: url(http://playground.travelbird.info/livechatiframe-blank.png) repeat-x;
}

#zenbox_scrim {
    background: rgba(0,0,0,.45);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#insurance_options .product-title > .arrow:before {
    border-top: 10px solid #111;
    border-top: 10px solid rgba(0,0,0,0.5);
    margin-top: 5px;
}

#insurance_options .product-title > .arrow:after {
    border-top: 10px solid #DDD;
    margin-top: -2px;
    z-index: 1;
}

.grid {
    text-align: justify;
}

.grid .box,.grid .placeholder {
    display: inline-block;
    text-align: left;
}

.grid .box {
    width: 45%;
    margin-left: 4px;
    min-height: 303px;
    position: relative;
    overflow: visible;
}

.grid.placeholder {
    width: 100%;
}

#dealInsurances {
    position: relative;
    overflow: visible;
}

.information {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup ul li {
    font-size: inherit;
    list-style-image: url("../../../img/arrow.7974b048ebcf.jpg");
    margin-left: 15px;
    overflow: visible;
}

#travel-insurance .popup.insurance-popup {
    bottom: -120px;
}

.insurance-title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.information > .popup {
    text-align: left;
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    line-height: 150%;
    width: 200px;
    color: #111;
    text-shadow: #FFF 0 1px;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    border-radius: 3px;
    position: absolute;
    right: 33px;
    z-index: 1;
    margin-left: -125px;
    padding: 10px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    font-style: normal;
}

.nl .information > .popup {
    bottom: -143px;
}

.be .information > .popup {
    bottom: -125px;
}

.bq .information > .popup {
    bottom: -153px;
}

.information > span.info-symbol {
}

.information > .popup:before,.information > .popup:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: 100%;
    margin-left: -10px;
}

.information > .popup:before {
    border-left: 10px solid #fff;
    margin-left: 0;
}

.information > .popup:after {
    border-left: 10px solid#fff;
    margin-left: 0;
    z-index: 1;
}

.information:hover > .popup {
    visibility: visible;
    opacity: 1;
}

#children_age_counter .insurance-child {
    float: none;
    width: 100%;
}

#insurance.box {
    overflow: visible;
}

.child-free {
    margin-left: .75em;
}

.cap-first:first-letter {
    text-transform: uppercase;
}

.blue,#options-title .blue {
    color: #add8e6;
}

.title-head {
    margin: 0 0 1em 1em;
}

.hidden1 {
    visibility: hidden;
}

.order-align {
    margin-left: 1em;
}

#children_age_counter label {
    margin-bottom: .5em;
}

@media all and max-width 320px {
    #simple-navigation + #main-container.content-container {
        padding-top: 0 !important;
    }

    div.offerpagecontainer {
        padding: 10px !important;
    }

    .participant-name {
        width: 100%;
    }

}

.dk p.priceholder {
    font-size: 11px;
}

.select_required,.input_required {
    border: 1px solid red !important;
}

.child_age_selector {
    width: 20%;
    margin-left: .5em;
}

input.child_age_selector {
    padding: 2px;
}

#payment-methods {
    margin: 20px 0 10px 0!important;
}

#payment-methods li {
    line-height: 36px;
    border: 1px solid #d9d9d9;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 47px !important;
    margin: 0 0 3px;
    padding: 0 10px;
    overflow: hidden;
}

#payment-methods li:hover {
    border: 1px solid #95A5A6;
}

.instalments-options-container {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}

#instalments-options-radio {
    margin: 0 !important;
}

.terms-popup,.payments-popup,.privacy-popup {
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 10%;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    height: 80%;
    max-height: 700px;
    overflow: visible;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media all and max-width 800px {
    .terms-popup,.payments-popup,.privacy-popup {
        width: 90%;
        max-height: 400px;
        top: 20px;
        margin-left: -45%;
    }

}

.terms-popup iframe,.payments-popup iframe,.privacy-popup iframe {
    width: 100%;
    height: 100%;
}

.terms-toggle,.payments-toggle,.privacy-toggle {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

#terms-toggler,#payments-toggler,#privacy-toggler {
    display: none;
}

#terms-toggler:checked + .terms-toggle,#payments-toggler:checked + .payments-toggle,#privacy-toggler:checked + .privacy-toggle {
    display: none;
}

.terms-overlay,.payments-overlay,.privacy-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 92;
    background: rgba(255,255,255,.8);
}

.terms-fallback-link,.payments-fallback-link,.privacy-fallback-link {
    display: none;
}

.ie8 .terms-fallback-link,.ie8 .payments-fallback-link,.ie8 .privacy-fallback-link {
    display: inline;
}

.ie8 .terms-toggle,.ie8 .payments-toggle,.ie8 .privacy-toggle {
    display: none;
}

.ie8 .open-popup {
    display: none;
}

.open-popup {
    text-decoration: underline;
    cursor: pointer;
}

.close-popup {
    position: absolute;
    top: -25px;
    right: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.close-popup:after {
    background: url("../../../img/closed.58e4a22604af.png") no-repeat center;
    background-size: 100%;
    content: ' ';
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

#header {
    z-index: 91;
}

@media all and max-width 1200px {
    .naw li,.naw div {
        width: 100% !important;
    }

    .naw input[type=text] {
        width: 100%;
    }

    .naw input#id_last_name {
        margin-top: 5px;
    }

}

.your-details {
    margin-top: 15px;
}

.order-included,.order-excluded {
    margin: 20px 0 0;
}

.order-included ul,.order-excluded ul {
    list-style-image: url("../../../img/arrow.7974b048ebcf.jpg");
    padding: 0 17px;
    margin: 4px 0;
}

@media only screen and max-width767px,only screen and max-width767px,only screen and max-device-width320px {
    #newsletter-home-form-holder {
        width: 100%;
    }

    #newsletter-home-form-holder #newsletter-home-term {
        margin: 0 auto !important;
        width: 98% !important;
        text-align: center;
    }

    #submit-newsletter-homeForm,#register-for-newsletter-button {
        margin: 10px auto !important;
        width: 98% !important;
        font-size: 18px;
    }

    #newsletter-home-holder {
        padding: 0;
    }

    .subbar {
        display: none;
    }

}

@media screen and max-width 640px {
    body {
        background: #fff;
    }

    .block-1200 {
        border: none;
    }

    .block-1200 h2 {
        margin-bottom: 0;
        letter-spacing: 0;
        font-size: 22px;
    }

    .offer {
        box-shadow: none;
        padding: 0 15px;
    }

    .categorycrumb {
        display: none;
    }

    #main-content {
        padding: 20px 0 0;
    }

    #main-content h2 {
        display: none;
    }

    #header .needHelp {
        float: none;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: left;
    }

    #header .logoBox {
        margin: -40px 0 0;
    }

    #header .needHelp {
        margin: 50px 0 0 !important;
    }

    #newsletter-registration-form {
        display: inline-block;
    }

    .needHelp .contact-phone {
        padding: 10px 30px;
    }

    a.more-offers-button,a.more-offers-button span.lighter {
        font-size: 14px;
    }

    .offerlittlebox {
        margin-bottom: 20px !important;
    }

    .offerlittlebox h3 {
        margin-top: 15px;
    }

    #header {
        border-bottom: 1px solid #fff;
    }

    #simple-navigation select {
        width: 90%;
        height: 40px;
        -webkit-appearance: none;
        background: #ecf0f1 url("../../../img/arrowdown.13af38932af1.png") no-repeat 96% center;
        border-radius: 4px;
        box-shadow: 0 1px 0 rgba(0,0,0,0.2);
        background-size: 5% 15%;
        outline: none;
        height: 50px;
        text-indent: 3%;
    }

    .newsletterbox {
        display: block !important;
        margin: 40px auto;
        background: #e8f4f7 !important;
        border: 1px solid #BAD5DC;
        width: 100%;
        width: 92%;
        padding: 12px;
    }

    .newsletterbox h2 {
        color: #212112;
        letter-spacing: .3px;
        padding: 0;
        margin: 30px 0 5px;
    }

    .newsletterbox .validate-email {
        height: 60px !important;
        border: 2px solid #bad5dc !important;
        border-radius: 4px;
    }

    .register-for-newsletter-button {
        margin-top: 30px;
    }

    .social {
        text-align: center;
        width: 100% !important;
        margin: 15px auto 0;
    }

    .social .twitterlike {
        background-position: right -41px !important;
        width: 50%;
        margin: 0 !important;
    }

    .social .facebooklike {
        background-position: 0 0 !important;
        width: 50%;
        margin: 0 !important;
    }

}

@media min-width 980px {
    .arrange-box {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .float-right {
        width: 60%;
        float: right;
    }

    .float-left {
        width: 60%;
        float: left;
    }

    .image-left {
        width: 38%;
        float: left;
    }

    .image-right {
        width: 38%;
        float: right;
    }

    .job-title {
        margin-bottom: 40px;
    }

    .job-title {
        font-size: 24px;
        color: #1C1C1C;
        display: block;
        margin-bottom: 20px;
    }

    .job-text {
        font-size: 14px;
    }

}

.dk.more-offers a.redarrowprice span {
    font-size: 14px;
}

#error-page {
    background-color: #fff;
}

#cancellation_insurance {
    display: inline;
}

.accordion_when {
    overflow: visible !important;
}

.error-page #main-container {
    width: 100%;
    margin-top: 60px;
    padding: 0;
    overflow: visible;
    max-width: 2000px;
    background-color: #FFF;
}

.error-page .error {
    text-align: center;
    width: inherit;
    padding: 50px 0 !important;
    background-image: url("../img/staticpattern.88c1b896a8ac.png");
}

#main-container .error-page h1 {
    font-size: 1.7em;
    font-weight: 100;
    margin: 0;
    background-color: inherit;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #373737;
    border: thin solid #e6e6e6;
}

.error-page .back-home-button {
    text-decoration: none;
    border-radius: 35px;
    border: 2px solid #333;
    background-color: #FFF;
    display: table;
    width: auto;
    padding: .8em;
    margin: 2.5em auto 0;
    font-weight: 500;
    font-size: 14px;
    color: #373737;
}

.back-home-button::before {
    content: '';
    background: url("../img/texticon_1.58ec26a0f259.png") no-repeat center left;
    height: 10px;
    width: 19px;
    display: inline-block;
    padding-left: 10px;
}

.error-page .visible-phone {
    display: none;
}

.error-page .copyrights {
    margin-bottom: 0;
}

#select-calendar .calendar table td,#receipt-calendars .calendar table td {
    border-right: 2px solid rgba(0,0,0,0) !important;
}


/*STATIC PAGES SALESFLOW*/

/* 1. FailPage (order/N-xxxxxxx/fail/) */
/* 2. FinishPage (order/N-xxxxxxx/finish/) */
/* 3. SuccessPage (order/N-xxxxxx/success/) */

body.fail-page {
    background-color: #fcfcfc;
    font: 400 16px/16px helvetica,'helvetica neue',arial,'lucida grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
}

.fail-page h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    color: #000;
    width: inherit;
    height: 100px;
    line-height: 100px;
    margin: 0;
}

.fail-page h1 span {
    display: inline-block;
    font-size: inherit;
    font-family: helvetica, arial, sans-serif;
}

.fail-page #main-container.content-container,.fail-page #main-content.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

.fail-page #content {
    padding-top: 51px;
}

.fail-page .fail-title {
}

.fail-page #main-content .customer-information {
    padding: 35px 25px;
    color: #2c2c2c;
    font-weight: normal;
    width: 100%;
    max-width: 960px;
}

.fail-page .center-node {
    margin: 0 auto;
}

.fail-page h2 {
    font-size: 1.75em;
    font-weight: 100;
}

.fail-page h3,.fail-page .border {
    font-size: 1em;
    font-weight: 500;
}

.fail-page .list-style-decimal {
    list-style-type: decimal;
}

.fail-page .list-style-initial {
    list-style-type: initial;
}

.fail-page .list-box {
    padding-left: 20px;
    margin: 0;
    font-weight: 100;
}

.fail-page .list-box li {
    font-size: 1em;
    color: inherit;
}

.fail-page p {
    font-size: inherit;
    color: inherit;
	font-weight: normal;
}

.fail-page .block {
    display: block;
}

.fail-page .uppercase {
    text-transform: uppercase;
}

.fail-page .anchor {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.fail-page .center-table {
    display: table;
    margin: 0 auto;
}

.fail-page .button-holder {
    margin-top: 0;
    text-align: center;
}

.rounded-button {
    border-radius: 40px;
    text-decoration: none;
    background-color: rgba(255,200,0,1);
    background-position: 92% 21px;
    background-repeat: no-repeat;
    background-image: url("../img/link-arrow.5afd1adca88b.png");
    background-image: url("../img/link-arrow.471c9564e886.svg");
    transition: background .2s linear;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200!important;
    font-size: 24px;
    padding: 18px 50px 18px 30px;
    display: inline-block!important;
    height: 58px;
    line-height: 22px;
}

.rounded-button:hover {
    background-position: 95% 21px!important;
    color: #000;
    background-color: rgba(255,180,0,1)
}

.fail-page .center-text {
    text-align: center;
}

.fail-page .small-text {
    font-size: .8125em;
    font-weight: 500;
}

.fail-info {
    padding: 2em 0;
    color: rgba(44,44,44,1);
}

.fail-page .border {
    border: 2px solid #cbd0d5;
}

.fail-page .FW-500 {
    font-weight: 500;
}

.fail-page .FW-100 {
    font-weight: 100;
}

.fail-page .LH-26 {
    line-height: 1.625em;
}

.fail-page .LH-24 {
    line-height: 1.5em;
}

.fail-page .P-1 {
    padding: 1em;
}

.fail-page .LH-2 {
    line-height: 2em;
}

.fail-page .LH-3 {
    line-height: 3em;
}


.fail-page .border.MT-1 {
    margin: 50px 0;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
}


/*finishpage */

body.finish-page {
    background-color: #fcfcfc;
    font: 400 16px/16px helvetica,'helvetica neue',arial,'lucida grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
}

.finish-page h1 {
    text-align: center;
    font-size: 1.75em;
    font-weight: 100;
    color: #2c2c2c;
    width: inherit;
    height: 150px;
    line-height: 150px;
    background-image: url("../img/staticpattern.88c1b896a8ac.png");
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
}

.finish-page h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    margin-top: 5%;
    color: #2C2C2C;
}

.finish-page .spinny {
    width: 400px;
    height: 300px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    z-index: -10;
    left: 50%;
    margin-left: -200px;
}

.finish-page .email-input-wrapper {
    max-width: 260px;
    display: inline-block;
}

.finish-page #email-form-container {
    width: 100%;
    text-align: center;
}

.finish-page #email-form-container input[type=text] {
    float: none;
    margin: 0!important;
    padding: 0 15px;
    width: 100%!important;
    display: inherit;
    border-radius: 3px;
}

.finish-page #submit-email-form {
    background: #C6463D!important;
    display: inline-block;
    width: auto!important;
    float: none;
    padding: 14px 25px!important;
    text-shadow: none;
    border-radius: 3px;
}

.finish-page #email-form-container h4 {
    margin: 0;
}

.finish-page #email-form-container p {
    margin: 0 0 25px;
    font-size: 14px;
}

/*success page*/

body.success-page {
    background-color: #fcfcfc;
    font: 400 16px/16px helvetica,'helvetica neue',arial,'lucida grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
}

.success-page .content-container,
.success-page #main-content.container-fluid {
    max-width: 100%;
    width: 100%;
}

.success-page #main-container {
    padding-bottom: 0!important;
}

.success-page .confirmation-page h2 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-align: center;
    line-height: 2em;
    font-size: 40px;
    letter-spacing: 0;
    -webkit-animation: smooth-entry-title 1s;
    -moz-animation: smooth-entry-title 1s;
    animation: smooth-entry-title 1s;
}

.success-page .custom-page {
    float: none!important;
    margin: 30px auto 40px;
    border-radius: .25em!important;
    border: 1px solid #E1E1E1!important;
    box-shadow: none!important;
    padding: 40px!important;
}

.bestelling-intro {
    font-family: helvetica,'helvetica neue',arial,'lucida grande',sans-serif;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 100;
     -webkit-animation: smooth-entry-btn 1.2s;
    -moz-animation: smooth-entry-btn 1.2s;
    animation: smooth-entry-btn 1.2s;
}

.bestelling-info {
    border: 1px solid #E1E1E1;
    border-radius: 0.25em;
    padding: 1em 1.4em;
    max-width: 600px;
    margin: 0 auto 2em;
    background: #fff;
}


.bestelling-info li {
   height: 2.4em;
}
.bestelling-info p,
.bestelling-info span {
    margin: 0;
    font-size: 16px;
}

.bestelling-info strong {
    min-width: 12em;
    display: inline-block;
}

.bestelling-email {
    text-align: center;
    font-size: 20px;
}
#social-full {
    width: 230px;
    margin: auto;
    display: block;
    text-align: center;
}

#social-full li {
    display: inline-block;
}

.sharebuttons a {
    display: block;
}

.sharebuttons img {
    width: 20px;
    position: absolute;
}

.facebookshare a {
    background: #4266AD url(../../../../assets/img/iconfacebook.png) 10px center no-repeat;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    padding: 6px 15px 6px 35px;
    border-radius: 4px;
}

.facebookshare a:hover {
    background: #557DCC url(../../../../assets/img/iconfacebook.png) 10px center no-repeat;
}

.googleplusshare a {
    background: #BA2D25 url(../../../../assets/img/icongoogleplus.png) 10px center no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px 6px 35px;
    border-radius: 4px;
}

.googleplusshare a:hover {
    background: #E0362D url(../../../../assets/img/icongoogleplus.png) 10px center no-repeat;
}

.order-again-button {
    margin: 4em 0;
    text-align: center;
}


#tb-google-map {
    position: relative;
    width: 100%;
    height: 420px;
    margin: auto;
    border-radius: .25em;
}
#tb-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #tb-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}



/*moredata-page*/
body.moredata-page {
    background-color: #fcfcfc;
    font: 400 16px/16px helvetica,'helvetica neue',arial,'lucida grande',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
}

.moredata-page .header-search {
    display: none;
}

.moredata-page .form {
    border: none;
    padding: 20px 40px 40px;
}

.moredata-page .form label {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 38px;
    height: 38px;
    font-weight: normal;
}

.moredata-page #more-data-form {
    box-shadow: none;
    max-width: 760px;
    margin: auto;
    border: 1px solid #E1E1E1;
    border-radius: .25em;
    overflow: hidden;
}

.moredata-page .save-button,
.moredata-page .cancel-button,
.moredata-page .row-form {
    margin: 0;
    color: #333;
}

.moredata-page h3 {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    text-align: center;
    line-height: 2em;
    font-size: 32px;
    letter-spacing: 0;
    -webkit-animation: smooth-entry-title 1s;
    -moz-animation: smooth-entry-title 1s;
    animation: smooth-entry-title 1s;
}
.moredata-page select {
    border: 1px solid rgba(0, 0, 0, 0.168627);
    background: white;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    min-width: 148px;
}

.moredata-page .day_select,
.moredata-page .month_select,
.moredata-page .year_select {
    display: block;
    float: left;
    min-width: 0;
    width: 31.33%;
}

.moredata-page .day_select,
.moredata-page .month_select {
    margin-right: 3%;
}

.moredata-page .flight-info-attention {
    margin-bottom: 1.5em;
}

.moredata-page .flight-info-attention {
    margin-bottom: 1.5em;
}
/*GOOGLE MAP ON SuccessPage*/

#google-container {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #e7eaf0;
}

.trustedshop{
    width: 440px;
    margin: 0 auto 1em;
}

/* Offer type for test */

.offer-unit {
    color: #009999!important;
    font-size: 14px;
}



.order em.desc:after {
    content: "p.p.";
    font-size: 12px!important;
    display: inline-block;
    display: none;
    margin: 0 0 0 25px;
}


.for-price li div {
    display: inline-block;
}

.ordering_options .offer_type,
.for-price .offer_type {
    font-size: 0;
}

.ordering_options .disabled .offer_type {
    color: #ccc!important;
}

.offer_type {
    display: initial!important;
}


/*unsubscribe page*/
.google-poll {
    border: 1px solid #E1E1E1;
    border-radius: 0.25em;
    padding: 2em 1.4em;
    max-width: 600px;
    margin: 0 auto 4em;
    background: #FFF;
    overflow: hidden;
    text-align: center;
}

.google-poll .ss-q-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1em;
    color: #333;
}

.google-poll ul {
    width: 95%;
    text-align: left;
    margin: auto;
}

.google-poll .ss-choice-item.last-item {
    width: 100%;
    float: right;
    margin: 1.5em 0 2em;
}

.google-poll input[type="text"] {
    width: 100%;
    margin: 0 auto;
    float: left;
    height: 28px;
}

.google-poll input[type="submit"] {
    background: #FF5A5F;
    color: #fff;
    border: none;
    height: 40px;
    padding: 10px 15px;
    border-radius: 4px;
    width: 95%;

}

.google-poll #navigation-table {
    margin: 1em auto 0;
    width: 100%;
}

.google-poll label span {
    display: inline-block;
}

.google-poll .ss-choice-label {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 1.8em;
    font-size: 16px;
}

.google-poll textarea {
    font-size: 16px;
}



/*Test logo FR*/
@media only screen and (min-width: 980px) {
    .part-logo-top {
        position: fixed;
        top: 4px;
        right: 370px;
        z-index: 999;
    }

    .part-logo-footer {
        width: 320px;
        left: -35px;
        position: absolute;
        top: 165px;
    }

    .part-logo-footer img {
        width: 100%;
    }
}



/*header color*/
.moredata-page .header-search {
    display: none;
}

/*discount ball wellness*/
.discountball {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    height: 44px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    top: 15px;
    width: 44px;
    z-index: 1;
    background: rgb(230, 107, 60);
    border-radius: 22px 22px 22px 22px;
    font: normal normal 600 15px/44px helvetica, 'helvetica neue', arial, 'lucida grande', sans-serif;
}

/*trustlogos*/

.header-right {
    position: relative;
}

/*vwo final*/

.mission-text p,
.mission-text h2 {
    color: #111!important;
    font-weight: 200!important;
    opacity: 1;
}

.mission-text p {
    font-size: 18px!important;
}

.form input[type="text"], .form input[type="password"] {
    min-height: 38px;
    font-family: helvetica, arial, sans-serif;
}

.stickit-end {
    opacity: 0;
}

div#sticky.initial {
    -webkit-transition: opacity .5s ease-out;
    -moz-webkit-transition: opacity .5s ease-out;
    -ms-webkit-transition: opacity .5s ease-out;
    -o-webkit-transition: opacity .5s ease-out;
    webkit-transition: opacity .5s ease-out;
}

.copyright {
    margin-bottom: 0;
}

/*SANDRAS PHOTO FOR DENMARK*/
.dk .contact {
    background: url(../../../../img/tlogo.png) no-repeat 70px 50px;
}



.carousel-wrap .carousel li .citytrip-style a .citytrip-name-carousel {
    background: #FF4A5F;
}

@media only screen and (min-width: 768px) {
  #google-container {
    height: 420px;
  }
  .confirmation-page {
        padding: 5%;
    }

    .bestelling-info strong {
        display: block;
    }
    .bestelling-info li {
        height: auto;
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 420px;
  }
}

#tb-zoom-in, #tb-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/tb-icon-controller.3f44ce24fa90.svg");
}
.no-touch #tb-zoom-in:hover, .no-touch #tb-zoom-out:hover {
  background-color: #d36868;
}
@media only screen and (min-width: 768px) {
  #tb-zoom-in, #tb-zoom-out {
    margin-left: 50px;
  }
}

#tb-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #tb-zoom-in {
    margin-top: 50px;
  }
}

#tb-zoom-out {
  background-position: 50% -32px;
}


@media only screen and (max-width: 768px) {
  .confirmation-page {
    padding: 5%;
  }

  .bestelling-info strong {
    display: block;
  }
  .bestelling-info li {
    height: auto;
    margin-bottom: 1em;
  }

}




/*ORDER PAGE*/

#search { display: none!important; }
 #receipt-calendars .calendar table td.unavailable, #receipt-calendars .calendar table td.available { color: white!important; }
.de .ordering_options { max-height: 180px; overflow: auto; }
.orderform {
    background: #fff;
    overflow-y: scroll;
}
.orderform #accordion h3.done .back_button {
    margin-right: 1px;
}
.orderform #dealOptions input[type=text],
.orderform #dealOptions input[type=email] {
    height: 30px;
    font-size: 13px;
    background: #FCFCFC;
    font-weight: 100;
    padding: 10px;
}

.orderform #dealOptions input[type=checkbox] {
  position: relative;
  left: 0;
  width: auto;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.orderform #dealOptions input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.orderform #dealOptions input[type=checkbox]:checked:hover + label:after {
  opacity: 1;
}
.orderform #dealOptions input[type=checkbox] + label {
  position: relative;
  float: left;
  left: 0;
  width: auto;
  cursor: pointer;
}
.orderform #dealOptions input[type=checkbox] + label:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -18px;
  width: 14px;
  height: 14px;
  background: white;
  content: '';
  border-radius: 2px;
  border: 1px solid grey;
}
.orderform #dealOptions input[type=checkbox] + label:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 8px;
  height: 4px;
  opacity: 0;
  background: transparent;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  content: '';
}

.orderform #offer_options input[type=checkbox] {
    margin: 0;
    height: 18px;
    width: 18px;
}

.orderform #offer_options label {
    margin: 0;
    padding-left: 16px;
}


.orderform label {
    color: #333;
}

.orderform .arrange-padding {
    padding-left: 26px;
    padding-right: 26px;
}
.orderform #calendarWrapper {
    overflow: hidden;
}


.orderform .extra_adult {
    color: #778B8B;
}

.orderform #persons_counters li {
    border-radius: 3px;
    margin-bottom: 1px;
    padding: 4px 0;
}

.orderform fieldset label .sub {
    padding: 0;
}

.orderform #order-form {
    background: #F0F5F9;
    background: #f5f5f5;
    padding: 20px 0;
    border-radius: 6px;
}

.orderform #order-form select.Items {
    width: 80px;
    font-size: 14px;
    font-weight: 200;
    height: 30px;
    background: #FFF;
    display: inline-block;
    border-bottom-width: 2px;
    margin: 0;
    padding-top: 6px;
}

.orderform #persons_counters {
    margin: 0 0 30px;
}

/* apply a natural box layout model to all elements */
.orderform, .orderform:before, .orderform:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.orderform #nameForms .submitRow .button {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    padding: 0 20px;
    border-radius: 4px;
    margin: 0 26px;
}

.orderform #nameForms .submitRow .button:hover {
    background: #6A696F;
    transition: background-color .3s ease;
}

.orderform #nameForms .submitRow .button:disabled:hover {
    background: #D3D3D3;
}

.orderform .content-container,
.orderform #main-container {
    width: 100%;
    max-width: 1280px;
    padding: 0 48px!important;
    margin: 70px auto;
}

.orderform .wrapper {
    max-width: 100%;
}
.orderform p,
.orderform li,
.orderform a,
.orderform span,
.orderform #receipt-calendars *,
.orderform #select-calendar *,
.orderform .order * {
    font-family: helvetica, arial, sans-serif;
}

.orderform #accordion h3 span {
    font-weight: 200;
}

.orderform .header-main {
    border-bottom: 1px solid #ddd;
    position: absolute;
}

.orderform #order_offer_summary h2 {
    padding-bottom: 20px;
    margin-top: 20px;
}

/*Step 1*/

.orderform #receipt-calendars p.legend span  {
    background: none;
}

.orderform #receipt-calendars p.legend span.unavailable:before,
.orderform #receipt-calendars p.legend span.available:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 4px;
    border-radius: 2px;
}
.orderform #receipt-calendars p.legend span.available:before {
    background: #A3C516;
}

.orderform #receipt-calendars p.legend span.unavailable:before {
    background: #CD4841;
}

/*Step 2*/
.orderform .personAvailability li,
.orderform ul.personAvailability span {
    font-size: 14px;
    font-weight: 200;
    padding: 0;
    line-height: 26px;
}

.orderform #offer_options h4 {
    margin-top: 0;
}

.orderform .grey-box {
    margin: 0 26px 20px;
    background: #e7e7e7;
    border-color: #dadada;
}

.orderform .information {
    margin: 0 26px;
    display: block;
}


.orderform .information img.info {
    width: 22px;
    opacity: .6;
}

.orderform .information > .popup {
    bottom: -63px;
    width: 460px;
}

.orderform .information > .popup ul li {
    margin: 0;
}

#cancellation-insurance-info li {
    padding: 0;
}


 /*for test*/
#personal_data .information > .popup:before,
#personal_data .information > .popup:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 15%;
    left: 100%;
    margin-left: 0;
}

#personal_data .information > .popup:before {
    border-left: 10px solid #fff;
    margin-left: 0;
}

#personal_data .information > .popup:after {
    border-left: 10px solid#fff;
    margin-left: 0;
    z-index: 1;
}

#personal_data .information {
    padding: 20px;
    display: none;
}
#personal_data .information > .tinypopup {
    right: 80px;
}
#personal_data .information:hover > .tinypopup {
    visibility: visible;
    opacity: 1;
    right: 45px;
    transition: all 0.3s ease-in-out!important;
}
#personal_data .tinypopup {
    min-width: 400px!important;
    bottom: -118px!important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)!important;
    padding: 26px!important;
    transition: all 0.3s ease-in-out!important;

}
#personal_data .tinypopup h3 {
    font-size: 16px!important;
    line-height: 24px!important;
    margin-bottom: 12px!important;
    color: #111!important;
    font-weight: 200!important;
}

#personal_data .tinypopup p {
    font-size: 13px!important;
    font-weight: 200!important;
    line-height: 21px!important;
    margin: 0!important ;
}

#personal_data .information-text {
    max-width: 280px;
    float: left;
    margin: 0 0 0 26px;
}

#personal_data .information-icon {
    float: left;
    width: 90px;
}

#personal_data .information-icon img {
    margin: 6px 0 0;
}

/*Step 3*/
.orderform .twoInputs50 input {
    width: 48%;
}

.orderform .twoInputs50 input:nth-child(1),
.orderform .twoInputs3070 input:nth-child(1) {
    margin-right: auto;
}

.orderform #personal_data .submitRow {
    margin-bottom: 0;
}

.orderform .personal_fields {
    overflow: visible;
}
.orderform .personal_fields li {
    height: 38px;
}


/*Step 4*/
.orderform .accordion_pay {
    padding-left: 26px;
    padding-right: 26px;
}

.orderform #payment-methods label,
.orderform #instalments-options-radio a {
    font-size: 14px;
    font-weight: 200;
}
.orderform #payment-methods label {
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 70px ;
}


@media only screen and (min-width: 380px) {
/*  body {
        background: rgba(0,0,0,.1);
    }*/

    .orderform #accordion .box {
        border: none;
        padding: 12px 26px;
        border-radius: 0;
        background: #e7e7e7;
    }

    .orderform div.accordion_who label {
        width: 70%;
    }

    .orderform .extra_adult {
        padding: 0;
        display: block;
    }

    .orderform .accordion_content {
        padding-top: 0;
    }
    .orderform .ordering_options {
        max-height: 170px;
    }
    .orderform .order {
        box-shadow: none!important;
    }
    .orderform #main-content.container-fluid {
        max-width: 100%;
    }
    .orderform .twoone {
        width: 50%;
        max-width: 50%;
    }
    .orderform .tidyPad {
        margin: 0;
        padding: 0;
    }
    .orderform .order .left .tidyPad {
        margin-left: auto;
    }
    .orderform #order .left {
        max-width: 506px;
        width: 45%;
    }
    .orderform .order .right .tidyPad {
        margin-right: auto;
    }

    .orderform #receipt-calendars p.legend {
        position: relative;
        margin-bottom: 10px;
        text-align: center;
    }
    .orderform #calendarWrapper {
        width: 240px;
        margin: auto;
    }

    .orderform #receipt-calendars .calendar,
    .orderform #select-calendar .calendar {
        min-width: 210px;
        width: 100%;
        border: 0;
        box-shadow: 0 0 1px #bbb;
        border-bottom: 2px solid #ccc;
    }

    .orderform #calendarWrapper .calendar  {
        margin: 0 0 1%;
        min-height: 250px;
        padding-top: 18px!important;
    }
    .orderform #accordion {
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: transparent;
    }

    .orderform #receipt-calendars .calendar table,
    .orderform #select-calendar .calendar table {
        width: 210px;
        margin: auto;
    }

    .orderform #select-calendar .calendar table th,
    .orderform #select-calendar .calendar table td,
    .orderform #receipt-calendars .calendar table th,
    .orderform #receipt-calendars .calendar table td {
        width: 28px;
        padding: 0 0 2px 0!important;
    }
    .orderform #select-calendar .calendar table th span,
    .orderform #select-calendar .calendar table td span,
    .orderform #receipt-calendars .calendar table th span,
    .orderform #receipt-calendars .calendar table td span {
        width: 100%;
        max-width: 26px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        border-radius: 2px;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span,
    .orderform #receipt-calendars .calendar table td.available span {
        color: #fff!important;
    }
    .orderform #receipt-calendars .calendar table td.unavailable,
    .orderform #receipt-calendars .calendar table td.available {
        background-image: none;
    }
    .orderform #receipt-calendars .calendar table td.available span  {
        background: #A3C516;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span  {
        background: #CD4841;
        cursor: not-allowed;
    }
    .orderform .arrow_box {
        top: 33px;
    }

    .orderform .month-title {
        border-bottom: none;
        padding-bottom: 14px;
    }

    .orderform .calendar thead tr {
        height: 24px;
    }

    .orderform #order_offer_summary h3,
    .orderform #order_offer_summary p,
    .orderform #order_offer_summary p a {
        max-width: 96%;
    }

    .orderform #order_offer_summary h2 span {
        font-weight: 200;
    }

}


@media only screen and (min-width: 900px) {
    /*body {
        background: rgba(0,0,0,.2);
    }*/
    .orderform div.accordion_who label {
        width: 50%;
    }

    .orderform .accordion_content {
        padding-top: 20px;
    }
    .orderform .ordering_options {
        max-height: 170px;
    }
    .orderform .order {
        box-shadow: none!important;
    }
    .orderform #main-content.container-fluid {
        max-width: 100%;
    }
    .orderform .twoone {
        width: 60%;
        max-width: 694px;
    }
    .orderform .tidyPad {
        margin: 0;
        padding: 0;
    }
    .orderform .order .left .tidyPad {
        margin-left: auto;
    }
    .orderform #order .left {
        max-width: 506px;
        width: 37%;
    }
    .orderform .order .right .tidyPad {
        margin-right: auto;
    }

    .orderform #receipt-calendars p.legend {
        position: absolute;
        right: 26px;
    }

    .orderform #calendarWrapper {
        width: 100%;
        margin: auto;
    }

    .orderform #receipt-calendars .calendar,
    .orderform #select-calendar .calendar {
        min-width: 210px;
        width: 49.5%;
        border: 0;
        box-shadow: 0 0 1px #bbb;
        border-bottom: 2px solid #ccc;
    }
    .orderform #calendarWrapper .calendar  {
        margin: 0 1% 1% 0;
        min-height: 250px;
        padding-top: 18px!important;
    }

    .orderform #calendarWrapper .calendar:nth-child(2n)  {
        margin-right: 0;
    }

    .orderform #accordion {
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: transparent;
    }
    .orderform #receipt-calendars .calendar table,
    .orderform #select-calendar .calendar table {
        width: 210px;
        margin: auto;
    }

    .orderform #select-calendar .calendar table th,
    .orderform #select-calendar .calendar table td,
    .orderform #receipt-calendars .calendar table th,
    .orderform #receipt-calendars .calendar table td {
        width: 28px;
        padding: 0 0 2px 0!important;
    }
    .orderform #select-calendar .calendar table th span,
    .orderform #select-calendar .calendar table td span,
    .orderform #receipt-calendars .calendar table th span,
    .orderform #receipt-calendars .calendar table td span {
        width: 100%;
        max-width: 26px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        border-radius: 2px;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span,
    .orderform #receipt-calendars .calendar table td.available span {
        color: #fff!important;
    }
    .orderform #receipt-calendars .calendar table td.unavailable,
    .orderform #receipt-calendars .calendar table td.available {
        background-image: none;
    }
    .orderform #receipt-calendars .calendar table td.available span  {
        background: #A3C516;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span  {
        background: #CD4841;
        cursor: not-allowed;
    }
    .orderform .arrow_box {
        top: 33px;
    }

    .orderform .month-title {
        border-bottom: none;
        padding-bottom: 14px;
    }

    .orderform .calendar thead tr {
        height: 24px;
    }

    .orderform #order_offer_summary h3,
    .orderform #order_offer_summary p,
    .orderform #order_offer_summary p a {
        max-width: 96%;
    }

    .orderform #order_offer_summary h2 span {
        font-weight: 200;
    }

}



@media only screen and (min-width: 1170px) {
/*  body {
        background: rgba(0,0,0,.3);
    }*/

    .orderform div.accordion_who label {
        width: 50%;
    }

    .orderform .extra_adult {
        padding: 0 20px;
        display: inline;
    }

    .orderform .accordion_content {
        padding-top: 20px;
    }
    .orderform .ordering_options {
        max-height: 170px;
    }
    .orderform .order {
        box-shadow: none!important;
    }
    .orderform #main-content.container-fluid {
        max-width: 100%;
    }
    .orderform .twoone {
        width: 70%;
        max-width: 694px;
    }
    .orderform .tidyPad {
        margin: 0;
        padding: 0;
    }
    .orderform .order .left .tidyPad {
        margin-left: auto;
    }
    .orderform #order .left {
        max-width: 506px;
        width: 34%;
    }
    .orderform .order .right .tidyPad {
        margin-right: auto;
    }
    .orderform #receipt-calendars .calendar,
    .orderform #select-calendar .calendar {
        width: 210px;
        border: 0;
        box-shadow: 0 0 1px #bbb;
        border-bottom: 2px solid #ccc;
    }
    .orderform #calendarWrapper .calendar  {
        margin: 0 6px 8px 0;
        min-height: 250px;
        padding-top: 18px!important;
    }
    .orderform #calendarWrapper .calendar:nth-child(2n) {
        margin-right: 6px;
    }
    .orderform #calendarWrapper .calendar:nth-child(3n) {
        margin-right: 0;
    }
    .orderform #accordion {
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: transparent;
    }

    .orderform #receipt-calendars .calendar table,
    .orderform #select-calendar .calendar table {
        width: 100%;
        margin: auto;
    }
    .orderform #select-calendar .calendar table th,
    .orderform #select-calendar .calendar table td,
    .orderform #receipt-calendars .calendar table th,
    .orderform #receipt-calendars .calendar table td {
        width: 28px;
    }
    .orderform #select-calendar .calendar table th span,
    .orderform #select-calendar .calendar table td span,
    .orderform #receipt-calendars .calendar table th span,
    .orderform #receipt-calendars .calendar table td span {
        width: 100%;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        border-radius: 2px;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span,
    .orderform #receipt-calendars .calendar table td.available span {
        color: #fff!important;
    }
    .orderform #receipt-calendars .calendar table td.unavailable,
    .orderform #receipt-calendars .calendar table td.available {
        background-image: none;
    }
    .orderform #receipt-calendars .calendar table td.available span  {
        background: #A3C516;
    }
    .orderform #receipt-calendars .calendar table td.unavailable span  {
        background: #CD4841;
        cursor: not-allowed;
    }
    .orderform #select-calendar .calendar table th,
    .orderform #select-calendar .calendar table td,
    .orderform #receipt-calendars .calendar table th,
    .orderform #receipt-calendars .calendar table td {
        padding: 0 0 2px 0!important;
    }
    .orderform .arrow_box {
        top: 33px;
    }

    .orderform .month-title {
        border-bottom: none;
        padding-bottom: 14px;
    }

    .orderform .calendar thead tr {
        height: 24px;
    }

    .orderform #order_offer_summary h3,
    .orderform #order_offer_summary p,
    .orderform #order_offer_summary p a {
        max-width: 96%;
    }

    .orderform #order_offer_summary h2 span {
        font-weight: 200;
    }

}

}




/*HOTELSPAGE*/


.hotels-page * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.hotels-page {
    background: #fff;
}

.hotels-page #main-container {
    padding: 50px 0 0;
}

.hotels-page .descriptions {
    display: none;
}

.hotels-page #extra-offers {
    overflow: inherit;
}

.hotels-page #extra-offers .bolders {
    position: absolute;
    width: auto;
    margin: 0;
    bottom: -.7em;
    right: 1em;
}

.hotels-page #extra-offers h3 {
    margin: 10px 0 13px 10px;
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0;
}

.hotels-page #extra-offers li {
    position: relative;
    box-shadow: 0 1px 1px #c7c7c7;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.5em;
}

.hotels-page #extra-offers li:nth-child(3n) {
    margin-right: 0 !important;
}

.hotels-page #extra-offers li:hover {
    background: rgba(238,238,240,0.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.hotels-page #extra-offers li a {
    font-size: 0;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
}

.hotels-page input,.hotels-page button {
    font-family: helvetica,arial,sans-serif;
    font-weight: 200;
    text-transform: lowercase;
    font-size: 16px;
}

.hotels-page input[type=search] {
    padding: 15px;
    font-weight: 200;
}

.hotels-page .dropdown-wrapper .search-query {
    font-size: 16px;
}

.hotels-page .back-button,.hotels-page .logo {
    margin-top: 9px;
}

.hotels-page .mailinglist {
    margin-top: 0;
}

.hotels-page .content-container,.hotels-page #main-content.container-fluid {
    max-width: 1860px !important;
    padding: 0 32px;
}

.hotels-page.new-design #main-container {
    padding-bottom: 0;
}

.hotels-page .dropdown-wrapper {
    border: none;
}

.hotels-page .pushdown {
    font-size: 38px;
    text-transform: inherit;
    line-height: 1.2em;
    font-weight: 100;
    font-family: helvetica,arial,sans-serif;
    letter-spacing: 0;
    margin: 1em 0 0;
    padding: 0 !important;
}

.hotels-page .intro {
    font-family: helvetica,arial,sans-serif;
    font-style: inherit;
    padding: 0 150px;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: .4em;
    margin-bottom: 2.15em;
    font-weight: 200;
}

.hotels-page .mailinglist {
    max-width: 1800px;
}

.hotels-page .header-contact .phone-number {
    margin-top: 2px;
}

.hotels-page .search-toggle {
    border: none;
}

.hotels-page .mailinglist::after {
    right: 0;
}

@media screen and max-width 1024px {

    .hotels-page #extra-offers li {
        position: relative;
        box-shadow: 0 1px 1px #c7c7c7;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2.5em;
    }

    .hotels-page #extra-offers li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .hotels-page #extra-offers li:nth-child(3n) {
        margin-right: 2% !important;
    }

}



@media screen and max-width 768px {

    .hotels-page #extra-offers li {
        position: relative;
        box-shadow: 0 1px 1px #c7c7c7;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.5em;
    }

    .hotels-page #extra-offers li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .hotels-page #extra-offers li:nth-child(3n) {
        margin-right: 0 !important;
    }

}


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

keyframes

-------------------------------- */
@-webkit-keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry {
  0% {
    opacity: 0;
    -moz-transform: translateY(-1.4em);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.4em);
    -moz-transform: translateY(-1.4em);
    -ms-transform: translateY(-1.4em);
    -o-transform: translateY(-1.4em);
    transform: translateY(-1.4em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -moz-transform: translateY(2em);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-reverse {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transform: translateY(2em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -moz-transform: translateY(-0.6em);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(-0.6em);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-0.6em);
    -moz-transform: translateY(-0.6em);
    -ms-transform: translateY(-0.6em);
    -o-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
  }

  70% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -moz-transform: translateY(0.6em);
  }

  70% {
    opacity: 0;
    -moz-transform: translateY(0.6em);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes smooth-entry-btn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
    -moz-transform: translateY(0.6em);
    -ms-transform: translateY(0.6em);
    -o-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }

  70% {
    opacity: 0;
    -webkit-transform: translateY(0.6em);
    -moz-transform: translateY(0.6em);
    -ms-transform: translateY(0.6em);
    -o-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fof-alien {
  0%, 100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
  }
}
@-moz-keyframes fof-alien {
  0%, 100% {
    -moz-transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(-30px);
  }
}
@keyframes fof-alien {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes fof-shadow {
  0%, 100% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes fof-shadow {
  0%, 100% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes fof-shadow {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }