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

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

a:hover {
    color: #9f76b4;
}
#menu {
		background:  url("") repeat-x;
}
.nav li li {
    background: #000000 none repeat;
}
.nav li li a:hover {
    background-color: #e30000;
}
.nav a {
    color: #464a4d;
}
.nav li li a {
    color: #464a4d;
}

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

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

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

#right-slave {
    background-color: #fff;
}
#country-list a{
    color: #3A80AD;
}
#country-list a:hover{
    color: #832b97;
}
#footer {
	    background: #fff url("") repeat-x;
    color: #464a4d;
}
#footer a {
    color: #464a4d;
}

.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:749px;border-right:none;
            }

#show-map{
    color : #fff;
}

/* 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;
}

a{
  cursor: pointer;
	color: #000;
}
#heading {
	width: 0;
	height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

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

body {
  font-family: 'Open Sans', sans-serif;
  background-position: top center;
  font-size: 13px;
}
strong, th {
  font-weight: 600;
}
#wrap, #inner, #main{
  /*max-width:1140px;*/
  width: 100%;
  background:#eff9ff none;
  border:0 none;
  z-index: 1;
}

#cont {
  border: 0;
}

#master {
  padding-top: 20px;
  border: 0;
  width: 100%;
  background: transparent !important;
  margin-top: 55px;
}
body:not(.bd-homepage) #master {
  margin-top: 20px;
}

.default-design .cd-title .text {
  margin: 0px 0;
  color:#4b4a4a  !important;font-weight: 400;
  text-transform: none !important;  
  font-size: 37px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.default-design .cd-title{
  border-bottom: 1px solid #e3e3e3;
}
.homepage .default-design .cd-title{
  border: 0px !important;
}

.main-column {
  margin-bottom: 40px;
}


body:not(.bd-homepage):not(.bd-search-results):not(.bd-accommodation):not(.bd-term) .main-column {
  margin: 0 auto 60px;
  max-width: 1140px;
  padding: 15px;
}

#search-mask {
  display: none !important;
}
.bd-search-results .cd-title {
  display: none !important;
}


.homepage .main-column,
.topoffers-global {
  padding: 0;
}

[class*='col-lg'], [class*='col-md'], [class*='col-sm'], [class*='col-xs'] {
  padding-top: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

#head {
  max-width: 1140px;
  width: 100%;
  height: 150px;
  background: transparent;
  margin: 0px auto;
  padding: 15px;
  border: 0px;
  position: relative;
  top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#head img{
  width:auto ;
  background:transparent none;
}

#head a {
  display: inline-block;
}
#head > a {
  position: relative;
}
#head .slogan {
  position: absolute;
  right: 0;
  bottom: -15px;
  color: #000;
  text-align: right;
  font-size: 17px;
  text-transform: uppercase;
}

.head-contact a {
  color: #000;
  font-size: 31px;
  font-weight: 500;
}

.head-contact .icon {
  font-size: 40px;
  color: #9f76b4;
  margin-left: 30px;
}
#head .partner {
	width: 15%;
}
#head img.invia {
	width: 100%;
}


.default-design .cd-content{
  color: #000 !important;

}

/* Menu */ 
#menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-right: 0px;
  background: #9f76b4;
  display: flex;
  z-index: 2;
  height: 55px;
}

#menu > ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
	text-align: right;
}

#menu > ul > li {
  height: 55px;
  display: inline-block;
}

#menu li.menu-last {
  background: none;
}
#menu li.menu-last a {
	font-size: 20px;
}

#menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 55px;
  display: block;
  height: 55px;
  font-size: 15px;
}

#menu li a:hover {
  background: #ffffff;
  color: #9f76b4;
}
.nav a{
  padding-left: 20px;
  padding-right: 20px;
}

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

.nav li ul li {
  width: 200px;
}

.nav li ul {
  width: 200px;
}
.nav li li a{
  background: #fff !important;
  color: #000 !important;
  height: 55px !important;
  line-height: 55px !important;
  text-align: left !important;
}

/**** PLAVOUCI BOX ***/

/*.fl-box{
left: 60% !important;
top: 3% !important;
}

.default-floatbox-design{
left: 60% !important;
top: 3% !important;
background: #25adc9 !important;
}
.default-floatbox-design .cd-content{
background: #7e6747  !important;
color: #fff !important;
}
.default-floatbox-design .cd-content a{
color: #fff !important;
}*/




/**** SLIDER HOMEPAGE **/
/*********** HOME SLIDER ************/




/**** LEFT SLAVE JAKO VYHLEDAVANI */
#right-slave{
  float: none;
  display: none;
  width: 100%;
  min-height: 26px !important;
  height: 10px;
  margin-top: 430px;
  background: transparent;
}
#left-slave {
  display: none !important;
}

