body{
    background-color: white;
}

#footer {
    border-top: 1px solid #CCC;
    background-color: #ecf0f1;
    height: 310px;
    width: 100vw;
}

#footer .container{
    padding-top:20px;
    padding-bottom:20px;
    background-color: #ecf0f1;
    
}

a {
    color: #6f8c30;
    text-decoration: none;
}

a.house-link:hover, a.house-link:focus {
    color: #2ecc71;
}

a.house-link {}

.btn-primary{
    background-image: none;
    background-color: #6f8c30;
    border: none;
    border-color: inherit;
}

.house-slogan-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container{
    background-color: #fff;
}

.footer-links-row{
    margin: 10px 0 20px 0;
}


.note-group-select-from-files {
  display: none;
}

#search_form input, #guests, #submit_location{
    height: 44px !important;
    vertical-align: middle;
    margin-left: -2px;
}

.footer-links {
    color: #EEE;
    font-size: 17px;
}

.footer-links a {
    padding-left: 15px;
    padding-right: 15px;
}

.delete-picture{
    display: none;
}

li.ui-sortable-handle:hover .delete-picture{
    display: block;
}

.logoCC{
    height: 50px;
    margin-right: 50px;
    margin-left: 30px;
    width: 100px;
}

h4, .h4{
    font-size: 17px;
}

h3, .h3{
    font-size: 20px;
}

h2, .h2{
    font-size: 23px;
}

h1, .h1 {font-size: 26px;}

.house-title h1{
    color: #666;
    /*font-family: 'Tahoma', cursive;*/
}

.title-carousel h1{
    font-size: 7vw;
}

.title-carousel h2{
    font-size: 6vw;
}

.title-carousel h3 {
    font-size: 5vw;
}

.title-carousel h4,.subtitle-carousel h1{
    font-size: 4vw;
}

.title-carousel h5,.subtitle-carousel h2{
    font-size: 3vw;
}

.subtitle-carousel h3{
    font-size: 2vw;
}

.subtitle-carousel h4{
    font-size: 1.6vw;
}

.subtitle-carousel h5{
    font-size: 1.2vw;
}

.carousel-caption p{
    font-size: 1.6vw;
}

#map{
    width: 100%;
    height: 680px;
}

.search-map{
    position: absolute;
    right: 20px;
    top: 80px;
    z-index: 20;
    width: 20%;
    opacity: 0.97;
}

.search-map h4{
    font-size: 18px;
    font-family: 'Tahoma';
}

.search-map .panel{
    -webkit-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 9px 2px rgba(0,0,0,0.3);
}

.house-popup img{
    margin-top: 13px;
    
}

.house-popup .location{
    font-size: 10px;
    color: #999;
    padding-bottom: 5px;
}

.houseoftheweek .house-experience, .house-popup .house-experience{
    padding-right: 1px;
    padding-left: 1px;
}

.house-popup h4 small{
    font-size: 10px;
}

.leaflet-container {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px;
}

.leaflet-popup-content{
    margin: 2px !important;
    width: 430px !important;
}

.leaflet-popup-content p {
    margin: 5px 0 !important;
    text-align: justify;
}

.leaflet-container .btn {
    color: #fff !important;
}

.leaflet-container .house-link {
    color: #2ecc71 !important;
}

/*.leaflet-container a {
    color: #1abc9c !important;
    }*/
    
    .leaflet-container .book-container{
        vertical-align: middle;
        text-align: right;
    }
    
    .experiences h1, .houseoftheweek h1{
        font-size: 30px;
        font-family: Tahoma;
        text-align: center;
    }
    
    .experiences h3{
        font-family: Tahoma;
        text-align: center;
        color: #5e5e5e;
    }
    
    .experiences .panel-body{
        padding: 0px;
    }
    
    .experiences .panel-footer{
        font-family: Tahoma;
        color: #5e5e5e;
        font-size: 16px;
        text-align: center;
    }
    
    .experience-detail .experience-footer{
        position: absolute;
        bottom: 2px;
        left: 1px;
        font-family: Tahoma;
        color: #FFF;
        font-size: 18px;
        text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
        opacity: 0;
        transition: opacity 0.7s ease-out;
        -webkit-transition: opacity 0.7s ease-out;
    }
    
    .experience-detail:hover .experience-footer{
       opacity: 1;
       display: block;
   }
   
   .experiences .experience-footer.right{
    right: 1px;
}

.experiences .experience-detail{
    position: relative;
    margin-bottom: 5px;
}

.experiences .experience-detail img{
    height: 150px;
}

.estadia-desc{
    margin-left: 15px;
    
    position: absolute;
    top: 9px;
}

