@font-face {
  font-family: 'trebuchet';
  src: url('../fonts/trebuc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  /*color: #222222;*/
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'trebuchet', sans-serif;
  color: #0E5693;
}

.top-bar {
  background: #0E5693;

  border: none !important;
  /*	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);*/
  z-index: 3;
  position: relative;
  /*display: none;*/
}

.top-number {
  color: #fff;
}

p.telnum {
  text-align: left;
  width: auto;
  float: left;
  margin-right: 30px;
}

ul.social-share li a {
  color: #fff;
  background: transparent;
}

ul.social-share li a:hover {
  background: transparent;
  color: #fff;
}

.navbar {
  background: -moz-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0E5693), color-stop(22%, #0E5693), color-stop(100%, #37ACE7));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E5693', endColorstr='#37ACE7', GradientType=0);
  /* ie6-9 */
  padding-top: 10px;
}

.navbar-inverse .navbar-nav>li>a {
  border-radius: 0;
  border-bottom: 1px solid transparent;
}

a,
a:focus {
  color: #fff;
}

a.colored,
a.colored:focus {
  color: #0E5693;
}

a.colored:hover {
  color: #37ACE7;
}

a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.navbar-nav>li {
  margin-left: 15px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #fff;
  border: none;
}

.navbar-inverse .navbar-nav>li>a {
  padding: 5px 6px;
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #36A9E4;
  border-bottom: 1px solid #44B1D6;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #37ACE7;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
  background-color: #37ACE7;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
  color: #fff;
  background: #0E5693;
  border-bottom: 1px solid #44B1D6;
}

.navbar-brand img {
  width: 300px;
  max-width: 100%;
}


.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

nav.sidebar .navbar-collapse,
nav.sidebar .container-fluid {
  padding: 0 0px 0 0px;
}

.left-title {
  padding: 15px 0;
  width: 100%;
  background: rgba(55, 55, 55, 0);
  margin: 20px;
  margin-top: 30px;
  text-align: center;
}

.left-title h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

.fg-light {
  color: #fff !important;
}

.left-title p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
}

.dropdown-menu {
  min-width: 100px;
}

.img-responsive {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.bg-grey {
  background: #eee !important;
}

section {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}

.services-wrap.imm {
  padding: 5px;
}

.container>.navbar-header,
.container>.navbar-collapse {
  /*margin-right: -25px;*/
}

.navbar-brand.brand-plain {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0);
  color: #fff !important;
}

#header {
  border-bottom: 1px solid #44B1D6;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
}

.header-picture {
  height: 226px;
  width: 100%;
  padding: 20px;
}

.isla {
  padding: 30px;
  border-radius: 4px;
  margin: 0 0 40px;
  /*margin-top: 0px;*/
  background: #fff;
}

/*.brand {
    color: #7FA430;
    margin-left: 80px;
    font-size: 32px;
    position: absolute;
    display: block;
    margin-top: 30px;
}
a.brand:hover, a.brand:focus {
    color: #7FA430;
    text-decoration: none;
    outline: none;
}
a.brand:hover, a.brand:focus {
    color: #7FA430;
    text-decoration: none;
    outline: none;
}*/
ul#flags {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#flags li {
  display: inline-block !important;
}

ul#flags li a {
  display: inline-block !important;
  width: 40px !important;
  height: 31px !important;
  /*    -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;*/
  overflow: hidden !important;
  text-align: center !important;
  /*    border: 1px solid #f5f5f5;*/
}

ul#flags li a#es {
  background: url(../images/flags/flags.png) center 0 no-repeat;
}

ul#flags li a#en {
  background: url(../images/flags/flags.png) center -33px no-repeat;
}

ul#flags li a img {
  /*width: 100%;*/
  width: 24px !important;
  margin-top: -3px !important;
}

.lang {
  background-color: transparent !important;
  /*	-webkit-transition: background-color 600ms;
        -moz-transition: background-color 600ms;
        -o-transition:  background-color 600ms;
        transition:  background-color 600ms;	*/
}

