@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,500,700,900&subset=latin,latin-ext);
/* CSS Document */

/* ==========================================================================
   ==========================================================================
   SECTION: Normalize
   ==========================================================================
   ========================================================================== */


* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    margin: 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

p {
    margin:18px 0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Base
   ==========================================================================
   ========================================================================== */
html {
    font-size:16px;
}

body {
    color:#000;
    /*font-family: arial,Verdana,Helvetica,sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    font-size:0.875em;
    line-height:1.2857142857em;
    text-align:center;
}

h1, h2 {
    font-size:1.428571em;
    font-weight: normal;
    line-height:1.1em;
}

h3 {
    font-size:1.14285714em;
    font-weight:normal;

}

a {
    color:#00aef0;
    text-decoration: none;
}

.contact__node-value {
    color:black;
}

textarea {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: textfield;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
}

input[type="text"], input[type="password"] {
    height:36px;
    line-height:36px;
    padding:0 9px;
}

select {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    line-height: 36px;
    max-height: 36px;
    padding: 9px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* ==========================================================================
   ==========================================================================
   SECTION: Layout
   ==========================================================================
   ========================================================================== */
#content:after {
    content: '';
    clear: both;
    display: block;
}
.container {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    height: 576px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 980px;
    font-weight: 200;
}


.container > .header {
    background-color: #eaeaea;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 18px;
    padding: 18px 0 17px;
}

.container > .header:after {
    content: '';
    clear: both;
    display: block;
}

.container > .footer {
    padding:1.0em 0 1.0em;
    clear: both;

}
.container > .footer:after {
    content: '';
    clear: both;
    display: block;
}

.l-row {
    min-height: 36px;
    padding: 0 19px;
    width: 100%;
}

.l-content {
    height:396px;
}

.container--terms .l-content {
    height: 468px;
}

.l-col6 {
    float: left;
    margin-left: 2%;
    width: 49%;
}

.l-col6:first-child {
    margin-left:0px;
}

.l-col4 {
    float: left;
    width:35%;
}

.l-col8 {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    float: right;
    height: 396px;
    padding: 18px 0px;
    width: 63%;
}

.l-frame {
    height: 360px;
    overflow-x:hidden;
    overflow-y:auto;
    padding: 0 20px;
    width: 100%;
}

/* ==========================================================================
   ==========================================================================
   SECTION: Icons
   ==========================================================================
   ========================================================================== */

/* ==========================================================================
   ==========================================================================
   SECTION: Modules
   ==========================================================================
   ========================================================================== */



/* ==========================================================================
   buttony
   ========================================================================== */

.btn {
    background-color:#f1f1f1;
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 1px;
    color:#000;
    cursor: pointer;
    display: inline-block;
    font-size:14px;
    height: 36px;
    line-height:34px;
    text-align:center;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 500;
}

.btn:hover {
    background-color: #00AEF0;
    border-color: #0099CC;
    color: #FFFFFF;
}

.btn:hover i:before {
    color: #FFFFFF !important;
}

.container--booking-options ul.room-options-list .btn {
    height: 20px;
    line-height:17px;
    font-size:13px;
    padding: 0 5px;
}
.container--booking-options .quantity-control .quantity {
    height: 20px;
    line-height:17px;
    font-size:13px;
    width: 30px;
}

.localization-settings__submit{
    height: auto;
    line-height: normal;
    padding: 10px 5px;
    white-space: normal;
    width: 100%;
}


.btn[disabled] {
    cursor:not-allowed;
    opacity:0.5;
}

.btn-primary {
    background-color:#00aef0;
    border-color:#0099cc;
    border-style: solid;
    border-width: 1px;
    color:#FFF;
}

.quantity-control button:hover {
    background-color:#028BBF;
}

.btn-primary:hover {
    background-color:#028BBF;
}

.btn-danger {
    background-color:#ff4444;
    border-color:#cc0000;
    border-style: solid;
    border-width: 1px;
    color:#FFF;
}

.btn-danger:hover {
    background-color: #cc0000;
    border-color: #880000;
}

.btn-big {
    font-size:20px;
    height: 54px;
    line-height:52px;
    padding:0 10px;
}

.btn .tile {
    border-color: inherit;
    border-style: solid;
    border-width: 0 1px 0 0;
    float:left;
}

.btn-group {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group > .btn + .btn {
    margin-left: -1px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group-horizontal > .btn + .btn {
    margin-top: -1px;
}

.btn-group-horizontal > .btn:first-child {
    margin-top: 0;
}

.btn-prev {
    float:left;
    overflow: hidden;
    padding:0px;
    width:220px;
}

.btn-next {
    float:right;
    overflow: hidden;
    padding:0px;
    width:220px;
}

/* ==========================================================================
   waluty
   ========================================================================== */

.currency, .price-currency, .summary-currency {
    padding-left:3px;
}

/* ==========================================================================
   RWD rozpoznaje punkty łamania
   ========================================================================== */
#viewType{
    width:3px;
}
/* specyficzne css dla RWD */
.mobile_visible{
    display: none;
}

/* ==========================================================================
   Top i menu górne
   ========================================================================== */

.hotel-name {
    float: left;
    height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    padding-top: 5px;
    white-space: nowrap;
}

.hotel-name a {
    color:#000000;
    text-decoration: none;
}

.longer-hotel-name {
    float: left;
    height: 1.8em;
    text-overflow: ellipsis;
    width: 240px;
}

.longer-hotel-name a {
    color:#000000;
    text-decoration: none;
}

.navigation {
    float: left;
    list-style:none;
    margin: 0 100px 0 0;
    padding-left: 0;
    width: 600px;
}

.navigation > li {
    float: left;
    position: relative;
    margin-left:10px;
}

.navigation [class^="icon-"], .navigation [class*=" icon-"] {
    position:absolute;
}

.btn-contact {
    width:180px;
    padding-left: 0;
}

.btn-contact .tile {
    background: url('/images/mask/map.png') center center no-repeat;
    height:34px;
    width:34px;
}

.btn-account {
    display: block;
    overflow: hidden;
    padding: 0 20px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.btn-settings {
    width:140px;
}

.btn-language {
    padding-right:10px;
    text-transform: capitalize;
    width:80px;
}

.btn-currency {
    width:60px;
}

/* ==========================================================================
   lista pokojów - komponent objects.xsl
   ========================================================================== */

.room-list {
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}

.container--booking-options .room-list{
    width:106%;
}

.container--booking-options #room-tabs .room-list{
    width:100%;
}

.room-options__section--is-hidden {
    display: none;
}
.container--booking-choice .room-list{
    border: 1px solid #D6D6D6;
}


.conditions-link {
    padding-top: 65px;
}

.conditions_message {
    font-family: "Roboto Condensed",sans-serif;
    line-height: 1.28571em;
    font-size: 15px;
    font-weight: 500;
}

#content #clear_button {
    position: relative;
    top: -10px;
}

#room-choice-summary {
    margin-bottom: 20px;
}
#choice-time-summary {
    margin-top: -10px;
    height: 30px;
}

.payment_icon {
    height: 14px;
}

#payments_icon_wrapper {
    width: 215px;
    height: 54px;
    float: left;
    text-align: center;
}

.summary-desc {
  /*  position: relative;;
    margin-left: 39%; */
    display: inline-block; 
}
.container--booking-confirm .room-list{
    border:none;
}

.container--booking-confirm .room-icon div.room-icon{
    display: none;
}

