@charset "UTF-8";
html {
  background: #C4E2FF;
}

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f7f7;
  color: #000;
  direction: ltr;
  min-width: 1064px;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, legend, input, img, blockquote {
  margin: 0;
  padding: 0;
}

img, fieldset, abbr {
  border: 0;
}

ul, ol {
  list-style: none;
}

hr {
  clear: both;
  border: 0px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  height: 0px;
}

.rnt-form, .rntl-form {
  margin-bottom: 20px;
  color: #000;
}
.rnt-form__legend, .rnt-form legend, .rntl-form__legend, .rntl-form legend {
  display: none;
}
.rnt-form__legend.legend--type-a, .rnt-form legend.legend--type-a, .rntl-form__legend.legend--type-a, .rntl-form legend.legend--type-a {
  display: block;
  margin-bottom: 18px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.rnt-form__legend.legend--type-b, .rnt-form legend.legend--type-b, .rntl-form__legend.legend--type-b, .rntl-form legend.legend--type-b {
  display: block;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.rnt-form label, .rntl-form label {
  display: block;
  color: #000;
}
.rnt-form input:disabled, .rntl-form input:disabled {
  background-color: #EEE;
  color: #666;
}
.rnt-form select, .rntl-form select {
  padding: 7px 5px;
  width: 107.5%;
}
.rnt-form textarea, .rntl-form textarea {
  resize: none;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #000;
  font-size: 14px;
}
.rnt-form__field, .rntl-form__field {
  margin-top: 3px;
  margin-bottom: 28px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 8px 5px;
  color: #000;
}
.rnt-form__field--last, .rntl-form__field--last {
  margin-bottom: 14px;
}
.rnt-form__field--error, .rntl-form__field--error {
  box-shadow: 0 0 0 1px #efd3d7;
  border-color: #FFF;
  color: #bb4945 !important;
}
.rnt-form__field--valid, .rntl-form__field--valid {
  box-shadow: 0 0 0 1px #d6e9c6;
  color: #43894e;
}
.rnt-form__check, .rntl-form__check {
  display: block;
  margin-bottom: 3px;
  color: #333;
  font-size: 12px;
}
.rnt-form__check--legal, .rntl-form__check--legal {
  margin-bottom: 25px;
}
.rnt-form .field--is-optional, .rntl-form .field--is-optional {
  color: #969696;
}
.rnt-form .dk_container, .rntl-form .dk_container {
  width: 100%;
  margin-top: 3px;
}
.rnt-form .dk_container > .dk_toggle, .rntl-form .dk_container > .dk_toggle {
  width: 100%;
  padding: 8px 5px 9px;
  color: #000;
  background-color: #FFF;
}
.rnt-form .dk_container .dk_options, .rntl-form .dk_container .dk_options {
  left: 0;
  width: 103.5%;
}

.rnt-form-messages, .rntl-form-messages {
  font-size: 14px;
  padding: 10px 20px 10px;
  /* padding: 19px 19px 14px;*/
  border-radius: 5px;
  margin-bottom: 18px;
}
.rnt-form-messages > ul > li, .rntl-form-messages > ul > li {
  margin-bottom: 5px;
}
.rnt-form-messages > ul label, .rntl-form-messages > ul label {
  box-shadow: none;
}
.rnt-form-messages > p, .rntl-form-messages > p {
  margin-bottom: 5px;
}
.rnt-form-messages--error, .rntl-form-messages--error {
  display: none;
  color: #bb4945;
  border: 1px solid #efd3d7;
  background-color: #f2dede;
}
.rnt-form-messages--success, .rntl-form-messages--success {
  color: #43894e;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  width: 65%;
  padding: 20px;
}
.rnt-form-messages--warning, .rntl-form-messages--warning {
  color: #c09853;
  border: 1px solid #f2c78a;
  background-color: #f9eccf;
}
.rnt-form-messages--notice, .rntl-form-messages--notice {
  color: #3a87ad;
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}

.rnt-btn {
  display: block;
  cursor: pointer;
  border: 0;
  padding: 18px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.rnt-btn.btn--default {
  color: #FFF;
  background-color: #FF6B19;
}
.rnt-btn.btn--uppercase {
  text-transform: uppercase;
  font-weight: bold;
}

.rntl-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.rntl-btn:focus, .rntl-btn.focus, .rntl-btn:active:focus, .rntl-btn:active.focus, .rntl-btn.active:focus, .rntl-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.rntl-btn:hover, .rntl-btn:focus, .rntl-btn.focus {
  color: #FFF;
  text-decoration: none;
}
.rntl-btn:active, .rntl-btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rntl-btn.disabled, .rntl-btn[disabled], fieldset[disabled] .rntl-btn {
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.rntl-btn.disabled, fieldset[disabled] a.rntl-btn {
  pointer-events: none;
}

.rntl-btn-default {
  color: #FFF;
  background-color: #FF6B19;
  border-color: #ff5b00;
}
.rntl-btn-default:focus, .rntl-btn-default.focus {
  color: #FFF;
  background-color: #e55200;
  border-color: #7f2d00;
}
.rntl-btn-default:hover {
  color: #FFF;
  background-color: #e55200;
  border-color: #c14500;
}
.rntl-btn-default:active, .rntl-btn-default.active, .open > .rntl-btn-default.dropdown-toggle {
  color: #FFF;
  background-color: #e55200;
  border-color: #c14500;
}
.rntl-btn-default:active:hover, .rntl-btn-default:active:focus, .rntl-btn-default:active.focus, .rntl-btn-default.active:hover, .rntl-btn-default.active:focus, .rntl-btn-default.active.focus, .open > .rntl-btn-default.dropdown-toggle:hover, .open > .rntl-btn-default.dropdown-toggle:focus, .open > .rntl-btn-default.dropdown-toggle.focus {
  color: #FFF;
  background-color: #c14500;
  border-color: #7f2d00;
}
.rntl-btn-default:active, .rntl-btn-default.active, .open > .rntl-btn-default.dropdown-toggle {
  background-image: none;
}
.rntl-btn-default.disabled:hover, .rntl-btn-default.disabled:focus, .rntl-btn-default.disabled.focus, .rntl-btn-default[disabled]:hover, .rntl-btn-default[disabled]:focus, .rntl-btn-default[disabled].focus, fieldset[disabled] .rntl-btn-default:hover, fieldset[disabled] .rntl-btn-default:focus, fieldset[disabled] .rntl-btn-default.focus {
  background-color: #FF6B19;
  border-color: #ff5b00;
}
.rntl-btn-default .badge {
  color: #FF6B19;
  background-color: #FFF;
}

.rntl-btn-primary {
  color: #FFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.rntl-btn-primary:focus, .rntl-btn-primary.focus {
  color: #FFF;
  background-color: #286090;
  border-color: #122b40;
}
.rntl-btn-primary:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #204d74;
}
.rntl-btn-primary:active, .rntl-btn-primary.active, .open > .rntl-btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #286090;
  border-color: #204d74;
}
.rntl-btn-primary:active:hover, .rntl-btn-primary:active:focus, .rntl-btn-primary:active.focus, .rntl-btn-primary.active:hover, .rntl-btn-primary.active:focus, .rntl-btn-primary.active.focus, .open > .rntl-btn-primary.dropdown-toggle:hover, .open > .rntl-btn-primary.dropdown-toggle:focus, .open > .rntl-btn-primary.dropdown-toggle.focus {
  color: #FFF;
  background-color: #204d74;
  border-color: #122b40;
}
.rntl-btn-primary:active, .rntl-btn-primary.active, .open > .rntl-btn-primary.dropdown-toggle {
  background-image: none;
}
.rntl-btn-primary.disabled:hover, .rntl-btn-primary.disabled:focus, .rntl-btn-primary.disabled.focus, .rntl-btn-primary[disabled]:hover, .rntl-btn-primary[disabled]:focus, .rntl-btn-primary[disabled].focus, fieldset[disabled] .rntl-btn-primary:hover, fieldset[disabled] .rntl-btn-primary:focus, fieldset[disabled] .rntl-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.rntl-btn-primary .badge {
  color: #337ab7;
  background-color: #FFF;
}

.rntl-btn-success {
  color: #FFF;
  background-color: #43894e;
  border-color: #3b7844;
}
.rntl-btn-success:focus, .rntl-btn-success.focus {
  color: #FFF;
  background-color: #32673b;
  border-color: #112214;
}
.rntl-btn-success:hover {
  color: #FFF;
  background-color: #32673b;
  border-color: #274f2d;
}
.rntl-btn-success:active, .rntl-btn-success.active, .open > .rntl-btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #32673b;
  border-color: #274f2d;
}
.rntl-btn-success:active:hover, .rntl-btn-success:active:focus, .rntl-btn-success:active.focus, .rntl-btn-success.active:hover, .rntl-btn-success.active:focus, .rntl-btn-success.active.focus, .open > .rntl-btn-success.dropdown-toggle:hover, .open > .rntl-btn-success.dropdown-toggle:focus, .open > .rntl-btn-success.dropdown-toggle.focus {
  color: #FFF;
  background-color: #274f2d;
  border-color: #112214;
}
.rntl-btn-success:active, .rntl-btn-success.active, .open > .rntl-btn-success.dropdown-toggle {
  background-image: none;
}
.rntl-btn-success.disabled:hover, .rntl-btn-success.disabled:focus, .rntl-btn-success.disabled.focus, .rntl-btn-success[disabled]:hover, .rntl-btn-success[disabled]:focus, .rntl-btn-success[disabled].focus, fieldset[disabled] .rntl-btn-success:hover, fieldset[disabled] .rntl-btn-success:focus, fieldset[disabled] .rntl-btn-success.focus {
  background-color: #43894e;
  border-color: #3b7844;
}
.rntl-btn-success .badge {
  color: #43894e;
  background-color: #FFF;
}

.rntl-btn-info {
  color: #FFF;
  background-color: #3a87ad;
  border-color: #34789a;
}
.rntl-btn-info:focus, .rntl-btn-info.focus {
  color: #FFF;
  background-color: #2d6987;
  border-color: #142e3a;
}
.rntl-btn-info:hover {
  color: #FFF;
  background-color: #2d6987;
  border-color: #24546c;
}
.rntl-btn-info:active, .rntl-btn-info.active, .open > .rntl-btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #2d6987;
  border-color: #24546c;
}
.rntl-btn-info:active:hover, .rntl-btn-info:active:focus, .rntl-btn-info:active.focus, .rntl-btn-info.active:hover, .rntl-btn-info.active:focus, .rntl-btn-info.active.focus, .open > .rntl-btn-info.dropdown-toggle:hover, .open > .rntl-btn-info.dropdown-toggle:focus, .open > .rntl-btn-info.dropdown-toggle.focus {
  color: #FFF;
  background-color: #24546c;
  border-color: #142e3a;
}
.rntl-btn-info:active, .rntl-btn-info.active, .open > .rntl-btn-info.dropdown-toggle {
  background-image: none;
}
.rntl-btn-info.disabled:hover, .rntl-btn-info.disabled:focus, .rntl-btn-info.disabled.focus, .rntl-btn-info[disabled]:hover, .rntl-btn-info[disabled]:focus, .rntl-btn-info[disabled].focus, fieldset[disabled] .rntl-btn-info:hover, fieldset[disabled] .rntl-btn-info:focus, fieldset[disabled] .rntl-btn-info.focus {
  background-color: #3a87ad;
  border-color: #34789a;
}
.rntl-btn-info .badge {
  color: #3a87ad;
  background-color: #FFF;
}

.rntl-btn-warning {
  color: #FFF;
  background-color: #c09853;
  border-color: #b78c43;
}
.rntl-btn-warning:focus, .rntl-btn-warning.focus {
  color: #FFF;
  background-color: #a47e3c;
  border-color: #594521;
}
.rntl-btn-warning:hover {
  color: #FFF;
  background-color: #a47e3c;
  border-color: #8a6a32;
}
.rntl-btn-warning:active, .rntl-btn-warning.active, .open > .rntl-btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #a47e3c;
  border-color: #8a6a32;
}
.rntl-btn-warning:active:hover, .rntl-btn-warning:active:focus, .rntl-btn-warning:active.focus, .rntl-btn-warning.active:hover, .rntl-btn-warning.active:focus, .rntl-btn-warning.active.focus, .open > .rntl-btn-warning.dropdown-toggle:hover, .open > .rntl-btn-warning.dropdown-toggle:focus, .open > .rntl-btn-warning.dropdown-toggle.focus {
  color: #FFF;
  background-color: #8a6a32;
  border-color: #594521;
}
.rntl-btn-warning:active, .rntl-btn-warning.active, .open > .rntl-btn-warning.dropdown-toggle {
  background-image: none;
}
.rntl-btn-warning.disabled:hover, .rntl-btn-warning.disabled:focus, .rntl-btn-warning.disabled.focus, .rntl-btn-warning[disabled]:hover, .rntl-btn-warning[disabled]:focus, .rntl-btn-warning[disabled].focus, fieldset[disabled] .rntl-btn-warning:hover, fieldset[disabled] .rntl-btn-warning:focus, fieldset[disabled] .rntl-btn-warning.focus {
  background-color: #c09853;
  border-color: #b78c43;
}
.rntl-btn-warning .badge {
  color: #c09853;
  background-color: #FFF;
}

.rntl-btn-danger {
  color: #FFF;
  background-color: #bb4945;
  border-color: #a9413e;
}
.rntl-btn-danger:focus, .rntl-btn-danger.focus {
  color: #FFF;
  background-color: #963a37;
  border-color: #4b1d1c;
}
.rntl-btn-danger:hover {
  color: #FFF;
  background-color: #963a37;
  border-color: #7c302d;
}
.rntl-btn-danger:active, .rntl-btn-danger.active, .open > .rntl-btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #963a37;
  border-color: #7c302d;
}
.rntl-btn-danger:active:hover, .rntl-btn-danger:active:focus, .rntl-btn-danger:active.focus, .rntl-btn-danger.active:hover, .rntl-btn-danger.active:focus, .rntl-btn-danger.active.focus, .open > .rntl-btn-danger.dropdown-toggle:hover, .open > .rntl-btn-danger.dropdown-toggle:focus, .open > .rntl-btn-danger.dropdown-toggle.focus {
  color: #FFF;
  background-color: #7c302d;
  border-color: #4b1d1c;
}
.rntl-btn-danger:active, .rntl-btn-danger.active, .open > .rntl-btn-danger.dropdown-toggle {
  background-image: none;
}
.rntl-btn-danger.disabled:hover, .rntl-btn-danger.disabled:focus, .rntl-btn-danger.disabled.focus, .rntl-btn-danger[disabled]:hover, .rntl-btn-danger[disabled]:focus, .rntl-btn-danger[disabled].focus, fieldset[disabled] .rntl-btn-danger:hover, fieldset[disabled] .rntl-btn-danger:focus, fieldset[disabled] .rntl-btn-danger.focus {
  background-color: #bb4945;
  border-color: #a9413e;
}
.rntl-btn-danger .badge {
  color: #bb4945;
  background-color: #FFF;
}

.rntl-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.rntl-btn-link, .rntl-btn-link:active, .rntl-btn-link.active, .rntl-btn-link[disabled], fieldset[disabled] .rntl-btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rntl-btn-link, .rntl-btn-link:hover, .rntl-btn-link:focus, .rntl-btn-link:active {
  border-color: transparent;
}
.rntl-btn-link:hover, .rntl-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.rntl-btn-link[disabled]:hover, .rntl-btn-link[disabled]:focus, fieldset[disabled] .rntl-btn-link:hover, fieldset[disabled] .rntl-btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.rntl-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.rntl-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.rntl-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.rntl-btn-uppercase {
  text-transform: uppercase;
  font-weight: bold;
}

.rntl-btn-block {
  display: block;
  width: 100%;
}

.rntl-btn-block + .rntl-btn-block {
  margin-top: 5px;
}

input[type="submit"].rntl-btn-block,
input[type="reset"].rntl-btn-block,
input[type="button"].rntl-btn-block {
  width: 100%;
}

.rnt-gestion {
  padding: 0 60px;
}

.rnt-gestion-bg {
  background: url("../images/gestion/bg-gestion.jpg") no-repeat 50% 71px;
  background-color: #f7fbff;
  background-size: contain;
}

.rnt-gestion-serv-bg {
  background: url("../images/gestion/bg-gestion-services.jpg") no-repeat 50% -164px;
  background-color: #f7fbff;
}

.rnt-gestion-header {
  text-align: center;
  color: #FFF;
  padding: 50px 0 0 0;
}
.rnt-gestion-header .rnt-header-main__title {
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: normal;
}
.rnt-gestion-header .rnt-header-main__subtitle {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: normal;
}

.rnt-gestion-title {
  font-size: 24px;
  margin-bottom: 28px;
}

.rnt-gestion-subtitle {
  font-size: 16px;
  margin-bottom: 28px;
}

.rnt-gestion-main {
  border-top: 0;
  margin-bottom: 90px;
}

.rnt-gestion-menu .rnt-gestion-menu__tab {
  float: left;
  margin-right: 1px;
  position: relative;
}
.rnt-gestion-menu .rnt-gestion-menu__tab > span {
  display: block;
  background: #0065cc;
  background: rgba(0, 101, 204, 0.8);
  color: #FFF;
  text-decoration: none;
  padding: 28px 20px;
  width: 411px;
  min-height: 38px;
  font-size: 16px;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.rnt-gestion-menu .rnt-gestion-menu__tab > span[aria-selected] {
  position: relative;
  background-color: #FFF;
  color: #000;
  bottom: -2px;
}
.rnt-gestion-menu .rnt-gestion-menu__tab > span[aria-selected]:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  border-top: 10px solid #FFF;
}
.rnt-gestion-menu .rnt-gestion-menu__tab > span #icoNew {
  width: 50px;
  height: 40px;
  background: url(../images/ico_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -144%);
  -webkit-transform: translate(-50%, -144%);
  transform: translate(-50%, -144%);
}
.rnt-gestion-menu .rnt-gestion-menu__tab > span #icoNew p {
  font-size: 0.7rem;
  color: white;
  line-height: 30px;
  width: 44px;
  text-align: center;
}
.rnt-gestion-menu .rnt-gestion-menu__tab .selected {
  -ms-transform: translate(-50%, -164%) !important;
  -webkit-transform: translate(-50%, -164%) !important;
  transform: translate(-50%, -164%) !important;
}

.rnt-gestion-menu__content {
  background: #FFF;
  border: 1px solid #c9ccd0;
  border-top: 0;
  box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.2);
  padding: 30px 23px 60px 44px;
  position: relative;
}

.wrap-left-side {
  width: 489px;
  padding-right: 40px;
  float: left;
}

.wrap-right-side {
  padding: 7px 23px 0 26px;
  width: 256px;
  float: left;
  min-height: 550px;
  border-left: 1px solid #E4E4E4;
}

.rnt-gestion-info {
  position: absolute;
  bottom: 60px;
}
.rnt-gestion-info__img {
  margin-bottom: 12px;
}
.rnt-gestion-info__title {
  font-size: 18px;
  margin-bottom: 8px;
}
.rnt-gestion-info__text {
  font-size: 14px;
}
.rnt-gestion-info__text > a, .rnt-gestion-info__text span {
  color: #00264c;
  text-decoration: none;
}

.gestion-contact-form fieldset {
  padding: 0 20px 0 11px;
}

.rnt-gestion-services {
  margin-bottom: 20px;
}
.rnt-gestion-services > li {
  font-size: 16px;
  margin-bottom: 13px;
  clear: both;
}
.rnt-gestion-services > li span:last-child {
  display: table;
}
.rnt-gestion-services .spt_check-gst {
  margin-right: 18px;
  float: left;
}

