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

/* settings - start */
body {
    font-size: 11px;
	    background: #ffffff  url("/21351/uploads/fs_images/settings/34/pozadie-foto_106_o.jpg")  no-repeat;
}
a {
    color: #656565;
}

a:hover {
    color: #549b84;
}
#menu {
		background:  url("") no-repeat;
}
.nav li li {
    background: #ffffff none repeat;
}
.nav li li a:hover {
    background-color: #ffffff;
}
.nav a {
    color: #a7a7a7;
}
.nav li li a {
    color: #a7a7a7;
}

#nav li a {
	    background: #EEF2F3 url("") repeat-x;
    color: #002A64;
}

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

#left-slave {
    background-color: #F5F9FE;
}

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

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

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

.top-offer-square{
    background: #eee;
}

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

#show-map{
    color : #656565;
}

/* settings - own */

/* CSS Document */
h2,h3{
  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;
}
/*
p{
line-height:12px;
}
*/
#colorbox,
#colorbox *,
#showReviews *{
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body {
  background-position:top center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#main,#wrap,#inner,#head{
  width:auto;
  background:transparent none;
  border:0 none;
}

#master {
  border: 0;
  width: auto;
  background: transparent;
}

#cont {
  border: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.default-design .cd-title .text {
  font-weight: 300;
  padding: 10px 0;
}

/* hlavicka */
#head {
  height: 140px;
  margin-top: ;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position:relative;
}
#head .lang {position: absolute;right: 15px;}
.lang a img {width: 45px !important;}

#head img{
  width:auto;
  background:transparent none;
}

#head a img {
  display: table;
  margin: 13px auto 0 auto;
}

/* Menu */
#menu {
  background: rgba(0,0,0,0.2);
  padding: 7px;
  height: 60px;
  display: table;
  margin: 0 auto;
  max-width:1014px;
  width: 100%;
}

#menu li:hover div a {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  color: #fff;
}

#menu ul {
  background: #fff;
  z-index:1000;
  max-width:1000px;
  width: 100%;
}

#menu li ul{
  width:unset;  
}

#menu li a {
  line-height: 60px;
  height: 60px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 15px;
}

#menu ul ul li  {
  background: #fa972f;
}

#menu ul ul li:hover a {
  color: #EC9B0D;
}

#menu ul ul li a {
  color: #fff;
  height:100% !important;
}

.nav li:hover ul, ul.nav li.sfHover ul{
  top: 60px/* výška řádku menu */;
  z-index:10;
}

/* sidebox */
.sidebox {
  width: !important;
  z-index: 1;
}

.sidebox input[type="text"] {
  padding-left: 10px;
}

/* vyhledavaci maska */
.homepage .searchmask-global  {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 100;
  box-shadow:1px 5px 18px -12px #6f490a;
}

.searchmask-global{
  top:30px;
}

.searchmask-global .cd-content{
  width: 245px;  
  border: 3px solid #fa972f;
  background: #fff;
}

.searchmask-global form {
  padding: 5px 18px 0;
}

.searchmask-global form .clear {
  display: none;
}

.searchmask-global input[type="text"],
.searchmask-global select,
.searchmask-global textarea,
.searchmask-global .selectBox,
.searchmask-global .dest-selector-opener {
  width: 201px !important;
  height: 35px;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  background: #fff;
}

.searchmask-global input[type="submit"] {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  width: 201px;
  height: 47px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  border-radius: 0;
  margin-bottom: 15px;
}

.selectBox-dropdown .selectBox-label,
.searchmask-global .dest-selector-opener-lbl {
  padding: 7px 8px;
  color: #9c9c9c;
}

.searchmask-global label {
  color: #707070;  
  font-weight: normal;
  margin-bottom:3px;
  text-transform: uppercase;
}


.searchmask-global .sm-df,
.searchmask-global .sm-dt,
.searchmask-global .sm-pf,
.searchmask-global .sm-pt {
  width: 96px !important;
  float: left;
  margin-right: 0;
}

