﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,700italic&subset=latin,cyrillic);

html, body, div, ul, ul > li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #71B0CD;
    color: #FFFFFF;
    text-shadow: none;
}

p + p {
  margin: 12px 0;
}

a {
  color:#0b5499;
}
a:hover {
  text-decoration: none;
}

strong, b {
    font-weight: bold;
}

em {
    font-style: italic;
}

table {
 border-collapse: collapse; 
}

.tdata {
    margin: 10px 0;
}

.tdata tr:first-child {
    background-color: #D2D2D2;
    font-weight: bold;
}

.tdata tr:first-child:hover {
    background-color: #D2D2D2;
}

.tdata tbody tr:hover {
    background-color: #EDECEC;
}

.tdata th, .tdata td {
    border: 1px solid;
    padding: 4px 10px;
}

.tdata th {
    font-weight: bold;
}

input[type=checkbox] {
/*    float: left;*/
    margin-right: 10px; 
}

input, textarea, .list > ul {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width:100%;
  height:100%;
}

/*html {
  overflow-y: scroll;
}*/

body {
    font-family: 'Roboto', Arial;
    font-size: 12px;
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1920px;
}

.contentarea {
    clear: both;
    margin: 0 auto;
    width: 980px;
}

.breadcrumbs, .link-all {
    clear: both;
    margin-bottom: 10px;
}

h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 24px;
}

.hidden_block {
	position:absolute !important;
	left:-5000px;
	width: calc( 100% - 380px ) ;
	height:600px;
}

h2 a {
	color:#000;
}

h2 a:hover {
	color:#555;
}

#header {
    position: relative;
}

.topmenu {
    background-color: #636262;
    overflow: hidden;
    padding: 0 2%;
}

.topmenu > li {
    border-right: 1px solid #747474;
    float: left;
    padding: 0 1.6%;
}

.topmenu li.active {
    background-color: #CCC;
}

/*.topmenu li.active {
    background-color: #EF5452;
}*/


/*.topmenu li:first-child {
    padding-left: 0;
}*/

.topmenu li a {
    color: #FFFFFF;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 13px;
}

.topmenu .active > a {
    color: #000;
}

.topmenu li a:hover {
    text-decoration: underline;
}

.topmenu > li > a:first-child {
    position: relative;
}

.topmenu > li:first-child > a:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #636262;
    content: "";
    position: absolute;
    right: -14px;
    top: 17px;
}

li.active> a.submenu_parent:before {
    
  border-top: 6px solid #636262 !important;
    
}

a.submenu_parent:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ccc;
    content: "";
    position: absolute;
    right: -14px;
    top: 17px;
}
#prop-item .topmenu > li:first-child > a:before {
    border-top-color: #ccc;
}

.submenu {
    background-color: #edecec;
    border: 1px solid #636262;
    display: none;
    margin-left: -1.6%;
    position: absolute;
    top: 35px;
    z-index: 5;
}

.submenu-2 {
    left: 100%;
    margin-left: 0;
    margin-top: -35px;
    position: absolute;
    top: inherit;
}

.submenu.submenu-2 > li a {
    padding: 8px 20px;
    width: 140px;
}

.submenu > li a {
    color: #000;
    padding: 8px 30px;
}

.submenu > li a:hover {
    background-color: #d2d2d2;
    text-decoration: none;
}

.topmenu a:hover + ul, .topmenu ul:hover {
    display: block !important;
}

#wrapper {
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 2%;
  padding-bottom: 240px;
}

#main {
    clear: both;
    overflow: hidden;
}

#phones + #main {
    margin-top: 20px;
}

#content {
    clear: both;
    overflow: hidden;
}

#home #logo, #luxury #logo, #special #logo, #tourism #logo, #wedding #logo, #rent_car #logo {
    position: absolute;
    z-index: 1;
}

#logo img {
    padding: 20px 30px 10px;
/*    width: 108px;*/
}

#phones {
    float: right;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* tabs навигация */

#tabs {
    clear: both;
    font-size: 12px;
    margin: 0 0 10px;
}

#tabs > h2 {
    float: right;
/*    min-width: 150px;*/
    width: 14%;    
}

#tabs > h2 {
    border-radius: 6px 6px 0 0;
    border: 1px solid #CCC;
    cursor: pointer;
    display: block;
    line-height: 16px;
    padding: 6px 10px;
    position: relative;
    z-index: 1;
}

#tabs h2 a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}

#tabs h2 span {
    display: block;
    font-weight: normal;
    width:112px;
}

#tabs h2 span:hover {
    color: #555555;
}

#tabs .disabled a, #tabs .disabled span, #tabs .disabled {
    color: #999;
    cursor: default;
}

#tabs .disabled span:hover {
    color: #999;
}

#tabs .tab4 a > span {
  width: 120px;
}

#tabs .tab5 span {
    width: 60px;
}

