#inner {
	border-top: none!important;
}

/* settings - start */
body {
    font-size: 11px;
	    background: #fff  url("")  repeat-x;
}
a {
    color: #303030;
}

a:hover {
    color: #303030;
}
#menu {
		background: #ffd064 url("") repeat-x;
}
.nav li li {
    background: #64daf0 none repeat;
}
.nav li li a:hover {
    background-color: #60d3ed;
}
.nav a {
    color: #303030;
}
.nav li li a {
    color: #303030;
}

#nav li a {
	    background: #258CC9 url("") repeat-x;
    color: #ffffff;
}

#nav li a:hover {
    background-color: #383838;
    color: #ffffff;
}

#left-slave {
    background-color: ;
}

#right-slave {
    background-color: ;
}
#country-list a{
    color: #3A80AD;
}
#country-list a:hover{
    color: #9B4A3F;
}
#footer {
	    background: #f5f5f5 url("") repeat-x;
    color: #303030;
}
#footer a {
    color: #303030;
}

.altrow,
.sm-result:nth-child(2n+1){
    background-color: none;
}
    background-color: none;
}

table.scroll tbody tr.alt{
    background-color: none;
}

.top-offer-square{
    background: none;
}

#master{
        width:749px;border-left:none;
        }

#show-map{
    color : #303030;
}

/* settings - own */

/* CSS Document */
h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
}
input[type="submit"]{
  cursor:pointer;
  font-family: 'Open Sans', sans-serif;
}

input[type="text"],
select,
textarea,
.selectBox,
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#colorbox,
#colorbox *,
#showReviews *{
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  background-position: center top;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #3e3f40;
}
#main,#wrap,#inner,#head{
  width: 100%;
  background:transparent none;
  border:0 none;
}

#cont {
  border: 0;
}

#master {
  border: 0;
  width: auto;
}

.container {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

#cont {
  background: #f3f4f7;
}

.homepage #cont {
  background: transparent;
}

#cont #master {
  width: 1140px;
  margin: 0 auto;
  background: transparent;
}

.homepage #cont #master {
  width: 100%;
}

.row {
  margin: 0 -15px;
}

.default-design .cd-title .text {
  font-size: 44px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  float: none;
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
}

.default-design .cd-title .text::before {
  content: "";
  background: #c62a82;
  height: 2px;
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}


/* hlavicka */
.head-wrap {
  position: relative;
}
.head-wrap .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.head-wrap .swiper-slide {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.head-wrapper {
  background: url("/11054/uploads/fs_images/contentdesignimagesets/7/bg332o_3412_o.jpg") no-repeat center top;  
  display: table;
  width: 100%;
  background-size: cover;
}

#head {
  position: relative;
  z-index: 2;
}

#head .contact-wrapper {
  padding: 25px 0;
  display: table;
  width: 100%;
  color: #fff;
}
body:not(.bd-homepage) #head .contact-wrapper,
body:not(.bd-homepage) #head .contact-wrapper a {
  color: #000;
}

#head .contact-wrapper a {
  text-decoration: none;
  color: #fff;
}
#head .contact-wrapper .contact span {
  text-shadow: 0 0 5px #000;
}
body:not(.bd-homepage) #head .contact-wrapper .contact span,
body:not(.bd-homepage) #head .contact-wrapper .contact a {
  text-shadow: none;
}
#head .contact-wrapper .contact a {
  margin-right: 30px;
  margin-left: 20px;
  text-shadow: 0 0 5px #000;
}

#head .contact-wrapper .socials a {
  margin: 0 10px;
}

#head img{
  width:auto;
  background:transparent none;
}

#menu {
  display: table;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);  
  position: relative;
  z-index: 10;
}

.homepage #menu {
  background: #f8fcfe;
}

#menu .container {  
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  width: 1140px;
  margin: 0 auto;
}

#menu .container > a {
  padding-left: 15px;
}
#menu .container > a > img {
  width: 50%;
}

#menu .container > ul {
  height: 100%;
}

#menu li a {
  font-size: 15px;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
}

#menu li div a {
  padding: 45px 20px;
}

#menu li:hover div a {
  background: #f2f2f2;
  border-top: 2px solid #c62a82;
}

.nav li:hover ul, ul.nav li.sfHover ul{
  top: 112px;
  z-index:10;
}
.nav li ul {
  min-width: 240px;
  width: 100%;
}
.nav li li {
  width: 100%;
  background: #fff;
  border: 0;
}
#menu li a {
  height: auto !important;
  line-height: normal !important;
  padding: 15px;
}
.nav li li a:hover {
  background-color: #bd2178;
  color: #fff;
}