.hp-maska{
  width: 100% !important;
  margin-bottom: 0px;
  margin-top: 15px;
  background: none;
  z-index: 100;
  padding-top: 80px;
}
body:not(.bd-homepage) .hp-maska {
  padding-top: 30px;
}
body:not(.bd-homepage) .head-contact {
  padding-bottom: 30px;
}
.hp-maska .cd-content {
  z-index: 1;
  background: #9ae9f6 !important;
}

.hp-maska .cd-title{
  display: none !important;
}

.hp-maska form{
  max-width:1100px;
  width: 100%;
  padding: 15px;
  margin: 0px auto;
  background: #9ae9f6 !important;
  position: relative;
}
div#dest-selector-sb {
  z-index: 100000000000000;
}
ul.selectBox-dropdown-menu {
  z-index: 1000000000;
}
.hp-maska .input{
  float: left;
  margin-right: 25px;
  width: calc(100% / 5) !important;
  margin-right: 0 !important;
}

.hp-maska .input.sm-pa{
  margin-bottom: 00px;
}

.hp-maska label{
  font-weight: 500 !important;
  color: #626161;
  padding-bottom: 5px;
}

.hp-maska input[type="text"],
.hp-maska select,
.hp-maska textarea,
.hp-maska .selectBox,
.hp-maska .dest-selector-opener{
  height: 40px;
  width: 98% !important;
  background: #fff !important;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  border: 0;
}
.selectBox-dropdown .selectBox-label {
  padding-left: 34px;
}

.hp-maska input[type="text"]{
  padding-left: 34px;
}

.hp-maska .submit{
  float: none !important;
  position: absolute;
  top: -55px;
  width: 100px;
  right: 0;
}
.hp-maska input[type="submit"] {
  width: 100px !important;
  height: 33px;
  display: block;
  color: #534131;
  font-size: 0;
  background: url('/11066/uploads/fs_images/contentdesignimagesets/16/search296o_334_o.png') no-repeat center center;
  border: 0px;
  margin: 0px auto;
  background-size: 30px;
}

.hp-maska .input.checkbox{
  margin-top: 10px;
  float: left;
  width: 216px;
}

.hp-maska .input.checkbox.sm-fm {
  margin-left: 0px;
  width: 212px !important;
}

.hp-maska .input.checkbox label{
  float: left;
  line-height: 30px;
  width: 142px;
}

.hp-maska input[type=checkbox]{
  height: 15px;
  display: block;
  width: 15px;
  margin-top: 9px;
}

.selectBox-dropdown .selectBox-label, .selectBox-dropdown .selectBox-label:hover{
  color: #000;
  width: 100% !important;
}
#dest-selector {
  z-index: 10000000000000000000;
}
div#ui-datepicker-div {
  z-index: 9999999 !important;
}

.hp-maska .dest-selector-opener-lbl {
  display: block;
  border-right: 8px solid transparent;
  color: #000000;
  overflow: hidden;
  color: #000 !important;
  padding: 9px 8px 9px 34px;
  white-space: nowrap;
  background: none;

}
.selectBox-dropdown .selectBox-arrow{
  border: 0px;
  background: none;
}

input#sm-df-sb, input#sm-dt-sb, input#sm-df-sb-3,input#sm-dt-sb-3 {
  background: none;
}
.hp-maska .input {
  position: relative;
}
.hp-maska .input::before {
  font-family: cesys3 !important;
  color: #9f76b4;
  position: absolute;
  left: 8px;
  bottom: 10px;
  z-index: 2;
  font-size: 20px;
}
.hp-maska .input.sm-ds::before {
  content: '\e953';
}
.hp-maska .input.sm-df::before {
  content: '\e924';
}
.hp-maska .input.sm-dt::before {
  content: '\e924';
}
.hp-maska .input.sm-bi::before {
  content: '\e94c';
}
.hp-maska .input.sm-pa::before {
  content: '\e97e';
}
.hp-maska .input.sm-ti::before {
  content: '\e93d';
}
.hp-maska .input.sm-du::before {
  content: '\e957';
}
.hp-maska .input.sm-tt::before {
  content: '\e984';
}

.selectBox-dropdown .selectBox-arrow {
  width: 35px;
}

.selectBox-dropdown .selectBox-label{
  line-height: 35px;
}
.extended-search-link {
  padding: 4px 5px;
  background-image: none;
  margin: 15px 0;
  line-height: 16px;
  color: #534131!important;
  text-transform: lowercase;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -57px;
  right: 100px;
}

/* hp slider */
.hp-slider {
  background-image: url('/11066/uploads/fs_images/contentdesignimagesets/16/slider-bcg_346_o.jpg');
  background-size: cover;
  background-position: center;
  width: 100% !important;
}
body:not(.bd-homepage) .hp-slider {
  display: none;
}
.hp-slider .cd-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
      background: #fff !important;
}

