/* ==========================================================================
   Karol Huszal 24.03.2015
   ========================================================================== */

body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden !important;
}

a, img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#1f1a17;
}

a:hover {
	text-decoration: none;
}

a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* Top Bar */
.navbar.navbar-static-top {
    z-index: 3;
}

.navbar.navbar-static-top .container {
    position: relative;
}

.navbar .navbar-brand {
    height: 100px;
}

.main-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    position: absolute;
    bottom: -21px;
    right: 17px;
}

.main-menu li {
    display: inline-block;
    margin-left: 0px;
    margin-right: -2px;
}

.main-menu li a {
    display: block;
    background: #dedede;
    padding: 15px;
    color: #232323;
    text-transform: uppercase;
    font-size: 20px;
}

.main-menu li:first-child  a {
    -webkit-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}

.main-menu li:last-child a {
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

.main-menu li a:hover,
.main-menu li.active a {
    text-decoration: none;
    background: #f3f3f3;
}

.white {
    background: #fff;
}

.white img {
    max-width: 200px;
}
/* /Top Bar */

/* Menu Continents */
.menu-continents {
    background: #fca61b;
    /*margin-bottom: 25px;*/
}

.menu-continents a {
    color: #232323;
    font-weight: 500;
    font-size: 18px;
}

.menu-continents a:hover,
.menu-continents li.active a {
    background-color: #6F01C9 !important;
    color: #fff;
}

.menu-continents p {
    padding: 10px;
    margin-bottom: 0px;
    font-size: 18px;
}
/* /Menu Continents */

/* Breadcrumbs */
.breadcrumbs {
    margin-bottom: 10px;
    margin-top: 10px;
}

.breadcrumbs span {
    font-size: 12px;
    color: #555555;
    float: left;
    margin: 2px 5px 0 0;
}

.breadcrumbs ul li a {
    font-size: 12px;
    color: #555555;
}

.breadcrumbs ul li:last-child a {
    text-transform: uppercase;
    color: #fba61a;
    font-weight: 700;
}
/* /Breadcrumbs */

/* Banner */
.banner.container {
    padding-left:0px;
    padding-right: 0px;
}

.banner.container .col-md-9.col-sm-12 {
    padding-right: 0px;
}

.banner.container .col-md-9 .bxslider-wrapper,
.banner.container .col-md-9 .bxslider-wrapper .bx-wrapper,
.banner.container .col-md-9 .bxslider-wrapper .bx-viewport,
.banner.container .col-md-9 .bxslider-wrapper .bxslider,
.banner.container .col-md-9 .bxslider-wrapper .bxslider img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.banner.container .col-md-9 .bxslider-wrapper .bx-caption {
    cursor: pointer;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.bxslider-wrapper .bx-wrapper .bx-pager .bx-pager-link.active {
    background: #fca61b !important;
}

.banner.container .col-md-3.col-sm-12 {
   padding-right: 0px;
}

.banner.container .col-md-3.col-sm-12 form {
    padding-top: 15px;
     background: #fff;
    border: 1px solid #fca61b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.banner.container .col-md-3.col-sm-12 form .form-inline,
.banner.container .col-md-3.col-sm-12 form .checkbox {
    padding-left: 15px;
    padding-right: 15px;
}

.banner.container .col-md-3.col-sm-12 form .form-inline {
    margin-bottom: 17px;
}

.banner.container .col-md-3.col-sm-12 form .checkbox label {
    font-size: 14px;
}

.banner.container .col-md-3.col-sm-12 form label {
    font-weight: 300;
    font-size: 18px;
}

.banner.container .col-md-3.col-sm-12 form select {
    float: right;
    width: 50%;
}

.banner.container .col-md-3.col-sm-12 form .family select {
    float: right;
    width: 23%;
    padding: 2px 2px;
}

.banner.container .col-md-3.col-sm-12 form .family .plus {
    float: right;
    margin-top: 7px;
    display: block;
    padding: 0 1px 0 1px;
}

.banner.container .col-md-3.col-sm-12 form .btn {
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    background: #fca61b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 18px;
}

.banner.container .col-md-3.col-sm-12 form .date {
    width: 50%;
    float: right;
}

.banner.container .kmw_article_more {
    display: none;
}
/* /Banner */

/* Main */
#main {
    margin-top: 25px;
}

#main h1 {
    font-size: 36px;
    color: #131313;
    font-weight: 300;
}

.menu-agent {
    margin: 25px 0 25px 0;
}

.menu-agent a {
    font-weight: 400;
}
#main > .menu-agent > li {
    display: inline-flex;
    margin-bottom: 3px;
    border: 1px solid #f0f0f0;
}