.hp-intro {
  width: 50%;
  float: left;    
}

.default-design.hp-intro .cd-content {
  color: #fff;
}

.hp-intro h1 {
  font-size: 74px;
  font-weight: 800;
}

.hp-intro p {
  font-size: 18px;
  font-weight: bold;
}

.hp-intro a {
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  border: 2px solid #fff;
}

.intro {
  display: flex;
  height: 740px;
  align-items: center;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* vyhledavaci maska */
.hp-maska {
  width: 50%;
  float: right;
}
.search-mask {  
  background: rgba(31,39,70,0.95);
  border-radius: 4px;
}
.searchmask-global form {
  padding: 20px 5px;  
}
.searchmask-global form .clear {
  clear: none;
}
.searchmask-global .input {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px 0;
}
.searchmask-global .input.sm-df,
.searchmask-global .input.sm-dt {
  width: 25%;
  float: left;
}
.searchmask-global input[type="text"],
.searchmask-global select,
.searchmask-global textarea,
.searchmask-global .selectBox,
.searchmask-global .dest-selector-opener {
  width: 100% !important;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.searchmask-global .submit {
  width: 50%;
  padding: 0 15px;
}
.searchmask-global input[type="submit"] {
  background: #bd2279;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  border: 0;
  width: 100%;
  height: 48px;
}
.selectBox-dropdown .selectBox-label,
.searchmask-global .dest-selector-opener-lbl {
  padding: 14px 8px;
  font-size: 13px;
}
.searchmask-global input.hasDatepicker {
  padding-left: 8px;
}
.searchmask-global label {
  color: #ddd;
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
}
.searchmask-global .extended-search-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: none;
  font-size: 14px;
}
.searchmask-global .extended-search-link::before {
  content: "+";
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
}
.selectBox-dropdown .selectBox-arrow {
  background: url("") no-repeat center center;
  border: 0;
}

/* qboxes */
.qboxes .col {
  padding: 85px 15px;
}

.qboxes .col .inner {
  display: flex;
  justify-content: space-between;
}

.qboxes .col .left {
  background: #43d4ec;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  display: flex;
  color: #fff;
  font-size: 25px;
  min-width: 80px;
}

.qboxes .col .left::before {
  content: "\e973";
  font-family: 'cesys3' !important;
}


.qboxes .col h3 {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.qboxes .col p {
  color: #808080;
}

/* sloupcova sablona */
.hp-offer { 
  clear: both;
  background: #f3f4f7;
}

.hp-offer .cd-content {
  width: 1140px;
  margin: 0 auto;
}

.sloupcovaInner {
  padding-top: 20px;
}

.sloupcovaInner a {
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sloupcovaInner .thumb {
  height: 188px;
  padding: 11px 11px 25px 11px;
  background: #fff;
}

.sloupcovaInner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sloupcovaInner .info {
  background: #efefef;
  border: 1px solid #d5d5d5;
  padding: 15px;
  position: relative;
}

.sloupcovaInner .info .price {
  background: #0e96e4;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: -8px;
  top: -16px;
}

.sloupcovaInner .info .price::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #0e96e4 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.sloupcovaInner .info .price::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.sloupcovaInner .info .rating {
  height: 22px;
}
.sloupcovaInner .info .rating img {
  margin: 0 1px;
}
.sloupcovaInner .info .hotel {
  max-width: 100%;
  color: #4d4d4d;
  font-weight: bold; 
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.sloupcovaInner .info .desc {
  font-size: 13px;
  margin: 10px 0;
  color: #a3a3a3;
}
.sloupcovaInner .info .detail {
  margin: 30px 0 20px 0;
  text-align: center;
}
.sloupcovaInner .info .detail a {
  background: #0accce;
  color: #fff;
  border-radius: 4px;
  padding: 10px 40px;
}
@media only screen and (max-width: 720px) {
  .sloupcovaInner {width: 100% !important;}
}


.topoffers-global .next.right {
  float: none;
  text-align: center;  
  display: table;
  width: 100%;
}

.topoffers-global .next.right a {
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  color: #797e8d;
  font-weight: bold;
  padding: 15px 30px;
  margin: 20px auto;
  display: table;
}

/* Reference na HP */
.ref-hp {
  background: url("/11054/uploads/fs_images/contentdesignimagesets/14/ref-bg_333_o.jpg") no-repeat center top;
  height: 540px;
  display: flex;
  align-items: center;
  margin: 0;
}

.ref-hp .cd-content {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.ref-hp .cd-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: #1f2746;
  margin: 0 0 40px 0;
}

.ref-hp .cd-content h3 {
  font-size: 18px;
  color: #808080;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 200%;
  position: relative;
  padding: 0 50px;
}

.ref-hp .cd-content h3::before {
  content: "“";
  color: #fff;  
  position: absolute;
  left: -50px;
  top: 0;
  font-size: 170px;
}

.ref-hp .cd-content h3::after {
  content: "“";
  color: #fff;  
  position: absolute;
  right: -50px;
  bottom: 0;
  font-size: 170px;
}

.ref-hp .cd-content p {
  margin: 0;
}

.ref-hp .cd-content h4 {
  font-style: italic;
  color: #787573;
  font-size: 15px;
  background: transparent;
  text-transform: uppercase;
  font-weight: normal;
}

/* offer slider */
.offer-slider {
  background: #1f2746;
  width: 100%;
  display: table;
  padding-bottom: 120px;
}

.offer-slider .cd-title .text {
  color: #fff;
}

.offer-slider .cd-content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}

#carousel .sloupcovaInner {
  width: 360px;
  float: left;  
}

#carousel .sloupcovaInner .inner {
  padding: 0 15px;
}

