html, body{
    width: 100%;
    overflow-x: hidden !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    overflow-y: visible !important;
    font-size: 2em;
}
.touchswipe {
    padding: 10px;
    height: 100%;
}
.form-background {
    background-image: url("/images/texturas-web-arras-04.jpg"); 
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.registro-title {
    font-family: 'blaimim', serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding-top: .2em;
}

.registro-field {
    font-family: 'blaimim',serif;
    font-size: 1.5em;
    font-size: 1.2em;
    margin: 0;
    padding-top: .5em;
}

.registro-button {
    font-family: 'blaimim',serif;
    font-size: 1.5em;
    font-size: 1.5em;
    margin: 0;
    padding-top: .5em;
}

.form-control {
    font-family: 'blaimim', serif;
    font-size: 1.5em;
    font-size: 1em;
    margin: 0;
    padding-top: .5em;
}

/*IcoMoon*/
@font-face{
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?edu7b');
  src:url('fonts/icomoon.eot?#iefixedu7bb') format('embedded-opentype'),
    url('fonts/icomoon.woff?edu7bb') format('woff'),
    url('fonts/icomoon.ttf?edu7bb') format('truetype'),
    url('fonts/icomoon.svg?edu7bb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"]{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logotype:before{
  content: "\e600";
}
.icon-arrow-down:before{
  content: "\f03f";
}
.icon-arrow-left:before{
  content: "\f040";
}
.size-icon .icon-arrow-left:before{
    font-size: 3em;
}
.icon-arrow-right:before{
  content: "\f03e";
}
.icon-arrow-up:before{
  content: "\f03d";
}
.icon-book:before{
  content: "\f007";
}
.icon-check:before{
  content: "\f03a";
}
.icon-chevron-down:before{
  content: "\f0a3";
}
.icon-chevron-left:before{
  content: "\f0a4";
}
.icon-chevron-right:before{
  content: "\f078";
}
.icon-chevron-up:before{
  content: "\f0a2";
}
.icon-device-camera-video:before{
  content: "\f057";
}
.icon-heart:before{
  content: "\2665";
}
.icon-home:before{
  content: "\f08d";
}
.icon-info:before {
  content: "\f059";
}
.icon-pencil:before{
  content: "\f058";
}
.icon-pin:before {
  content: "\f041";
}
.icon-playback-play:before{
  content: "\f0bf";
}
.icon-screen-full:before{
  content: "\f066";
}
.icon-screen-normal:before{
  content: "\f067";
}
.icon-search:before {
  content: "\f02e";
}
.icon-three-bars:before{
  content: "\f05e";
}
.icon-versions:before{
  content: "\f064";
}
@font-face {
  font-family: 'icomoon_2';
  src:  url('fonts/icomoon_2.eot?twlhhw');
  src:  url('fonts/icomoon_2.eot?twlhhw#iefix') format('embedded-opentype'),
    url('fonts/icomoon_2.ttf?twlhhw') format('truetype'),
    url('fonts/icomoon_2.woff?twlhhw') format('woff'),
    url('fonts/icomoon_2.svg?twlhhw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-folder-open:before {
  content: "\e930";
}
.icon2-user:before {
  content: "\e971";
}
.icon2-cloud:before {
  content: "\e9c1";
}
/*General*/

body{
    margin: 0;
    padding: 0;
    -webkit-user-select: none; /* Chrome/Safari */       
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
    touch-action: auto;
    overflow-x: hidden;
}
section{
    padding-top: 44px;
}
p{
    margin: 0;
    padding: 0;
}
a:hover{
    cursor: pointer;
}

.arrow-navigation:hover{
    cursor: pointer;
}



/*Actions*/
.a-center{
    display: inline-block;
}
/*Utilities*/
.u-line{
    background: #f1f1f1;
    box-shadow: 0 1px 2px rgba(0,0,0,1);
    height: 1px;
    margin: .6em auto .1em auto;
    width: 5em;
}
.u-gradient:after{
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    content: '';
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
}
.u-hover{
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.u-hover-lower{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.u-features-title{
    color: #f1f1f1;
    font-family: 'Lato', sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 1em;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(1,1,1,1);
    text-transform: uppercase;
}
.u-subtitle-filters{
    color: #2E3A22;
    font-family: 'blaimim',serif;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .2em;
    margin: 0 0 .1em 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    /*text-transform: uppercase;*/
    text-align: center;
}
.u-button{
    background-color: #2E3A22;
    border: none;
    border-bottom: 3px solid #222a19;
    color: #F4EDE7;
    font-family: 'blaimim', sans-serif;
    font-size: 1.85em;
    font-weight: 400;
    letter-spacing: .25em;
    padding: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
}
.models-button {
    margin: 50px;
}
.u-button:hover{
    background-color: #2E3A22;
    border: none;
    border-bottom: 3px solid #222a19;
    color: #F4EDE7;
    text-decoration: none;
}
.u-footer{
    color: #210000;
    font-family: 'icomoon', serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .3em;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    text-transform: uppercase;
}
.u-p{
    font-family: 'blaimim', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
}
.u-item-image{
    max-height: 320px;
    filter: grayscale(1);
}

.u-item-image-carousel{

    height: 100%;
}
.u-layer{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 4%,rgba(10,7,5,0) 11%,rgba(143,102,74,0.65) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.u-module{
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    /* filter: grayscale(1); */
}

/*GEORGE*/
.models {
    height: auto !important;
}
/********/

.flickerplate{
    width: 94%;
    height: 72.5%;
    margin: 0 auto;
}
.flickerplate .arrow-navigation:before{
    font-size:15rem !important;
    margin-top:-100px !important;
    opacity: 0.65 !important;
}
.container-fluid{
    margin-left: 9em !important;
     margin-right: 9em !important;
}
/*Styles*/
.s-category{ /*titulos*/
    color: #2E3A22;/*797a79*/
	/*color: #f1f1f1;*/
    font-family: 'blaimim';
    font-size: 1.75em;
    font-weight: 900;
    letter-spacing: .15em;
    /*text-shadow: 0 1px 5px rgba(0,0,0,1);*/
    text-transform: uppercase;
    margin: 0;
    padding-top: .5em;
}
.s-title{ /*subTitulos*/
    color: #797a79; 
	/*color: #f1f1f1;*/
    font-family: 'blaimim';
    font-size: 2em;/*3*/
    font-weight: 900;
    letter-spacing: .25em;
    margin-bottom: .1em;
    /*text-shadow: 0 1px 5px rgba(0,0,0,1);*/
	
    text-transform: uppercase;
}
.s-title-small{
    color: #f1f1f1;
    font-family: 'blaimim', sans-serif;
    font-size: 2em;
    font-weight: 900;
    letter-spacing: .25em;
    margin: .75em 0 .1em 0;
    text-shadow: 0 1px 5px rgba(0,0,0,1);
    text-transform: uppercase;
    display: block;
}
/*fuente y color de letras del pie de pagina*/
.s-copy{
    color: #f1f1f1;
    font-family: 'blaimim', sans-serif;
    font-size: 3em;
    font-weight: 900;
    letter-spacing: .25em;
    text-shadow: 0 1px 5px rgba(0,0,0,1);
    text-transform: uppercase;
}
.u-subtitle{
    color: #210000;
    font-family: 'blaimim', serif;
    font-size: 1.75em;/*1.75*/
    font-weight: 400;/*400*/
    letter-spacing: .2em;
	/*letter-spacing: .2em;*/
    margin: 0 0 .1em 0;
    padding: 0;
    text-decoration: none;
	/*text-shadow: 0 1px 5px rgba(0,0,0,1);*/
	text-shadow: 0 1px 5px rgba(0,0,0,1);
    text-transform: uppercase;
}
/*Fonts*/
/* @font-face{ 
    font-family: 'constantine';
    src: url('fonts/constantine-webfont.eot');
    src: url('fonts/constantine-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/constantine-webfont.woff') format('woff'),
         url('fonts/constantine-webfont.ttf') format('truetype'),
         url('fonts/constantine-webfont.svg#webfont') format('svg');
} */
@font-face{ 
    font-family: 'blaimim';
    src: url('fonts/theforegen.eot');
    src: url('fonts/theforegen.eot?#iefix') format('embedded-opentype'),
         url('fonts/theforegen.woff') format('woff'),
         url('fonts/theforegen.ttf') format('truetype'),
         url('fonts/theforegen.svg#webfont') format('svg');
} 
/*Shortcuts*/
.first-menu{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 88px 44px 0;
}
.shortcuts ul{
    color: #f1f1f1;
    list-style-type: none;
    text-align: right;
    margin: 0 44px 44px 0;
    z-index: 150;
}
.first-menu ul li,
.shortcuts ul li{
    display: inline-block;
    font-size: 3.25em !important;
    margin-right: 1em;
    text-shadow: 0 1px 15px rgba(0,0,0,1);
}
.first-menu ul li a,
.shortcuts ul li a{
    color: #f1f1f1;
    text-decoration: none;
}
.shortcuts ul li:first-child{
    cursor: pointer;
    float: left;
    left: 0;
    margin-left: 44px;
    position: fixed;
    top: 44px;
    z-index: 3;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) !important;
}
.shortcuts ul li:nth-child(2){
    cursor: pointer;
    float: right;
    margin-right: 44px;
    position: fixed;
    right: 0;
    top: 44px;
    z-index: 3;
}
.shortcuts ul li:last-child{
    bottom: 0;
    cursor: pointer;
    float: right;
    margin: 0 44px 44px 0;
    position: fixed;
    right: 0;
    z-index: 3;
}
.shortcuts ul li .icon-arrow-up,
.shortcuts ul li .icon-arrow-down{
    opacity: .5;
}
.shortcuts ul li .icon-arrow-up:hover,
.shortcuts ul li .icon-arrow-down:hover{
    opacity: 1;
}
/*Slider*/
/*.ps-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/light-wood.jpg) repeat;
    display: table;
}

.ps-container > div {
    position: absolute;
    width: 60%;
}

.ps-container > div > div,
.ps-slidewrapper > nav,
.ps-slides > div {
    position: absolute;
}

.ps-header {
    top: 0px;
    left: 0px;
    height: 70px;
    z-index: 1001;
    margin: 0;
    padding: 0;

}*/
.ps-header{
    margin-bottom: 0;
    padding-bottom: 0;
}
.slider-pro,
.sp-slides,
.sp-slide{
    margin: 0;
    padding: 0;
}

/* Touch Swipe - George 16-dic-2015 */

.carousel-indicators li {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 1px !important;
    text-indent: -999px !important;
    border: 1px solid #48392E !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    background-color: #000 \9 !important;
    background-color: rgba(0,0,0,0) !important;
}

.carousel-indicators {
    position: static !important;
    left: 100% !important;
    z-index: 15 !important;
    width: 95% !important;
    margin: 0.2em !important;
    padding-left: 0 !important;
    list-style: none !important;
    text-align: center !important;
}

.carousel-indicators .active {
    margin: 0 !important;
    width: 17px !important;
    height: 17px !important;
    background-color: #2E3A22 !important;
}

.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.button {
    background: #ff8c00;
    color: #ffffff;
    display: inline-block;
    margin-top: 16px;
    padding: 16px;
}
.carousel.slide img {
    width: 100%;
    height: auto;
}
.vertical {
    margin-top: 20%;
    transform: translateY(-50%);
}
/* Commented by George
@media (max-width: 800px) {
    .vertical{
        margin-top: 0%;
        transform: translateY(0%);
    }
}*/ 
/************************************/

.sp-layer h3{
    color: #797a79;
	/*color: #493a2f;*/
    text-shadow: none;
    font-family: 'blaimim', serif;
    font-size: 3em;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    margin-top: 0;
}
.sp-layer p{
    color: #493a2f;
    font-size: 2em;
    overflow: hidden;
    max-width: 100%;
    white-space: pre-wrap
}
.sp-layer .price{
    font-size: 3em;
    margin-bottom: 1em;

}
.ps-header{
    display: inline-block;
    width: 100%;
}
.ps-header h2{
    color: #2E3A22;/*f1f1f1*/ /*Modelos de casas*/
    text-shadow: none;
    text-align: center;
    font-family: "blaimim" !important;
	
}

/*Main menu*/
#Menu{
    right: 50px;
    top: 200px;
    /*transition: left .5s ease-in, top .5s ease-in;*/
	transition: left .5s ease-in, top .5s ease-in;
}
.menu{
    position: relative;
    font-size: .6em;
    z-index: 1000;
}
.menu > div{
    height: 350px;/*350*/
    position: absolute;
    width: 260px;/*260*/
    z-index: 3;
}
.menu-list{
    list-style-type: none;
    margin-left: -44px;/*-44*/
    text-align: center;
    /*position: absolute;*/
}
.menu-list a{
    color: #f1f1f1;
    line-height: 44px;
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0,0,0,1);
}
.menu-icon{
    font-size: 2em;
    margin-right: 1em;
}
.menu-responsive{ /*menu superior*/
    display: none;
    z-index: 10000;/*10000*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2E3A22;/*2E3A22*/
	/*font-weight: bold;*/
	font-size: .95em;/**/
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    text-align: center;
	/*letter-spacing: 0.1em;/**/
    top: 0;
    z-index: 10;/*10*/
    transform: translateZ(0);
    -webkit-transform: translateZ(0) !important;
}
.menu-responsive li{
    display: inline-block;
    font-size: 1.85em;
    height: 3em;
    line-height: 3em;
}
.menu-responsive li a{
    color: #F4EDE7;
    font-family: 'blaimim', serif;
    letter-spacing: .25em;
    margin: .75em;
    text-transform: uppercase;
}
.menu-smartphone{
    background: #2E3A22;
    display: none;
    left: 0;
    opacity: 1;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) !important;
}
.menu-smartphone-icon{
    width: 35px;
    display: inline-block;
    height: 57px;
    color: #F4EDE7;
    line-height: 57px;
    cursor: pointer;
    font-size: 24px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.menu-smartphone-container{ 
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) !important;
}
.menu-smartphone-categories{
    width: 10000px;
}
.menu-smartphone-item{
    color: #F4EDE7;
    float: left;
    font: normal 1.85em/55px 'blaimim', serif;
    height: 44px;
    letter-spacing: .25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 400px;
}
/*Introduction*/
 #Introduction{
    position: relative;
    text-align: center;
} 
.logotype{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -279px;
    margin-top: -136px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0) !important;
}
.logotype-img{
    height: 202px;
    width: 250px;
}
.little-logotype{
    height: 30.5px;
    width: 65.5px;
}
#video-bg{
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: -1;
} 
.bg{
    background: 2E3A22;
    background-position: center;
    background-size: cover;
    display: none;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: auto;
    z-index: -1; 
}
/*Registro*/
.logotype-image{
    margin-bottom: 100px;
    display: inline;
    float: left;
}
.header-image{
    float: right;
    display: inline;
}
.header-logo-form {
    display: block;
    float: right;
    margin-left:39.7188px;
    margin-right:39.7344px;
    /*margin-right: auto;
    margin-left: auto;*/
    height: 20%;/*65%*/
    width: 20%;/*65%*/
}
.footer-image{
    float: left;
    display: inline;
}
.logotipo-casas-yes{
    max-width:100%;
}
.logotipo-casas-yes:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-left:-0.25em; /* adjusts spacing */
}
.logotipo-casas-yes p {
    display:inline-block;
    vertical-align:middle;
}
.invisible{
    /* height: 200px; */
    display: inline-block;
    vertical-align: middle;
}
.link{
    color: #2E3A22 !important;
}
.link:hover{
    color: #2E3A22 !important;
}
.link:visited{
    color: #2E3A22 !important;
}
.link:active{
    color: #2E3A22 !important;
}
.logotipo-casas-yes img{
    /*margin-bottom: 5px;*/
    zoom: 1.5;
}
/*Hito*/
.hito{
    background-color: #88959e;
    background-position: center;
    background: url(../images/Fondo-rec-virtual.jpg) no-repeat;
    background-size: cover;
    display: inline-block;
    min-width: 90%;
    min-height: 100%;
    text-align: center;
}
.hito{
    position: relative;
}
.play{
    position: absolute;
    top: 45%;
    left: 45%;
}
.play a{
    opacity: .5;
}
.play a:hover{
    opacity: 1;
}
/*Map*/
map{
    /*display: inline-block !important;*/
}
.map-controlls{
    background-color: #dddddd;
    color: #2E3A22;
    text-align: left;
    text-decoration: none;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 200px;
}
.map-controlls-filters{
    background-color: #dddddd;
    color: #2E3A22;
    float: left;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    text-decoration: none;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
.image-filters{
    vertical-align: top;
}
.map-control-filters-container{
    height: 356px;
    overflow:auto; 
}
.map-control-references-container{
    height: 382px;
    overflow:auto; 
}
.map-controlls-filters ul{
    list-style-type: none;
}
.map-controlls-filters ul span{
    text-align: center;
}
.map-controlls ul{
    list-style-type: none;
}
.map-controlls ul span{
    text-align: center;
}
.map-controlls ul{
    padding-left: 0;
}
.contacto-list {
    list-style-type: none;
}
/*Features*/
.features{
    /*background: #88959e;*/
    background: #F4EDE7;
    height: 700px;
    background-size: cover;
}
#features-gallery{
    z-index: 2;
}
#features-gallery .item{
    text-align: center;
}
.owl-carousel .owl-item img{
    width: 100%;
}
/*Gallery*/
#Gallery{
	background: #F4EDE7;
    /*background: url(../images/textura-fondos.jpg) repeat;*/
    text-align: center;
    width: auto;
    background-size: cover;
}
#Gallery .u-hover .u-category{
    margin-top: 2em;
}
#Gallery .u-hover .u-line{
    background: #ffffff;
    height: 1px;
    text-align: center;
    width: 5em;
}
#Gallery .u-hover .u-footer{
    margin-top: 20%;
}
.flick-title{
    display: inline-block;
    position: relative;
    top: 300px;
}
.flick-title span{
    font-size: 10px;
    color: #493a2f;
    font-family: 'blaimim', serif;
    font-size: .75em;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
}
/*Models*/
.models{
    background: #F4EDE7;
    /*background: url(../images/textura-fondos.jpg);*/
    background-size: cover;
}
.models .u-category,
.models .u-title,
.models .u-subtitle{
    color: #f1f1f1;/*#493a2f;*/ /*f1f1f1*/
    text-shadow: none;
}
.models .u-line{
    background: #f1f1f1;/*#493a2f;*/ /*f1f1f1*/
}
.models-item ul li{
    display: inline-block;
    list-style-type: none;
    margin: 1em 1em 3em 1em;
    width: 320px;
    vertical-align: top;
}
.models-item ul li img{
    width: 320px;
    border: 5px solid rgba(73, 58, 47, .5);
}
.models-item .u-footer{
    color: #2E3A22;/*#493a2f;*//*2E3A22*/
}
#owl-demo .owl-item div{
    padding:5px;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.models .u-footer{
    font-size: 1.5em;
}
.models .precio{
    font-size: 1em;
}
/*Location*/
.location{
    /*background: #88959e;*/
    /*background: url(../images/textura-fondos.jpg);*/
	background: #F4EDE7;
	/*background: #2E3A22;*/
    background-size: cover;
    padding: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#location-project-polygon{
    stroke-width:5; /* control the countries borders width */
    stroke:#6699cc; /* choose a color for the border */
    cursor:pointer; /* display the pointer when the map hovers the map. */
}
.poi-image{
    width:190px;
    height:auto;
}
.poi-scrollfix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff
}
.infobox{
    position:relative;
    background-color:white;
    border:1px solid rgb(136, 136, 136);
    left:0px;
    top:0px;
    width:256px;
    text-align: center;
    z-index: 1;
}
.infobox_close{
    cursor:pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    border:none;
}
.infobox_content{
    margin:5px;
    font: 11px/22px Arial;
}
.infobox_pointer{
    width:33px;
    height:38px;
    overflow:hidden;
    position:relative;
    z-index:1;
    left:20px;
    top:-1px;
}
.infobox_title{
    font-weight:bold;
    font-size:15px;
}