.rnt-gestion-p {
  font-size: 16px;
  margin-bottom: 20px;
}

.rnt-gestion-reasons {
  text-align: center;
  padding-bottom: 36px;
}
.rnt-gestion-reasons .rnt-gestion-reasons__title {
  font-size: 36px;
}

.rnt-gestion-feat {
  background: #FFF;
  float: left;
  width: 192px;
  padding: 30px 16px 40px 16px;
  margin: 0 1px 50px;
  text-align: center;
}
.rnt-gestion-feat .rnt-gestion-feat__img {
  margin-bottom: 38px;
}
.rnt-gestion-feat .rnt-gestion-feat__title {
  text-transform: uppercase;
  border-bottom: 2px solid #5995DA;
  padding: 0 0 4px 0;
  margin-bottom: 20px;
  font-size: 22px;
}
.rnt-gestion-feat .rnt-gestion-feat__text {
  font-size: 18px;
}
.rnt-gestion-feat:last-child {
  margin-right: 0;
}

.errorContainer {
  border: 1px solid red;
  display: none;
}

.rnt-gestion-service-wrapper {
  width: 648px;
  margin-right: 24px;
  float: left;
}

.rnt-gestion-info-wrapper {
  background-color: #e3f1ff;
  padding: 30px 42px 30px 30px;
  width: 280px;
  float: left;
}

.gest-serv-cuest {
  background-color: #0066CC;
  color: #FFF;
  text-align: center;
  padding: 18px 10px;
  margin-bottom: 5px;
}
.gest-serv-cuest__title {
  font-size: 24px;
  margin-bottom: 5px;
}
.gest-serv-cuest__p {
  font-size: 18px;
  font-weight: bold;
}

.gest-serv-wrapper {
  background: #FFF;
  border-radius: 2px;
  border: 1px solid #c9ccd0;
  box-shadow: 0px 0px 14px 2px rgba(50, 50, 50, 0.2);
  padding: 37px 50px;
  margin-bottom: 15px;
}

.gest-serv-head {
  text-align: center;
  margin-bottom: 30px;
}
.gest-serv-head__icon {
  width: 46px;
  height: 40px;
  margin-bottom: 10px;
}
.gest-serv-head__title {
  font-size: 24px;
  color: #06C;
  margin-bottom: 5px;
}
.gest-serv-head__p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.gest-serv {
  margin-bottom: 18px;
}
.gest-serv__icon {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 17px;
}
.gest-serv__title {
  float: left;
  width: 373px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
.gest-serv__p {
  float: left;
  width: 493px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 22px;
}
.gest-serv--last {
  margin-bottom: 37px;
}

.gest-serv-ask {
  border-top: 1px solid #D2D2D2;
  padding-top: 35px;
  margin: 0 31px;
  text-align: center;
}
.gest-serv-ask__title {
  font-size: 18px;
  margin-bottom: 3px;
}
.gest-serv-ask__p {
  font-size: 14px;
  margin-bottom: 17px;
  line-height: 22px;
}
.gest-serv-ask__claim {
  font-size: 18px;
  color: #06C;
}

.rnt-callus {
  text-align: center;
}
.rnt-callus__p {
  font-size: 14px;
  margin-bottom: 5px;
}
.rnt-callus__telephone {
  color: #0a1b65;
  font-size: 22px;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.privacy-policy-acceptance-modal {
  display: none;
  background-color: #fff;
  color: black;
  border-top: solid 0.25rem #3b6da1;
  z-index: 2147483639;
  position: fixed;
  font-size: 13px;
  line-height: 1.5em;
  width: 100%;
  min-height: 250px;
  padding-left: calc((100vw - 78rem)/2);
  padding-right: calc((100vw - 78rem)/2);
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}

.privacy-policy-acceptance-modal.open {
  display: block;
}

.privacy-policy-acceptance-modal > .modal_content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.privacy-policy-acceptance-modal > .modal_content > .text {
  text-align: left;
  color: #141414;
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 20px;
}

#privacy-policy-acceptance_accept-btn {
  min-width: 140px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f65628;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  min-height: 2.625rem;
  padding: 0.375rem 1rem;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  height: 50px;
}

@media only screen and (max-width: 800px) {
  .modal_content {
    padding: 10px 10px;
    flex-direction: column;
    align-items: center;
  }
}
a {
  color: #036;
}
a:hover {
  color: #00264c;
}
a:visited {
  color: #036;
}
a.sel {
  color: #666 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.resultlink:hover {
  color: #00264c;
}

.txt,
.small_txt {
  font-size: 14px;
}

.txt_xl {
  font-size: 26px !important;
  margin-top: 35px !important;
}

.warn_txt {
  color: #F00;
}

.green_txt {
  color: #21A221;
}

.gray_txt {
  color: #666;
}

.gray_txt_bold {
  color: #666;
  font-weight: bold;
}

.gray_xs_txt {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.gray_xl_txt {
  color: #444;
}

.warningform {
  color: #ff0000;
  margin: 0 0 0 10px;
}

span.gray_txt {
  margin-top: -3px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.right_f {
  float: right;
}

.left_f {
  float: left;
}

.left {
  text-align: left;
}

.large_txt {
  font-weight: bold !important;
  font-size: 18px !important;
}

.corporative_color_b {
  color: #0066CC;
  font-weight: bold;
}

.instant_booking_container {
  padding: 8px 0;
  border: 2px solid #FA722D;
  border-radius: 16px;
}

.instant_booking_container .instant_booking_text {
  padding: 0 0 20px 20px;
}

.instant_booking_container .instant_booking_checkbox_container {
  text-align: center;
}

.instant_booking_checkbox_container label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.instant_booking_checkbox_container label input {
  position: absolute;
  cursor: pointer;
  margin-left: 10px;
}

.offer_txt {
  color: #EC6200;
  line-height: 20px;
  display: block;
}
.offer_txt span {
  text-decoration: line-through;
}

.strike_txt {
  text-decoration: line-through;
  color: #666;
}

div#content.fyle .offer_txt {
  line-height: 20px;
}

img.offer_sash {
  position: absolute;
  left: 0;
  border: none !important;
}

img.offer_sash_owner {
  position: absolute;
}

p.offer_intro img {
  float: right;
}

.img1px {
  border: 1px solid #000;
}

.global_border {
  border: 1px solid #bcbcbc;
}

.general_dashed {
  border-bottom: 2px dashed #bcbcbc;
}

.inlineblock {
  display: inline-block;
}

.no_uppercase {
  text-transform: lowercase;
}

.link_block a {
  display: block;
  line-height: 25px;
}

.header {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

#uneven,
.uneven {
  background: #e3f1ff;
}

.list_above {
  margin-bottom: 6px;
}

.above {
  margin-bottom: 20px;
}

.dbl_above {
  margin-bottom: 40px;
}

.quad_above {
  margin-bottom: 80px;
}

.form_above {
  margin-bottom: 9px;
}

.under {
  margin-top: 20px;
}

.half_under {
  margin-top: 10px;
}

.extra_under {
  margin-top: 26px;
}

.list_under {
  margin-top: 6px;
}

.form_under {
  margin-top: 9px;
}

.dbl_under {
  margin-top: 40px;
  clear: both;
}

.under_sp {
  margin-top: 18px;
}

.after {
  margin-left: 20px;
}

.long_after {
  margin-left: 48px;
}

.spaced {
  margin-left: 6px;
}

.before {
  margin-right: 20px;
}

.half_before {
  margin-right: 10px;
}

.half_after {
  margin-left: 10px;
}

.height_sep {
  margin-top: 35px;
  margin-bottom: 35px;
}

.clear {
  clear: both;
}

.centrar {
  text-align: center;
}

.resulthead {
  font-weight: bold;
}

.reset_bold {
  font-weight: normal !important;
}

.block_before {
  margin-right: 9px;
  float: left;
}

.inline_block {
  display: inline-block;
}

.low_lined {
  line-height: 13px;
}

.lined {
  line-height: 20px;
}

.high_lined {
  line-height: 26px;
}

.line_wrap * {
  display: inline;
}

.separate_p p {
  margin-top: 20px;
}

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

.check_box {
  float: left;
  font-size: 9px;
  margin: 4px 3px 5px 0;
}

.spt_access_manage {
  mask-image: url(/images/phone-mobile.svg);
  mask-size: contain;
  mask-color: #06c;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/images/phone-mobile.svg);
  -webkit-mask-size: contain;
  background-color: #06c;
  -webkit-mask-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

a.access_manage:hover .spt_access_manage {
  mask-color: #00264c;
  mask-image: url(/images/phone-mobile.svg);
  background-color: #00264c;
}

.spt, .spt_alert_cross, .spt_alert_error, .spt_alert_warning, .spt_arrow_down, .spt_arrow_left, .spt_arrow_photo_left, .spt_arrow_photo_right, .spt_arrow_right, .spt_arrow_up, .spt_avaibook_connected, .spt_button_close, .spt_button_less, .spt_button_more, .spt_calendar, .spt_cc_mastercard, .spt_cc_reserve, .spt_cc_visa, .spt_check-gst, .spt_check, .spt_check_double, .spt_circle_arrow_down, .spt_circle_arrow_left, .spt_circle_arrow_right, .spt_circle_arrow_up, .spt_circle_exclaim, .spt_circle_info, .spt_circle_less, .spt_circle_more, .spt_circle_question, .spt_cleaning, .spt_country_andorra, .spt_country_croacia, .spt_country_eslovenia, .spt_country_francia, .spt_country_italy, .spt_country_portugal, .spt_country_spain, .spt_erase, .spt_favorite, .spt_favorite_no_hover, .spt_friends, .spt_geo, .spt_geo_exact, .spt_geo_near, .spt_gest-a, .spt_gest-b, .spt_gest-c, .spt_gest-d, .spt_gest-e, .spt_gest-f, .spt_gest-g, .spt_gest-h, .spt_gest-tit-a, .spt_gest-tit-b, .spt_guide_beach, .spt_guide_beach_s, .spt_guide_beach_xs, .spt_guide_ski, .spt_guide_ski_cross, .spt_guide_ski_cross_xs, .spt_guide_ski_s, .spt_guide_ski_xs, .spt_home_insurance, .spt_house, .spt_house_add, .spt_house_beach, .spt_house_beach_xl, .spt_house_city, .spt_house_city_xl, .spt_house_rural, .spt_house_rural_xl, .spt_house_ski, .spt_house_ski_xl, .spt_idealista, .spt_info, .spt_logo, .spt_logo_avaibook, .spt_logo_first_letter, .spt_logo_xs, .spt_offer, .spt_opinion_new, .spt_opinion_reply, .spt_phone, .spt_photo, .spt_social_facebook, .spt_social_gplus, .spt_social_instagram, .spt_social_pinterest, .spt_social_tuenti, .spt_social_twitter, .spt_social_youtube, .spt_traductor, .reserve_enabled:hover .spt_cc_reserve, .add_to_list:hover .spt_favorite, #list_link:hover .spt_favorite, .add_to_list:hover .favorite_hover, .des_options:hover .spt_arrow_right, #geo_compress:hover .spt_arrow_right, .hover_sp:hover .spt_arrow_down, .more_photos:hover .spt_arrow_down, .navbar_photos .previous:hover .spt_arrow_photo_left, .navbar_photos .next:hover .spt_arrow_photo_right, #show_verifcation:hover .spt_circle_info, .add_opinion:hover .spt_opinion_new, .featuredlink:hover .spt_offer, .translatelink:hover .spt_traductor, .photographslink:hover .spt_photo, .secure_house:hover .spt_house, .secure_house:hover .spt_home_insurance, .house_cleaning:hover .spt_cleaning {
  background-image: url('/images/spt-s886a960c3c.png');
  background-repeat: no-repeat;
}

.spt_alert_cross {
  background-position: 0 -43px;
  height: 10px;
  width: 10px;
}

.spt_alert_error {
  background-position: 0 -15px;
  height: 15px;
  width: 3px;
}

.spt_alert_warning {
  background-position: -6px 0;
  height: 15px;
  width: 3px;
}

.spt_arrow_down {
  background-position: -27px -15px;
  height: 6px;
  width: 12px;
}
.spt_arrow_down:hover, .spt_arrow_down.arrow_down_hover {
  background-position: 0 -30px;
}

.spt_arrow_left {
  background-position: -9px 0;
  height: 12px;
  width: 6px;
}
.spt_arrow_left:hover, .spt_arrow_left.arrow_left_hover {
  background-position: 0 0;
}

.spt_arrow_photo_left {
  background-position: -96px -291px;
  height: 32px;
  width: 32px;
}
.spt_arrow_photo_left:hover, .spt_arrow_photo_left.arrow_photo_left_hover {
  background-position: -96px -323px;
}

.spt_arrow_photo_right {
  background-position: -74px -355px;
  height: 32px;
  width: 32px;
}
.spt_arrow_photo_right:hover, .spt_arrow_photo_right.arrow_photo_right_hover {
  background-position: 0 -454px;
}

.spt_arrow_right {
  background-position: -64px -15px;
  height: 12px;
  width: 6px;
}
.spt_arrow_right:hover, .spt_arrow_right.arrow_right_hover {
  background-position: -105px 0;
}

.spt_arrow_up {
  background-position: -15px -15px;
  height: 6px;
  width: 12px;
}
.spt_arrow_up:hover, .spt_arrow_up.arrow_up_hover {
  background-position: -3px -15px;
}

.spt_avaibook_connected {
  background-position: -115px -102px;
  height: 94px;
  width: 13px;
}

.spt_button_close {
  background-position: -12px -30px;
  height: 11px;
  width: 11px;
}
.spt_button_close:hover, .spt_button_close.button_close_hover {
  background-position: -53px 0;
}

.spt_button_less {
  background-position: -42px 0;
  height: 11px;
  width: 11px;
}

.spt_button_more {
  background-position: -31px 0;
  height: 11px;
  width: 11px;
}

.spt_calendar {
  background-position: -48px -59px;
  height: 23px;
  width: 21px;
}
.spt_calendar:hover, .spt_calendar.calendar_hover {
  background-position: -43px -245px;
}

.spt_cc_mastercard {
  background-position: -99px -228px;
  height: 16px;
  width: 27px;
}

.spt_cc_reserve {
  background-position: -72px -228px;
  height: 16px;
  width: 27px;
}
.spt_cc_reserve:hover, .spt_cc_reserve.cc_reserve_hover {
  background-position: -82px -86px;
}

.spt_cc_visa {
  background-position: 0 -245px;
  height: 15px;
  width: 43px;
}

.spt_check-gst {
  background-position: -75px 0;
  height: 12px;
  width: 18px;
}

.spt_check {
  background-position: -39px -15px;
  height: 10px;
  width: 13px;
}

.spt_check_double {
  background-position: -70px -15px;
  height: 9px;
  width: 16px;
}

.spt_circle_arrow_down {
  background-position: -49px -43px;
  height: 13px;
  width: 13px;
}
.spt_circle_arrow_down:hover, .spt_circle_arrow_down.circle_arrow_down_hover {
  background-position: -102px -15px;
}

.spt_circle_arrow_left {
  background-position: -39px -30px;
  height: 13px;
  width: 13px;
}
.spt_circle_arrow_left:hover, .spt_circle_arrow_left.circle_arrow_left_hover {
  background-position: -61px -30px;
}

.spt_circle_arrow_right {
  background-position: -74px -30px;
  height: 13px;
  width: 13px;
}
.spt_circle_arrow_right:hover, .spt_circle_arrow_right.circle_arrow_right_hover {
  background-position: -87px -30px;
}

.spt_circle_arrow_up {
  background-position: -100px -30px;
  height: 13px;
  width: 13px;
}
.spt_circle_arrow_up:hover, .spt_circle_arrow_up.circle_arrow_up_hover {
  background-position: -113px -30px;
}

.spt_circle_exclaim {
  background-position: 0 -59px;
  height: 13px;
  width: 13px;
}

.spt_circle_info {
  background-position: -13px -59px;
  height: 13px;
  width: 13px;
}
.spt_circle_info:hover, .spt_circle_info.circle_info_hover {
  background-position: -75px -43px;
}

.spt_circle_less {
  background-position: -11px -86px;
  height: 13px;
  width: 13px;
}
.spt_circle_less:hover, .spt_circle_less.circle_less_hover {
  background-position: -10px -43px;
}

.spt_circle_more {
  background-position: -115px -15px;
  height: 13px;
  width: 13px;
}
.spt_circle_more:hover, .spt_circle_more.circle_more_hover {
  background-position: -62px -43px;
}

.spt_circle_question {
  background-position: -23px -43px;
  height: 13px;
  width: 13px;
}
.spt_circle_question:hover, .spt_circle_question.circle_question_hover {
  background-position: -36px -43px;
}

.spt_cleaning {
  background-position: -96px -212px;
  height: 16px;
  width: 16px;
}
.spt_cleaning:hover, .spt_cleaning.cleaning_hover {
  background-position: -80px -212px;
}

.spt_country_andorra {
  background-position: -43px -707px;
  height: 46px;
  width: 56px;
}

.spt_country_croacia {
  background-position: -39px -615px;
  height: 46px;
  width: 46px;
}

.spt_country_eslovenia {
  background-position: 0 -800px;
  height: 46px;
  width: 70px;
}

.spt_country_francia {
  background-position: 0 -661px;
  height: 46px;
  width: 49px;
}

.spt_country_italy {
  background-position: 0 -615px;
  height: 46px;
  width: 39px;
}

.spt_country_portugal {
  background-position: -64px -245px;
  height: 46px;
  width: 21px;
}

.spt_country_spain {
  background-position: -49px -661px;
  height: 46px;
  width: 45px;
}

.spt_erase {
  background-position: -88px -43px;
  height: 13px;
  width: 9px;
}
.spt_erase:hover, .spt_erase.erase_hover {
  background-position: -52px -30px;
}

.spt_favorite {
  background-position: -52px -15px;
  height: 12px;
  width: 12px;
}
.spt_favorite:hover, .spt_favorite.favorite_hover {
  background-position: -111px 0;
}

.spt_favorite_no_hover {
  background-position: -93px 0;
  height: 12px;
  width: 12px;
}

.spt_friends {
  background-position: 0 -228px;
  height: 14px;
  width: 22px;
}
.spt_friends:hover, .spt_friends.friends_hover {
  background-position: -26px -59px;
}

.spt_geo {
  background-position: -113px -43px;
  height: 16px;
  width: 9px;
}
.spt_geo:hover, .spt_geo.geo_hover {
  background-position: 0 -102px;
}

.spt_geo_exact {
  background-position: 0 -196px;
  height: 16px;
  width: 9px;
}
.spt_geo_exact:hover, .spt_geo_exact.geo_exact_hover {
  background-position: -40px -86px;
}

.spt_geo_near {
  background-position: -64px 0;
  height: 11px;
  width: 11px;
}
.spt_geo_near:hover, .spt_geo_near.geo_near_hover {
  background-position: 0 -86px;
}

.spt_gest-a {
  background-position: -68px -454px;
  height: 36px;
  width: 36px;
}

.spt_gest-b {
  background-position: 0 -418px;
  height: 36px;
  width: 36px;
}

.spt_gest-c {
  background-position: -72px -418px;
  height: 36px;
  width: 36px;
}

.spt_gest-d {
  background-position: -36px -418px;
  height: 36px;
  width: 36px;
}

.spt_gest-e {
  background-position: -36px -490px;
  height: 36px;
  width: 35px;
}

.spt_gest-f {
  background-position: 0 -530px;
  height: 36px;
  width: 36px;
}

.spt_gest-g {
  background-position: 0 -490px;
  height: 36px;
  width: 36px;
}

.spt_gest-h {
  background-position: -32px -454px;
  height: 36px;
  width: 36px;
}

.spt_gest-tit-a {
  background-position: -71px -490px;
  height: 40px;
  width: 46px;
}

.spt_gest-tit-b {
  background-position: -48px -753px;
  height: 47px;
  width: 52px;
}

.spt_guide_beach {
  background-position: -72px -572px;
  height: 43px;
  width: 44px;
}

.spt_guide_beach_s {
  background-position: -85px -245px;
  height: 27px;
  width: 27px;
}

.spt_guide_beach_xs {
  background-position: -48px -212px;
  height: 16px;
  width: 16px;
}

.spt_guide_ski {
  background-position: -36px -530px;
  height: 41px;
  width: 48px;
}

.spt_guide_ski_cross {
  background-position: -94px -102px;
  height: 18px;
  width: 21px;
}

.spt_guide_ski_cross_xs {
  background-position: -49px -86px;
  height: 15px;
  width: 16px;
}

.spt_guide_ski_s {
  background-position: -73px -102px;
  height: 18px;
  width: 21px;
}

.spt_guide_ski_xs {
  background-position: -97px -43px;
  height: 14px;
  width: 16px;
}

.spt_home_insurance {
  background-position: -22px -228px;
  height: 16px;
  width: 17px;
}
.spt_home_insurance:hover, .spt_home_insurance.home_insurance_hover {
  background-position: -65px -86px;
}

.spt_house {
  background-position: -9px -102px;
  height: 15px;
  width: 16px;
}
.spt_house:hover, .spt_house.house_hover {
  background-position: -25px -102px;
}
.spt_house:active, .spt_house.house_active {
  background-position: -24px -86px;
}

.spt_house_add {
  background-position: 0 -291px;
  height: 21px;
  width: 20px;
}

.spt_house_beach {
  background-position: -20px -291px;
  height: 27px;
  width: 27px;
}

.spt_house_beach_xl {
  background-position: 0 -707px;
  height: 44px;
  width: 43px;
}

.spt_house_city {
  background-position: -72px -291px;
  height: 27px;
  width: 24px;
}

.spt_house_city_xl {
  background-position: -37px -572px;
  height: 42px;
  width: 35px;
}

.spt_house_rural {
  background-position: -93px -59px;
  height: 27px;
  width: 31px;
}

.spt_house_rural_xl {
  background-position: 0 -753px;
  height: 42px;
  width: 48px;
}

.spt_house_ski {
  background-position: -47px -291px;
  height: 27px;
  width: 25px;
}

.spt_house_ski_xl {
  background-position: 0 -572px;
  height: 42px;
  width: 37px;
}

.spt_idealista {
  background-position: 0 -355px;
  height: 14px;
  width: 74px;
}

.spt_info {
  background-position: -84px -530px;
  height: 42px;
  width: 42px;
}

.spt_logo {
  background-position: 0 -387px;
  height: 31px;
  width: 128px;
}

.spt_logo_avaibook {
  background-position: -55px -228px;
  height: 17px;
  width: 17px;
}

.spt_logo_first_letter {
  background-position: -73px -196px;
  height: 16px;
  width: 16px;
}

.spt_logo_xs {
  background-position: 0 -323px;
  height: 24px;
  width: 96px;
}

.spt_offer {
  background-position: -25px -196px;
  height: 16px;
  width: 16px;
}
.spt_offer:hover, .spt_offer.offer_hover {
  background-position: -9px -196px;
}

.spt_opinion_new {
  background-position: -64px -212px;
  height: 16px;
  width: 16px;
}
.spt_opinion_new:hover, .spt_opinion_new.opinion_new_hover {
  background-position: -16px -212px;
}

.spt_opinion_reply {
  background-position: -32px -212px;
  height: 16px;
  width: 16px;
}
.spt_opinion_reply:hover, .spt_opinion_reply.opinion_reply_hover {
  background-position: -41px -196px;
}

.spt_phone {
  background-position: -69px -59px;
  height: 24px;
  width: 24px;
}

.spt_photo {
  background-position: -23px -30px;
  height: 11px;
  width: 16px;
}
.spt_photo:hover, .spt_photo.photo_hover {
  background-position: -86px -15px;
}
.spt_photo:active, .spt_photo.photo_active {
  background-position: -15px 0;
}

.spt_social_facebook {
  background-position: 0 -212px;
  height: 16px;
  width: 16px;
}

.spt_social_gplus {
  background-position: -109px -86px;
  height: 16px;
  width: 16px;
}

.spt_social_instagram {
  background-position: -41px -102px;
  height: 16px;
  width: 16px;
}

.spt_social_pinterest {
  background-position: -112px -212px;
  height: 16px;
  width: 16px;
}

.spt_social_tuenti {
  background-position: -105px -196px;
  height: 16px;
  width: 16px;
}

.spt_social_twitter {
  background-position: -89px -196px;
  height: 16px;
  width: 16px;
}

.spt_social_youtube {
  background-position: -57px -196px;
  height: 16px;
  width: 16px;
}

.spt_traductor {
  background-position: -39px -228px;
  height: 16px;
  width: 16px;
}
.spt_traductor:hover, .spt_traductor.traductor_hover {
  background-position: -57px -102px;
}

.reserve_enabled:hover .spt_cc_reserve {
  background-position: -82px -86px;
  height: 16px;
  width: 27px;
}

.add_to_list:hover .spt_favorite, #list_link:hover .spt_favorite {
  background-position: -111px 0;
  height: 12px;
  width: 12px;
}

.add_to_list:hover .favorite_hover {
  background-position: -93px 0;
  height: 12px;
  width: 12px;
}

.des_options:hover .spt_arrow_right, #geo_compress:hover .spt_arrow_right {
  background-position: -105px 0;
  height: 12px;
  width: 6px;
}

.hover_sp:hover .spt_arrow_down, .more_photos:hover .spt_arrow_down {
  background-position: 0 -30px;
  height: 6px;
  width: 12px;
}

.navbar_photos .previous:hover .spt_arrow_photo_left {
  background-position: -96px -323px;
  height: 32px;
  width: 32px;
}

.navbar_photos .next:hover .spt_arrow_photo_right {
  background-position: 0 -454px;
  height: 32px;
  width: 32px;
}

#show_verifcation:hover .spt_circle_info {
  background-position: -75px -43px;
  height: 13px;
  width: 13px;
}