#tabs > h2, .avl-mheader {
    background-color: #E2E1E1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #F4F3F3),
    color-stop(0.6, #E2E1E1)
  );
  background-image: -o-linear-gradient(bottom, #F4F3F3 0%, #E2E1E1 60%);
  background-image: -moz-linear-gradient(bottom, #F4F3F3 0%, #E2E1E1 60%);
  background-image: -webkit-linear-gradient(bottom, #F4F3F3 0%, #E2E1E1 60%);
  background-image: -ms-linear-gradient(bottom, #F4F3F3 0%, #E2E1E1 60%);
  background-image: linear-gradient(to bottom, #F4F3F3 0%, #E2E1E1 60%);
}

#tabs.tab1 div.tab1, #tabs.tab2 div.tab2, #tabs.tab3 div.tab3, #tabs.tab4 div.tab4, #tabs.tab5 div.tab5 {
    display: inline-block;
}


#tabs > h2.act {
    background-color: #F4F3F3;
    background-image: none;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    position: relative;
    z-index: 3;
	cursor:default;
}

#tabs > h2.act a{
	cursor:default;
}

.tab-content{
    background-color: #F4F3F3;
    color: #000000;
    display: none;
    font-size: 12px;
    left: 0;
    position: relative;
    top: -2px;
    width: 100%;
    z-index: 2;
}

.params {
    border: 1px solid #CCCCCC;
    border-radius: 6px 0 0 6px;
    padding: 20px 4px 32px;
}

.list {
    background-color: #FFFFFF;
    border-radius: 6px;
/*    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;*/
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 1%;
/*    padding-right: 1px;*/
    position: relative;
/*    text-indent: 14px;*/
    width: 18%;
    z-index: 2;
}

.list-title {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: inherit;
    position: relative;
/*    padding-right: 2px;*/
    text-indent: 14px;
    width: 100%;
    z-index: 2;
}

#short .list {
    width: 14%;
} 

.arrows {
    background: url("/app/assets/i/_ctrl.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 15px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 8px;
    z-index: 1;
}

/*.list + .list {
  padding-right: 2px;
}*/

.list > ul {
    background-color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-top: 0;
    display: none;
    padding-top: 8px;
/*    margin-left: -1px;*/
    position: absolute;
    top: 18px;
    width: 100%;
    z-index: -1;
}

.list li span {
    padding: 3px 0 3px 6px;
    display: block;
}

.list li span.act {
    background-color: #b3d1ff;
}

.list > ul ul {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    height: 100%;
    left: 100%;
    margin-top: -1px;
    padding: 0 0 0 14px;
    position: absolute;
    top: 0;
    width: 100%;
}


.cities-list {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    display: none;
    height: 200px;
    max-width: 667px;
    overflow: hidden;
    padding: 12px 0 30px 12px;
    position: absolute;
    top: 28px;
    width: 252%;
}

#short .cities-list {
    max-width: 688px;
    width: 328%;
}

.cities-list:before, .cities-list:after {
    bottom: 4px;
    content: "Region";
    left: 13px;
    position: absolute;
}

.cities-list:after {
    left: 50%;
    content: "Cities";
}

.cities-list ul {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    height: inherit;
    min-width: 196px;
    overflow-y: scroll;
    width: 46%;
}

.cities-list ul ul {
    display: none;
    height: calc(100% - 42px);
    left: 50%;
    margin-top: 2px;
    position: absolute;
    top: 10px;
}

.cities-list li li {
    padding: 0 0 0 6px;
}

.cities-list li li:first-child {
    padding-top: 3px;
}

.list.cities ul li:first-child ul {
    display: block;
}

.list li span:hover {
  background-color: #eee;
}

.min-val, .max-val, .params .date, .adults, input[name="id"] {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 8%;
}

.ext-params .range-slider input {
    width: 6%;
}

.range-slider {
    display: inline;
    margin-right: 1%;
    position: relative;
}

.euro-lbl {
    position: absolute;
    right: -6px;
    top: 0;
}

#short .range-slider input.min-val, #short .range-slider input.max-val {
    min-width: 54px;
    width: 5%;
}

 #relux .min-val, #relux .max-val {
    max-width: 140px;
    width: 9%;
}

#short .ext-params .min-val, #short .ext-params .max-val {
    min-width: auto;
    width: auto;
}

.range {
    display: inline-block;
    height: 3px;
    max-width: 200px;
    min-width: 70px;
    position: relative;
    top: -3px;
    width: 10%;
    z-index: 1;
}

.ru #prop .ext-params .range {
    width: 8%;
}

.min-val {
    margin-right: 6px;
}

.max-val {
    margin-left: 6px;
}

#relux .price-range .range {
    max-width: none;
    width: 14%;
}


.price-lbl {
    /*content: "Price";*/
    font-size: 10px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    top: -20px;
}

.ru .price-lbl {
    margin-left: -24px;
}

.range .ui-slider-range {
    background-color: #525252;
    background-image: none;
    border: 0 none #525252;
    height: 7px;
    position: absolute;
    top: -2px;
}

.range.ui-slider .ui-slider-handle {
    background: url("/app/assets/i/_ctrl.png") no-repeat scroll -8px 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 14px;
    margin-left: -8px;
    position: absolute;
    top: -6px;
    width: 16px;
    z-index: 2;
}

.range.ui-slider .ui-slider-handle + .ui-slider-handle {
    background-position: -26px 0;
    margin-left: -8px;
    top: -5px;
}

.bedrooms {
    display: inline;
    position: relative;
}

