/*sytle-palas.css*/

.pt100 {padding-top: 100px;}

.top-navbar {border-bottom: 5px solid #901235;a}
.top-navbar .navbar-default .navbar-nav .active > a:after {border-bottom: 10px solid #901235;}
.top-navbar .navbar-default .navbar-nav .active > a {color: #C76480;}
.teaser-slider .carousel-control {background-color: #1D1D1D;}
.btn-color1 {background-color: #901235;}
.btn-color1:hover {background-color: #AF113D;color: #fff;}
.call-to-action .call-to-action-phone {color: #BB2D54;}
.call-to-action .call-to-action-box:hover {border-bottom-color: #901235;}
.call-to-action .call-to-action-box {border-bottom: 7px solid #901235;}



.features h2 {
    text-align: left;
    font-size: 48px;
    font-weight: lighter;
    margin: 20px 0 8px 0;
    padding: 0;
    color: #4a4a4a;
}

.features.mapa {
    padding-top: 160px;
    padding-bottom: 65px;
    background-color: #f1f1f1;
    background-image: url('../img/mapa.png');
}

.banner {
	background-image: url('../img/fondo_ver_360.jpg');
}

.about .about-image {
    padding-bottom: 1px;
    border-bottom: 7px solid #901235;
}

.about {
    background-color: #760C29;
}

.about p {
    color: white;
}

.features .feature {
    border-bottom: 7px solid #901235;
}

.features .feature:hover {
    border-bottom-color: #901235;
}

.fa {
	color: #A92046;
}

.features .feature .feature-icon {
    border: 2px solid #901235;
}

.features .feature .feature-icon:after {
    border-bottom: 8px solid #901235;
}

.room-tabs .nav-tabs li.active a {
    border-bottom: 7px solid #901235;
}

.room-tabs .nav-tabs li a:hover {
    background-color: #F5F5F5;
    border-bottom: 7px solid #BB5E78;
}

.mb30 {
	margin-bottom: 30px;
}

.btnpalas {
	padding: 20px 60px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #901235;
}

.content .content-img-box {
    padding-bottom: 1px;
    border-bottom: 7px solid #901235;
}

.fa.fa-angle-right {
	color: white;
}

.features h2.center {
	text-align: center;
}

.fa.social {
	color: white;
}

footer {
    background-color: #901235;
}

footer:after {
    border-bottom: 30px solid #901235;
}

.scroll-up-btn {
    background-color: #901235;
}

.address {
	background-image: url('../img/footer.png');
}

.twhite address {
	color: white;
}

.address .address-info {
    color: white;
}

.address .phones {
    color: white;
}

.fa.fa-times-circle {
	color: white;
}

#inquiryModal .modal-dialog .modal-content .modal-header {
    background-color: #901235;
}

#inquiryModal .modal-dialog .modal-content .modal-body .room-and-date .input-group-addon {
    background-color: #901235;
}

#inquiryModal .modal-dialog .modal-content .modal-footer .btn-inquiry-submit {
    background-color: #901235;
}

#inquiryModal .modal-dialog .modal-content .modal-footer {
    background-color: #F1F1F1;
}

.call-to-action {
    position: absolute;
    margin-top: -34px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.call-to-action .call-to-action-button {
    border: none;
    font-size: 16px;
    padding: 20px 30px 15px;
    vertical-align: top;
}

.fa-redes {
    font-size: 18px;
}

.room-tabs .room-tabs-gallery .room-tabs-gallery-image {
    width: 552px;
    float: right;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 10px;
}

#roomTabsGalleryPreviewModal .modal-dialog {
    z-index: 100;
    min-width: 50%;
    margin-top: 100px;
}


#mapa .capa-anti-eventos {
    width: 100%;
    height: 450px;
    position: absolute;
    cursor: pointer;
}

/* Large desktop */
@media (min-width: 1200px) { 

}

@media (min-width: 980px) and (max-width: 1199px) { 
    .room-tabs .room-tabs-gallery .room-tabs-gallery-image {
        width: 452px;
        float: right;
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .navbar-brand>img {
        display: block;
        width: 200px;
        margin-top: 8px;
    }

    .features h2 {
        text-align: center;
        font-size: 28px;
    }

    .features h2.center {
        text-align: center;
        font-size: 24px;
    }

    .room-tabs .room-tabs-gallery .room-tabs-gallery-image {
        width: 100%;
        float: right;
    }

    #roomTabsGalleryPreviewModal .modal-dialog {
        z-index: 100;
        min-width: 90%;
        margin-top: 100px;
    }
}
 
/* Landscape phones and down */
@media (min-width: 480px) {

}