@import url(/css/defaults.css);
@import url(/css/dev/flags.css);
@import url(/css/stars.css);
@import url(/css/paginator3000.css);

@import url(/css/page404.css);
@import url(/css/sitemap.css);

body {
    margin: 16px 0px 0px 0px;
    font: normal 12px verdana;
    color: #222;
}

div.selectedLang, div#langSelect ul li {
    height:24px;
}

.strong {
    font-weight: bold;
}

.round3 {
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

p {
    margin-bottom: 8px;
    text-align: justify;
}

h1 a, h1 a:hover {
    color: #2682a8;
    text-decoration: none;
}

h1[id^="header"] {
    color: #2682a8;
    text-shadow: 1px 1px #ccc;
}

h1[id="headerSearchBox"] {
    color: #a82d04;
    text-shadow: 1px 1px #eaeaea;
}

h2 {
    font: bold 16px verdana;
}

div.pageHeader {
    margin-top: 8px;
    padding-left: 14px;
}

div.blockHeader {
    margin: 0px 0px 8px 0px;
    color: #333;
    border-bottom: 1px ridge #ccc;
    text-shadow: 1px 1px #fff;
}

a {
    color: #cc3300;
    text-decoration: none;
}

a:hover {
    color: #cc3300;
    text-decoration: underline;
}

.clear {
    clear: both;
}

div.modules {
    width: 962px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    border: 0px;
    background: none;
}

/* Top */

div.top {
    position: relative;
    width: 962px;
    height: 151px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
    border-bottom: 1px #fff solid;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;  -webkit-border-radius: 4px 4px 4px 4px;
    background: url(/images/bg_top.jpg);
    z-index: 1;
}

div.logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.logoText {
    position: absolute;
    top: 127px;
    left: 0px;
    width: 953px;
    height: 18px;
    padding: 3px 0px 3px 9px;
    font: bold 13px arial;
    font-style: italic;
    color: #fff;
    background: #cc3300;
}

div.topLineWrap {
    position: relative;
    width: auto;
    padding: 12px 12px 0px 0px;
    text-align: right;
    float: right;
}

div.selectedLang {
    position: relative;
    display: block;
    width: auto;
    height: 14px;
    padding: 4px 6px 4px 8px;
    background: #fff;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;  -webkit-border-radius: 4px 4px 4px 4px;
    float: left;
}
div.selectedLang  span {
    display: block;
    float: left;
}

div.selectedLang  span.dropDownButton {
    width: 17px;
    height: 17px;
    margin-left: 6px;
    background: url(../images/btn_dd.png) 0px 0px no-repeat;
}

div#langSelect {
    display: none;
    position: absolute;
    width: 110px;
    top: 24px;
    left: 0px;
    overflow: hidden;
}

div#langSelect ul{
    list-style: none;
    margin: 0px 0px 0px auto;
    padding: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;  -webkit-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}

div#langSelect  ul  :last-child {
    border-bottom: none;
}

div#langSelect ul li {
    position: relative;
    display: block;
    height: 16px;
    margin: 0px;
    padding: 4px 8px 4px 8px;
    text-align: left;
    border-bottom: 1px solid #eee;
    vertical-align: bottom;
}

/* Middle */

div.middle {
    width: 962px;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    z-index: 0;
}

div.middle table {
    width: 100%;
    height: auto;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
}

div.middle table td {
    text-align: left;
    vertical-align: top;
    border: 0px;
    padding: 0px;
}


.youFound {
    text-shadow: 2px 2px 3px #eeeeee;
}

div#topDestinations {
    position: relative;
    width: 474px;
    height: 217px;
    margin: 0px 0px 0px 12px;
    padding-top: 12px;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px;  -webkit-border-radius: 4px 4px 4px 4px;
    background: #eeeeee;
}

div#tdCities {
    width: 100%;
    height: auto;
    float: left;
}

div#tdCities ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div#tdCities ul li {
    position: relative;
    display: block;
    width: 25%;
    height: 16px;
    margin: 0px 0px 3px 12px;
    padding: 0px 0px 0px 0px;
    vertical-align: bottom;
    float: left;
    overflow: hidden;
}

div#showAllCities {
    position: absolute;
    top: 202px;
    left: 12px;
    width: 462px;
    text-align: left;
}

div#showAllCities a {
    font-weight: bold;
}

/* Search */

div.searchBoxWrap {
    width: 100%;
}

div.searchBox {
    position: relative;
    width: 474px;
    height: 325px;
    margin: 12px auto 0 auto;
    border: 1px #ffcc00 solid;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
}

div.searchBoxTop {
    width: 100%;
    height: 48px;
    border-bottom: 1px #ffcc00 solid;
}

div.paramsArea {
    padding: 12px;
}

div.searchBoxTop span {
    display: block;
    padding: 8px 0px 0px 12px;
}