.bedrooms > label {
/*    content: "Bedrooms from / to";*/
    font-size: 10px;
    left: 50%;
    margin-left: -46px;
    position: absolute;
    top: -20px;
}

.bedrooms .list {
    display: inline-block;
    margin: 0;
    min-width: 80px;
/*    padding-right: 2px;*/
    text-indent: 0;
    white-space: nowrap;
    width: 10%;
    z-index: 3;
}

#short .bedrooms .list, #short .bedrooms .list {
    width: 8%;
}

#short .bedrooms .list:before {
    right: 2px;
}

#relux .bedrooms .list-title, #prop .bedrooms .list-title {
    text-align: left;
    text-indent: 10px;
}

#relux .params {
    padding-top: 10px;
}

#relux .params > h3 {
    font-weight: normal;
    padding-bottom: 16px;
    padding-left: 2px;
}

.bedrooms .list-title, .ext-params .list-title {
    text-align: left;
    text-indent: 6px;
}

.bedrooms .list > ul {

}

.bedrooms li span {
  padding: 3px 0 3px 4px;
}

.search {
    float: right;
    width: 10%;
}

.search button {
    height: 24px;
    width: 100%;
}

.search button, .submit, .add_tourist_btn, input#book, #add_service_btn, .search.nextstep, .search.сheckout, .subscribe button  {
    background-color: #626262;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #AAAAAA),
      color-stop(0.2, #626262)
    );
    background-image: -o-linear-gradient(bottom, #AAAAAA 0%, #626262 30%);
    background-image: -moz-linear-gradient(bottom, #AAAAAA 0%, #626262 30%);
    background-image: -webkit-linear-gradient(bottom, #AAAAAA 0%, #626262 30%);
    background-image: -ms-linear-gradient(bottom, #AAAAAA 0%, #626262 30%);
    background-image: linear-gradient(to bottom, #AAAAAA 0%, #626262 30%);

    border: 0 none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
}

.search button:hover, .submit:hover, .add_tourist_btn:hover, input#book:hover, #add_service_btn:hover, .subscribe button:hover {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, #AAAAAA),
      color-stop(0.2, #626262)
    );
    background-image: -o-linear-gradient(top, #AAAAAA 0%, #626262 30%);
    background-image: -moz-linear-gradient(top, #AAAAAA 0%, #626262 30%);
    background-image: -webkit-linear-gradient(top, #AAAAAA 0%, #626262 30%);
    background-image: -ms-linear-gradient(top, #AAAAAA 0%, #626262 30%);
    background-image: linear-gradient(to top, #AAAAAA 0%, #626262 30%);
}

/* Расширенные параметры */
.ext-params {
    display: none;
    margin-top: 30px;
    position: relative;
}

.range-slider.to-sea, .range-slider.built {
    margin-left: 54px;
    margin-right: 1%;
    position: relative;
    top: -26px;
}

/* fix status */

.sliders {
    float: left;
    margin-right: 2%;
    width: 40%;
}

/*#prop .range-slider.to-sea, #prop .range-slider.built {
    display: block;
    margin-left: 54px;
    top: 0;
}*/

#prop .range-slider.to-sea {
    margin-bottom: 20px;    
}

.sliders .range {
    max-width: none;
    width: 50%;
}

.sliders .range-slider input {
    width: 20%;
}

#prop .col-1, #prop .col-2 {
    width: 11%;
    min-width: 120px;
}

.ru #prop .col-1, .ru #prop .col-2 {
    min-width: 130px;
}

#prop .range-slider.to-sea, .range-slider.built {
/*    top: -22px;*/
}

.range-slider.built {
    margin-left: 30px;
}

.ru .range-slider.built {
    margin-left: 50px;
}

.range-slider.to-sea .max-val + label {
    font-size: 10px;
    left: auto;
    position: absolute;
    right: -14px;
    top: 0;
}


.sliders .range-slider.to-sea .max-val + label {
    right: 0;
}

.range-slider.to-sea > label {
    /*content: "To sea, m:";*/
    font-size: 10px;
    left: -50px;
    position: absolute;
    top: 0;
}

.ru .range-slider.to-sea > label {
    left: -54px;
}

.sliders .range-slider.to-sea > label, .sliders .range-slider.built label {
    top: 5px;
}

.range-slider.built label {
    /*content: "Built:";*/
    font-size: 10px;
    left: -28px;
    position: absolute;
    top: 0;
}

.ru .range-slider.built label {
    left: -56px;
}

.chk-params {
    display: inline;
}

.col-1, .col-2 {
    display: inline-block;
    width: 14%;
}

#relux .col-1 {
    vertical-align: top;
}

.col-2 {
    vertical-align: top;
}

.col-3 {
    display: inline-block;
    max-width: 276px;
    width: 20%;
}

.chk-params input {
    clear: left;
    float: left;
}

.chk-params label {
    display: block;
    overflow: hidden;
}

.ext-params .list {
    display: inline-block;
    margin: 0 0 0 -2px;
    min-width: 110px;
/*    padding-right: 2px;*/
    position: absolute;
    top: 0;
    width: 9%;
    z-index: 1;
}

#prop .ext-params .list {
    top: 42px;
    min-width: 138px;
}

#prop .ext-params .status {
    top: 0;
    z-index: 2;
}

.ext-params .list > ul {
    width: 100%;
}

.when-added {
    font-size: 10px;
    min-width: 110px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 9%;
}

.adv-search {
    border-bottom: 1px solid;
    bottom: 8px;
    cursor: pointer;
    position: absolute;
    right: 8px;
}

.adv-search:hover {
    border-bottom: 1px solid transparent;
}

#relux .date, #relux .adults {
    margin-right: 1%;
    width: 10%;    
}