.offer-slider .next.right {
  display: none;
}

.offer-slider #foo_prev {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.offer-slider #foo_next {
  color: #fff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line offfer */
.extra-offer {
  background: #f5f5f9;
  display: table;
  width: 100%;
}

.extra-offer .cd-content {
  width: 1140px;
  margin: 0 auto;
  display: table;  
}

.extra-offer .offer-group > .inner {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);  
  padding: 25px 15px;
  display: table;
  width: 100%;
}

.extra-offer .offer-group .offer-line .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 38px;
  border-bottom: 1px solid #ededed;
}

.extra-offer .offer-group .offer-line .inner div {
  width: 33.3334%;  
}

.extra-offer .offer-group .offer-line .inner .terms {
  color: #0accce;
}

.extra-offer .offer-group .offer-line .inner .price {
  background: #bd2279;
  color: #fff;
  padding: 3px 15px;
  text-align: center;
}

.extra-offer .offer-group .offer-line .inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.extra-offer .detail {
  text-align: center;  
  display: table;
  width: 100%;
}

.extra-offer .detail a {
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  color: #797e8d;
  font-weight: bold;
  padding: 15px 30px;
  margin: 60px auto;
  display: table;
}

/* footer */
#right-slave {
  float: none;
  width: 100%;
  background: #1f2746;
  color: #fff;
  display: table;
  padding: 50px 0;
}
#right-slave .sidebox.sb-contact, #right-slave .sidebox.weathers-sidebox, #right-slave .sidebox.callbacks-view {
  width: 33.3334% !important;
  float: left;
  clear: none;
  padding: 0 15px;
}
#right-slave .sidebox .cd-title {
  background: transparent;
}
#right-slave .sidebox .cd-title .text {
  color: #fff;
  font-weight: normal;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
}
#right-slave .sidebox .cd-title .text::before {
  content: ""; 
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
#right-slave .default-sidebox-design .cd-content {
  color: #fff;
}
#right-slave .default-sidebox-design .cd-content p {
  font-size: 16px;
}
.side-weather .cd-content{
  display:table;
  width: 100%;
}
.side-weather .cd-content ul{
  display:table-row;
}
.side-weather .cd-content ul li{
  display:table-cell;
  vertical-align:middle;
  padding:1px;
  font-size:16px;
}
.side-weather .cd-content ul li img{
  position:static;
}
.side-weather .cd-content br{
  display:none;
}
.side-weather ul li:last-child,
.exchangerates-sidebox tr td:last-child {
  text-align:right;
  font-weight:bold;
}