.condition_of_reservation--booking-confirm {
    list-style: none outside none;
    min-height: 74px;
    display: block;
    line-height: 1.1;
    font-weight: 200;
}

.room-list-four {
    height:361px;
    overflow-y: auto;
}

.room-list-four--scrollable {
    height:361px;
    overflow-y:auto;
}

.room-list--confirm {

    height: 270px;
    overflow-y:auto;
}



.room-window {
    height: 312px;
    overflow: scroll;
    overflow-x: hidden;
    position:relative;
    width:106%;
}

.room-tabs {
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
}

.room-tabs .room {
    cursor: pointer;
}

.room {
    border-top: 1px solid #d6d6d6;
    min-height:89px;
    width:100%;
}
.room:after,.room:before {
    content: '';
    display: block;
    clear: both;
}



.room-list--confirm .room, .room-list--details .room {
    /*  border-left:none;
      clear: both;
      display: table;
      height:auto;
      min-height: 90px;  */
}


.room--is-active {
    background-color:#83DCFC;
    position:relative;
}

.room--is-active .room-price .price-value, .room--is-active .room-price .price-currency{
    color: #00AEF0;
}

.room--is-active .room-capacity, .room--is-active .room-name {

}

/* jeden*/
.count-room-1 .room--is-active{
    background: none;
    color: #000000;
}

.count-room-1 .room--is-active .room-name {
    color: #000000;
}
.count-room-1 .room--is-active .room-capacity, .count-room-1 .room__addons-list {
    color: #666;
}


.count-room-1 .room__addons-list-label{
    clear: both;
    font-size: inherit;
    margin-bottom:3px;
}

.count-room-1 .room-price {
    padding-top: 10px;
    padding-right: 0;
}

.count-room-1 .room-name {
    height: auto;
    padding: 0;

}

.room__description{
    font-weight: 200;
    font-size: 14px;
}


.count-room-1 .arrow, .count-room-1 .room--is-active .arrow{
    border-right-color: #D6D6D6;

}

.count-room-1 .room-icon{
    height: 145px;
    width: 50%;
}

.count-room-1 .room-icon a {
    height: 145px;
}




/* dwa*/




.count-room-2 .room__description {
    clear: both;
    height: 82px;
    overflow: hidden;
    padding: 10px 0;
}

.count-room-2 .arrow{
    border-right-color: #D6D6D6;
}

.count-room-2 .room-icon a , .count-room-2 .room-icon{

}

.count-room-2 .room-name {
    height: auto;
    padding: 0;

}
.count-room-2 .room-price{
    padding-top: 5px;
    padding-right: 0;
}

.count-room-2 .room__addons-list{
    color: #666666;
    line-height: normal;
    font-weight: 200;
}