.menu-agent a img {
    margin-right: 15px;
}
/* /Main */

/* Footer */
.footer {
    background: #e6e6e6;
    margin-top:25px;
    padding: 25px 0 25px 0;
    color: #919191;
}

.footer a {
    color: #919191;
}

.footer a:hover {
    color: #919191;
    text-decoration: underline;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h7,
.footer h8,
.footer h9 {
    color:#919191;
    font-size: 18px;
    font-weight: 700;
}

.footer .footer-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

.footer .footer-social {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.footer .footer-social li {
    display: inline-block;
}

.footer .footer-info {
    font-size: 12px;
    padding-left: 5px;
}

.footer .newsletter .btn {
    background: #fca61b;
    border-color: #fca61b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.under-footer {
    background: #959595;
    color: #fff;
    padding: 15px 0 15px 0;
    font-size: 11px;
    font-family: 'Source Sans Pro', sans-serif;
}

.under-footer a {
    color: #fff;
    font-weight: 700;
}

.under-footer a:hover {
    text-decoration: underline;
    color: #f3f3f3;
}
/* /Footer */

/* Subpage Holidays */

/*.tab-pane {
    display: none;
    margin-top: 10px;
}*/

/* Siedabar */
.booking {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dedede;
    margin-bottom: 25px;
}

.booking .price-info {
    padding: 15px;
    border-top: 1px solid #dedede;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.booking p.select-info {
    padding: 15px 15px 0 15px;
    font-size: 18px;
    line-height: 1;
    color: #999;
}

.booking select {
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    color: #fba61a;
    padding: 0 15px 0 15px;
    margin-bottom: 10px;
}

select.input-lg {
  height: 36px;
  line-height: 36px;
}

.booking a.btn {
    display: block;
    width: 100%;
    background: #8bc53e;
    color:#fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 10px 0;
    margin: 15px 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: 0px;
}

.booking a.btn:hover {
    background: #75ae2a;
}

.booking table tr td {
    border: 0px;
    font-size: 18px;
    color: #767676;
    font-weight: 300;
    padding-left: 0px;
}

.booking table tr td:last-child {
    color: #232323;
    padding-left: 0px;
}

.booking table tr td span.angielski {
    display: block;
    width: 25px;
    height: 13px;
    background: url(../images/en.jpg);
    margin-top:8px;
}

.booking table tr td span.polski {
    display: block;
    width: 25px;
    height: 13px;
    background: url(../images/pl.jpg);
    margin-top: 8px;
}

.food p {
  border: 0px;
  width: 100%;
  font-size: 18px;
  color: #767676;
  font-weight: 300;
  padding-left: 0px;
}

.food p:last-child {
  color: #232323;
  padding-left: 0px;
}

.menu-sidebar,
.nav.nav-tabs {
    border: 1px solid #dedede;
    border-top: 0px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #f3f3f3;
}

.menu-sidebar li a,
.nav.nav-tabs li a {
    text-transform: uppercase;
    color: #232323;
    border:0px;
    margin-right: 0px;
}

.menu-sidebar li a:hover,
.nav.nav-tabs li a:hover,
.nav.nav-tabs li.active a{
    background: #fba61a;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border:0px;
    margin-right: 0px;
}

.print-download {
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.print-download li a {
    text-transform: uppercase;
    color: #908f8f;
    font-size: 14px;
    padding: 5px 5px 5px 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.print-download li a:hover {
    background: #dedede;
    color: #908f8f;
    font-weight: normal;
}

.print-download li:last-child {
    border-left: 1px solid #dedede;
}

.without-print .print-download {
    display: none;]
}

.holliday h1,
.full h1{
    font-size: 43px;
    font-weight: 300;
    color: #232323;
    margin-bottom: 0px;
    margin-top: 25px;
}

.holliday h1.widget_h {
    margin-top: 0px;
    margin-bottom: 15px;
}

.holliday h2 {
    font-size: 24px;
    font-weight: 300;
    color: #232323;
    margin-top: 0px;
    margin-bottom: 0px;
}

.holliday h3 {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}

.holliday h3.main {
    font-size: 22px;
    font-weight: 300;
    color: #232323;
    margin-top:0px;
}

.holliday hr {
    margin-top: 10px;
    border-top: 1px solid #fba61a;
}

.holliday blockquote{
    width:40%;
    float: right;
    margin-left: 15px;
    font-size: 14px;
    border-left: 0px;
    padding: 15px;
    background: #f3f3f3;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 0 3px 0 #b2b2b2;
    box-shadow: 0 0 3px 0 #b2b2b2;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    margin-top: 0px;
}
/* /Sidebar */
/* /Subpage Holidays */

/* Search */
.table-search {
    border: 1px solid #00acef;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    border-top: 0px;
}

.table-search th {
    background: #00acef;
    color: #fff;
    text-transform: uppercase;
}

.table-search td {
    border-top: 1px solid #00acef !important;
}

.table-search {
    border-collapse: separate;
}
.table-search {
    border: solid #00acef 1px;
    border-radius: 4px;
    border-left:1px solid #00acef;
    border-top: 0px;
}
.table-search td, .table-curved th {
    border-top: 1px solid #ccc;
}

.table-search th:first-child {
    border-radius: 4px 0 0 0;
}
.table-search th:last-child {
    border-radius: 0 4px 0 0;
}
.table-search th:only-child{
    border-radius: 4px 4px 0 0;
}
.table-search tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.table-search tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.table-search td.place {
    vertical-align: middle;
    width: 350px;
}

.table-search td.place h6 {
    font-size: 24px;
    color: #232323;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.table-search td.place p {
    font-style: italic;
    line-height: 1;
    padding-right: 25px;
}

.table-search td.date {
    font-size: 18px;
    font-weight: 300;
    color: #555555;
    vertical-align: middle;
}

.table-search td.date p {
    margin-bottom: 0px;
}

.table-search td.price {
    vertical-align: middle;
    font-size: 24px;
    color: #232323;font-weight: 300;
}

.table-search td.price .confirm {
    font-size: 14px;
    font-weight: 600;
    color: #8bc53e;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
}

.table-search td.action,
.table-search td.img {
    vertical-align: middle;
    text-align: center;
    width: 180px;
}

.table-search td.action .btn {
    width: 90%;
}

.table-search td.action .btn.ask {
    background: #fba61a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.table-search td.action .btn.ask:hover {
    background: #da8800;
}

.table-search td.action .btn.book {
    background: #8bc53e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.table-search td.action .btn.book:hover {
    background: #68b600;
}

.table-search td.img img {
    max-width: 180px;
}

.table-search>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 0px;
}
/*/Search */

/* Landing Page */
.landing .navbar {
  margin-bottom: 0px;
}

.landing .footer {
  margin-top: 0px;
}

.landing h1 {
    color: #fff;
    font-size: 62px;
    line-height: 1;
    font-weight: 100;
    max-width: 600px;
    margin-top: 50px;
}

.landing .kmw_article.huge {
    font-size: 62px;
    line-height: 1;
    font-weight: 100;
    max-width: 600px;
    margin-top: 50px;
}

.landing .special .special {
    background-color:rgba(255,255,255,0.7);
    padding: 25px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    max-width: 600px;
    margin-top: 100px;
    margin-bottom: 65px;
}

.landing .special h1,
.landing .special h2 {
    margin-top:0px;
    font-weight: 300;
    font-size: 30px;
    color: #333;
}

.landing .banner.container .col-md-3.col-sm-3 form {
    padding-top: 15px;
     background: #fff;
    border: 1px solid #fca61b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 50px;
}

.landing .banner.container .col-md-3.col-sm-3 form .form-inline,
.landing .banner.container .col-md-3.col-sm-3 form .checkbox {
    padding-left: 15px;
    padding-right: 15px;
}

.landing .banner.container .col-md-3.col-sm-3 form .form-inline {
    margin-bottom: 17px;
}

.landing .banner.container .col-md-3.col-sm-3 form .checkbox label {
    font-size: 14px;
}

.landing .banner.container .col-md-3.col-sm-3 form label {
    font-weight: 300;
    font-size: 18px;
}

.landing .banner.container .col-md-3.col-sm-3 form select {
    float: right;
    width: 50%;
}

.landing .banner.container .col-md-3.col-sm-3 form .btn {
    width: 100%;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    background: #fca61b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 27px;
}

.landing .banner.container .col-md-3.col-sm-3 form .date {
    width: 50%;
    float: right;
}

.landing .banner.container .kmw_article_more {
    display: none;
}

.landing .form-horizontal .form-group {
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0;
}

.landing .form-horizontal .form-group label {
    font-size: 16px !important;
}

.agent .banner .kmw_article_text,
.agent .banner .kmw_article_text p,
.agent .banner .kmw_article_text span{
  font-size: 18px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}

.agent .col-md-12.col-sm-12 .kmw_article_text,
.agent .col-md-12.col-sm-12 .kmw_article_text p,
.agent .col-md-12.col-sm-12 .kmw_article_text span{
  font-size: 18px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
/* /Landing Page */

/* Homepage Promo Boxes */
.promo-trips .promo-box {
    background: #f2f2f2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 #dedede;
    box-shadow: 0 2px 2px 0 #dedede;
    position: relative;
    margin-bottom: 30px;
}

.promo-trips .promo-box .promo-title a {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 7px 0 7px 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+1) .promo-box .promo-title a {
    background: #00acef;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+2) .promo-box .promo-title a {
    background: #ff0000;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+3) .promo-box .promo-title a {
    background: #b66cac;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+4) .promo-box .promo-title a {
    background: #fba61a;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+5) .promo-box .promo-title a {
    background: #2a388f;
}

.promo-trips .col-md-4.col-sm-6:nth-child(6n+6) .promo-box .promo-title a {
    background: #8bc53e;
}

.promo-trips .promo-box .confirm-stamp-red,
.promo-trips .promo-box .confirm-stamp-white,
.promo-trips .promo-box .confirm-stamp-black {
    position: absolute;
    top: 115px;
    right: 15px;
    z-index: 2;
    width: 177px;
    height: 81px;
    background: url(../images/confirm-stamps.png) no-repeat top left;
}

.promo-trips .promo-box .confirm-stamp-black{ background-position: 0 0; width: 177px; height: 81px; }
.promo-trips .promo-box .confirm-stamp-red{ background-position: 0 -131px; width: 177px; height: 81px; }
.promo-trips .promo-box .confirm-stamp-white{ background-position: 0 -262px; width: 177px; height: 81px; }

.promo-trips .promo-box .promo-subtitle {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #555;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    height: 32px !important;
}

.promo-trips .promo-box .col-md-4.col-sm-4 {
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    padding-left: 30px;
    padding-right: 0px;
    height: 45px;
}

.promo-trips .promo-box .col-md-4.col-sm-4.big {
    font-size: 30px;
}

.promo-trips .promo-box .col-md-4.col-sm-4.small {
    padding-top: 15px;
}

.promo-trips .promo-box .col-md-8.col-sm-8 {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    padding-right: 30px;
    text-align: right;
    height: 45px;
    color: #232323;
}

.promo-trips .promo-box .col-md-8.col-sm-8 .super-price {
    float: none;
    text-align: right;
    font-size: 30px;
}

.promo-trips .promo-box .col-md-8.col-sm-8.big {
    font-size: 30px;
}

.promo-trips .promo-box .col-md-8.col-sm-8.big span {
    font-size: 18px;
    margin-right: 5px;
}

.promo-trips .promo-box .promo-img img {
    margin: 0 auto;
    text-align: center;
}
/* /Homepage Promo Boxes */

/* Media Queries */
@media (max-width: 1200px) {
    .banner.container .col-md-9.col-sm-9 {
        padding-right: 15px;
    }

    .banner.container .col-md-3.col-sm-12 form .form-inline {
        margin-bottom: 10px;
    }

    .form-horizontal .checkbox {
        padding-top: 0px;
    }

    .banner.container .col-md-3.col-sm-12 form .btn {
        margin-top: 7px;
    }

    .promo-trips .promo-box .confirm-stamp-red, .promo-trips .promo-box .confirm-stamp-white, .promo-trips .promo-box .confirm-stamp-black {
        top: 85px;
    }

    .promo-trips .promo-box .col-md-4.col-sm-4 {
        font-size: 12px;
    }

    .promo-trips .promo-box .col-md-8.col-sm-8.big {
        font-size: 24px;
    }

    .promo-trips .promo-box .col-md-4.col-sm-4.big {
        font-size: 24px;
    }

    .promo-trips .promo-box .col-md-4.col-sm-4 {
        height: 35px;
    }

    .promo-trips .promo-box .col-md-8.col-sm-8 {
        height: 35px;
    }

    .promo-trips .promo-box .col-md-4.col-sm-4.small {
        padding-top: 9px;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        max-width: 200px;
    }

    .main-menu li a {
        padding: 15px 10px 15px 10px;
        font-size: 18px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .main-menu {
        bottom: -1px;
    }

    .main-menu li {
        display: block;
        float: left;
        margin-left: 1px;
        margin-right: 0px;
    }

    .menu-continents a {
        font-size: 16px;
    }

    .banner.container {
        padding-left: 0px;
        padding-right: 15px;
    }


}

@media (max-width: 768px) {
    .navbar-toggle {
        border-color: #fca61b;
        margin-top: 35px;
    }

    .navbar-toggle .icon-bar {
        background: #fca61b;
    }

    .main-menu {
        list-style: none;
        padding: 0px;
        margin: 0px;
        float: none;
        position: relative;
        display: table;
        width: 100%;
        overflow-y: hidden;
    }

    .main-menu li {
        display: block;
        float: none;
        text-align: center;
    }

    .main-menu li:first-child a,
    .main-menu li:last-child a {
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .container>.navbar-collapse {
        margin-right: -32px;
    }

    .banner.container,
    .promo-trips .promo-box {
        margin: 0 15px 15px 15px;
    }

    .footer .col-md-4.col-sm-4 {
        margin-bottom: 30px;
    }

    .breadcrumbs {
        padding-left: 15px;
    }

    /*.bxslider-wrapper,*/
    .print-download {
        display: none;
    }

    .table-responsive {
        border: 0px;
    }

    .menu-sidebar {
        border: 1px solid #dedede;
        border-top: 1px solid #dedede;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        background: #f3f3f3;
    }

}


/* Merlin */
.merlin_results {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #00acef;
    margin: 0px 0 15px 0;
}

/* Gallery Yobboo */
.gallery-yobboo a img,
.hotel-gallery .hide-me a img {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 0px;
    max-width: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.gallery-yobboo a,
.hotel-gallery .hide-me a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-yobboo a .gallery-icon,
.hotel-gallery .hide-me a .gallery-icon {
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url('../images/gallery-icon.png');
    bottom: 0px;
    right: 0px;
    position: absolute;
    z-index: 999;
}

/* Yobboo Form */
.yobboo-form label {
    font-size: 18px;
    color: #767676;
    font-weight: 300;
}

.yobboo-form .checkbox label {
    font-size: 12px;
}

/* Ons */
iframe {
    margin-top:25px;
    margin-bottom: 25px;
}

.hotel-gallery .hide-me a img {
	display: none;
}

.hotel-gallery .hide-me:first-child a img {
	display: block;
}

ul#merlin-results-nav-here li a {
    color: #555;
    display: inline-block;
    padding: 3px;
}

ul#merlin-results-nav-here li.active a {
    color: #00acef;
}

/* Datepicker + Callendar */
.picker__frame {
  max-width: 300px;
}

.picker__day {
  padding: .0125em 0;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
  font-size: .6em;
}

.kmw_article {
    overflow: visible;
}




/* PRINT CSS */
@media print {

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

     #preview, .menu-continents, .breadcrumbs, .col-md-3.col-sm-4.hidden-xs, .footer {
	display: none;
     }
     a:after {
      content: " [" attr(href) "] ";
      text-decoration: none;
      display: inline;
    }
    body, .banner.container .col-md-9.col-sm-8 {
      overflow:hidden !important;
      float: none !important;
      width: auto;

      margin: 0;
      border: initial;
      border-radius: initial;
      width: initial;
      min-height: initial;
      box-shadow: initial;
      background: initial;
      page-break-after: always;
    }

    .tab-content > .tab-pane {display: block !important; opacity: 1 !important;height: 100%!important;}
}

/* Landing Form */
.supernova .form-all, .form-all {
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px !important;
    background: #f00;
}

/* Fancy Box */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.src{
  position: relative;
  width: 100%;
}
.src_pos{
  padding: 5px 0 0 0;
}
.tl_src{
  background: #fba61a;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 7px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.tl_src a{
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 7px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