.searchmask-global .sm-df,
.searchmask-global .sm-pf {
  margin-right: 9px;
}

.searchmask-global .sm-df input,
.searchmask-global .sm-dt input,
.searchmask-global .sm-pf input,
.searchmask-global .sm-pt input {
  width: 96px !important;
}

.searchmask-global .checkbox label {
  width: 133px;
  float: left;
}

.searchmask-global .checkbox input {
  width: 30px;
  float: left;
}

.selectBox-dropdown .selectBox-arrow {
  background: url("/21351/uploads/fs_images/contentdesignimagesets/6/arrowlux_89_o.png") no-repeat center center;
  border: 0;
  width: 33px;
}

.extended-search-link {
  background: url("/21351/uploads/fs_images/contentdesignimagesets/6/extendedlux_88_o.png") no-repeat left center;
  padding-left: 20px;
  text-transform: uppercase;
  color: #9c9c9c;
  text-decoration: none;
}


.side-weather .cd-content{
  display:table;
  width: /*vnitřní šířka sideboxu*/;
}

.exchangerates-sidebox table {
  width: !important /*vnitřní šířka sideboxu*/;
}

.side-weather .cd-content ul{
  display:table-row;
}
.side-weather .cd-content ul li{
  display:table-cell;
  vertical-align:middle;
  padding:1px;
  font-size:11px;
}
.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;
}

.tmpl-style-4 .structured-content__tabs .simple-tab-header a.opened span{
  background:#EC9B0D;
}

.tmpl-style-4 .info-box__price{
  background:#EC9B0D;
}

.tmpl-style-4 #terminy .ui-jqgrid-view td[aria-describedby="grid_price"]{
  color:#222222;
}

.tmpl-style-4 #terminy .ui-jqgrid-view td a{
  color:#ec9b0d;
  font-weight:bold;
}


/* sloupcova sablona */
.sloupcovaInner {
  margin-bottom: 17px;
  margin-right: 17px;
  width: 237px;
  background: #fff;
}

.sloupcovaInner a {
  text-decoration: none;
}

.sloupcovaInner.last {
  margin-right: 0;
}

.sloupcovaInner .dest {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  padding: 7px 10px;
  text-align: center;
  font-size: 14px;
}

.sloupcovaInner .hotel a {
  color: #222222;
  text-transform: uppercase;
}

.sloupcovaInner .country a {
  color: #fff;
  text-transform: uppercase;
}

.sloupcovaInner a img {
  height: 137px;
  width: 237px;
}

.sloupcovaInner table {
  width: 237px !important;
  padding: 10px 15px;
  text-transform: uppercase;
  background:#f1f1f1;
}

.sloupcovaInner table tr{
  height:20px;
}

.slopucovaInner table tr:last-child{
  height:auto;
}

.sloupcovaInner table tr td:last-child {
  text-align: right;
}

.sloupcovaInner .price {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  padding: 10px;
  text-align: center;
}

.sloupcovaInner .price a {
  color: #222222;
  font-size: 17px;
}

/* radkova sablona */
.radkovaInner {
  margin-bottom: 17px;
  margin-right: 17px;
  width: 491px;
  background: #fff;
}

.radkovaInner a {
  text-decoration: none;
}

.radkovaInner.last {
  margin-right: 0;
}

.radkovaInner .dest {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  padding: 7px 10px;
  text-align: center;
  font-size: 14px;
}

.radkovaInner .hotel {
  height: 20px;
  overflow: hidden;
}

.radkovaInner .hotel a {
  color: #222222;
  text-transform: uppercase;
}

.radkovaInner .country a {
  color: #fff;
  text-transform: uppercase;
}

.radkovaInner .thumb {
  float: left;
}

.radkovaInner a img {
  height:155px;
  /*
  height: 137px;
  */
  width: 237px;
}