.room--is-active .arrow/*,
 .room--is-active .arrow:after */{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.room--is-active .arrow {
    border-width: 11px;
    top: 50%;
    right:-1px;
    margin-top: -11px;
    /*border-right-color: #ffffff;*/
    border-left-width: 0;
    z-index: 2;

}


.count-room-1 .room--is-active .arrow:after {

    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    content: "";
    left: 2px;
    position: absolute;
    top: -10px;

}

.room:first-child {
    border-top: none;
}

.room-icon {
    float: left;
    height: 89px;
    margin-right: 3%;
    overflow: hidden;
    width: 40%;
}

.container--booking-choice .room-icon{
    width: 27%;
}

.container--booking-confirm .room-container, .container--booking-details .room-container {
    max-height: 316px;
    overflow: auto;
    position: relative;
}

.container--booking-confirm .room-icon,.container--booking-details .room-icon{
    display: none;
}
.container--booking-confirm .room-name, .container--booking-details .room-name{
    height: auto;
}
.container--booking-confirm .count-room-1 .room-name, .container--booking-details .count-room-1 .room-name{
    /*  height: 45px; */
}
.container--booking-confirm .count-room-1 .room-icon,.container--booking-details .count-room-1 .room-icon{
    display: block;
    float: left;
}
.container--booking-confirm .count-room-1 .room__addons-list-label, .container--booking-details .count-room-1 .room__addons-list-label{
    clear: none;
}
.container--booking-confirm .room-name{
    height: auto;
    padding: 0;
}
.container--booking-confirm .count-room-1 .room__addons_wrapper, .container--booking-details .count-room-1 .room__addons_wrapper {
    float: none;
    margin-bottom: 5px;
    padding-left: 0;
    width: auto;
}
.container--booking-confirm .room{
    min-height: 0;
    padding: 10px 0;
}

.room-icon a {
    display: block;
    height: 90px;
    position: relative;
    overflow: hidden;
    width: 100%;

}

.room-icon a img {
    width: 100%;
}

.room-icon__more {
    background-color: #999;
    background-color:rgba(0,0,0,0.5);
    color:#FFF;
    display:none;
    line-height: 35px;
    text-align: center;

    position:absolute;
    bottom:0;
    left:0;
    right:0;
    bottom:0;
}

.room-icon a:hover .room-icon__more {
    display:block;
}

.quantity-control{}

.room .quantity-control {
    font-size:12px;
    text-align: center;
    float: right;
    padding: 10px 10px 0 0;
    /*border: medium none;
    float: right;
    padding: 26px 0;
    position: relative;
    vertical-align: middle;
    width: 120px;
    text-align: center; */
}

.room .quantity-control .increase {

}

.quantity-control .quantity-control__prefix {

    display: block;
}

.quantity-control .quantity-control__suffix {
    /*  display: block;
     font-size:12px;
     left: 0px;
     position:absolute;
     right:20px;
     bottom:5px;
     text-align: center; */
}

.room-name {
    color:#000;
    display: block;
    font-weight: 500;
    /*  height: 45px; */
    overflow: hidden;
    padding: 5px 20px 0 0;
    text-overflow: ellipsis;
}

.room-capacity {
    color: #666666;
    display:block;
    font-size:12px;
    padding-right:20px;
    margin-top: -3px;
}

.room-price {
    display:block;
    padding-right:20px;
}

.persons-prices {
    float: left;
    height: 48px;
    margin: 6px 6px 3px;
    text-align: center;
    width: 40px;
}

.person-price {
    clear: both;
    margin-top: -3px;
}

.persons-prices-capacity {
    float: left;
    height: 45px;
    margin: 5px 7px;
    text-align: center;
    width: 50px;
}

.capacity-number-container {
    float: left;
    vertical-align: middle;
    display: table;
    height: 33px;
}

.capacity-number-value {
    vertical-align: middle;
    font-size: 18px;
    font-family: "Roboto Condensed";
    color: rgb(80,80,80);
    letter-spacing: -1.5px;
    display: table-cell;
}

.person-price-value {
    color: #00AEF0;
    font-size: 11px;
    font-weight: normal;
}

.persons-currency {
    padding-left: 1px;
}

.persons-prices-with-capacity {
    float: left;
    height: 48px;
    margin: 6px 6px 3px;
    text-align: center;
    width: 40px;
}

.img-persons {
    border: 0 none;
    width: 68%;
}

.img-capacity {
    float: left;
}

.room-prices-container {
    display: block;
    padding-right: 20px;
}

.dotted-container {
    float: left;
    margin: 5px -4px 0px;
    text-align: center;
    width: 22px;
}

.dotted {
    clear: both;
    color: #505050;
    font-family: "Roboto Condensed";
    font-size: 30px;
    letter-spacing: -1.5px;
}

.room-price .price-value, .room-price .price-currency {
    font-size: larger;
    font-weight: normal;
    color: #00AEF0;
}

.special_offer .room-icon{
    position: relative;
}

.special_offer .ribbon{
    background: rgb(211, 32, 17);
    background: rgba(211, 32, 17, 0.8);
    color: #FFFFFF;
    display: block;
    font-size: 9px;
    line-height: 1;
    font-family: arial;
    padding: 4px 5px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
}


.price-additional--hidden {
    display:none;
}

.room-price-after {
    padding-left:5px;

    font-size: small;
}

/* detale dla booking/options */
.room-container {
    position:relative;
}

.room .room-options {
    display:none;
}

.room-options {

    display: none;

    padding: 0 15px;

}

.condition_of_reservation--booking-options {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px 0 0;
    list-style: none outside none;
    min-height: 74px;
    padding: 10px 10px 10px 20px;
    display: block;
    line-height: 1.1;
    font-weight: 200;
}

.room-options-list {
    display: block;
    height: 360px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y:auto;
    width: 100%;
}

.room-options__section {
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 0 0 1px;
    list-style: none outside none;
    min-height: 74px;
    padding: 10px 10px 10px 20px;
    display: block;
    line-height: 1.1;
    font-weight: 200;
}

.room-options__section li {
    list-style: disc outside;
    margin-left: 30px;
    padding: 2px 0;
}

.room-options__included {
    text-align: left;
    list-style-type: disc;
}

.special-offer-wrapper{
    position: relative;
}

.room-options__section.offer_name{
    border: medium none;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: 0;
    padding: 0;
}

.room-options__section:last-child {
    border-width: 0;
}

.room-options__label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
.room-options__label-included {
    font-weight: 500;
}

.room-options__capacity {
    line-height: 24px;
}

.room-roll-away-beds {
    display: table-cell;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.special-offer-info {
    background: none repeat scroll 0 0 #D32011;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px 10px;
    line-height: normal;
    margin-left: 10px;
    white-space: nowrap;
}




.display_inline label{
    margin-left: 5px;
}

.display_inline > *{
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.room-options__label--optional:after  {
    content: '';
    display: block;
}

.room-options__label > *, .room-options__label--optional > *  {
    font-weight: 500;
    vertical-align: middle;
    font-size: 15px;
}

.room-options__addon-option input{
    margin-right: 5px;

}

.room-options__label input {
    margin-left: -20px;
    margin-right: 7px;
    vertical-align: middle;
}

.container--booking-options .room{
    padding: 0px;
}

.container--booking-options .count-room-2 .room{
    padding: 10px;
}

.container--booking-options .count-room-1  .room{
    padding: 0 14px 0 0;
}


.room-pagination {
    display: table;
    height: 30px;
    width: 100%;
    font-size: 19px;
    margin-top: 10px;
}

.room-pagination > * {
    color: #222;
    display:table-cell;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    width: 36px;
}

.room-pagination > .next, .room-pagination > .prev {
    width:30px;
}

.room-pagination .current {
    color: #00AEF0;
    font-weight: bold;
}

.room__addons-list-label {
    display: block;
    font-weight: bold;
    font-weight: 500;
    padding:0;
    margin-bottom: 3px;
}
.room__show-description.btn{
    height: auto;
    line-height: 1.1;
    padding: 10px 5px;
}

.room__addons_wrapper {
    float: right;
    padding-left: 15px;
    width: 60%;
}

.room__addons-list {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.2;
    list-style: none outside none;
    margin-left: 0;
    padding: 0;
}

.room__addons-list li{
    display: inline;
}
.room__addons-list li:after{
    content: ',';
}
.room__addons-list li:last-child:after{
    display: none;
}

.p2p {
    height:360px;
}

.p2p-list {
    border-color:#D6D6D6;
    border-style:solid;
    border-width:1px 0 0;
    height:360px;
    list-style:none;
    margin:0;
    overflow-y: auto;
    padding:0;
    width:100%;
}

.p2p-offer {
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 0px 1px 1px;
    height:90px;
    width:100%;
}

.p2p-offer__link {
    float: right;
    margin: 27px 20px 0 0;
    padding: 0 10px;
}

.p2p-offer__name {
    display:block;
    font-weight:bold;
    padding:9px 20px 0;
}

.p2p-offer__capacity {
    color: #7F7F7F;
    display: block;
    font-size: 12px;
    padding:0px 20px;
}

.p2p-offer__address, .p2p-offer__price {
    display:block;
    padding:0px 20px;
}

.p2p-offer__price .prive-value {
    font-weight:bold;
}

/* jeden pokój */

.room--one {
    height:359px;
}

.room--two {
    height: 179px
}

.room--two .room-icon{
    height: 170px;
    margin: 4px 15px 4px 4px;

}

.room--one .room-icon{
    height: 170px;
    margin: 15px;
}

.room--one .room-icon a, .room--two .room-icon a{
    height: 170px;
}




.container--booking-choice .room--two .room-icon, .container--booking-choice .room--one .room-icon{
    width: 39%;
}


.room--one .special_offer .ribbon, .room--two .special_offer .ribbon{
    font-size: 11px;
}

.room--one .room-name {
    padding-top:18px;
}

.room--one .quantity-control, .room--two .quantity-control {
    float: right;
    padding-right: 10px;
    text-align: center;
}

.room--one .quantity-control {
    margin-top: 18px;
}

.room--one .room-capacity {
    margin-bottom: 10px;
}

.room--one .quantity-control__prefix, .room--two .quantity-control__prefix {
    color: #666666;
    font-size: 12px;
}

.room--one  .quantity-control__suffix, .room--two  .quantity-control__suffix {
    color: #666666;
    font-size: 11px;
}

.room--one .room__description, .count-room-1 .room__description {
    clear: both;
    height: 90px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 20px 0;
}
.count-room-1 .room__description{
    padding: 15px 0 0;
}

.room--one .room__show-description {
    margin: 0 15px 15px;
    padding: 10px 5px;
}


/* ==========================================================================
   szczegóły rezerwacji
   ========================================================================== */
.container--booking-details{

}

.container--booking-details .l-content, .container--booking-details .l-col8{
    height: 440px;
}

.container--booking-details .l-frame {
    height: 400px;
}
/*
.container--booking-details .credit-card-frame {
    height: 360px;
}
*/

.container--booking-details .powered_by{
    padding-top: 0;
}

.container--booking-details .l-row{
    min-height: 0;
    
}

.container--booking-details.container > .footer {
    padding: 12px 0 0;
}


/* ==========================================================================
   kontrolka ilości
   ========================================================================== */

.quantity-control {
    border:none;
}
.quantity-control > * {
    vertical-align: middle;
}

.quantity-control .increase {

    /* float: right;
     margin-left:-1px;
     width:36px; */

}

.quantity-control .increase i:before, .quantity-control .decrease i:before{
    color: #000;
    font-size: 10px;
}
.quantity-control .increase i, .quantity-control .decrease i{
    background: none;
}
.quantity-control .decrease {

    /* float: right;
     width:36px; */

}

.quantity-control .quantity {
    width:40px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    /*  float: right;
     height:36px;
     line-height: 36px;
     margin-left:-1px;
     text-align: center;
     width:30px;
     padding: 0;*/
}

/* ==========================================================================
   kalendarz
   ========================================================================== */

.calendar-wrapper {
    width:100%;
}

.calendar-header, .calendar-wrapper .header {
    background-color:#f1f1f1;
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 1px;
    color:#000;
    font-size:16px;
    height: 48px;
    line-height:48px;
    text-align: center;
    width:100%;
    font-weight: 500;
}

#next_month {
    display:none;
}

.calendar-weekdays, .day_labels {
    background-color:#f1f1f1;
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 0 1px 1px;
    font-size: 12px;
    height:18px;
    width:100%;
}

.calendar-weekdays .day, .calendar-weekdays, .day_labels span {
    float:left;
    text-align:center;
    width:12.48%;
}

.days .number {
    display: block;
    font-weight: normal;
    height: 35px;
}

.days .month {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 17px;
}

.calendar-controls {
    float:right;
    margin-top:-1px;
    width:13%;
}

.calendar-controls .btn {
    font-size: 30px;
    height: 55px;
    width:100%;

}

.calendar-controls .btn i:before{
    color: #000;
}
.calendar-body, .days {
    float: left;
    /*  height: 270px;  */
    overflow: hidden;
    width: 87%;
}

.calendar-body .day, .days span {
    background-color:#FFF;
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    font-size:20px;
    height:55px;
    float:left;
    line-height:55px;
    margin-top:-1px;
    text-align:center;
    width: 14.28%;
}

.calendar-legend {
    background-color:#f1f1f1;
    border-color:#d6d6d6;
    border-style: solid;
    border-width: 0 1px 1px;
    clear: both;
    font-size: 12px;
    list-style: none;
    margin: 0px;
    padding: 3px 0 3px;
    width:100%;
}

.calendar-legend:after{
    content: '';
    clear: both;
    display: block;
}

.calendar-legend .definition {
    color:#666;
    float:left;
    font-size:12px;
    margin-left: 10px;
    width:auto;
}

.calendar-legend .day {
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 14px;
    margin-right: 3px;
    vertical-align: middle;
    width: 20px;
}

.calendar-legend .day-available {
    background-color:#FFFFFF;
}

.calendar-legend .day-unavailable {
    background-color:#ddd;
}

.calendar-legend .day-selected {
    background-color:#83dcfc;
}

.hidden {
    visibility:hidden;
}

.display-none {
    display: none;
}

.no-height {
    height: 0px;
}

.choice_summary {
    font-weight: 200;
}

#time_choice div.days span::selection, #time_choice div.day_labels span::selection {
    background:transparent;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursror:pointer;
}

#time_choice div.days span::-moz-selection, #time_choice div.day_labels span::-moz-selection {
    background:transparent;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursror:pointer;
}