.lang.active {
  /*background-color: #44b1d6 !important;*/
  background-color: rgba(68, 177, 214, .5) !important;
  /*border: 1px solid #44B1D6 !important;*/
}

#main-slider {
  /*width: 100%;*/
  height: 300px;
  margin: 20px;
}

.home_slider_container {
  width: 100%;
  height: 100%;
}

.home_container {
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 72px;
}

.home_title h1 {
  font-size: 82px;
  color: #fff;
}

.slider_image {
  background-size: cover !important;
  text-align: center !important;
  height: 300px;
}

#feature {
  margin-top: 40px;
  background: #0E5693;
}

.feature-wrap i {
  color: #0E5693;
  box-shadow: inset 0 0 0 5px #0E5693;
  -webkit-box-shadow: inset 0 0 0 5px #0E5693;
}

.feature-wrap h2,
.feature-wrap h3 {
  color: #fff;
}

.feature-wrap i:hover {
  background: #0E5693;
  color: #fff;
  box-shadow: inset 0 0 0 5px #0E5693;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  border: 3px solid #0E5693;
}

.center {
  padding-bottom: 0;
}

#inmuebles-list .single-car {
  border-top: 2px solid #142752;
  border-bottom: 4px solid #142752;
  margin: 10px auto;
  padding: 10px;
}

#inmuebles-list img {
  /* width: 100%; */
  max-width: 100%;
  /* height: auto; */
  max-height: 250px;
  width: auto;
  height: auto;
  /* margin: 0 auto; */
}

.single-inmueble-row {
  border-bottom: 2px solid #44B1D6;
  padding-bottom: 30px;
}

.single-inmueble {
  width: 100%;
  margin: 20px auto;
}

.single-inmueble * {
  font-size: 1em !important;
}

.inm-img-wrapper {
  text-align: center;
}

.main-data th,
.main-data td {
  text-align: center;
  border-right: 1px solid #333;
  font-weight: normal;
}

.main-data {
  margin-bottom: 40px;
}

.immobili .inm-title {
  margin-bottom: 10px;
}

.immobili .main-data,
.immobili .features-data {
  margin-bottom: 10px;
}

.immobili .main-data th,
.main-data td {
  text-align: center;
  border-right: 1px solid transparent;
}

.main-data td {
  color: #44B1D6;
}

.features-data {
  text-align: center;
  margin-bottom: 20px;
}

.data td {
  font-size: 1.4em;
  padding: 10px;
  max-width: 140px;
}

.services-wrap h3 {
  font-size: 18px;
}

td.description {
  overflow: auto;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 1.1em;
}

.single-inmueble table {
  width: 100%;
}

.single-inmueble h2 {
  color: #44B1D6;
  margin-bottom: 40px;
  font-size: 15px !important;
  font-weight: 700;
}

.price {
  /*font-size: 1.4em!important;*/
  font-weight: bold;
}

.precio-column {
  text-align: right;
}

button {
  border: none;
  background: #44B1D6;
  padding: 10px 40px;
  color: #eee;
  cursor: pointer;
}

.about-content a {
  color: #eee;
}

ul {
  list-style-type: none;
}

/*.loc-select .btn-default, .loc-select  .btn-default:hover, .loc-select  .btn-default:focus, .loc-select  .btn-default:active, .loc-select  .btn-default.active, .loc-select  .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #333;
}*/
.btn-select,
.btn-select:hover,
.btn-select:focus,
.btn-select:active,
.btn-select.active,
.btn-select .open .dropdown-toggle.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #333 !important;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.btn-select span.txt {
  float: left;
  color: #333 !important;
  font-size: 12px;
}

.btn-select span.caret {
  float: right;
  margin-top: 8px;
  color: #333 !important;
}

.loc-select {
  position: relative;
  /*padding: 6px;*/
}

.loc-list {
  position: absolute;
  left: 0 !important;
  background: #fff !important;
  width: 100%;
}