.add_opinion:hover .spt_opinion_new {
  background-position: -16px -212px;
  height: 16px;
  width: 16px;
}

.featuredlink:hover .spt_offer {
  background-position: -9px -196px;
  height: 16px;
  width: 16px;
}

.translatelink:hover .spt_traductor {
  background-position: -57px -102px;
  height: 16px;
  width: 16px;
}

.photographslink:hover .spt_photo {
  background-position: -86px -15px;
  height: 11px;
  width: 16px;
}

.secure_house:hover .spt_house {
  background-position: -25px -102px;
  height: 15px;
  width: 16px;
}

.secure_house:hover .spt_home_insurance {
  background-position: -65px -86px;
  height: 16px;
  width: 17px;
}

.house_cleaning:hover .spt_cleaning {
  background-position: -80px -212px;
  height: 16px;
  width: 16px;
}

.spt_button_close {
  cursor: pointer;
}

.spt, .spt_alert_cross, .spt_alert_error, .spt_alert_warning, .spt_arrow_down, .spt_arrow_left, .spt_arrow_photo_left, .spt_arrow_photo_right, .spt_arrow_right, .spt_arrow_up, .spt_avaibook_connected, .spt_button_close, .spt_button_less, .spt_button_more, .spt_calendar, .spt_cc_mastercard, .spt_cc_reserve, .spt_cc_visa, .spt_check-gst, .spt_check, .spt_check_double, .spt_circle_arrow_down, .spt_circle_arrow_left, .spt_circle_arrow_right, .spt_circle_arrow_up, .spt_circle_exclaim, .spt_circle_info, .spt_circle_less, .spt_circle_more, .spt_circle_question, .spt_cleaning, .spt_country_andorra, .spt_country_croacia, .spt_country_eslovenia, .spt_country_francia, .spt_country_italy, .spt_country_portugal, .spt_country_spain, .spt_erase, .spt_favorite, .spt_favorite_no_hover, .spt_friends, .spt_geo, .spt_geo_exact, .spt_geo_near, .spt_gest-a, .spt_gest-b, .spt_gest-c, .spt_gest-d, .spt_gest-e, .spt_gest-f, .spt_gest-g, .spt_gest-h, .spt_gest-tit-a, .spt_gest-tit-b, .spt_guide_beach, .spt_guide_beach_s, .spt_guide_beach_xs, .spt_guide_ski, .spt_guide_ski_cross, .spt_guide_ski_cross_xs, .spt_guide_ski_s, .spt_guide_ski_xs, .spt_home_insurance, .spt_house, .spt_house_add, .spt_house_beach, .spt_house_beach_xl, .spt_house_city, .spt_house_city_xl, .spt_house_rural, .spt_house_rural_xl, .spt_house_ski, .spt_house_ski_xl, .spt_idealista, .spt_info, .spt_logo, .spt_logo_avaibook, .spt_logo_first_letter, .spt_logo_xs, .spt_offer, .spt_opinion_new, .spt_opinion_reply, .spt_phone, .spt_photo, .spt_social_facebook, .spt_social_gplus, .spt_social_instagram, .spt_social_pinterest, .spt_social_tuenti, .spt_social_twitter, .spt_social_youtube, .spt_traductor, .reserve_enabled:hover .spt_cc_reserve, .add_to_list:hover .spt_favorite, #list_link:hover .spt_favorite, .add_to_list:hover .favorite_hover, .des_options:hover .spt_arrow_right, #geo_compress:hover .spt_arrow_right, .hover_sp:hover .spt_arrow_down, .more_photos:hover .spt_arrow_down, .navbar_photos .previous:hover .spt_arrow_photo_left, .navbar_photos .next:hover .spt_arrow_photo_right, #show_verifcation:hover .spt_circle_info, .add_opinion:hover .spt_opinion_new, .featuredlink:hover .spt_offer, .translatelink:hover .spt_traductor, .photographslink:hover .spt_photo, .secure_house:hover .spt_house, .secure_house:hover .spt_home_insurance, .house_cleaning:hover .spt_cleaning {
  display: inline-block;
}

.spt_cont_left {
  margin-left: 10px;
}

.spt_cont_left_xs {
  margin-left: 5px;
}

.spt_cont_right {
  margin-right: 10px;
}

.spt_cont_right_xs {
  margin-right: 5px;
}

.spt_cont_circle {
  cursor: pointer;
  margin: 0 5px -3px 0;
}

.spt_arrow {
  float: right;
}

.spt_house_cont {
  float: left;
  margin: -13px 5px 0 0;
}

.spt_default {
  float: left;
  margin: 5px 5px 0 0;
}

.spt_defect {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.spt_button {
  float: left;
  margin: 3px 0 0 10px;
}

.spt_small {
  width: 16px;
  height: 16px;
  margin: 27px 5px 0 0;
  float: left;
}

.spt_small_right {
  width: 15px;
  height: 16px;
  position: absolute;
  top: 27px;
  right: 7px;
}

.spt_cards {
  margin: 15px 2px 0 0;
}

.spt_cont_photo {
  margin: 0 0 2px 10px;
}

.spt_cal {
  margin: 0 10px -5px 15px;
}

.spt_thumb {
  width: 32px;
  height: 32px;
  display: block;
}

.spt_indent {
  float: left;
  margin: 4px 0 0 -21px;
}

.spt_country {
  height: 46px;
  float: left;
  margin: -15px 15px;
}

.spt_guides_home {
  float: left;
  margin: 0 15px 60px 0;
}

.spt_comment {
  float: left;
  height: 16px;
  margin: 22px 5px 0 0;
  width: 16px;
}

.stars {
  background-image: url(../images/stars.png);
  float: left;
  height: 16px;
  width: 80px;
  margin: 0 5px 0 0;
  text-indent: -9999px;
}

.star_10 {
  background-position: -64px 0px;
}

.star_15 {
  background-position: -48px -16px;
}

.star_20 {
  background-position: -48px 0px;
}

.star_25 {
  background-position: -32px -16px;
}

.star_30 {
  background-position: -32px 0px;
}

.star_35 {
  background-position: -16px -16px;
}

.star_40 {
  background-position: -16px 0px;
}

.star_45 {
  background-position: 0px -16px;
}

.star_50 {
  background-position: 0px 0px;
}

.lang_es {
  background: url(https://st-rentalia.com/images/flag_es_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_uk {
  background: url(https://st-rentalia.com/images/flag_uk_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_de {
  background: url(https://st-rentalia.com/images/flag_de_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_fr {
  background: url(https://st-rentalia.com/images/flag_fr_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_pt {
  background: url(https://st-rentalia.com/images/flag_pt_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_it {
  background: url(https://st-rentalia.com/images/flag_it_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_nl {
  background: url(https://st-rentalia.com/images/flag_nl_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_ct {
  background: url(https://st-rentalia.com/images/flag_ct_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_ga {
  background: url(https://st-rentalia.com/images/flag_ga_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_no {
  background: url(https://st-rentalia.com/images/flag_no_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_pv {
  background: url(https://st-rentalia.com/images/flag_pv_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_ru {
  background: url(https://st-rentalia.com/images/flag_ru_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.lang_se {
  background: url(https://st-rentalia.com/images/flag_se_small.png) no-repeat left center transparent;
  padding-left: 26px;
}

.list li {
  line-height: 20px;
  margin-bottom: 8px;
}
.list li:last-child,
.list li .last {
  margin-bottom: 0;
}

.list_squared_green li {
  background: url(https://st-rentalia.com/images/bullet.gif) no-repeat left 8px transparent;
  padding-left: 10px;
  margin-bottom: 16px;
  font-size: 18px;
}

.list_squared_green .txt {
  font-size: 14px;
}

.popup_window {
  width: 290px;
  display: none;
  padding: 10px 15px;
  border: 1px solid #bcbcbc;
  background-color: #FFF;
  position: absolute;
  z-index: 10;
  -moz-box-shadow: #bcbcbc 2px 2px 10px 2px;
  -webkit-box-shadow: #bcbcbc 2px 2px 10px 2px;
  box-shadow: #bcbcbc 2px 2px 10px 2px;
}

#globalcontainer {
  width: 1024px;
  padding: 15px 0 0 0;
  margin: 0 auto;
}
#globalcontainer h1 {
  margin: 10px 0 0 0;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
#globalcontainer #popupReserva {
  height: 770px;
  max-width: 1070px;
  width: 90%;
  z-index: 10;
  position: absolute;
  overflow: hidden;
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s;
  visibility: hidden;
}
#globalcontainer #popupReserva:before {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  content: "";
  bottom: 10px;
  left: 50%;
  top: 95%;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#globalcontainer #popupReserva .loaderPopup {
  transition: all 0s !important;
  position: absolute;
  margin: 1rem auto;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#globalcontainer #popupReserva .loaderPopup:before {
  content: '';
  display: block;
  padding-top: 100%;
}
#globalcontainer #popupReserva .loaderPopup .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#globalcontainer #popupReserva .loaderPopup .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
#globalcontainer #popupReserva iframe {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#globalcontainer #popupReserva .close_popup {
  opacity: 0;
  top: -8px;
  right: -8px;
  height: 30px;
  width: 30px;
  background: #fb6716;
  z-index: 999999999;
  border-radius: 50%;
  border: 1px solid #fb6716;
  box-shadow: 2px 2px 4px silver !important;
  cursor: pointer;
  position: relative;
  float: right;
}
#globalcontainer #popupReserva .close_popup svg {
  height: 30px;
  width: 30px;
}
#globalcontainer .active {
  display: block !important;
  visibility: visible !important;
  box-shadow: 2px 3px 16px silver !important;
  transition: all 600ms !important;
  transition: all 0.5s !important;
}
#globalcontainer .active:before {
  height: 2000px !important;
  width: 2000px !important;
  border-radius: 50% !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -1000px !important;
  margin-top: -1000px !important;
  display: block !important;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
#globalcontainer .active iframe {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
  transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
#globalcontainer .active .close_popup {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

#content {
  padding-top: 40px;
}

.globalcontainer100 {
  width: 100%;
  clear: both;
  background-color: #e3f1ff;
  filter: none;
}

#header {
  height: 70px;
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
#header .search_head {
  position: absolute;
  top: 13px;
  left: 165px;
  width: 200px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

#header100 {
  border-bottom: 1px solid #666;
  margin: 0 0 10px;
}

#footr100 {
  border-top: 1px solid #666;
  margin-top: 50px;
}

#header,
#globalcontainer,
#footr {
  padding-right: 20px;
  padding-left: 20px;
}

.logo {
  float: left;
  width: 398px;
  padding-top: 10px;
  text-decoration: none;
}
.logo .idealista {
  padding: 4px 0 0 0;
  color: #666;
  font-size: 14px;
}
.logo .idealista a {
  text-decoration: none;
}
.logo .logo_claim {
  float: left;
  padding: 1px 5px 0 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.area_user {
  float: right;
  text-align: right;
  position: relative;
  line-height: 68px;
}

.user_links li {
  float: left;
  font-size: 14px;
  position: relative;
}
.user_links li a {
  padding: 1px 10px;
  color: #0066CC;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.user_links li #s_menu_login {
  width: 225px;
  right: -1px;
  left: inherit;
  z-index: 10;
}
.user_links li .sep_head {
  position: absolute;
  top: 1px;
  right: -2px;
}
.user_links li .menu_head {
  display: none;
}
.user_links li label {
  display: block;
  margin: 10px 0;
}
.user_links li input {
  margin: 0 0 10px;
}
.user_links li label,
.user_links li p {
  color: #666;
  font-weight: bold;
}
.user_links li p {
  color: #0066CC;
}
.user_links li input[type="submit"] {
  margin: 0 auto;
  width: 100px;
}
.user_links li #loginform {
  padding: 10px;
}
.user_links li #loginform a {
  padding: 0;
  margin: 0 0 10px;
}
.user_links li #loginform .search_box {
  width: 160px;
  color: #666 !important;
}
.user_links li ul {
  position: absolute;
  top: 70px;
  right: -1px;
  z-index: 7;
  line-height: 17px;
  text-align: left;
  background: #E8EFFB;
  border: 1px solid #bcbcbc;
  width: 225px;
}
.user_links li ul li {
  display: block;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #bcbcbc;
}
.user_links li ul li a {
  display: block;
  padding: 10px;
  color: #00264c;
  font-size: 14px;
  font-weight: normal;
}
.user_links li ul li a:first-letter {
  text-transform: capitalize;
}
.user_links li ul li .first_login {
  text-decoration: underline;
  padding: 15px 10px;
  color: #00264c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.user_links li .hover_sp:hover,
.user_links li .hover_js {
  background-color: #fbfdfe;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFDFE', endColorstr='#FFD3E3F6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QzZTNmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(100%, #d3e3f6));
  background-image: -moz-linear-gradient(top, #fbfdfe 0%, #d3e3f6 100%);
  background-image: -webkit-linear-gradient(top, #fbfdfe 0%, #d3e3f6 100%);
  background-image: linear-gradient(to bottom, #fbfdfe 0%, #d3e3f6 100%);
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  margin: 0 -1px;
}
.user_links li .hover_sp img {
  width: 32px;
  height: 32px;
  margin: 0 5px -10px 0px;
}
.user_links .med {
  margin-right: 0;
  position: relative;
  border-right: none;
  border-bottom: none;
}
.user_links .last {
  margin-right: 0;
  border-right: none;
}
.user_links .last a,
.user_links .last a.resultlink {
  height: 30px;
  line-height: 30px;
  padding: 0 10px !important;
  margin: 18px 0 0 5px;
}

.language_box {
  float: right;
  padding-bottom: 4px;
}

#language_box_link {
  padding-right: 25px;
  font-size: 14px;
  background: no-repeat right;
}

.formbutton {
  background: #E4E4E4;
  padding: 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}

.formbutton16 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding: 0 15px;
}

.formbutton16_transparent {
  width: 20%;
  display: table;
  margin: 0 auto auto 40%;
  cursor: hand;
}

.formbutton16_transparent input[type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding: 0 15px;
  border: 0;
  color: white;
  background: transparent;
  cursor: hand;
}

.loading-dots {
  text-align: center;
  z-index: 5;
  height: 30px;
  font-weight: bold;
}

@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.submit_container input {
  width: 100%;
}

.dot {
  font-size: 27px;
  -webkit-animation: showHideDot 2.5s ease-in-out infinite;
  -o-animation: showHideDot 2.5s ease-in-out infinite;
  animation: showHideDot 2.5s ease-in-out infinite;
}

.one {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.two {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.three {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

ul.breadcrumb {
  position: absolute;
  bottom: -30px;
}
ul.breadcrumb li {
  float: left;
  font-size: 12px;
  margin: 0 2px 0;
  position: relative;
}
ul.breadcrumb li a {
  padding: 0 2px;
  text-decoration: underline;
}
ul.breadcrumb li a:hover {
  color: #00264c;
}
ul.breadcrumb li#geo_compress {
  background: #FFF;
  border: 1px solid #bcbcbc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 0 2px 3px;
  margin: -4px 0 0 4px;
}
ul.breadcrumb li#geo_compress a {
  text-decoration: none;
}
ul.breadcrumb li#geo_compress div {
  display: none;
  background: #FFF;
  position: absolute;
  top: 19px;
  left: -1px;
  z-index: 5;
  width: 364px;
  min-height: 10px;
  max-height: 360px;
  overflow-y: scroll;
  padding: 2px 2px 4px 2px;
  border: 1px solid #bcbcbc;
}
ul.breadcrumb li#geo_compress div li {
  width: 45%;
  line-height: 19px;
}
ul.breadcrumb li#geo_compress div li a {
  text-decoration: underline;
}
ul.breadcrumb li#geo_compress .ellipsis {
  position: relative;
  float: left;
  max-width: 84%;
  padding-right: 3px;
}
ul.breadcrumb li #white_hack {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  z-index: 10;
}
ul.breadcrumb .spt_arrow_right,
ul.breadcrumb .spt_arrow_down {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}
ul.breadcrumb .spt_arrow_down {
  margin-top: 5px;
}
ul.breadcrumb .select a {
  text-decoration: none;
}

#content.home {
  padding-top: 20px;
}
#content.home p {
  font-size: 14px;
  line-height: 20px;
}
#content.home a {
  text-decoration: none;
}
#content.home a:hover {
  text-decoration: #00264c;
}
#content.home a:visited {
  color: #036;
}
#content.home a:active {
  color: #0066CC;
}
#content.home #guides_home a {
  text-decoration: underline;
}
#content.home .title {
  clear: both;
  margin: 0 0 20px 0;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 13px;
}
#content.home #last_search {
  padding: 0 0 0 15px;
  font-weight: bold;
}
#content.home #last_search a {
  text-decoration: underline;
  font-weight: normal;
}
#content.home h2 img {
  vertical-align: middle;
}