.callbacks-view .cd-content p {
  display: none;
}
#CallbackAddForm table {
  width: 100% !important;
}
#CallbackAddForm tr {
  width: 50%;
  float: left;
  display: block;
}
#CallbackAddForm tr:nth-child(1),
#CallbackAddForm tr:nth-child(3),
#CallbackAddForm tr:nth-child(5),
#CallbackAddForm tr:nth-child(7) {
  display: none;
}
#CallbackAddForm tr td {
  padding: 2px;
  display: block;
  width: 100%;
}
#CallbackAddForm input {
  background: #363d59;
  border: 0;
  height: 38px;
  width: 100%;
  padding-left: 15px;
  color: #fff;
}
#CallbackAddForm input[type="submit"] {
  background: #bd2279;
  color: #fff;
  height: 35px;
  width: 86px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  float: right;
}
#CallbackAddForm input[type="checkbox"] {
  width: auto !important;
  height: auto;
}
#CallbackAddForm label[for="CallbackAccept"] {
  color: #fff;
}
#CallbackAddForm label[for="CallbackAccept"] a {
  color: #fff;
}

#footer {
  border: 0;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  height: auto;
  line-height: normal;
}
#footer a {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  #right-slave .sidebox.sb-contact, #right-slave .sidebox.weathers-sidebox {
    width: 50% !important;
  }
  #right-slave .sidebox.callbacks-view {
    width: 100% !important;
  }
  #right-slave .sidebox .cd-title .text {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 420px) {
  #right-slave .sidebox.sb-contact, #right-slave .sidebox.weathers-sidebox {
    width: 100% !important;
  }
  #CallbackAddForm tr {width: 100%;}
}


/* výsledky hledani */
/*.searchmask-global {
  display: none;
}*/

.homepage .searchmask-global {
  display: block;
}
body:not(.bd-homepage) .searchmask-global .cd-title {
  display: none;
}
body:not(.bd-homepage) .searchmask-global .input {
  width: 25%;
}
body:not(.bd-homepage) .search-mask .submit {
  margin-top: 28px;
}
body:not(.bd-homepage) .searchmask-global .extended-search-link {
  display: inline-block;
  height: 70px;
  line-height: 70px;
}
.bd-search-results .searchmasks-index .cd-title {
  display: none;
}
@media only screen and (max-width: 992px) {
  body:not(.bd-homepage) .searchmask-global .input {
    width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  body:not(.bd-homepage) .searchmask-global .input:not(.sm-cp .input):not(.sm-ca .input) {
    width: 100%;
    margin-bottom: 9px;
  }
  body:not(.bd-homepage) .searchmask-global .input.sm-cp .input.select:last-child {
    margin-left: 0;
  }
  body:not(.bd-homepage) .searchmask-global .sm-ca {
    padding-bottom: 0;
  }
  body:not(.bd-homepage) .searchmask-global .extended-search-link {
    height: 40px; line-height: 40px;
    margin: 0; padding-top: 0;
  }
  body:not(.bd-homepage) .search-mask .submit {
    margin-top: 6px;
  }
}

.sort-by {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  text-transform: none;
  margin-bottom: 20px;
}

.sort-by a {
  font-weight: normal;
}

.sm-result .search-item {
  padding-top: 20px;
}

.sm-result .inner {
  border: 0;
  padding: 0;
}

.sm-result a {
  text-decoration: none;
}

.sm-result .thumb {
  height: 188px;
  padding: 11px 11px 25px 11px;
  background: #fff;
  float: none;
}

.sm-result .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
}

.sm-result .info {
  background: #efefef;
  border: 1px solid #d5d5d5;
  padding: 15px;
  position: relative;
}

.sm-result .info .rating {
  height: 22px;
}

.sm-result .info .rating img {
  margin: 0 1px;
}