.estadia-desc span{
    font-size: 14px;
    font-weight: 700;
}

.estadia-desc a{
    font-size: 10px;
}

.estadia-resumo{
    float: left;
}

.container.houseoftheweek{
    border-top: 1px solid #DDD;
}

.houseoftheweek .description{
    font-size: 15px;
    color: #333;
    text-align: justify;
}

.house-container{
    margin-left: 10%;
    margin-right: 10%;
}

a.experience-know-more{
    color: white;
}


/* Since positioning the image, we need to help out the caption */
#houseCarousel .carousel-caption {
    z-index: 10;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
}

/* Carousel base class */
#houseCarousel {
    height: 43vw;
    margin-bottom: 0px;
}

/* Declare heights because of positioning of img element */
#houseCarousel .item {
    height: 43vw;
    background-color: #FFFFFF;
}
#houseCarousel .carousel-inner > .item > img {
    height: 43vw;
}

#houseCarousel .sectionImage {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-height: 43vw;
    max-width: 78vw;
    background-position: 50%;
}


#houseCarousel .carousel-caption {
    z-index: 10;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 1);
}

/* Carousel base class */
#myCarousel {
    height: 47.25vw;
    margin-bottom: 0px;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
    height: 47.25vw;
    background-color: #ffffff;
}
#myCarousel .carousel-inner > .item > img {
    height: 47.25vw;
}

#myCarousel .sectionImage, .house.item-search-result .sectionImage{
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-height: 47.25vw;
    width: 100vw;
    background-position: 50%;
}


.house.item-search-result .sectionImage{
    min-height: 25vw;
    width: 100%;
}


#map {
    width: 100%;
    height: 50vw;
}

.house-reservation-container{
    background-color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    padding: 18px 18px 10px;
}

.spinner .form-control{
    display:inherit;
}

.user-number-of-nights-icon,.dates-user-icon,.house-icon{
    font-size: 22px;
    color: #777;
    margin-top: 3px;
}
.dates-user-icon{
    float: left;
    margin-right: 3px;
}


.number-of-nights{
    display: inline-block;
}

.alojamentos-combo{
    width: 75%;
    height: 34px;
}

.reserva-total-preview{
    font-size: 30px;
}

.reserva-total-value{
    font-size: 30px;
}

.reservation-container {
    text-align: center;
}
.reservation-container .inner-icon{
    float: left;
    margin-right: 6px;
}

.select2-choices{
    height: 34px !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px  !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)  !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)  !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s  !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s  !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 5px 3px 18px !important;
    margin: 4px 0 3px 5px !important;
    border: 1px solid #ddd !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: 'Tahoma', sans-serif
}

.house-caracts-container{
    margin-left: 5px;
}



.house-container .stick {
    position: fixed;
    top: 45px;
    z-index: 1001;
    opacity: 0.99;
    max-width: 80%;
    -webkit-transition: position ease-in-out .15s, box-shadow ease-in-out .15s  !important;
    transition: position ease-in-out .15s, box-shadow ease-in-out .15s  !important;
}



.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

.language-selector{
    margin-top:17px;
}

.item-search-result{
    border: 1px solid #f3f3f3;
    background-color: white;
    border-radius: 3px;
    padding: .5em;
    margin-bottom: 1em;
    height: 43vh;
}

.search-container{
    background-color: white;
}

.search-toolbar {
    border-bottom: 1px solid #d1d1d1;
    background-color: #f1f2f3;
    border-radius: 2px;
    font-size: .7em;
    margin-bottom: 1.5em;
}

.header-search-exp-row{
    padding-left: 0px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    vertical-align: middle;
}

.house-experiences-inline{
 font-size: 11px;
 color: #999;
}

.ui-autocomplete.ui-menu {
    z-index: 90 !important;
    background-color: white;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
}

.search-form{
    background-color: white;
}

.accordion-group {
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    padding-top: 3px;
    padding-left: 15px;
}

#accordion2 {
    border: 1px solid #d1d1d1;
}

#collapsePrice .ui-slider .ui-slider-handle{
    background-color: #2ecc71;
    width: 10px;
    height: 12px;
}

#collapsePrice .ui-slider-horizontal .ui-slider-range{
    height: 6px;
}

#collapsePrice .ui-slider-horizontal {
    margin-top: 5px;
    background: linear-gradient(to bottom, #CAD4D6 0%,#2ecc71 100%);
}

#amountMaxPriceUI{
    font-size: 11px;
}

.statics-p p{
 text-align: justify;
 font-size: 14px;
}