.hp-slider .swiper-slide {
  padding: 0 10px;
  background: #fff;
}
.hp-slider .slide {
  background-size: cover;
  background-position: center;
  height: 400px;
  box-shadow: 5px 4px 8px rgba(1, 1, 1, 0.09);
  position: relative;
}
.hp-slider .slide a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.hp-slider .country {
  /*background: #fff;*/
  background: url('/11066/uploads/fs_images/contentdesignimagesets/16/country-bg_332_o.png') no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #9f76b4;
  font-weight: 700;
  font-size: 37px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 30px;
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hp-slider .price {
  font-size: 20px;
  background: #fff;
  color: #4b4a4a;
  letter-spacing: 0.25px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
}
.hp-slider .lm:not(:empty) {
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  padding: 10px;
  right: 190px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
}
.hp-slider .cd-title,
.hp-slider .cd-footer,
.hp-slider .next.right {
  display: none !important;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
}
.swiper-button-next > *, .swiper-button-prev > * {
  font-size: 35px;
  color: #fff;
}

.hp-slider [data-swiper-slide-index="1"], .hp-slider [data-swiper-slide-index="3"], .hp-slider [data-swiper-slide-index="5"], .hp-slider [data-swiper-slide-index="7"], .hp-slider [data-swiper-slide-index="9"] {
    width: 35% !important;
}
.hp-slider [data-swiper-slide-index="0"], .hp-slider [data-swiper-slide-index="2"], .hp-slider [data-swiper-slide-index="4"], .hp-slider [data-swiper-slide-index="6"], .hp-slider [data-swiper-slide-index="8"] {
    width: 65% !important;
}



.topoffers-global .next.right {
  display: none !important;
}
/* top nabidka */
.top-boxy .top-img {
  background-size: cover;
  background-position: center;
  height: 250px;
  position: relative;
  margin-bottom: 10px;
}
.top-boxy a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.top-boxy .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 57px;
  background: rgba(255,255,255,0.7);
  color: #484848;
  font-size: 17px;
  line-height: 57px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-weight: 500;
}
.top-boxy .country {
  color: #ab88be;
}
.top-boxy .top-offers.cd-content .row {
  display: flex;
  flex-wrap: wrap;
}
.top-boxy .top-offers.cd-content .row > * {
  float: none;
}
.top-boxy .price {
  color: #9f76b4;
  font-weight: 700;
  background: #fff;
  font-size: 17px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  z-index: 2;
}
.top-boxy .overlay {
  background: rgba(255,255,255,0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.top-boxy .overlay .box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  padding: 10px;
  color: #393939;
  font-size: 20px;
  font-weight: 700;
}
.top-boxy .transport {
  margin-bottom: 10px;
}
.top-boxy .icon {
  width: 23px;
  display: inline-block;
}
.top-boxy a:hover + .overlay {
  opacity: 1;
}

/* top naidka */
.top-boxy2 .row {
  position: relative;
  margin-bottom: 20px;
  transform: none;
  transition: transform 0.3s ease;
}
.top-boxy2 .row:hover {
  transform: scale(1.02);
}
.top-boxy2 .row a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.top-boxy2 .image {
  background-position: center;
  background-size: cover;
  height: 200px;
  border: 1px solid #acacac;
  position: relative;
  padding: 15px;
}
.top-boxy2 .lm:not(:empty) {
  border: 1px solid #999999;
  background-color: #ffffff;
  color: #ab88be;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.top-boxy2 img.nb.star {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 25px;
}
.top-boxy2 .hotel {
  color: #484848;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-boxy2 .country {
  color: #9f76b4;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-boxy2 .textdesc {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #484848;
  font-weight: 400;
  font-size: 17px;
  right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-boxy2 .price {
  float: right;
  color: #9f76b4;
  font-weight: 500;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


/* top nabidka */
.top-destinace .image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 302px;
  position: relative;
  margin-bottom: 15px;
  transform: none;
  transition: transform 0.3s ease;
}
.top-destinace .image:hover {
  transform: scale(1.05);
}
.top-destinace a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.top-destinace .discount:not(:empty) {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  color: #fff;
  background-color: #ab88be;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  font-size: 17px;
  font-weight: 700;
}
.top-destinace .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27px;
  padding: 0 15px;
  line-height: 27px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ab88be;
  text-align: right;
  font-size: 15px;
}
.top-destinace .country {
  background: rgb(247, 245, 245, 0.77);
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 12px 25px 12px 12px;
  color: #5e6472;
  letter-spacing: 0.57px;
  font-weight: 700;
  font-size: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* top nabidka */
.topka .cd-title {
  display: none !important;
}

.topka .row {
  position: relative;
  margin-bottom: 10px;
  transform: none;
  transition: transform 0.3s ease;
	display: flex;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	min-height: 90px;
	max-height: 90px;
}
.topka .row:hover {
  transform: scale(1.05);
}
.topka a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.topka {
  font-size: 15px;
  font-weight: 700;
  padding: 15px !important;
	width: 100%;
	overflow: visible;
}
.topka .hotel {
  color: #9f76b4;
}
.topka .row > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	flex-basis: 14.29%;
}
.topka .thumb {
	padding: 0 1rem;
}
.topka .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topka .price {
  color: #9f76b4;
  font-weight: 700;
  font-size: 17px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17);
  padding: 10px 15px;
}
.topka .date,
.topka .country,
.topka .boarding,
.topka .airport,
.topka .hotel {
  padding-top: 15px;
  padding-bottom: 15px;
}
.topka .boarding,
.topka .airport,
.topka .date {
	text-align: center;
}