.sm-result .info .hotel {
  color: #4d4d4d;
  font-weight: bold; 
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sm-result .info .desc {
  font-size: 13px;
  margin: 10px 0;
  color: #a3a3a3;
  min-height: 54px;
}

.sm-result .info .desc span {
  color: #a3a3a3;
}

.sm-result .search-result-dates-table thead {
  display: none;
}

.sm-result .search-result-dates-table tr {
  display: block;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
}
.sm-result .search-result-dates-table tr td {
  display: block;
  text-align: left;
  color: #a3a3a3;
  font-size: 13px; 
  border: 0;
}
.sm-result .search-result-dates-table tr td.date {
  float: left;
}
.sm-result .search-result-dates-table tr td.date::before {
  content: "\e924";
  font-family: 'cesys3' !important;
  display: inline-block;
}
.sm-result .search-result-dates-table tr td.lm {
  display: none;
}
.sm-result .search-result-dates-table tr td.boarding::before {
  content: "\e954";
  font-family: 'cesys3' !important;
  display: inline-block;
}
.sm-result .search-result-dates-table tr td.transport::before {
  content: "\e97d";
  font-family: 'cesys3' !important;
  display: inline-block;
}
.sm-result .search-result-dates-table tr td.transport img {
  display: none;
}
.sm-result .search-result-dates-table tr td.date-detail a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sm-result .search-result-dates-table tr td.price {
  background: #0e96e4;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.sm-result .search-result-dates-table tr td.price::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #0e96e4 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.sm-result .search-result-dates-table tr td.price::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.sm-result .info .detail {
  margin: 30px 0 20px 0;
  text-align: center;
}

.sm-result .info .detail a {
  background: #0accce;
  color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
}
.search-result-dates-table tr:hover td {
  background: transparent;
}
.searchmasks-index .paging {
  display: table;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
}
@media only screen and (max-width: 580px) {
  .sm-result .thumb {padding: 0;}
  .sm-result .search-result-dates-table tr {padding: 7px 0 0;}
  .sm-result .info .detail {margin: 15px 0 0 0;}
}


/* date detail */
.accommodation-tmpl .cd-title,
.dates-tmpl .cd-title {
  display: none !important;
}

.date-detail .bread-crumps {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.date-detail .bread-crumps a {
  text-decoration: none;
}

.date-detail .bread-crumps > a {
  float: left;
}

.date-detail .bread-crumps ol {
  padding: 0;
}

.date-detail .info-date .info {
  background: #efefef;
  border: 1px solid #d5d5d5;
  padding: 20px;
  position: relative;
}

.date-detail .info-date .info .price {
  background: #0e96e4;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: -9px;
  top: -16px;
}

.date-detail .info-date .info .price::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #0e96e4 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.date-detail .info-date .info .price::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #3b3b3b transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -8px;
}

.date-detail .info-date .info .hotel {
  font-weight: bold;
}

.date-detail .info-date .info .country a {
  text-decoration: none;
}

.date-detail .info-date .info .desc {
  font-size: 13px;
  margin: 20px 0;
  color: #a3a3a3;
}

.date-detail .info-date .info .buttons {
  display: flex;
  margin-bottom: 30px;
}

.date-detail .info-date .info .buttons > div {
  margin-right: 5px;
  border-radius: 4px;
}

.date-detail .info-date .info .buttons > div.lm-count {
  color: #fff;
  padding: 7px 10px;
  background: #ee6767;
  font-weight: bold;
  font-size: 12px;
}

.date-detail .info-date .info .buttons > div.is-lm {
  background: #fac841;
  color: #fff;
  padding: 7px 10px;
  font-weight: bold;
  font-size: 12px;
}

.date-detail .info-date .info .buttons > div.is-fm {
  color: #fff;
  padding: 7px 10px;
  background: #ee6767;
  font-weight: bold;
  font-size: 12px;
}

.date-detail .info-date .info .attributes {
  color: #a3a3a3;
}

.attributes .sea-distance {
  text-align: left;
  text-transform: uppercase;
  float: none;
  margin-bottom: 20px;
}

.attributes .sea-distance::before {
  content: "\e902";
  font-family: 'cesys3' !important;
  font-size: 19px;
  display: inline-block;
}

.attributes .sea-distance strong {
  display: inline-block !important;
  text-transform: none;
  margin-right: 5px;
}

.date-detail .gallery-wrapper {
  padding-top: 0;
}

.date-detail .gallery-wrapper .gallery {
  margin: 0 -10px;
}

.date-detail .gallery-wrapper .gallery >div {
  height: 188px;
  width: 33.3334%;
  float: left;
  padding: 10px;
}

.date-detail .gallery-wrapper .gallery >div .unique-image {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}

.date-detail .gallery-wrapper .gallery >div .unique-image span {
  display: none;
}

.date-detail .simple-tabs {
  background: #fff;
  padding: 0 20px 30px 20px;
}

.date-detail .simple-tabs .simple-tab-header {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.date-detail .simple-tabs .simple-tab-header a {
  color: #fff;
  background: #0accce;
  border-radius: 4px;
  padding: 15px 45px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  margin: 0 2px 4px 2px;
}

.date-detail .simple-tabs .simple-tab-header a.opened {
  color: #fff;
  background: #0baaac;
}

.simple-tab-content .adds-filter {
  display: none;
}

.date-detail .simple-tabs .simple-tab-header a span {
  padding: 0;
}

.date-detail .simple-tabs .simple-tab-header a.opened span {
  background: transparent;
}

.date-detail .simple-tabs .simple-tab-content > div.opened {
  padding: 0;
  background: transparent;
}

.date-detail .simple-tabs .ui-jqgrid-hdiv {
  display: none;
}

.date-detail .simple-tabs #gbox_grid {
  border: 0;
  border-radius: 0;
}

.date-detail .simple-tabs #gbox_grid #gview_grid tr {
  display: block;
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 0 3px 0 10px;
  margin-bottom: 10px;
}