.ui-autocomplete {
    max-height: 208px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.ui-autocomplete  li {
    text-align: left;
}

.ui-autocomplete-loading {
    background: white url('/images/jquery-ui/ui-anim_basic_16x16.gif') right center no-repeat;
    background: none !important;
}

label {
    display: block;
    margin: 8px 0px 0px 2px;
    font: bold 16px verdana;
}

div.searchBox input#destination {
    width: 442px;
    height: 24px;
    margin-top: 4px;
    padding-left: 4px;
    font-size: 16px;
    color: #333;
    background: #fcfad3;
    border: 1px #ccc solid;
}

div.searchFormStars input {
    float: left;
}

div.searchFormStars label {
    padding-left: 24px;
}

div.searchFormStarsCheckBoxWrap {
    width: 80px;
}

div.searchFormButtonWrap {
    position: absolute;
    top: 275px;
    left: 14px;
    width: 446px;
    text-align: right;
}

button.searchFormButton {
    cursor: pointer;
    width: 110px;
    height: 36px;
    font: normal 19px verdana;
    color: #ffffff;
    border: none;
    border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;
    background: url(/images/btn_search.png);
}

button.searchFormButton span {
    display: block;
    margin-top: -4px;
}

button.searchFormButton:hover {
    background: url(/images/btn_search_over.png);
}

/* Work area */

td#workArea {
    position: relative;
}

/* Associated box */

div#associatedBox {
    position: relative;
    width: 226px;
    padding: 12px;
    background: #eeeeee;
    border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px;
    float: left;
}

div#ab_hotels_map {
    overflow: hidden;
}

div#ab_hotels_map_canvas {
    width: 100%;
    height: 300px;
}

div#ab_searchBoxSmall form {

}

div#ab_searchBoxSmall, div#ab_filter {
    margin-bottom: 12px;
}

div#ab_searchBoxSmall form, div#ab_filter form {
    padding: 2px 12px 12px 12px;
    border: 1px #ccc solid;
    background: #fff;
}

div#ab_searchBoxSmall label, div#ab_filter label {
    font-size: 13px;
}

div#ab_searchBoxSmall form input {
    width: 194px;
    height: 20px;
    margin: 4px 0px 12px 0px;
    padding-left: 4px;
    color: #333;
    background: #fcfad3;
    border: 1px #ccc solid;
}

div#ab_searchBoxSmall form div.buttonWrap {
    width: 100%;
    text-align: center;
}

/* Hotels list panel*/

div#hotelsListPanel {
    position: relative;
    background: #c6dde1;
    border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    overflow: hidden;
}

/* Hotels order */

#hotelsOrderForm {
    display: none;
}

#hotelsOrder {
    width: auto;
}

#hotelsOrderHeader {
    height: 25px;
    margin-right: 7px;
    padding: 7px 8px 0px 8px;
    text-align: center;
    font: normal 14px verdana;
    color: #fff;
    background: url(/images/bg_order.png) repeat-x;
    float: left;
}

#hotelsOrder ul {
    list-style: none;
    margin: 7px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
}

#hotelsOrder ul li {
    position: relative;
    margin: 0px 7px 0px 0px;
    padding: 0px;
    float: left;
}

#hotelsOrder ul li span {
    display: table-cell;
    padding: 2px 4px 3px 4px;
    background: #eeeeee;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#hotelsOrder ul li span.selected {
    background: #fafcfc;
}

#hotelsOrder ul li a:hover {
    text-decoration: none;
}

#hotelsOrder ul li span:hover {
    background: #fff;
}


/* Info box */

div.infoBox, div.infoBoxS1, div.infoBoxS2, div.infoBoxS3 {
    position: relative;
    width: 936px;
    height: auto;
    margin-top: 12px;
    padding: 12px;
    background: #eee;
    border: 1px #b5492c solid;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

div.infoBoxS1 {
    width: 962px;
    padding: 0px;
    border: none;
    background-color: #fff;
}

div.infoBoxS2 {
    width: 604px;
    text-shadow: 1px 1px #fff;
    border-radius: 4px 0px 0px 4px; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px;
    float: left;
}

div.infoBoxS3 {
    width: 307px;
    border: 1px #ecb7a6 solid;
    border-left: none;
    background-color: #fff;
    border-radius: 0px 4px 4px 0px; -moz-border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px;
    float: left;
}

div.infoBoxS1  .blockHeader {
    padding-left: 13px;
}


/* Statistics */

div.infoBoxS3  .header {
    font-weight: bold;
}

div.infoBoxS3 ul {
    list-style: none;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

div.infoBoxS3 ul li {
    height: 16px;
    margin: 0px 0px 2px 4px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

div.infoBoxS3 span.c1 {
    color: #165f19;
    padding-right: 4px;
}

/* Top destinations list */

div#tdList {
    position: relative;
    width: 1000px;
    height: 158px;
}

div#tdList  ul {
    position: absolute;
    list-style: none;
    margin: 0px 0px 0px 12px;
    padding: 0px;
    overflow: hidden;
}

div#tdList  ul li {
    position: relative;
    display: block;
    width: 100px;
    margin: 0px 39px 0px 0px;
    padding: 0px;
    vertical-align: bottom;
    float: left;
}