#byid .params >form> input {
    display: block;
    float: left;
    text-align: left;
    text-indent: 6px;
    width: 88%;
}


/* Левая панель */

#left {
    float: left;
    margin-bottom: 20px;
/*    max-width: 480px;
    width: 34%;*/
    width: 380px;
}

.subscribe {
    margin-top: 20px;
    overflow: hidden;
}

.subscribe > div {
    margin: 10px 0;
}

.subscribe input, .subscribe textarea {
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #000;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 2px 10px;
    width: 100%;
}

.subscribe button {
    float: right;
    height: 24px;    
}

#items-list {
    height: 557px;
    overflow-y: scroll;
}

#items-list .remove, #popular .remove {
    display: none;
}

#popular {
    margin-bottom: 20px;
}

#popular > h3 {
    font-size: 16px;
}

#popular .category {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    padding: 4px 6px;
    position: absolute;   
}

.item {
    border-bottom: 1px solid #B5B5B5;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.item-img {
    float: left;
    height: 115px;
    margin-right: 4px;
    margin-top: 4px;
    position: relative;
    width: 171px;
    overflow: hidden;
}

.sold {
    display: none;
}

.ready .sold, .sold.spo-price {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    padding-bottom: 4px;
    padding-top: 30px;
    position: absolute;
    right: -34px;
    text-align: center;
    top: -12px;
    transform: rotate(40deg);
    width: 100px;

    -moz-transform:    rotate(40deg);
    -o-transform:      rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform:      rotate(40deg);
    transform: rotate(40deg);
}

.sold.spo-price {
    background-color: #EF2219;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 30px 40px 2px;
    right: -52px;
    top: -16px;
    width: 58px;
}

.item-img > a {
    position: relative;
}

/*.ready .item-img > a:after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100px;
    position: absolute;
    right: -220px;
    top: -50px;
    width: 120px;

    -moz-transform:    rotate(42deg);
    -o-transform:      rotate(42deg);
    -webkit-transform: rotate(-42deg);
    -ms-transform:      rotate(42deg);
    transform: rotate(42deg);
}*/


.item-img img {
    opacity: 0.9;
    display: block;
    width: 171px;
}

.item-img img:hover {
    opacity: 1;
}

.add-to {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 36px;
}

.add-to.added {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -37px 0 rgba(0, 0, 0, 0);
}

.item > h2 {
    font-size: 12px !important;
    font-weight: bold;
    overflow: hidden;
}

.item p {
    font-size: 11px;
    overflow: hidden;
}

.item p a, .item h2 a {
    font-size: 11px;
    color: #000;
    text-decoration:none;

}

.item h2 a {
    font-size: 12px;
}

.item p a:hover, .item h2 a:hover
{
   text-decoration:underline;
}

.item .more {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -90px 0 rgba(0, 0, 0, 0);
    bottom: 10px;
    height: 13px;
    position: absolute;
    width: 18px;
    opacity: .8;
}

.book_link {
    background-color: #DE1B24;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 12px;
    margin-top: 10px;
    padding: 2px 10px;
    text-decoration: none;
}

.loc {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -77px 0 rgba(0, 0, 0, 0);
    bottom: 32px;
    cursor: pointer;
    height: 21px;
    margin-left: 3px;
    opacity: 0.8;
    position: absolute;
    width: 12px;
}



#BFInfoWindow_content .prop-price {
    bottom: 4px;
    font-size: 22px;
    position: absolute;
    right: 6px;
}

.prop-price {
    bottom: 4px;
    font-size: 22px;
    position: absolute;
    right: 6px;
}

.prop-price.spo-price, #BFInfoWindow_content .prop-price.spo-price {
    bottom: 30px;
    color: #D71920;
}

.prop-price.old-price {
    text-decoration: line-through;
}

.price-per-night {
    bottom: 36px;
    font-size: 22px;
    position: absolute;
    right: 6px;
    opacity: .8;
}

.price-per-night > span, .prop-price > span {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.item_price_text {
    font-size: 14px;
}

.loc:hover, #items-list .more:hover, .price-per-night:hover {
    opacity: 1;
}

/*.price-per-night:before {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll right -1px rgba(0, 0, 0, 0);
    content: "";
    height: 32px;
    left: -40px;
    position: absolute;
    top: -2px;
    width: 41px;
}*/

#left .jspDrag {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -126px 0 rgba(0, 0, 0, 0);
}

.sort-results {
    border-bottom: 1px solid #B5B5B5;
    font-size: 11px;
/*    margin-right: 38px;*/
    padding-bottom: 14px;
}

.sort-results .list {
    display: inline-block;
    margin: 0 10px;
/*    padding-right: 2px;*/
    width: 40%;
    z-index: auto;
}

.sort-results .list {
    z-index: 1;
}

.sort-results .list-title {
    border-color: #919090;
}