.date-detail .simple-tabs #gbox_grid #gview_grid tr:nth-child(odd) {
  background: #efefef;
}

.date-detail .simple-tabs #gbox_grid #gview_grid tr.jqgfirstrow {
  border: 0;
}

.date-detail .simple-tabs #gbox_grid #gview_grid tr td {
  width: 20%;
  height: 40px;  
  font-size: 13px;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_date_from"] {
  position: relative;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_date_from"]::before {
  content: "\e924";
  font-family: 'cesys3' !important;
  font-size: 15px;
  color: #a3a3a3;
  display: inline-block;
  margin-right: 5px;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_boarding_id"] {
  position: relative;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_boarding_id"]::before {
  content: "\e954";
  font-family: 'cesys3' !important;
  font-size: 15px;
  color: #a3a3a3;
  display: inline-block;
  margin-right: 5px;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_transport_id"] {
  position: relative;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_transport_id"] img {
  display: none;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_transport_id"]::before {
  content: "\e97d";
  font-family: 'cesys3' !important;
  font-size: 15px;
  color: #a3a3a3;
  display: inline-block;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_last_minute"] {
  display: none;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_price"] strong {
  background: #0e96e4;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_price"] strong::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #0e96e4 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_link"] {
  width: 0;
}

.date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_link"] a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: none;  
}
.date-detail .simple-tabs #pager {
  border: 0;
  background: none;
  margin-top: 20px !important;
}



/* rozcestnik statu */
.countryTable {
  max-width:1140px;
  margin:0 auto;
  font-size: 16px;
  margin-top: 40px;
  padding: 20px;
  background: #fff;
}

.countryTable .area-wrapper {
  width: 100%;
  margin: 25px -9px;
  display: table;  
  text-align: center;
}
.countryTable .area-title {
  background: transparent;  
  border: 0; 
  padding: 15px 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background: #0accce;
  margin: 0 2px 4px 2px;
  line-height: 100%;
}

.countryTable .area-title.active {
  color: #0accce;
  background: transparent;  
}

.countryTable .location-wrapper {
  width: 100%;
  padding: 0;
  background: #fff;
  clear: both;
  margin-top: 30px;
}

.countryTable .location-wrapper .country {
  height: auto;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  position: relative;
  clear: both;
  padding: 0 5px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-bottom: 10px;
} 

.clickableRozcestnik {
  cursor:pointer;
}

.countryTable .location-wrapper .country a {
  text-decoration: none;
  padding: 0;
  position: static;
  font-weight: bold;
}

.countryTable .location-wrapper .country a::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.countryTable .location-wrapper .country .min-price {
  background: #0e96e4;
  color: #fff;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
}

.countryTable .location-wrapper .country .min-price::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 16px 0;
  border-color: transparent #0e96e4 transparent transparent;
  position: absolute;
  left: -15px;
  top: 0;
}

.location-area .country a {
  color: #4c4c4c;
}

.location-area .country a:before {
  content: "";
}

.location-area .country:hover {
  background: transparent;
}

.location-area .country span.count-accommodations {
  width: auto;
}
.countryTable .location-wrapper .location-area > div{
  display: none;
}
.countryTable .location-wrapper .location-area:first-child > div {
  display: block;
}

@media screen and (max-width: 1160px) {
  .container,
  #menu .container,
  .extra-offer .cd-content,
  .offer-slider .cd-content,
  .ref-hp .cd-content,
  .hp-offer .cd-content,
  .intro,
  #cont #master {
    width: 100%;
  }

  .intro,
  .ref-hp .cd-content,
  .extra-offer .cd-content {
    padding: 0 15px;
  }

  .sort-by {
    padding: 20px 15px;
  }

  .accommodation-tmpl,
  .dates-tmpl {
    padding: 0 15px;
  }
}