.radkovaInner table {
  width: 254px !important;
  padding: 10px 15px;
  text-transform: uppercase;
  height:101px;
  background:#f1f1f1;
}

.radkovaInner table tr{
  height:20px;
}

.radkovaInner table tr:last-child{
  height:auto;
}

.radkovaInner table tr td:last-child {
  text-align: right;
}

.radkovaInner .price {
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  padding: 10px;
  text-align: center;
}

.radkovaInner .price a {
  color: #222222;
  font-size: 17px;
}

/* footer */
#footer {
  border: 0;
  text-align: center;
}

#footer-code {
  background: #40484e;
  display: table;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  margin-top: 30px;
}

#footer-code .footer-code-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}


#footer-code .column {
  float: left;
  width: 200px;
  margin-right: 100px;
}

#footer-code .column.facebook {
  width: 400px;
}

#footer-code .column.last {
  margin-right: 0;
}

#footer-code .column h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}

#footer-code .column ul {
  padding: 0;
}

#footer-code .column li {
  list-style: none;
}

#footer-code .column li a {
  color: #fff;
}

#footer-code .column li:hover a {
  text-decoration: none;
}

/* Homepage slider */ 

.hp-slider {
  margin-top: 70px;
  margin-bottom: 0;
  position: relative;
  z-index:0;
  /*
  z-index: 10;
  */
}

.hp-slider .cd-title {
  display: none !important;
}
.hp-slider li a{
  display: block;
  position:relative;
  float:right;
  width:745px;
  z-index:1000;
}
.hp-slider li a img {
  visibility: hidden;
}

.hp-slider .top-offer-slider-subscribe {
  height: 170px;
  /*  background: #ff7e6c;
  background: -moz-linear-gradient(top,  #ff7e6c 0%, #f26764 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e6c), color-stop(100%,#f26764));
  background: -webkit-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: -o-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: -ms-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: linear-gradient(to bottom,  #ff7e6c 0%,#f26764 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e6c', endColorstr='#f26764',GradientType=0 );
  */
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
  top: -340px !important;
  width: 520px;
  float: right;
  padding: 30px;
}

.hp-slider .top-offer-slider-subscribe .left {
  width: 230px !important;
  margin-top: 21px;
}

.hp-slider .top-offer-slider-subscribe .right {
  width: 230px !important;
  margin-top: 19px;
}

.hp-slider .top-offer-slider-subscribe .tosl-hotel {
  font-weight: 300;
  font-size: 20px;
  height: 26px;
  overflow: hidden;
}

.hp-slider .top-offer-slider-subscribe .tosl-destination {
  font-weight: 300;
  font-size: 30px;
  height: 39px;
  overflow: hidden;
}

.hp-slider .top-offer-slider-subscribe .tosl-boarding,
.hp-slider .top-offer-slider-subscribe .tosl-date,
.hp-slider .top-offer-slider-subscribe .tosl-prices p {
  display: none;
}

.hp-slider .top-offer-slider-subscribe .tosl-prices .kc {
  display: block;
  text-align: right;
  font-weight: 300;
  font-size:40px;
}

.hp-slider .slider-numeric-button {
  top: -20px !important;
  left: 364px !important;
}

.hp-slider .slider-numeric-button li a {
  background: #40484e;
  width: 92px;
  height: 13px;
  text-indent: -9999px;
  border: 0;
  margin: 1px;
}