#time_choice div.days span::-webkit-selection, #time_choice div.day_labels span::-webkit-selection {
    background:transparent;
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursror:pointer;
}

/* stare style */

#time_choice span.blocked {
    background: #ddd;
    color: #7a7a7a;
    cursor:not-allowed;
}

#time_choice span.available {
    cursor: pointer !important;
}

#time_choice span.selected {
    background-color: #83dcfc;
}

#time_choice div.days span.reserved {
    color:#f00;
}


#time_choice div.days span.selected-first {
    background: #83DCFC; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(131,220,252,1) 50%, rgba(131,220,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(131,220,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(131,220,252,1) 50%, rgba(131,220,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(131,220,252,1) 50%, rgba(131,220,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(131,220,252,1) 50%, rgba(131,220,252,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(131,220,252,1) 50%, rgba(131,220,252,1) 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#83dcfc',GradientType=1 ); IE6-9 fallback on horizontal gradient */
}

#time_choice div.days span.selected-last {
    background: #83DCFC; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(131,220,252,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(131,220,252,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(131,220,252,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83dcfc', endColorstr='#ffffff',GradientType=1 );  IE6-9 fallback on horizontal gradient */
}

#time_choice div.days span.blocked-first {
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(221,221,221,1) 50%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );  IE6-9 fallback on horizontal gradient */
    color:#393939;
    cursor:pointer;
}

#time_choice div.days span.blocked-last {
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(221,221,221,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );IE6-9 fallback on horizontal gradient */
    color:#393939;
    cursor:pointer;
}

#time_choice div.days span.blocked-first.selected-last {
    background: #83DCFC; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(131,220,252,1) 50%, rgba(221,221,221,1) 50%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(131,220,252,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(131,220,252,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(131,220,252,1) 50%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* W3C */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83dcfc', endColorstr='#f5f5f5',GradientType=1 ); IE6-9 fallback on horizontal gradient */

}

#time_choice div.days span.blocked-last.selected-first {
    background: #83DCFC; /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 50%, rgba(131,220,252,1) 50%,rgba(131,220,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(50%,rgba(131,220,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(131,220,252,1) 50%,rgba(131,220,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(131,220,252,1) 50%,rgba(131,220,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(131,220,252,1) 50%,rgba(131,220,252,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(221,221,221,1) 0%,rgba(221,221,221,1) 50%,rgba(131,220,252,1) 50%,rgba(131,220,252,1) 100%); /* W3C */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#83dcfc',GradientType=1 ); IE6-9 fallback on horizontal gradient */

}
#button-account i, .btn-currency i {
  right: 5px;
}
.btn-currency{
    position: relative;
}
/* ==========================================================================
   popover
   ========================================================================== */

.popover {
    background-color: #F1F1F1;
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top: 34px;
    left: 0;
    right: 0;
    text-align: right;
    border-top: none;
}

/* ==========================================================================
   komponent summary.xsl
   ========================================================================== */

.reservation-summary {
    background-color: #EAEAEA;
    border-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    clear: both;
    float: left;
    min-height: 79px;
    line-height: 1.3;
    list-style: none outside none;
    margin: -79px 0 0;
    padding: 5px;
    width: 35%;
}

.reservation-summary .cost-value{
    color: #00AEF0;
    font-size: 18px;
    font-weight: 500;
}

.container--booking-confirm .reservation-summary {
    height: 120px;
    margin: -120px 0 0;
    display: table;
}
.container--booking-confirm .reservation-summary li{
    display: table-row;
}
.container--booking-confirm .reservation-summary li > *{
    display: table-cell;
    width: auto;
}


.container--booking-details .reservation-summary {
    height: 120px;
    margin: -120px 0 0;
    display: table;
}
.container--booking-details .reservation-summary li{
    display: table-row;
}
.container--booking-details .reservation-summary li > *{
    display: table-cell;
    width: auto;
}




.reservation-summary .summary-label {
    color: #222;
    display: inline-block;
    font-weight: 500;
    padding-right: 5px;
    white-space: nowrap;
    width: 120px;
}

.reservation-summary .summary-value {
    display: inline-block;
    line-height: 1.1;
}


.container--booking-options .reservation-summary {
    display: table;
    height: 79px;
}
.container--booking-options .reservation-summary li{
    display: table-row;
}
.container--booking-options .reservation-summary li > *{
    display: table-cell;
    width: auto;
}


/* ==========================================================================
   komponent toplayer
   ========================================================================== */

.toplayer {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    padding:10px 19px;
    z-index: 1115;
    overflow: auto;

    -webkit-box-shadow: 0px 5px 5px rgb(201, 201, 201);
    box-shadow: 0px 5px 5px rgb(201, 201, 201);

    bottom:17px;
    left: 1%;
    right: 1%;
    top:71px;
    position: absolute;
}

#toplayer-second {
    padding-top: 0px;
    padding-bottom: 0px;
}

.toplayer > .btn {
    width:80px;
    position:absolute;
    right:19px;
    top:17px;
    z-index: 10;
}

#toplayer-close-second {
    top: 7px;
}