@media screen and (max-width: 960px) { 
  .show-menu {
    background: transparent;
    color: #000;
    width: 60px;
    font-size: 30px;
    position: absolute;
    top: 85px;
  }

  #head .contact-wrapper {
    padding: 18px 0;
  }

  input#show-menu:checked ~ .nav.superfish {
    position: absolute;
    left: 0;
    top: 100%;
    background: #f9fcfe;
    width: 100%;
  }

  #menu > ul {
    display: none;
    overflow: visible;
    padding: 50px 100px 20px 100px;
  }

  #menu li a {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;    
    color: #036a89;
    background: transparent !important;
  }

  #menu li:hover ul a {
    color: #036a89;
  }

  #menu li:hover div a {
    border: 0;
  }

  #menu li:hover a {
    background: transparent;
  }

  #menu .nav > li:hover > div > a::before {
    background: transparent;
  }

  #menu .nav li a {
    font-size: 18px;
    margin: 0;
    text-align: left;
    color: #000;
  }

  #menu li a {
    height: auto !important;
    line-height: normal !important;
    background: transparent;
    padding: 10px 20px;
  }

  #menu > ul > li div a:hover {
    border: 0;
    color: #036a89;
  }

  #menu ul li div a {
    background: transparent;
  }

  #menu .nav li li {
    background: transparent;
  }

  #menu ul li ul {
    display: block !important;
    background: transparent;
    position: relative;
    top: 0;
  }

  .nav li ul {
    border: 0;    
    padding: 0;
  }

  #menu li ul {
    margin-top: 0 !important;
    clear: both;
  }

  .nav li li {
    background: transparent;
  }

  #menu .nav li a {
    font-weight: normal;
    padding: 6px 10px;
    opacity: 1;
  }

  #menu li ul li a {
    padding: 10px 20px;
    text-transform: none !important;
    font-size: 14px !important;
  }

  #menu .nav li li a {
    margin: 0;
  }

  #menu li:hover ul a {
    background: transparent;    
    height: auto !important;
    line-height: normal !important;
  }

  #menu li:hover ul a:hover {
    background: transparent;
  }

  #menu li:hover ul a:hover {
    color: #036a89;
  }

  #master {
    padding: 0;
  }

  .default-design .cd-title .text {
    font-size: 35px;
    padding: 20px 0;
    margin: 20px 0;    
  }

  .hp-intro h1 {
    font-size: 55px;
  }

  .qboxes .col {
    padding: 45px 15px;
  }

  .qboxes .col .inner {
    display: block;
  }

  .qboxes .col .left {
    margin: 0 0 30px 0;
  }

  .ref-hp .cd-content h2 {
    font-size: 30px;
  }

  .extra-offer .detail a {
    margin: 30px auto;
  }
}

@media screen and (max-width: 681px) { 
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0 !important;
  }

  .date-detail .simple-tabs #gbox_grid #gview_grid tr {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .sm-result .search-result-dates-table tr td.price {
    width: auto;
  }

  #grid-box .ui-jqgrid-view td a {
    background: transparent !important;
  }

  #grid-box .ui-jqgrid-view td, #cl-offers-grid .ui-jqgrid-view td, .traffics .ui-jqgrid tr.jqgrow td, #trafficsDates .ui-jqgrid tr.jqgrow td {
    border: 0;
  }

  .date-detail .simple-tabs #gbox_grid #gview_grid tr {
    padding: 15px;
  }
  .date-detail .simple-tabs #gbox_grid #gview_grid tr td {height: auto; text-align: left !important;}
  .date-detail .simple-tabs #gbox_grid #gview_grid tr td:not([aria-describedby="grid_date_from"]):not([aria-describedby="grid_duration"]):not([aria-describedby="grid_last_minute"]):not([aria-describedby="grid_price"]) {
    width: 100%;
    display: block;
  }
  .date-detail .simple-tabs #gbox_grid #gview_grid tr td[aria-describedby="grid_duration"] {
    margin-left: 21px; vertical-align: -3px;
  }
  .date-detail .simple-tabs #gbox_grid #gview_grid tr td[aria-describedby="grid_last_minute"] {
    display: inline-table;
  }
  .date-detail .simple-tabs #gbox_grid #gview_grid tr td[aria-describedby="grid_price"] {
    width: 80%; text-align: right !important;
  }
  .date-detail .simple-tabs #gbox_grid tr td[aria-describedby="grid_link"] {
    display: none;
  }
  .date-detail .info-date .info .price {
    width: auto;
  }
}

