@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800|Poly:400,400italic);
* {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .4px;
}
p {
    line-height:175%;
}
.hide {
    display: none;
}
.text-white {
    color: #fff;
}
.section-heading {
    margin-bottom: 55px;
}

label {
    margin-top: 10px;
}
.anuncio {
    cursor: pointer;
}
.btn-cinza{
    background-color: #ddd;
}

.link-confira {
    color: #888;
    text-decoration: none;
    font-size: 12px;
}

#contact, .bluesection {
    background-color: #37C4BE;
    padding-top: 10px;
    padding-bottom: 40px;
}
#contact h2 {
    color: #fff;
    margin-bottom: 30px;
}
textarea#msg {
    height: 132px;
}
.service-heading {
    background-color: #37C4BE;
    margin-bottom: 0px;
    padding: 10px;
    color: #fff;
}
section {
    padding: 50px 0;
}

.destaque-link h4, .destaque-link img, .destaque-link p {
    cursor: pointer;
}

.navbar {
    border: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.0));
}


.nav li a  {
    color: #fff !important;
}
.nav li a:hover  {
    color: #A8D9F9 !important;
}
.hide {
    display: none !important;
}
.center {
    text-align: center;
}
.navbar-header {
    height: 130px;
}
a.nav-bold {
    font-weight: bold;
}

ul.sortable {
    list-style: none;
    padding: 0px;
}
ul.sortable li {
    border: 1px #ccc solid;
}


#controllers {
    position: absolute;
    right: 40px;
    bottom: 30px;
    z-index: 100;
}
#chevron {
    position: absolute;
    right: 50%;
    margin-right: -20px;
    bottom: 8px;
    opacity: 0.8;
    z-index: 101;
    height: 35px;
}
#chevron img {
    width: 40px;
    height: 25px;
}
#chevron:hover {
    opacity: 0.95;
}

#destaques {
    padding-bottom: 0px;
}


.col-right {
    text-align: right;
}

.imagem-acomodacao {
    border: 15px solid #ddd;
    border-radius: 3px;
}
.imagem-acomodacao-div {
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 6px;
}
.img-logo-acomodacao{
    height: 100px;
    margin-bottom: 20px;
    
}

input[type="file"] {
    width: 100%;
    margin-top: 25px;
}

.div-controles, .div-filtro {
    margin-bottom: 25px; 
}

.div-filtro-content {
    background-color: #ddd;
    border: 2px dashed #bbb;
    padding: 15px;
}
.btn-alinhado-input {
    margin-top: 34px;
}

.pagination li, .pagination a, .pagination span {
    z-index: 0 !important;
}

#item_id, #item_id option, #estadia_id, #estadia_id option {
    font-family:"Courier New", Courier, monospace
}

#selo-pet-friendly {
    position: absolute; 
    bottom: 80px; 
    right: 40px; 
    width: 40px; 
    height: 60px; 
    z-index: 900;
}
#selo-pet-friendly img {
    width: 40px;
    height: 60px;
}

#cupomnav {
    height: 40px;
    background-color: #37C4BE;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
    display: block;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
}

.navbar-fixed-top {
    z-index: 900;
}

#link-reserva {
    margin-left: 10px;
    color: #fff;
    padding: 5px;

}
#link-reserva:hover {
    color: #37C4BE;
    background-color: #fff;
    text-decoration: none;
    
}

#selo-trip-advisor{
    position: absolute; 
    bottom: 30px; 
    left: 85px; 
    width: 400px; 
    height: 122px; 
    z-index: 900;
}

#selo-trip-advisor img{
    height: 122px;
}

h4#reservaTitle {
    color: #37C4BE;
    margin: 0px 0px 15px;
    padding: 0px;
    font-weight: 600;
}

.headerImg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.dataFormat {
    background-color: #fff !important;
    cursor: pointer;
}

.input-cupom {
    text-transform: uppercase;
}

.menu-reserva {
    border: 2px solid #fff;
    padding-left: 15px !important;
}


@media (min-width: 767px) {
    #reserva-well {
        position: absolute; 
        top: 50%; 
        left: 50%;
        margin-left: -400px;
        width: 800px; 
        height: 122px; 
        z-index: 999;    
    }
    #reserva-div{
        display:none;
    }
    
}
@media (max-width: 767px) {
    #reserva-well {
        display:none;
    }
    #reserva-div{
        z-index: 999; 
    }
    .navbar-collapse{
        background-color: #000;
        opacity: 0.7;
    }
}


@media (max-width: 767px) {
/*    header.header-home .container {
        height: 350px;
    }*/
    .navbar {
        height: 70px;
        margin-bottom: 0px;
    }
    .navbar-brand img {
        width: 145px;
    }
    .navbar-brand {
        margin-top: 0px;
    }
    
    #selo-trip-advisor{
        left: 35px; 
        width: 200px; 
        height: 90px; 
    }
    #selo-trip-advisor img{
        height: 85px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav li a, .nav li a:hover  {
        padding-left: 0px;
        padding-right: 10px;
        font-size: 11px;
    }
/*    header.header-home .container {
        height: 500px;
    }*/
    .nav {
        margin-top: 40px !important;
    }
    .navbar {
        height: 70px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .navbar-brand {
        margin-top: 30px;
    }
    .navbar-brand img {
        width: 130px;
        height: 84px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav li a, .nav li a:hover  {
        padding-left: 10px;
        font-size: 14px;
    }
/*    header.header-home .container {
        height: 750px;
    }*/
    .nav {
        margin-top: 40px !important;
    }
    .navbar {
        height: 20px;
    }
    .navbar-brand {
        margin-top: 30px;
    }
    .navbar-brand img {
        width: 145px;
        height: 96px;
    }
}
@media (min-width: 1200px) {
    .nav li a, .nav li a:hover  {
        padding-left: 20px;
        font-size: 15px;
    }
/*    header.header-home .container {
        height: 750px;
    }*/
    .nav {
        margin-top: 40px !important;
    }
    .navbar {
        height: 200px;
    }
    .navbar-brand {
        margin-top: 30px;
        margin-left: 30px;
    }
    .navbar-brand img {
        width: 164px;
        height: 108px;
    }
    
}