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

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

a:hover {
    color: #00246E;
}
#menu {
		background:  url("") repeat-x;
}
.nav li li {
    background: #258CC9 none repeat;
}
.nav li li a:hover {
    background-color: #64bef7;
}
.nav a {
    color: #a06042;
}
.nav li li a {
    color: #a06042;
}

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

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

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

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

.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 : #00246E;
}

/* settings - own */

/* CSS Document */
h2,h3{
  font-family:Arial,helvetica,sans-serif;
}
input[type="submit"]{
  cursor:pointer;
  font-family:Arial,helvetica,sans-serif;
}
input[type="text"],select,textarea,.selectBox{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-position:top center;
  font-size: 12px !important;
  /*background-position: center -200px;
  background-attachment: fixed;*/
}
#backgr{
  z-index:-1;
  position:fixed;
  bottom:0;
  left:0;
}
#main,#wrap,#inner,#head{
  width:990px;
  background:transparent none;
  border:0 none;
}

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

#cont {
  border: 0;
}

#right-slave {
  width: 310px;
  margin-left: 30px;
  background: transparent;
}

.main-column .cd-content {
  background: #fff !important;
  border-radius: 5px;
}

.homepage .main-column .cd-content {
  background: transparent !important;
}

.default-design .cd-title .text {
  text-shadow: -1px 0 0 #00256e;
}

#master .topoffers-global .cd-content {
  background: transparent !important;
}

.page-content.cd-content {
  padding: 20px !important;
}

/* hlavicka */
#head {
  height: 73px;
  margin-top: 54px;
  border-bottom: 4px solid #fff;
  margin-bottom: 25px;
  position: relative;
}

#head .lang {
  position: absolute;
  right: 0;
}

#head .lang a {
  margin-left: 20px;
}

#head .kontakt {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 545px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

#head .kontakt a {
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
}

#head .kontakt a img {
  position: relative;
  top: 6px;
  padding-right: 10px;
}

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

/* menu */

.nav li:hover ul, ul.nav li.sfHover ul{
  top: -70px/* výška řádku menu */;
  z-index:10;
}

#menu li a {
  border-right: 1px solid #a06042;
  padding: 0 20px;
  height: auto ;
  line-height: 16px;
  font-weight: normal;
  font-size: 15px;
}

#menu li a:hover {
  text-decoration: underline;
}

#menu li.menu-last a {
  border-right: 0;
}

#menu li ul {
  width: 165px !important;
  border-radius: 5px;
}

#menu li li {
  width: 165px !important;
  border-bottom: 0;
  border-radius: 5px;
}

#menu li li a {
  color: #fff;
  width: 125px;
  height: auto !important;
  border-right: 0;
}

#menu li li a:hover {
  text-decoration: none;
  border-radius: 5px;
}

#menu-en ul {
  padding: 0;
}

#menu-en li {
  list-style: none;
  display: inline;
}

#menu-en li a {
  color: #a06042;
  border-right: 1px solid #a06042;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
}

#menu-en li a:hover {
  text-decoration: underline;
}

#menu-en li.menu-last a {
border-right: 0;
}

/* sidebox */
.sidebox {
  width: 310px !important;
  z-index: 1;
  margin-bottom: 25px;
}

.sidebox.topoffers-global .cd-content {
  padding: 0;
}

.default-sidebox-design .cd-title {
  background: url("/21186/uploads/fs_images/contentdesignimagesets/8/sb-title_92_o.png") no-repeat !important;
  min-height: 64px !important;
}

.default-sidebox-design .cd-title .text {
  padding: 15px 20px;
}

.default-sidebox-design .cd-content {
  padding: 10px;
}

.sidebox input[type="text"] {
  padding-left: 10px;
  width: 275px !important;
  height: 32px;
  border: 2px solid #b7cbdb;
  border-radius: 10px;
  background: #fff;
}