.invert-up, .invert-down {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -74px -24px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 8px;
    position: relative;
    top: 2px;
    width: 21px;
}

.invert-down {
 /*   background-position: -84px -24px;*/
    
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg);
    transform:rotateX(180deg) rotateY(180deg);

}

.objects_not_found {
    background-color: #F4F3F3;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    font-size: 14px;
    margin: 20px 0;
    padding: 6px 10px;
}

/* map */



.reset-radius {
    color: #000000;
    float: right;
        line-height: 18px;
}

#main-content,  #main-map{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-left: 10px;
}

#main #main-map h1, #main-content h1 {
    float: left;
    font-size: 20px;
    margin: 5px 0;
}

#luxury h1, #wedding h1, #special h1, #tourism h1, #rent_car h1 {
    float: none;
}

#main-content .premap {
    font-size: 12px;
    padding: 20px 10px;
    z-index: 1;
}

/* Main content */

.main {
    background-color: #F6F6F6;
    float: left;
    font-size: 13px;
    padding: 14px 1%;
    width: 50%;
}

#content .main h3 {
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#content .main ul {
    margin: 12px 0;
    padding-left: 40px;    
}

#content .main ul li {
    list-style: disc outside none;
    line-height: 20px;
}

#content .main ol li {
    line-height: 20px;
}

#home .main h2 {
 font-size:16px;
 font-weight: bold;
 margin-bottom:10px;   
}

#home .main p {
    line-height: 24px;
}

#home .main .gallery {
    float: left;
    margin: 8px 20px 0 0;
}

.sec {
    display: block;
    float: right;
    min-width: 450px;
    vertical-align: top;
    width: 47%;
}

.sec > h3, .our-phones > h3, .our-address > h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.our-phones {
    background-color: #EDECEC;
    float: left;
    font-size: 15px;
    height: 208px;
/*    min-width: 180px;*/
    padding: 14px 4%;
    width: 41%;
}

#prop-item .our-phones, #news-page .our-phones {
    font-size: 12px;
    padding: 14px 3%;
    width: 42%;
}

.our-address {
    background-color: #D2D2D2;
    float: right;
    font-size: 12px;
    height: 208px;
  /*  min-width: 180px;*/
    padding: 14px 4%;
    width: 41%;
}

.pop-offers {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.pop-offers > h3 {
    margin: 0;
    padding: 10px 20px 10px 0;
    font-size: 16px;
}

.pop-offers h4 {
    border-bottom: 1px dashed;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 20px 0 0;
}

.offers-list {
    display: none;
    padding: 10px 20px;
}

.offers-list > a {
    color: #000000;
    font-size: 14px;
}

.offers-list .best {
    font-size: 20px;
}

/* Новости */
#news {
    overflow: hidden;
}

#news > h2 {
    font-size: 16px;
}

.item-news {
    display: inline-block;
    margin-left: 2%;
    width: 18%;
    vertical-align: top;
}

.item-news:nth-child(2) {
    margin: 0;
}

.cdate {
    color: #D71920;
    display: block;
    font-size: 10px;
    margin-bottom: 6px;
}

.news-txt {
    font-size: 12px;
}

.news-txt a {
    color: #000000;
}

.news-arch {
    color: #000000;
    float: right;
}

/* footer */

#footer {
    border-bottom: 10px solid #D71920;
    color: #FFFFFF;
    margin-top: -200px;
    overflow: hidden;
    position: relative;
}

#copyright {
    background-color: #444444;
    height: 30px;
    padding-left: 80px;
    padding-top: 10px;
}

#luri {
    bottom: 45px;
    float: left;
    height: 0;
    left: 20px;
    position: relative; 
}

.lang {
    border-left: 1px solid rgba(238, 238, 238, 0.31);
    border-right: 1px solid rgba(238, 238, 238, 0.31);
    cursor: pointer;
    display: inline-block;
    padding: 12px 20px 10px 10px;
    position: absolute;
    right: 20px;
    top: 0;
}

.current {
    display: inline-block;
}

#langlist {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #EEEEEE;
    display: none;
    font-size: 12px;
    position: absolute;
    right: -3px;
    text-align: left;
    top: 40px;
    z-index: 18;
}

#langlist li {
    cursor: pointer;
    list-style: none outside none;
    padding: 10px;
}

#lang {
    cursor: pointer;
    display: none;
}

a#select {
    background: url("/app/assets/i/_select.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 6px;
    left: 12px;
    position: relative;
    top: -3px;
    width: 10px;
}

/* Избранные объекты */

#favorites-block {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.favorites-title {
    background-color: #454545;
    padding: 4px 2%;
}

#favorites-toggler {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
  
}

#favorites-wrap {
    height: 150px;
    margin: 4px 2%;
    width: 96%;
    overflow: hidden;
}

.fav-opened #favorites-wrap {
    display: block;
}

.fav-closed #favorites-wrap {
    display: none;
}

#favorites-block.showen {
    display: block;
}

#favorites {
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

#favorites-block .item {
    background-color: #FFFFFF;
    border: 0 none;
    clear: none;
    display: block;
    float: left;
    height: 120px;
    margin-right: 2px;
    padding: 6px 26px 6px 6px;
    width: 320px;
}

