/* =Basic
-------------------------------------------------------------- */
html { width: 100%; height: 100%; }
body { font-family: 'Roboto', Verdana, sans-serif, Arial, Helvetica; font-size: 14px; font-weight: 400; line-height: 1.0em; color: #333335; background: #eff0f4; margin: 0; padding: 0; vertical-align: baseline; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* =Helpers
-------------------------------------------------------------- */
*:before, *:after { box-sizing: border-box; }
* { box-sizing: border-box; }

.left { float: left; }
.right { float: right; }
.clearfix { }
.clearfix:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; visibility: hidden; }

a, a:hover { text-decoration: none; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; outline: none !important; color: #29a7b6; }
a:hover { color: #228894; }

p { line-height: 1.6em; }
b, .bold { font-weight: 700; }

h1,h2,h3,h4,h5 { font-weight: 700; }

[class^="btn"] { display: inline-block; width: auto; vertical-align: baseline; padding: 13px; border: none; text-transform: uppercase; font-family: 'Roboto', Verdana, sans-serif, Arial; text-align: center; color: #FFF; letter-spacing: 2px; font-size: 14px; transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; cursor: pointer; color: #FFF; }
[class^="btn"]:hover { transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; color: #FFF; }

.btn, .btn-orange { background: #f69f1e; }
.btn:hover, .btn-orange:hover { background-color: #E2901D; }

.btn-green { background-color: #69bb29; }
.btn-green:hover { background-color: #6aa524; }

.btn-turquoise { background-color: #29a7b6; }
.btn-turquoise:hover { background-color: #228894; }

.btn-green-outline { font-family: 'Roboto Condensed'; background: #fff; color: #69BB29; border: 1px solid #69BB29; border-radius: 3px; padding: 13px; transition: 0.5s ease color; text-transform: uppercase; }
.btn-green-outline:hover { color: #337600; border-color: #337600; background: #fff; }



.btn-gray { background-color: #dddee0; color: #909092; }
.btn-gray:hover { background-color: #909092; }

form [class^="btn"] { width: 100%; }

.checkbox { display: inline-block; vertical-align: text-bottom; width: 15px; height: 15px; background: #FFF; border: 1px solid #d1d1d1; cursor: pointer; transition: border-color 0.25s ease-in-out; -moz-transition: border-color 0.25s ease-in-out; -webkit-transition: border-color 0.25s ease-in-out; position: relative; }
.checkbox > input { display: none; }
.checkbox:hover { border-color: #727272; transition: border-color 0.25s ease-in-out; -moz-transition: border-color 0.25s ease-in-out; -webkit-transition: border-color 0.25s ease-in-out; }
.checkbox > i { position: absolute !important; left: 2px; top: 3px; opacity: 0; }
.checkbox-checked > i { opacity: 1; }

/* =Alerts
-------------------------------------------------------------- */
.alert { border: 1px solid transparent; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-bottom: 20px; padding: 15px; line-height: 2.0em; margin-right: 50px; }
.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; z-index: 10; position: relative; width: 100%; }
.alert-error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-warning {  background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }

/* =Callouts
-------------------------------------------------------------- */
.bs-callout { border: 1px solid #eee; border-left: 5px solid transparent; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin: 20px 0; padding: 20px; }
.bs-callout h4 { margin-bottom: 5px; margin-top: 0; font-size: 16px; }
.bs-callout p:last-child { margin-bottom: 0; }
.bs-callout code { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.bs-callout + .bs-callout { margin-top: -5px; }
.bs-callout-danger { border-left-color: #ce4844; }
.bs-callout-danger h4 { color: #ce4844; }
.bs-callout-warning { border-left-color: #aa6708; }
.bs-callout-warning h4 { color: #aa6708; }
.bs-callout-info { border-left-color: #1b809e; }
.bs-callout-info h4 { color: #1b809e; }
.bs-callout-success { border-left-color: #3C763D; }
.bs-callout-success h4 { color: #3C763D; }

/* =Form
-------------------------------------------------------------- */
input[type=text], input[type=number], input[type=email], input[type=password], textarea, select { height: 44px; border: 1px solid #cfcfcf; border-radius: 3px; background: #f5f5f5; color: #727272; font-family: 'Roboto', Verdana, sans-serif; font-size: 14px; width: 100%; padding: 0 10px; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; vertical-align: top; }
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus { border-color: #727272; }
textarea { height: auto; min-height: 200px; padding: 10px; margin: 0; }
.error { border-color: #ebccd1!important; background-color: #f2dede !important; color: #a94442 !important; }

::-webkit-input-placeholder { color: #9e9e9e; }
:-moz-placeholder { color: #9e9e9e; opacity: 1; }
::-moz-placeholder { color: #9e9e9e; opacity: 1; }
:-ms-input-placeholder { color: #9e9e9e; }
:placeholder-shown { color: #9e9e9e; }

form > .alert { display: none; }
form > .loader-info { display: block; }

form.busy input[type="submit"] { background-color: #828282 !important; }

.loader-info { background: #d9edf7; border: 1px solid #bce8f1; color: #31708f; display: block; margin-top: 38px; width: 80%; padding: 10px; display: block; opacity: 0; transition: opacity 0.35s ease-in-out; -moz-transition: opacity 0.35s ease-in-out; -webkit-transition: opacity 0.35s ease-in-out; }
.loader-visible { opacity: 1; }
.loader-info img { vertical-align: text-bottom; margin-right: 5px; }

/* =Icons
-------------------------------------------------------------- 
i[class^='i-'] { display: inline-block; vertical-align: text-top; position: relative; }
i[class^='i-']:before, i[class^='i-']:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; background: url('/images/icons/SPRITE.png') 0 0 transparent scroll no-repeat; z-index: 1; }
i[class^='i-']:after, i[class^='i-']:hover:before { opacity: 0; }
i[class^='i-']:hover:after { opacity: 1; }

i[class^='i-more-outline-'] { width: 22px; height: 22px; }
i[class^='i-more-outline-']:before { background-position: -222px 0; }
i.i-more-outline-blue:after { background-position: -222px -22px; } 
i.i-more-outline-green:after { background-position: -244px -22px; } 

i.i-chevron-white-left { width: 8px; height: 13px; }
i.i-chevron-white-left:before { background-position: -663px 0; }
i.i-chevron-white-left:after { background-position: -663px -13px; } 

i.i-chevron-white-right { width: 8px; height: 13px; }
i.i-chevron-white-right:before { background-position: -650px 0; }
i.i-chevron-white-right:after { background-position: -650px -13px; }

i.i-chevron-gray-left { width: 8px; height: 13px; }
i.i-chevron-gray-left:before { background-position: -665px 0; }
i.i-chevron-gray-left:after { background-position: -665px -13px; }

i.i-chevron-gray-right { width: 8px; height: 13px; }
i.i-chevron-gray-right:before { background-position: -653px 0; }
i.i-chevron-gray-right:after { background-position: -653px -13px; }

i.i-chevron-sm-nav-left { width: 13px; height: 25px; }
i.i-chevron-sm-nav-left:before { background-position: -181px 0; }
i.i-chevron-sm-nav-left:after { background-position: -181px -25px; }

i.i-chevron-sm-nav-right { width: 13px; height: 25px; }
i.i-chevron-sm-nav-right:before { background-position: -181px 0; transform: rotate(180deg); }
i.i-chevron-sm-nav-right:after { background-position: -181px -25px; transform: rotate(180deg); }

i.i-chevron-nav-left { width: 18px; height: 36px; }
i.i-chevron-nav-left:before { background-position: -142px 0; }
i.i-chevron-nav-left:after { background-position: -142px -36px; }

i.i-chevron-nav-right { width: 18px; height: 36px; }
i.i-chevron-nav-right:before { background-position: -142px 0; transform: rotate(180deg); }
i.i-chevron-nav-right:after { background-position: -142px -36px; transform: rotate(180deg); }

i.i-location-white { width: 16px; height: 22px; }
i.i-location-white:before { background-position: -157px -74px; opacity: 1 !important; }
i.i-location-white:after { opacity: 0 !important; }

i.i-location-gray { width: 14px; height: 20px; }
i.i-location-gray:before { background-position: -305px -74px; opacity: 1 !important; }
i.i-location-gray:after { opacity: 0 !important; }

i.i-envelope-white { width: 19px; height: 16px; }
i.i-envelope-white:before { background-position: -180px -77px; opacity: 1 !important; }
i.i-envelope-white:after { opacity: 0 !important; }

i.i-phone-white { width: 21px; height: 22px; }
i.i-phone-white:before { background-position: -204px -74px; opacity: 1 !important; }
i.i-phone-white:after { opacity: 0 !important; }

i.i-mobile-white { width: 13px; height: 24px; }
i.i-mobile-white:before { background-position: -233px -73px; opacity: 1 !important; }
i.i-mobile-white:after { opacity: 0 !important; }

i.i-fb-white { width: 9px; height: 15px; }
i.i-fb-white:before { background-position: -635px 0; }
i.i-fb-white:after { background-position: -635px -15px; }

i.i-star-gray { width: 22px; height: 19px; }
i.i-star-gray:before { background-position: -253px -75px; opacity: 1 !important; }
i.i-star-gray:after { opacity: 0 !important; }

i.i-accomodation-gray { width: 20px; height: 19px; }
i.i-accomodation-gray:before { background-position: -326px -75px; opacity: 1 !important; }
i.i-accomodation-gray:after { opacity: 0 !important; }

i.i-fb-long { width: 97px; height: 19px; }
i.i-fb-long:before { background-position: 5px -5px; }
i.i-fb-long:after { background-position: 5px -24px; }


i.i-eq-parking { width: 15px; height: 16px; }
i.i-eq-parking:before { background-position: -273px -3px; }

i.i-eq-shower { width: 15px; height: 17px; }
i.i-eq-shower:before { background-position: -297px -3px; }

i.i-eq-wifi { width: 17px; height: 13px; }
i.i-eq-wifi:before { background-position: -319px -4px; }

i.i-eq-restaurant { width: 12px; height: 19px; }
i.i-eq-restaurant:before { background-position: -331px -3px; }

i.i-eq-playground { width: 22px; height: 17px; }
i.i-eq-playground:before { background-position: -348px -3px; }

i.i-eq-grill { width: 12px; height: 20px; }
i.i-eq-grill:before { background-position: -386px -3px; }

i.i-eq-animals { width: 19px; height: 17px; }
i.i-eq-animals:before { background-position: -405px -3px; }

i.i-eq-feeding { width: 12px; height: 19px; }
i.i-eq-feeding:before { background-position: -332px -2px; }

i.i-eq-spa { width: 20px; height: 19px; }
i.i-eq-spa:before { background-position: -416px -2px; }

i.i-eq-kitchenette { width: 20px; height: 22px; }
i.i-eq-kitchenette:before { background-position: -448px -1px; }

i.i-eq-tv { width: 16px; height: 15px; }
i.i-eq-tv:before { background-position: -472px -4px; }

i[class^="i-register-"] { width: 21px; height: 21px; }
i.i-register-pen:before { background-position: -481px -21px; opacity: 1 !important; } 
i.i-register-pen:after { opacity: 0 !important; }

i.i-register-plus:before { background-position: -502px -21px; opacity: 1 !important; } 
i.i-register-plus:after { opacity: 0 !important; }

i.i-register-person:before { background-position: -524px -21px; opacity: 1 !important; } 
i.i-register-person:after { opacity: 0 !important; }

i.i-plus-gray { width: 15px; height: 15px; }
i.i-plus-gray:before { background-position: -547px -3px; }
i.i-plus-gray:after { background-position: -547px -24px; } 

i.i-plus-white { width: 15px; height: 15px; }
i.i-plus-white:before { background-position: -505px -24px; opacity: 1 !important; }
i.i-plus-white:after { opacity: 0 !important; } 
 
i.i-eq-gray-parking { width: 15px; height: 16px; }
i.i-eq-gray-parking:before { background-position: -263px -25px; }
i.i-eq-gray-parking:after { background-position: -263px -47px; }

i.i-eq-gray-shower { width: 15px; height: 16px; }
i.i-eq-gray-shower:before { background-position: -287px -25px; }
i.i-eq-gray-shower:after { background-position: -287px -47px; }

i.i-eq-gray-wifi { width: 17px; height: 13px; }
i.i-eq-gray-wifi:before { background-position: -308px -26px; }
i.i-eq-gray-wifi:after { background-position: -308px -48px; }

i.i-eq-gray-feeding { width: 12px; height: 19px; }
i.i-eq-gray-feeding:before { background-position: -332px -24px; }
i.i-eq-gray-feeding:after { background-position: -332px -46px; }

i.i-eq-gray-playground { width: 22px; height: 17px; }
i.i-eq-gray-playground:before { background-position: -349px -25px; }
i.i-eq-gray-playground:after { background-position: -349px -47px; }

i.i-eq-gray-grill { width: 12px; height: 20px; }
i.i-eq-gray-grill:before { background-position: -376px -23px; }
i.i-eq-gray-grill:after { background-position: -376px -45px; }

i.i-eq-gray-animals { width: 19px; height: 17px; }
i.i-eq-gray-animals:before { background-position: -395px -25px; }
i.i-eq-gray-animals:after { background-position: -395px -47px; }

i.i-eq-gray-spa { width: 20px; height: 19px; }
i.i-eq-gray-spa:before { background-position: -416px -24px; }
i.i-eq-gray-spa:after { background-position: -416px -46px; }

i.i-eq-gray-kitchenette { width: 20px; height: 22px; }
i.i-eq-gray-kitchenette:before { background-position: -438px -23px; }
i.i-eq-gray-kitchenette:after { background-position: -438px -45px; }

i.i-eq-gray-tv { width: 16px; height: 15px; }
i.i-eq-gray-tv:before { background-position: -462px -26px; }
i.i-eq-gray-tv:after { background-position: -462px -48px; }


i.i-checkbox-green { width: 10px; height: 8px; }
i.i-checkbox-green:before { background-position: -373px -73px; opacity: 1 !important; }
i.i-checkbox-green:after { opacity: 0 !important; }

i.i-admin-avatar { width: 35px; height: 35px; }
i.i-admin-avatar:before { background-position: 0 -72px; opacity: 1 !important; }
i.i-admin-avatar:after { opacity: 0 !important; }

i.i-admin-photo { width: 24px; height: 20px; }
i.i-admin-photo:before { background-position: -37px -75px; opacity: 1 !important; }
i.i-admin-photo:after { opacity: 0 !important; }

i.i-admin-www { width: 24px; height: 27px; }
i.i-admin-www:before { background-position: -65px -73px; opacity: 1 !important; }
i.i-admin-www:after { opacity: 0 !important; }

i.i-admin-star { width: 26px; height: 24px; }
i.i-admin-star:before { background-position: -92px -74px; opacity: 1 !important; }
i.i-admin-star:after { opacity: 0 !important; }

i.i-admin-box { width: 22px; height: 22px; }
i.i-admin-box:before { background-position: -122px -75px; opacity: 1 !important; }
i.i-admin-box:after { opacity: 0 !important; }

i.i-admin-visitor { width: 14px; height: 18px; }
i.i-admin-visitor:before { background-position: -345px -72px; opacity: 1 !important; }
i.i-admin-visitor:after { opacity: 0 !important; }

i.i-admin-list { width: 24px; height: 19px; }
i.i-admin-list:before { background-position: -423px -72px; opacity: 1 !important; }
i.i-admin-list:after { opacity: 0 !important; }

i.i-settings { width: 19px; height: 19px; }
i.i-settings:before { background-position: -565px 0; }
i.i-settings:after { background-position: -565px -19px; }

i.i-tiles { width: 17px; height: 17px; }
i.i-tiles:before { background-position: -585px -1px; }
i.i-tiles:after { background-position: -585px -20px; }

i.i-remove { width: 16px; height: 16px; }
i.i-remove:before { background-position: -383px -71px; opacity: 1 !important; }
i.i-remove:after { opacity: 0 !important; }

i.i-save { width: 16px; height: 16px; }
i.i-save:before { background-position: -403px -72px; opacity: 1 !important; }
i.i-save:after { opacity: 0 !important; }

i.i-credit-card { width: 25px; height: 20px; }
i.i-credit-card:before { background-position: -450px -72px; opacity: 1 !important; }
i.i-credit-card:after { opacity: 0 !important; }

i.i-add { width: 17px; height: 18px; margin-right: 12px; }
i.i-add:before { background-position: -780px 0; }
i.i-add:after { background-position: -780px -19px; }

i.i-login { width: 18px; height: 19px; margin-right: 12px; }
i.i-login:before { background-position: -761px 0; }
i.i-login:after { background-position: -761px -19px; }

i.i-heart { width: 18px; height: 18px; margin-right: 5px; }
i.i-heart:before { background-position: -818px 0; }
i.i-heart:after {  }

i.i-see-all-offers { width: 8px; height: 12px; }
i.i-see-all-offers:before { background-position: -229px -25px; transform: rotate(180deg); margin-top: 5px; }

i.i-already-watched { width: 21px; height: 6px; }
i.i-already-watched:before { background-position: -837px 0; opacity: 1 !important; }
i.i-already-watched:after { opacity: 0 !important; }

i.i-check-white { width: 14px; height: 11px; }
i.i-check-white:before { background-position: -818px -17px; opacity: 1 !important; }
i.i-check-white:after { opacity: 0 !important; }
*/
.up { position: absolute; display: block; width: 56px; height: 56px; top: -28px; right: 232px; background: url('../images/icons/SPRITE.png'); background-position: -857px 2px; border-radius: 50%; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); }

.home .up { top: -104px; right: 0; }
/* =Icons
-------------------------------------------------------------- */
i[class^='i-'] { display: inline-block; vertical-align: text-top; position: relative; }
i[class^='i-']:before, i[class^='i-']:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; background: url('/images/icons/SPRITE.png') 0 0 transparent scroll no-repeat; z-index: 1; }
i[class^='i-']:after, i[class^='i-']:hover:before { opacity: 0; }
i[class^='i-']:hover:after { opacity: 1; }

i[class^='i-more-outline-'] { width: 22px; height: 22px; }
i[class^='i-more-outline-']:before { background-position: -222px 0; }
i.i-more-outline-blue:after { background-position: -222px -22px; } 
i.i-more-outline-green:after { background-position: -244px -22px; } 

i.i-chevron-white-left { width: 8px; height: 13px; }
i.i-chevron-white-left:before { background-position: -663px 0; }
i.i-chevron-white-left:after { background-position: -663px -13px; } 

i.i-chevron-white-right { width: 8px; height: 13px; }
i.i-chevron-white-right:before { background-position: -650px 0; }
i.i-chevron-white-right:after { background-position: -650px -13px; }

i.i-chevron-gray-left { width: 8px; height: 13px; }
i.i-chevron-gray-left:before { background-position: -665px 0; }
i.i-chevron-gray-left:after { background-position: -665px -13px; }

i.i-chevron-gray-right { width: 8px; height: 13px; }
i.i-chevron-gray-right:before { background-position: -653px 0; }
i.i-chevron-gray-right:after { background-position: -653px -13px; }

i.i-chevron-sm-nav-left { width: 13px; height: 25px; }
i.i-chevron-sm-nav-left:before { background-position: -181px 0; }
i.i-chevron-sm-nav-left:after { background-position: -181px -25px; }

i.i-chevron-sm-nav-right { width: 13px; height: 25px; }
i.i-chevron-sm-nav-right:before { background-position: -181px 0; transform: rotate(180deg); }
i.i-chevron-sm-nav-right:after { background-position: -181px -25px; transform: rotate(180deg); }

i.i-chevron-nav-left { width: 18px; height: 36px; }
i.i-chevron-nav-left:before { background-position: -142px 0; }
i.i-chevron-nav-left:after { background-position: -142px -36px; }

i.i-chevron-nav-right { width: 18px; height: 36px; }
i.i-chevron-nav-right:before { background-position: -142px 0; transform: rotate(180deg); }
i.i-chevron-nav-right:after { background-position: -142px -36px; transform: rotate(180deg); }

i.i-location-white { width: 16px; height: 22px; }
i.i-location-white:before { background-position: -157px -74px; opacity: 1 !important; }
i.i-location-white:after { opacity: 0 !important; }

i.i-location-gray { width: 14px; height: 20px; }
i.i-location-gray:before { background-position: -305px -74px; opacity: 1 !important; }
i.i-location-gray:after { opacity: 0 !important; }

i.i-envelope-white { width: 19px; height: 16px; }
i.i-envelope-white:before { background-position: -180px -77px; opacity: 1 !important; }
i.i-envelope-white:after { opacity: 0 !important; }

i.i-phone-white { width: 21px; height: 22px; }
i.i-phone-white:before { background-position: -204px -74px; opacity: 1 !important; }
i.i-phone-white:after { opacity: 0 !important; }

i.i-mobile-white { width: 13px; height: 24px; }
i.i-mobile-white:before { background-position: -233px -73px; opacity: 1 !important; }
i.i-mobile-white:after { opacity: 0 !important; }

i.i-fb-white { width: 9px; height: 15px; }
i.i-fb-white:before { background-position: -635px 0; }
i.i-fb-white:after { background-position: -635px -15px; }

i.i-star-gray { width: 22px; height: 19px; }
i.i-star-gray:before { background-position: -253px -75px; opacity: 1 !important; }
i.i-star-gray:after { opacity: 0 !important; }

i.i-accomodation-gray { width: 20px; height: 19px; }
i.i-accomodation-gray:before { background-position: -326px -75px; opacity: 1 !important; }
i.i-accomodation-gray:after { opacity: 0 !important; }

i.i-fb-long { width: 97px; height: 19px; }
i.i-fb-long:before { background-position: 5px -5px; }
i.i-fb-long:after { background-position: 5px -24px; }

/* single offer equipment icons */
i.i-eq-parking { width: 15px; height: 16px; }
i.i-eq-parking:before { background-position: -273px -3px; }

i.i-eq-shower { width: 15px; height: 17px; }
i.i-eq-shower:before { background-position: -297px -3px; }

i.i-eq-wifi { width: 17px; height: 13px; }
i.i-eq-wifi:before { background-position: -319px -4px; }

i.i-eq-restaurant { width: 12px; height: 19px; }
i.i-eq-restaurant:before { background-position: -331px -3px; }

i.i-eq-playground { width: 22px; height: 17px; }
i.i-eq-playground:before { background-position: -348px -3px; }

i.i-eq-grill { width: 12px; height: 20px; }
i.i-eq-grill:before { background-position: -386px -3px; }

i.i-eq-animals { width: 19px; height: 17px; }
i.i-eq-animals:before { background-position: -405px -3px; }

i.i-eq-feeding { width: 12px; height: 19px; }
i.i-eq-feeding:before { background-position: -332px -2px; }

i.i-eq-spa { width: 20px; height: 19px; }
i.i-eq-spa:before { background-position: -416px -2px; }

i.i-eq-kitchenette { width: 20px; height: 22px; }
i.i-eq-kitchenette:before { background-position: -448px -1px; }

i.i-eq-tv { width: 16px; height: 15px; }
i.i-eq-tv:before { background-position: -472px -4px; }

i[class^="i-register-"] { width: 21px; height: 21px; }
i.i-register-pen:before { background-position: -468px -21px; opacity: 1 !important; } 
i.i-register-pen:after { opacity: 0 !important; }

i.i-register-plus:before { background-position: -531px -21px; opacity: 1 !important; } 
i.i-register-plus:after { opacity: 0 !important; }

i.i-register-person:before { background-position: -551px -21px; opacity: 1 !important; } 
i.i-register-person:after { opacity: 0 !important; }

i.i-plus-gray { width: 15px; height: 15px; }
i.i-plus-gray:before { background-position: -534px -3px; }
i.i-plus-gray:after { background-position: -534px -24px; } 

i.i-plus-white { width: 15px; height: 15px; }
i.i-plus-white:before { background-position: -534px -24px; opacity: 1 !important; }
i.i-plus-white:after { opacity: 0 !important; } 

i.i-plus-green { width: 25px; height: 25px; }
i.i-plus-green:before { background-position: -653px -61px; opacity: 1 !important; }
i.i-plus-green:after { background-position: -653px -61px; } 

i.i-offers { width: 36px; height: 25px; }
i.i-offers:before { background-position: -617px -61px; }
i.i-offers:after { background-position: -617px -61px; }

/* register multiselect icons */
i.i-eq-gray-parking { width: 15px; height: 16px; }
i.i-eq-gray-parking:before { background-position: -273px -25px; }
i.i-eq-gray-parking:after { background-position: -273px -47px; }

i.i-eq-gray-shower { width: 15px; height: 16px; }
i.i-eq-gray-shower:before { background-position: -297px -25px; }
i.i-eq-gray-shower:after { background-position: -297px -47px; }

i.i-eq-gray-wifi { width: 17px; height: 13px; }
i.i-eq-gray-wifi:before { background-position: -318px -26px; }
i.i-eq-gray-wifi:after { background-position: -318px -48px; }

i.i-eq-gray-feeding { width: 12px; height: 19px; }
i.i-eq-gray-feeding:before { background-position: -342px -24px; }
i.i-eq-gray-feeding:after { background-position: -342px -46px; }

i.i-eq-gray-playground { width: 22px; height: 17px; }
i.i-eq-gray-playground:before { background-position: -359px -25px; }
i.i-eq-gray-playground:after { background-position: -359px -47px; }

i.i-eq-gray-grill { width: 12px; height: 20px; }
i.i-eq-gray-grill:before { background-position: -386px -23px; }
i.i-eq-gray-grill:after { background-position: -386px -45px; }

i.i-eq-gray-animals { width: 19px; height: 17px; }
i.i-eq-gray-animals:before { background-position: -404px -25px; }
i.i-eq-gray-animals:after { background-position: -404px -47px; }

i.i-eq-gray-spa { width: 20px; height: 19px; }
i.i-eq-gray-spa:before { background-position: -425px -24px; }
i.i-eq-gray-spa:after { background-position: -425px -46px; }

i.i-eq-gray-kitchenette { width: 20px; height: 22px; }
i.i-eq-gray-kitchenette:before { background-position: -447px -23px; }
i.i-eq-gray-kitchenette:after { background-position: -447px -45px; }

i.i-eq-gray-tv { width: 16px; height: 15px; }
i.i-eq-gray-tv:before { background-position: -472px -26px; }
i.i-eq-gray-tv:after { background-position: -472px -48px; }

/* checkbox */
i.i-checkbox-green { width: 10px; height: 8px; }
i.i-checkbox-green:before { background-position: -373px -73px; opacity: 1 !important; }
i.i-checkbox-green:after { opacity: 0 !important; }

i.i-admin-avatar { width: 35px; height: 35px; }
i.i-admin-avatar:before { background-position: 0px -72px; opacity: 1 !important; }
i.i-admin-avatar:after { opacity: 0 !important; }

i.i-admin-photo { width: 24px; height: 20px; }
i.i-admin-photo:before { background-position: -37px -75px; opacity: 1 !important; }
i.i-admin-photo:after { opacity: 0 !important; }

i.i-admin-www { width: 24px; height: 27px; }
i.i-admin-www:before { background-position: -65px -73px; opacity: 1 !important; }
i.i-admin-www:after { opacity: 0 !important; }

i.i-admin-star { width: 26px; height: 24px; }
i.i-admin-star:before { background-position: -92px -74px; opacity: 1 !important; }
i.i-admin-star:after { opacity: 0 !important; }

i.i-admin-box { width: 22px; height: 22px; }
i.i-admin-box:before { background-position: -122px -75px; opacity: 1 !important; }
i.i-admin-box:after { opacity: 0 !important; }

i.i-admin-visitor { width: 14px; height: 18px; }
i.i-admin-visitor:before { background-position: -345px -72px; opacity: 1 !important; }
i.i-admin-visitor:after { opacity: 0 !important; }

i.i-admin-list { width: 24px; height: 19px; }
i.i-admin-list:before { background-position: -421px -72px; opacity: 1 !important; }
i.i-admin-list:after { opacity: 0 !important; }

i.i-settings { width: 19px; height: 19px; }
i.i-settings:before { background-position: -594px 0; }
i.i-settings:after { background-position: -594px -19px; }

i.i-tiles { width: 17px; height: 17px; }
i.i-tiles:before { background-position: -614px -1px; }
i.i-tiles:after { background-position: -614px -20px; }

i.i-remove { width: 16px; height: 16px; }
i.i-remove:before { background-position: -382px -68px; opacity: 1 !important; }
i.i-remove:after { opacity: 0 !important; }

i.i-save { width: 16px; height: 16px; }
i.i-save:before { background-position: -403px -72px; opacity: 1 !important; }
i.i-save:after { opacity: 0 !important; }

i.i-credit-card { width: 25px; height: 20px; }
i.i-credit-card:before { background-position: -450px -72px; opacity: 1 !important; }
i.i-credit-card:after { opacity: 0 !important; }

i.i-add { width: 17px; height: 18px; margin-right: 12px; }
i.i-add:before { background-position: -780px 0; }
i.i-add:after { background-position: -780px -19px; }

i.i-login { width: 18px; height: 19px; margin-right: 12px; }
i.i-login:before { background-position: -761px 0; }
i.i-login:after { background-position: -761px -19px; }

i.i-heart { width: 18px; height: 18px; margin-right: 20px; }
i.i-heart:before { background-position: -818px 0; }
i.i-heart:after {  }

i.i-see-all-offers { width: 8px; height: 12px; }
i.i-see-all-offers:before { background-position: -229px -25px; transform: rotate(180deg); margin-top: 5px; }

i.i-already-watched { width: 21px; height: 6px; }
i.i-already-watched:before { background-position: -837px 0; opacity: 1 !important; }
i.i-already-watched:after { opacity: 0 !important; }

i.i-check-white { width: 14px; height: 11px; }
i.i-check-white:before { background-position: -818px -17px; opacity: 1 !important; }
i.i-check-white:after { opacity: 0 !important; }

i.i-at { width: 22px; height: 22px; margin: -7px 19px 0 0; }
i.i-at:before { background-position: -913px -25px; opacity: 1 !important; }
i.i-at:after { opacity: 0 !important; }

i.i-benefits { width: 28px; height: 26px; margin: -7px 13px 0 0; }
i.i-benefits:before { background-position: -963px 0px; opacity: 1 !important; }
i.i-benefits:after { opacity: 0 !important; }

i.i-crosshair { width: 26px; height: 26px; position: absolute; top: 18px; left: 2px; }
i.i-crosshair:before { background-position: -937px -21px; opacity: 1 !important; }
i.i-crosshair:after { opacity: 0 !important; }

i.i-my-offers { width: 21px; height: 16px; margin-right: 12px; }
i.i-my-offers:before { background-position: -797px 0px; opacity: 1 !important; }
i.i-my-offers:after { background-position: -797px -17px; }

i.i-more-outline-green { width: 22px; height: 22px; }
i.i-more-outline-green:before { background-position: -222px -22px; opacity: 1 !important; }
i.i-more-outline-green:after { background-position: -222px 0px; }

i.i-more-chevron-orange { width: 22px; height: 22px; }
i.i-more-chevron-orange:before { background-position: -244px 0px; opacity: 1 !important; }
i.i-more-chevron-orange:after { background-position: -244px -22px; }

i.i-bell-gray { width: 20px; height: 20px; position: absolute; left: 5px; top: 22px; }
i.i-bell-gray:before { background-position: -937px 0px; opacity: 1 !important; }
i.i-bell-gray:after {  }

i.i-promotion { width: 24px; height: 25px; position: absolute; top: -2px; left: 0; }
i.i-promotion:before { background-position: -913px 0px; opacity: 1 !important; }
i.i-promotion:after { background-position: -913px 0px; }

i.i-user { width: 37px; height: 49px; }
i.i-user:before { background-position: -534px -58px; }
i.i-user:after { background-position: -534px -58px; }

i.i-login2 { width: 45px; height: 50px; }
i.i-login2:before { background-position: -571px -58px; }
i.i-login2:after { background-position: -571px -58px; }

i.i-chat { width: 32px; height: 27px; }
i.i-chat:before { background-position: -678px -60px; }
i.i-chat:after { background-position: -678px -60px; }

i.i-gear { width: 32px; height: 32px; }
i.i-gear:before { background-position: -710px -60px; }
i.i-gear:after { background-position: -710px -60px; }

i.i-user-2 { width: 22px; height: 22px; }
i.i-user-2:before { background-position: -742px -60px; }
i.i-user-2:after { background-position: -742px -60px; }

i.i-plus-gray2 { width: 25px; height: 25px; }
i.i-plus-gray2:before { background-position: -764px -60px; }
i.i-plus-gray2:after { background-position: -764px -60px; }

i.i-star-gold { width: 36px; height: 46px; }
i.i-star-gold:before { background-position: -725px 0; }
i.i-star-gold:after { background-position: -725px 0; }
/* =Header
-------------------------------------------------------------- */
a#logo { display: inline-block; vertical-align: top; width: auto; height: auto; color: #6bb11a; }
a#logo p { display: inline-block; line-height: normal; font-family: "Roboto Condensed"; font-size: 24px; margin: 27px 0; }
a#logo:hover { color: #6bb11a; }
/* =Footer
-------------------------------------------------------------- */

#footer-wrapper { background: #f2f2f2; position: relative; -webkit-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.18); -moz-box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.18); box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.18); }
#footer { max-width: 1166px; height: 90px; margin: 0 auto; color: #FFF; position: relative; }

#footer-content { position: relative; }

#footer-wrapper .logo { color: #aeaeae; font-size: 24px; }

#footer .footer-links ul { list-style: none; margin-top: 40px; }
#footer .footer-links ul li { display: inline-block; font-family: 'Roboto Condensed'; }
#footer .footer-links ul li a { color: #757678; }
#footer .footer-links ul li:first-child { margin-right: 4px; padding-right: 10px; border-right: 1px solid #757678; }
#footer .footer-links ul li:last-child { padding-left: 2px; }
.footer-logo { float: left; margin-top: 5px; }
.footer-copyright { float: left; color: #9f9f9f; margin: 41px 0 0 70px; font-size: 12px; }
.footer-copyright a { color: #9f9f9f; }
.footer-links { float: right; color: #6c6d6f; font-size: 15px; }

/* =Copyright
-------------------------------------------------------------- */
#copyright-wrapper { padding: 20px 0; border-top: 1px solid #3c3c3c; font-size: 12px; color: #606060; }
#copyright > span { display: inline-block; vertical-align: bottom; }
#copyright > span:first-child { float: left; }
#copyright > span:last-child { float: right; }

#copyright a { color: #606060; }
#copyright a:hover { color: #FFF; }

/* =Single page
-------------------------------------------------------------- */
.single-page .page > .content { padding: 40px 0; }
.single-page .page > .content h2 { margin: 0; margin-bottom: 20px; color: #4d4d4d; }

/* =Single page header
-------------------------------------------------------------- */
#header-wrapper { width: 100%; background: #FFF; }
#header { padding-top: 10px; padding-bottom: 20px; margin: 0 auto; max-width: 1166px; position: relative; }

h1[class^="page-title"] { font-size: 24px; font-weight: normal; line-height: 24px; color: #4d4d4d; margin-top: 0; margin-bottom: 23px; position: relative; overflow: visible; padding-right: 240px; }
h1.page-title-white { color: #FFF; }

/* =Settings
-------------------------------------------------------------- */
.page { width: 100%; position: relative; margin: 0; padding: 0; }
.page-body, .content { max-width: 1166px; margin: 0 auto; padding: 0; }

/* =Homepage
-------------------------------------------------------------- */
body.home .page-body { padding: 50px 0; }
.page-offers { width: 1166px; margin: auto; padding: 50px 0; padding-top: 30px; }
.page-content-outer-wrapper { background: #fff; }
.page-offers-wrapper { position: relative; z-index: 6; }
#homepage-content-wrapper { width: 1166px; margin: auto; padding: 32px 0; }
#homepage-content { border-bottom: 1px dashed rgba(106, 109, 113, 0.4); padding-bottom: 39px; }

#home-banner-offers { float: left; width: 570px; margin-right: 26px; position: relative; }
#home-banner-slideshow { float: right; width: 570px; position: relative; z-index: 10;}

#home-offers-section { position: relative; z-index: 3; }
#home-offers-section > .left, #home-offers-section > .right { width: 570px; }
#home-offers-section > .left > div:last-child { margin-top: 15px; }

.other-offers-wrapper {  }
.other-offers { width: 1166px; margin: auto; padding: 57px 0 44px 0; }

.home-left-col { width: 46%; float: left; margin-right: 6%; }
.home-right-col {width: 48%; float: left; padding-top: 60px; }

/* =Homepage slideshow
-------------------------------------------------------------- */
#home-slideshow-wrapper { width: 570px; height: 255px; overflow: hidden; position: relative; }

/* slideshow slides */
#home-slideshow-slides { margin: 0; padding: 0; width: 100%; list-style: none; z-index: 1; }
#home-slideshow-slides > li { display: block; width: 570px; height: 255px; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; padding: 10px 60px; cursor: pointer; }
#home-slideshow-slides > li:after { position: absolute; left: 0; top: 0; background: #000; opacity: 0.3; z-index: 1; content: ""; width: 100%; height: 100%; }

/* slideshow pager */
#home-slideshow-pager { margin: 0; padding: 0; list-style: none; width: auto; position: absolute; left: 50%; bottom: 10px; z-index: 2; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
#home-slideshow-pager > li { display: block; float: left; }
#home-slideshow-pager > li:not(:last-child) { margin-right: 13px; }
#home-slideshow-pager > li > a { display: block; width: 9px; height: 9px; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; background: transparent; border: 2px solid #FFF; }
#home-slideshow-pager > li.cycle-pager-active > a { border-color: #f7a01d; background-color: #f7a01d; }

/* slideshow text */
#home-slideshow-slides .slideshow-content { color: #FFF; position: relative; left: 50%; top: 70%; z-index: 3; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
#home-slideshow-slides .slideshow-content > span { display: block; width: 100%; }
#home-slideshow-slides .slideshow-content > span:first-child { font-size: 24px; line-height: 24px; margin-bottom: 15px; }
#home-slideshow-slides .slideshow-content > span:last-child { line-height: 1.6em; }

.home-slideshow-nav { position: absolute; top: 70%; transform: translate(-50%,0); z-index: 100; }
#home-slideshow-next { right: 25px; }
#home-slideshow-prev { left: 25px; }

/* =Lazy load
-------------------------------------------------------------- */
/*body.home .offers-list img { display: none; }*/

/* =Offer list item
-------------------------------------------------------------- */
.offer-content-wrapper { padding: 14px 14px 0 14px; }
.already-watched .offer-grid-content { background: #f7f7f7!important; }
.offer-item { display: table; position: relative; overflow: hidden; table-layout: fixed; width: 100%; background: #FFF; -webkit-box-shadow: 0px 1px 2px 0px rgba(209,210,212,1); -moz-box-shadow: 0px 1px 2px 0px rgba(209,210,212, 1); box-shadow: 0px 1px 2px 0px rgba(209,210,212, 1); }
.offer-item:after { display: table-row; height: 100%; } 
.offer-item > div { display: table-cell; vertical-align: top; }
.already-watched { background: #f7f7f7!important; }

/* offer main image */
.offer-item .offer-image { width: 175px; height: 120px; position: relative; cursor: pointer; }
.offer-item .offer-image img { width: 100%; height: 100%; max-width: 175px; max-height: 120px; vertical-align: top; }

.time-to { position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.65); line-height: normal!important; text-align: left; }
.beach, .centre { display: block; float: left; width: 50%; color: #fff; font-size: 12px; }
.beach:before, .centre:before { display: block; font-size: 10px; }
.beach:before { content: "Do plaży:"; }
.centre:before { content: "Do centrum:";  }

/* offer content */
.offer-item .offer-content { /*padding: 15px 25px; border: 1px solid #d2d3d5; border-right: 0; */ position: relative;  }
.offer-item .offer-name { font-size: 20px; font-family: 'Roboto Condensed'; font-weight: 700; line-height: 1.2em; display: block; margin-bottom: 2px; height: 24px; overflow: hidden; color: #000; white-space: nowrap; }
.offer-item .offer-excerpt { display: block; height: 48px; overflow: hidden; font-size: 13px; line-height: 1.3em; }
.offer-item .offer-name i.i-heart { vertical-align: middle; margin-right: 10px; }

/* offer actions */
.offer-item .offer-actions { /*width: 120px; border: 1px solid #d2d3d5; border-left: 0; position: relative; padding: 15px 25px; padding-bottom: 20px; padding-left: 2px;*/ text-align: right; }
.offer-item .offer-actions:before { /* content: ""; position: absolute; left: 0; top: 15px; height: 78px; width: 1px; background: #d2d3d5; */}
.offer-item .offer-actions > i { position: absolute; right: 16px; bottom: 9px; }

.offer-item .offer-type { font-size: 13px; /**/ margin-top: 10px; }
.offer-item .offer-type label { display: inline-block; /*display: block;*/ margin-bottom: 5px; font-size: 12px; }
.offer-item .offer-type span { font-weight: 700; color: #3e474c; line-height: 1.2em; font-size: 14px; }

.offer-item .offer-price { /*position: absolute; right: 15px; bottom: 15px; font-size: 12px; top: 0; */ right: 25px; }
.offer-item .offer-price span { color: #737373; font-size: 18px; vertical-align: baseline; line-height: 16px; font-weight: 700; margin-left: 2px; }
.offer-item .offer-price span p { display: inline; color: #3e474c; font-size: 28px; font-family: 'Roboto Condensed'; }

.offer-item i[class^='i-more-outline'] { cursor: pointer; }

.notify-already-watched { position: absolute; right: 50px; bottom: 12px; font-size: 12px; }
#home-long-offers .notify-already-watched { bottom: 0; right: 20px; }
#home-offers-grid .notify-already-watched { bottom: 50px; display: inline-block; width: auto; background: #f7f7f7; height: 14px; line-height: 14px; padding: 0 10px; z-index: 2; right: auto; left: 7px; }
.notify-already-watched i { vertical-align: middle; margin-right: 5px; }

/* =Offer list grid type
-------------------------------------------------------------- */
/* basic settings */
.offers-list-grid > .offer-item { float: left; width: 175px; margin-right: 23px; margin-bottom: 23px; display: block; table-layout: inherit; }
.offers-list-grid > .offer-item:after { display: block; }
.offers-list-grid > .offer-item:nth-child(6n) { margin-right: 0; }
.offers-list-grid > .offer-item > div { display: block; vertical-align: inherit; }
.follow-offer { position: absolute; width: 36px; height: 46px; background: url('/images/icons/SPRITE.png'); left: 8px; background-position: 269px 0; }

.offers-list-grid .offer-price i { bottom: 10px!important; }

/* offer image */
.offers-list-grid .offer-image { width: 100%; height: 135px; text-align: center; line-height: 135px; }
.offers-list-grid .offer-image img { max-width: 215px; max-height: 135px; }

.offers-list-grid .offer-grid-content { padding: 20px 15px; padding-bottom: 50px; border: 1px solid #d2d3d5; border-top: none; position: relative; }

.offers-list-grid .offer-name { height: auto; white-space: inherit; }

.offers-list-grid .offer-excerpt { height: auto; }

.offers-list-grid .offer-type { }
.offers-list-grid .offer-type label { display: block; width: 100%; }
.offers-list-grid .offer-type span { margin: 0; padding: 0; display: inline-block; vertical-align: baseline; }

.offers-list-grid .offer-price { position: absolute; left: 22px; bottom: 5px; }
.offers-list-grid .offer-price span { font-size: 16px; color: #737373; line-height: 16px; }
.offers-list-grid .offer-price i[class^='i-more-outline'] { position: absolute; right: 0; bottom: 0; }

/* featured offers */
.offers-list-grid .offer-featured { position: relative; overflow: visible; }
.offers-list-grid .offer-featured .offer-image { border-bottom: none; border-top: none; position: relative; z-index: 2; }
.offers-list-grid .offer-featured .offer-image:after { content: " "; width: 36px; height: 46px; position: absolute; top: 0; left: 8px; z-index: 100; background: url('/images/icons/SPRITE.png'); background-position: 269px 0; }
.offers-list-grid .offer-featured .offer-grid-content { position: relative; z-index: 2; background: #FFF; }
.offers-list-grid .offer-featured:after { content: ""; width: 100%; height: 100%; position: absolute; left: -6px; top: -6px; background: transparent; box-sizing: content-box; z-index: 1; }

.offer-grid-content:after { width: 100%; height: 1px; position: absolute; border-bottom: 1px dashed rgba(106, 109, 113, 0.2); content: " "; bottom: 55px; left: 0; }

/* other offers */
#others-offers-wrapper { margin-top: 40px; }
#others-offers-wrapper > h2 { margin: 0; padding: 0; color: #4d4d4d; font-size: 22px; line-height: 1.6em; font-weight: 700; }
/* =Homepage promo offers
-------------------------------------------------------------- */
.home-promo-offers { margin-top: 0; }
.home-promo-offers > .offer-item:not(:last-child) { margin-bottom: 15px; }
.home-promo-offers > .offer-item .offer-image { height: 120px; }

/*#home-promo-offers .offer-featured:before { display: block; content: ""; width: 100%; height: 100%; position: absolute; left: -6px; top: -6px; background: transparent; border: 6px solid #80be39; box-sizing: content-box; z-index: 1; }*/
.home-promo-offers .offer-featured { }
#home-long-offers .offer-featured { }

.home-promo-offers .offer-type { float: left; }
.home-promo-offers > .offer-item .offer-price { position: absolute; right: 15px; bottom: 15px; font-size: 14px; top: 0; }
/* =Homepage long offers
-------------------------------------------------------------- */
#home-long-offers-wrapper { margin-top: 15px; }

/* long offers list content */
#home-long-offers-content { width: 725px; float: left; margin-right: 21px; }

#home-long-offers > .offer-item:not(:last-child) { margin-bottom: 15px; }

.offers-list-long .offer-price span { color: #737373; }

.offers-list-long .offer-type { /*position: absolute;*/ left: 25px; bottom: 13px; }
.offers-list-long .offer-type label, .offers-list-long .offer-type span { display: inline-block; vertical-align: baseline; margin: 0; padding: 0; }

.offers-list-long .offer-excerpt { height: 34px; }

#home-long-offers .offer-content-wrapper { height: 120px; }
#home-long-offers .offer-content { width: 78%; float: left; padding-right: 20px; }
#home-long-offers .offer-content:after { content: ""; position: absolute; right: 0; top: -25px; height: 150px; width: 1px; border-right: 1px dashed rgba(106, 109, 113, 0.2); }
#home-long-offers .offer-actions { width: 22%; float: left; }
#home-long-offers .offer-price { position: absolute; right: 15px; bottom: 15px; }
#home-long-offers .offer-actions i { top: 16px; right: 16px; }

/* =Homepage aside sections
-------------------------------------------------------------- */
#home-aside-blocks { width: 100%; float: right; margin-top: 15px; }

/* aside turquoise slogan */
#home-aside-slogan { width: 271px; float: right; height: auto; position: relative; margin-top: 25px; } 
#home-aside-slogan:after { width: 100%; height: 100%; background: #148492; content: ""; position: absolute; left: -4px; top: 6px; z-index: 1; }
#home-aside-slogan .slogan-content { border: 2px solid #31b9c9; padding: 0 30px; }
#home-aside-slogan .slogan-content > a { font-size: 18px; display: block; color: #FFF; text-transform: uppercase; line-height: 2.0em; padding: 30px 0; }
#home-aside-slogan .slogan-content > a:not(:last-child) { border-bottom: 2px solid #31b9c9; }

#home-aside-slogan .slogan-content-wrapper { position: relative; z-index: 2; background: #1da2b3; padding: 17px; }
#home-aside-slogan:hover .slogan-content-wrapper { transform: translate(-4px,6px); -moz-transform: translate(-4px,6px); -webkit-transform: translate(-4px,6px); }
#home-aside-slogan:hover .slogan-content-wrapper, #home-aside-slogan .slogan-content-wrapper { transition: transform 0.25s ease-in-out; -moz-transition: transform 0.25s ease-in-out; -webkit-transition: transform 0.25s ease-in-out; }

/* =Homepage offers grid
-------------------------------------------------------------- */
#home-offers-grid { margin-top: 24px; }

/* =Single offer
-------------------------------------------------------------- */
.single-offer-page { }
.single-offer-page-content { /*max-width: 1166px;*/ margin: 0 auto; }
#single-offer-content-wrapper { background: #fff; }
#single-offer-content { width: 1166px; margin: auto; padding-bottom: 10px; }
#single-offer-content h2 { font-weight: 500; font-family: 'Roboto Condensed'; margin-left: 5px; }

/* offers back btn  
#offers-index-back { display: block; border: 2px solid #b2b2b2; padding: 12px; position: absolute; right: 0; bottom: 0; font-size: 14px; text-transform: uppercase; color: #b2b2b2; min-width: 210px; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; line-height: 14px; }
#offers-index-back:hover { color: #747676; border-color: #747676; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#offers-index-back i { vertical-align: bottom; margin-left: 20px; margin-right: 50px; transition: transform 0.15s ease-in-out; -moz-transition: transform 0.15s ease-in-out; -webkit-transition: transform 0.15s ease-in-out; }
#offers-index-back:hover i { transform: translate(-10px,0); -moz-transform: translate(-10px,0); -webkit-transform: translate(-10px,0); transition: transform 0.15s ease-in-out; -moz-transition: transform 0.15s ease-in-out; -webkit-transition: transform 0.15s ease-in-out; }
#offers-index-back:hover i:after { opacity: 1; }
*/

#offers-index-back { display: block; position: absolute; right: 0; bottom: 0; font-size: 14px; text-transform: uppercase; min-width: 210px; line-height: 14px; }
#offers-index-back i { vertical-align: bottom; margin-left: 20px; margin-right: 50px; transition: transform 0.15s ease-in-out; -moz-transition: transform 0.15s ease-in-out; -webkit-transition: transform 0.15s ease-in-out; color: #FFF; }
#offers-index-back:hover i { transform: translate(-10px,0); -moz-transform: translate(-10px,0); -webkit-transform: translate(-10px,0); transition: transform 0.15s ease-in-out; -moz-transition: transform 0.15s ease-in-out; -webkit-transition: transform 0.15s ease-in-out; }

.page-title-white > #offers-index-back { color: #FFF; border-color: #FFF; }
.page-title-white > #offers-index-back i:before { opacity: 1 !important; }
.page-title-white > #offers-index-back i:after { display: none;}



.single-offer-basic-info { margin-bottom: 0!important; }


.single-offer-address { float: left; width: 50%; position: relative; padding-left: 50px; }
.single-offer-address ul { list-style: none; padding: 0; display: inline-block; }
.single-offer-address ul li { margin: 9px 0; }
.single-offer-address ul li:before { color: #727272; font-size: 13px; }
.single-offer-address ul li:first-child { margin-bottom: 14px; font-size: 15px; }
.single-offer-address ul li:first-child:before { content: "ul."!important; margin-right: 5px; }
.single-offer-address ul li:not(.email):before { content: "tel."; margin-right: 5px; font-size: 15px; font-weight: 500; }
.email { font-weight: 500; margin-top: 14px; font-size: 15px; color: #727272; }
.single-offer-prices { float: left; width: 50%; position: relative; padding: 10px 0 0 35px; }
.single-offer-prices ul { list-style: none; }
.single-offer-prices ul li { padding-bottom: 10px; border-bottom: 1px dashed rgba(106, 109, 113, 0.6); position: relative; }
.single-offer-prices ul li:not(:last-child) { margin-bottom: 20px; }
.room-name { text-transform: uppercase; padding-bottom: 2px; } 
.date-range { font-weight: 500; }
.single-offer-name { margin-bottom: 30px!important; }
.single-offer-name .title { font-size: 50px; color: #000; font-family: 'Roboto Condensed'; }

.store-offer a { display: block; border: 1px solid #6bb41c; padding: 10px 30px 10px 9px; text-align: center; border-radius: 2px; position: absolute; top: -10px; right: 0; color: #72b226; font-family: 'Roboto Condensed'; font-weight: 700; text-transform: uppercase; }
.store-offer a:after { display: block; content: "(zapisz do schowka)"; color: #6bb41c; position: absolute; left: 2px; right: 0; top: 44px; bottom: -18px; font-size: 13px; text-transform: lowercase; font-weight: 400; }

/*
#offer-contact-form-box form ul li { }
#offer-contact-form-box form ul li:first-child { width: 273px; }
#offer-contact-form-box form ul li:first-child input { padding: 6px 0;} 
#offer-contact-form-box form ul li:nth-child(2) { width: 583px; height: 109px; }


#offer-contact-form-box form ul li:first-child { float: left; width: 273px; }
#offer-contact-form-box form ul li:nth-child(2) { float: left; width: 583px; }*/

.form-name { width: 273px; height: 48px; }
.form-email { width: 273px; height: 48px; }
.form-message { width: 583px; height: 109px; }

.see-all-offers { position: relative; width: 46px; display: inline-block; }
.see-all-offers a { position: absolute; top: -40px; border: 1px solid #6ab51d; border-radius: 2px; padding: 9px 11px; height: 41px; }
.see-all-offers i { margin-top: 2px; }

.price { position: absolute; font-family: 'Roboto Condensed'; font-weight: 700; top: 10px; right: 0; background: #fff; padding-left: 5px; font-size: 20px; min-width: 130px; }
.price:after { display: block; color: #848484; content: "za nocleg od osoby"; font-size: 13px; font-weight: 400; margin-top: 7px; font-family: 'Roboto Condensed'; margin-top: 4px; font-weight: 600;}
.price span { font-size: 31px;  }
/* =Single offer carousel
-------------------------------------------------------------- */
/* main carousel */
#single-offer-gallery-wrapper { }
#single-offer-gallery { position: relative; width: 1166px; margin: auto; }
#single-offer-gallery-carousel-wrapper, #single-offer-gallery-thumbnails-wrapper { position: relative; overflow: visible; }

#single-offer-gallery-carousel { width: 100%; height: 502px; overflow: hidden; position: relative; }
#single-offer-gallery-carousel > ul { margin: 0; padding: 0; list-style: none; width: 100%; position: relative; z-index: 1; }
#single-offer-gallery-carousel > ul > li { width: 100%; height: 502px; display: block; height: 502px; }
#single-offer-gallery-carousel > ul > li a { display: block; width: 100%; height: 502px; }
#single-offer-gallery-carousel > ul > li a > img { min-width: 100%; min-height: 502px; }

a[id^="offer-gallery-"] { display: block; position: absolute; top: 50%; transform: translate(0,-50%); -moz-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
a#offer-gallery-prev { left: -40px; }
a#offer-gallery-next { right: -40px; }

/* thumbnail carousel */
#single-offer-gallery-thumbnails { width: 100%; height: 84px; overflow: hidden; position: absolute; margin-top: 15px; bottom: 0; z-index: 1; background: rgba(0,0,0,0.25); }
#single-offer-gallery-thumbnails div.cycle-slide { float: left; margin-right: 10px; width: 85px; height: 57px; overflow: hidden; }
.cycle-carousel-wrap > div.cycle-slide { float: none !important; }
#offer-gallery-thumbnails-carousel > div a { display: block; width: 100%; height: 57px; position: relative; }
#offer-gallery-thumbnails-carousel > div a:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); z-index: 1; border: 2px solid transparent; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#offer-gallery-thumbnails-carousel > div a:hover:before, #single-offer-gallery-thumbnails div.cycle-slide-active a:before { border-color: #1aa2b2; background: transparent; transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; }
#offer-gallery-thumbnails-carousel > divimg { min-width: 100%; min-height: 84px; width: auto; height: auto; max-width: 150px; max-height: 150px; }

a[id^="offer-gallery-thumbnails-"] { display: block; position: absolute; top: 50%; transform: translate(0,-50%); -moz-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
a#offer-gallery-thumbnails-prev { left: -40px; top: -40px; }
a#offer-gallery-thumbnails-next { right: -40px; top: -40px; }

/* details box */
#single-offer-gallery-details { position: absolute; right: 0; top: 0; width: 300px; height: 100px; z-index: 2; padding: 40px; color: #FFF; padding-bottom: 60px; }
#single-offer-gallery-details h2 { font-size: 20px; line-height: 1.4em; margin: 0; margin-bottom: 40px; }
#single-offer-gallery-details > ul { margin: 0; padding: 0; list-style: none; width: 100%; line-height: 1.6em; }
#single-offer-gallery-details > ul > li { padding-left: 35px; position: relative; }
#single-offer-gallery-details > ul > li:nth-child(3) { min-height: 30px; padding-top: 3px; }
#single-offer-gallery-details > ul > li:not(:last-child) { margin-bottom: 25px; }
#single-offer-gallery-details > ul > li > span { position: absolute; left: 0; top: 4px; display: block; height: auto; width: 23px; text-align: center; }
#single-offer-gallery-details > ul > li.detail-featured { font-size: 22px; line-height: 20px; padding-top: 4px; }

/* single offer share btn */
#single-offer-share-btn { position: absolute; left: 40px; top: 40px; width: 220px; display: block; color: #FFF; border: 2px solid #FFF; display: table; overflow: hidden; table-layout: fixed; padding: 10px 0; background: rgba(0,0,0,0.4); }
#single-offer-share-btn:after { display: table-row; height: 100%; } 

#single-offer-share-btn > span { display: table-cell; vertical-align: top; text-align: center; }
#single-offer-share-btn > span:first-child { width: 50px; border-right: 2px solid #FFF; transition: border-color 0.25s ease-in-out; -moz-transition: border-color 0.25s ease-in-out; -webkit-transition: border-color 0.25s ease-in-out; }

#single-offer-share-btn:hover { border-color: #68b0e6; color: #68b0e6; }
#single-offer-share-btn:hover > span:first-child { border-color: #68b0e6; transition: border-color 0.25s ease-in-out; -moz-transition: border-color 0.25s ease-in-out; -webkit-transition: border-color 0.25s ease-in-out; }
#single-offer-share-btn:hover i:after { opacity: 1; }
#single-offer-share-btn:hover i:before { opacity: 0; }

/* offer equipment icons */
#single-offer-equipment { }
#single-offer-equipment > ul { margin: 0; padding: 0; list-style: none; clear: both; overflow: hidden; }
#single-offer-equipment > ul > li { display: block; position: relative; border: 1px solid #e5e5e5; float: left; padding: 0 5px; width: 84px; height: 59px; font-size: 12px; font-weight: 500; }
#single-offer-equipment > ul > li:not(:first-child) { border-left: none; }
#single-offer-equipment > ul > li a { min-width: 72px; height: 38px; display: block; background: #FFF; position: relative; overflow: visible; }
/*#single-offer-equipment > ul > li a:after { display: none; content: ""; width: 0; height: 0; border-style: solid; border-width: 0 12px 7px 0; border-color: transparent #096773 transparent transparent; position: absolute; left: 0; bottom: -7px;  }*/
#single-offer-equipment > ul > li a i { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
#single-offer-equipment > ul > li a i:after { opacity: 0 !important; }
#single-offer-equipment > ul > li a i:before { opacity: 1 !important; }
#single-offer-equipment > ul > li span { display: block; text-align: center; margin-bottom: 5px; }
/*#single-offer-equipment > ul > li span { display: none !important; position: absolute; left: 55px; top: 0; background: rgba(0,0,0,0.75); height: 40px; line-height: 40px; padding: 0 20px; opacity: 0; color: #FFF; white-space: nowrap; }*/

/* offer equipment tooltip */
/*#single-offer-equipment > ul > li > span { height: 49px; width: 200px; padding: 0 5px; text-align: center; white-space: nowrap; line-height: 49px; position: absolute; left: 68px; top: 0; background: #000; background: rgba(0,0,0,0.7); color: #FFF; display: block; opacity: 0; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; }
#single-offer-equipment > ul > li:hover > span { opacity: 1; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; }*/

/* content section */
.single-offer-section-content > div, .content-box { background: #FFF; border: 1px solid #d1d2d4; -webkit-box-shadow: 0px 1px 1px 0px rgba(209, 210, 212, 1); -moz-box-shadow: 0px 1px 1px 0px rgba(209, 210, 212, 1); box-shadow: 0px 1px 1px 0px rgba(209, 210, 212, 1); padding: 55px 40px; line-height: 1.6em; }
.content-box > :first-child { margin-top: 0; }

.single-offer-section { padding-top: 51px; }
.single-offer-section h3 { margin: 0; margin-bottom: 25px; color: #4d4d4d; }
.single-offer-section h3 i { vertical-align: text-top; margin-right: 15px; }

.single-offer-section > div { margin: 0px 0 20px 0; position: relative; }
.single-offer-section h2 { color: #363636; font-size: 26px; line-height: 26px; margin-bottom: 0; display: inline-block; }

.single-offer-benefits { padding-bottom: 15px; border-bottom: 2px solid #f4f4f4; min-height: 60px; position: relative; }
.single-offer-benefits h2 { padding-top: 20px; }
.single-offer-benefits i { vertical-align: initial; }
#single-offer-equipment { position: absolute; right: 0; bottom: -2px; }

.single-offer-contact { padding-top: 30px; border-top: 2px solid #f4f4f4; }

#offer-details-box { /*float: left; width: 830px; margin-right: 40px;*/ }
#offer-details-box > p:nth-of-type(1) { margin-top: 0; }
.offer-promotion { font-weight: 500; }
.offer-promotion i { margin: -5px 17px 0 -17px; }
.offer-promotion p { display: inline-block; margin-left: 21px; }
.offer-details-content { padding: 0 0 0 45px; line-height: 22px; font-weight: 500; position: relative; text-align: justify; }



#offer-contact-form-box {  }

#offer-contact-form-box > .left { width: 25%; }
#offer-contact-form-box > .right{ width: 75%; }

#offer-contact-form-box h2 { margin-top: 0; }
#offer-contact-form-box form { display: block; width: 100%; }
#offer-contact-form-box form ul { margin: 0; padding: 0; list-style: none; }
#offer-contact-form-box form ul li { display: block; width: 100%; margin-bottom: 10px; }
#offer-contact-form-box form ul li:last-child { margin-bottom: 0; }

#offer-contact-form-box form > .left { width: 31%; margin: 0 2%; }
#offer-contact-form-box form > .right { width: 65%; }
#offer-contact-form-box form ul li input[type=text] { width: 100%; height: 50px; background: #f5f5f5; padding: 0 20px; border-radius: 2px; }

#offer-contact-form-box form > .right ul li:first-child textarea { height: 110px; min-height: 0; background: #F5F5F5; border-radius: 2px; }
#offer-contact-form-box form > .right ul li:last-child { text-align: right; }
#offer-contact-form-box form button[type=submit] { background: #6ab51c; width: auto; display: inline-block; border-radius: 2px; font-weight: 700; font-family: 'Roboto Condensed'; letter-spacing: normal; width: 133px; font-size: 16px; padding: 13px 13px 13px 0; margin-top: 10px; }
#offer-contact-form-box form button[type=submit] i { vertical-align: middle; margin-right: 15px; }

.google-map-wrapper { width: 100%; clear: both; }
#single-offer-googlemaps { width: 1166px; height: 490px; background: #FFF; -webkit-box-shadow: inset 0px 0px 3px 0px rgba(191, 191, 183, 1); -moz-box-shadow: inset 0px 0px 3px 0px rgba(191, 191, 183, 1); box-shadow: inset 0px 0px 3px 0px rgba(191, 191, 183, 1); margin: auto; } 
/*background: url('/images/icons/gmap.png') center center transparent scroll no-repeat; background-size: cover; }*/

/* price list */
#offer-price-list > ul { margin: 0; padding: 0; list-style: none; width: 100%; }
#offer-price-list > ul > li { float: left; display: block; width: 100%; margin-bottom: 40px; }
#offer-price-list > ul > li:last-child { margin-bottom: 0; }
#offer-price-list > ul > li > div { float: left; width: 33.33%; display: block; position: relative; }
#offer-price-list > ul > li > div:after { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #d6d6d6; z-index: 1; transform: translate(0,-50%); -moz-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
#offer-price-list > ul > li > div span { display: inline-block; background: #FFF; width: auto; vertical-align: baseline; line-height: 1.6em; position: relative; z-index: 2; }

#offer-price-list > ul > li > div:nth-child(1) { text-align: left; }
#offer-price-list > ul > li > div:nth-child(1) span { padding-right: 40px; }

#offer-price-list > ul > li > div:nth-child(2) { text-align: center; }
#offer-price-list > ul > li > div:nth-child(2) span { text-align: center; padding: 0 40px; }

#offer-price-list > ul > li > div:nth-child(3) { text-align: right; }
#offer-price-list > ul > li > div:nth-child(3) span { text-align: right; padding-left: 40px; font-weight: 700; color: #1ea1b5; min-width: 100px; }

/* price list additional note */
#offer-price-list-note {}

/* =Footer newsletter form
-------------------------------------------------------------- */
#newsletter-form { float: left; width: 525px; }
#newsletter-form label { color: #9d9d9d; margin-bottom: 10px; display: block; }
#newsletter-form .input-group { position: relative; width: 100%; display: block; }
#newsletter-form input { height: 34px; }
#newsletter-form input[type=submit] { padding: 0; margin: 0; position: absolute; right: 0; top: 0; width: 155px; }
#newsletter-form .alert { padding: 5px 10px; }

#footer-links-wrapper { width: 558px; position: relative; }
#footer-links-wrapper ul { margin: 0; padding: 0; list-style: none; display: block; width: 100%; clear: both; overflow: hidden; }
#footer-links-wrapper ul li { display: block; float: left; height: 34px; line-height: 34px; }
#footer-links-wrapper ul li a { color: #FFF; }
#footer-links-wrapper ul li a:hover { color: #228894; }
#footer-links-wrapper ul li:not(:last-child) { margin-right: 100px; }

/* =Landing page section
-------------------------------------------------------------- */
/*.landing-page-content { background: url('/images/icons/section_1.jpg') center center transparent scroll no-repeat; background-size: cover; }*/
.landing-page-content { }
.landing-page-content h1 { color: #4d4d4d; font-size: 24px; font-weight: 700; position: relative; }

div[class^="landing-page-section-"] { padding: 50px 0; color: #FFF; position: relative; }
div[class^="landing-page-section-"] > .content { position: relative; z-index: 2; }

.landing-page-section-1 { background: transparent;}
.landing-page-section-2:before { background: #2f8690; opacity: 0.85; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: block; }

.landing-page-gallery { margin-top: 32px; }
.landing-page-gallery > label { display: block; font-size: 24px; font-family: 'Roboto Condensed'; font-weight: 700; color: #43484e; padding: 0 0 30px 0; }  
ul.page-gallery { margin: 0; padding: 0; list-style: none; margin-top: 23px; }
ul.page-gallery > li { float: left; width: 275px; height: 170px; margin-right: 22px; margin-bottom: 22px; }
ul.page-gallery > li:nth-child(4n) { margin-right: 0; }
ul.page-gallery > li > a { display: block; width: 275px; height: 170px; overflow: hidden; }
ul.page-gallery > li > a img { max-width: 100%; max-height: 100%; width: auto; height: auto; }

/* =Register page
-------------------------------------------------------------- */
#register-wizard-nav { position: relative; background: url('/images/icons/register-nav-bg.jpg') center center transparent scroll no-repeat; background-size: cover; padding: 50px 0; }
#register-wizard-nav > .content { position: relative; }
#register-wizard-nav ul { margin: 0; padding: 0; list-style: none; color: #FFF; font-size: 18px; display: block; line-height: 22px; }
#register-wizard-nav ul > li { padding-right: 100px; position: relative; float: left; }
#register-wizard-nav ul > li:last-child { padding-right: 25px; }
#register-wizard-nav ul i { margin-right: 15px; vertical-align: bottom; }

#register-wizard-nav span.line { width: 0px; height: 1px; background: #FFF; position: absolute; right: 25px; top: 50%; transform: translate(0,-50%); -moz-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); }
#register-wizard-nav .content > span.line { right: 0; }

/* disable state */
#register-wizard-nav > .content > .line { opacity: 0.5; }
#register-wizard-nav ul li span { opacity: 0.5; }
#register-wizard-nav ul li .active-step { opacity: 1; }

/* =Register form
-------------------------------------------------------------- */
#register-form-wrapper { padding: 45px 0; background: #fff; }

/* register form field wrappers */
.form-left-col { max-width: 350px; float: left; margin-right: 37px; }
.form-right-col { max-width: 350px; float: left; }
.form-col:first-of-type { margin-right: 10%; }
.form-field { float: left; width: 100%;  }
.form-field:nth-child(n+5) { width: 50%; }
.fomr-field:nth-child(n+5) .field { width: 100%; }
.form-right-col .form-field:last-child { width: 50%; }
.form-field:last-child input[type="submit"] { float: right; }
#register-form-wrapper .field { display: block; float: left; line-height: 38px; width: 100%; }
#register-form-wrapper .field-required { position: relative; overflow: visible; }
#register-form-wrapper .field-required:after { content: "*"; position: absolute; right: 0; top: -18px; font-size: 22px; display: block; line-height: 1.0em; color: #f85700; }
label.field-required:after { top: 1px!important; } 
#register-form-wrapper .field a { text-decoration: none; color: #6ab51c; }

#register-form-wrapper .field-labelled { position: relative; overflow: visible; }
#register-form-wrapper .field-labelled > .field-label { width: 70px; height: 100%; position: absolute; left: 0; top: 0; white-space: nowrap; text-align: center; z-index: 1; background: #d2d3d5; }
#register-form-wrapper .field-labelled input { }
#register-form-wrapper textarea { resize: none; }

#register-form-wrapper input:disabled { background: transparent; }

#register-form-wrapper input[type=text], input[type=number], input[type=email], input[type=password], textarea, select { height: 44px; }
#register-form { }
/* =Register form - step 1
-------------------------------------------------------------- */
/* box settings */

.why-us {  }
.why-us label { font-family: 'Roboto Condensed'; font-size: 26px; }
.why-us ul { list-style: none; padding-left: 0; padding-bottom: 30px; }
.why-us ul li { font-family: 'Roboto Condensed'; font-size: 16px; line-height: 16px; margin-bottom: 4px; }

.register-box-wrapper { position: relative; }

.register-box-1 > .left { width: 400px; }
.register-box-1 > .right { width: 766px; border-left: 1px dashed rgba(106, 109, 113, 0.4); padding-left: 28px; }
.register-box-1 > div > label { font-weight: 700; font-size: 18px; line-height: 1.6em; }

/* form settings */
.register-box-1 form { margin-top: 8px; }
.register-box-1 form > ul { margin: 0; padding: 0; list-style: none; border-radius: 2px; }
.register-box-1 form > ul > li { float: left; width: 100%; }
.register-box-1 form > ul > li > label { height: 38px; line-height: 50px; float: left; display: block; color: #727272; font-size: 13px; }
.register-box-1 form label { text-transform: capitalize; }
.register-box-1 form input[type="submit"] { max-width: 133px; padding: 8px; font-family: 'Roboto Condensed'; letter-spacing: normal; font-weight: 700; line-height: 27px; font-size: 16px; border-radius: 2px; }

/* register form */
#register-form label { display: block; width: 130px; height: 38px; line-height: 50px; color: #727272; font-size: 13px; }
#register-form .field {  }
#register-form .field input[type="text"] { height: 44px; }

/* address field */
.field-address > span { float: left; }
.field-address > span:first-child { width: 250px; margin-right: 10px; }
.field-address > span:last-child { width: 84px; }

/* postcode field */
.field-postcode > span { float: left; }
.field-postcode > span input { text-align: center; }
.field-postcode > span:first-child { width: 50px; margin-right: 20px; }
.field-postcode > span:last-child { width: 80px; }

/* login form */
#login-form label { width: 70px; }
#login-form .field { width: 350px; }
.register-box-1 form > ul > li:nth-child(n+3) { width: 50%; }
.register-box-1 form > ul > li:last-child .field { width: 150px!important; }
.register-box-1 form > ul > li:last-child .field input[type="submit"] { float: right; }
label.empty { height: 26px!important; }

.left .caption { margin-top: 10px; }
.right .caption label:nth-child(2) { margin-top: 8px; }
.icon-wrapper { float: left; }
.caption { margin-left: 27px; margin-top: 5px; display: inline-block; font-family: 'Roboto Condensed'; font-weight: 500!important; font-size: 26px; }
.caption label { display: block; }
.caption label:nth-child(2) { font-size: 16px; }
/* =Modal
--------------------------------------------------------------*/
.modal-wrapper { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; display: none; }
.modal-wrapper > .modal-overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: #000; opacity: 0.75; }
.modal-wrapper > .modal-content { width: 100%; height: auto; background: #FFF; padding: 60px; border: 3px solid #34a8b7; position: absolute; left: 50%; top: 150px; z-index: 2; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
.modal-wrapper >.modal-content h2 { margin: 0; padding: 0; display: block; width: 100%; color: #4d4d4d; font-size: 22px; line-height: 1.6em; }

/* =Admin panel navigation links
--------------------------------------------------------------*/
.header-wrapper { width: 100%; height: 80px; clear: both; -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2); box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2); position: relative; z-index: 5; }
.header { width: 1166px; margin: auto; }
#admin-panel-header-nav { /*position: absolute; right: 0; top: 25px; clear: both; */ overflow: hidden; margin: 0; padding: 0; list-style: none; z-index: 3; display: inline-block; margin-top: 30px; margin-left: 70px; float: right; }
#admin-panel-header-nav > li { float: left; padding: 0 12px; line-height: 1.6em; position: relative; font-size: 13px; }

.home #admin-panel-header-nav { float: none; }

#admin-panel-header-nav > li:after { /*content: ""; background: #d2d4d3; position: absolute; right: 0; top: 0; width: 1px; height: 100%; */}
#admin-panel-header-nav > li:last-child { padding-right: 0; }
#admin-panel-header-nav > li:last-child:after { display: none; }
#admin-panel-header-nav > li > a { font-family: 'Roboto Condensed'; font-size: 15px; color: #65666b; }
#home-banner-offers #admin-panel-header-nav { top: 5px; }
/*#admin-panel-header-nav:after { content: "\2630"; position: absolute; cursor: pointer; color: #6bb11a; font-size: 26px; display: none; }*/

/* =Remind password
-------------------------------------------------------------- */
#remind-password-form { position: relative; max-width: 500px; padding-right: 100px; }
#remind-password-form > input[type='submit'] { position: absolute; right: 0; top: 0; width: 100px; height: 38px; padding: 0; }

#remind-password-proceeded-form ul { margin: 0; padding: 0; list-style: none; clear: both; overflow: hidden; max-width: 500px; }
#remind-password-proceeded-form ul > li { float: left; width: 100%; margin-bottom: 15px; }
#remind-password-proceeded-form ul > li label { margin-bottom: 8px; display: block; }




/**/
#offer-gallery-thumbnails-carousel { float: right; margin-top: 15px; }
.other-offers .btn-green { display: block; max-width: 203px; height: 52px; margin: auto; font-family: 'Roboto Condensed'; letter-spacing: normal; font-weight: 700; line-height: 27px; font-size: 16px; border-radius: 2px; }


.offer-actions i { cursor: pointer; }

#home-cam-wrapper { background: url('/images/icons/leba_kamera.jpg') 0 0 transparent scroll no-repeat; }
#home-cam-wrapper img { width: 100%; height: auto; display: none; }
#home-cam-wrapper { width: 100%; height: 255px; overflow: visible; /*background: url('/images/panel/leba_cam.jpg') center center transparent scroll no-repeat;*/ background-size: cover; margin-bottom: 15px; position: relative; }
#home-cam-wrapper video#stream { width: 100%; height: 320px; position: absolute; left: 0; top: -91px; background: transparent; }
#home-cam-wrapper:after { display: none !important; display: inline-block; content: attr(data-text); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); color: #FFF; font-size: 22px; font-weight: 700; letter-spacing: 2px; width: 100%; text-align: center; z-index: 102; }
#home-cam-wrapper:before { display: none !important; display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #9B9B9B; opacity: 1; z-index: 101; }
#home-cam-wrapper video { display: none; }

/* =Homepage gallery
-------------------------------------------------------------- */

#homepage-content-gallery { width: 100%; }
#homepage-content-gallery ul.page-gallery > li > a { border-color: #d2d3d5; }


/* =Spinner
-------------------------------------------------------------- */
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

#video-buttons { display: none !important; position: absolute; right: 0px; bottom: 0px; z-index: 2; margin: 0; padding: 0; list-style: none; width: 100%; text-align: center; }
#video-buttons li { display: inline-block; vertical-align: top; float: left; }
#video-buttons li:first-child { width: 220px; }
#video-buttons li:last-child { width: 330px; margin-left: 20px; }
#video-buttons li a { display: block; width: 100%; font-size: 12px; padding: 6px 12px; font-weight: 600; font-family: 'Roboto Condensed'; letter-spacing: 0; height: 26px; line-height: 12px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }


.is_mobile #video-buttons { display: none; }