.topka .price-w {
  padding-top: 5px;
  padding-bottom: 5px;
}
.topka .clear {
	flex-basis: unset;
}


.top-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}



/** newsletter hp */
.nlt .bcg {
  background-size: cover;
  background-position: center;
  margin-top: 60px;
}
.nlt .wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.nlt .nlt-source {
  width: 100% !important;
  max-width: 500px;
  margin-left: auto;
  padding: 10px 0 180px;
}
.nlt .text.left {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff !important;
  text-transform: uppercase !important;
}
.nlt-source .cd-content {
  background: transparent !important;
}
.nlt .cd-content, .nlt .cd-content * {
  color: #ffffff !important;
  font-size: 20px;
}
.sidebox table {
  width: 100% !important;
}
.nlt .row_title + .row_input td {
  box-shadow: 3px 3px 8px rgba(1, 1, 1, 0.35);
  background-color: #ffffff;
  border: 2px solid #ffffff;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.nlt .row_title {
  line-height: 45px;
}
#NewsletterEmailSubmit {
  color: #ab88be !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 !important;
  background: none;
  border: 0;
  line-height: 60px;
}
#NewsletterEmail {
  width: 100%;
  border: 0;
  background: transparent;
  line-height: 60px;
  color: #000 !important;
  padding: 0 10px;
}

/* footer */
.ft {
  margin-top: 50px;
}
.ft .row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.ft .row::before {
  content: '';
  /*background-image: url('/11066/uploads/fs_images/contentdesignimagesets/16/smtravelicons305o_335_o.png');*/
	background-image: url('/11066/uploads/fs_images/contentdesignimagesets/16/smtravelicons305o335o_337_o.png');
	background-repeat: no-repeat;
  width: 400px;
  height: 110px;
  position: absolute;
  top: -138px;
}
.ft .contact {
  font-weight: 400;
  color: #626161;
  font-size: 18px;
}
.ft .phone {
  color: #ab88be;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 1rem;
}

.ft .mail {
  color: #ab88be;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1rem;
}
.ft .contact strong {
  margin-top: 10px;
}


.weather-place ul {
  margin: 0 0 15px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.weather-place li {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0;
  width: calc(100% - 90px);
}
.weather-place li:first-child {
  width: 30px;
}
.weather-place li:last-child {
  width: 70px;
  font-weight: 500;
}

.ft .vlnky {
  width: 100%;
  height: 10px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url('/11066/uploads/fs_images/contentdesignimagesets/16/5-layers307o_333_o.png');
  margin-bottom: 30px;
}
#footer {
  background: #0e0e0e;
  color: #fff;
  border: 0;
  padding: 15px 0;
  height: auto !important;
}
#footer .wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.footer1, .footer2 {
  flex-basis: 300px;
  flex-grow: 1;
}
.footer1 {
  text-align: left;
}
.footer2 {
  color: #0e0e0e;
}
span.footer2 a {
  color: #fff !important;
  text-decoration: none;
}


/*** Rozcestník zemí ***/
#contentClosestExoticDestinations, #contentIndianOcean, #contentAsia, #contentCaribian, #contentAustraliaAndOceania, #contentOthers {
  display: none;
  position: relative;
}
.countryTable {
  max-width: 1140px;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.location-area .area-title {
  text-align: left;
  padding: 12px 25px;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 20px;
  background: #fff;
  border: 1px solid #eee;
  color: #7a7f8a;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
}
.location-area .area-title:after {
  content: "";
  display: inline-block;
  border: solid #a7ecf7;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
  float: right;
  top: 2px;
  position: relative;
}
.location-area .country-active {
  background: #fff;
  color: #484848;
  border: 1px solid #eee;
  position: relative;
  z-index: 2;
}
.location-area .area-title.country-active:after {
  border: solid #9f76b4;
  border-width: 0 3px 3px 0;
  transform: rotate(-135deg);
  transform: rotate(45deg);
  top: 0;
}
.fix {
  overflow: hidden;
  display: block;
}
.location-area .country span.alt-price {
  display: none;
}
.location-area .country a, .location-area .country span.count-accommodations, .location-area .country span.min-price {
  width: calc(100% / 3);
}
#contentEurope, #contentClosestExoticDestinations, #contentIndianOcean, #contentAsia, #contentCaribian, #contentAustraliaAndOceania, #contentOthers {
  background: #fff;
  padding: 25px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
}
.location-area .country:nth-child(2n+1) {
  background: none;
  border-right: 1px solid #fff;
}
.location-area .country a {
  padding-left: 0;
  text-decoration: none;
  color: #484848;
  font-weight: 500;
}
.location-area .country a:before {
  display: none;
}
.location-area .country {
  border: 0;
  font-size: 17px;
}
.location-area .country span.count-accommodations {
  color: #7b7b7b;
  text-transform: uppercase;
}
.location-area .country span.min-price {
  font-weight: 500;
  color: #9f76b4;
}
.location-area .country:hover {
  background: #fff;
}