.toplayer-content .footer {
    clear:both;
    padding: 0;
}

.toplayer-content .footer .l-row {
    padding:0;
}

.toplayer .arrow,
.toplayer .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.toplayer .arrow {
    border-width: 18px;
}

.toplayer .arrow:after {
    border-width: 17px;
    content: "";
}

.toplayer .arrow {
    top: -18px;
    left: 50%;
    margin-left: -18px;
    border-bottom-color: #d6d6d6;
    border-top-width: 0;
}

.toplayer .arrow:after {
    top: 1px;
    margin-left: -17px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}

/* ==========================================================================
   komponent login
   ========================================================================== */
#back-button-login-action {
    position: absolute;
    right: 30px;
    width: 58px;
    height: 34px;
}

.login-options h2 {
    display: block;
    margin: 15px 90px;
    text-align: center;
}

.login-external {
    list-style:none;
    margin:18px 0;
    text-align:center;
    padding: 0;
}

.login-external .method {
    display: inline-block;
    margin: 0 1%;
    width: 31%;
}

.login-external .btn {
    width:100%;
}

.login-external-description {
    margin-bottom:18px;
    text-align:center;
    color: #666666;
}

.login-section, .register-section {
    float: right;
    width: 40%;
}

.register-section {
    margin: 0 5% 0 0;
}

.login-section {
    margin: 0 10% 0 0;
}

.login-section.is-hidden, register-section.is-hidden {
    display:none;
}

.login-section h3, .register-section h3 {
    line-height: 1.125em;
    margin: 0 0 18px;
}

.login-section__toggle {
    display: block;
    margin-right: -20px;
    padding-top: 18px;
}

.login-section__toggle-link {
    display:block;
    margin-left:100px;
    margin-top:18px;
}

.login-section__toggle .login-section__toggle-link {
    display:inline;
    margin-left:0px;
    margin-top:0px;
}

.login-section:last-child, .register-section:last-child {
    float:right;
}

.login-fields {
    border:none;
}

.login-label {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 18px;
    width: 100px;
}

.login-field {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 18px;
    width: 240px;
}

.login-fields .btn-primary {
    clear:both;
    margin-left:100px;
    width:240px;
}

.login-section-description {
    margin: 18px 0 0px;
    font-weight: 200;
    height: 70px
}



.login-section .btn-big, .register-section .btn-big {
    width:262px;
}

.toplayer .login-section, .toplayer .register-section {
    margin:0 40px;
}

.login-field[name="login"], .login-field[name="password"] {
    width: 262px;
}


/* ==========================================================================
   komponent formularza rejestracji
   ========================================================================== */
.client-data-section {
    border: medium none;
    width: 33%;
    float: left;
}

.client-data-label {
    font-size:1.3em;
    font-weight:normal;
    line-height:2.25em;
}

.client-data-form .field-wrapper {
    clear: both;
    height: 36px;
    min-height: 21px;
    padding-bottom: 5px;
    font-size: 0.85em;
    position: relative;
    text-align: left;
}

.client-data-form .field-wrapper-terms {
    clear: both;
    height: 200px;
    min-height: 21px;
    padding-bottom: 5px;
    font-size: 0.85em;
    position: relative;
    text-align: left;
}

.client-data-form .field-wrapper > label {
    display: block;
    float: left;
    line-height: 30px;
    padding-right: 5px;
    text-align: right;
    width: 85px;
}

.client-data-form .field-wrapper input[type="text"], .client-data-form .field-wrapper input[type="password"]  {
    height: 30px;
    line-height: 30px;
    width: 145px;
}

.client-data__radio {
    border: medium none;
    line-height: 30px;
}

.client-data-form .field-wrapper input[type="radio"] {
    margin-right: 3px;
    vertical-align: middle;
}

.client-data-form .client-data__radio-label {
    margin-right: 8px;
    vertical-align: middle;
}

.client-data-form .client-data__checkbox-label {
    width:100% !important;
}

.client-data-form div.field-wrapper select {
    height: 30px;
    line-height: 30px;
    padding: 5px 9px;
    width: 145px;
}

.client-data-form div.field-wrapper img.obligatory {
    left: 240px;
    position: absolute;
    top: 14px;
    z-index: 1;
}

.client-data-form div.field-wrapper img.correct {
    display: none;
    left: 236px;
    position: absolute;
    top: 7px;
    z-index: 1;
}

.client-data-form div.field-wrapper img.incorrect {
    display: none;
    left: 236px;
    position: absolute;
    top: 8px;
    z-index: 1;
}

div.form_sub #accept_terms label {
    display: block;
    float: right;
    width: 200px;
}

div.form_sub #accept_terms input {
    margin: 0 5px;
}

.client-data__summary {
    clear:both;
    padding-top:18px;
}

.toplayer-content .client-data__summary {
    padding-top:0px;
}

.client-data__summary .obligatory {
    position:relative;
    top:-2px;
}

/*
.client-data__terms {
    float: right;
    font-size: 0.85em;
    text-align: justify;
    margin-top: 5px;
    width: 100%;
} */

.client-data__terms input[type="checkbox"] {
    margin:0 5px;
}
/*
.client-data__legend {
    float:right;
    font-size: 0.85em;
    margin: 10px 0;
}
*/

#form_legend{
    clear: both;
    font-size: 11px;
    padding-bottom: 5px;
    text-align: right;
}

select.select-next-input{
    display: block;
    width: 56px !important;
    margin-right: 3px;
    float: left;
}
input[type="text"].select-next-input{
    width: 86px !important;
}

/* ==========================================================================
   komponent tooltipów
   ========================================================================== */

.tooltip {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    display: none;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 220px;
    z-index: 1120;

    -webkit-box-shadow: 0px 5px 5px rgb(201, 201, 201);
    box-shadow: 0px 5px 5px rgb(201, 201, 201);
}


.tooltip .arrow,
.tooltip .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip .arrow {
    border-width: 11px;
}

.tooltip .arrow:after {
    border-width: 10px;
    content: "";
}

.tooltip.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #d6d6d6;
    border-bottom-width: 0;
}

.tooltip.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.tooltip.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #d6d6d6;
    border-left-width: 0;
}

.tooltip.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #ffffff;
    border-left-width: 0;
}

.tooltip.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #d6d6d6;
    border-top-width: 0;
}

.tooltip.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}

.tooltip.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #d6d6d6;
    border-right-width: 0;
}

.tooltip.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #ffffff;
    border-right-width: 0;
}

/* ==========================================================================
   komponent alertów
   ========================================================================== */

.message {
    background-color: #fff;
    border-color: #d6d6d6;
    border-style:solid;
    border-width:1px;
    margin:0 0 18px;
    padding:17px 19px;
    text-align: center;
}

.message .btn {
    display: block;
    margin: 18px auto 0;
    padding:0 10px;
}

.warning {
    background-color: #FEF07D;
    border-color: #FFBB33;
    color: #FF8800;
}

.warning .btn {
    border-color: #ff8800;
    background-color: #ffbb33;
    color: #ffffff;
}

.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.error .btn {
    border-color: #cc0000;
    background-color: #ff4444;
    color: #FFFFFF;
}

.error a {
    color:#fff;
    text-decoration: underline;
}

.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.success .btn {
    border-color: #669900;
    background-color: #99cc00;
    color: #FFFFFF;
}

.information {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.information .btn {
    border-color: #0099cc;
    background-color: #33b5e5;
    color: #FFFFFF;
}

#topalert {
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 620px;
    z-index:120;
}