/*Furnished*/
.furnished{
    background-color: green;
}
/*Gis*/
    ul .margin-location{
        margin-bottom: 11px;
    }
.gis{
    background: #F4EDE7;
    /*background: url(../images/texturas-web-arras-03.jpg) repeat; */
    padding: 35px; 
    height: 975px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.divlegend{
    width: auto; 
    height:20px;
}

.imglegend{
    width:15px; 
    height:15px; 
    /* background-color:#B1D065;  */
    float:left;
}

.spnlegend{
    float: left; 
    margin-left: 6px;
}




/*Amenities*/
#Amenities{
    background: #1d1713;
    height: 800px;
    text-align: center;
}
.amenities{
    background-color:#f1f1f1;/*#493a2f;*/
    font-size: 1.25em;
    display: inline-block;
    text-align: center;
}
/*Footer*/
footer{
    background: #F4EDE7;/*fuder*/
	/*background-color: #210000;*/
    /*background: url(../images/textura-fondos.jpg);*/
    background-size: cover;
    font-size: .3em;
    text-align: center;
    padding: 2em;
    /* filter: grayscale(1); */
}
footer img{
    margin-bottom: 5px;
}

footer .s-copy{
    color: #2E3A22;/*#493a2f;*/
    text-shadow: none;
}
/* footer .footer-gray {
    filter: grayscale(1);
} */
footer p span a{
    color:  #2E3A22;/*#493a2f;*/
    text-decoration: underline;
}
footer a, footer a:hover{
    color:#2E3A22;/*#493a2f;*/
    text-decoration: underline;
}
/*Generales*/
.carousel-item-image-info-content{  /*Define el tamañan máximo de las imagenes para la herramienta del info en el gis*/
    max-width: 400px;
    max-height: 400px;
    margin:auto;
}
.carousel-item-image-info-content-large{  /*Define el tamañan máximo de las imagenes para la herramienta del info en el gis*/ 
    max-width: 800px;
    max-height: 800px;
    margin:auto;
}
.plant-image{
    max-width: 700px;
    max-height: 600px;
    margin:auto;
}
.carousel-item-image-gallery{  /*Define el tamañan máximo de las imagenes para la herramienta del info en el gis*/  
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
.modal-dialog-center{ /* Edited classname 10/03/2014 */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.gallery {
        width: 97% !important;
    }
/*Elimina el borde redondeado de los poups y establece su color de fondo*/ 
.modal-dialog .modal-content{
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
        background-color: #081rLTP1;
}
.full-screen{
    min-width: 100%;
    min-height:100%;   
}
/*Estilos para el encabezado, titulo y valor en el info del gis*/
.map-interior-model{
    color: #2E3A22;
    font-family: 'blaimim';
    font-size: 2em;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
}
.map-interior-title{
    color: #2E3A22;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.map-interior-content{
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}
.map-carousel-caption{
    color:#fff;
	/*color:#fff;*/
    text-transform: uppercase;
}
.owl-carousel .owl-item .item{       
    background-position:  center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.owl-carousel .owl-item .item img{   
    display: none;
}  
.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.owl-carousel .item,
.owl-carousel .owl-stage-outer,
.owl-carousel  .owl-stage-outer .owl-stage{
    width: 100%; height: 100%;
}
.nopadding{
   padding: 0 !important;
   margin: 0 !important;
}
.panel, .panel-default{
    overflow-y:scroll !important; 
}

ul.dropdown-menu{
    overflow-y:scroll !important; 
    height:200px;
}

.image-plants{

    cursor: pointer;
}

/* Botón para ocultar filtros */
.btn-hide {
    position: absolute !important;
    right: 0;
}

/*
.btn-filter {
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    margin: 10px;
}
*/

/*Media queries*/

@media (max-width: 1920px){
    .shortcuts ul li .icon-arrow-up{
        font-size: 4em;
    }
    .shortcuts ul li .icon-arrow-down{
        font-size: 4em;
    }
    .menu-list{
        /*display: none;*/
    }
    .menu-responsive{
        display: inline-block;
        transform: translateZ(0);
        -webkit-transform: translateZ(0) !important;
        z-index: 10000;
    }
    .shortcuts ul li:first-child{
        display: none;
    }
    /*.ps-content{
        margin-top: 20%;
    }
    .ps-content h2{    
        font-size: 4.5em;
    }*/
    .modelinfo{
        top: 25% !important;
    }
    .modelimg{
        width: 90%;
    }
    .btn-hide {
        right: 120px;
    }
}
@media (max-width: 1760px){
    /*.ps-content{
        margin-top: 10%;
    }*/
    .btn-hide {
        right: 40px;
    }

    .gallery {
        width: 97% !important;
    }
    .container-fluid{
        margin-left: 0em !important;
         margin-right: 0em !important;
    }

}
@media (max-width: 1366px){
    .shortcuts ul li .icon-arrow-up{
        font-size: 1em;
    }
    .shortcuts ul li .icon-arrow-down{
        font-size: 1em;
    }
    /*.ps-content h2{    
        font-size: 2.5em;
    }
    .ps-content p{
        font-size: 2em;
    }*/
    .container-fluid{
        margin-left: 0em !important;
         margin-right: 0em !important;
    }
    .location {
        padding: 10px !important;
    }
    .gis {
        /*padding: 10px !important;*/
    }
    .modelimg{
        width: 80%;
    }
    .modelinfo{
        top: 15% !important;
    }
    .btn-hide {
        display: block;
        right: 10px;
    }
    .sp-layer h3{

        font-size: 2em;
    }
    .sp-layer p{
        font-size: 1.3em;
        overflow: hidden;
        max-width: 100%;
        white-space: pre-wrap
    }
    .sp-layer .price{
        font-size: 2em;
    }
}
@media (max-width: 1024px) {
    .gallery {
        width: 97% !important;
    }

    .container-fluid{
        margin-left: 0em !important;
         margin-right: 0em !important;
    }
    .location {
        padding: 10px !important;
    }
    .gis {
        padding: 10px !important; 
    }

    #video-bg{
        display: none;
    }
    /*.ps-content{
        margin-top: 0%;
    }*/
    .s-title-small{
        font-size: .75em;
    }
    section{
        padding-top: 0;
    }
    .bg{
        display: inline-block;
    }
    .location-map{
        height: 500px;
        width: 95%;
        left: 44px;
    }

    .menu-responsive .menu-hidden-option{
        display: none;
    }
    .s-category{
       font-size: 1em;
    }
    .s-title{
        font-size: 2em;
    }
    .list-fachada-carac li{
        font-size: .75em;
    }
    /*
    .container-fluid {
        margin-left: 8em !important;
        margin-right: 8em !important;
    }
    */
    .logotype-img{
        height: 141.4px;
        width: 175px;
    }
    .u-button {
        font-size: 1.85em;
    }
}
@media (max-width: 991px){
    .sp-layer h3{
        margin-bottom: 0;
        font-size: 1.25em;
    }
    .sp-layer p{
        font-size: 1em;
        overflow: hidden;
        max-width: 100%;
        white-space: pre-wrap
    }
    .sp-layer .price{
        font-size: 1em;
    }
    .modelinfo{
        top: 10% !important;
    }
    .container-fluid{
        margin-left: 0em !important;
        margin-right: 0em !important;
    }
}   
@media (max-width: 772px) {
    .u-button {
        font-size: 1em;
    }
}
@media (max-width: 768px){
    .first-menu{
        margin-right: 0;
        z-index: 1000;
    }
    .first-menu ul{
        font-size: .6em;
    }
    .container-fluid{
        margin-left: 0em !important;
         margin-right: 0em !important;
    }
    .invisible{
        height: 0px;
        display: inline-block;
        vertical-align: middle;
    }
    .modelimg{
        width: 65%;
    }
    .modelinfo{
        top: 0 !important;
    }
    .btn-hide {
        visibility: hidden;
    }

}
@media (max-width: 736px){
    .gallery {
        width: 97% !important;
    }
    #amenities-header {

    }
    .container-fluid{
        margin-left: 0em !important;
        margin-right: 0em !important;
    }
    .location {
        padding: 10px !important;
    }
    .gis {
        padding: 10px !important; 
    }
    .menu-responsive,
    .menu-list{
        display: none !important;
    }
    .menu-smartphone{
        display: inline-block;
        position: fixed;
    }
    .logotype{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -186px;
        margin-top: -126px;
        transform: translateZ(0);
        -webkit-transform: translateZ(0) !important;
    }
    .s-copy{
        font-size: 2em;
    }
    .s-category{
        font-size: .75em;
    }
    .s-title{
        font-size: 1em;
    }
    .s-subtitle{
        font-size: 1.5em;
    }
    .u-subtitle{
        font-size: 1.5em;
    }
    .shortcuts ul{
        text-align: center;
        font-size: .75em;
    }
    .shortcuts ul li:nth-child(2){
        display: none;
    }
    .shortcuts ul li:last-child{
        display: none;
    }
    .play{
        position: absolute;
        top: 45%;
        left: 35%;
    }
    #Gis{
        /*display: none;*/
    }
    .filter-name {
        font-size: 12px;
    }
    .fixed-height .panel-body {
        height: 100px;
    }
    .u-subtitle-filters{
        color: #210000;/*#493a2f;*/
        font-family: 'blaimim', serif;
        font-size: 0.8em;
        font-weight: 400;
        letter-spacing: .1em;
        margin: 0 0 .1em 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        /*text-transform: uppercase;*/
        text-align: center;
    }
    footer{
        font-size: .5em;
    }
}
<!--[if IEMobile]> 
    .video-bg{
        display: none;
    }
