fieldset {
    border: 0;
}

input {
    outline: 0 none;
}

.b-globalnav {
    background: url(../images/global/s-globalnav__bg.png) repeat-x #ffc265 0 top;
    margin: 0 -20px;
}

.b-globalnav, .b-globalnav ul, .b-globalnav li, .b-globalnav a {
    height: 52px;
}

.b-globalnav ul {
    display: block;
    float: left;
/*    overflow: hidden;*/
    width: 970px;
}

.b-globalnav li {
    background: url(../images/global/s-globalnav__bg-tile.png) no-repeat right -52px;

    display: block;
    padding: 0 18px 0 0;
    float: left;
    max-width: 200px;

    position: relative;
    z-index: 2;
}

.b-globalnav a {
    color: #7f4323;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 231, 202, .68);

    display: block;
    padding: 0 9px 0 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-globalsearch {
    float: right;
    height: 27px;
    padding: 14px 20px 11px;
    position: relative;
    width: 270px;
}

.b-globalsearch form {
    margin: 0; /* bootstrap margin remove */
}

.b-globalsearch input:focus, /* old styles rewrite */
.b-globalsearch input {
    border-radius: 3px!important;
    border: 0 none!important;
    background: #ffdda3!important;
    box-shadow: inset 0 1px 2px rgba(161, 86, 0, .65), 0 1px 0 rgba(255, 255, 255, .82)!important;

    font-size: 14px!important;
    color: #4d2610!important;
    line-height: 1em!important;

    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    height: 26px!important;
    padding: 3px 25px 0 7px!important;
    width: 100%!important;
}

.b-globalsearch__submit {
    cursor: pointer;
    border: 0 none;
    background-color: transparent;

    padding: 8px 8px 5px 5px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    width: 12px;
    height: 13px;

    position: absolute;
    top: 14px;
    right: 20px;
}

.b-globalsearch__submit i {
    background: url(../images/global/s-globalnav__bg-tile.png) no-repeat right bottom;

    display: block;
    height: 13px;
    width: 12px;
}

.b-globalnav li:hover,
.b-globalnav .active {
    background: url(../images/global/s-globalnav__bg-tile.png) repeat-x right top;
    z-index: 1;
}

.b-globalnav li:hover a,
.b-globalnav .active a {
    background: url(../images/global/s-globalnav__bg.png) repeat-x 0 bottom;
    color: #fff!important;
    text-shadow: 0 1px rgba(238, 41, 12, .57);
    margin-left: -18px;
    padding-left: 32px;
}

/* TODO: remove this styles later */
.b-globalnav li:first-child:hover a,
.b-globalnav .active:first-child a {
    margin-left: 0;
    padding-left: 14px;
}

.b-globalnav li.disabled:hover a {
    background: none;
    color: #7f4323!important;
    cursor: default;
    text-shadow: 0 1px rgba(255, 231, 202, .68);
    margin-left: 0;
    padding-left: 14px;
}

.b-globalnav li.disabled:hover {
    background: url(../images/global/s-globalnav__bg-tile.png) no-repeat right -52px;
    position: relative;
    z-index: 2;
}

.b-globalnav__tooltip {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    display: none;
    padding: 5px 10px;

    position: absolute;
    bottom: -30px;
    left: 0;

    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    white-space: nowrap;
}

.b-globalnav li.disabled:hover .b-globalnav__tooltip {
    display: inline-block;
}
/* END TODO */


































.b-services, .b-services-search, .b-services-map {
    height: 375px;
}

.b-services {
    background: url(../images/global/b-services__bg.png) no-repeat #baddf2;
    margin: 0 auto;
    width: 1280px;
}

.b-services-search {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 20px 20px 0 30px;
    width: 359px;

    color: #fff;
    text-shadow: 0 1px 0 rgba(42, 52, 56, .47);
}

.b-services-map {
    float: right;
    width: 921px
}

.b-services-search label {
    display: inline-block;

    line-height: 1em;

    margin: 0 0 7px;
}

.b-services-search label.checkbox span {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 0 rgba(42, 52, 56, .47);
}

.b-services-search input[type="text"] {
    border-radius: 3px;
    border: 1px solid rgba(28, 33, 35, .85);
    box-shadow: inset 0 1px 4px rgba(53, 41, 0, .29);

    color: #585858;
    font-size: 13px;

    height: 27px;
    padding: 1px 7px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*George CSS*/
.b-services-search select.b-services-search__destination-input {
    border-radius: 3px;
    border: 1px solid rgba(28, 33, 35, .85);
}

.b-services-search__destination label {
    font-size: 16px;
    font-weight: 700;
}

.b-services-search fieldset {
    margin: 0 0 17px;
}

.b-services-search-housing fieldset, .b-services-search-tour fieldset {
    margin: 0 0 13px;
}

.b-services-search__destination-input,
.h-services-search__date input {
    width: 100%;
}

.h-services-search__date {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 142px;
}

.h-services-search__date:last-child {
    margin: 0;
}

.b-services-search__persons label,
.h-services-search__date label {
    font-size: 13px;
    font-weight: 700;
}

.h-services-search__price {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 142px;    
    position: relative;
}
.h-services-search__price input {
    width: 60%;
}
.h-services-search__price span.currency-symbol {
    position: absolute;
    left: 48%;
    top: 25px;
    font-size: 16px;
    color: #333;
}
.b-services-search-tour fieldset button {
    margin-top: 5px;
}

.date-input {
    position: relative;
}

.date-input input {
    text-align: center;
    padding-right: 26px!important;
    position: relative;
    z-index: 20;
}

.date-input .ui-datepicker-trigger {
    background: url(../images/global/s-services-search__icons.png) no-repeat 2px 2px;
    cursor: pointer;
    font-size: 0;

    border: 0 none;
    display: block;
    float: none;
    height: 25px;
    margin: 0;
    width: 25px;

    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 21;
}

.b-services-search__price-range {
    background: url(../images/global/b-services-search__price-border.png) repeat-x 0 100%;
    padding: 0 0 5px;
}

.b-services-search__price-range legend {
    background: url(../images/global/b-services-search__price-legend-bg.png) no-repeat 0 17px;
    border: 0 none;

    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1em;
    text-align: center;

    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.b-services-search__price-range > div {
    float: left;
}

.b-services-search__price-range > div:last-child {
    margin: 0;
}

.b-services-search__price-input {
    width: 71px;
}

.b-services-search__price-input label {
    font-size: 11px;
    font-style: italic;
    text-align: center;
}

.b-services-search__price-input input {
    height: 22px!important;
}

.b-services-search__price-input label,
.b-services-search__price-input input {
    text-align: center;
    width: 100%;
}

.h-services-search__price-slider {
    margin: 0 7px 0 10px;
    width: 150px;
}

.c-services-search__price-slider {
    background-color: #e8a749;
    border-radius: 3px;
    border-top: 1px solid #567c96;
    border-bottom: 1px solid #8ea7b9;
    box-shadow: inset 0 1px 1px rgba(166, 91, 2, .8);

    height: 3px;
    margin-top: 8px;
}

.c-services-search__price-slider .ui-slider-range {
    background-color: #607a7b;
    box-shadow: inset 0 1px 1px #435458;

    height: 3px;
}

.c-services-search__price-slider .ui-slider-handle {
    background: url(../images/global/s-services-search__icons.png) no-repeat 3px -24px;

    top: -5px;
    height: 17px;
    width: 14px;

    cursor: ew-resize;
    outline: 0 none;
}

.c-services-search__price-slider .ui-slider-handle:hover {
    background-position: 3px -41px;
}

.b-services-search__price-slider-scale ul {
    display: block;
    list-style: none;
    position: relative;
    width: 100%;
    height: 6px;
    margin: 9px 0 0 -2px;
}

.b-services-search__price-slider-scale ul li {
    position: absolute;
    top: 0;
    width: 1px;
    display: block;
    height: 6px;
    background-color: #8baabd;
}

.b-services-search__price-slider-scale ul li:nth-child(1) {left: 0;}
.b-services-search__price-slider-scale ul li:nth-child(2) {left: 25%;}
.b-services-search__price-slider-scale ul li:nth-child(3) {left: 50%;}
.b-services-search__price-slider-scale ul li:nth-child(4) {left: 75%;}
.b-services-search__price-slider-scale ul li:nth-child(5) {left: 100%;}

.b-services-search__currency {
    padding: 5px 0 0;
    text-align: center;
}

.b-services-search__currency label {
    font-size: 12px;
}

.c-services-search__select {
    display: inline-block;
    position: relative;
    color: #425059;
    text-shadow: 0 1px 0 #fff;
}

.c-services-search__select select {
    width: auto; /* remove twitter bootstrap select wisth */
}

.c-services-search__select .h-select {
    height: 0;
    overflow: hidden;
}

.b-services-search__select {
    height: 14px;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 19px 0 8px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin: 0 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), inset 0 1px 0 #fff;
    border: 1px solid rgba(28, 33, 35, .75);

    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #feffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #feffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #feffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #feffff 0%,#efefef 100%);
    background-size: 100% 100%;
}

.b-services-search__select::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    right: 6px;
    border: 4px solid rgba(255, 255, 255, 0.01);
    border-top-color: rgba(111, 111, 111, .7);
}

.b-services-search__select:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 1px 0 #fff;
    border: 1px solid rgba(28, 33, 35, .85);

    background: #fcfcfc;
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#d6d6d6));
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%);
    background: -o-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%);
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#d6d6d6 100%);
    background: linear-gradient(to bottom,  #fcfcfc 0%,#d6d6d6 100%);
}