#favorites-block .add-to {
    display: none;
}
#favorites-block .loc {
    display: none;
}
#favorites-block .book_link {
    display: none;
}
#favorites-block .item_price_text {
    display: none;
}

#mess-for, #e_mail {
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}

#results .close, .premap .close {
    cursor: pointer;
    display: block;
    font-size: 24px;
    line-height: 14px;
    position: absolute;
    right: 6px;
    top: 4px;
}

.remove, #book_frame_block .close, .close-calc {
    background-color: #D72820;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 24px;
    line-height: 12px;
    padding: 2px 3px 4px;
    position: absolute;
    right: 4px;
    top: 4px;
}

#results, .premap {
    background-color: #FEFEFE;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-size: 16px;
    margin-left: -140px;
    padding: 24px 10px 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 64px;
    width: 210px;
}

#scrollbar-horiz {
    background-color: #484848;
    bottom: 4px;
    height: 14px;
    position: absolute;
}

.viewport {
    position: relative;
}

#scrollbar-horiz .thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    height: 14px;
    position: absolute;
    text-align: center;
    width: 20px;
}

#items-list .viewport {
/*    height: 557px;*/
    overflow: hidden;
    position: relative;
    width: 360px;
}

#items-list .overview { position: relative; }
#scrollbar-vert {
    display: none;
    float: right;
    padding: 0 10px;
    position: relative;
    width: 14px;
}
#scrollbar-vert .track {
    background-color: #f3f1f2;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;

/*    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #F3F1F2),
        color-stop(1, #C4C4C4)
    );
    background-image: -o-linear-gradient(bottom, #F3F1F2 0%, #C4C4C4 100%);
    background-image: -moz-linear-gradient(bottom, #F3F1F2 0%, #C4C4C4 100%);
    background-image: -webkit-linear-gradient(bottom, #F3F1F2 0%, #C4C4C4 100%);
    background-image: -ms-linear-gradient(bottom, #F3F1F2 0%, #C4C4C4 100%);
    background-image: linear-gradient(to bottom, #F3F1F2 0%, #C4C4C4 100%);*/

}
#scrollbar-vert .thumb {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -113px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 34px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 13px;
}

/* Раздел подробного описания */
/*#main-content h1, #main-map h1 {
    margin-bottom: 20px;
}*/

#tourism #main-content,  #tourism #main-map{
    padding-left: 0;
}

#home #main-content, #home #main-map {
    padding-left: 0;
/*    margin-top: 18px;*/
}

#prop-item .price {
    cursor: pointer;
    clear: both;
}

#prop-item #main-content .to-fav,  #prop-item #main-map .to-fav{
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#prop-item #main-content .to-fav:before, #prop-item #main-map .to-fav:before {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 36px;
    left: -41px;
    position: absolute;
    width: 36px;
}

/*.price {
    background-color: #CB1212;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding: 4px 30px;
    position: absolute;
    right: 0;
    top: 60px;
}*/

.attach {
    margin-bottom: 10px;
    margin-right: 180px;
    overflow: hidden;
}

.pdf-file {
    display: block;
    float: left;
    font-size: 11px;
    margin: 10px 0;
    padding-right: 32px;
    position: relative;
    text-align: right;
    width: 100px;
}

.pdf-file:before {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -132px 0 rgba(0, 0, 0, 0);
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
}

#main-content #gallery {
    clear: both;
    margin: 0 auto;
    width: 576px;
}

#tourism #left, #rent_car #left {
    width: 48%;
}


#tourism #right, #rent_car #right {
    float: right;
    width: 50%;
}

.gallery {
    clear: both;
    margin-bottom: 20px;
}
.gallery p {
    display: inline-block;
}

.gallery p + p {
    margin: 0; 
}

.gallery p > a {
    opacity: 0.9;
    text-decoration: none;
}

.gallery p > a:hover {
    opacity: 1;
}

.gallery img {
    height: 120px;
/*    margin-right: 22px;*/
/*    max-width: 200px;*/
}

/*.gallery img:last-child {
    margin: 0;
}*/

#rent_car .gallery > img {
    height: auto;
    max-height: 240px;
}

.request {
    background-color: #F4F3F3;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 4px 2%;
    overflow: hidden;
}

.request h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.request input, .request textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
    padding: 2px 6px;
    width: 48%;
}

.request input:nth-of-type(2n) {
    float: right;
}

.request textarea {
    height: 80px;
    width: 100%;
}

.request [type="submit"] {
    float: right;
    height: 30px;
    width: 24%
}

.request .list {
    border-radius: 4px;
    height: 24px;
   padding: 0 0 5px;
    width: 100%;
}

.request .list-title {
/*    color: #807F7F;*/
    text-indent: 0;
    width: 100%;
}

/* Описание объекта */

#prop-item #left {
    width: 40%;
}

/* All fix-s */



#prop-item .middleblock {
    float: none;
    overflow: hidden;
    width: auto;
}

#prop-item .content h1, .content h1, #tourism h1, #rent_car h1  {
    font-weight: normal;
    margin-bottom: 17px;
}

#prop-item .content h2 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: bold;
}

#prop-item .content h1 + h2 {
    margin-top: 0;
}

#prop-item .content h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 6px;
}

#prop-item #logo {
    position: inherit;
}