@media screen and (max-width: 680px) {
  #right-slave {
    padding: 30px 0;
  }  

  #right-slave .sidebox {
    width: 100% !important;
    float: none;
  }

  .searchmask-global .input {
    width: 100%;
    margin: 0 0 9px;
  }
  .searchmask-global label[for="sm-lm"], 
  .searchmask-global label[for="sm-fm"] {width: auto; display: inline-block; margin-left: 5px; vertical-align: 3px;}
  .searchmask-global .sm-ca {padding-bottom: 11px}
  .searchmask-global .extended-search-link {display: inline-block; padding-top: 9px;}

  .hp-intro h1 {
    font-size: 45px;
  }

  .intro {
    display: block;
  }

  .hp-intro {
    width: 100%;
  }

  .hp-maska {
    width: 100%;
  }

  .offer-slider {
    padding-bottom: 30px;
  }

  .ref-hp {
    height: auto;
    background-size: cover;
  }

  .qboxes .col {
    padding: 10px 15px;
  }

  .date-detail .simple-tabs .simple-tab-header {
    display: block;
  }

}

@media screen and (max-width: 580px) {
  .searchmask-global .input.sm-df, 
  .searchmask-global .input.sm-dt,
  .searchmask-global .submit {
    width: 100%;
  }

  .extra-offer .offer-group .offer-line .inner {
    display: block;
    height: auto;
    padding: 10px 0;
  }

  .extra-offer .offer-group .offer-line .inner div {
    width: 100%;
    text-align: center;
  }

  .sm-result .search-item {
    width: 100% !important;
  }

  .date-detail .gallery-wrapper .gallery >div {
    width: 100%;
  }  
  .countryTable .area-title {
    width: 100%;
    float: none;
  }  
  .countryTable .location-wrapper .country {
    display: block;
    padding: 10px;
  }  
  .location-area .country a,
  .location-area .country span.count-accommodations,
  .location-area .country span.min-price {
    float: none;
  }  
  .location-area .country span.count-accommodations {
    margin: 10px 0 0;
  }  
  .countryTable .location-wrapper .country .min-price {
    display: table;
    margin-left: auto;
  }
  
}
@media screen and (max-width: 465px) {
  #edit-order-box .box.order tr.booking-form__participant-row-heading,
  #edit-order-box .box.order tr.booking-form__participant-row-heading + tr {
    width: 100%;    
  }
  #edit-order-box .occupancy-form .row .cell {
    width: 50% !important;
  }
}
@media screen and (max-width: 360px) {
  .show-menu {
    top: 105px;
  }
}
.sidebox.dates-search_sidebox {
  padding: 0 !important;
  width: 100% !important;
}
.sidebox.dates-search_sidebox .cd-title .text {
  margin-bottom: 10px !important;
}
#DateSearchForm label {
  display: block;
}
#DateSearchForm .input.text, #DateSearchForm .submit {
  display: inline-block;
}
input#DateId {
  height: 30px;
}
.sidebox-content .sidebox-date-search input[type="submit"] {
  height: 30px;
  background: #bd2178;
  color: #fff;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
}
.input.sm-cp .input.select:first-child {
  padding: 0;
}
.input.sm-cp .input.select:last-child {
  padding-right: 0;
  width: 50%;
  margin-left: 9px;
}
.search-mask .sm-ca div.select {
  width: 33.33%;
  padding: 0 2px;
}
.bd-homepage .search-mask .input.sm-pos-9 {
  margin-bottom: 0;
}
.bd-homepage .search-mask .input.sm-pos-11 {
  margin-top: -20px;
}
/* settings - stop */


/* content design - on v2 */
.default-floatbox-design{position:fixed;left:50%; margin-left: 456px; text-align: left;top:5%;}
.default-floatbox-design .cd-title{display:none;min-height:22px;_height:22px;background-color:#3B9AD7;background-image:none;color:#ffffff;font-size:11px;text-transform:uppercase;}
.default-floatbox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-floatbox-design .cd-content{background-color:#ffffff;background-image:none;color:#364A90;}
.default-floatbox-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-floatbox-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
.default-sidebox-design{}
.default-sidebox-design .cd-title{display:block;min-height:22px;_height:22px;background-color:#ffd064;background-image:none;color:#303030;font-size:17px;text-transform:uppercase;}
.default-sidebox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-sidebox-design .cd-content{background-image:none;color:#303030;}
.default-sidebox-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-sidebox-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
.default-design{}
.default-design .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#303030;font-size:25px;}
.default-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-design .cd-content{background-image:none;color:#303030;}
.default-design .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.default-design .cd-icon-footer{background-image:none;height:0px;width:0px;}
/* content design - off */