.box_default {
  border: 1px solid #bcbcbc;
  position: relative;
  min-height: 30px;
}
.box_default #search_bar_home {
  height: 115px;
  margin-bottom: -30px;
  position: relative;
  padding: 15px 0 0 15px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE6F1FF', endColorstr='#FFE6F1FF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZjFmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UzZjFmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2YxZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(227, 241, 255, 0.8)), color-stop(93%, rgba(227, 241, 255, 0.8)), color-stop(100%, rgba(227, 241, 255, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(227, 241, 255, 0.8) 0%, rgba(227, 241, 255, 0.8) 93%, rgba(227, 241, 255, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(227, 241, 255, 0.8) 0%, rgba(227, 241, 255, 0.8) 93%, rgba(227, 241, 255, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(227, 241, 255, 0.8) 0%, rgba(227, 241, 255, 0.8) 93%, rgba(227, 241, 255, 0.8) 100%);
}
.box_default #img_panoramic {
  background: #e6f1ff;
  height: 265px;
}
.box_default select {
  height: 30px;
  padding: 5px 10px 6px;
}
.box_default #button_busq {
  margin: 0 0 0 10px;
}
.box_default input,
.box_default .calendar_form,
.box_default select {
  float: left;
}
.box_default h2 {
  padding: 0 0 10px;
  color: #0066CC;
  font-size: 26px;
}

.home .box_default {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#search_box_frm #extsearch_box,
#search_box_frm .calendar_form {
  margin-right: 12px;
}
#search_box_frm .Zebra_DatePicker_Icon {
  margin: 10px 5px 0 -27px !important;
}
#search_box_frm #search_example {
  position: absolute;
  left: 20px;
  bottom: 23px;
  padding-left: 30px;
  color: #666;
  font-size: 12px;
  font-style: italic;
}
#search_box_frm .dk_toggle {
  color: #000;
  width: 90px;
}
#search_box_frm .input_med::-webkit-input-placeholder,
#search_box_frm .input_large::-webkit-input-placeholder,
#search_box_frm .dk_toggle {
  color: #000 !important;
  opacity: 1 !important;
}
#search_box_frm .input_med:-moz-placeholder,
#search_box_frm .input_large:-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
#search_box_frm .input_med::-moz-placeholder,
#search_box_frm .input_large::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
#search_box_frm .input_med:-ms-input-placeholder,
#search_box_frm .input_large:-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
#search_box_frm #extsearch_box:focus::-webkit-input-placeholder {
  color: transparent !important;
}
#search_box_frm #extsearch_box:focus::-webkit-input-placeholder {
  color: transparent !important;
}
#search_box_frm #extsearch_box:focus::-moz-placeholder {
  color: transparent !important;
}
#search_box_frm #extsearch_box:focus:-moz-placeholder {
  color: transparent !important;
}
#search_box_frm input,
#search_box_frm select {
  height: 30px;
  font-size: 16px;
  padding: 5px 15px;
}
#search_box_frm .input_med {
  width: 120px;
  padding: 5px 10px;
}
#search_box_frm .input_large {
  padding-left: 30px;
}
#search_box_frm select.input_med,
#search_box_frm .formbutton {
  height: 42px;
}
#search_box_frm select.input_med {
  width: 140px;
  padding: 14px 10px;
}
#search_box_frm .formbutton {
  font-size: 18px;
  width: 130px;
}
#search_box_frm #search_example {
  font-style: normal;
}
#search_box_frm .dk_toggle {
  line-height: 25px;
  font-size: 16px;
}
#search_box_frm .spt_geo_exact {
  position: absolute;
  top: 28px;
  left: 25px;
}

.search_bar_home .dk_toggle {
  width: 85px !important;
  line-height: 30px;
}

.home_landscape_container {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
  z-index: 5;
}
.home_landscape_container .box_default {
  width: 1024px;
  margin: 0 auto;
  padding-top: 300px;
  border: 0;
}
.home_landscape_container .box_default #search_bar_home {
  height: 90px;
}
.home_landscape_container h2 {
  font-size: 48px;
  color: #FFF;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
}

.home_landscape_img {
  position: relative;
  background-size: cover;
  background: url(../images/bg_home_test.jpg) center center;
  margin: -10px auto 0 auto;
  height: 500px;
}

.ui-menu {
  width: 385px;
  max-height: 288px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 4;
}

.ui-menu-item {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  cursor: pointer;
}
.ui-menu-item:nth-child(2n+1) {
  background: #EEE;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
}
.ui-menu-item a {
  display: block;
  height: 100%;
  width: 95%;
  padding: 0 2.5%;
}
.ui-menu-item .result_ellipsed {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 88%;
  float: left;
}
.ui-menu-item:hover,
.ui-menu-item .ui-state-focus {
  background: #0066CC;
  color: #FFF;
}
.ui-menu-item:hover span,
.ui-menu-item .ui-state-focus span {
  color: #FFF;
}

.autoc_geo,
.autoc_num {
  color: #666;
  font-size: 14px;
}

.autoc_num {
  position: absolute;
  right: 3%;
  bottom: 0;
  font-weight: bold;
}

.search_bar_content {
  height: 45px;
}

.search_empty_sms {
  display: none;
  position: absolute;
  top: 53px;
  left: 15px;
  width: 355px;
  min-height: 135px;
  padding: 20px 15px;
  background: #FFF;
  border: 1px solid #bcbcbc;
  z-index: 4;
}
.search_empty_sms p {
  padding-bottom: 15px;
}
.search_empty_sms li {
  float: left;
  width: 30%;
  padding: 10px 0;
}
.search_empty_sms a {
  text-decoration: none;
}

.search_list .search_empty_sms {
  left: 10px;
}

.box_first {
  margin-right: 30px;
}

#box_small_cont {
  height: 230px;
  margin: 25px 0 30px 0;
}

.box_small {
  float: left;
  width: 232px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
.box_small p {
  padding: 3px 8px;
  color: #666;
}
.box_small p span {
  display: block;
}

#box_med_cont {
  height: 337px;
}

.box_med {
  float: left;
  width: 321px;
  height: 337px;
}

#box_big_cont {
  height: 342px;
}

.box_big {
  float: left;
  width: 497px;
  height: 342px;
}

.box_square {
  border: 1px solid #bcbcbc;
  background: #FFF;
  padding: 10px;
  margin-bottom: 25px;
}

#popular_destination {
  height: 25px;
  line-height: 25px;
  margin-top: 70px;
}
#popular_destination a:hover {
  text-decoration: underline;
}

#popular_destination_a {
  display: block;
  clear: both;
  padding: 15px 0;
}

#guides_home {
  height: 100px;
  padding: 0 0 30px 0;
  margin: 80px 0 10px 0;
  border-bottom: 3px dashed #bcbcbc;
}
#guides_home div {
  height: auto;
}
#guides_home h4 {
  color: #666;
}
#guides_home span {
  color: #00264c;
}

#last_search {
  color: #666;
  padding: 10px 0 0 5px;
  font-size: 12px;
}

#links_home {
  min-height: 100px;
  margin: 80px 0 0 0;
}
#links_home .box_small {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 228px;
  margin-bottom: 50px;
}
#links_home .spt_guides_home {
  margin: 0 15px 0 0;
}
#links_home .box_default {
  border: none;
}
#links_home .box_default h4 {
  height: 45px;
}
#links_home .box_default h4 a {
  color: #0066CC !important;
}
#links_home .box_default span {
  color: #00264c;
}
#links_home .box_default .home_title {
  height: auto;
  text-align: center;
}
#links_home .nido_enlaces_list a,
#links_home .show_link {
  color: #036 !important;
  text-decoration: underline !important;
}

.box_promo_text {
  position: absolute;
  top: 250px;
  left: 20px;
  width: 280px;
  height: 55px;
  color: #FFF;
  padding: 5px 0 0 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.box_promo_text h3,
.box_promo_text p {
  width: 205px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box_promo_text h3 {
  padding: 0 0 10px;
  font-size: 18px;
}
.box_promo_text p {
  color: #99ccff;
}
.box_promo_text span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 75px;
  height: 55px;
  background: #FF6B19;
  padding: 15px 0 0 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.box_promo_text_s {
  position: absolute;
  top: 275px;
  left: -10px;
  width: 280px;
  height: 25px;
  background: #FF6B19;
  padding: 5px 0 0 15px;
  color: #FFF;
}
.box_promo_text_s h3 {
  padding: 0 0 10px;
  font-size: 18px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box_promo_text_s p {
  color: #99ccff;
}
.box_promo_text_s span {
  position: absolute;
  top: -52px;
  left: 20px;
  width: 250px;
  height: 45px;
  background: #FF6B19;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990000, endColorstr=#990000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990000, endColorstr=#990000)";
  padding: 7px 0 0 10px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}

.box_promo_text_sp {
  top: 30px;
}
.box_promo_text_sp span {
  top: 30px;
}

.box_promo_text_small {
  top: 140px;
  right: 0;
  left: auto;
  height: 21px;
  width: auto;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  -webkit-box-shadow: -6px 2px 11px rgba(50, 50, 50, 0.47);
  -moz-box-shadow: -6px 2px 11px rgba(50, 50, 50, 0.47);
  box-shadow: -6px 2px 11px rgba(50, 50, 50, 0.47);
}

.search_box,
.input_box {
  height: 22px;
  padding: 4px 6px 3px 6px;
  font-size: 14px;
}

textarea.search_box {
  height: 140px;
  width: 630px;
  margin: 20px 0 0;
  resize: none;
  line-height: 16px;
}

textarea.search_box_resize {
  height: 35px;
  width: 630px;
  margin: 20px 0 0;
  line-height: 16px;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  border: 1px solid #bcbcbc;
}

.button_gen {
  border: 1px solid #FF5000;
  background-color: #FF6B19;
  cursor: pointer;
  text-decoration: none;
  color: #FFF !important;
  font-size: 16px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF6B19', endColorstr='#FFE04700');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwNDcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b19), color-stop(100%, #e04700));
  background-image: -moz-linear-gradient(top, #ff6b19 0%, #e04700 100%);
  background-image: -webkit-linear-gradient(top, #ff6b19 0%, #e04700 100%);
  background-image: linear-gradient(to bottom, #ff6b19 0%, #e04700 100%);
}
.button_gen:hover {
  color: #FFF;
  background-color: #ff6b19;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF6B19', endColorstr='#FFFF8747');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b19), color-stop(100%, #ff8747));
  background-image: -moz-linear-gradient(top, #ff6b19 0%, #ff8747 100%);
  background-image: -webkit-linear-gradient(top, #ff6b19 0%, #ff8747 100%);
  background-image: linear-gradient(to bottom, #ff6b19 0%, #ff8747 100%);
}
.button_gen:active {
  background-color: #ff6b19;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF6B19', endColorstr='#FFFFBC9B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmM5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b19), color-stop(100%, #ffbc9b));
  background-image: -moz-linear-gradient(top, #ff6b19 0%, #ffbc9b 100%);
  background-image: -webkit-linear-gradient(top, #ff6b19 0%, #ffbc9b 100%);
  background-image: linear-gradient(to bottom, #ff6b19 0%, #ffbc9b 100%);
}

.button_disabled {
  opacity: 0.5;
  cursor: inherit;
}
.button_disabled:hover, .button_disabled:active {
  background-color: inherit;
  background-image: inherit;
  cursor: default;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF6B19', endColorstr='#FFE04700');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmIxOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwNDcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6b19), color-stop(100%, #e04700));
  background-image: -moz-linear-gradient(top, #ff6b19 0%, #e04700 100%);
  background-image: -webkit-linear-gradient(top, #ff6b19 0%, #e04700 100%);
  background-image: linear-gradient(to bottom, #ff6b19 0%, #e04700 100%);
}

.formbutton_a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}

.formbutton {
  height: 30px;
  padding: 5px 10px 6px;
}

.button_comment {
  margin: 25px 0 36px 0 !important;
}

.input_large {
  width: 340px;
}

.input_med {
  width: 120px;
}

.sep {
  float: none;
  clear: both;
  margin: 30px 0 0;
}

.li_reset {
  float: left;
  border-right: 1px solid #CCCCCC;
  padding: 0 14px 0 0;
  margin: 0 13px 0 0;
  font-size: 18px;
}
.li_reset a {
  font-weight: bold;
  text-decoration: none;
}
.li_reset a:visited {
  color: #036;
}
.li_reset:first-child, .li_reset:last-child {
  border: none;
}
.li_reset:first-child {
  margin: 0 40px 0 0;
  color: #0066CC;
  font-weight: bold;
}
.li_reset:last-child {
  float: none;
}

#content.search_list h1 {
  padding: 10px 0 20px 0;
  margin: 0 0 8px 0;
}
#content.search_list .warn {
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #ff0000;
}
#content.search_list #search_tabs {
  margin: 0 0 20px 0;
}

#column_left {
  width: 185px;
  float: left;
}

#search_res_left {
  position: relative;
  float: left;
  padding: 0;
  clear: both;
  margin-bottom: 20px;
  width: 185px;
}

#search_res_fav_left {
  width: 800px;
  margin: 0 0 150px 0;
  float: left;
}

#search_res_right {
  width: 800px;
  margin: 0 0 130px 0;
  float: right;
}

#search_res_fav_right {
  float: right;
  padding: 12px;
  width: 170px;
}

#best_places {
  font-size: 14px;
  color: #666;
  padding: 15px 10px;
}
#best_places p {
  margin-bottom: 15px;
}
#best_places p.title {
  color: #0066CC;
  font-weight: bold;
}
#best_places a {
  margin: 0;
  line-height: 18px;
}
#best_places span.number {
  font-size: 12px;
  padding-left: 5px;
}
#best_places li {
  line-height: 25px;
}
#best_places .under {
  margin-bottom: 0;
}

div.home_title {
  margin-top: 10px;
  clear: both;
  line-height: 13px;
}
div.home_title h2 {
  display: inline;
  color: #0066CC;
  font-size: 14px;
}
div.home_title p.nest_links {
  text-align: left;
}

ul.home_list {
  float: left;
  width: 47%;
  margin-top: 20px;
}
ul.home_list li {
  margin: 0 0 8px 0;
  line-height: 20px;
}
ul.home_list li a {
  margin: 0 0 6px 0;
  text-decoration: underline;
}
ul.home_list li a:hover {
  color: #00264c;
}
ul.home_list li span {
  color: #666;
  font-size: 11px;
}

.ru_popular_destination {
  margin: 25px 0 30px 300px !important;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.ru_popular_destination a {
  text-decoration: underline !important;
  color: #036;
}

.text {
  margin-bottom: 7px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.list_img_ok .text,
.list_img_x .text,
.list_img_is .text {
  padding-left: 25px;
}

a.text {
  color: #036;
}

.text13 {
  font-size: 14px;
}

.selectbox {
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.selectbox option .main {
  background-color: #cee7ff;
}

.module a.button_basic {
  font-size: 14px;
}

#filtersForm {
  clear: both;
  margin: 0 0 10px;
}
#filtersForm ul {
  list-style: none;
}
#filtersForm li {
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
  padding: 10px;
  float: left;
  width: 89%;
}
#filtersForm li:last-child {
  border-bottom: none;
}
#filtersForm p {
  width: 145px;
  display: inline-block;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