#topalert .message {
    border-width:2px;
    opacity: 0.95;
    padding: 13px 15px;
}

#topalert .btn {
    display:block;
    margin:18px auto 0;
}

/* ==========================================================================
   strona 404
   ========================================================================== */

.error-page .message {
    margin-top:196px;
    text-align: center;
}


/* ==========================================================================
   potwierdzenie rezerwacji
   ========================================================================== */

.conditions_message_alert {
    text-align: left;
}

.conditions_message_alert li {
    margin-left: 15px;
}
 
.confirm-data {
    height: 100%;
    overflow-y: auto;
    padding: 0 19px;
}

.confirm-data-client {
    margin:0 0 18px;
}

.confirm-data-action {
    clear:both;
    text-align:center;
    padding-top:18px;
}

.confirm-data-client .btn {
    clear:both;
    margin:0 auto;
    padding:0 20px;
}

.confirm-data-box {
    float: left;
    width: 50%;
}

.confirm-data-box h3 {
    margin: 0 0 10px;
    font-weight: 500;
}

.confirm-data-box p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    padding-right: 5px;
}

.confirm-data-box:last-child {
    margin-left:20px;
}

.confirm-data-box {
    margin-top:0px;
}

.confirm-data-arrival, .confirm-data-departure, .confirm-data-notes, .confirm-data-reception {
    clear:both;
    margin:0 0 18px;
}

.confirm-data-arrival label, .confirm-data-departure label, .confirm-data-notes label {
    float:left;
    height:36px;
    line-height:20px;
    margin:0 0 18px;
    width:220px;
}

.confirm-data-arrival fieldset, .confirm-data-departure fieldset {
    border: medium none;
    float: right;
    height: 34px;
    position: relative;
    width: 160px;
}

fieldset.time input[type="text"] {
    text-align: center;
    width: 60px;
}

.confirm-data-notes textarea {
    float: right;
    height: 90px;
    width: 280px;
}

/* ==========================================================================
   reservation-status 
   ========================================================================== */
.payment-methods__list {
  height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.reservation-status {
    padding-bottom: 18px;
    position: relative;
    text-align: center;
}

.reservation-status__name, .reservation-status__description {
    margin-top:0;
    text-align:left;
}  

.reservation-status__cancel {
    text-align: center;
    margin: 10px auto;
}

.reservation-status__cancel .btn {
    padding: 0 10px;
}

/* ==========================================================================
   payment-methods
   ========================================================================== */

.payment-methods {
    text-align: center;
}

.payment-methods--is-hidden {
    display:none;
}

.payment-methods__label {
    margin: 0 90px 25px 1%;
    text-align: left;
}


.payment-methods__item {
    border: 1px solid #D6D6D6;
    cursor: pointer;
    float: left;
    height: 80px;
    margin: 5px 1%;
    overflow: hidden;
    width: 14.5%;
    position: relative;
}

.payment-methods__item2 {
    border: 1px solid #D6D6D6;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    margin: 0 8px 14px;
    overflow: hidden;
    width: 140px;
}

.payment-methods__item input[type='radio'] {
    display:none;
}

.payment-methods__item--is-active {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #179ace;
    padding: 0px;
    height: 90px;
    border-bottom-style: none;
    position: relative;
    z-index: 2;
}

.payment-not-by-iai {
    border: 2px solid #179ace;
    height: 80px;
}


.payment-methods__icon {
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 5px 0 0;
    width: 100%;
}
.payment-methods__icon > img {
  max-width: 100%;
}

.payment-methods__name {
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    padding-top: 5px;
    width: 100%;
}

.payment-methods__submit {
    clear:both;
    padding:0 20px;
    margin-top: 10px;
}

.payments-refresh {
    padding-top:144px;
    text-align:center;
}

.payments-refresh__description{
    font-size: 22px;
    font-weight: 800;
}

.payment-options-method-select {
    margin: 10px;
}

/* ==========================================================================
   payment-button
   ========================================================================== */

#payment_finalize_dialog {
    display: none;
}

#payment_dialog_wrapper {
    background: #ffffff;
    border: 1px solid #000000;
    width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
    top: 50%;
    z-index: 901;
    position: fixed;
    max-width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

#payment_dialog_wrapper h2 {
    background: none repeat scroll 0 0 #eaeaea;
    text-align: left;
    border: 1px solid #d6d6d6;
    color: #000000;
    margin: 2px 2px 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

#payment_dialog_close {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 7px;
}

#ui-dialog_content {
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px 15px;
}

#ui-dialog_content button.orderdetails_paygate_finalize {
    box-shadow: 0 0 1px #FFFFFF inset;
    background: #1383b0 linear-gradient(to bottom, #1384b0 25%, #126f94 75%);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #1799CD;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.5em !important;
    padding: 0.6em 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    text-align: center;
    line-height: 1.2;
}

#ui-dialog_button {
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

#payment_finalize_button {
    text-align: center;
}

#dialog_cover {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.6;
    left: 0; top: 0;
    z-index: 900;
    background: rgb(0, 0, 0);
}

/* ==========================================================================
   payment-button
   ========================================================================== */

#payment_finalize_dialog {
    display: none;
}

#payment_dialog_wrapper {
    background: #ffffff;
    border: 1px solid #000000;
    width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
    top: 50%;
    z-index: 901;
    position: fixed;
    max-width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

#payment_dialog_wrapper h2 {
    background: none repeat scroll 0 0 #eaeaea;
    text-align: left;
    border: 1px solid #d6d6d6;
    color: #000000;
    margin: 2px 2px 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

#payment_dialog_close {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 7px;
}

#ui-dialog_content {
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px 15px;
}

#ui-dialog_content button.orderdetails_paygate_finalize {
    box-shadow: 0 0 1px #FFFFFF inset;
    background: #1383b0 linear-gradient(to bottom, #1384b0 25%, #126f94 75%);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #1799CD;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.5em !important;
    padding: 0.6em 0.9em;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
    text-align: center;
    line-height: 1.2;
}

#ui-dialog_button {
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

#payment_finalize_button {
    text-align: center;
}

#dialog_cover {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.6;
    left: 0; top: 0;
    z-index: 900;
    background: rgb(0, 0, 0);
}

/* ==========================================================================
   payment-history
   ========================================================================== */

.payment-history-wrapper {
    text-align: center;
}

.payment-history-wrapper .btn {
    margin:0 auto 18px;
    padding: 0 20px;
}

.payment-history {
    width:100%;
    margin-bottom: 20px;
}

.payment-history td {
    border-top: 1px solid #F1F1F1;
    font-size: 12px;
    padding: 10px 10px 12px;
    text-align: left;
    vertical-align: top;
}

.payment-history .payment-history__icon {
    vertical-align: middle;
}

.payment-history .payment-history__date {
    white-space: nowrap;
}

.payment-history .payment-history__status {
    border-left: 1px solid #F1F1F1;
}

.payment-history .payment-history--canceled-td {
    border-top: none;
    padding-top:0;
}

.payment-methods-options__item--is-inactive{
    display: none;
}


/* ==========================================================================
   reservation-client
   ========================================================================== */

.reservation-client p {
    margin:14px 0;
}

.reservation-client__label {
    margin:0;
}

.reservation-client__data {
    float:left;
    width:50%;
}

.reservation-client__change-data {
    clear:both;
    text-align: center;
}

.reservation-client__change-data .btn {
    margin:0 auto;
    padding:0 10px;
}