div#tdList  ul li span {
    display: block;
    overflow: hidden;
}

div#tdList  ul li .city_name {
    width: 120px;
    margin-bottom: 4px;
    font: bold 16px verdana;
}

div#tdList  ul li  .city_photo {
    width: 100px;
    margin-bottom: 4px;
}

div#tdList  ul li .city_country {
    width: 120px;
    margin: 2px 0px 2px 0px;
    overflow: hidden;
}

div#tdList  ul li .city_country span.city_country_name {
    width: 1000px;
}

/* Hotels list */

div#hotelsList  ul {
    width: 1000px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

div#hotelsList ul li {
    position: relative;
    display: block;
    width: 682px;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    margin: 0px 0px 12px 0px;
    vertical-align: top;
    border-bottom: 1px #ffb301 dashed;
    float: left;
}

div#hotelsList  ul  :last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

div#hotelsList  ul li  .hotel_class {
    position: absolute;
    top: 0px;
    left: 9px;
    display: block;
    margin-bottom: 4px;
}

div#hotelsList  ul li  .hotel_name {
    width: 420px;
    height: 20px;
    margin: 0px 0px 4px 92px;
    overflow: hidden;
}

div#hotelsList  ul li  .hotel_photo {
    width: 80px;
    height: 80px;
    float: left;
}

div#hotelsList  ul li  .hotel_photo  img {
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

div#hotelsList  ul li  .hotel_desc {
    display: block;
    width: 420px;
    height: 65px;
    margin: 0px 0px 4px 92px;
    text-align: justify;
    text-shadow: 1px 1px #fff;
    overflow: hidden;
}

div#hotelsList  ul li  .hotel_address {
    position: absolute;
    top: 87px;
    left: 92px;
    width: 420px;
    height: 16px;
    text-align: left;
    overflow: hidden;
}

div#hotelsList  ul li  .hotel_book_block {
    position: absolute;
    top: 0px;
    left: 512px;
    width: 180px;
}

div#hotelsList  ul li  .hotel_extrainfo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 16px;
    text-align: center;
}

div#hotelsList  ul li  .hotel_book {
    width: 100%;
    text-align: center;
}

div#hotelsList  ul li  .hotel_book  span.btn_wrap {
    display: block;
    margin-top: 44px;
}

div#hotelsList  ul li  .hotel_book  span.btn {
    padding: 4px 8px 4px 8px;
    font: bold 14px verdana;
    text-align: center;
    border: 2px #ffb301 solid;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    background: #faf0c7;
}

div#hotelsList  ul li  .hotel_book  a:hover {
    text-decoration: none;
}

div#hotelsList  ul li  .hotel_book  a:hover span.btn {
    border: 2px #cc3300 solid;
}

div#hotelsList  ul li  .hotel_moreinfo {
    position: absolute;
    top: 87px;
    left: 0px;
    width: 100%;
    height: 16px;
    text-align: center;
}

div#hotelsList  ul li  .hotel_details_top {
    width: 684px;
    height: 29px;
    margin: 0px 0px 0px 0px;
}

div#hotelsList  ul li  .hotel_details_extrainfo {
    position: relative;
    width: 504px;
    height: 22px;
    margin: 4px 0px 0px 0px;
    overflow: hidden;
    float: left;
}

div#hotelsList  ul li  .hotel_details_extrainfo  div {
    float: left;
    margin-left: 8px;
    overflow: hidden;
}

div#hotelsList  ul li  div.hotel_details_stars {
    position: absolute;
    top: 1px;
    left: -8px;
    overflow: hidden;
}

div#hotelsList  ul li  div.hotel_details_price, div#hotelsList  ul li  div.hotel_details_rooms, div#hotelsList  ul li  div.hotel_details_ranking {
    padding: 3px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

div#hotelsList  ul li  div.hotel_details_price {
    margin-left: 74px;
    border: 1px #0e9129 solid;
}

div#hotelsList  ul li  div.hotel_details_rooms {
    border: 1px #2682a8 solid;
}

div#hotelsList  ul li  div.hotel_details_ranking {
    border: 1px #ffb301 solid;
}

div#hotelsList  ul li  [class^="m"] {
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    overflow: hidden;
    background: #fff;
}

div#hotelsList  ul li  div.hotel_details_price  span.m1, div#hotelsList  ul li  div.hotel_details_rooms  span.m1, div#hotelsList  ul li  div.hotel_details_ranking  span.m1 {
    background: #0e9129;
    color: #fff;
    border-radius: 1px 0 0 1px; -moz-border-radius: 0 1px 0 0 1px; -webkit-border-radius: 1px 0 0 1px;
}

div#hotelsList  ul li  div.hotel_details_price  span.m2 {
    background: #bbd5c0;
}

div#hotelsList  ul li  div.hotel_details_price  span.m3, div#hotelsList  ul li  div.hotel_details_rooms  span.m2 , div#hotelsList  ul li  div.hotel_details_ranking  span.m2  {
    border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0;
}