#filtersForm label {
  font-size: 14px;
}
#filtersForm label span {
  font-size: 12px;
}
#filtersForm p,
#filtersForm label {
  line-height: 24px;
}
#filtersForm select {
  margin-top: 10px;
  width: 165px;
  border: 1px solid #bcbcbc;
}
#filtersForm .spt_arrow {
  margin-top: 4px;
}
#filtersForm .des_down,
#filtersForm .opts_cont {
  display: none;
}
#filtersForm div.dropdown {
  display: block;
  position: relative;
  background: #FFF;
  border: 1px solid #CCCCCC;
}
#filtersForm div.dropdown * {
  display: block;
}
#filtersForm div.dropdown li {
  border: 0;
}
#filtersForm div.dropdown div.dropdown_list {
  position: absolute;
  left: 0;
  top: 40px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 162px;
}
#filtersForm div.dropdown div.dropdown_list li {
  border-bottom: 1px solid #bcbcbc;
  width: 142px;
}
#filtersForm #daily_price_select,
#filtersForm #weekly_price_select {
  margin: 60px 0 25px 0;
  z-index: 1;
}
#filtersForm #daily_price_select input,
#filtersForm #weekly_price_select input {
  clear: both;
  border: none;
  width: 142px;
  font-family: Arial, Helvetica, sans-serif;
  color: #036;
  font-size: 16px;
}
#filtersForm #daily_price_select li:hover,
#filtersForm #weekly_price_select li:hover {
  background: #0066CC;
  cursor: pointer;
}
#filtersForm #daily_price_select li:hover a,
#filtersForm #weekly_price_select li:hover a {
  color: #FFF;
}
#filtersForm #daily_price_select_display,
#filtersForm #weekly_price_select {
  padding: 9px 10px;
  line-height: 22px;
}
#filtersForm .dk_options li {
  padding: 0;
  border: none;
  width: 100%;
}
#filtersForm .dk_toggle {
  width: 107px;
}
#filtersForm .dk_container {
  line-height: 22px;
}
#filtersForm .dropdown_expander {
  cursor: pointer;
}
#filtersForm .dropdown_expander .spt_arrow {
  position: absolute;
  right: 10px;
  top: 15px;
}
#filtersForm #result_first {
  color: #666;
  font-weight: bold;
}
#filtersForm a.collapse {
  text-decoration: underline;
  color: #036;
  font-size: 14px;
  font-weight: normal;
}

.submit {
  position: relative;
  height: 26px;
}
.submit .side {
  font-size: 11px;
  line-height: 26px;
}

.submit_button {
  padding: 2px 5px;
  overflow: visible;
  width: 164px;
}

.search_tab {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  height: 20px;
  font-size: 14px;
}
.search_tab a:hover {
  color: #00264c;
}
.search_tab .selected {
  height: 20px;
  padding: 4px 15px;
  color: #0066CC;
  font-size: txt_large;
  font-weight: bold;
}

.search_tab_list,
.search_tab_map {
  float: left;
}
.search_tab_list a,
.search_tab_map a {
  font-weight: bold;
}

.search_tab_order {
  float: right;
}

#search_tab_order_link {
  color: #666;
  text-decoration: none;
}
#search_tab_order_link:hover {
  color: #036;
  text-decoration: underline;
}

.search_tab_filter {
  display: none;
  position: absolute;
  top: 50px;
  right: -1px;
  z-index: 10;
  background: #FFF;
  width: 350px;
  border: 1px solid #bcbcbc;
}
.search_tab_filter li {
  min-height: 46px;
  color: #036;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
}
.search_tab_filter li:last-child {
  border: none;
}
.search_tab_filter li > a,
.search_tab_filter li .tab_filter_selected {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  font-weight: normal;
  text-decoration: none;
}
.search_tab_filter li > a:hover,
.search_tab_filter li .tab_filter_selected:hover {
  background: #0066CC;
  color: #FFF;
}
.search_tab_filter li .tab_filter_two_col {
  width: 49.2% !important;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.search_tab_filter li .tab_filter_two_col:last-child {
  border: none;
}
.search_tab_filter li .tab_filter_selected {
  background: #0066CC;
  color: #FFF;
}
.search_tab_filter li .tab_filter_middle {
  float: left;
  padding-top: 15px;
  color: #bcbcbc;
}

.search_tabs {
  height: 20px;
  padding: 10px !important;
}
.search_tabs a {
  font-weight: bold;
  font-size: 14px;
}

.bg_search_tabs {
  clear: both;
  height: 26px;
  margin-bottom: 20px;
  padding: 0 0 0 18px;
}
.bg_search_tabs p {
  float: left;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
.bg_search_tabs ul li {
  height: 21px;
  border-left: 5px solid #FFF;
  float: left;
  padding: 5px 2px 0;
  color: c_txt_grey;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.bg_search_tabs .cap {
  width: 43px;
}
.bg_search_tabs .price {
  width: 83px;
}
.bg_search_tabs .price .priceaprox {
  font-size: 11px;
  font-weight: normal;
}
.bg_search_tabs .dates {
  width: 59px;
}
.bg_search_tabs .eval {
  width: 79px;
}
.bg_search_tabs .aprox {
  font-size: 18px;
}

.search_results {
  clear: both;
  margin: 0 0 10px;
}
.search_results .large,
.search_results .list_normal {
  background: #FFF;
  clear: both;
  border: 1px solid #bcbcbc;
  margin: 30px 0;
  height: 90px;
  position: relative;
  font-size: 11px;
}
.search_results .large.apartament--visited,
.search_results .list_normal.apartament--visited {
  color: #666;
}
.search_results .first_env {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_results .list_normal {
  height: 155px;
}
.search_results .list_normal .photo {
  margin-right: 15px;
}
.search_results .list_normal .description_cont {
  margin: 15px 0 0 0;
  width: 530px;
}
.search_results .list_normal .description_cont h3 {
  width: 315px;
}
.search_results .list_normal .description_cont h3 a {
  font-size: 14px;
  font-weight: bold;
}
.search_results .list_normal .description_cont .description {
  padding-right: 10px;
  width: 300px;
}
.search_results .list_normal .description_cont .description_right {
  margin-top: -29px;
  width: 190px;
}
.search_results .list_normal .description_cont .description_right p:first-child {
  font-weight: bold;
  font-size: 18px;
}
.search_results .list_normal .description_cont .description_right p:first-child span {
  font-size: 14px;
  font-weight: normal;
}
.search_results .list_normal ul.ellipsis li {
  width: 140px !important;
}
.search_results .offer_cont {
  margin-bottom: 60px;
}
.search_results .offer_cont .offer_txt {
  background: #FFF;
  position: absolute;
  left: -1px;
  bottom: -32px;
  border: 1px solid #FF6B19;
  height: 30px;
  width: 100%;
}
.search_results .offer_cont .offer_txt p {
  color: #FF6B19;
  font-size: 14px;
  line-height: 30px;
  padding: 0 0 0 10px;
}
.search_results:hover {
  cursor: pointer;
}
.search_results .ie_hover {
  background: #ffffcc;
  cursor: pointer;
}
.search_results .last {
  border: none;
}
.search_results div {
  float: left;
}
.search_results p {
  font-size: 14px;
  margin-bottom: 10px;
}
.search_results .description p,
.search_results .dates p,
.search_results .eval p,
.search_results .photo p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 36px;
}
.search_results .description {
  position: relative;
  width: 229px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: clip;
  padding-right: 10px;
  font-size: 14px;
}
.search_results .description ul.ellipsis {
  vertical-align: top;
}
.search_results .description ul.ellipsis li {
  width: 100px;
  float: left;
}
.search_results .description p {
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_results .description p:first-letter {
  text-transform: capitalize;
}
.search_results .long_desc {
  height: 40px;
  overflow: hidden;
}
.search_results .reserve_enabled {
  font-size: 14px;
  line-height: 20px;
  margin: 17px 0 0;
}
.search_results h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.search_results h3 a {
  color: #0066CC;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
.search_results .photo {
  text-align: center;
  position: relative;
}
.search_results .photo p {
  width: 107px;
}
.search_results .photo img {
  margin: 0 auto;
  border-right: 1px solid #bcbcbc;
}
.search_results .no_photo {
  display: block;
  background: #AAA;
  color: #FFF;
}
.search_results .no_photo span {
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 33%;
}
.search_results .location {
  width: 120px;
  text-align: left;
  padding-left: 25px;
  background: no-repeat left top;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search_results .cap {
  width: 43px;
  text-align: center;
}
.search_results .price {
  width: 87px;
  text-align: right;
}
.search_results .price .price_type {
  margin-bottom: 0;
  color: #666;
  font-size: 11px;
  line-height: 16px;
}
.search_results .price #sininfo {
  color: #666;
  font-size: 11px;
}
.search_results .spt_house_cont {
  margin-top: 0;
}
.search_results .eval {
  width: 81px;
  margin-right: 0;
  text-align: right;
  position: relative;
}
.search_results .eval img {
  margin-bottom: 10px;
}
.search_results .eval p {
  line-height: 16px;
}
.search_results .large {
  height: 215px;
}
.search_results .large .photo {
  margin-right: 30px;
  height: 215px;
  width: 320px;
  overflow: hidden;
  display: inline-block;
}
.search_results .large .photo p {
  width: 150px;
}
.search_results .large .photo .navbar_photos {
  position: absolute;
  top: 0;
  right: 15px;
  height: 30px;
  width: 290px;
  line-height: 30px;
  padding: 0;
}
.search_results .large .photo .navbar_photos img {
  margin: 0;
}
.search_results .large .photo .navbar_photos span {
  color: #666;
  font-size: 14px;
}
.search_results .large .photo .navbar_photos a {
  height: 30px;
  line-height: 30px;
  padding: 93px 15px;
}
.search_results .large .photo .navbar_photos .previous {
  position: absolute;
  top: 0;
  left: -15px;
}
.search_results .large .photo .navbar_photos .next {
  position: absolute;
  top: 0;
  right: -15px;
}
.search_results .large .location {
  background-position: left top;
}
.search_results .large .description_cont {
  display: inline-block;
  width: 425px;
  padding: 15px 0 0;
}
.search_results .large .description_right {
  display: inline-block;
  width: 192px;
  margin: 6px 0 0 0;
}
.search_results .large .description_right p:first-child {
  font-size: 18px;
  font-weight: bold;
}
.search_results .large .description {
  width: 201px;
}
.search_results a:hover {
  color: #00264c;
}

.opinion_cont {
  float: none !important;
  margin: 19px 0 0 0;
}

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

.ellipsis_multi_lines {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#content.no_dates div.bg_search_tabs p {
  width: 780px;
}

#content.no_dates div.bg_search_tabs p.warn {
  width: 100%;
}

#content.no_dates ul.search_results li div.description {
  display: inline-block;
  border-right: 1px solid #bcbcbc;
}
#content.no_dates ul.search_results li div.description .spt_house_rural {
  margin-right: 5px;
}

h2.nest_links,
a.title_a {
  color: #0066CC;
  font-size: 14px;
  margin-top: 40px;
  clear: both;
  display: inline;
}

.gmaps_popup {
  width: 510px;
  padding: 5px 0;
  overflow: hidden;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.gmaps_popup .gmaps_mapa_ref {
  text-decoration: none;
  color: #0066CC;
  font-weight: bold;
}
.gmaps_popup img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #bcbcbc;
}
.gmaps_popup .gmaps_title {
  display: block;
  width: 270px;
}
.gmaps_popup .gmaps_inside_left {
  float: right;
  width: 270px;
  line-height: 30px;
}
.gmaps_popup .add_to_list {
  float: right;
  height: 17px;
  width: 33px;
}
.gmaps_popup .prices {
  font-weight: bold;
}
.gmaps_popup .stars {
  margin: 6px 5px 0 0;
}
.gmaps_popup .right_f {
  padding: 0 20px 0 0;
}

#exact_link,
#aprox_link {
  display: inline-block;
  font-weight: bold;
}

#map_legend {
  margin: 20px 0 30px;
}
#map_legend .right_f {
  color: #666;
}

.generic_map {
  float: left;
  margin: 0 20px 25px 0;
}

.filete_sup {
  display: block;
  width: 95%;
  line-height: 30px;
  background: #FF6B19;
  margin-bottom: 10px;
  color: #FFF;
  padding: 0 2.5%;
  font-size: 13px;
}

#google_alojamientos_zoom_warning {
  display: none;
  position: absolute;
  width: 450px;
  z-index: 2;
  background-color: #FFF;
  border: 1px solid #D2D2D2;
  white-space: nowrap;
  padding: 2px 10px 8px;
  margin: 7px 0 0 150px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

#google_no_exact {
  display: none;
  position: absolute;
  height: 120px;
  width: 350px;
  z-index: 3;
  border: 1px solid #D2D2D2;
  margin-top: 150px;
  margin-left: 150px;
  padding: 30px 10px 8px;
  text-align: center;
  white-space: nowrap;
}
#google_no_exact p {
  margin-bottom: 50px;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

#google_no_exact_trans {
  background-color: #FFF;
  height: 150px;
  margin-top: 150px;
  margin-left: 150px;
  padding: 2px 10px 8px;
  position: absolute;
  width: 350px;
  z-index: 2;
  opacity: 0.6;
  filter: alpha(opacity="60");
  display: none;
}

.nido_enlaces ul {
  display: none;
  font-size: 14px;
  float: left;
}

#links_home .nido_enlaces ul {
  width: 100%;
  margin-top: 25px;
}

.nido_counter {
  color: #666;
}

div.pager {
  text-align: right;
  position: relative;
  padding: 6px 0;
  margin: 30px 0 25px;
}
div.pager ul.numeric {
  font-size: 14px;
}
div.pager ul.numeric li {
  display: inline-block;
  height: 25px;
  width: 27px;
  line-height: 26px;
  margin: 0 0 0 2px;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  text-align: center;
}
div.pager ul.numeric li a {
  height: 100%;
  width: 100%;
  color: #0066CC;
  display: block;
  text-decoration: none;
}
div.pager ul.numeric li a:hover {
  color: #0066CC;
}
div.pager ul.numeric li.selected {
  border: 1px solid #bcbcbc;
  font-weight: bold;
  background: #e3f1ff;
}
div.pager .order {
  float: left;
  margin: 3px 0 0;
  font-size: 14px;
}
div.pager p {
  display: inline;
  color: #0066CC;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}
div.pager .dk_container {
  margin: 0 5px;
  text-align: left;
  float: none;
  display: inline-block;
  line-height: 23px;
}
div.pager .dk_container .dk_toggle {
  padding: 4px 25px 3px 10px;
}

p.main_paragraph {
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
}

p.sub_paragraph {
  font-size: 14px;
  line-height: 20px;
}

p.title_paragraph {
  color: #9C0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
}

.big_link {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

p.promo_tagline {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 20px;
}

.agency_info {
  font-size: 14px;
  margin-bottom: 40px;
  color: #666;
}
.agency_info img {
  margin: 20px 0 12px 0;
  border: 1px solid #bcbcbc;
}
.agency_info strong {
  display: inline-block;
  width: 165px;
}
.agency_info li {
  margin-bottom: 20px;
  line-height: 22px;
}
.agency_info span {
  color: #000;
}
.agency_info .leftbar_title {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

.share_fb {
  float: right;
}
.share_fb img {
  position: relative;
  top: 3px;
}

#loginforgotpassword {
  font-size: 12px;
}

.passwd_box {
  padding: 10px;
  width: 480px;
}
.passwd_box p {
  font-style: italic;
}

#register_publish {
  font-size: 18px;
}

#footr {
  padding-top: 30px;
  position: relative;
  width: 1024px;
  margin: 0 auto !important;
}
#footr .foot_idealista {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 5;
}
#footr .foot_idealista .gray_txt {
  font-size: 14px;
}
#footr ul {
  float: left;
  width: 247px;
  margin-bottom: 30px;
}
#footr ul .first {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
#footr ul li {
  position: relative;
  line-height: 26px;
  text-align: left;
}
#footr ul li img {
  position: absolute;
  top: 6px;
  left: 0;
}
#footr ul li label {
  float: left;
  padding: 4px 5px 0 0;
}
#footr ul li a {
  font-size: 14px;
}
#footr .dk_options {
  bottom: 0 !important;
}
#footr #social_share li a {
  padding-left: 3px;
}
#footr p {
  clear: both;
  padding: 5px 0;
  border-top: 2px dashed #bcbcbc;
  color: #666;
  font-size: 14px;
  text-align: left;
}

.box {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #bcbcbc;
  padding: 15px;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.box .head,
.box .head_houses {
  padding: 6px;
  color: #0066CC;
  font-weight: bold;
}
.box .head,
.box .large {
  font-size: 18px;
}
.box .head_houses {
  font-size: 14px;
}
.box .body {
  padding: 20px 6px 26px 6px;
}
.box .body_small {
  padding: 10px 0 20px 5px;
}
.box input,
.box select,
.box textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.box img {
  vertical-align: bottom;
}
.box img .banner {
  vertical-align: middle;
}
.box.box--no_results {
  margin: -10px 0 20px 0;
}

.ok {
  padding-left: 20px;
  background: url(https://st-rentalia.com/images/ok2.gif) no-repeat 6px 20px white;
}

p.ok {
  background-position: 0 0;
}

.warn_box {
  padding-left: 20px;
  background: url(https://st-rentalia.com/images/warning.png) no-repeat 6px 20px white;
}

.warn_box2 {
  padding-left: 20px;
}

#messagesent {
  margin-bottom: 25px;
}
#messagesent .gray_txt {
  margin-top: 25px;
  display: block;
}

dl.left_label_form .info_campo_gris {
  color: #666;
}
dl.left_label_form .dk_toggle {
  min-width: 90px;
}
dl.left_label_form .dk_container {
  margin-right: 10px;
}

dl.left_label_form p.under label input,
dl.left_label_form div.under label input {
  margin-right: 5px;
}

dl.left_label_form dt {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 1px;
}
dl.left_label_form dt .new_passwd {
  line-height: 13px;
  margin-bottom: 6px;
}

.authmail_wrap {
  margin: 10px 0;
}

#emailtemplate .info,
.auth_mail .info {
  font-size: 11px;
  color: #666;
  margin-top: 3px;
  width: 160px;
}

.msj_ok {
  margin: 0 0 40px;
}

#profile_form dl.left_label_form dt {
  width: 250px;
}

#profile_form .warningform,
#profile_form dd input {
  float: left;
}

#profile_form dd input[type="text"],
#profile_form dd input[type="password"] {
  width: 150px;
}

#profile_form dd input[type="checkbox"] {
  margin-right: 5px;
}

#profile_form .last {
  clear: both;
  margin: 55px 0 0 0;
}

dl.left_label_form dt,
dl.left_label_form dd {
  margin-bottom: 9px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
dl.left_label_form dt .long,
dl.left_label_form dd .long {
  margin-bottom: 20px;
}
dl.left_label_form dt .last,
dl.left_label_form dd .last {
  margin-bottom: 0;
}
dl.left_label_form dt.color-darker,
dl.left_label_form dd.color-darker {
  color: #000;
}

dl.left_label_form dd {
  display: inline-block;
  width: 100%;
}
dl.left_label_form dd input,
dl.left_label_form dd select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
dl.left_label_form dd#mail {
  width: 980px;
}

dl.short_head dt {
  width: 130px;
}

dl.short_head dd {
  width: 820px;
}

.block_it {
  display: block;
}

.left_label_msg {
  margin-left: 221px;
}

ul.horizontal_form li {
  display: inline-block;
  margin-right: 6px;
}
ul.horizontal_form li label {
  display: block;
  color: #666;
  font-weight: bold;
  margin-bottom: 6px;
}

.photo_file label {
  display: inline-block;
}

.photo_file input {
  width: 285px;
}

.log_box {
  display: inline-block;
}

dl.lined_definition {
  line-height: 26px;
}
dl.lined_definition dt {
  float: left;
  clear: both;
  width: 90px;
}
dl.lined_definition dd {
  margin-left: 100px;
}

.hs_subcabecera {
  color: #666;
}

#register {
  width: 315px;
  display: inline-block;
  line-height: 13px;
  vertical-align: top;
}
#register dl {
  line-height: 26px;
}
#register dt {
  width: 125px;
  display: inline-block;
  vertical-align: top;
}
#register dd {
  width: 185px;
  display: inline-block;
}
#register dd input {
  width: 180px;
}

#register_info {
  display: inline-block;
  line-height: 26px;
}

.info_house {
  display: inline-block;
}
.info_house a.resultlink {
  color: #0066CC;
  font-weight: bold;
  text-decoration: none;
}