<![endif]--> 
/*Mapas*/
.container-map{
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.map{
    /*float: left;*/
    height: 100%;
    width: 100%;
}
.controls{
    vertical-align: top;
}
.panel-heading{
    font-size: 14px;
    list-style: none;
}

.car-name {
    font-weight: bold;
}

.map-interior-title {
    text-align: right;
}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-next span {
    background-image: url('fancybox/next.png') !important;
    background-repeat:no-repeat !important;
    right: -20px !important;
    background-position: 0 0px !important;
    background-size: 128px 128px !important;
}

.fancybox-prev span {
    background-image: url('fancybox/prev.png') !important;
    background-repeat:no-repeat !important;
    left: -20px !important;
    background-position: 0 0px !important;
    background-size: 128px 128px !important;
}

.fancybox-nav span {
    position: absolute !important;
    top: 45% !important;
    width: 128px !important;
    height: 128px !important;
    /*margin-top: 20px;*/
    cursor: pointer ;
    z-index: 8040;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    .fancybox-nav span {
        top: 30% !important;
    }
}


.thumbnail {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    width:100%;
    cursor: pointer !important;
}

.caption-depas-title { /*nombres de los modelos*/
    font-family: 'blaimim', serif;
    color: #2E3A22;/**/
    font-size: 2em;
    text-transform: uppercase;
	font-weight: bold;
    /*text-decoration: underline;*/
}


.caption-depas-subtitle {
    font-family: 'blaimim', serif;
    color: #f1f1f1;
    font-size: 1.5em;
}

.thumbnail-50 {
    background-color: transparent;
    border: none;
    text-align: center;
    width:50%;
}


.owl-nav {
       position: absolute;
       top: 40%;
       left: 50%;
       transform: translate(-50%,-50%);
       width: 100%;
       height:1px;
       display: block;
       z-index: 2;
        font-family: "flickerplate";
        vertical-align: middle;
        font-size: 20rem !important;
        color:white;
        opacity: 0.65 !important;
   }
      .owl-prev {
         float: left;
         margin-top: -150px !important;
      }

      .owl-next {
            float: right;
            margin-top: -150px !important;
            
      }

      .owl-next:before {
        content: "\f105";
      }

      .owl-prev:before {
        content: "\f104";
      }

      .flickerplate .arrow-navigation:before
      {
        font-size: 20rem !important;
        color:#F4EDE7 !important;
      }


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 43px;
    right: 0px;
    background-color: #2E3A22;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.u-label {
    background-color:#2E3A22;
    border:none;
    border-bottom:5px solid #222a19;
    color:#F4EDE7;
    font-family:"blaimim";
    font-size:0.8em;
    font-weight:400;
    letter-spacing:.25em;
    padding:1em;
    text-decoration:none;
    text-transform:uppercase;
    transform:rotate(90deg) translateY(-105%);
    display:inline-block;
    float:right;
    margin-top: 60px;
    cursor:pointer;
};

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    cursor: pointer;
}