div#hotelsList  ul li  div.hotel_details_rooms  span.m1 {
    background: #2682a8;
}

div#hotelsList  ul li  div.hotel_details_ranking  span.m1 {
    background: #ffb301;
}

div#hotelsList  ul li  .hotel_details_book_block {
    margin-left: 504px;
    width: 180px;
    height: 29px;
}

div#hotelsList  ul li  .hotel_details_book_block   span.btn_wrap {
    display: block;
    margin-top: 0px;
    padding: 6px;
}

div#hotelsList  ul li  .hotel_details_middle {
    width: 100%;
    height: auto;
    border: 0px;
    margin-top: 12px;
    padding: 0px;
    border-collapse: collapse;
}

div#hotelsList  ul li  .hotel_details_photo {
    width: 300px;
    margin: 0px 6px 0px 0px;
    float: left;
}

div#hotelsList  ul li  .hotel_details_photo span {
    display: block;
    height: 18px;
    margin: 0px;
    padding: 7px 8px 4px 8px;
    text-align: right;
    background: #fff;
}

div#hotelsList  ul li  .hotel_details_desc {
    width: 372px;
    margin: 0px 0px 0px 6px;
    float: left;
}

div#hotelsList  ul li  .hotel_details_desc span.text {
    display: block;
    text-align: justify;
    text-shadow: 1px 1px #fff;
}

div#hotelsList  ul li  .hotel_details_desc span.link{
    display: block;
    text-align: left;
    margin-top: 4px;
}

div#hotelsList  ul li  .hotel_details_bottom {
    position: relative;
    width: 684px;
    margin: 14px 0px 0px 0px;
}

div#hotelsList  ul li  .hotel_details_address  {
    margin: 0 0 4px 0;
}

div#hotel_map_canvas {
    width: 100%;
    height: 600px;
    margin: 0px 0px 0px 0px;
    border: 1px #fff solid;
    float: left;
}

div#hotelsList  ul li  .hotel_details_bottom_book_block {
    position: relative;
    width: 684px;
    height: 29px;
    margin-top: 12px;
    float: left;
}

div#hotelsList  ul li  .hotel_details_bottom_book_block   span.btn_wrap {
    display: block;
    margin-top: 6px;
}

/* Bottom */

div.bottom {
    position: relative;
    width: 962px;
    height: 48px;
    margin: 48px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font: normal 11px verdana;
    text-align: right;
    overflow: hidden;
}

div.bottomSpace {
    width: 962px;
    height: 16px;
    background-color: #ffffff;
}

/* Extra */

div.place_desc_text {
    font-size: 10px;
}

div.place_desc_text p {
    text-align: justify;
}


/* for Articles Pages /articles */
div#article a img {
    margin: 8px 6px;
}
div#article h1 {
    font-size: large;
    font-weight: bold;
}
div#article h2 {
    font-size: medium;
    font-weight: bold;
}
div#article h3 {
    font-weight: bold;
}

#hotelsPages li{
    display: block;
    float: left;
    padding: 5px;
    margin: 0px 10px 0px 10px;
}
#hotelsPages li > b{
    background: #FF6C24;
    padding: 5px;
}
#hotelsPages li b > a{color: #ffffff;}