.b-services-search__select:hover::after {
    border-top-color: rgba(111, 111, 111, 1);
}

.b-services-search__select.active {
    background: #d6d6d6;
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#fcfcfc 100%);
    background: -o-linear-gradient(top,  #d6d6d6 0%,#fcfcfc 100%);
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#fcfcfc 100%);
    background: linear-gradient(to bottom,  #d6d6d6 0%,#fcfcfc 100%);

}

.b-services-search__select.active::after {
    border-top-color: rgba(111, 111, 111, .01);
    border-bottom-color: rgba(111, 111, 111, 1);
    top: 4px;
}

.b-services-search__list {
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    display: none;
    left: 4px;
    padding: 2px 0;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    max-width: 150px;
    min-width: 40px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 2;
}

.b-services-search__list span {
    font-size: 1.1em;
}

.b-services-search__list li {
    cursor: pointer;
    padding: 3px 14px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b-services-search__list li + li {
    border-top: 1px solid #ced9e1;
}

.b-services-search__list li:hover,
.b-services-search__list li.selected {
    background-color: #fff;
}

.b-services-search__persons {

}

.b-services-search__persons label {
    width: 100%;
}

.b-services-search__persons-children,
.b-services-search__persons-adult {
    display: inline-block;
    height: 23px;
    margin: 0 5px 0 0;
}

.b-services-search__persons-adult {
    background: url(../images/global/s-services-search__icons.png) no-repeat 0 -112px;
    padding: 5px 0 0 11px;
}

.b-services-search__persons-children {
    background: url(../images/global/s-services-search__icons.png) no-repeat 0 -72px;
    padding: 5px 0 0 14px;
}

.button {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: none;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-services-search__find {
    background-color: rgba(35, 54, 65, .2);
    border-radius: 4px;
    padding: 4px;
    float: right;
}

.b-services-search__find span {
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #585858;
    text-shadow: 0 1px 0 #fff;
    line-height: 1em;
    padding: 11px 21px;

    box-shadow: 0 1px 3px rgba(0, 0, 0, .41);

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 19%, #f0f0f0 74%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#ffffff), color-stop(74%,#f0f0f0), color-stop(100%,#e1e1e1));
    background: -webkit-linear-gradient(top, #ffffff 19%,#f0f0f0 74%,#e1e1e1 100%);
    background: -o-linear-gradient(top, #ffffff 19%,#f0f0f0 74%,#e1e1e1 100%);
    background: -ms-linear-gradient(top, #ffffff 19%,#f0f0f0 74%,#e1e1e1 100%);
    background: linear-gradient(to bottom, #ffffff 19%,#f0f0f0 74%,#e1e1e1 100%);
}

.b-services-search__find:hover span {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #f9f9f9 19%, #e0e0e0 74%, #d1d1d1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#f9f9f9), color-stop(74%,#e0e0e0), color-stop(100%,#d1d1d1));
    background: -webkit-linear-gradient(top,  #f9f9f9 19%,#e0e0e0 74%,#d1d1d1 100%);
    background: -o-linear-gradient(top,  #f9f9f9 19%,#e0e0e0 74%,#d1d1d1 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 19%,#e0e0e0 74%,#d1d1d1 100%);
    background: linear-gradient(to bottom,  #f9f9f9 19%,#e0e0e0 74%,#d1d1d1 100%);
}

.b-services-search__find:active span {
    border: 1px solid #494949;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #d3d3d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d3d3d3));
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#d3d3d3 100%);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .5);
    color: #4e4e4e;
    padding: 11px 20px 9px;
}

/* call center */
.b-call-center {
    text-align: center;
    margin: 10px 0 0;
}

.b-call-center__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    text-transform: none;
    margin: 5px 0;
}

.b-call-center__substrate {
    /*background: url(../images/global/s-call-center.png) 11px -155px no-repeat;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    max-height: 60px;
    /*padding: 15px 0 5px;*/
    padding: 6px;
}
.b-call-center__substrate span.prelabel {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 20px;
}
.b-call-center__skype-chat,
.b-call-center__skype-call {

    background: url(../images/global/s-call-center.png) no-repeat 100% 0;

    border-radius: 15px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    display: inline-block;
    height: 34px;
    margin: 0 5px;
    padding: 0 16px 0 0;

    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

.b-call-center__skype-chat span,
.b-call-center__skype-call span {
    background: url(../images/global/s-call-center.png) no-repeat 0 0;
    display: inline-block;
    height: 100%;
    line-height: 34px;
    padding: 0 0 0 5px;
}

.b-call-center__skype-chat {
    background-position: 100% -70px;
}

.b-call-center__skype-chat span {
    background-position: 0 -70px;
}

.b-call-center__skype-chat:hover,
.b-call-center__skype-call:hover {
    background-position: 100% -35px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    color: #fff!important;
}

.b-call-center__skype-chat:hover span,
.b-call-center__skype-call:hover span {
    background-position: 0 -35px;
}

.b-call-center__skype-chat:hover {
    background-position: 100% -105px;
}

.b-call-center__skype-chat:hover span {
    background-position: 0 -105px;
}

.b-call-center__skype-chat i,
.b-call-center__skype-call i {
    background: url(../images/global/s-call-center.png) 100% -145px;
    display: inline-block;
    height: 20px;
    margin: 0 7px;
    vertical-align: middle;
    width: 21px;
}

.b-call-center__skype-chat i {
    background-position: 100% -166px;
}

/*  */
.b-services-search__booking-form,
.b-services-search__booking-form fieldset {
    margin-bottom: 0;
}



/*==============
  SERVICE MAP
==============*/

.h-services-map {
    background: url(../images/global/b-services-map.png) no-repeat 240px 85px;

    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.b-services-map__item {
    font-size: 11px;

    display: block;
    height: 135px;
    position: absolute;
    width: 135px;
}

.b-services-map__item a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.b-services-map__text {
    color: #5778ff;
    font-size: 1.2em;
    font-weight: 700;
    text-shadow: 0 1px rgba(255, 255, 255, .67);
}

.b-services-map__item a:hover .b-services-map__text {
    color: #5778ff!important;
    text-decoration: underline;
}

.b-services-map__item.hotels {
    top: 44px;
    left: 177px;
}
.b-services-map__item.tours {
    top: -2px;
    left: 396px;
}
.b-services-map__item.housing {
    top: -8px;
    left: 594px;
}
.b-services-map__item.guides {
    top: 40px;
    left: 744px;
}
.b-services-map__item.world {
    top: 122px;
    left: 445px;
}

.b-services-map__marker {
    height: 120px;
    position: relative;
}

.b-services-map__marker-body {
    background: url(../images/global/b-services-map__marker-body.png) 0 0 no-repeat;
    height: 84px;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
    width: 50px;
}

.b-services-map__marker-shadow {
    background: url(../images/global/b-services-map__marker-shadow.png) 50% 0 no-repeat;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.b-services-map__item.hotels .b-services-map__marker-body {
    background-position: -5px 100%;
}
.b-services-map__item.tours .b-services-map__marker-body {
    background-position: -60px 100%;
}
.b-services-map__item.housing .b-services-map__marker-body {
    background-position: -170px 100%;
}
.b-services-map__item.guides .b-services-map__marker-body {
    background-position: -225px 100%;
}
.b-services-map__item.world .b-services-map__marker-body {
    background-position: -115px 100%;
}

.b-services-map__item.active .b-services-map__text,
.b-services-map__item.active a:hover .b-services-map__text {
    color: #ff6231!important;
}

.b-services-map__item.active.hotels .b-services-map__marker-body {
    background-position: -5px -4px;
}
.b-services-map__item.active.tours .b-services-map__marker-body {
    background-position: -60px -5px;
}
.b-services-map__item.active.housing .b-services-map__marker-body {
    background-position: -170px -4px;
}
.b-services-map__item.active.guides .b-services-map__marker-body {
    background-position: -225px -4px;
}
.b-services-map__item.active.world .b-services-map__marker-body {
    background-position: -115px -4px;
}

.h-services-search__persons {
    display: inline-block;
    margin: 0 20px 0 0;
    width: 142px;
    position: relative;
}
.h-services-search__persons select {
    width: 100%;
}
.b-services-search-villas fieldset button.b-services-search__find {
    margin-top: 7px;
}
.villas-geo-label {
    line-height: 2.1em;
    font-size: 13px;
    font-weight: 700;
}