/** výsledky hledání */
.search .vlnky {
  width: 100%;
  height: 10px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url('/11066/uploads/fs_images/contentdesignimagesets/16/5-layers307o_333_o.png');
  margin: 30px 0;
}
.search .row {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.search-results-tmpl .cd-title {
  display: none !important;
}
.sort-by {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: left;
  color: #4b4a4a !important;
  font-size: 32px;
}
.sort-by a {
  color: #4b4a4a;
  font-weight: 400;
  text-decoration: none;
  padding-left: 10px;
}
.sort-by a:first-child::after,
.sort-by a:last-child::after {
  content: '\e94e';
  font-family: cesys3 !important;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 1em;
  position: relative;
  top: 3px;
  color: #a7ecf7;
}
.sort-by a:last-child::after {
  transform: rotate(90deg);
}
.sort-by a.sort__button--active::after {
  color: #9f76b4;
}
.search-item .image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 10px;
}
.search-item .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.search-item .lm:not(:empty) {
  background-color: #ffffff;
  color: #9f76b4;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
}
.search-item .fm:not(:empty) {
  background-color: #ffffff;
  color: #493f09;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  text-align: center;
}
.search-item .text-box {
  border: 1px solid #acacac;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
.search-item img.nb.star {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 30px;
}
.search-item .price {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #9f76b4;
  font-weight: 500;
  font-size: 21px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  padding: 5px 15px;
}
.search-item .hotel, .search-item .hotel a {
  color: #484848;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.search-item .country {
  color: #9f76b4;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 0 20px;
}
.search-item .info {
  color: #484848;
  font-size: 17px;
  padding-bottom: 15px;
}
.dates-table-simple thead {
  display: none !important;
}
.dates-table-simple tr {
  display: flex;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 13px;
  padding: 5px 0;
  justify-content: space-between;
  position: relative;
}
.dates-table-simple td {
  border: 0;
  border-right: 1px solid;
  padding: 5px;
  flex-basis: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dates-table-simple td.transport {
  flex-basis: 15%;
}
.dates-table-simple td.price {
  border: 0;
  border-right: 0;
  flex-basis: 35%;
}
.dates-table-simple .duration,
.dates-table-simple .lm {
  display: none;
}
.dates-table-simple .date-detail {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 100% !important;
  font-size: 0;
}
.dates-table-simple td .date-detail-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.search-result-dates-table tr:hover td {
  background: rgba(0,0,0,0.01);
}
.dates-table-simple .price {
  position: static;
  font-size: 15px;
  box-shadow: none;
}
.dates-table-simple .price-element .discount,
.dates-table-simple td .airport-name{
  display: none;
}
.dates-table-simple {
  height: 160px;
}
.search-item .link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #484848;
  font-size: 17px;
}
.search-item .link a {
  color: #484848;
  text-decoration: none;
}
.search-item .link .icon {
  color: #9ae9f6;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.search-item .params {
  height: 35px;
}
.search-item .params .sea-distance {
  display: none;
}
.search-item .params ul li {
  width: 18px;
}
.search-item .params ul li::before {
  font-size: 18px;
  color: #acacac;
}
.search-item .params ul li {
  width: 18px;
  margin: 12px 2px 0 2px;
}
.paging {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 80px;
}
.paging a {
  color: #9f76b4;
}

.text-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* detail hotelu */
.bd-accommodation .cd-title,
.bd-term .cd-title {
  display: none !important;
}
.search.hotel .tree {
  max-width: 1140px;
  padding: 15px;
  margin: 0 auto;
  font-size: 25px;
}
.search.hotel .tree::before {
  content: '\e923';
  font-family: cesys3 !important;
  color: #9f76b4;
}
.search.hotel .dates-view-gallery {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.search.hotel .dates-view-gallery li {
	display: none;
}
.search.hotel .dates-view-gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search.hotel .dates-view-gallery li.gallery-img-0,
.search.hotel .dates-view-gallery li.gallery-img-1,
.search.hotel .dates-view-gallery li.gallery-img-2,
.search.hotel .dates-view-gallery li.gallery-img-3 {
	display: block;
	margin: 0;
}
.search.hotel .dates-view-gallery li.gallery-img-0 {
	flex-basis: 100%;
	height: 280px;
	margin-bottom: 0.5rem;
}
.search.hotel .dates-view-gallery li.gallery-img-1,
.search.hotel .dates-view-gallery li.gallery-img-2,
.search.hotel .dates-view-gallery li.gallery-img-3 {
	flex-basis: calc(33.33% - 0.19rem * 2);
	height: 120px;
}
.search.hotel .dates-view-gallery li.gallery-img-1,
.search.hotel .dates-view-gallery li.gallery-img-2 {
	margin-right: 0.5rem;
}

.search.hotel .image-sm > div {
  background-position: center !important;
  background-size: cover !important;
  height: 120px;
  font-size: 0;
  width: 100%;
}
.search.hotel .row .col-xs-6 {
  padding-left: 0;
}
.search.hotel .row .col-xs-6:nth-child(3) {
  padding-right: 0;
}
.search.hotel .image {
  height: 280px;
}
.search.hotel .text-wrap {
  font-size: 20px;
}
.search.hotel .price {
  position: static;
  display: inline-block;
  margin: 20px 0;
  font-size: 25px;
}

.search.hotel .boarding {
  margin-bottom: 10px;
}
.search.hotel .icon {
  color: #9f76b4;
  width: 25px !important;
  display: inline-block;
}
.search.hotel .text-box {
  min-height: 410px;
}
.search.hotel .params ul {
  margin-bottom: 10px;
}
.search.hotel .params ul li {
  width: 25px;
  margin: 0 5px;
}
.search.hotel .params ul li::before {
  font-size: 25px;
  color: #acacac;
}
.violet {
  color: #9f76b4;
}
.search.hotel {
  font-size: 15px;
}
.simple-accordion {
  max-width: 1140px;
  margin: 20px auto 150px;
  padding: 15px;
}
.simple-accordion > a {
  margin: 20px 0 0 0;
}
.simple-accordion > a span {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}
.simple-accordion > a.opened span {
  background: #fff;
}
.simple-accordion > a span:after {
  content: "";
  display: inline-block;
  border: solid #a7ecf7;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
  float: right;
  top: 2px;
  position: relative;
}
.simple-accordion > a.opened span:after {
  border: solid #9f76b4;
  border-width: 0 3px 3px 0;
  transform: rotate(-135deg);
  transform: rotate(45deg);
  top: 0;
}
.simple-accordion .accordion-content {
  background: #fff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  margin-bottom: 20px;
}


/* detail terminu */
.search.date .discount:not(:empty) {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
}
.search.date .lm:not(:empty), .search.date .fm:not(:empty) {
  left: unset;
  right: 0;
  background-color: #9f76b4;
  color: #fff;
}
.search.date .text-box .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.search.date .date {
  color: #9f76b4;
  font-size: 19px;
  margin: 28px 0;
}
.search.date .date-id {
  font-size: 14px;
}
.search.date a.favourites-links {
  background-image: none;
  font-size: 14px;
  color: #585858;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
  padding: 10px;
  margin: 20px 5px;
  display: inline-block;
}
.search.date a.favourites-links::after {
  content: '\e927';
  font-family: cesys3 !important;
  color: #9f76b4;
  margin-left: 10px;
}
.trip-detail th {
  color: #9f76b4;
  font-size: 16px;
  text-transform: uppercase;
}


.trip-detail tbody > tr {

  break-inside: avoid;
  display: block;
}

@media screen and (min-width: 680px){

  .trip-detail tbody {

    column-count: 2;
    display: block;
  }
}


/** grid terminy */
.ui-jqgrid tr.jqgrow {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
#grid-box div {width: 100% !important; padding: 0; }
#grid-box table {width: 100% !important; }
#grid-box table thead {display: none !important; }
.ui-state-default {border: none !important; }
.ui-widget {padding-top: 15px; border: 0 none; }
.ui-jqgrid .ui-jqgrid-hdiv th span {display: none; }
.ui-widget-content .ui-state-default {background: transparent; }
.ui-jqgrid .ui-jqgrid-hdiv #grid_accommodation_id, 
.ui-jqgrid .ui-jqgrid-hdiv #grid_link {display: none; }
.ui-jqgrid .ui-jqgrid-hdiv th .ui-sort-ltr {top: 16px; right: 10%; }

#grid-box table#grid {border-spacing:0 5px; border-collapse: separate; }
#grid-box table#grid tr:nth-child(odd) {background: #fff; }
#grid-box table#grid td { height:45px;background-color:none !important;font-size:14px;text-align:left !important;}
#grid-box table#grid td[aria-describedby="grid_date_from"]:before {
  content: '\e924';font-family: 'cesys3' !important; color: #9f76b4; padding: 0 6px 0 20px; font-size: 18px; }
#grid-box table#grid td[aria-describedby="grid_boarding_id"]:before {
  content: '\e951';font-family: 'cesys3' !important; color: #9f76b4; padding-right: 6px; font-size: 18px; }
#grid-box table#grid td[aria-describedby="grid_transport_id"] img {width: 12px; height: auto; margin-right: 5px; }
#grid-box table#grid td[aria-describedby="grid_last_minute"] img {
  width: auto; height: 34px; }
#grid-box table#grid td[aria-describedby="grid_price"] {padding:0 0 0 0; text-align: right !important; }
#grid-box table#grid td[aria-describedby="grid_price"] strong {
  display:inline-block;width:90px; line-height:34px; background-color:#9f76b4;color:#fff;
  font-weight:bold !important;text-align:center; }
#grid-box table#grid td:nth-child(7), #grid-box table#grid td:last-child {
  width: 0 !important; padding: 0 !important; border: none; }