.reservation-client__additional {
    clear:both;
}

.reservation-client__additional .reservation-client__label {
    float:left;
    width:50%;
}

.reservation-data-reception {
    margin-top: 14px;
}
/* ==========================================================================
   komponent terms
   ========================================================================== */

.terms, .cookies {
    height:468px;
    overflow-y:auto;
    width:100%;
}

.toplayer-content .terms, .toplayer-content .cookies {
    margin-top: 54px;
    height:396px;
}

.toplayer-open{
    background-color: #EAEAEA;
}


/* ==========================================================================
   komponent kontakt
   ========================================================================== */

.contact__hotel-name {
    margin-bottom: 18px;
    width: 100%;
    padding-right: 90px;
}

.contact__map {
    float: right;
    position: relative;
    padding-top: 10px;
}

.contact__map-wrapper {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #d6d6d6;
    height: 396px;
    width: 470px;
}

.contact__subheader {
    line-height: 1.14286em;
    margin: 0;
    width: 380px;
}

.contact__section {
    margin:0 0 18px;
    width:380px;
}

.contact__section--nodes {
    list-style: none outside none;
    padding: 0;
    width: 400px;
}

.contact__node-label {
    float: left;
    height: 1em;
    width: 40%;
}

.reception__section {
    margin: 18px 0;
    width: 400px;
}

#contact_contact div.loadingMap {
    height: 391px;
}

div.loadingMap {
    height: 396px;
    position: absolute;
    top: 0;
    width: 470px;
    z-index: 99;
}

img.marker_face {
    display: none;
}

div.loadingContent {
    position: relative;
}

div.loadingBox {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 190px;
    padding: 10px;
    position: absolute;
    top: 180px;
}

span.loadingMap {
    color: #666666;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    text-align: center;
}

span.loadingNav {
    display: none;
}

span.loadingAdres {
    display: none;
}

div.clear_all {
    clear:both;
}

.contact__map-wrapper * {
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

/* ==========================================================================
   komponent object-details
   ========================================================================== */

.room-details__name {
    line-height: 1.28571em;
}

.room-details__capacity {
    display:block;
    margin-bottom:18px;
    margin-top: 10px;
}

.room-details__photo-wrapper {
    position:relative;
    margin:0 auto;
}

.room-details__photo-controls [class^="icon-"]:before, .room-details__photo-controls [class*=" icon-"]:before {
    font-size:60px;
    color:#FFF;
    cursor: pointer;
    opacity:1;
}

.room-details__photo img {
    max-width:100%
}

.room-details__photo-prev {
    position:absolute;
    top:42%;
    left:0px;
}

.room-details__photo-next {
    position:absolute;
    top:42%;
    right:0px;
}


.room-details__photo-controls [class^="icon-"] {
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.room-details__photo.is-hidden {
    display:none;
}

.room-details__gallery {
    float:left;
    height: 378px;
    margin-right:2%;
    overflow: hidden;
    text-align: center;
    width:48%;
}

.room-details__description {
    float:right;
    height: 378px;
    overflow-y:auto;
    width:49%;
}

/* ==========================================================================
   komponent języka
   ========================================================================== */

.localization-settings__section {
    border-color: #F0F0F0;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 8px 0;
    text-align: left;
}

.localization-settings__section > * {
    margin: 0px;
    padding: 0;
}

.localization-settings__section:first-child {
    border-top:none;
}

.localization-settings__option {
    display: block;
    list-style: none;
    border-bottom: 1px solid #DDDDDD;
    line-height: 36px;
}

.localization-settings__option input {
    margin-right:5px;
}

/* ==========================================================================
   komponent menu klienta
   ========================================================================== */

.client-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-menu__position {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 0 0;
    height:36px;
    line-height: 36px;
}

.client-menu__position:first-child {
    border-width:0;
}

.client-menu__link {
    text-decoration: none;
    color: #222;
}

.client-menu__link:hover {
    color: #00AEF0;
}

/* ==========================================================================
   lista rezerwacji
   ========================================================================== */

.reservations {
    height: 396px;
    overflow-y:auto;
    width:100%;
}

.reservations-list__header {
    margin-top:0px;
}

.reservations-list__content {
    width:100%;
}

.reservations-list__content td {
    padding: 5px 0;
}

/* ==========================================================================
   loader
   ========================================================================== */

.loader {
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    position: absolute;
    bottom:0px;
    left:0 !important;
    right:0px;
    top:0px;
    z-index: 20;
}

.loader--calendar {
    bottom: 88px;
    right: 499px;
    left: 19px;
    top: 120px;
}

.loader--objects {
    bottom: 88px;
    left: 499px;
    right: 19px;
    top: 120px;
}

.loader--calendar_and_objects {
    /*  bottom: 88px;
      left: 19px;
      right: 19px;
      top: 120px;  */
}

.loader__message {
    background: url("../../images/mask/loader.gif") no-repeat scroll center 40px #EAEAEA;
    display: block;
    margin-left: -120px;
    padding: 18px 20px 30px;
    text-align: center;
    width: 240px;
    position: fixed;
    top: 40%;
    left: 50%;
}

.loader--reservation .loader__message, .loader--data-form .loader__message {
    /*  margin:250px auto; */
}

/* ==========================================================================
   komponent ekranu blokady
   ========================================================================== */

.blocked-message {
    padding: 90px 100px;
}

.blocked-message__header {
    font-size:32px;
}


.blocked-message__description {
    font-size:16px;
}

/* ==========================================================================
   ==========================================================================
   SECTION: Icons
   ==========================================================================
   ========================================================================== */

@font-face {
    font-family: 'icons';
    src: url("font/icons.eot");
    src: url("font/icons.eot?#iefix") format('embedded-opentype'), url("font/icons.woff") format('woff'), url("font/icons.ttf") format('truetype'), url("font/icons.svg#icons") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    color:#787878;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0.2em;
    text-align: center;
    opacity: 0.8;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-paypal:before { content: '\24'; } /* '$' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-gplus:before { content: '\e800'; } /* '' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */


/* ==========================================================================
   ==========================================================================
   SECTION: Cookies
   ==========================================================================
   ========================================================================== */

.cookie_container {
   bottom: 5px;
    left: 240px;
    position: absolute;
    font-size: 12px;
    right: 246px;
    z-index: 999;
}
.cookie_content{
    background: none repeat scroll 0 0 #eee;
    color: #000;
    line-height: 1.1;
    min-height: 75px;
    padding: 2px 5px;
}
.cookie_close {
    color: #00AEF0;
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Powered by
   ==========================================================================
   ========================================================================== */

.powered_by {
    color: #666666;
    display: block !important;
    font-size: 0.85em;
    line-height: 1.2;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
}

.container--booking-details .powered_by {
    height: 30px;
}

a.powered_by_logo {
    display:inline !important;
}
img.powered_by_logo {
    display:inline !important;
}

/* ==========================================================================
   ==========================================================================
   SECTION: Login Advice Dialog
   ==========================================================================
   ========================================================================== */

.loginAdviceDialogWrapper {
    top: 202px;
    z-index: 1126;
    position: fixed;
    margin-left: -251px;
    left: 50%;
    width: 502px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 0 0 20px #000;
}

._mobile .loginAdviceDialogWrapper {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
}

.loginAdviceDialogCover {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 1125;
    background: rgb(0, 0, 0);
}

.loginAdviceDialogCloseX {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 2px;
}

.loginAdviceDialogLine1 {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    margin: -10px;
}

.loginAdviceMain {
    background: #eeeeee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.loginAdviceInfo {
    margin-bottom: 15px;
}

.loginAdviceResponseMail {
    color: #0099d0;
    font-size: 22px;
    font-weight: bold;
}

.loginAdviceDescription {
    border-top: 1px solid #0099d0;
    font-weight: normal;
    padding: 15px 0 0;
    margin-bottom: 15px;
}

.loginAdvicePasswordRecoveryButton {
    background: #0099d0;
    padding: 3px 15px;
    color: white;
    font-weight: normal;
    display: inline-block;
}

.loginAdviceLoginFormLink {
    color: #0099d0;
    font-weight: normal;
}

.loginAdviceClose {
    color: #0099d0;
    font-weight: normal;
}

.price-on-phone {
    float: right;
    width: 130px;
    font-size: 0.9em;
    padding: 10px 10px 0 0
}


.show-addon-description {
    font-weight: 100;
}

.addon-description-text {
    margin-bottom: 10px;
}


/* ==========================================================================
   ==========================================================================
   SECTION: TripAdvisor
   ==========================================================================
   ========================================================================== */

.TripAdvisor_TACT_Pixel {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Opis do form płatności
   ==========================================================================
   ========================================================================== */
div.payment_description_box {
    clear: both;
    display: none;
    top: -7px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    margin: 0 2% 0 1%;
    max-width: 880px;
    border: 2px solid #179ace;
    z-index: 1;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Informacja o dodatkowej zawartości w toplayerze widgetu
   ==========================================================================
   ========================================================================== */
.more-content-container {
    text-align: center;
    margin-top: 30px;
}

.more-content-button {
    border: 1px #d5d9de solid;
    padding: 4px 7px;
    font-size: 20px;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Timer odliczający czas do końca możliwości opłacenia rezerwacji
   ==========================================================================
   ========================================================================== */
.reservation-timer {
    width: 100%;
    text-align: right;
    font-size: .9em;
    padding: 2px 10px;
    color: #000;
    font-weight: 400;
    float: left;
}

.red-text {
    color: red;
}


/* ==========================================================================
   ==========================================================================
   SECTION: Wprowadzanie karty kredytowej do systemu
   ==========================================================================
   ========================================================================== */
.credit-card__content {
    width: 65%;
    float: left;
    padding-left: 2%;
}

.credit-card__content h3 {
    text-align: left;
}

.credit-card__secure-info {
    float: left;
    width: 35%;
    text-align: left;
    border: 1px solid #BCBCBC;
    font-size: 12px;
}

.credit-card__secure-header {
    background-color: #eaeaea;
    font-size: 15px;
    padding: 8px;
}

.credit-card__secure-logo {
    float: left;
    padding: 10px;
}

.credit-card__secure-text {
    
    padding: 10% 10px 0 0;
   
}
.credit-card__secure-text-long {
    padding: 0 10px 10px;
}

.credit-card__label {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    width: 120px;
    text-align: right;
    padding-right: 15px;
}

input[type="text"].credit-card__input {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    width: 240px;
}
input[type="text"].credit-card__input-short {
    width: 170px;
}
/*
.credit-card__name-surname {
    width: 70px;
    float: left;
} */

select.credit-card__input-year,
select.credit-card__input-month {
    height: 30px;
    max-height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    width: 50px;
    padding: 4px 5px;
}
select.credit-card__input-year {
    width: 60px;
}

.creadit-card__form-item {
    text-align: center;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    float: left;
    height: 80px;
    width: 75px;
    margin: 0 10px 5px 0;
    overflow: hidden;
    position: relative;
    width: 75px;
}

fieldset.credit-card__fieldset {
    padding-bottom: 5px;
    text-align: left;
    clear: both;
}

.credit-card__month-year-spacer {
    width: 10px;
    margin: 0 2px;
    float: left;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 27px;
    vertical-align: bottom;
}

.credit-card__input_cvv_help {
    text-align: left;
    font-size: 0.75em;
    line-height: 14px;
    font-weight: 400;
    color: #999999;
}

.credit-card__secure-text-mobile {
    display: none;
}
.credit-card__secure-text-long-mobile {
    display: none;
}

fieldset.credit-card__fieldset img.obligatory, img.correct, img.incorrect {
    max-height: 16px;
    max-width: 16px;
    vertical-align: bottom;
    margin-top: 6px;
}

.clear-both {
    clear: both;
}

#client_repeat_password .repeat_pass_eng_ger {
    line-height: 15px;
}

#guest_data #guest_trigger .client-data__checkbox-label {
    text-align: left;
}

#client_account .field-wrapper .client-data__checkbox-label {
    text-align: left;
}
/*
#toplayer-content-second .footer {
    position: absolute;
    right: 15px;
    top: 415px;
}
*/
#accept_terms {
   /* position: absolute;
    top: 85.5%;
    width:690px; 
    height: 45px;  */
    background-color: #eaeaea;
    clear: both;
    float: left;
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

@media (min-width: 678px) and (max-width: 760px) {
    #accept_terms {
        margin-left: 10px;
    }
    #toplayer-close-second {
        right: 0px;
    }
    legend.client-data-label
    {
        line-height: 1em;
    }
    .client-data-form .field-wrapper > label {
        font-size: 11px;
    }
    #client_account .field-wrapper .client-data__checkbox-label {
        margin-top: 25px !important;
    }
}

#accept_newsletter.client-data__terms {
font-size: 11px;
line-height: 1.1;
padding: 10px 40px 0 10px;
}