.sidenav a:hover {
    color:#F4EDE7;
    text-decoration:none !important;
}

.sidenav .closebtn, .sidenav .closebtn:hover {
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index:20 !important;
}

.closebtn{
    color:#F4EDE7;
    text-decoration:none;
}

/* .leaflet-control-zoom-in, .leaflet-control-zoom-out
{
    width: 24px !important;
} */

.leaflet-button-part {
    width: 90px !important;
}

.leaflet-container {
	background: #23371b !important;
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.u-subtitle-no-shadow{
	color: #210000;
    font-family: 'blaimim', serif;
    font-size: 1.75em; /*1.75*/
    font-weight: 400;
    letter-spacing: .2em; /*.2*/
    margin: 0 0 .1em 0;/*.1*/
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
	
}

.whatsapp, .whatsapp:hover, .whatsapp:visited, .whatsapp:focus {
         position:fixed;
         width:60px;
         height:60px;
         bottom: 30px;
         right:50px;
         background-color:#25d366;
         color:#FFF!important;
         border-radius:50px;
         text-align:center;
         font-size:37px;
         z-index:100;
       }
       
       .whatsapp-icon {
         margin-top: 10px !important;
     position: absolute;
     margin-left: -15px;
       }
    
       .menu-smartphone-item a:hover {
            color:white;
       }

 .icon-footer{
     font-size: 2em !important;
     color: #F4EDE7 ;
 }
 