#grid-box table#grid td[aria-describedby="grid_link"] a {
  position: absolute; z-index: 3; left: 0; right: 0; height: 45px; margin-top: -22px; 
  display: block; color: transparent !important; background: none !important; }
#grid-box table#grid tr:hover {background: rgba(159, 118, 180, 0.2); }
#grid-box table#grid tr:hover td {background-color: none !important; }
@media screen and (max-width:680px){
  #grid-box table#grid tr{position:relative; padding: 10px 0; border:none !important;}
  #grid-box table#grid tr:hover td{background:none !important; }
  #grid-box table#grid td{
    display:inline-block;width:50% !important;margin:0;padding-left:15px;height:25px;
    background-color:none !important;border:none;} 
  #grid-box table#grid td[aria-describedby="grid_date_from"]:before {padding-left: 0; }
  #grid-box table#grid td[aria-describedby="grid_last_minute"] {width: 65px !important; height: 35px; } 
  #grid-box table#grid td[aria-describedby="grid_price"] {height: 35px; text-align: left !important; }  
}
#grid-box table#grid td[aria-describedby="grid_price"] .red {
  display: none;
}
.search.hotel span.price {
  font-size: 16px;
  padding: 0 5px;
  margin: 5px 0;
}

#grid-box #pager{height:70px;}
#pager_center {width: 100% !important; padding-top: 30px;  }
td#pager_left, td#first_pager, td[dir="ltr"], td#last_pager,td#pager_right, td.ui-pg-button.ui-state-disabled,
td#last_traffics-pager,td#first_traffics-pager,
td#next_pager span, td#prev_pager span,td#next_traffics-pager span,td#prev_traffics-pager span{display:none;}
#grid-box #pager td#next_pager, #grid-box #pager td#prev_pager, 
td#next_traffics-pager, td#prev_traffics-pager {
  width:50% !important; height:40px !important; position:relative; padding:0 !important; border:none !important; 
  opacity:1; border-radius:0px; background:#9f76b4 !important; }