.sidebox input[type="submit"] {
  background: #fff00c;
  background: -moz-linear-gradient(top,  #fff00c 0%, #f1a000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff00c), color-stop(100%,#f1a000));
  background: -webkit-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: -o-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: -ms-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: linear-gradient(to bottom,  #fff00c 0%,#f1a000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff00c', endColorstr='#f1a000',GradientType=0 );
  color: #e28000;
  border: 1px solid #e28000;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: bold;
  float: right;
}

/* Newsletter */
.newsletters-view {
  background: #00256e  url("/21186/uploads/fs_images/contentdesignimagesets/8/star_96_o.png") no-repeat right top !important;
  border-radius: 5px;
}

.newsletters-view .cd-title {
  background: transparent none !important;
  line-height: 40px !important;
}

.newsletters-view .cd-title .text {
  padding-bottom: 0;
}

.newsletters-view .cd-title .text {
  color: #33bbe8;
}

.newsletters-view .cd-content {
  background: transparent !important;
  padding-top: 0;
  color: #fff !important;
}

.newsletters-view .cd-content p {
  color: #fff;
  font-size: 12px;
  width: 200px;
}

.newsletters-view .cd-content p a {
  color: #fff;
}

/* vyhledavaci maska */
.searchmask-global {
  background: #00256e;
  border-radius: 5px;
}

.searchmask-global .cd-title {
  display: none !important;
}

.searchmask-global .cd-content {
  padding: 15px 0 !important;
  background: #00256e !important;
}

.searchmask-global .input {
  width: 267px;
  margin: 0 20px 10px 20px;
}

.searchmask-global input[type="text"],
.searchmask-global select,
.searchmask-global textarea,
.searchmask-global .selectBox {
  width: 267px !important;
  height: 32px;
  border: 4px solid #b7cbdb;
  border-radius: 10px;
  background: #fff;
}

.searchmask-global .submit {
  margin-right: 28px;
}

.searchmask-global input[type="submit"] {
  background: #fff00c;
  background: -moz-linear-gradient(top,  #fff00c 0%, #f1a000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff00c), color-stop(100%,#f1a000));
  background: -webkit-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: -o-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: -ms-linear-gradient(top,  #fff00c 0%,#f1a000 100%);
  background: linear-gradient(to bottom,  #fff00c 0%,#f1a000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff00c', endColorstr='#f1a000',GradientType=0 );
  border: 0;
  border-radius: 10px;
  color: #fff;
  height: 40px;
  font-weight: bold;
  width: 150px;
}

.searchmask-global .dest-selector-opener {
  width: 259px !important;
  height: 24px;
  border: 4px solid #b7cbdb;
  border-radius: 10px;
  background: #fff;
}

.searchmask-global .dest-selector-opener-lbl {
  padding: 3px 8px;
}

.selectBox-dropdown .selectBox-label {
  padding: 3px 8px;
}

.searchmask-global label {
  color: #33bbe8;  
  margin-bottom: 5px;
}

.selectBox-dropdown .selectBox-arrow {
  background: url("/21186/uploads/fs_images/contentdesignimagesets/8/arrow_89_o.png") no-repeat center center;
  border: 0;
}

.extended-search-link {
  width: 200px;
  margin-left: 20px !important;
  color: #fff;
  text-decoration: none;
  background: url("/21186/uploads/fs_images/contentdesignimagesets/8/extended_88_o.png") no-repeat;
  padding: 7px 0 7px 35px;
  float: left;
  margin-top: 10px;
}

.extended-search-link:hover {
  color: #fff;
}


.side-weather .cd-content{
  display:table;
  width: 290px/*vnitřní šířka sideboxu*/;
}

.exchangerates-sidebox table {
  width: 290px !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;
}

/* qBox */
.qBox .cd-title {
  display: none !important;
}

body .qBox1 .cd-content{
  background:white!important;
  padding:0 !important;
  min-height:52px;
}

body .qBox .cd-content {
  background: transparent;
  padding: 0 !important;
}

.qBox .cd-content div {
  float: left;
  position: relative;
  margin-right: 28px;
  margin-bottom: 25px;
}

.qBox .cd-content div.last {
  margin-right: 0;
}

.qBox span {
  background: #33bbe8;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 38px;
  padding: 5px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.qBox span:hover {
  background: #a06042;
}

.qBox1 .cd-content div {
  float: left;
  position: relative;
  margin-right: 28px;
  margin-bottom: 15px;
}

.qBox1 .cd-content div.last {
  margin-right: 0;
}

.qBox1 a{
  text-decoration:none;
}
.qBox1 span {
    background: none repeat scroll 0 0 #33bbe8;
    border-radius: 20px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-left: 88px;
    padding: 5px 20px;
}

.qBox1 span:hover {
  background: #a06042;
}

/* sloupcova sablona */
.sloupcovaInner {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.sloupcovaInner:hover {
  background: #eeeeee;
}

.sloupcovaInner a {
  text-decoration: none;
}

.sloupcovaInner.last {
  margin-right: 0;
}

.sloupcovaInner .discount {
  background: url("/21186/uploads/fs_images/contentdesignimagesets/8/discount_93_o.png") no-repeat;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 112px;
  height: 54px;
  line-height: 67px;
  font-size: 19px;
  text-align: center;
  
}

.sloupcovaInner a img {
  height: 130px;
  width: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sloupcovaInner .dest {
  padding: 15px;
  text-align: center;
}

.sloupcovaInner .hotel {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  height: 18px;
  overflow: hidden;
}

.sloupcovaInner .country {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sloupcovaInner .price a {
  color: #c11e2e;
  font-weight: bold;
  font-size: 20px;
}

.sloupcovaInner .price a span {
  color: #33bbe8;
  font-size: 15px;
}

.sloupcovaInner .rating {
  height: 23px;
}

/* radkova sablona */
.radkovaInner {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.radkovaInner:hover {
  background: #eeeeee;
}

.radkovaInner a {
  text-decoration: none;
}

.radkovaInner .discount {
  display: none;
}

.radkovaInner a img {
  height: 130px;
  width: 200px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.radkovaInner .dest {
  padding: 15px;
}

.radkovaInner .hotel {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  height: 18px;
  overflow: hidden;
}

.radkovaInner .country {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.radkovaInner .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.radkovaInner .price a {
  color: #c11e2e;
  font-weight: bold;
  font-size: 20px;
}

.radkovaInner .price a span {
  color: #33bbe8;
  font-size: 15px;
}

.radkovaInner .rating {
  height: 23px;
}


/* textova sablona */
.textovaInner {
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
}

.textovaInner:hover {
  background: #eee;
}

.textovaInner .flag {
  margin-right: 10px;
  border: 0;
}

.textovaInner .hotel {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  height: 18px;
  width: 170px;
  overflow: hidden;
  margin-bottom: 5px;
}

.textovaInner .price {
  position: absolute;
  right: 10px;
  top: 10px;
}

.textovaInner .price a {
  color: #c11e2e;
  font-size: 20px;
  font-weight: bold;
}

.tab-01 {
  border: 1px solid #eee;
  border-spacing: 0;
}

.tab-01 td {
  width: 156px;
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
}



/* footer */
#footer {
  border: 0;
}

p.mapka {
  width: 250px;
  float: right;
}

#KontaktLeftTop {
  width: 340px;
  float: left;
}


.text-before {
    padding: 0 33px;
}


#expectacbox {
  margin: -2px 0 0 -5px;
}
/* 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-image:none;background-repeat:no-repeat;color:#ffffff;font-size:16px;-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0; }
.default-sidebox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-sidebox-design .cd-content{background-color:#ffffff;background-image:none;color:#636363;font-size:12px;-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;}
.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:49px;_height:49px;background-image:none;background-repeat:repeat-x;color:#ffffff;font-size:25px;}
.default-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-design .cd-content{background-image:none;color:#636363;padding:5px;
}
.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 */