.hp-slider .slider-numeric-button li.current a {
  /*background: #ff7e6c;
  background: -moz-linear-gradient(top,  #ff7e6c 0%, #f26764 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e6c), color-stop(100%,#f26764));
  background: -webkit-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: -o-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: -ms-linear-gradient(top,  #ff7e6c 0%,#f26764 100%);
  background: linear-gradient(to bottom,  #ff7e6c 0%,#f26764 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e6c', endColorstr='#f26764',GradientType=0 );*/
  background: rgb(250,151,47);
  background: -moz-linear-gradient(-45deg,  rgba(250,151,47,1) 0%, rgba(232,156,4,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,151,47,1)), color-stop(100%,rgba(232,156,4,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  background: linear-gradient(135deg,  rgba(250,151,47,1) 0%,rgba(232,156,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa972f', endColorstr='#e89c04',GradientType=1 );
}

.contentpages-view,
.dates-view{
  background: #fff;
  padding: 10px 20px;
}

.topoffers-index-3 .cd-content{
  background:none !important;
}

.nav ul{
  width:200px;
}


.nav li li{
  width:200px;
}

.info td{
  vertical-align:top;
}

.contentpages-view{
  min-height:400px;
}

.contentpages-view p{
  line-height:22px;
}

.top-offer-slider-subscribe .tosl-prices .eur{
  display:block;
  position: relative;
  top: -20px;
}


.formular-view-1000 .cd-title {
  background: white none repeat scroll 0 0;
  padding: 0 10px;
}

.formular-view-1000 .cd-content {
  background: white none repeat scroll 0 0;
  padding: 0 10px;
}

.formular-view-1000 form {
  font-size: 14px;
}

.formular-view-1000 .submit{
  text-align:center;  
}

.formular-view-1000 .submit input{
  background: red none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
  padding: 5px 25px;
}

#menu .nav .menu-first a{
  background: url("/21351/uploads/fs_images/contentdesignimagesets/6/icon-homedark_103_o.png") no-repeat center center;
  width: 60px;
  background-size:20px;
}

#menu  .nav .menu-first a:hover{
  background:#EC9B0F url("/21351/uploads/fs_images/contentdesignimagesets/6/icon-homewhite2_104_o.png") no-repeat center center;
  background-size:20px;
}

.nav a{
  padding:0 8px;
  color:#707070;
}


#expectacbox {
  margin: 10px 0 0 -2px;
}

/*
.homepage .zakaznik {
display:unset;
position: absolute;
top: 30px;
left: 245px;
}
*/
.zakaznik{
  display:none;
}



#smTabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
}

#smTabs .ui-widget-header {
  background: transparent;
  padding: 0;
  border: 0;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  left: -180px;
  top: 168px;
}

#smTabs .ui-widget-header li {
  border: 1px solid #f49920;
  padding: 0;
  border-radius: 0;
  background: #fff;
  margin: 0 4px 0 0;  
}

#smTabs .ui-widget-header li.ui-state-active {
  background: #f49920;
}

#smTabs .ui-widget-header li a {
  color: #f49920;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight:bold;
}

#smTabs .ui-widget-header li.ui-state-active a{
  color: #fff !important;
}


#smTabs.ui-tabs .ui-tabs-panel {
  background: none;
  padding: 0px;
}

#german .cd-title{
  display: none !important;
}

.sm-cp a.selectBox.selectBox-dropdown{
  width: 90px !important;
}
.sm-ca a.selectBox.selectBox-dropdown{
  width: 55px !important;
}
.sm-cp .input:last-child .selectBox.selectBox-dropdown{
  margin-left: 23px;
  margin-top: 21px;
}
.sm-ca {
  width: 207px !important;
}
.sm-ca .input:last-child, .sm-ca .input:nth-child(2){
  margin-left: 9px;
  margin-right: 0px;
  margin-top: 22px;


}


.srch-res-style-81-tmpl .more-link a, .srch-res-style-81-tmpl .more-link a:hover{
  background:#EC9A0D;
}

.tmpl-style-81 .info-box__price{
  background:#EC9A0D;
}

.tmpl-style-81 .structured-content__tabs .simple-tab-header a.opened span{
  background:#EC9A0D;
}

.tmpl-style-5 .info-box__order{
  background:#EC9A0D; 
}

.tmpl-style-5 .structured-content__elements .header{
  background:#EC9A0D;  
}


.show-hide {
  background: #ec9b0d;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.show-menu{
  background: #ec9b0d;
  top: 0;
}