/* NEW STYLES */
.breadcrumbs-divider {
    padding-left:5px;
    padding-right:5px;
}
#breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}
#breadcrumbs a {
    color: #2682A8;
}
.breadcrumb-hotel-name {
    color: #222;
    cursor:default;
}
.breadcrumb-hotel-name:hover {
    text-decoration:none;
}
.title {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 24px;
}
.category-description {
    height: 63px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1.4;
}
.category-description.opened {
    height: auto;
}
#desc-anchor {
    float: right;
    margin-right: 10px;
    margin-bottom: 5px;
}
#desc-anchor i {
    padding-left:6px;
    padding-right:6px;
}
.category-description.opened #desc-anchor {
    bottom: 7px;
    background: none;
    top:auto;
}
.sorter {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sorter-inner li{
    list-style: none;
    float: right;
    padding-left: 14px;
    font-size: 12px;
}
.sorter-wrapper {
    padding-right:0px;
}
.sorter-title {
    float:left;
    font-size:12px;
    font-weight:bold;
}
.hotel-item-wrapper {
    list-style: none;
    padding: 5px;
}
.hotel-item-wrapper::after, .hotel-item-wrapper::after {
    content:'';
    display:block;
    clear:both;
}
.hotel-item-left {
    width:40%;

    margin-left:5px;
    margin-top:10px;

    text-align:center;

    float: left;
    padding-right: 8px;

}
/*
.hotel-item-image img {
    height:80px;
}
*/
.hotel-item {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 250px;
}
.hotel-item::after {
    content:'';
    display:block;
    clear:both;
}
.hotels-grid-wrapper {
    padding:0px;
    margin-top:8px;
}
.hotel-item-stat {
    margin-top: 15px;
    position: relative;
    min-height:61px;
}
.hotel-item-right {
    float: left;
    width: 56%;
    margin-top: 5px;
}
.hotel-item-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    min-height: 41px;
    max-height: 41px;
    overflow: hidden;
}
.hotel-item-stars span {
    float:left;
}
.hotel-item-left div p span:last-child {
    float:right;
    color: #cc3300;
}
.stars {
    margin-top:-2px;
}
.hotel-item-desc {
    height: 126px;
    padding-top:7px;
    overflow: hidden;
    font-size:11px;
    margin-top:2px;
}
.hotel-item-stars {
    margin-top: 23px;
}
.hotel-item-actions {
    margin-top: 38px;
}
.hotel-item-actions a{
    border: 2px solid #cc3300;
    padding: 5px 0px;
    float: right;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #cc3300;
    color: #ffffff;

    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.owl-carousel .owl-item img{
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.hotel-item-actions a:hover {
    color: #cc3300;
    background-color: #ffffff;
    text-decoration:none;
}
.paginationBot {
    margin-top:15px;
    border-top:1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
}
#hotelsPages::after, #hotelsPages ul::after, .paginationBot::after{
    content:'';
    display:block;
    clear:both;
}
.stars-filter {
    background-color: #f4f4f4;
    padding: 10px;
    /*margin-top: 15px;*/
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 220px;
}
.stars-filter label {
    text-align:center;
}
.filter-submit {
    border: 2px solid #cc3300;
    padding: 5px 20px;
    width: 73%;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #cc3300;
    color: #ffffff;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin-top: 10px;
    cursor:pointer;
}
.filter-submit:hover {
    color: #cc3300;
    background-color: #ffffff;
    text-decoration:none;
}
.sidebar-price-filter {
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 200px;
}
.sidebar-price-filter label {
    text-align:center;
}
.fsPar {
    margin-top: 25px;
}
#slider-price-filter {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    margin-top: 15px;
}
#input-psmin, #input-psmax {
    width: 80px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 2px 4px;
}
.price-from-input {
    float:left;
}
.price-to-input {
    float:right;
}
.fsPar::after{
    content:'';
    display:block;
    clear:both;
}
.price-filter-submit {
    margin-left: 4%;
    margin-top: 33px;
}
.popular-banner::after {
    content:'';
    display:block;
    clear:both;
}
.popular-banner-wrapper {
    overflow:hidden;
    /*margin-top:90px;*/
}
.popular-banner-wrapper label {
    text-align: center;
    padding: 6px;
}
.popular-banner .hotel-item-stars {
    margin-top: 33px !important;
}
.popular-banner .hotel-item-actions {
    margin-top: 37px !important;
}
.popular-banner .hotel-item-actions a {
    font-size:10px !important;
}
.popular-banner .hotel-item {
    height: 195px !important;
    margin-bottom:15px;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
}
.hotels-on-map-label {
    float:left;
    width:100%;
    display:none;
}
.hotels-on-map-label h3 {
    font-size: 18px;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: auto;
}
.resetfilter {
    text-align:center;
    margin-top:15px;
    cursor:pointer;
}
.resetfilter i {
    padding-right:5px;
}
.popular-banner .hotel-item-stat span{
    float:right;
    font-weight:bold;
}
.popular-banner .hotel-item-actions a {
    padding: 5px;
}
.sorter-inner::after, .sorter-inner ul::after, .main-popular-item-bottom a div::after {
    content:'';
    display:block;
    clear:both;
}
ul {
    padding-left:0px;
}
.city_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.main-popular-item-top, .main-popular-item-bottom {
    text-align:center;
}
.flag {
    text-align: center;
}
.language-navbar .flag::before {
    margin-left: 0px;
}
.language-navbar li a span:last-child {
    margin-left:20px;
}
.language-switcher {
    width:140px;
}
.dropdown-menu>li>a {
    font-size:12px;
}
.dropdown-menu {
    min-width:140px;
    max-width:140px;
}
.language-switcher .flag::before {
    margin-left: -14px;
}
.dropdown-menu li a span:last-child {
    margin-left:8px;
}
.dropdown-toggle .flag::before {
    margin-left: -8px;
}
.lswlink {
    margin-left: 14px;
}
div.gm-style div div div > div:first-child {
    /*transform:scale(.85);*/
}
.hotel-image img {
    width:100%;
}
.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hotel-title {
    /*float:left;*/
    font-size:22px;
}
.hotel-starz {
    /*float:right;*/
    margin-top:15px;
}
.hotel-starz .stars {
    margin-top:4px;
}
.hotel-page-block-top {
    padding-bottom:15px;
    padding-top: 10px;
}
.hotel-map-wrapper {
    padding-top: 30px;
}
.hotel-item-stat p, .hotel-description-fields p {
    position: relative;
    overflow: hidden;
    padding-top: 2px;
    font-size: 1em;
    width: 90%;
    min-height:18px;
}
.hotel-item-stat p {
    width:100%;
}
.hotel-item-stat .type, .hotel-description-fields .type {
    float: left;
    padding-right: 3px;
    overflow: hidden;
    background: white;
    position: relative;
    z-index: 1;
    font-size:12px;
    text-transform: capitalize;
}
.hotel-item-stat .dots, .hotel-description-fields .dots {
    position: absolute;
    left: 0px;
    color: #bbbbbb;
    overflow: hidden;
    clear: both;
    width: 100%;
    z-index: 0;
    font-weight: 100;
    border-bottom: 1px dotted #bbbbbb;
    bottom: 1px;
}
.hotel-item-stat .value, .hotel-description-fields .value {
    position: absolute;
    right: 0px;
    font-size: 14px;
    margin-top: -2px;
    background: white;
    font-weight:bold;
}
.hotel-description {
    min-height:60px;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.4;
}
.hotel-address-label {
    font-weight:bold;
    padding-bottom:15px;
}
.hotel_address {
    padding-bottom:15px;
}
.hotel_address a {
    margin-left:20px;
}
.hotel-actions {
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.hotel-actions a {
    border: 2px solid #cc3300;
    padding: 5px 20px;
    float: right;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #cc3300;
    color: #ffffff;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}
.hotel-actions a:hover {
    color: #cc3300;
    background-color: #ffffff;
    text-decoration: none;
}
.hotel-page-block-middle, .hotel-page-block-middle > div {
    height:160px;
}
.hotel-show-all-params {
    position: absolute;
    width: 100%;
    bottom: 8px;
}
.similar-hotels-carousel {
    overflow:hidden;
}
.similar-hotels-carousel::after {
    content:'';
    display:block;
    clear:both;
}
.similar-hotels-wrapper {
    padding-top:30px;
    padding-bottom:30px;
    width:100%;
    min-height: 332px;
    opacity: 0;
    float:left;
}
.similar-hotels-wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}
.similar-hotels-carousel .owl-item {
    padding: 5px;
}
.similar-hotels-carousel .hotel-item-actions a {
    padding: 5px 0px;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #91665b;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
    cursor:pointer;
}
.owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 #da3009;
    opacity: 0.7;
}
.owl-wrapper-outer::after {
    content:'';
    display:block;
    clear:both;
}
.owl-pagination {
    text-align:center;
}
.popular-banner-wrapper label {
    padding-bottom:14px;
}
.similar-hotels-carousel .hotel-item {
    height:195px;
}