#prop-item .content, #news-page .content {
    font-size: inherit;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#news-page .content {
    max-width: 600px;
}

.content p {
    line-height: 20px;
}

#prop-item .subpages a, #prop-item .block-title, #prop-item .additional, #prop-booking .content {
    font-size: inherit;
}

.spo_table_header {
    width: 570px;
}

.price_table td, .price_table th {
    border: 1px solid #000;
}

.price_table.spo_table th {
    background: none repeat scroll 0 0 #CC0000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.price_table.spo_table td:first-child {
    color: #000;

}

.price_table.spo_table td {
    color: #CC0000;
}

#prop-item .block-title {
    border-bottom: 1px solid;
    color: #CC0000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 4px;
    width: 570px;
}

#prop-booking .block-title {
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
    margin-left: 24px;
}

#prop-booking .block-title:before {
    background-color: #CC0000;
    border-radius: 50%;
    color: #FFFFFF;
    content: "+";
    font-family: arial;
    font-size: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-top: 2px;
    position: absolute;
    text-align: center;
    width: 16px;
}

#prop-booking .properties {
    margin: 0 0 20px;
    width: 600px;
}

#prop-booking .tabcontent {
    margin-top: 30px;
    position: relative;
}

#cprev, #cnext {
    cursor: pointer;
    height: 323px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 30px;
}

#cprev:hover, #cnext:hover {
    opacity: 1;
}

#cprev {
    background: url("/app/site/assets/img/lightbox/prev.png") no-repeat scroll -20px 48% rgba(0, 0, 0, 0);
    left: 0;
}

#cnext {
    background: url("/app/site/assets/img/lightbox/next.png") no-repeat scroll 0 48% rgba(0, 0, 0, 0);
    right: 0;
}

#prop-item .agent {
    border: 2px solid #EDECEC;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

#prop-item .agent > img {
    display: block;
    padding: 10px 10px 0;
    width: 180px;
}

#prop-item .agent-txt b {
    color: #CC0000;
}

#prop-item .agent-txt {
    background-color: #EDECEC;
    padding: 10px;
}

#prop-item .properties, #prop-item .feedback {
    margin-top: 20px;
    overflow: hidden;
    width: 570px;
}

#prop-item .feedback {
    clear: both;
}

#prop-item .wideblock .feedback {
    width: 766px;
}

#prop-item .content .properties .entry, #prop-item .properties .entry {
    width: 274px;
}

#prop-item #photos-wide .photos {
    width: auto;
}

#photos-wide .photos {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#photos-wide .photos .photo-wrapper {
    background-color: transparent;
}

#photos-wide .photos .photo-wrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#photos-wide .photo-wrapper  > table {
    text-align: center;
}

#prop-item #expand {
    margin-top: 10px;
    top: 0;
}

#news-page .more a, #news-page .close a {
    color: #CC0000;
}

#news-page .more, #news-page .close {
    margin-top: 10px;
}

#news-page .newsitem h1 {
    margin: 0;
}

#news-page .content img {
    float: left;
    margin-right: 20px;
}

#prop-item .fav-add {
    background: none;
    position: relative;
}

#prop-item .fav-add span {
    height: 36px;
    line-height: 36px;
}
#prop-item .fav-add.added:before {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll -37px 0 rgba(0, 0, 0, 0);
}

#prop-item .fav-add:before {
    background: url("/app/assets/i/_spryte.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 36px;
    left: -20px;
    position: absolute;
    width: 36px;
}

#map .item {
    background-color: #FFFFFF;
    padding: 6px;
}

.book_now {
    position: absolute;
    right: 4px; 
    top: 126px;   
}

.book_now, .roundbutton {
    border-radius: 8px;
    box-shadow: 1px 1px 2px #444444;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #555555;
    text-transform: uppercase;
}

.book_now, .book_link, .roundbutton {
    background-color: #ef2219;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ef5452),
    color-stop(0.6, #ef2219)
  );
  background-image: -o-linear-gradient(bottom, #ef5452 0%, #ef2219 60%);
  background-image: -moz-linear-gradient(bottom, #ef5452 0%, #ef2219 60%);
  background-image: -webkit-linear-gradient(bottom, #ef5452 0%, #ef2219 60%);
  background-image: -ms-linear-gradient(bottom, #ef5452 0%, #ef2219 60%);
  background-image: linear-gradient(to bottom, #ef5452 0%, #ef2219 60%);
}

.roundbutton {
    float: right;
    margin: 0 3px 20px 0;
}

.book_now:hover, .book_link:hover, .roundbutton:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ef2219),
    color-stop(0.6, #ef5452)
  );
  background-image: -o-linear-gradient(bottom, #ef2219 0%, #ef5452 60%);
  background-image: -moz-linear-gradient(bottom, #ef2219 0%, #ef5452 60%);
  background-image: -webkit-linear-gradient(bottom, #ef2219 0%, #ef5452 60%);
  background-image: -ms-linear-gradient(bottom, #ef2219 0%, #ef5452 60%);
  background-image: linear-gradient(to bottom, #ef2219 0%, #ef5452 60%);
}

#book_frame_block {
    background: none repeat scroll 0 0 #FFFFFF !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7) !important;
    display: none;
    left: 50% !important;
    margin-left: -450px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 900px !important;
    z-index: 11 !important;
}

#book_frame_block:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

#prop-booking {
    overflow: hidden;
}

#prop-booking #header, #prop-booking #footer, #prop-booking #phones, #prop-booking #logo, #prop-booking #live-chat, #prop-booking #luri {
    display: none;
}

#prop-booking #phones + #main, #prop-booking #wrapper {
    margin: 0;
}

#prop-booking .content {
    padding: 0;
}

#prop-booking .content .thumb-td {
    float: left;
    margin-bottom: 20px;
}

#prop-booking input[name=rent_price] {
    font-weight: bold;
}

.rent_price {
    float: left;
    font-size: 14px;
    line-height: 28px;
}

.first-date, .last-date, .book_info {
    font-size: 14px;
}

#prop-booking #dialog-form {
    display: none;
}