/* tablet */
@media screen and (max-width: 960px) {
  #menu{
    padding: 0;
    background: #2f3036;
  }

  #menu .nav .menu-first a {
    width: 60px;
    background: #2f3036 url(/21351/uploads/fs_images/contentdesignimagesets/6/icon-homedark_103_o.png) center center / 20px no-repeat;
  }
  #smTabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all{
    left: 60px;
  }

  .sloupcovaInner{
    width: 47%;
  }
  .sloupcovaInner a img {
    height: 215px;
    width: 100%;
  }
  .sloupcovaInner table{
    width: 100% !important;
  }

  .hp-slider .top-offer-slider-subscribe{
    width: 356px !important;
    float: left;
    left: 39%;
    height: 265px !important;
  }
  .hp-slider .top-offer-slider-subscribe .right{
    width: 156px !important;
  }
  .hp-slider .top-offer-slider-subscribe .left {
    width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  .searchmask-global .cd-content{
    width: 100%;
  }
  .search-mask .input{
    width: 48% !important;
    margin-right: 5px
  }
  .searchmask-global input[type="text"], .searchmask-global select, .searchmask-global textarea, .searchmask-global .selectBox, .searchmask-global .dest-selector-opener{
    width: 100% !important;
  }
}


/* mobil */
@media screen and (max-width: 426px) {
  .hp-slider{
    display: none;
  }
  #smTabs .ui-widget-header {
    background: transparent;
    padding: 0;
    border: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    top: 0;
  }
  .searchmask-global input[type="text"], .searchmask-global select, .searchmask-global textarea, .searchmask-global .selectBox, .searchmask-global .dest-selector-opener{
    width: 100% !important;    
  }
  .searchmask-global .sm-df, .searchmask-global .sm-dt, .searchmask-global .sm-pf, .searchmask-global .sm-pt{
    width: 48% !important;
  }
  .selectBox-dropdown .selectBox-label, .searchmask-global .dest-selector-opener-lbl{
    width: 100% !important;
  }

  .input.select.sm-cp {
    width: 100% !important;
  }
  .sm-cp a.selectBox.selectBox-dropdown, .sm-ca a.selectBox.selectBox-dropdown {
    width: 100% !important;
  }
  .input.select.sm-ca {
    width: 100% !important;
  }
  .input.select.sm-ca .input.select {
    width: 31% !important;
  }

  .searchmask-global .cd-content{
    width: 100%;
  }
  #smTabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all, .homepage .searchmask-global{
    left: 0px;
    top: 0;
    position: relative;
  }
  .search-mask .input{
    width: 100% !important;
    margin-right: 0;
  }
  .sm-cp .input:last-child .selectBox.selectBox-dropdown{
    margin-left: 0;
  }




  .sloupcovaInner{
    width: 100%;
  }
  .sloupcovaInner a img {
    height: 215px;
    width: 100%;
  }
  .sloupcovaInner table{
    width: 100% !important;
  }

  #footer-code .column.facebook {
    width: 94%;
  }
  #footer-code .column {
    float: none;
    width: 96%;
    margin-right: 0;
    padding: 0 2%;
  }

  .price-element > span{
    display: block;
  }

  .srch-res-style-81-tmpl .price-box.right.clearfix {
    width: 100%;
}
  .srch-res-style-81-tmpl .more-link {
    margin-left: 15px;
    width: 90%;
}
  .srch-res-style-81-tmpl .more-link a{
    width: 100%;
  }
  
  .tmpl-style-4 .structured-content__tabs .simple-tab-header a span, .tmpl-style-5 .structured-content__tabs .simple-tab-header a span, .tmpl-style-81 .structured-content__tabs .simple-tab-header a span{
    border: 1px solid #ec9a0d;
  }
  #amadeusDates .check-date, td#next_pager, td#prev_pager, td#next_amadeus-pager, td#prev_amadeus-pager{
    background: #ec9a0d;
  }
}
/* settings - stop */