.loc-list .ayuntamiento-group {}

.loc-list>li.ayuntamiento-group span {
  display: block;
  background: lightgray;
  padding: 5px;
  font-weight: bold;
  font-style: italic;
}

.loc-list .ayuntamiento-group li {
  padding: 5px 0;
}

.loc-list a,
.loc-list a:focus {
  color: #333 !important;
}

.casa {
  background: #eee url(../images/slider/tenerife-2.jpg) 0 0 no-repeat;
  background-size: cover;
}

.filter-immuebles {
  /*background: transparent;*/
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
}

#filtering-immuebles h3,
#filtering-immuebles span {
  color: #fff;
}

#filtering-immuebles a {
  color: #333;
}

.filter-checkboxes {
  color: #fff !important;
}

.flt-tipo-piscina {
  margin-left: 20px !important;
}

#aplica-filtros,
#buscar-terrenos,
#buscar-viviendas,
#searchCodeButton {
  background: #142752 none repeat scroll 0 0;
  border: medium none;
  padding: 10px 4px;
  width: 45%;
}

.my-button {
  background: #142752 none repeat scroll 0 0 !important;
  border: medium none !important;
  padding: 10px 4px !important;
}

#searchCodeButton {
  width: 90%;
}

#homeCode {
  line-height: 26px;
  width: 90%;
}

#quita-filtros {
  border: medium none;
  padding: 10px 4px;
  width: 45%;
}

button {
  border: none;
  background: #142752;
  padding: 10px 40px;
  color: #eee;
  cursor: pointer;
}
div.price,
td.price {
  color: #44B1D6;
  font-size: 1.4em !important;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.mselect .btn-default,
.mselect .btn-default:hover,
.mselect .btn-default:focus,
.mselect .btn-default:active,
.mselect .btn-default.active,
.mselect .btn-default .open .dropdown-toggle.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #333 !important;
  width: 90% !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  max-width: 90%;
}

#filters-nav .dropdown-menu {
  background-color: #fff;
  padding: 4px;
  width: 90%;
}

#filters-nav .dropdown-menu>li>a {
  color: #333;
  background: transparent;
}

#filters-nav .dropdown-menu>li>a:hover {
  color: #333;
  background: transparent;
  border-bottom: 0px solid transparent;
}

#filters-nav h3,
#filters-nav a,
#filters-nav a_hover,
#filters-nav span.filter-checkboxes-radio {
  color: #fff;
}

#filters-nav li a,
#filters-nav li a:hover {
  color: #333;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #44B1D6 !important;
}

.multiselect-container.dropdown-menu input {
  margin-top: 0px !important;
}

nav.sidebar .navbar-nav li {
  margin-left: 0 !important;
  padding: 4px !important;
  /*background: #0C9344;*/
  /*text-align: center;*/
  border-bottom: 1px #e5e5e5 solid;
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  width: 100%;
}

nav.sidebar .navbar-nav li:not(.multiselect-group) {
  padding-left: 20px !important;
}

/*following rule is to allow price select to be visible*/
.media,
.media-body {
  overflow: inherit;
}

.multiselect-native-select {
  text-align: left;
}

.mselect label {
  font-weight: normal;
}

.sort-options {
  text-align: right;
}

.sort-options .multiselect-container.dropdown-menu input {
  margin-top: 4px !important;
}

#sort-form .multiselect-native-select button {
  padding: 8px;
  font-size: 14px;
  border: none;
}

#sort-form .multiselect-native-select button:hover,
#sort-form .multiselect-native-select button:focus,
#sort-form .multiselect-native-select button:active {
  background: #fff;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}

label {
  font-weight: normal;
}

div#icons {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px;
}

div#icons div {
  margin: 20px;
  text-align: center;
}

/*ul#icons li {
    list-style-type: none;
    margin: 20px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 90px;
}
@media only screen and(max-width: 760px){
    ul#icons li {
        width: 45px;
    }
}*/
#icons img {
  float: none;
  margin-left: 0px;
  width: auto;
  vertical-align: middle;
}