.statics li{
    font-size: 14px;
}

.statics h4 {
    font-family: 'Tahoma';
    text-align: left !important;
    color: #5e5e5e;
}

.statics h3 {
   text-align: left !important;
}


.search-container .bottom-search-area{
    position:   relative;
    background: none;
}

.item-search-result .absolute-price{
    position: absolute;
    top:15%;
    left:6px;
    background-color: rgba(60,63,64,0.7);
    padding: 10px;
    font-size:24px;
    color: #fff;
}


.search-container .select-large select {
    font-size: 9px;
}

.container.experiences {
    border-top: 1px solid #DDD;
    background-color: #fff;
    
}

.section{
   height:75vh;
   width:100%;
}



.sectionContent{}

.cardWrap {
    color: #fff;
    font-family: sans-serif;
}

.card {
    background: linear-gradient(to bottom, #e84c3d 0%, #e84c3d 26%, #ecedef 26%, #ecedef 100%);
    min-height: 23vh;
    float: left;
    position: relative;
    padding: 1em;
}

.cardRight {
    width: 16.5em;
    border-left: .18em dashed #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cardLeft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 30em;
}

.number {
    text-align: center;
    text-transform: uppercase;
}

.number h3 {
    color: #e84c3d;
    margin: 60px 0 0 0;
    font-size: 2.5em;
}

.number span {
    display: block;
    color: #a2aeae;
}

.card h1 {
    font-size: 1.1em;
    margin-top: 0;
}

.title h2, .name h2, .seat h2, .time h2 {
    font-size: 1.4em;
    color: #525252;
    margin: 0;
}

.title {
    margin: 2em 0 0 0;
}
.title, .name, .seat, .time {
    text-transform: uppercase;
    font-weight: normal;
}

.title span, .name span, .seat span, .time span {
    font-size: .9em;
    color: #a2aeae;
}

.seat, .time {
    margin: 20px;
}

.eye {
    position: relative;
    width: 2em;
    height: 1.5em;
    background: #fff;
    margin: 0 auto;
    border-radius: 1em/0.6em;
    z-index: 1;
}

.signup-form input {
    width: 100%;
}

.tableAmenities>tbody>tr>td {
    border-top: none;
}

.alert-error{
    text-align: center;
    background: red;
    color: white;
}

span.muted > img {
    opacity: 0.5;
}

.editInPlaceHouse{
    border-bottom: 3px #EEE dashed;
}


.house-reservation-container .search-box{
    display: inline-block;
    white-space: nowrap;
}


.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#reorder-photo-dialog .gallery{ width:100%;/* float:left; */ margin-top:10px;content: 'Drop das fotos';}

#reorder-photo-dialog .gallery ul{ margin:0; padding:0; list-style-type:none;width:100%;/* height: 50vh; */overflow-y: scroll;}

#reorder-photo-dialog .gallery ul li{
    padding:7px;
    float:left;
    margin:10px 7px;
    background:none;
    display: inline-block;
}

#reorder-photo-dialog .ui-sortable { list-style-type: none; margin: 0; padding: 0;width: 100%;}
#reorder-photo-dialog .ui-sortable li {
    padding: 1px;
    float: left;
    width: 200px;
    height: 90px;
    font-size: 4em;
    text-align: center;
}

#reorder-photo-dialog .ui-sortable li img{
    width:200px;
}

.box.box-login{
   max-width: 33%;
   margin-left: 34%;
   text-align: center;
}

.inline-form button, .inline-form-button{
    font-size: 9px;
}

input[type="file"]
{
    width: 300px;
}

.region-link img{
    height:20vh;
}



.house-reservation-container .search-desktop{
    display:inline-block;
}

.house-reservation-container .search-mobile{
    display:none;
}


/** MEDIA QUERIES **/

@media all and (min-width: 240px) and (max-width: 736px){
    .region-link img{
        height:30vh;
    }
    
    .box.box-login{
       max-width: 70%;
       margin-left: 15%;
       text-align: center;
       margin-right: 15%;
   }
   
   .nav li.languages{
    float:left;
}

.nav li.login{
    float:right;
}

.house-reservation-container .search-desktop{
    display:none;
}

.house-reservation-container .search-mobile{
    display:inline-block;
}


.accordion-inner .form-horizontal{
    max-height: 30vh;
    overflow: scroll;
}

.experiences .experience-detail img {
    height: 30vh;
}

#house-container{
    margin: 0;
}

#toast-container > div {
  padding: 15px 15px 15px 50px;
  width: 300px;
}

#houseCarousel .carousel-caption {
    bottom: inherit;
    top: 5px;
}