/* content design - on v2 */
.default-floatbox-design{position:fixed;left:54%; 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:#656565;}
.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:#9dcabb;background-image:none;color:#ffffff;font-size:25px;text-transform:uppercase;}
.default-sidebox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-sidebox-design .cd-content{background-image:none;color:#41505c;}
.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:#ED9B0F;font-size:25px;}
.default-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-design .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.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;}
.searchmasks-view-1{}
.searchmasks-view-1 .cd-title{display:none;min-height:22px;_height:22px;background-image:none;color:#41505c;}
.searchmasks-view-1 .cd-icon{background-image:none;height:0px;width:0px;}
.searchmasks-view-1 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.searchmasks-view-1 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.searchmasks-view-1 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.localcountries-index{}
.localcountries-index .cd-title{display:none;min-height:22px;_height:22px;background-color:#3B9AD7;background-image:none;color:#ffffff;font-size:11px;text-transform:uppercase;}
.localcountries-index .cd-icon{background-image:url("/21351/uploads/fs_images/contentdesignimagesets/2/palma_12_o.gif");height:21px;width:21px;}
.localcountries-index .cd-content{background-color:#ffffff;background-image:none;color:#364A90;}
.localcountries-index .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.localcountries-index .cd-icon-footer{background-image:none;height:0px;width:0px;}
.localcountries-home{}
.localcountries-home .cd-title{display:none;min-height:22px;_height:22px;background-color:#3B9AD7;background-image:none;color:#ffffff;font-size:11px;text-transform:uppercase;}
.localcountries-home .cd-icon{background-image:url("/21351/uploads/fs_images/contentdesignimagesets/2/palma_12_o.gif");height:21px;width:21px;}
.localcountries-home .cd-content{background-color:#ffffff;background-image:none;color:#364A90;}
.localcountries-home .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.localcountries-home .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-index-2{}
.topoffers-index-2 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#707070;font-size:25px;}
.topoffers-index-2 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-index-2 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.topoffers-index-2 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-index-2 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-home-2{}
.topoffers-home-2 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#707070;font-size:25px;}
.topoffers-home-2 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-home-2 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.topoffers-home-2 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-home-2 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-index-1{}
.topoffers-index-1 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#707070;font-size:25px;}
.topoffers-index-1 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-index-1 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.topoffers-index-1 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-index-1 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-home-1{}
.topoffers-home-1 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#707070;font-size:25px;}
.topoffers-home-1 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-home-1 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.topoffers-home-1 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-home-1 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.content_sliders-view{}
.content_sliders-view .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#fe7c6b;font-size:25px;}
.content_sliders-view .cd-icon{background-image:none;height:0px;width:0px;}
.content_sliders-view .cd-content{background-image:none;color:#41505c;}
.content_sliders-view .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.content_sliders-view .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-index-3{}
.topoffers-index-3 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#fe7c6b;font-size:25px;}
.topoffers-index-3 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-index-3 .cd-content{background-image:none;color:#41505c;}
.topoffers-index-3 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-index-3 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.topoffers-home-3{}
.topoffers-home-3 .cd-title{display:block;min-height:22px;_height:22px;background-image:none;color:#fe7c6b;font-size:25px;}
.topoffers-home-3 .cd-icon{background-image:none;height:0px;width:0px;}
.topoffers-home-3 .cd-content{background-image:none;color:#41505c;}
.topoffers-home-3 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.topoffers-home-3 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.searchmasks-view-2{}
.searchmasks-view-2 .cd-title{display:none;min-height:22px;_height:22px;background-image:none;color:#ED9B0F;font-size:25px;}
.searchmasks-view-2 .cd-icon{background-image:none;height:0px;width:0px;}
.searchmasks-view-2 .cd-content{background-color:#ffffff;background-image:none;color:#41505c;}
.searchmasks-view-2 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;}
.searchmasks-view-2 .cd-icon-footer{background-image:none;height:0px;width:0px;}
/* content design - off */