#client_account .field-wrapper .client-data__checkbox-label {
    text-align: left;
    line-height: inherit; 
    margin-top: 4px;
    margin-bottom: 10px;
}

.currency-list {
    max-height: 140px;
    overflow: auto;
}

.img-widget-button {
    margin-bottom: 4px;
}


@-moz-document url-prefix() {
    .select2-container--default .select2-search--dropdown .select2-search__field {
        width: 240px;
    }
}


/* style selecta - edytora do atrybutu >>>>>>>>>>>> */
select.select2 {
    width: 260px;
    display: inline-block;
}
.select2-results {
    text-align: left;
}
.select2-selection {
    outline: none !important;
    border-radius: 0 !important;
    border-color: #d6d6d6 !important;
    background-color: #f1f1f1 !important;
}

.select2-selection:hover {
    outline: none !important;
    background-color: #00AEF0 !important;
    border-color: #0099CC !important;
}
.select2-selection:hover .select2-selection__rendered {
    color: #FFFFFF !important;
    border-radius: none !important;
}
.select2-container--default .select2-selection:hover .select2-selection__rendered .description,
.select2-container--default .select2-selection:hover .select2-selection__rendered .select2-selection__placeholder {
    color: #FFFFFF !important;
}

.select2-selection--single:hover .select2-selection__arrow b {
    border-color: #fff transparent #fff transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

}

.select2-wrapper {
    display: inline-block;
    padding: 0 0 10px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #83DCFC !important;
    color: black !important;
}

.select2-container--default .description {
    font-size: 15px;
    font-weight: normal;
    color: #00AEF0;
    text-align: right;
}

.select2-container--default table {
    width: 100%;
}

.select2-container--default .caption {
    width: 165px;
}

.select2-container--default .select2-selection__rendered .caption {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-dropdown {
    border-radius: 0 !important;
}
/* <<<<<<<<<<<< style selecta - edytora do atrybutu */

#choose_payment_type {
    margin: 15% auto auto auto;
    text-align: center;
}