dl.comments {
  font-size: 14px;
  line-height: 20px;
}
dl.comments dt img:first-child {
  margin-right: 6px;
}
dl.comments strong {
  color: #06C;
  font-weight: bold;
}
dl.comments dd {
  margin-bottom: 20px;
}
dl.comments dd a img {
  float: left;
  margin-right: 5px;
}
dl.comments .reply_cont {
  margin: 0 0 0 25px;
}
dl.comments .reply_cont .spt_reply {
  margin: -1px 0 0 -21px;
}

.confirm .comment {
  position: relative;
}

ul.photos li {
  display: inline-block;
  margin-right: 6px;
}

#high_opinions {
  margin: 40px 0;
}

div.comments {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
div.comments .comments_cont {
  margin-bottom: 20px;
  display: block;
  min-height: 155px;
  background: #FFF;
  border: 1px solid #bcbcbc;
  clear: both;
}
div.comments .comments_cont .img_cont {
  float: left;
  width: 230px;
  margin-right: 5px;
}
div.comments .comments_cont .img_cont img {
  border-right: 1px solid #bcbcbc;
}
div.comments .comments_cont:hover {
  cursor: pointer;
}
div.comments .rate {
  display: inline-block;
  width: 530px;
  vertical-align: top;
  position: relative;
  padding: 15px 0 10px 15px;
}
div.comments .rate strong {
  color: #000;
  font-weight: bold;
}
div.comments .rate .txt_cont {
  height: 16px;
  display: block;
  margin: 0 0 15px;
}
div.comments .rate .title_a {
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0;
  display: block;
}
div.comments .hide_link {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 0 0 10px;
  background: #FFF;
}
div.comments .hide_link span {
  position: absolute;
  height: 18px;
  left: -30px;
  width: 30px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.link_container a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

p.comment_links a {
  display: inline-block;
  height: 19px;
  line-height: 21px;
}

a.comment_houses {
  padding-left: 26px;
  background-image: url(https://st-rentalia.com/images/vote1.gif);
}

.label_desc {
  color: #666;
  font-weight: bold;
}

.clearfloat, .gest-serv {
  display: block;
}
.clearfloat:after, .gest-serv:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfloat, * html .gest-serv {
  height: 1%;
}

.inputlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputlist li {
  margin-bottom: 20px;
}
.inputlist .piled {
  display: inline-block;
}
.inputlist .date label {
  display: block;
}
.inputlist .date input {
  display: inline;
  vertical-align: bottom;
}
.inputlist .date .calendar_form {
  display: inline-block;
  margin-right: 10px;
}
.inputlist .date .calendar_form input {
  width: 115px;
}
.inputlist input,
.inputlist textarea {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.inputlist input {
  height: 27px;
}
.inputlist .calendar_availability {
  position: relative;
  display: inline-block;
  width: 160px;
}
.inputlist .calendar_availability input {
  width: 110px;
}
.inputlist .calendar_availability button.Zebra_DatePicker_Icon {
  background: transparent;
}

.list_numbered li {
  list-style-type: decimal;
}

#progress_bar {
  display: inline-block;
  width: 400px;
  height: 20px;
  border: 1px solid #06C;
  vertical-align: bottom;
}
#progress_bar .bar {
  background: #06C;
  height: 100%;
  display: block;
}

.ac_results {
  background-color: #FFF;
  border: 1px solid #000;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 390px !important;
  z-index: 99999;
}
.ac_results ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ac_results li {
  cursor: default;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 2px 5px;
}

.ac_loading {
  background: url("indicator.gif") no-repeat scroll right center #FFF;
}

#loading {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  background: #e3f1ff;
  border: 1px solid #bcbcbc;
  width: 10em;
  padding: 5px;
  margin: 20px 0 0 0;
  text-align: center;
}

.ac_over {
  background-color: #cee7ff;
}

.ds_box {
  background-color: #FFF;
  border: 0;
  position: absolute;
  z-index: 32767;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.home .ds_box {
  top: 86px !important;
}

.home #ds_conclass1 {
  left: 425px !important;
}

.home #ds_conclass2 {
  left: 577px !important;
}

.ds_tbl {
  background-color: #0066CC;
}

.ds_head,
.ds_subhead {
  background-color: #cee7ff;
  color: #0066CC;
  font-weight: bold;
  text-align: center;
}

.ds_subhead {
  width: 20px;
}

.ds_cell {
  background-color: #FFF;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.ds_cell:hover {
  background-color: #0066CC;
  color: #FFF;
}

.selected_day {
  background-color: #cee7ff;
}
.selected_day:hover {
  background-color: #0066CC;
  color: #FFF;
}

.ds_cell_desactivated {
  background-color: #FFF;
  color: #CCCCCC;
  text-align: center;
}
.ds_cell_desactivated:hover {
  background-color: #FFF;
}

.advertiser_data_zone {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin: 28px 0 0;
}
.advertiser_data_zone .agency_logo {
  margin: 5px 0 5px 0;
}
.advertiser_data_zone .promo_tagline {
  color: #666;
  font-style: italic;
}

#message_sent_main {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  border: 1px solid #bcbcbc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 15px 30px 0 0;
}

.gradient {
  display: inline-block;
  background: url(/images/blue_gradient.gif) repeat-x 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8EFFB), to(#c5d0e2));
}

.formularioContacto {
  width: 345px;
  display: inline-block;
  margin: 0 140px 0 0;
}

#mail_contact .title_zone p {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

#msj_preview {
  border: 1px solid #000;
  display: none;
  padding: 10px;
  margin-top: 10px;
}

img.credit_cards {
  vertical-align: middle;
}

input.promotype {
  width: 13px;
}

.fcb_offer_head {
  border-bottom: 1px dotted #bcbcbc;
  padding-bottom: 10px;
}

.form_item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#contact_form dt {
  margin-bottom: 0;
}
#contact_form dt .warn_txt {
  display: none;
}

#contact_form .item {
  margin-bottom: 20px !important;
}

#contact_form .contact_dl1 {
  width: 400px;
  float: left;
}

#contact_form #contact_info {
  width: 503px;
  margin-left: 120px;
}

#contact_form .button_gen {
  height: 35px;
}

#contact_form select {
  width: 335px;
}

.ranking_semanal {
  color: #0066CC;
  font-size: 18px -1px;
  font-weight: bold;
}

ul.contract_list {
  float: left;
  width: 510px;
  margin: 25px 0 0 0;
}
ul.contract_list li {
  line-height: 20px;
  margin: 0 0 8px 0;
  font-size: 14px;
}

.owner .pricesView h1 {
  color: #2e2e2e !important;
  text-align: center;
  font-size: 1.5rem !important;
  border-bottom: 1px solid #DDD;
  padding-bottom: 1.5rem;
  font-weight: inherit !important;
}
.owner .pricesView .pricesTable {
  margin-top: 3.5rem;
  width: 100%;
}
.owner .pricesView .pricesTable tbody tr {
  height: 30px;
}
.owner .pricesView .pricesTable tbody svg {
  background: #00cc3e;
  border-radius: 50%;
  padding: 0.2rem;
  fill: #FFF;
  font-weight: 200;
}
.owner .pricesView .pricesTable tbody .noAvailable {
  background: #f2f2f2 !important;
}
.owner .pricesView .pricesTable tr td {
  background: #FFF;
  text-align: center;
  font-size: 14.7px;
  color: #303030;
  padding: 1rem 0;
}
.owner .pricesView .pricesTable tr td:nth-child(1) {
  background: #e3f1ff;
  color: #727375;
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
}
.owner .pricesView .pricesTable tr .selectCell p {
  margin-bottom: 0.7rem;
}
.owner .pricesView .pricesTable tr th:nth-child(1) {
  background: #e3f1ff;
  width: 30%;
  color: #727375;
  padding: 1rem;
  font-weight: inherit;
  font-size: 1rem;
  height: 80px;
}
.owner .pricesView .pricesTable tr th:nth-child(2) {
  background: #FFF;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  width: 20%;
  position: relative;
}
.owner .pricesView .pricesTable tr th:nth-child(2) div {
  background: #4bb5fa;
}
.owner .pricesView .pricesTable tr th:nth-child(3) {
  background: #FFF;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  width: 20%;
  position: relative;
}
.owner .pricesView .pricesTable tr th:nth-child(3) div {
  background: #3087d5;
}
.owner .pricesView .pricesTable tr th:nth-child(4) {
  background: #FFF;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  width: 20%;
  position: relative;
}
.owner .pricesView .pricesTable tr th:nth-child(4) div {
  background: #2146a4;
}
.owner .pricesView .pricesTable tr th .tableInfo {
  left: 0;
  position: absolute;
  width: 100%;
}
.owner .pricesView .pricesTable tr th .tableInfo:nth-child(1) {
  top: 0;
  height: 38%;
  line-height: 3rem;
}
.owner .pricesView .pricesTable tr th .tableInfo:nth-child(2) {
  bottom: 0;
  height: 58%;
  line-height: 4rem;
  font-size: 0.8rem;
  font-weight: 100;
}
.owner .pricesView .pricesTable tr th .tableInfo:nth-child(2) span {
  font-weight: 600;
  font-size: 2rem;
}
.owner .pricesView .pricesTable tr th .tableInfo p {
  color: #FFF;
  line-height: 4rem !important;
}
.owner .pricesView .pricesTable .dk_container {
  background: #FFF;
  width: 100%;
  border-radius: 3px;
  max-width: 254px;
  margin: 0 auto !important;
  float: none !important;
}
.owner .pricesView .pricesTable .dk_toggle {
  width: 78%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  font-size: 1rem;
  text-align: left;
  max-width: 254px;
}
.owner .pricesView .pricesInfo {
  padding-top: 1.5rem;
  color: #666666;
  font-family: Arial;
  font-size: 12px !important;
}

.cabecera_form,
.cabecera_text {
  margin: 20px 0;
}

.cabecera_form {
  padding: 15px 0 30px;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}
.cabecera_form span {
  font-weight: normal;
}

.less_bot_padding {
  padding: 15px 0px 5px 0px;
  margin: 20px 0px 5px 0px;
}

.errorPasswordMessage {
  border: 2px solid black;
  color: red;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}

#platinum_list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#platinum_list li {
  clear: both;
  height: 80px;
  margin: 20px 0;
}
#platinum_list li .img {
  width: 110px;
  height: 80px;
  float: left;
  text-align: center;
}
#platinum_list li p {
  padding-left: 160px;
}
#platinum_list li .description {
  background: no-repeat 130px top;
  padding-top: 7px;
}
#platinum_list .photo {
  margin: auto;
}
#platinum_list p {
  margin: 6px 0;
}

div.ads {
  margin-bottom: 20px;
}
div.ads p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}

table span.resultlink b {
  color: #036;
}

p.multi-intro {
  margin-bottom: 20px;
}

ul.prices_tables li .last {
  margin-bottom: 0;
}

.prices_tablename,
.prices_tablename input {
  color: #0066CC;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 5px;
}

.prices_tablename_multi,
.prices_tablename_multi input {
  font-size: 14px;
}

.prices_tablename input {
  margin-right: 5px;
}

.prices_tablename input.capacity,
div.prices_tablename .multiplier input {
  width: 50px;
}

body:not(.nohover) tbody tr:hover {
  background-color: #e6f1ff;
}

.prices_table_hack {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  border: 1px solid #0066CC;
  margin-bottom: 15px;
}

table.prices, table.prices.owner {
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: -1px;
  margin-right: -1px;
}
table.prices input, table.prices.owner input {
  width: 30px;
  padding: 0 5px 0 5px;
}
table.prices td, table.prices.owner td,
table.prices th,
table.prices.owner th {
  position: relative;
  height: 40px;
  border-right: 1px solid #0066CC;
  border-bottom: 1px solid #0066CC;
  text-align: center;
  padding: 5px;
  outline: 0;
}
table.prices thead tr, table.prices.owner thead tr {
  background-color: #cee7ff;
}
table.prices th, table.prices.owner th {
  color: #666;
}
table.prices td, table.prices.owner td {
  color: #000;
}
table.prices td:hover::after,
table.prices thead th:not(:empty):hover::after,
table.prices td:focus::after,
table.prices thead th:not(:empty):focus::after {
  content: "";
  position: absolute;
  background-color: #e6f1ff;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
  cursor: pointer;
}
table.prices td:hover::after,
table.prices th:hover::after {
  background-color: #e6f1ff;
}
table.prices .first {
  text-align: left;
}
table.prices .date div {
  display: inline-block;
}
table.prices .date input {
  width: 80px;
}
table.prices .date input.error {
  border: 1px solid #ff0000;
  background: #ffffcc;
}
table.prices .money {
  width: 70px;
  font-weight: normal;
}
table.prices .money input {
  width: 38px;
  padding: 0 15px 0 5px;
}
table.prices .nights_min {
  width: 100px;
}
table.prices .season_title {
  width: 200px;
  text-align: left;
}
table.prices .season_basic {
  text-align: left;
  width: 276px;
}
table.prices input, table.prices.owner input,
table.prices select,
table.prices.owner select {
  border: 1px solid #969696;
  height: 22px;
}
table.prices input .error,
table.prices select .error {
  border-color: #00264c;
}
table.prices .offer {
  color: #EC6200;
}
table.prices .offer .prev {
  text-decoration: line-through;
}
table.prices .placeholder {
  position: relative;
  width: 60px;
  height: 24px;
  margin: auto;
}
table.prices .placeholder input,
table.prices .placeholder span {
  position: absolute;
  top: 0;
}
table.prices .placeholder input {
  left: 0;
}
table.prices .placeholder span {
  right: 5px;
  line-height: 24px;
}
table.prices .delete_table {
  width: 40px;
}

table.prices.owner td,
table.prices.owner th {
  border: 1px solid #0066CC;
}

.blocked_prices {
  opacity: 40%;
  pointer-events: none;
}