.owl-nav {
    position: absolute;
    width: 100%;
    margin-top: -160px;
    color: #222;
}
.owl-prev {
    float:left;
    cursor:pointer;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin-left: -30px !important;
    opacity: .5;
}
.owl-next {
    float:right;
    cursor:pointer;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    margin-right: -30px !important;
    opacity: .5;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000 !important;
    margin: 5px;
    padding: 4px 7px;
    background: none !important;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 60px !important;
}

.owl-prev:hover, .owl-next:hover {
    opacity:1;
}
.similar-hotels-carousel {
    overflow: visible;
}
.owl-stage-outer {
    z-index: 1;
}
/*
.similar-hotels-carousel .owl-wrapper-outer {
    width: 98%;
    margin-left: 2%;
    overflow: hidden;
}
.owl-wrapper-outer {
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
}

*/






section h3 {
    text-align: center;
}
.digits-waypoint-wrapper {
    text-align: center;
}
.digits-waypoint-wrapper h4 {
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 22px;
}
.digits-waypoint-wrapper span {
    font-size: 34px;
    font-weight: bold;
}
#home-popular-list .owl-wrapper-outer {
    overflow:hidden;
}
.main-pahe-phsas {
    float:left;
}
.main-pahe-phsas p {
    padding-left: 20px;
    font-size:11px;
}
.main-pahe-phsas::before {
    margin-left: -20px;
}
#home-popular-list .hotel-item-left {
    width:43%;
}
#home-popular-list .owl-item {
    padding:5px;
}
.hotel-item-actions.hotel-item-bot::after {
    content:'';
    display:block;
    clear:both;
}
.hotel-item-actions.hotel-item-bot {
    margin-top:15px;
    float: left;
    width: 90%;
    margin-left: 5%;
}
#home-popular-list .hotel-item {
    height:145px;
    margin-bottom:20px;
}
#tdCities .flag{
    margin-left: 20px;
}