/* Carousel base class */
#houseCarousel {
    height: 50.625vw;
    margin-bottom: 0px;
}

/* Declare heights because of positioning of img element */
#houseCarousel .item {
    height: 50.625vw;
    background-color: #FFFFFF;
}
#houseCarousel .carousel-inner > .item > img {
    height: 50.625vw;
}

#houseCarousel .sectionImage {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-height: 56.625vw;
    max-width: 93vw;
    background-position: 50%;
}


/* index carousel */
#myCarousel .carousel-caption {
    bottom: inherit;
    top: 5px;
}

/* Carousel base class */
#myCarousel {
    height: 56.25vw;
}

/* Declare heights because of positioning of img element */
#myCarousel .item {
    height: 56.25vw!important;
}
#myCarousel .carousel-inner > .item > img {
    height: 56.25vw!important;
}

#myCarousel .sectionImage {
    min-height: 56.25vw!important;
    width: 100vw!important;
}


#myCarousel .carousel-indicators, #houseCarousel .carousel-indicators{
    display: none;
}

.experience-detail .experience-footer {
    opacity: 1;
}

h1{
   margin:0px;
}

.checkin, .checkout, #guests {
    border-radius: 0;
    width: 27vw;
}

.carousel-caption h1 {
    font-size: 8.4vw;
}

.carousel-caption p {
    font-size: 3vw;
}
.bottom-search-area{
    display:none;
}

#map {
    width: 100%;
    height: 60vh;
}
.house-container .stick {
    width:100%;
    max-width:100%;
}


.houses .amenities{
    display:none;
}

.houses .availability{
    display:none;
}

.footer-links-row{
    text-align: center;
}

.footer-link{
    display: inline-block;
}

.footer-logo-container{
    display: block;
}
.footer-logo-container img{
    margin-left: 0;
}


.subtitle-carousel h3 {
    font-size: 4vw;
}

.subtitle-carousel h4 {
    font-size: 3.5vw;
}

.carousel-caption .btn {
    padding: 5px 5px;
    font-size: 3vw;
    margin-top: 1px!important;
}

h3.house-title-and-selection {
 margin-left:1vw !important;
}

#house-container .house.item-search-result, .houses .house.item-search-result{
 height: 85vw !important;
 
}

.nearby .house.item-search-result h4{
    margin-top: 10vw;
} 

.item-search-result{
    border: none;
 border-top: 1px solid #f3f3f3;
}

#house-container .house.item-search-result .sectionImage, .houses .house.item-search-result .sectionImage{
 height: 56.25vw !important;
}

#house-container .house.item-search-result .carousel-control, .houses .house.item-search-result .carousel-control{
 height: 56.25vw !important;
}

.house-popup img{
    width:100%;
}

.house-popup h3{
    font-size: 12px;
}



}

@media (max-width: 991px) and (min-width: 736px) {
     #house-container .house.item-search-result .sectionImage, .houses .house.item-search-result .sectionImage {
               height: 30vh !important;
    }
}

@media (max-width: 736px) and (min-width: 240px) and (orientation: landscape) {
    
    #map {
        width: 100%;
        height: 60vh;
    }
    
    .experiences .panel-body img {
        height: 56.25vw ;
    }
 
 .nearby .house.item-search-result h4{
    margin-top: 1vw;
}    
    
 #house-container .house.item-search-result, .houses .house.item-search-result{
 height: 70vw !important;
}
 
 #house-container .carousel, .houses .carousel{
    height: 50.25vw!important;
}

#house-container  .carousel, .houses .carousel{
    height: 50.25vw!important;
}

#house-container .carousel img, .houses .carousel .sectionImage{
    height: 50.25vw!important;
}

 #house-container .nearby .house.item-search-result, .houses .house.item-search-result{
 height: 70vw !important;
}
 
 #house-container .nearby .carousel, .houses .carousel{
    height: 56.25vw!important;
}

#house-container .nearby  .carousel, .houses .carousel{
    height: 56.25vw!important;
}

#house-container .nearby .carousel .sectionImage, .houses .carousel .sectionImage{
    height: 56.25vw!important;
}



}

@media all and (min-width: 737px) and (max-width: 800) {
	#toast-container > div {
		padding: 15px 15px 15px 50px;
		width: 300px;
	}
    
    #house-container .house.item-search-result, .houses .house.item-search-result{
     height: inherit !important; 
 }
 
 .accordion-inner .form-horizontal{
    max-height: 20vh;
    overflow: scroll;
}
h3.house-title-and-selection {
    margin-left:1vw !important;
}

.region-link img {
    height: 40vh;
}
}