table.rental_units {
  border: 1px solid #0066CC;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
table.rental_units th,
table.rental_units td {
  background-position: center center;
  color: #666;
  height: 40px;
  padding: 5px;
  text-align: center;
}
table.rental_units th .first,
table.rental_units td .first {
  padding-left: 10px;
  text-align: left;
}
table.rental_units th {
  background-color: #cee7ff;
}
table.rental_units td {
  border-top: 1px solid #0066CC;
  background: #FFF;
}
table.rental_units td a {
  font-weight: bold;
}
table.rental_units tr.active td {
  color: #0066CC;
  font-weight: bold;
}

.add_season {
  font-size: 18px;
  font-weight: bolder;
  margin: 20px 0;
}

.add_season.blocked_prices {
  opacity: 40%;
  pointer-events: none;
}

.info_30_idealista {
  color: #666;
  margin-bottom: 10px;
}

.prices_more_info label {
  display: block;
}

.prices_more_info_lang li {
  display: inline-block;
  margin-right: 10px;
}

.prices_more_info img,
ul.prices_more_info_lang img {
  vertical-align: middle;
  margin-right: 5px;
}

table.month {
  border: solid 1px #7777FF;
  border-collapse: collapse;
}
table.month td {
  background: #FFF no-repeat;
}
table.month .booked {
  background-color: #FFAAAA;
  color: #666;
  text-decoration: line-through;
}
table.month .partial {
  background-color: #ffffcc;
}
table.month .free_booked {
  background-image: url(https://st-rentalia.com/images/calendar_bg_free_booked.png);
}
table.month .free_partial {
  background-image: url(https://st-rentalia.com/images/calendar_bg_free_partial.png);
}
table.month .partial_booked {
  background-image: url(https://st-rentalia.com/images/calendar_bg_partial_booked.png);
}
table.month .partial_free {
  background-image: url(https://st-rentalia.com/images/calendar_bg_partial_free.png);
}
table.month .booked_partial {
  background-image: url(https://st-rentalia.com/images/calendar_bg_booked_partial.png);
}
table.month .booked_free {
  background-image: url(https://st-rentalia.com/images/calendar_bg_booked_free.png);
}
table.month .disabled {
  color: #CCCCCC !important;
  background: #FFF none;
  text-decoration: none;
  font-style: italic;
}
table.month .selected,
table.month .selected_hover {
  background-repeat: repeat-x;
}
table.month .selected {
  background-color: #99ccff;
  background-image: url(https://st-rentalia.com/images/calendar_bg_selected.png);
}
table.month .selected_hover {
  cursor: pointer;
  background-color: #5995DA;
  background-image: url(https://st-rentalia.com/images/calendar_bg_selected_hover.png);
}
table.month th,
table.month td {
  border: solid 1px #0066CC;
  text-align: center;
  background-position: center center;
  padding: 0;
  width: 31px;
  line-height: 29px;
}
table.month th,
table.month th a,
table.month th a:hover,
table.month th a:visited {
  background-color: #cee7ff;
  color: #0066CC;
  font-weight: bold;
}
table.month th.next,
table.month th.previous {
  cursor: pointer;
}

table.month_big td,
table.month_big th {
  height: 60px;
  width: 80px;
  font-size: 1.25em;
}
table.month_big td.weekend {
  color: #9C0000;
}
table.month_big td.free_booked {
  background-image: url(https://st-rentalia.com/images/calendar_bg_free_booked_big.png);
}
table.month_big td.free_partial {
  background-image: url(https://st-rentalia.com/images/calendar_bg_free_partial_big.png);
}
table.month_big td.partial_booked {
  background-image: url(https://st-rentalia.com/images/calendar_bg_partial_booked_big.png);
}
table.month_big td.partial_free {
  background-image: url(https://st-rentalia.com/images/calendar_bg_partial_free_big.png);
}
table.month_big td.booked_free {
  background-image: url(https://st-rentalia.com/images/calendar_bg_booked_free_big.png);
}
table.month_big td.booked_partial {
  background-image: url(https://st-rentalia.com/images/calendar_bg_booked_partial_big.png);
}
table.month_big td.selected {
  background-image: url(https://st-rentalia.com/images/calendar_bg_selected.png);
}
table.month_big td.disabled {
  background: #FFF none;
}

table.month_form {
  position: absolute;
  display: none;
  z-index: 9999999;
}
table.month_form td {
  height: 28px;
  color: #000;
}
table.month_form .enabled {
  cursor: pointer;
}

table.month_edit td.enabled {
  cursor: pointer;
}

.calendar .calendar_navbar {
  text-align: center;
  position: relative;
}
.calendar .calendar_navbar .previous {
  position: absolute;
  top: 0;
  left: 0;
}
.calendar .calendar_navbar .next {
  position: absolute;
  top: 0;
  right: 0;
}
.calendar .calendar_navbar a {
  font-weight: bold;
}
.calendar .calendar_navbar span {
  color: #666;
  cursor: default;
}
.calendar .calendar_navbar .previous a:visited,
.calendar .calendar_navbar .next a:visited {
  color: #036;
}
.calendar .calendar_navbar .dk_container {
  margin: 0 auto;
  width: 198px;
  float: none;
}
.calendar .calendar_navbar .dk_container .dk_toggle {
  width: 141px;
}

.calendar_legend {
  position: absolute;
  right: 0;
  width: 365px;
}
.calendar_legend .updated {
  color: #666;
  font-size: 13px;
  font-weight: normal;
}
.calendar_legend li {
  line-height: 20px;
  margin-bottom: 10px;
}
.calendar_legend li span {
  display: block;
  float: left;
  height: 18px;
  width: 18px;
  border: solid 1px #7777FF;
  margin-right: 6px;
}
.calendar_legend li.booked span {
  background-color: #FFAAAA;
}
.calendar_legend li.selected span {
  background-color: #9AC2FF;
}
.calendar_legend li.partial span {
  background-color: #ffffcc;
}

.calendar_list {
  position: relative;
}
.calendar_list .list {
  width: 775px;
  padding-top: 20px;
}
.calendar_list .month_container {
  float: left;
  height: 250px;
  margin: 0 50px 8px 0;
}
.calendar_list .last {
  margin-right: 0;
}
.calendar_list .calendar_navbar {
  width: 775px;
  text-align: center;
  clear: both;
  position: relative;
  padding-bottom: 10px;
}

.calendar_edit {
  position: relative;
}
.calendar_edit .calendar_navbar {
  font-size: 16px;
  line-height: 30px;
  width: 568px;
  margin-bottom: 20px;
}
.calendar_edit .calendar_navbar select {
  font-size: 18px;
  line-height: 30px;
  color: #0066CC;
  font-weight: bold;
  background-color: #FFF;
  border: 1px solid #ccc;
}
.calendar_edit .calendar_legend {
  top: 50px;
  line-height: 150%;
}
.calendar_edit table.month {
  margin-bottom: 20px;
}
.calendar_edit .form {
  margin-bottom: 40px;
}
.calendar_edit .form label:first-child {
  font-weight: bold;
  color: #666;
  width: 180px;
  display: inline-block;
}
.calendar_edit .form li {
  line-height: 30px;
  height: 30px;
}
.calendar_edit .form span {
  margin-right: 15px;
}
.calendar_edit .form #calendar_update {
  display: none;
}
.calendar_edit .form .spt_check {
  margin: 0 0 0 10px;
}

div.calendar div.form ul li a {
  display: none;
}

#calendar_multi_header {
  margin-bottom: 40px;
}
#calendar_multi_header .ru_title {
  color: #0066CC;
  font-weight: bold;
}

#calendar_multi_navbar {
  font-weight: bold;
  margin-bottom: 20px;
}
#calendar_multi_navbar li {
  color: #0066CC;
  display: inline;
  margin-right: 20px;
}
#calendar_multi_navbar li.info {
  color: #666;
}

#calendar_tips {
  padding-left: 25px;
}
#calendar_tips ul li {
  background: url("https://st-rentalia.com/images/bullet.gif") no-repeat scroll left 8px transparent;
  padding-left: 10px;
  margin-top: 20px;
}

.input_27 {
  width: 27px;
}

.input_110 {
  width: 110px;
}

.input_160 {
  width: 160px;
  margin-right: 10px;
}

.auth_mail {
  margin-bottom: 9px;
}

.avaibook {
  font-size: 14px;
  line-height: 16px;
}
.avaibook p {
  margin-bottom: 20px;
  line-height: 20px;
  clear: both;
}
.avaibook h2,
.avaibook h3 {
  color: #0066CC;
  margin: 30px 0;
  line-height: 20px;
  clear: both;
}
.avaibook div.block {
  margin-bottom: 40px;
  clear: both;
  line-height: 20px;
}
.avaibook a.link16 {
  font-size: 18px;
  font-weight: bolder;
}
.avaibook .form_error {
  color: #ff0000;
  display: none;
}
.avaibook ul.houses {
  margin: 0 auto;
}
.avaibook ul.houses li {
  padding: 3px;
  margin-bottom: 15px;
  text-align: left;
  border: 2px solid #FFF;
}
.avaibook ul.houses li .selected {
  border: 2px solid #9C0000;
}
.avaibook ul.houses li div.container {
  border: 1px solid #CCCCCC;
  padding: 15px;
  color: #666;
}
.avaibook ul.houses li div.container p.title_house {
  line-height: 20px;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #0066CC;
}
.avaibook ul.houses li div.container p.environment {
  height: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.avaibook ul.houses li div.container p.description_short,
.avaibook ul.houses li div.container p.description_long,
.avaibook ul.houses li div.container p.opinions {
  font-size: 12px;
  color: #666;
  font-size: 14px;
}
.avaibook ul.houses li div.container p.description_short {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.avaibook ul.houses li div.container p.description_long {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.avaibook ul.houses li div.container p.opinions {
  margin: 0;
  font-size: 14px;
}
.avaibook ul.houses li div.container p.opinions img {
  vertical-align: middle;
  margin-right: 5px;
}
.avaibook ul.houses li div.container span.checked {
  display: none;
}
.avaibook ul.houses li div.photo {
  display: inline-block;
  vertical-align: top;
  width: 225px;
}
.avaibook ul.houses li div.info {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 710px;
}
.avaibook ul.houses li div.select,
.avaibook ul.houses li p.terms {
  color: #666;
}
.avaibook ul.houses li div.select input,
.avaibook ul.houses li p.terms input {
  margin: 0 5px 0 0;
}
.avaibook .info_activation {
  text-align: left;
  margin: 0 auto 30px;
}
.avaibook .header_drag_and_drop {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  font-weight: bolder;
  color: #666;
  margin-bottom: 20px;
}
.avaibook .header_drag_and_drop .right {
  position: absolute;
  top: 0;
  right: 0;
}
.avaibook .header_drag_and_drop img {
  vertical-align: top;
  margin-left: 5px;
}
.avaibook .drag_and_drop {
  width: 860px;
  margin: 0 auto 50px auto;
}
.avaibook .drag_and_drop .left {
  float: left;
  border-right: 3px solid #CCCCCC;
  width: 566px;
}
.avaibook .drag_and_drop .right {
  float: left;
  margin-left: 30px;
  width: 253px;
}
.avaibook .drag_and_drop .boxes_row {
  height: 282px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.avaibook .drag_and_drop .boxes_row_ru {
  height: 192px;
}
.avaibook .drag_and_drop .boxes_row_last {
  margin-bottom: 0;
}
.avaibook .drag_and_drop .boxes_row_equal {
  background: url("/images/equal.png") no-repeat center center;
}
.avaibook .drag_and_drop .box_basic {
  float: left;
  width: 253px;
  height: 282px;
}
.avaibook .drag_and_drop .box_basic_ru {
  height: 192px;
}
.avaibook .drag_and_drop .box_right {
  margin-left: 30px;
}
.avaibook .edit_houses .box_free,
.avaibook .edit_ru .box_free,
.avaibook .drag_and_drop .box_free {
  border: 1px dashed #CCCCCC;
  width: 251px;
  height: 280px;
}
.avaibook .edit_ru .box_free,
.avaibook .drag_and_drop .box_free_ru {
  height: 190px;
}
.avaibook .edit_houses .not_attached,
.avaibook .drag_and_drop .droppable_info {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 200%;
  font-weight: bolder;
  color: #969696;
}
.avaibook .edit_houses .house,
.avaibook .drag_and_drop .house {
  border: 1px solid #CCCCCC;
  padding: 20px;
  width: 211px;
  height: 240px;
  text-align: left;
  background-color: #FFF;
}
.avaibook .edit_ru .ru,
.avaibook .drag_and_drop .ru {
  border: 1px solid #CCCCCC;
  padding: 20px;
  width: 211px;
  height: 150px;
  text-align: left;
  background-color: #FFF;
}
.avaibook .drag_and_drop .house_attached,
.avaibook .drag_and_drop .ru_attached {
  border-color: #9C0000;
}
.avaibook .edit_houses .house .photo,
.avaibook .drag_and_drop .house .photo {
  background-color: #EEE;
  width: 210px;
  height: 140px;
  margin-bottom: 10px;
}
.avaibook .edit_houses .house .title_house,
.avaibook .drag_and_drop .house .title_house {
  height: 20px;
  margin-bottom: 10px;
  color: #666;
}
.avaibook .edit_houses .house .environment,
.avaibook .drag_and_drop .house .environment {
  padding-left: 30px;
  height: 20px;
  margin-bottom: 0;
}
.avaibook .edit_ru .row {
  height: 190px !important;
}
.avaibook .edit_ru .row,
.avaibook .edit_houses .row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #CCCCCC;
  height: 280px;
  background: url("/images/equal.png") no-repeat 258px center;
}
.avaibook .edit_ru .row_last,
.avaibook .edit_houses .row_last {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.avaibook .edit_ru .row .ru,
.avaibook .edit_ru .row .box_free,
.avaibook .edit_houses .row .house,
.avaibook .edit_houses .row .box_free {
  float: left;
  margin-right: 30px;
}
.avaibook .edit_ru .not_attached,
.avaibook .edit_house .not_attached {
  border: 1px dashed #CCCCCC;
  color: #969696;
  font-size: 18px;
  font-weight: bolder;
  line-height: 130%;
  text-align: center;
}
.avaibook .edit_ru .row .actions,
.avaibook .edit_houses .row .actions {
  width: 287px;
  float: left;
}
.avaibook .edit_ru .row .actions ul,
.avaibook .edit_houses .row .actions ul {
  padding-top: 50px;
}
.avaibook .edit_ru .row .actions li,
.avaibook .edit_houses .row .actions li {
  margin-bottom: 30px;
}
.avaibook .edit_ru .completed,
.avaibook .edit_houses .completed {
  padding-right: 20px;
  background: #21A221 url("https://st-rentalia.com/images/ok2.gif") no-repeat right center;
}
.avaibook .header_edit_houses {
  height: 38px;
  margin-bottom: 30px;
}
.avaibook .header_edit_houses div {
  float: left;
  margin-right: 30px;
  width: 253px;
  text-align: center;
}
.avaibook li.detach_multi p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666;
}

.avaibook_attach_title {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px;
  width: 500px;
}

.avaibook_info h2 {
  font-size: 18px;
}

.avaibook_info h3 {
  font-size: 14px;
}

.avaibook_attach_ru .house_header {
  margin-bottom: 20px !important;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

.avaibook_attach_ru .house_info {
  height: 72px;
  margin-bottom: 20px;
}
.avaibook_attach_ru .house_info img {
  float: left;
}

.avaibook_attach_ru .house_info_text {
  padding: 0 0 0 30px;
  float: left;
}
.avaibook_attach_ru .house_info_text p {
  line-height: 15px;
  margin-bottom: 5px;
}

.avaibook_attach_ru .header_drag_and_drop {
  font-size: 14px;
}

.avaibook_attach_ru .ru .ru_title {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

.avaibook_attach_ru .ru .ru_capacity {
  color: #666;
  font-size: 14px;
}

.avaibook_advantages li {
  line-height: 20px;
  margin: 15px 15px 15px 25px;
}

.avaibook_advantages .spt_check {
  margin-left: -25px;
}

.avaibook_steps {
  width: 926px;
  height: 322px;
  margin: 40px auto 50px auto;
}

.avaibook_steps li {
  float: left;
  width: 310px;
  margin-right: 42px;
  background: url("/images/orange-triangle.png") no-repeat right center;
}

.avaibook_steps li:last-child {
  width: 222px;
  margin-right: 0;
}

.avaibook_steps_box {
  width: 180px;
  height: 280px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #666;
  line-height: 20px;
}

.avaibook_steps li img {
  margin: 0 auto 20px auto;
}

.avaibook_box_register,
.avaibook_box_success,
.avaibook_box_error {
  width: 400px;
  margin: 30px auto 50px auto;
  border: 1px solid #bcbcbc;
  background: #FFF;
  padding: 30px;
}

.avaibook_attach_user_columns .avaibook_box_register {
  display: table-cell;
  margin: 0;
}

.avaibook_box_register p {
  margin: 20px 0 20px 0;
  line-height: 20px;
  text-align: left;
}

.avaibook_box_register .img {
  text-align: center;
}

.avaibook_box_register .img img {
  margin: 0;
}

.avaibook_box_register label,
.avaibook_box_register input[type="text"],
.avaibook_box_register input[type="submit"] {
  display: block;
}

.avaibook_box_register label {
  margin: 15px 0 5px 0;
}

.avaibook_box_register input[type="text"] {
  width: 280px;
}

.avaibook_box_register input[type="submit"] {
  display: inline;
  margin-top: 15px;
}

.avaibook_box_register input[type="checkbox"] {
  margin-right: 5px;
}

.avaibook_box_register span.warn_txt {
  margin-top: 5px;
  display: block;
}

.avaibook_box_register a.show_other_email {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.avaibook_info {
  line-height: 20px;
}

.avaibook_info_it {
  position: relative;
}

.avaibook_attach_user_columns {
  width: 926px;
  margin: 30px auto 50px auto;
  display: table;
  vertical-align: top;
}

.avaibook_attach_user_column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.avaibook_advantages_box_it {
  padding-right: 30px;
}

.avaibook_box_success p,
.avaibook_box_error p {
  margin-bottom: 20px;
  line-height: 20px;
}

.avaibook_box_success .title {
  color: #029437;
  font-size: 18px;
  font-weight: bold;
}

.avaibook_box_error .title {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.avaibook_box_success .img,
.avaibook_box_error .img {
  text-align: center;
  margin-bottom: 20px;
}

.box_container_strech {
  width: 750px;
  margin: 0 auto;
  padding: 20px 0;
}

.avaibook_house_nav li {
  display: inline-block;
  width: 200px;
}

.avaibook_preview {
  padding: 0 10px 0 0;
}

.avaibook_preview_multi {
  background-color: #e6f1ff;
}

.avaibook_preview img {
  float: left;
  padding-right: 30px;
}

.avaibook_preview_ref {
  font-weight: normal !important;
  margin-left: 10px;
}

.avaibook_preview_price {
  color: #666;
}

.avaibook_preview_inside {
  padding: 5px;
}

.avaibook_preview_inside li {
  line-height: 45px;
}

.avaibook_preview_capacity {
  font-size: 18px;
}

.avaibook_preview_ru {
  cursor: pointer;
  margin-left: 180px;
}

.avaibook_preview_ru_selected {
  border: 1px solid #ff0000;
}

.avaibook_connected li {
  display: inline-block;
  position: relative;
  width: 32%;
  min-height: 200px;
  margin-right: 5px;
  vertical-align: top;
  padding: 0;
}

.avaibook_connected li:nth-child(3n) {
  margin-right: 0;
}

.avaibook_connected span {
  display: block;
  line-height: 36px;
  height: 36px;
  max-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.avaibook_connected p {
  padding: 10px;
}

.avaibook_connected img {
  max-width: 100%;
  height: 161px;
  object-fit: cover;
}

.avaibook_connected .avaibook_preview_price {
  float: none;
  margin-bottom: 20px;
}

.avaibook_connected_button {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  background: #ff5000;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  margin-top: 15px;
}

.avaibook_connected_button:hover,
.avaibook_connected_button:visited {
  background-color: #FF6B19;
  color: #FFF;
}

.attach_ab_details {
  margin: 0 auto;
  width: 430px;
}
.attach_ab_details ul > li,
.attach_ab_details p {
  margin-bottom: 25px;
}
.attach_ab_details .spt_check {
  margin-right: 5px;
}

.wrapper_ab_button {
  border: 1px solid #bcbcbc;
  margin: 55px 0 77px 0;
}
.wrapper_ab_button > p {
  float: left;
  padding: 10px 15px;
  background-color: #FFF;
  width: 65%;
}
.wrapper_ab_button > a {
  float: right;
  width: 30%;
}

.matched_error {
  color: #ff0000;
  text-align: center;
  margin: 20px 0 20px 0;
}

.avaibook_house_fusion {
  margin: 20px auto 0 auto;
  padding: 0;
}
.avaibook_house_fusion > div {
  float: left;
}
.avaibook_house_fusion img {
  display: block;
  max-width: 180px;
}

.avaibook_house_fusion p {
  line-height: 32px;
  height: 32px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avaibook_house_fusion_center {
  padding: 10px 0 10px 1px;
}

.avaibook_house_fusion_inside {
  width: 167px;
  padding: 10px;
}

.avaibook_house_fusion .avaibook_preview_ref {
  font-size: 13px !important;
}

.attach_button_submit {
  margin-top: 40px;
}
.attach_button_submit > a {
  margin: 0 auto;
  width: 300px;
}

.img_tmpl_container {
  background-color: #EFEBE7;
  width: 180px;
  height: 121px;
}
.img_tmpl_container > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%;
  margin: 0 auto;
}

a.button_basic {
  text-decoration: none;
  padding: 5px 15px;
  font-weight: bold;
}

a:hover.button_basic {
  cursor: pointer;
  color: #FFF;
}

a.button_basic_16 {
  font-size: 18px;
  font-weight: bold;
}

h2.header_form {
  display: inline;
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
}

.placeholder {
  color: #AAA;
}

.gradient_hack {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F7F7');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMC45Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(247, 247, 247, 0.65)), color-stop(77%, rgba(247, 247, 247, 0.9)), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.65) 50%, rgba(247, 247, 247, 0.9) 77%, #f7f7f7 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.65) 50%, rgba(247, 247, 247, 0.9) 77%, #f7f7f7 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0.65) 50%, rgba(247, 247, 247, 0.9) 77%, #f7f7f7 100%);
}

.fyle {
  font-size: 14px;
}
.fyle p {
  line-height: 20px;
  margin: 0 0 20px;
  clear: both;
}
.fyle .high_lined {
  line-height: 26px;
}
.fyle h1,
.fyle h2,
.fyle h3 {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
}
.fyle h1 {
  display: inline-block;
  vertical-align: top;
}
.fyle h1,
.fyle h2.inline {
  display: inline;
  clear: none;
  margin: 0 5px 0 0;
}
.fyle .subtitle {
  color: #666;
  font-weight: bold;
}
.fyle .subtitle em {
  font-style: normal;
  font-weight: normal;
  color: #000;
}
.fyle .subtitle span {
  font-weight: normal;
}
.fyle .center_text {
  color: #666;
  text-align: center;
}
.fyle .inline {
  display: inline;
  color: #666;
}
.fyle .ref {
  font-size: 18px;
  display: inline-block;
}
.fyle a:hover {
  color: #ff0000;
}
.fyle .link {
  color: #666;
}
.fyle .link:visited {
  color: #036;
}
.fyle .link:hover {
  color: #ff0000;
}
.fyle .house_desc_link {
  margin: 10px 0 20px 0;
}
.fyle .module {
  clear: both;
  padding-top: 40px;
}
.fyle .search_result_nav {
  padding: 0 5px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 20px;
  clear: both;
}
.fyle .search_result_nav .prev {
  float: left;
}
.fyle .search_result_nav .return {
  text-align: center;
}
.fyle .search_result_nav .next {
  float: right;
}
.fyle .search_result_nav #in_nav {
  float: right;
  width: 200px;
}
.fyle .search_result_nav a {
  color: #0066CC;
  text-decoration: none;
}
.fyle .search_result_nav a:hover {
  color: #00264c;
}
.fyle .house_long_desc {
  position: relative;
  margin-bottom: 18px;
}
.fyle .house_long_desc dt {
  font-weight: bold;
  margin-bottom: 8px;
  color: #666;
}
.fyle .house_long_desc_extra .gradient_hack {
  display: none;
}
.fyle .photo_area {
  margin: 0 0 40px 0;
  text-align: center;
}
.fyle .photo_area a.photo,
.fyle .photo_area div.photo {
  display: block;
  position: relative;
  margin: 0 25px 25px 0;
  overflow: hidden;
}
.fyle .photo_area a.photo img,
.fyle .photo_area div.photo img {
  height: auto;
  width: 778px;
  border: 1px solid #bcbcbc;
}
.fyle .photo_area a.photo span,
.fyle .photo_area div.photo span {
  display: block;
  background: url("../images/pixel_trans.png") repeat;
  height: 40px;
  line-height: 37px !important;
  position: absolute;
  width: 100%;
  bottom: 3px;
  color: #99ccff;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.fyle .photo_area div.photo_small {
  display: inline-block;
  width: 375px;
}
.fyle .photo_area div.photo_small img {
  width: 373px;
  border: 1px solid #bcbcbc;
}
.fyle .photo_area div.last,
.fyle .photo_area a.last {
  margin-right: 0;
}
.fyle .photo_area ul li {
  color: #666;
}
.fyle .photo_area .prev {
  float: left;
}
.fyle .photo_area .next {
  float: right;
}
.fyle .photo_area #photo_label {
  line-height: 18px;
}
.fyle .photo_area p {
  margin-top: 10px;
}
.fyle .photo_menu {
  margin: 0 0 40px 0;
  text-align: center;
}
.fyle .photo_menu div.photo_small {
  display: inline-block;
  width: 375px;
  border: 1px solid #bcbcbc;
  background: #e3f1ff;
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
}
.fyle .photo_menu div.last,
.fyle .photo_menu a.last {
  margin-right: 0;
}
.fyle .sections_menu {
  clear: both;
  margin: 0;
  height: 21px;
}
.fyle .sections_menu li {
  float: left;
  line-height: 13px;
}
.fyle .sections_menu .lb {
  display: inline-block;
  border-right: 1px solid #E4E4E4;
  margin: 2px 10px 0;
  width: 1px;
  line-height: 10px;
}
.fyle .sections_menu .lb_last {
  display: inline-block;
  margin: 2px 10px 0;
  width: 1px;
  line-height: 10px;
}
.fyle .sections_menu .first {
  padding-left: 0;
  border: none;
}
.fyle dl {
  clear: both;
}
.fyle dl .advertiser_data_zone {
  clear: none;
}
.fyle dl dt {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.fyle dl dd {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 20px;
}
.fyle dl dd p {
  margin: 0;
}
.fyle dl.inline {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.fyle dl.inline dt {
  float: left;
  clear: left;
  width: 145px;
  line-height: 26px;
}
.fyle dl.inline dd {
  float: left;
  line-height: 26px;
  margin-bottom: 0;
}
.fyle dl.price_extra_info {
  margin-top: 20px;
}
.fyle dl.price_extra_info dt {
  width: 215px;
}
.fyle .big_photogallery li {
  float: left;
  height: 303px;
  width: 49.9%;
  text-align: center;
  margin-bottom: 16px;
  color: #666;
  font-weight: bold;
}
.fyle .big_photogallery li span {
  font-weight: normal;
}
.fyle .big_photogallery li img {
  display: block;
  margin: 0 auto 9px;
}
.fyle .big_photogallery li .even {
  margin: 0 0 9px auto;
}
.fyle .big_photogallery li .odd {
  margin: 0 auto 9px 0;
}
.fyle .small_photogallery {
  clear: both;
}
.fyle .small_photogallery li {
  float: left;
  width: 108px;
  height: 80px;
  margin: 0 9px 20px 0;
  text-align: center;
}
.fyle .small_photogallery li img {
  display: block;
  margin: 0 auto;
}
.fyle .languages {
  margin: 0 0 20px;
  word-spacing: 9px;
}
.fyle .languages p {
  word-spacing: normal;
  margin-right: 9px;
}
.fyle .languages p,
.fyle .languages ul,
.fyle .languages ul li {
  display: inline;
}
.fyle .contact_form_link {
  float: right;
  display: block;
  border: 1px solid #7B9EBD;
  background: url(/images/blue_gradient.gif) repeat-x 0 0 transparent;
  background: -moz-linear-gradient(top, #E8EFFB, #c5d0e2);
  background: -webkit-gradient(linear, left top, left bottom, from(#E8EFFB), to(#c5d0e2));
}
.fyle .contact_form_link a {
  background: url(https://st-rentalia.com/images/share/mail.gif) no-repeat 20px 4px;
  display: block;
  padding: 2px 44px;
  text-decoration: none;
}
.fyle .hreview p.subtitle {
  line-height: 20px;
  margin: 0;
}
.fyle .hreview p.summary {
  margin: 0 0 20px;
}
.fyle .reply {
  padding: 0 0 0 20px;
}
.fyle .reply .subtitle {
  color: #0066CC;
  padding-bottom: 5px;
}
.fyle .reply .subtitle .spt_reply {
  margin-left: -21px;
}
.fyle p.advice {
  margin-bottom: 26px;
}
.fyle #platinum_list li p {
  clear: none;
  margin: 0;
}
.fyle #platinum_list li p.description {
  padding-top: 2px;
}
.fyle .platinum {
  clear: both;
  padding: 40px 0 0 0;
}
.fyle #price h3 span,
.fyle #disponibility h3 span {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.title_zone {
  margin-bottom: 20px;
  clear: both;
  height: 30px;
}
.title_zone h4 {
  float: left;
  padding: 0 10px 25px 0;
  font-size: 18px;
  color: #0066CC !important;
}

.photo_small .more_photos {
  display: block;
  font-weight: bold;
  color: #0066CC;
  font-size: 18px;
  text-decoration: none;
}

.house_popup {
  padding: 20px;
}
.house_popup h3 {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
}
.house_popup h3 span {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

ul.rank li.score {
  margin: 0 20px 0 0;
}

ul.rank li img {
  margin-right: 6px;
  vertical-align: bottom;
}

#map {
  width: 798px;
  height: 527px;
  position: relative;
  background: #FFF;
  z-index: 1;
  display: none;
  border: 1px solid #bcbcbc;
}

#mapstatic {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

#static-controls {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 30;
  cursor: pointer;
}

#map_zone .subtitle {
  float: left;
  margin: 0 9px 20px 0;
  clear: none;
}

#map_zone .map_menu li {
  float: left;
  padding: 0 9px 0;
  border-left: 1px solid #000;
}

#map_zone .map_menu .view_photos {
  padding-left: 0;
  border: none;
}

#map_zone #map_info {
  clear: none;
}
#map_zone #map_info dt {
  margin: 20px 0 0;
  height: 20px;
}

#map_zone.module dl#map_info dd.adr span.map_link {
  line-height: 26px;
}

.statslink a {
  padding: 0 0 0 18px;
  background: url(/images/bar_graph.png) no-repeat left top;
}

p.zone_beach {
  margin-bottom: 26px;
}
p.zone_beach a {
  display: block;
  padding: 2px 0 0 0;
}
p.zone_beach a .spt_house_beach {
  margin: -10px 5px 0 0;
}

ul.nest {
  margin: 0 0 80px;
}
ul.nest li {
  display: inline-block;
  width: 33%;
}
ul.nest li span {
  color: #666;
  font-size: 11px;
}

ul.opinions {
  clear: both;
  height: 13px;
}
ul.opinions li {
  float: left;
  padding: 2px 0;
}
ul.opinions .add_opinion {
  margin-right: 20px;
}
ul.opinions .add_opinion a {
  font-size: 18px;
  font-weight: bold;
}

.sendmailcalendario {
  position: absolute;
  z-index: 10;
}

#wrap {
  clear: both;
}

#reserve_stop .boxes {
  background: #FFF;
}
#reserve_stop .boxes a {
  text-align: center;
  display: block;
  width: 155px;
}

.boxes {
  border: 1px solid #bcbcbc;
  background: #e3f1ff;
  padding: 25px 10px;
  margin-bottom: 30px;
}
.boxes .two_col {
  display: inline-block;
  width: 92px;
  margin: 0 0 10px 0;
}
.boxes .two_col .search_box {
  width: 78px;
  padding: 0 5px;
  margin: 10px 0 0;
  height: 27px;
  color: #666;
}
.boxes .two_col button.Zebra_DatePicker_Icon {
  background: transparent;
}
.boxes .button_gen {
  width: 145px;
  font-size: 16px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.boxes #reserve_form .button_gen,
.boxes #sendmailsubmit .button_gen {
  width: 187px;
  display: block;
}
.boxes #reserve_form .select {
  display: block;
  width: 100%;
}
.boxes #reserve_form .select select {
  border: 1px solid #ccc;
  background: #FFF;
  width: 100%;
  height: 2.3rem;
  font-size: 0.9rem;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
        0% {
    stroke: #e64e05;
  }
  40% {
    stroke: #fe6918;
  }
  66% {
    stroke: #e64e05;
  }
  80%,
        90% {
    stroke: #fe6918;
  }
}
.boxes .loaderPrice {
  position: relative;
  margin: 1rem auto;
  width: 40px;
}
.boxes .loaderPrice:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.boxes .loaderPrice .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.boxes .loaderPrice .circular .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.boxes .errorPrice {
  background: #fff;
  padding: 0.7rem;
  width: 99%;
  margin-left: -10px;
  margin-top: 20px;
  font-size: 1rem;
  color: red;
}
.boxes #avaibookPriceText {
  background: #fff;
  padding: 0.7rem;
  width: 99%;
  margin-left: -10px;
  margin-top: 20px;
  font-size: 1rem;
}
.boxes #avaibookPriceText span {
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.boxes h2,
.boxes .h2 {
  color: #0066CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  margin: 0 0 20px;
  overflow: hidden;
}
.boxes p.inline {
  font-weight: normal;
  display: block;
  margin: 0;
}

.search_list .boxes {
  padding: 15px 10px;
}

.search_list .box_default {
  height: 45px;
}

.boxes_white {
  background-color: #FFF;
  padding: 0 10px;
}

#left_col {
  width: 780px;
  margin: 0 30px 40px 0;
  float: left;
}
#left_col .calendar_form button.Zebra_DatePicker_Icon {
  background: transparent;
}

#right_col {
  float: right;
  width: 210px;
  margin: 40px 0 0;
  position: relative;
}
#right_col .first {
  background: #FFF;
  padding: 10px;
  color: #FF6B19;
  font-weight: bold;
  line-height: 20px;
}
#right_col .first p {
  margin: 0;
}
#right_col .formularioContacto {
  float: none;
  width: 190px;
  margin: 0 0 30px;
}
#right_col .formularioContacto .long,
#right_col .formularioContacto textarea {
  padding: 2px 5px;
  width: 175px;
}
#right_col .formularioContacto textarea {
  height: 80px;
}
#right_col .formularioContacto .sep {
  margin: 10px 0;
}
#right_col .formularioContacto .inputlist li,
#right_col .formularioContacto label {
  margin-bottom: 0;
}
#right_col .formularioContacto div.txt {
  font-size: 11px;
}
#right_col .advertiser_data_zone {
  float: none;
  width: inherit;
}
#right_col .button_gen {
  width: 100%;
}