#book_frame {
    background-color: #FFFFFF;
    padding: 10px;
    width: 880px;
}

iframe > html {
    overflow: hidden;
}

#prop-booking #scroll_box {
    height: 450px !important;
    margin: 0;
    overflow: visible !important;
}

#booking_form {
    margin-top: 20px;
}

#booking_form input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 2px 6px;
}

#booking_form #book, #booking_form .add_tourist_btn {
    cursor: pointer;
}

#prop-booking #wrapper {
    padding: 0;
}

#prop-booking #favorites-block, #prop-booking #bottom-links{
    display:none
}

#prop-booking .content h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

#prop-item.proposals .topdf {
    background: url("/app/assets/i/pdf.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    margin-right: 70px;
    padding-bottom: 3px;
    padding-left: 50px;
    padding-top: 3px;
    text-align: left;
}

.proposals .price-sold, .spo_text {
    color: #CC0000;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 10px;
}

.proposals .old_price {
    background-color: #D2D2D2;
    color: #333333;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0 12px;
    text-decoration: line-through;
}

.proposals .content .price.price-sold {
    background-color: #000;
    background-image: none;
    font-weight: normal;
}

.hide-block {
    display: none;
}

#prop-booking #wrapper .middleblock {
    width: 880px;
}

#prop-booking .reference {
    background-color: #EFEFEF;
    border-radius: 10px;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

#prop-booking .reference > div {
    margin: 10px 38px 0;
}

#cal_holder {
    position: relative;
    overflow: hidden;
}

#turist_info input, #other_turist_info input {
    margin-right: 30px;
}

#booking_form #captcha {
    margin-right: 6px;
    padding: 7px 6px;
    width: 60px;   
}

.clean-date {
    text-decoration: underline;
    cursor: pointer;
    float: right;
    font-size: 14px;
}

.clean-date:hover {
    text-decoration: none;
}

.book-wrap {
    margin: 0 30px 0px;
    overflow: hidden;
    width: 820px;
}

/* bottom links */
#bottom-links {
    height: 140px;
    margin: 0 2%;
    max-width: 1600px;
    overflow: hidden;
}

.col-links {
    float: left;
    margin-left: 2%;
    width: 15%;
}

.col-links:nth-child(1) {
    margin: 0;
}

.col-links > h3 a {
    color: #D71920;
    display: block;
    margin-bottom: 4px;
}

.col-links > a {
    color: #878787;
    display: block;
    text-decoration: none;
}

.col-links > a:hover {
    text-decoration: underline;
}

#news-block {
    clear: both;
    overflow: hidden;
    padding-top: 30px;
}

#news-block .news-item {
    margin-bottom: 14px;
}

.news-item a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.news-item a:hover {
    text-decoration: underline;
}

#news-block h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

#news-block .news-item .cdate {
    margin: 0
}

.left-img {
   margin-bottom: 20px;
   width: 370px;
}

/* Social icons */

.social-icons {
    margin-top: 8px;
}

.social-icons > a {
    margin-right: 3px;
    opacity: 0.8;
    text-decoration: none;
}

.social-icons > a:hover {
    opacity: 1;
}

.social-icons img {
    width: 25px;
}

.yashare-auto-init {
    position: absolute;
    right: 0;
    top: 62px;
}

/* Бронирование, 2-й шаг */

.tourist-data {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#booking_form .add_tourist_btn {
    margin-top: 10px;
    padding: 6px 20px;
}

#other_turist_info {
    margin-top: 26px;
}

#additional_table {
    margin-top: 20px;
    width: 100%;
}

#additional_table td {
    vertical-align: top;
}

#additional_table textarea {
    width: 100%;
}

#book_now_table {
    margin-top: 10px;
    width: 100%;    
}

#book_now_table td {
    vertical-align: top;
}

#book_now_table input#book {
    float: right;
    padding: 6px 20px;
}

.alert-fields {
    clear: both;
    color: #EF5452;
    padding: 10px 0;
}

.else {
    clear: both;
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

/* calculator */
.check-tax {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 16px;
    text-decoration: underline;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4;
}

#calculator_property {
    background-color: #fff;
    //margin: 10% auto;
    padding: 24px;
    position: relative;
}

#copyright a {
    float: right;
    margin-right: 300px;
    margin-top: -30px;
    color: #fff;
}

#copyright a img {
    width: 125px;
    vertical-align: middle;
}