#icons p {
  font-size: .9em;
  margin: 4px;
  width: 100%;
}

#other_pictures {
  width: 100%;
  height: auto !important;
  margin: 20px auto;
  padding: 0;
  overflow: visible;
}

#other_pictures li {
  border: 2px solid white;
  cursor: pointer;
  display: inline-block;
  height: 100px;
  list-style-type: none;
  margin: 2px;
  overflow: hidden;
  position: relative;
  width: 100px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}

#other_pictures img {
  position: absolute;
  clip: rect(0px, 96px, 96px, 0px);
  width: 100px;
  height: 100px;
}

#item_details {
  padding: 10px;
}

ul#item-data-list {
  list-style-type: none;
  font-size: 1.3em;
}

ul#item-data-list li {
  margin: 30px;
}

div#item-data-list {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px;
}

div#item-data-list p {
  font-size: 1.3em;
  width: 100%;
  margin: 21px 0 22px 0;
}

.item-data {
  border: 2px solid #ccc;
  margin: 30px;
  padding: 10px;
}

#general-data {
  border: 2px solid #ccc;
  margin: 30px;
  padding: 10px;
}

.hl {
  font-weight: bold;
  color: #44B1D6;
  float: right;
}

.googlemap {
  height:400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  /*	-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;*/
}

.googlemap iframe {
  width: 100%;
  height: 300px;
}

a.privacy {
  color: #333;
  font-size: .9em;
}

.gradient-button{
  background: -moz-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0E5693), color-stop(22%, #0E5693), color-stop(100%, #37ACE7));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* ie10+ */
  background: linear-gradient(0deg, #37ACE7 0%, #0E5693 78%, #0E5693 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E5693', endColorstr='#37ACE7', GradientType=0);
  /* ie6-9 */
  color: #fff;
  padding: 4px 10px;

}
button#send {
  float: right;
}

.red {
  color: red !important;
}

p.description {
  font-size: 1.1em;
  font-style: italic;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color: #44B1D6;
  box-shadow: none;
}

legend {
  border-bottom: 1px solid #44B1D6;
}

a.volver {
  color: #44B1D6;
  text-decoration: underline;
  font-style: italic;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
}

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

.other-pictures-wrapper {
  max-height: 400px;
  overflow: auto;
}


#docList {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

#docList div {
  display: inline-block;
  max-width: 100px;
  text-align: center;
}

#docList div img {
  width: 40px;
}

#docList a {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {

  .data th,
  .data td {
    font-size: .9em !important;
    padding: 10px 5px !important;
  }

  button {
    padding: 10px 30px !important;
  }

  div#item-data-list p {
    text-align: center !important;
  }

  .hl {
    float: none !important;
  }

  #cookiebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
  }

  #cookiebar p,
  #cookiebar a.btn,
  #cookiebar a.btn:hover {
    font-size: 12px;
  }

  .home_title h1 {
    font-size: 52px;
    color: #fff;
  }

  .navbar-nav>li {
    margin: 10px auto;
    font-size: 2rem;
  }
}

.ribbonContainer {
  position: relative;
  margin: 8px;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #AF2121;
  border: 5px solid #C25E00;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon.inversioncero span {
  background-color: #FB8C00;
  color: #AF2121;
}

.ribbon.ecommerce span {
  background-color: #AF2121;
  color: #F9DF37;
}

/* top right*/

.ribbon-top-right {
  top: -10px;
  /*right: -10px;*/
  right: 5px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.product-overlay {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: rgba(255,255,255,.5);*/
  background-color: rgba(204, 204, 204, .5);
  background-image: url(../images/vendido.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 49;
}

#footer {
  font-size: 1rem;
}
#footer ul{
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer ul>li {
  display: block;
  margin: 0px 20px 20px 20px;
  margin-bottom: 10px;
}
