@charset "UTF-8";
@media (max-width: 567px) {
  .hide-xs {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hide-sm2 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .hide-md2 {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
@media (max-width: 567px) {
  .clearfix.visible-xs {
    clear: both;
    display: block;
  }
}
.col-xs-1,
.col-sm2-1,
.col-sm-1,
.col-md2-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm2-2,
.col-sm-2,
.col-md2-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm2-3,
.col-sm-3,
.col-md2-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm2-4,
.col-sm-4,
.col-md2-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm2-5,
.col-sm-5,
.col-md2-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm2-6,
.col-sm-6,
.col-md2-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm2-7,
.col-sm-7,
.col-md2-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm2-8,
.col-sm-8,
.col-md2-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm2-9,
.col-sm-9,
.col-md2-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm2-10,
.col-sm-10,
.col-md2-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm2-11,
.col-sm-11,
.col-md2-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm2-12,
.col-sm-12,
.col-md2-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .clearfix.visible-sm2 {
    clear: both;
    display: block;
  }
  .col-sm2-1,
  .col-sm2-2,
  .col-sm2-3,
  .col-sm2-4,
  .col-sm2-5,
  .col-sm2-6,
  .col-sm2-7,
  .col-sm2-8,
  .col-sm2-9,
  .col-sm2-10,
  .col-sm2-11,
  .col-sm2-12 {
    float: left;
  }
  .col-sm2-12 {
    width: 100%;
  }
  .col-sm2-11 {
    width: 91.66666667%;
  }
  .col-sm2-10 {
    width: 83.33333333%;
  }
  .col-sm2-9 {
    width: 75%;
  }
  .col-sm2-8 {
    width: 66.66666667%;
  }
  .col-sm2-7 {
    width: 58.33333333%;
  }
  .col-sm2-6 {
    width: 50%;
  }
  .col-sm2-5 {
    width: 41.66666667%;
  }
  .col-sm2-4 {
    width: 33.33333333%;
  }
  .col-sm2-3 {
    width: 25%;
  }
  .col-sm2-2 {
    width: 16.66666667%;
  }
  .col-sm2-1 {
    width: 8.33333333%;
  }
  .col-sm2-pull-12 {
    right: 100%;
  }
  .col-sm2-pull-11 {
    right: 91.66666667%;
  }
  .col-sm2-pull-10 {
    right: 83.33333333%;
  }
  .col-sm2-pull-9 {
    right: 75%;
  }
  .col-sm2-pull-8 {
    right: 66.66666667%;
  }
  .col-sm2-pull-7 {
    right: 58.33333333%;
  }
  .col-sm2-pull-6 {
    right: 50%;
  }
  .col-sm2-pull-5 {
    right: 41.66666667%;
  }
  .col-sm2-pull-4 {
    right: 33.33333333%;
  }
  .col-sm2-pull-3 {
    right: 25%;
  }
  .col-sm2-pull-2 {
    right: 16.66666667%;
  }
  .col-sm2-pull-1 {
    right: 8.33333333%;
  }
  .col-sm2-pull-0 {
    right: auto;
  }
  .col-sm2-push-12 {
    left: 100%;
  }
  .col-sm2-push-11 {
    left: 91.66666667%;
  }
  .col-sm2-push-10 {
    left: 83.33333333%;
  }
  .col-sm2-push-9 {
    left: 75%;
  }
  .col-sm2-push-8 {
    left: 66.66666667%;
  }
  .col-sm2-push-7 {
    left: 58.33333333%;
  }
  .col-sm2-push-6 {
    left: 50%;
  }
  .col-sm2-push-5 {
    left: 41.66666667%;
  }
  .col-sm2-push-4 {
    left: 33.33333333%;
  }
  .col-sm2-push-3 {
    left: 25%;
  }
  .col-sm2-push-2 {
    left: 16.66666667%;
  }
  .col-sm2-push-1 {
    left: 8.33333333%;
  }
  .col-sm2-push-0 {
    left: auto;
  }
  .col-sm2-offset-12 {
    margin-left: 100%;
  }
  .col-sm2-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm2-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm2-offset-9 {
    margin-left: 75%;
  }
  .col-sm2-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm2-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm2-offset-6 {
    margin-left: 50%;
  }
  .col-sm2-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm2-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm2-offset-3 {
    margin-left: 25%;
  }
  .col-sm2-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm2-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm2-offset-0 {
    margin-left: 0%;
  }
  /* make-grid(sm2) */
  .col-sm2-1,
  .col-sm2-2,
  .col-sm2-3,
  .col-sm2-4,
  .col-sm2-5,
  .col-sm2-6,
  .col-sm2-7,
  .col-sm2-8,
  .col-sm2-9,
  .col-sm2-10,
  .col-sm2-11,
  .col-sm2-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* make-grid-columns(sm2) */
}
@media (min-width: 768px) and (max-width: 849px) {
  .clearfix.visible-sm {
    clear: both;
    display: block;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .clearfix.visible-md2 {
    clear: both;
    display: block;
  }
  .col-md2-1,
  .col-md2-2,
  .col-md2-3,
  .col-md2-4,
  .col-md2-5,
  .col-md2-6,
  .col-md2-7,
  .col-md2-8,
  .col-md2-9,
  .col-md2-10,
  .col-md2-11,
  .col-md2-12 {
    float: left;
  }
  .col-md2-12 {
    width: 100%;
  }
  .col-md2-11 {
    width: 91.66666667%;
  }
  .col-md2-10 {
    width: 83.33333333%;
  }
  .col-md2-9 {
    width: 75%;
  }
  .col-md2-8 {
    width: 66.66666667%;
  }
  .col-md2-7 {
    width: 58.33333333%;
  }
  .col-md2-6 {
    width: 50%;
  }
  .col-md2-5 {
    width: 41.66666667%;
  }
  .col-md2-4 {
    width: 33.33333333%;
  }
  .col-md2-3 {
    width: 25%;
  }
  .col-md2-2 {
    width: 16.66666667%;
  }
  .col-md2-1 {
    width: 8.33333333%;
  }
  .col-md2-pull-12 {
    right: 100%;
  }
  .col-md2-pull-11 {
    right: 91.66666667%;
  }
  .col-md2-pull-10 {
    right: 83.33333333%;
  }
  .col-md2-pull-9 {
    right: 75%;
  }
  .col-md2-pull-8 {
    right: 66.66666667%;
  }
  .col-md2-pull-7 {
    right: 58.33333333%;
  }
  .col-md2-pull-6 {
    right: 50%;
  }
  .col-md2-pull-5 {
    right: 41.66666667%;
  }
  .col-md2-pull-4 {
    right: 33.33333333%;
  }
  .col-md2-pull-3 {
    right: 25%;
  }
  .col-md2-pull-2 {
    right: 16.66666667%;
  }
  .col-md2-pull-1 {
    right: 8.33333333%;
  }
  .col-md2-pull-0 {
    right: auto;
  }
  .col-md2-push-12 {
    left: 100%;
  }
  .col-md2-push-11 {
    left: 91.66666667%;
  }
  .col-md2-push-10 {
    left: 83.33333333%;
  }
  .col-md2-push-9 {
    left: 75%;
  }
  .col-md2-push-8 {
    left: 66.66666667%;
  }
  .col-md2-push-7 {
    left: 58.33333333%;
  }
  .col-md2-push-6 {
    left: 50%;
  }
  .col-md2-push-5 {
    left: 41.66666667%;
  }
  .col-md2-push-4 {
    left: 33.33333333%;
  }
  .col-md2-push-3 {
    left: 25%;
  }
  .col-md2-push-2 {
    left: 16.66666667%;
  }
  .col-md2-push-1 {
    left: 8.33333333%;
  }
  .col-md2-push-0 {
    left: auto;
  }
  .col-md2-offset-12 {
    margin-left: 100%;
  }
  .col-md2-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md2-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md2-offset-9 {
    margin-left: 75%;
  }
  .col-md2-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md2-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md2-offset-6 {
    margin-left: 50%;
  }
  .col-md2-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md2-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md2-offset-3 {
    margin-left: 25%;
  }
  .col-md2-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md2-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md2-offset-0 {
    margin-left: 0%;
  }
  .col-md2-1,
  .col-md2-2,
  .col-md2-3,
  .col-md2-4,
  .col-md2-5,
  .col-md2-6,
  .col-md2-7,
  .col-md2-8,
  .col-md2-9,
  .col-md2-10,
  .col-md2-11,
  .col-md2-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* make-grid(md) */
  .clearfix.visible-md {
    clear: both;
    display: block;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* make-grid-columns(md) */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .clearfix.visible-lg {
    clear: both;
    display: block;
  }
  /* make-grid(lg) */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* make-grid-columns(lg) */
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
html {
  font-size: 100%;
  height: 100%;
  margin: 0;
}
body {
  font-family: Arial, Helvetica, Helvetica neue, sans;
  color: #333333;
  line-height: 21px;
  margin: 0 auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: 100%;
  font-size: 18px;
  line-height: 135%;
  max-width: 1200px;
}
img {
  display: inherit;
}
img.icon,
img.logo {
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 567px) {
  .icones .titolet2 {
    letter-spacing: 0.1em;
  }
}
table.colaboration td {
  vertical-align: middle;
}
ul {
  margin: 0;
  padding: 0;
}
.btn {
  display: inline-block;
  color: #252525;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.25em;
  font-weight: bold;
}
.btn:hover {
  color: #efca3d;
}
.btn a {
  display: inline-block;
  padding: 7px 15px 7px 15px;
  text-decoration: none;
  color: #252525;
}
.btn.active {
  background-color: #252525;
  color: #fff;
}
.btn.active a {
  text-decoration: none;
  color: #fff;
}
.btn.action {
  background-color: #3b7c5d;
  color: #e6e6e6;
  border: 0;
}
.btn.action:hover {
  background-color: #000;
}
.btn.request {
  background-color: #efca3d;
  color: #fff;
  border: 0;
}
.btn.request:hover {
  background-color: #000;
}
.btn.outline {
  border: 1px solid #252525;
  white-space: nowrap;
  background-color: transparent;
}
.btn.outline:hover {
  background-color: #000;
}
.btn.outline.negative {
  color: #fff;
  border: 1px solid #fff;
  background-color: #efca3d;
}
.btn.outline a {
  color: #fff;
}
.btn.outline.solid {
  background-color: #333;
}
a.btn {
  padding: 7px 15px 7px 15px;
}
a:hover {
  color: red;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.35em;
  line-height: 110%;
}
p {
  margin-top: 0;
  margin-bottom: 0.15em;
}
.clearfix {
  display: none;
}
.titolet2,
.titolet3 {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.titolet3 {
  color: #efca3d;
}
.text,
.text2 {
  font-size: 16px;
  line-height: 145%;
}
.text2 {
  display: inline-block;
  font-weight: normal;
  color: #999999;
}
.news {
  background-image: url("../images/simbol-llum-vermell.gif");
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 15px 15px;
  background-position-x: 0px;
  background-position-y: 5px;
  text-indent: 20px;
  background-origin: padding-box;
  background-clip: border-box;
}
a.black {
  color: #252525;
}
a.no-decoration {
  text-decoration: none;
}
.banner150 {
  width: 150px;
}
.nota {
  font-size: 14px;
  font-style: oblique;
  line-height: 125%;
}
ons-list-title.list-title {
  padding-left: inherit;
  text-indent: inherit;
}
ons-button input[type=submit] {
  background-image: none;
}
acronym,
applet,
big,
center,
hgroup,
menu,
strike,
tt,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  -webkit-tap-highlight-color: blue !important;
  -webkit-touch-callout: inherit !important;
}
.form-content ons-button {
  margin: 15px auto auto auto;
  float: none;
  display: table;
  background: #252525;
  color: #fff;
  padding: 0;
  border-radius: 0px;
}
.form-content ons-button input {
  padding: 3px 105px 3px 105px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.header {
  display: table;
  width: 100%;
  margin-top: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.header > .row {
  display: table-row;
}
.header .brand {
  display: table-cell;
  vertical-align: top;
}
.header .brand .logo {
  display: inline-block;
}
.header .brand .logo img {
  max-width: 100%;
  max-height: 68px;
}
.header .brand .logo span.text {
  display: none;
}
@media (max-width: 767px) {
  .header .brand {
    display: block;
    text-align: center;
  }
}
.header .nav {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .header .nav {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
}
.header .nav a {
  text-decoration: none;
}
.header .nav .contact {
  font-size: 15px;
  vertical-align: middle;
}
.header .nav .contact .phone {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header .nav .contact .phone {
    font-size: 11px;
  }
}
.header .nav .contact .phone img {
  vertical-align: middle;
  margin-right: 5px;
}
.header .nav .contact .logo {
  display: none;
  height: 2px;
  white-space: nowrap;
}
.header .nav .contact .logo img {
  max-width: 100%;
  max-height: 28px;
}
.header .nav .tools {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
}
.header .nav .tools .idioma {
  display: inline-block;
  margin-right: 3px;
  line-height: 100%;
}
.header .nav .tools .idioma.active a {
  font-weight: bold;
  color: #252525;
}
.header .nav .tools .idioma a {
  color: #999999;
}
.header .nav .tools .idioma a:hover {
  color: #3b7c5d;
}
@media (max-width: 567px) {
  .header .nav .tools .idioma a span {
    display: none;
  }
}
.header .nav .tools .idioma a span.short {
  display: none;
}
@media (max-width: 567px) {
  .header .nav .tools .idioma a span.short {
    display: inline;
  }
}
.header .nav .tools .social {
  margin-right: 3px;
  display: inline-block;
}
.header .nav .tools .social.facebook,
.header .nav .tools .social.instagram {
  line-height: 100%;
  vertical-align: middle;
}
.header .nav .tools .social.facebook span,
.header .nav .tools .social.instagram span {
  display: none;
}
@media (max-width: 367px) {
  .header .nav .topbar .phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .nav .topbar {
    float: right;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .header .nav .menubar {
    float: left;
  }
}
.header .nav .menubar.mobile:before {
  position: relative;
  content: "Ξ";
  font-size: 24px;
  line-height: 100%;
  display: inline-block;
  padding: 8px 15px;
  background-color: #3b7c5d;
  cursor: pointer;
  color: white;
}
.header .nav .menubar.mobile:hover:before {
  background-color: black;
}
.header .nav .menubar.mobile.open {
  float: none;
}
.header .nav .menubar.mobile.open .menu ul.list-menu li {
  display: block;
  font-size: 19px;
}
.header .nav .menubar.mobile.open .menu ul.list-menu li a {
  width: 100%;
}
.header .nav .menubar.mobile .menu ul.list-menu li {
  display: none;
}
.header .nav .menu ul.list-menu {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  display: table;
  width: 100%;
}
.header .nav .menu ul.list-menu li {
  display: table-cell;
  line-height: 135%;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.header .nav .menu ul.list-menu li:first-child {
  border-left: 0px solid #e6e6e6;
}
.header .nav .menu ul.list-menu li:nth-child(2) {
  border-left: 0px solid #e6e6e6;
}
.header .nav .menu ul.list-menu li:last-child {
  border-right: 0px solid #e6e6e6;
}
.header .nav .menu ul.list-menu li.active a {
  font-weight: bold;
}
.header .nav .menu ul.list-menu li a {
  display: inline-block;
  padding: 12px 3px 13px 3px;
  color: black;
}
.header .nav .menu ul.list-menu li a:hover {
  color: #3b7c5d;
}
.section {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.section::after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.portada .section.categorias .section-content img.footage {
  left: inherit;
}
@media (max-width: 567px) {
  .portada .section.categorias .section-content img.footage {
    left: -25%;
  }
}
.portada .content {
  overflow: hidden;
}
.portada .section.categorias .section-content {
  position: relative;
}
.portada .section.testimonios .section-content .text .message {
  padding: 0px 45px;
}
@media (max-width: 567px) {
  .portada .section.testimonios .section-content .text .message {
    padding: 0px 30px;
  }
}
.portada .section.testimonios .section-content .footage {
  position: relative;
}
@media (max-width: 568px) and (max-width: 767px) {
  .portada .section.testimonios .section-content .footage {
    height: 330px;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 567px) {
  .portada .section.testimonios .section-content .footage {
    height: 370px;
    width: auto;
    max-width: inherit;
  }
}
.portada .section .section-content {
  height: auto;
}
.portada .section .section-content .footage {
  max-width: 100%;
  height: auto;
}
@media (min-width: 568px) and (max-width: 991px) {
  .portada .section .section-content .footage {
    height: 270px;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 567px) {
  .portada .section .section-content .footage {
    height: 300px;
    width: auto;
    max-width: inherit;
  }
}
.portada .section.informacion-hj .section-content .publicitat .content-publicitat {
  display: inherit;
  text-align: center;
}
.portada .section.informacion-hj .section-content .publicitat .content-publicitat img {
  display: inline-block;
}
.portada .section.categorias .section-content:before,
.portada .testimonios .section-content:before,
.portada .section.familias .section-content:before,
.portada .section.estancias .section-content:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 10;
}
.section.categorias,
.section.familias,
.section.estancias {
  overflow: hidden;
}
.section.categorias .text hr,
.section.familias .text hr,
.section.estancias .text hr {
  background-color: black;
  height: 5px;
  max-width: 150px;
  margin-left: 0;
}
.section.categorias .text .logo img,
.section.familias .text .logo img,
.section.estancias .text .logo img {
  width: 160px;
}
@media (max-width: 849px) {
  .section.categorias .text .logo img,
  .section.familias .text .logo img,
  .section.estancias .text .logo img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .section.categorias .text .logo img,
  .section.familias .text .logo img,
  .section.estancias .text .logo img {
    width: 120px;
  }
}
@media (max-width: 567px) {
  .section.categorias .text .logo img,
  .section.familias .text .logo img,
  .section.estancias .text .logo img {
    width: 90px;
  }
}
.section.categorias,
.testimonios,
.section.familias,
.section.estancias {
  line-height: 100%;
}
.section.categorias .text2,
.testimonios .text2,
.section.familias .text2,
.section.estancias .text2 {
  color: #e6e6e6;
}
.section.categorias .section-content,
.testimonios .section-content,
.section.familias .section-content,
.section.estancias .section-content {
  position: inherit;
  height: auto;
}
.section.categorias .section-content img.footage,
.testimonios .section-content img.footage,
.section.familias .section-content img.footage,
.section.estancias .section-content img.footage {
  width: 100%;
}
@media (min-width: 568px) and (max-width: 849px) {
  .section.categorias .section-content,
  .testimonios .section-content,
  .section.familias .section-content,
  .section.estancias .section-content {
    height: 275px;
  }
  .section.categorias .section-content img.footage,
  .testimonios .section-content img.footage,
  .section.familias .section-content img.footage,
  .section.estancias .section-content img.footage {
    position: absolute;
    width: auto;
    height: 100%;
    left: -20%;
  }
}
@media (max-width: 567px) {
  .section.categorias .section-content,
  .testimonios .section-content,
  .section.familias .section-content,
  .section.estancias .section-content {
    height: 275px;
  }
  .section.categorias .section-content img.footage,
  .testimonios .section-content img.footage,
  .section.familias .section-content img.footage,
  .section.estancias .section-content img.footage {
    position: absolute;
    width: auto;
    height: 100%;
    left: -50%;
  }
}
.section.categorias .section-content .text,
.testimonios .section-content .text,
.section.familias .section-content .text,
.section.estancias .section-content .text {
  padding-top: 5%;
  position: absolute;
  display: block;
  z-index: 20;
  color: white;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
@media (max-width: 849px) {
  .section.categorias .section-content .text,
  .testimonios .section-content .text,
  .section.familias .section-content .text,
  .section.estancias .section-content .text {
    padding-top: 4%;
  }
}
.section.categorias .section-content .text.titolportada .message,
.testimonios .section-content .text.titolportada .message,
.section.familias .section-content .text.titolportada .message,
.section.estancias .section-content .text.titolportada .message {
  padding-left: 15%;
}
@media (max-width: 767px) {
  .section.categorias .section-content .text.titolportada .message,
  .testimonios .section-content .text.titolportada .message,
  .section.familias .section-content .text.titolportada .message,
  .section.estancias .section-content .text.titolportada .message {
    padding-left: 7%;
  }
}
.section.categorias .section-content .text.titolportada .message h1,
.testimonios .section-content .text.titolportada .message h1,
.section.familias .section-content .text.titolportada .message h1,
.section.estancias .section-content .text.titolportada .message h1 {
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
}
.section.categorias .section-content .text.titolseccio1,
.testimonios .section-content .text.titolseccio1,
.section.familias .section-content .text.titolseccio1,
.section.estancias .section-content .text.titolseccio1 {
  padding-top: 0%;
  top: 50%;
  margin-top: -1em;
}
.section.categorias .section-content .text.titolseccio1 .message,
.testimonios .section-content .text.titolseccio1 .message,
.section.familias .section-content .text.titolseccio1 .message,
.section.estancias .section-content .text.titolseccio1 .message {
  text-align: center;
  padding: 0;
}
.section.categorias .section-content .text.titolseccio1 .message h1,
.testimonios .section-content .text.titolseccio1 .message h1,
.section.familias .section-content .text.titolseccio1 .message h1,
.section.estancias .section-content .text.titolseccio1 .message h1 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  display: inline-block;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.section.categorias .section-content .text.titolseccio1.no-btn .message h1,
.testimonios .section-content .text.titolseccio1.no-btn .message h1,
.section.familias .section-content .text.titolseccio1.no-btn .message h1,
.section.estancias .section-content .text.titolseccio1.no-btn .message h1 {
  padding: 7px 15px;
}
.section.categorias .categorias-content .item,
.testimonios .categorias-content .item,
.section.familias .categorias-content .item,
.section.estancias .categorias-content .item {
  position: relative;
  display: inline-block;
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
  border: 3px solid #fff;
  box-sizing: inherit;
}
@media (min-width: 850px) {
  .section.categorias .categorias-content .item:first-child,
  .testimonios .categorias-content .item:first-child,
  .section.familias .categorias-content .item:first-child,
  .section.estancias .categorias-content .item:first-child {
    border-left: 0;
  }
}
@media (min-width: 850px) {
  .section.categorias .categorias-content .item:last-child,
  .testimonios .categorias-content .item:last-child,
  .section.familias .categorias-content .item:last-child,
  .section.estancias .categorias-content .item:last-child {
    border-right: 0;
  }
}
@media (max-width: 567px) {
  .section.categorias .categorias-content .item,
  .testimonios .categorias-content .item,
  .section.familias .categorias-content .item,
  .section.estancias .categorias-content .item {
    width: 50%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .section.categorias .categorias-content .item,
  .testimonios .categorias-content .item,
  .section.familias .categorias-content .item,
  .section.estancias .categorias-content .item {
    width: 33.33333333%;
  }
}
.section.categorias .categorias-content .item:hover:before,
.testimonios .categorias-content .item:hover:before,
.section.familias .categorias-content .item:hover:before,
.section.estancias .categorias-content .item:hover:before {
  opacity: 0.3;
}
.section.categorias .categorias-content .item:before,
.testimonios .categorias-content .item:before,
.section.familias .categorias-content .item:before,
.section.estancias .categorias-content .item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
}
.section.categorias .categorias-content .item h2,
.testimonios .categorias-content .item h2,
.section.familias .categorias-content .item h2,
.section.estancias .categorias-content .item h2 {
  position: absolute;
  display: block;
  margin: auto;
  top: 50%;
  margin-top: -1em;
  text-align: center;
  width: 100%;
  z-index: 20;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
}
.section.categorias .categorias-content .item h2 a,
.testimonios .categorias-content .item h2 a,
.section.familias .categorias-content .item h2 a,
.section.estancias .categorias-content .item h2 a {
  color: #fff;
  text-decoration: none;
}
.section.categorias .categorias-content .item img,
.testimonios .categorias-content .item img,
.section.familias .categorias-content .item img,
.section.estancias .categorias-content .item img {
  position: relative;
  width: 100%;
}
.section.incoming {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8%;
  padding-right: 8%;
}
.section.incoming .titol {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 125%;
  letter-spacing: 0.1em;
  margin: 10px auto;
}
@media (max-width: 849px) {
  .section.incoming .titol {
    font-size: 1.2em;
    padding-left: 0;
  }
}
.section.incoming .text {
  font-size: 14px;
  line-height: 165%;
}
@media (max-width: 849px) {
  .section.incoming .text {
    padding-right: 5%;
  }
}
.section.propietarios .section-content,
.section.testimonios .section-content {
  text-align: center;
}
.section.propietarios .section-content:before,
.section.testimonios .section-content:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 10;
}
@media (max-width: 767px) {
  .section.propietarios .section-content img,
  .section.testimonios .section-content img {
    width: auto;
  }
}
.section.propietarios .section-content .text,
.section.testimonios .section-content .text {
  padding-top: 5%;
  position: absolute;
  display: block;
  z-index: 20;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.section.propietarios .section-content .text .message,
.section.testimonios .section-content .text .message {
  padding-left: 0%;
}
.section.propietarios .section-content .text .message h1,
.section.testimonios .section-content .text .message h1 {
  margin: 5px auto;
  line-height: 110%;
}
.section.propietarios .section-content .text .message .text2,
.section.testimonios .section-content .text .message .text2 {
  margin: 8px auto 15px auto;
  line-height: 125%;
  padding-left: 25%;
  padding-right: 25%;
  color: #e6e6e6;
}
@media (max-width: 849px) {
  .section.propietarios .section-content .text .message .text2,
  .section.testimonios .section-content .text .message .text2 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.section.informacion-hj {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.informacion-hj .section-content {
  display: block;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 768px) {
  .section.informacion-hj .section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.informacion-hj .section-content .informacion-content {
  margin-bottom: 15px;
}
.section.informacion-hj .section-content .informacion-content .message {
  overflow-y: auto;
}
@media (max-width: 768px) {
  .section.informacion-hj .section-content .informacion-content .message {
    max-height: inherit;
  }
}
.section.informacion-hj .section-content .publicitat {
  text-align: center;
}
.section.informacion-hj .section-content .publicitat .titolet2 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section.informacion-hj .section-content .publicitat {
    text-align: inherit;
  }
}
@media (max-width: 767px) {
  .section.informacion-hj .section-content .publicitat .content-publicitat {
    display: contents;
  }
}
.section.valores {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 849px) {
  .section.valores {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.valores .message {
  margin-bottom: 7.5px;
}
.section.valores table {
  width: 100%;
}
.section.valores table td {
  padding: 0 10px;
  vertical-align: bottom;
  text-align: center;
}
.section.testimonios .section-content {
  padding-left: 15px;
  padding-right: 15px;
}
.section.testimonios .section-content .text .message .text2 {
  padding-left: 15px;
  padding-right: 15px;
}
.section.testimonios .section-content .text .icon {
  display: inline-block;
}
.section.testimonios .section-content .text .icon img {
  width: 30px;
}
.section.testimonios .section-content .person {
  color: #efca3d;
}
.section.testimonios .section-content .person .name {
  font-size: 16px;
}
.section.universidades {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.section.textcontent {
  text-align: center;
}
.section.textcontent .titol {
  color: #efca3d;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 115%;
  padding-left: 15px;
  padding-right: 15px;
}
.section.textcontent .text {
  font-size: 16px;
  line-height: 145%;
  padding: 0 15px;
}
.section.textcontent .tablediv {
  margin: 15px auto;
}
.section.textcontent .tablediv .tablediv-row .tablediv-td {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 125%;
  width: 20%;
}
.section.textcontent .tablediv .tablediv-row .tablediv-td img {
  margin-bottom: 10px;
}
.section.textcontent .tablediv .tablediv-row .tablediv-td .minuscules {
  text-transform: initial;
}
.section.textcontent .tablediv.icons-text {
  width: 95%;
}
@media (max-width: 767px) {
  .section.textcontent .tablediv.icons-text .tablediv-row {
    display: table;
    width: 100%;
  }
  .section.textcontent .tablediv.icons-text .tablediv-row .tablediv-td {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .section.textcontent .tablediv.icons-text .icon {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 567px) {
  .section.textcontent .tablediv.icons-text .tablediv-row {
    width: 100%;
  }
  .section.textcontent .tablediv.icons-text .tablediv-row .tablediv-td {
    width: 33.33333333%;
  }
  .section.textcontent .tablediv.icons-text .tablediv-row .tablediv-td:nth-child(4),
  .section.textcontent .tablediv.icons-text .tablediv-row .tablediv-td:nth-child(5) {
    display: none;
  }
}
.section.footer {
  background-color: #252525;
  font-size: 14px;
  line-height: 125%;
  color: #e6e6e6;
  padding: 15px 8%;
}
.section.footer a {
  color: #e6e6e6;
  text-decoration: none;
}
.section.footer a:hover {
  color: red;
}
.section.footer h4 {
  color: #efca3d;
  text-transform: uppercase;
}
.section.footer ul {
  padding: 0 0 0 1.2em;
  margin: 0;
}
.section.footer ul li {
  margin-bottom: 0.25em;
}
.section.footer .legal {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  padding: 0.5em 0 0.4em 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.section.footer .toc {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.section.footer .toc > div {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section.footer .footerbottom {
    text-align: center;
  }
}
.section.footer .footerbottom .partner {
  text-align: right;
}
.section.footer .footerbottom .partner table {
  display: inline-block;
}
@media (max-width: 991px) {
  .section.footer .footerbottom .partner {
    text-align: center;
  }
}
.textcontent a {
  text-decoration: none;
  color: #252525;
}
.textcontent p.text {
  margin-bottom: 1.5em;
}
.tablediv {
  display: table;
}
.tablediv .tablediv-row {
  display: table-row;
}
.tablediv .tablediv-td {
  display: table-cell;
}
.section.list-apartments {
  padding: 10px;
  /* llista pisos */
}
.section.list-apartments .list-header .filter {
  margin-bottom: 5px;
}
.section.list-apartments .info {
  text-align: right;
}
.section.list-apartments .tablelist {
  display: block;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.section.list-apartments .tablelist .features {
  width: 33.33333333%;
  float: left;
}
@media (min-width: 568px) and (max-width: 767px) {
  .section.list-apartments .tablelist .features {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .section.list-apartments .tablelist .features {
    width: 100%;
  }
}
.section.list-apartments .tablelist .features a {
  text-decoration: none;
  color: #252525;
}
.section.list-apartments .tablelist .features .container {
  position: relative;
  font-size: 16px;
  padding: 15px;
}
.section.list-apartments .tablelist .features .container .foto {
  position: relative;
  overflow: hidden;
  max-height: 370px;
  height: 280px;
  width: 100%;
  background-color: gray;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.list-apartments .tablelist .features .container .foto {
    height: 200px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .section.list-apartments .tablelist .features .container .foto {
    height: 220px;
  }
}
@media (min-width: 467px) and (max-width: 567px) {
  .section.list-apartments .tablelist .features .container .foto {
    height: 370px;
  }
}
@media (max-width: 466px) {
  .section.list-apartments .tablelist .features .container .foto {
    height: auto;
    max-height: inherit;
  }
}
.section.list-apartments .tablelist .features .container .foto img {
  position: absolute;
  width: auto;
  height: 280px;
  left: -50%;
  right: -50%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section.list-apartments .tablelist .features .container .foto img {
    height: 200px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .section.list-apartments .tablelist .features .container .foto img {
    height: 220px;
  }
}
@media (min-width: 467px) and (max-width: 567px) {
  .section.list-apartments .tablelist .features .container .foto img {
    height: 370px;
  }
}
@media (max-width: 466px) {
  .section.list-apartments .tablelist .features .container .foto img {
    position: relative;
    width: 100%;
    height: auto;
    left: inherit;
    right: inherit;
    margin: auto;
  }
}
.section.list-apartments .tablelist .features .container .content {
  position: relative;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 1200px) {
  .section.list-apartments .tablelist .features .container .content {
    height: 15em;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .section.list-apartments .tablelist .features .container .content {
    height: 17em;
  }
}
@media (min-width: 568px) and (max-width: 849px) {
  .section.list-apartments .tablelist .features .container .content {
    height: 17em;
  }
}
.section.list-apartments .tablelist .features .container .content .price {
  position: absolute;
  margin-top: -2.1em;
  background-color: #efca3d;
  display: table;
  border-radius: 1em;
  padding: 2px 1.5em;
  margin-left: 0.5em;
  color: white;
  font-weight: bold;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.section.list-apartments .tablelist .features .container .content .location {
  text-transform: uppercase;
  font-size: 15px;
}
.section.list-apartments .tablelist .features .container .content .zone:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icona-piso-direccion.png) no-repeat 0% 0%;
  background-size: contain;
  vertical-align: text-bottom;
}
.section.list-apartments .tablelist .features .container .content .properties {
  margin-top: 0.3em;
  bottom: 0;
  display: table;
  width: 100%;
  text-align: left;
  font-size: 16px;
  left: 0;
  border-top: 1px solid #cccccc;
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .section.list-apartments .tablelist .features .container .content .properties {
    position: absolute;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  .section.list-apartments .tablelist .features .container .content .properties {
    position: absolute;
  }
}
@media (min-width: 568px) and (max-width: 849px) {
  .section.list-apartments .tablelist .features .container .content .properties {
    position: absolute;
  }
}
.section.list-apartments .tablelist .features .container .content .properties .item {
  text-align: center;
  width: auto;
  display: table-cell;
}
.section.list-apartments .tablelist .features .container .content .properties .image {
  display: inline-block;
}
.section.list-apartments .tablelist .features .container .content .properties .image .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.section.list-apartments .tablelist .features .container .content .properties .text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em;
  margin-left: 0.2em;
}
@media (min-width: 568px) and (max-width: 991px) {
  .section.list-apartments .tablelist .features .container .content .properties .text {
    font-size: 14px;
  }
}
@media (max-width: 849px) {
  .section.list-apartments .tablelist .features .container .content .properties .text {
    margin-bottom: 0em;
  }
}
.section.list-apartments .list-content .tablelist {
  padding: 15px;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist .features.header {
    display: none;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features {
    padding: 15px;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features.header {
  font-size: 85%;
  line-height: 110%;
  font-weight: bold;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features.header .content .disponibility {
  word-break: break-word;
  overflow-wrap: anywhere;
  -ms-word-break: break-all;
  hyphens: auto;
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features.header .content .properties .image {
    display: block;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features:hover a .content {
  color: red;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content {
  display: table;
  width: 100%;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content > div {
  display: table-cell;
  padding: 7px 5px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content > div {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content span.hide-sm-min {
    display: none;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .location {
  width: 25%;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .location {
    width: auto;
    display: block;
    float: left;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .zoneh {
  width: 25%;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .zone {
  width: 25%;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .zone:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icona-piso-direccion.png) no-repeat 0% 0%;
  background-size: contain;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .zone {
    width: 100%;
    display: block;
    float: left;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .price {
  width: 12.5%;
  text-align: right;
  padding-right: 1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .price {
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    clear: left;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .price span {
    display: inline;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .price span.variable {
    white-space: nowrap;
    display: inline;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .disponibility {
  width: 12.5%;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .disponibility {
    width: 100%;
    display: block;
    float: left;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .disponibility span {
    display: inline;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .disponibility span.variable {
    white-space: nowrap;
    display: inline;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .code {
  width: 6.25%;
  text-align: right;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .code {
    width: auto;
    display: block;
    text-align: left;
    float: right;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .code span {
    display: inline;
  }
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .code span.variable {
    white-space: nowrap;
    display: inline;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties {
  margin-top: 0.3em;
  position: relative;
  bottom: 0;
  display: table;
  width: 100%;
  text-align: left;
  font-size: 16px;
  left: 0;
  border-top: 0px solid #cccccc;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties {
    vertical-align: middle;
    display: table;
    margin-top: 0em;
    bottom: inherit;
    left: inherit;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties {
    width: 100%;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .item {
  text-align: center;
  width: 33.33333333%;
  display: table-cell;
}
@media (max-width: 767px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .item {
    text-align: left;
    padding-right: 15px;
    white-space: nowrap;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .image {
  display: inline-block;
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .image {
    display: none;
  }
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .image .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .text {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 1em;
  margin-left: 0.2em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .text {
    display: inline;
  }
}
@media (min-width: 568px) and (max-width: 991px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .text {
    font-size: 16px;
  }
}
@media (max-width: 849px) {
  .section.list-apartments .list-content .tablelist.listtmpl_1 .features .content .properties .text {
    margin-bottom: 0em;
  }
}
.pager {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: center;
}
.pager li {
  list-style: none;
  display: inline-block;
  background-color: #e6e6e6;
  font-size: 16px;
  font-weight: normal;
}
.pager li a {
  text-decoration: none;
  color: #252525;
  padding: 5px 10px;
  display: inline-block;
}
.pager li:hover a {
  background-color: #efca3d;
}
.pager li.active {
  background-color: #efca3d;
}
.pager li.active a {
  color: #fff;
}
.pager li.previous a:before {
  content: "< ";
}
.pager li.next a:after {
  content: " >";
}
.btn.hj-pager {
  background-color: #e6e6e6;
  border: 0;
  padding: 7px 15px;
  color: #252525;
  text-transform: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0;
  font-weight: normal;
}
.btn.hj-pager:hover {
  background-color: #efca3d;
}
.separator-line {
  border-top: 1px solid black;
  margin-top: 15px;
  padding-top: 15px;
}
.carousel-content {
  margin-bottom: 45px;
}
.section.flat .info-content {
  display: table;
  padding: 15px;
  margin-bottom: 15px;
}
.section.flat .info-content .adress .street {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.section.flat .info-content .adress .district {
  font-size: 18px;
  font-weight: normal;
}
.section.flat .info-content .adress .district:before {
  content: "";
  display: inline-block;
  height: 1.2em;
  width: 1em;
  background: url(../images/icona-piso-direccion.png) no-repeat 0% 0%;
  background-size: contain;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.section.flat .info-content .price-content {
  text-align: right;
}
.section.flat .info-content .price-content .price {
  color: #efca3d;
  font-size: 28px;
  font-weight: 800;
}
.section.flat .info-content .price-content .disp {
  margin-bottom: 0.5em;
}
.section.flat .info-content-footer .buttons.col2 {
  text-align: right;
}
.section.flat .details-content .properties {
  margin-top: 0.3em;
  bottom: 0;
  display: table;
  width: 100%;
  text-align: left;
  font-size: 16px;
  left: 0;
  padding-top: 5px;
}
.section.flat .details-content .properties .item {
  text-align: left;
  width: auto;
  display: inline-block;
  width: 20%;
}
@media (min-width: 850px) and (max-width: 1199px) {
  .section.flat .details-content .properties .item {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 849px) {
  .section.flat .details-content .properties .item {
    width: 33.33333333%;
  }
}
@media (min-width: 493px) and (max-width: 767px) {
  .section.flat .details-content .properties .item {
    width: 50%;
  }
}
@media (max-width: 492px) {
  .section.flat .details-content .properties .item {
    width: 100%;
  }
}
.section.flat .details-content .properties .image {
  display: inline-block;
}
.section.flat .details-content .properties .image .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.section.flat .details-content .properties .text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em;
  margin-left: 0.2em;
  color: #999999;
}
@media (min-width: 568px) and (max-width: 991px) {
  .section.flat .details-content .properties .text {
    font-size: 14px;
  }
}
.section.flat .details-content .properties .text span {
  color: #252525;
}
.section.flat .details-content .datos-interes {
  columns: 2;
}
@media (max-width: 767px) {
  .section.flat .details-content .datos-interes {
    columns: inherit;
  }
}
.section.flat .details-content .datos-interes p {
  margin-bottom: 7.5px;
}
.flat-photos .ons-swiper-target {
  height: 310px;
  width: 100%;
}
@media (min-width: 568px) and (max-width: 849px) {
  .flat-photos .ons-swiper-target {
    height: 350px;
  }
}
@media (max-width: 567px) {
  .flat-photos .ons-swiper-target {
    height: auto;
  }
}
.flat-photos .ons-swiper-target ons-carousel-item {
  overflow: hidden;
  background-color: black;
  border: 2px solid black;
}
.flat-photos ons-carousel-item img {
  height: 100%;
  margin: auto;
}
.flat-photos .item-label {
  display: table-cell;
  vertical-align: middle;
  color: red;
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
}
.flat-photos ons-carousel-cover {
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -37px;
  color: black;
}
.flat-photos .indicators:hover,
.flat-photos .toggler-prev:hover,
.flat-photos .toggler-next:hover {
  cursor: pointer;
  color: #efca3d;
}
.flat-photos .cover-label,
.flat-photos .toggler-prev,
.flat-photos .toggler-next {
  display: inline-block;
}
.solicitud-informacion.internacional form {
  background-color: #f76268;
}
.solicitud-informacion form {
  background-color: #efca3d;
  padding: 10px 10px 45px 10px;
}
.solicitud-informacion .form-content .form-section.title {
  clear: both;
}
.solicitud-informacion .form-content .form-label {
  line-height: 100%;
  display: inline-block;
  font-size: 16px;
  clear: both;
  width: 45%;
  text-transform: uppercase;
  vertical-align: text-top;
}
.solicitud-informacion .form-content .form-list-radios {
  float: right;
  width: 52%;
}
.solicitud-informacion .form-content .form-help {
  display: block;
  clear: both;
  font-size: 14px;
  text-transform: initial;
}
.solicitud-informacion .form-content ons-input,
.solicitud-informacion .form-content ons-select {
  width: 52%;
  float: right;
}
.solicitud-informacion .form-content ons-input span[class*=label],
.solicitud-informacion .form-content ons-select span[class*=label] {
  padding-left: 10px;
}
.solicitud-informacion .form-content ons-input span[class*=label][class*=active],
.solicitud-informacion .form-content ons-select span[class*=label][class*=active] {
  display: none;
}
.solicitud-informacion .form-content ons-input[type=submit] {
  width: auto;
}
.solicitud-informacion .form-content input[type=text] {
  background-color: #fff;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: none;
  height: auto;
}
.solicitud-informacion .form-content .select-input {
  background-position-x: 95%;
}
.solicitud-informacion .form-content select {
  background-color: #fff;
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.solicitud-informacion .form-content p {
  display: table;
  width: 100%;
  margin-bottom: 0.5em;
}
.solicitud-informacion .form-content .list-item__center {
  padding: 6px 6px 6px 0;
  min-height: inherit;
  line-height: 125%;
}
.solicitud-informacion .form-content .list-item__left {
  padding: 6px 14px 6px 0;
  min-height: inherit;
  line-height: 125%;
  min-width: 27px;
}
.solicitud-informacion .form-content ons-button {
  margin: 15px auto auto auto;
  margin-right: 0;
}
.solicitud-informacion .list-title {
  font-family: Arial, Helvetica, Helvetica neue, sans;
  color: #252525;
  font-size: 16px;
  font-weight: normal;
}
.text-content {
  padding: 0 30px;
}
.text-content h4 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .35em;
}
.text-content p {
  margin: 0.25em 0;
}
.text-content ul {
  margin-left: 1.5em;
}
.text-content ul li {
  margin: 0.25em auto;
}
.text-content .buttons {
  margin: 1em auto;
}
.text-content .buttons .btn {
  padding: 7px 5em;
}
.residencias .anunciate,
.estancias .anunciate,
.propietarios .anunciate {
  background-color: #efca3d;
  text-align: center;
  padding: 22.5px;
  margin-bottom: 15px;
}
.residencias .anunciate .btn,
.estancias .anunciate .btn,
.propietarios .anunciate .btn {
  background-color: #fff;
  color: #252525;
}
.residencias .anunciate .btn:hover,
.estancias .anunciate .btn:hover,
.propietarios .anunciate .btn:hover {
  background-color: #999999;
}
.residencias .anunciate .btn a,
.estancias .anunciate .btn a,
.propietarios .anunciate .btn a {
  color: #252525;
}
.residencias .anunciate .title,
.estancias .anunciate .title,
.propietarios .anunciate .title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 7.5px;
  display: inline-block;
}
.places .list-items {
  padding: 15px;
}
.places .list-items .item_2 {
  border: 1px solid #ddd;
  height: 14em;
  padding: 10px;
  text-align: center;
  margin: 10px 5px;
}
.places .list-items .item .title {
  font-size: 16px;
}
.places .list-items .item .text {
  font-weight: normal;
}
.places .list-items .item .logo img {
  border: 1px solid #999;
  margin: auto;
  display: inline;
  max-width: 100%;
}
.places .list-items .llistaresi li {
  display: table;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.places .list-items .llistaresi li .item {
  display: table-cell;
  text-align: center;
  width: 100%;
  height: 14em;
  vertical-align: middle;
  margin: auto;
}
.places.noborder .list-items .logo img {
  border: 0;
  margin: auto;
}
.familias .section.familias .text,
.estancias .section.familias .text {
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}
.familias .section.familias .text .message,
.estancias .section.familias .text .message {
  margin: auto 20% auto auto;
  width: 300px;
  height: 100%;
  background-color: #fff;
  color: #252525;
  padding: 40px 50px 40px 50px;
}
@media (max-width: 767px) {
  .familias .section.familias .text .message,
  .estancias .section.familias .text .message {
    margin: auto 10% auto auto;
  }
}
.familias .section.familias .text .message h1,
.estancias .section.familias .text .message h1,
.familias .section.familias .text .message h2,
.estancias .section.familias .text .message h2,
.familias .section.familias .text .message h3,
.estancias .section.familias .text .message h3 {
  font-size: 2.7vw;
  line-height: 1.15em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 1199px) {
  .familias .section.familias .text .message h1,
  .estancias .section.familias .text .message h1,
  .familias .section.familias .text .message h2,
  .estancias .section.familias .text .message h2,
  .familias .section.familias .text .message h3,
  .estancias .section.familias .text .message h3 {
    font-size: 2.0em;
  }
}
.familias .section.top,
.estancias .section.top {
  margin: 22.5px 15px 15px 15px;
}
.familias .section.top .titleh3,
.estancias .section.top .titleh3 {
  font-size: 24px;
  color: #efca3d;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 115%;
  text-align: left;
}
@media (max-width: 567px) {
  .familias .section.top .titleh3,
  .estancias .section.top .titleh3 {
    font-size: 20px;
    text-align: center;
  }
}
.familias .section.top .logo,
.estancias .section.top .logo {
  text-align: right;
}
@media (max-width: 567px) {
  .familias .section.top .logo,
  .estancias .section.top .logo {
    text-align: center;
  }
}
.familias .section.top .logo img,
.estancias .section.top .logo img {
  width: 100px;
  display: inline-block;
  max-width: 100%;
}
.familias .section.top .text,
.estancias .section.top .text {
  text-align: left;
}
.familias .section.familias,
.estancias .section.familias {
  margin-bottom: 0;
}
@media (max-width: 849px) {
  .familias .section.familias .section-content img.footage,
  .estancias .section.familias .section-content img.footage {
    width: auto;
  }
}
.familias .section.familias .text,
.estancias .section.familias .text {
  height: 100%;
  padding-top: 0;
  overflow: hidden;
}
.familias .section .list-items-list,
.estancias .section .list-items-list {
  padding: 45px 15px;
}
.familias .section .list-items-list.negative,
.estancias .section .list-items-list.negative {
  background-color: #252525;
  color: #fff;
}
.familias .section .list-items-list.negative ul li,
.estancias .section .list-items-list.negative ul li {
  border-bottom-color: #fff;
}
.familias .section .list-items-list h4,
.estancias .section .list-items-list h4 {
  font-size: 28px;
  line-height: 115%;
}
.familias .section .list-items-list ul,
.estancias .section .list-items-list ul {
  margin: inherit;
  padding: inherit inherit inherit 1.5em;
}
.familias .section .list-items-list ul li,
.estancias .section .list-items-list ul li {
  list-style-position: inside;
  padding: 0.5em 0;
  border-bottom: 1px solid black;
}
.familias .section .list-items-list .estancias h4,
.estancias .section .list-items-list .estancias h4 {
  font-size: 2.5vw;
}
@media (max-width: 767px) {
  .familias .section .list-items-list .estancias h4,
  .estancias .section .list-items-list .estancias h4 {
    font-size: 28px;
  }
}
.familias .section .list-items-list .form-content,
.estancias .section .list-items-list .form-content {
  margin-bottom: 15px;
}
.familias .section .list-items-list .form-content ons-input,
.estancias .section .list-items-list .form-content ons-input,
.familias .section .list-items-list .form-content textarea,
.estancias .section .list-items-list .form-content textarea {
  width: 100%;
  border: 0;
}
.familias .section .list-items-list .form-content .form-label,
.estancias .section .list-items-list .form-content .form-label {
  display: none;
}
.familias .section .list-items-list .form-content ons-button,
.estancias .section .list-items-list .form-content ons-button {
  margin-left: 0;
}
.familias .section .list-items-list .form-content input[type="text"],
.estancias .section .list-items-list .form-content input[type="text"] {
  background: #efeff4;
  padding: 10px 10px;
  height: auto;
  border: 0;
}
@media (max-width: 849px) {
  .section.familias .section-content .text .message,
  .section.estancias .section-content .text .message {
    text-align: left;
  }
  .section.familias .section-content .text .message h2,
  .section.estancias .section-content .text .message h2 {
    font-size: 28px;
  }
}
.section.estancias .section-content:before {
  opacity: 0;
}
.section.estancias .section-content .text-content-b {
  padding-top: 30px;
  padding-left: 8%;
  padding-right: 8%;
}
.section.estancias .section-content .text-content-b .item .text3 {
  font-size: 16px;
  line-height: 145%;
}
.solicitud-informacion.propietarios form {
  background-color: #dff0d9;
}
.contacto .section.textcontent {
  padding-left: 8%;
  padding-right: 8%;
}
.contacto .form-content {
  margin-bottom: 15px;
}
.contacto .form-content ons-input,
.contacto .form-content textarea {
  width: 100%;
  border: 0;
}
.contacto .form-content .form-label {
  display: none;
}
.contacto .form-content ons-button {
  margin-left: 0;
}
.contacto .form-content input[type="text"] {
  background: #efeff4;
  padding: 10px 10px;
  height: auto;
  border: 0;
}
.map img.footage {
  max-width: 100%;
  width: 100%;
}
.section .section-content .text.titolseccio3 {
  padding-top: 0%;
  top: 35%;
  margin-top: 0;
}
.section .section-content .text.titolseccio3 .message {
  text-align: center;
  padding: 0;
}
.section .section-content .text.titolseccio3 .message h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 10px 15px;
  opacity: 0.85;
}
table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table th,
table.table td {
  border: 1px solid gray;
  vertical-align: top;
  padding: 5px;
}
table.table th {
  background-color: #e6e6e6;
}
.textcontent2 {
  padding: 1em 2em;
}
.textcontent2 p {
  margin-bottom: 0.5em;
}
.textcontent2 ul {
  margin: auto auto auto 1.5em;
}
.textcontent2 ul li {
  margin-bottom: 0.5em;
}
.sticky .topbar {
  padding-top: 5px;
}
.sticky-offset {
  position: absolute;
  top: 0px;
}
/* Add some top padding page link (as the header gets a new position at the top of the page (position:fixed and top:0) */
@media (max-width: 767px) {
  .sticky-offset {
    position: absolute;
    top: -43px;
  }
}
@media (max-width: 767px) {
  /* The sticky class is added to the header with JS when it reaches its scroll 	position */
  .sticky {
    background: white;
    opacity: 0.98;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 65000;
  }
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .stickyParent + .content {
    padding-top: 43px;
  }
}
.H_ui input[type=submit] {
  color: #efca3d;
  background: transparent;
  border: 0;
}
.H_ui .item {
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}
.H_ui .item:last-child {
  border-bottom: 0;
}
.H_ui .infobubble {
  padding: 5px 10px 0px 10px;
}


/* Override Astra's page-builder template full width behavior */
.ast-page-builder-template .site-content > .ast-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}