#grid-box #pager td#prev_pager, td#prev_traffics-pager{border-right: 1px solid #fff !important; }
#grid-box #pager td#next_pager:hover, #grid-box #pager td#prev_pager:hover, 
td#next_traffics-pager:hover, td#prev_traffics-pager:hover {background:#555 !important}
#grid-box #pager td#next_pager::before, td#next_traffics-pager::before {
  position:absolute; display:block; content:'\000BB'; width:100%; top:0px; line-height:30px;
  color:#fff !important; text-align:center; font-size:43px; }
#grid-box #pager td#prev_pager:before,td#prev_traffics-pager:before {
  position:absolute; display:block; content:'\000BB'; top:10px; width:100%; line-height:30px; transform:rotate(180deg);
  color:#fff; text-align:center; font-size:43px; }


/* schranka zajezdu */
.default-floatbox-design {
  position: fixed !important;
  top: 45px !important;
  right: -165px !important;
  left: inherit !important;
  z-index: 10000;
  margin-left: auto !important;
  transition: all 300ms ease-in-out;
  background: #122766;
}.default-floatbox-design::before {font-family: 'cesys3' !important;content: "\e956";position: absolute;left: 7px;bottom: 15px;font-size: 20px;color:  #9f76b4;}
.default-floatbox-design:hover {right: 0px !important}
.floatbox .floatbox-content {padding: 15px 35px; color: #000 !important;}
.floatbox .floatbox-content a {
  color: #000;
}
.floatbox .floatbox-content strong {
  padding-right: 10px;
}


/* objednavka */
.section.service{
  display: none;
}
label[for=fi-dm], select#fi-dm{
  display: none !important;
}

.bd-term .btn,.bd-term .order-form .new-submit {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 12px auto;
  display: block;
  padding: 10px;
  border: 0;
  cursor: pointer;
  background: #9f76b4;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.bd-term .btn span{
  display: block;
  text-transform: none;
}

button.btnMonth {
  background: #9f76b4;
  border: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 7px 11px;
  cursor: pointer;
}
button.btnMonth.active {
  background: #181818;
  color: #fff;
}
.local-booking-form .box .box-header,
.local-booking-form .section-header{
  background: #fff !important;
  color: #9f76b4;
  font-weight: 400 !important;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.17);
  margin: 5px;
}