#home-popular-list .hotel-item-right {
    width:52%;
}
.hotel-item-desc p {
    color:#777;
}
.similar-hotels-carousel .hotel-item-stars {
    margin-top:33px;
}
body::after {
    content:'';
    display:block;
    clear:both;
}
.header {
    background-color: #f8f8f8;
}
.navbar-default {
    border:none;
}
.hotel-map-wrapper::after {
    content:'';
    display:block;
    clear:both;
}
.hotel-page-block-middle::after, .hotel-page-block-top::after {
    content: '';
    display:block;
    clear:both;
}
.footer-bot {
    text-align:center;
}
.search-form {
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}
.search-form::after {
    content:'';
    display:block;
    clear:both;
}
.search-form p{
    font-size: 18px;
    padding: 5px;
    padding-left:15px;
    float:left;
}
.noRes p {
    padding: 5px;
    padding-left: 15px;
    font-size: 10px;
}
.search-form input {
    padding: 4px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #bbb;
}
.search-form select option {
    font-size: 11px;
}
.searchCountry input, .searchCountry select, .searchCity input, .searchCity select {
    width:90%;
    margin-left:5%;
}
.searchCity select {
    width:95%;
    margin-left:2.5%;
}
#countrySelect, #citySelect {
    height: 114px;
    margin-top:-1px;
    overflow:auto;
    outline:none;
    overflow-x:hidden;
}
.searchCountry input, .searchCity input {
    border-radius:4px 4px 0px 0px;
}
.priceHomeFilter .price-from-input {
    font-size: 14px;
    padding-left: 0px;
}
.priceHomeFilter .price-to-input {
    font-size: 14px;
    padding-left: 0px;
    float:right;
}
.starsHomeFilter #starsFilter, .priceHomeFilter #priceFilter {
    width: 90%;
    margin-left:5%;
}
.adoClearfix::after{
    content:'';
    display:block;
    clear:both;
}
.all-filter-submit {
    width:50%;
    left:25%;
}
.homeFilterSubmitWrapper {
    min-height:46px;
}
.starsHomeFilter .sidebar-price-filter, .priceHomeFilter .sidebar-price-filter {
    height:180px;
}
.navbar {
    margin-bottom:0px !important;
}
div.selectedLang, div#langSelect ul li {
    height:24px;
}
body{
    margin:0;
}
div.searchBox, div#topDestinations{
    width:auto;
}
div#tdCities ul li {
    text-align:left;
}
div#tdCities ul li a {
    padding-left:6px;
}
div.searchBox input#destination, div.searchFormButtonWrap {
    width:420px;
}
div.infoBoxS1, div#tdList {
    width: 100%;
}
div#tdList {
    height: auto;
    padding-top:30px;
}
div#tdList  ul {
    width:100%;
}
div#tdList  ul li {
    margin:0px 25px 0px 0px;
}
#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-item{
    float:left;
}
.navbar.navbar-default.navbar-static-top {
    padding:15px;
}
.navbar-brand {
    padding:0px;
}
.navbar-brand img {
    height: 44px;
    margin-top: 3px;
    margin-left: 3px;
}