.telephone_contact {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #666;
  padding-bottom: 10px;
}

.house_top_bar {
  background: #FFF;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
}
.house_top_bar ul {
  display: inline-block;
  vertical-align: top;
}
.house_top_bar li {
  margin-bottom: 20px;
}
.house_top_bar h2 {
  width: 320px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.house_top_bar .inside1 {
  width: 360px;
}
.house_top_bar .inside1 li:last-child {
  font-weight: bold;
  font-size: 18px;
}
.house_top_bar .inside1 li:last-child a {
  padding: 0 0 0 5px;
  font-size: 14px;
  font-weight: normal;
}
.house_top_bar .inside1 li:last-child span {
  font-size: 14px;
  font-weight: normal;
}
.house_top_bar .inside2 {
  width: 220px;
}
.house_top_bar .inside2 li:first-letter {
  text-transform: capitalize;
}
.house_top_bar .inside3 {
  width: 168px;
}
.house_top_bar .inside3 li:first-child {
  text-align: center;
}
.house_top_bar .inside3 .fav_count {
  font-size: 12px;
  margin-top: 25px;
  display: block;
}
.house_top_bar .inside1 li:first-child,
.house_top_bar .inside2 li:first-child {
  padding-top: 15px;
}
.house_top_bar .last {
  margin-bottom: 0;
}

#show_verifcation .spt_info {
  margin: 0 0 0 5px;
}

.show_antifraud {
  line-height: 20px;
  margin-bottom: 3px;
  color: #666;
}

.social_bar {
  position: absolute;
  top: -40px;
  right: 0;
  height: 20px;
}
.social_bar p {
  float: left;
  margin: 0 10px 0 0;
  color: #0066CC;
}

#comment_social {
  position: relative;
  z-index: 1;
}
#comment_social #social_bar {
  right: 20px;
  top: 40px;
}

.add_to_list {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #f7f7f7;
  color: #000;
  padding: 5px 0;
  text-decoration: none;
  margin-bottom: 5px;
  width: 155px;
}

.description_right .add_to_list {
  width: 180px;
  margin-top: 13px;
}

.fav_fix {
  margin: 13px 0 0 !important;
}

#main_box {
  padding: 15px;
}

table.prices tr.edit td {
  height: 30px;
  vertical-align: top;
  padding-top: 10px;
}

table.prices tr.edit td .offer {
  margin-top: 5px;
}

table.prices th span, table.prices.owner th span {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
}

#user_profile {
  font-size: 14px;
  margin-top: 40px;
}
#user_profile h1 {
  display: inline;
}
#user_profile .date {
  display: inline-block;
  font-style: italic;
  margin-left: 10px;
  color: #666;
}
#user_profile ul.contributions li {
  margin-top: 20px;
  color: #666;
}
#user_profile .subtitle {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
#user_profile .subtitle:first-child {
  margin-top: 40px;
}
#user_profile ul.search_results li:first-child {
  margin-top: 0;
}

#user_chars {
  min-height: 100px;
}
#user_chars i,
#user_chars p {
  color: #666;
}
#user_chars p {
  margin: 30px 0 10px 0;
}
#user_chars ul {
  width: 250px;
  float: left;
}
#user_chars ul li {
  line-height: 24px;
}
#user_chars ul li span {
  margin-right: 5px;
}

.secure_pay {
  color: #666;
  vertical-align: super;
  margin-right: 3px;
  font-size: 12px;
}

.error404_msg {
  height: 250px;
}
.error404_msg > div {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.error404_msg > div .resultlink {
  color: #036;
}

.full_img {
  width: 100%;
  max-width: 100%;
}

.is-hidden {
  display: none;
}

.is-bold {
  font-weight: bold !important;
}

.subtitle_attach_avaibook {
  text-align: center;
  margin: 75px 0 30px 0;
}
.subtitle_attach_avaibook h1 {
  margin-bottom: 5px !important;
}

.is-lowercase {
  text-transform: lowercase;
}

.avaibook-steps-wrapper {
  background: url(../images/avb_graphic.png) no-repeat 0 0;
  float: left;
  padding-left: 170px;
  height: 900px;
  margin-right: 50px;
  line-height: 20px;
}

.avaibook-vinculation-form-wrapper {
  float: left;
  background-color: #FFF;
  width: 530px;
  padding: 30px 40px 30px 30px;
  border: 2px solid #CCCCCC;
  line-height: 20px;
}
.avaibook-vinculation-form-wrapper > p {
  margin-bottom: 20px;
}

.ol_steps {
  width: 200px;
}
.ol_steps .ol_steps__step1 {
  text-align: center;
  background: url(../images/avb_step1.png) no-repeat 50% 0;
  padding: 0 5px;
}
.ol_steps .ol_steps__step2 {
  text-align: center;
  background: url(../images/avb_step2.png) no-repeat 50% 0;
  padding: 0 5px;
}
.ol_steps .ol_steps__step3 {
  text-align: center;
  background: url(../images/avb_step3.png) no-repeat 50% 0;
  padding: 0 5px;
}
.ol_steps .ol_steps__step1 {
  background-position: 50% 30px;
  min-height: 200px;
  padding-top: 125px;
}
.ol_steps .ol_steps__step2 {
  min-height: 174px;
  padding-top: 91px;
}
.ol_steps .ol_steps__step3 {
  min-height: 100px;
  padding-top: 90px;
}

.frm-two-cols {
  width: 64.8%;
  float: left;
  padding-right: 28px;
}
.frm-two-cols:last-child {
  padding-right: 0;
}

.frm-three-cols {
  width: 29.8%;
  float: left;
  padding-right: 28px;
}
.frm-three-cols:last-child {
  padding-right: 0;
}

/* modalHacienda */
.modal-content {
  margin: 10px;
  padding: 20px;
  max-width: 720px;
}

#modalHacienda {
  font-size: 14px;
}
#modalHacienda #referencia {
  text-transform: uppercase;
}
#modalHacienda .form_field_error {
  max-width: 720px;
}
#modalHacienda .error, #modalHacienda .warningBlack {
  display: none;
  padding: 0;
  margin: 5px 0 18px 0;
  font-size: 13px;
}
#modalHacienda .error {
  color: #bb4945;
}
#modalHacienda h2 {
  margin: initial;
  color: #0066CC;
  font-size: 18px;
}
#modalHacienda .form-group {
  margin: 15px 0;
  padding: 10px 0;
}
#modalHacienda .form-group .row {
  display: grid;
  margin: 0;
  padding: 0;
}
#modalHacienda .form-group label {
  display: block;
}
#modalHacienda .form-group .form-group-title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}
#modalHacienda .form-group .form-group-element {
  display: block;
  margin: 10px 0;
}
#modalHacienda .form-group .form-group-element select {
  margin-bottom: 0;
  width: 246px;
  background-color: white;
  min-height: 35px;
}
#modalHacienda .form-group .form-group-element.is-hidden {
  display: none !important;
}
#modalHacienda .form-group input {
  padding: 7px;
}
#modalHacienda .form-group input[type="text"] {
  width: 230px;
}
#modalHacienda .form-group a.rnt-btn {
  width: 220px;
  padding: 18px 12px;
}
#modalHacienda .form-group:last-child {
  margin-bottom: 5px;
}

.hacienda-info {
  margin: 10px 0;
  border: 1px solid darkblue;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: white;
  line-height: 20px;
}
.hacienda-info span {
  order: 1;
  bottom: -3px;
  position: relative;
}
.hacienda-info p {
  order: 2;
  flex-basis: 95%;
  margin-left: auto;
  margin-bottom: 20px;
}
.hacienda-info p.link {
  font-size: 1.1rem;
}

/* modalHacienda */
/*fix header*/
.user_links a.resultlink.hover_sp {
  margin-right: 25px;
  height: 68px;
}

input[type=button].resultlink_search_button {
  height: 30px;
  line-height: 30px;
  padding: 0 10px !important;
  margin: 18px 0 0 5px;
  font-size: 14px;
  width: 120px;
}

input[type=search].resultlink_search_button {
  height: 30px;
}

span.nick_spam_header {
  overflow-x: hidden;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
span.nick_spam_header.user {
  max-width: 106px;
}

span.spt_cont_left.spt_arrow_down {
  position: absolute;
  top: 50%;
}

/* fix header*/
/* owner mandatory data */
.owner_mandatory_data h1 {
  color: black !important;
  margin-bottom: 25px !important;
}
.owner_mandatory_data strong {
  display: block;
  margin: 40px auto 15px auto;
}
.owner_mandatory_data p {
  margin-bottom: 15px;
}
.owner_mandatory_data form > div {
  margin-top: 20px;
}
.owner_mandatory_data span.error {
  display: block;
  color: red;
  font-size: .8em;
}

#fiscalVerification {
  color: red;
  padding-top: 10px;
  display: none;
}

#actualizadoTaxProfile {
  padding-top: 10px;
  display: none;
}

label.afterText::after {
  content: "*";
}

.input-wrapper {
  display: flex;
  /* Organiza el contenido horizontalmente */
  align-items: center;
  /* Alinea verticalmente al centro */
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  /* Alinea el ícono del ojo con el input */
}

.eye-pass {
  position: absolute;
  right: 10px;
  /* Coloca el ícono del ojo dentro del input */
  cursor: pointer;
  color: #555;
}

.eye-pass:hover {
  color: #000;
}

.eye-pass i {
  font-size: 1rem;
  position: relative;
  top: -2px;
}

.editFormEye {
  top: 2px !important;
}

.warningform_pass {
  margin-left: 10px;
  /* Espacio entre el input y el warning */
  color: #ff0000;
  /* Color del warning */
  white-space: nowrap;
  /* Evita que el texto se parta */
}

#forceUpdateStyles {
  background-color: #000;
}