@media only screen and (max-width: 960px) {7
  .hp-slider {
    display: none;
  }
  label.show-menu {
    background: #9f76b4;
    height: 44px;
    font-size: 22px;
  }
  #head {
    position: static;
    padding-top: 60px;
    height: 200px;
  }
  .head-contact .phone {
    background: #9f76b4;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
  }
  .head-contact .phone a {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    padding-top: 4px;
  }
  #head img {
    max-width: 100%;
  }
  .head-contact .icon {
    position: relative;
    top: -23px;
  }
  #master {
    margin-top: 0;
    padding: 0;
  }
  .hp-maska .input {
    width: 50% !important;
  }
  .hp-maska .input.sm-ds {
    width: 100% !important;
  }
  .hp-maska form {
    padding-bottom: 70px;
  }
  .extended-search-link {
    left: 10px;
    bottom: 0;
    top: unset;
  }
  .hp-maska .submit {
    top: unset;
    bottom: 5px;
    left: 120px;
  }
  .price {
    width: auto;
  }
  .nlt .text.left {
    font-size: 30px;
  }
  .nlt .nlt-source {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ft .row::before {
    max-width: 100%;
    background-size: 90%;
    background-position: 10px 37%;
    background-repeat: no-repeat;
  }
  /* menu */
  ul.nav.superfish {
    background-color: #9f76b4;
    opacity: 0.95;
  }
  #menu li {
    margin: 40px 0;
  }
  #menu li a {
    background: transparent;
    font-size: 30px;
    font-weight: 400;
  }
  #menu li:hover a {
    background: #fff;
    color: #000;
  }
  #menu li a:hover {
    color: #000000;
    font-weight: 500;
    box-shadow: 0 8px 15px 1px rgba(1, 1, 1, 0.19);
  }
  .sort-by {
    font-size: 25px;
  }
}


@media only screen and (max-width: 680px) {
  .search.hotel .row .col-xs-6:nth-child(3) {
    display: none;
  }
  .search.hotel .row .col-xs-6:nth-child(1) {
    padding-left: 0 !important;
    margin-bottom: 10px;
  }
  .search.hotel .row .col-xs-6:nth-child(2) {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }

}


@media only screen and (max-width: 620px) {
  .location-area .country a {
    display: block;
    width: 100%;
  } 
  .location-area .country span.count-accommodations, .location-area .country span.min-price {
    width: 50%;
    display: block;
  }

}



@media only screen and (max-width: 400px) {
  .dates-table-simple, .dates-table-simple tbody {
    display: block;
    width: 100%;
  }
  .dates-table-simple tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .dates-table-simple td {
    width: 50% !important;
    display: block;
    border-right: 0;
    flex-basis: 50% !important;
    text-align: left !important;
  }
  .dates-table-simple {
    height: auto;
  }

}

/* 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;}
.default-sidebox-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-sidebox-design .cd-content{background-image:none;}
.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;}
.default-design .cd-icon{background-image:none;height:0px;width:0px;}
.default-design .cd-content{background-image:none;}
.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;}
.contentsideboxes-view-2{}
.contentsideboxes-view-2 .cd-title{display:block;min-height:22px;_height:22px;background-color:#f2755a;color:#ffffff;font-size:11px;text-transform:uppercase;}
.contentsideboxes-view-2 .cd-icon{background-image:url("/11066/uploads/fs_images/contentdesignimagesets/2/palma_12_o.gif");height:21px;width:21px;}
.contentsideboxes-view-2 .cd-content{background-color:#ffffff;background-image:none;color:#364A90;}
.contentsideboxes-view-2 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.contentsideboxes-view-2 .cd-icon-footer{background-image:none;height:0px;width:0px;}
.contentsideboxes-view-3{}
.contentsideboxes-view-3 .cd-title{display:block;min-height:22px;_height:22px;background-color:#1d8bb7;background-image:none;background-repeat:repeat-x;color:#ffffff;font-size:12px;text-transform:uppercase;}
.contentsideboxes-view-3 .cd-icon{background-image:none;height:0px;width:0px;}
.contentsideboxes-view-3 .cd-content{height:182px;background-color:#ffffff;background-image:url("/11066/uploads/fs_images/contentdesignimagesets/7/world-globe-copy_69_o.jpg");color:#0c551e;}
.contentsideboxes-view-3 .cd-footer{display:none;min-height:0px;_height:0px;background-color:#3B9AD7;background-image:none;color:#ffffff;}
.contentsideboxes-view-3 .cd-icon-footer{background-image:none;height:0px;width:0px;}
/* content design - off */