.sekcia {
    padding-top:30px;
    padding-bottom:30px;
}
h3 {
    font-size: 34px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.hotels-listing h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.hotels-listing .topdesc p {
    text-indent: 28px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.sekcia.graybg {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.sekcia.whitebg {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.about-text {
    padding-top:30px;
    padding-left:15px;
    padding-right:15px;
}
.counters-content {
    padding-top:30px;
}
.footer {
    padding-top:30px;
    padding-bottom:30px;
}
.item a{
    float:left;
}
.item a span{
    float:left;
    width:100%;
}
.city_country{
    float:left;
}
.header-freehotels-default {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);

    border-bottom:1px solid #999;

    background-color: rgba(26, 35, 80, 0.7);
}
#full-width-slider .owl-controls {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -30px;
    z-index:1;
}
.navbar-default .navbar-nav>li>a {
    color: #fdfdfd !important;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ff6600 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: rgba(255, 255, 255, 0.7);
}
.footer {
    -webkit-box-shadow: inset 0px 3px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 3px 8px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 3px 8px 0px rgba(0,0,0,0.5);

    background-color: rgb(50, 59, 103);
}
.footer-copyright {
    color: #fdfdfd !important;
}
.sitemap-wrapper {
    margin-top:50px;
}
.minheight {
    min-height:800px;
}
.sitemap-wrapper h1 {
    padding: 15px;
    font-size: 18px;
    color: #222;
}
.home-slider-text {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    display: block;
}
.home-slider-label text {
    width:100%;
    float:left;
}
.home-slider-label {
    font-size:54px;
    color: #fdfdfd !important;
    text-align: center;

    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.home-slider-label text {
    text-shadow: 1px 4px 6px rgba(0, 0, 0, .7);
}
.home-slider-text {
    opacity:1;
}

.home-slider-anchor:visited, .home-slider-anchor:focus {
    color: #cc3300;
    text-decoration:none;
}
.home-slider-anchor {
    font-size:32px;
    text-transform: uppercase;

    -webkit-transition-duration: .2s;
    transition-duration: .2s;

    text-shadow: 0px 0px 15px rgb(255, 255, 255), 0px 0px 10px rgb(255, 255, 255), 0px 0px 8px rgb(255, 255, 255), -1px -1px 3px rgb(255, 255, 255), -1px 1px 3px rgb(255, 255, 255), 1px -1px 3px rgb(255, 255, 255), 1px 1px 3px rgb(255, 255, 255);
}
.home-slider-anchor:hover {
    text-decoration:none;
    color: rgba(255, 255, 255, 0.71);
    text-shadow: 0px 0px 10px rgb(255, 255, 255), 0px 0px 15px rgb(255, 255, 255), -5px -5px 10px rgb(255, 255, 255), -5px 5px 10px rgb(255, 255, 255), 5px -5px 10px rgb(255, 255, 255), 5px 5px 10px rgb(255, 255, 255);
}
.home-slider-anchor i {
    width: 100%;
    font-size: 60px;
}
.full-width-slider-item {
    position:relative;
}
.hotel-home-autocomplete {
    width:100%;
}
.search-form .labelp {
    width:100%;
}
.noRes {
    position: absolute;
    z-index: 2;
    background: white;
    border: 1px solid #aaa;
    border-radius: 0px 0px 2px 2px;
    width: 95%;
    margin-top: -1px;
}
.ui-state-focus {
    background: none !important;
    border: none !important;
    font-weight: inherit !important;
}
.ui-autocomplete {
    max-height:320px !important;
}
#slider {
    /*height:600px;*/
    width:100%;
}
.home-slider-loader {
    width: 100%;
    height: 600px;
    position: absolute;
}
.home-slider-loader i {
    font-size: 80px;
    left: 50%;
    position: absolute;
    margin-left: -40px;
    top: 50%;
    margin-top:-40px;
}
.hotels-listing, .hotel-page {
    margin-top: 80px;
    /*margin-bottom: 30px;*/
}

#topDestinations {
    height: 467px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3) !important;
    background-color: #f4f4f4 !important;
}
#home-popular-list .owl-nav {
    margin-top: -138px !important;
}
div#sitePromo {
    width:100%;
    margin:0px;
    padding-left:15px;
    padding-right:15px;
    padding-top:30px;
}
.stars-filter::after, #priceFilter::after, sidebar-elem-wrapper::after {
    content:'';
    display:block;
    clear:both;
}
.hotels-grid::after, .hotels-grid ul::after {
    content:'';
    display:block;
    clear:both;
}
.popular-banner .hotel-item-left, .similar-hotels-carousel .hotel-item-left {
    width:47%;
}
.popular-banner .hotel-item-right, .similar-hotels-carousel .hotel-item-right {
    width:47%;
}
.popular-banner .hotel-item-title, .similar-hotels-carousel .hotel-item-title {
    min-height:41px;
    max-height:41px;
    text-align:center;
}
.popular-banner .hotel-item-title h2, .similar-hotels-carousel .hotel-item-title h2 {
    padding: 3px 5px;
}


.similar-hotels-carousel .hotel-item-actions {
    margin-top:35px;
}

#topBlock h3 {
    width: 90%;
    padding-top: 15px;
}
#home-popular-list .owl-item {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.home-popular-country {
    border: 1px solid #ddd;
    width: 93%;
    margin-left: 3%;
    padding: 10px;
    border-radius: 4px;
}
.home-popular-country-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.home-popular-towns {
    padding-top: 15px;
}

.home-popular-towns::after {
    content:'';
    display:block;
    clear:both;
}
.home-popular-town {
    width:33.333%;
    float:left;
}
.home-popular-town .hotel-item-title {
    text-align:center;
    min-height:auto !important;
    max-height:31px !important;
}
.home-popular-town .hotel-item-title a{
    font-size:14px;
}
.home-popular-town .hotel-item-stat {
    text-align:center;
    margin-top:5px;
    margin-bottom:10px;
}
#topBlock h3 {
    padding-bottom: 0px;
    border: none;
}
.hotel-item-stars span {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.full-width-slider-item {
    background-image: url(../images/homepageslider/home-image.jpg);
    height: 600px;
    background-size: cover;
    background-attachment: fixed;
}
.popular-banner .hotel-item-title a, .similar-hotels-carousel .hotel-item-title a {
    font-size:14px;
}
.popular-banner {
    opacity:0;
}
.mobile-hotel-image {
    text-align:center;
}
.home-popular-town .hotel-item-title {
    border-bottom:none !important;
    max-height: 41px !important;
    min-height: 41px !important;
}

.popitemdiv, .popitem {
    padding: 5px;
}
.popular-banner .owl-item {
    padding:5px;
}
.ui-menu-item {
    border-bottom: 1px solid #bbb !important;
}
.ui-menu-item:last-child {
    border-bottom: none !important;
}
.hotel-title-autocomplete {
    font-weight:bold;
}
.hotel-desc-autocomplete {
    font-size: 12px;
    color: #777;
}
a:hover a .hotel-desc-autocomplete {
    color: #cc6600;
}
.ui-menu-item a:hover {
    background-color: rgba(0,0,0,0.1);
}
.category-description p {
    margin-bottom:0 !important;
}
.hotel-item-image img {
    max-width:100%;
    max-height:100%;
}
.counters-content::after {
    display:block;
    clear:both;
    content:'';
}