﻿a:hover, a:visited, a:focus {
    text-decoration: none;
}

body {
    padding-bottom: 60px;
}

[class*="col-"] .chosen-container {
    width: 98% !important;
}

    [class*="col-"] .chosen-container .chosen-drop {
        width: 100% !important;
    }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px !important;
}

.pointer {
    cursor: pointer !important;
}

#page-wrapper {
    padding-bottom: 50px;
}

.logotipo {
    background: url("images/logotipo.png") no-repeat center center;
    width: 285px;
    height: 50px;
}

h5.page-header,
h3.page-header,
h4.page-header {
    color: #ed4e00 !important;
}

    h3.page-header::before,
    h4.page-header::before {
        content: "# " !important;
    }

.itemSelected a:hover,
.itemSelected,
.itemSelected a {
    background-color: #ed4e00 !important;
    color: white;
}

.form-group .chosen-single {
    height: 34px;
    padding: 4px 0 0 8px;
}

.chosen-container-single .chosen-single div {
    top: 4px;
}

input, select, .chosen-container {
    margin-bottom: 10px;
}

.greenTextBt {
    color: green;
}

.page-separator {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

/*
 * Gallery
 *
 */
.gallery-list-container {
    min-width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.gallery-list-img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.fieldOK {
    border: 1px solid green !important;
}

.fieldNOK {
    border: 1px solid red !important;
}

.listaHotel-list-container {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.listaHotel-list-img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}


/* BANNER */
/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
    border-radius: 15px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* ---------- LOGIN -------------*/

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.8);
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc;
    }

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}

.spaceOnBig {
    margin-top: 81px;
}

@media(max-width:991px) {
    .spaceOnBig {
        margin-top: 0px;
    }
}

/* ----------------------------*/

#mapaHotel {
    width: 100%;
    height: 300px;
    display: none;
}

.container {
    margin-bottom: 10px;
}

#pedidoContacto {
    position: fixed;
    bottom: 32px;
    right: 0px;
    z-index: 1;
    padding: 5px;
    border: 1px solid black;
    cursor: pointer;
    background-color: #ed4e00;
    color: white;
}

.caixa {
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19) !important;*/
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24),0 1px 50px 0 rgba(0,0,0,0.19) !important;
}

.caixaCarrinho {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24),0 1px 50px 0 rgba(0,0,0,0.19) !important;
}

.rasurado {
    text-decoration: line-through;
}

.removerCodigoPromocional,
.codigoPromocionalSearch {
    cursor: pointer;
    padding-left: 10px;
}

.removerCodigoPromocional {
    color: red;
}

    .fa-trash:hover,
    .removerCodigoPromocional:hover,
    .codigoPromocionalSearch:hover {
        font-weight: bold;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item,
iframe,
embed,
object,
video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }



.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: black;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #ed4e00;
            !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #ed4e00;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 5px 0;
}

.tbp-fixed {
    padding: 15px 0;
    min-height: 200px;
    max-height: 200px;
}

.tab-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 135px;
    max-height: 135px;
    /*overflow-y:auto;*/
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}


.bt_buy {
    color: #ed4e00;
    min-width: 100%;
}

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    padding: 16px;
}

@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }

    .brdcol_right {
        margin-top: -15px !important;
        padding-left: 0px;
    }
}

.brdcol_right {
    /*margin-top: 25px;*/
    margin-top: -15px;
    padding-left: 0px;
}

.myspan {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    font-weight: 800;
    padding-left: 0px;
    color: #ed4e00;
}



.feature-overview {
    /*background-color: whitesmoke;*/
    margin: 0 0 30px 0;
    padding-bottom: 0%;
    overflow-y: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    font-size: smaller;
}

.feature-content {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding-left: 0px;
    padding-top: 0px;
}

.feature-overview dt {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

    clear: left;
    float: left;
    font-weight: normal;
    line-height: 32px;
    /*padding: 4px 0;*/
    width: 50%;
}

    .feature-overview dt:first-of-type {
        border-bottom: 2px dashed #ed7800 !important;
        font-stretch: expanded;
        color: #ed7800 !important;
        margin-bottom: 5px;
        
    }

.feature-overview dd:first-of-type {
    border-bottom: 2px dashed rgba(89, 181, 250, 0) !important;
    margin-bottom: 5px;

}

.feature-overview dd {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

    clear: right;
    color: #02344a;
    line-height: 32px;
    float: right;
    font-weight: 600;
    /*padding: 4px 0;*/
    text-align: right;
    width: 50%;
}

.bordel {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-top: 5px;
    padding-bottom: 5px;
}

.mrgbt {
    margin-top: 1px;
    padding-left: 0px;
    margin-bottom: 5px;
}

.mg15 {
    margin: 5px;
}

.pt15 {
    padding-top: 15px;
}

.mgtop-5 {
    margin-top: -5px;
}

.ft08em {
    font-size: 0.8em;
}

.pad5 {

    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nopdlr {
    padding-left: 0px;
    padding-right: 0px;
}

/*==============================================*
LISTS
*===============================================*/
.unstyle ul, .unstyle ol, ul.unstyle, ol.unstyle {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

    .unstyle ul li, .unstyle ol li, ul.unstyle li, ol.unstyle li {
        list-style: none;
    }

ul.checklist li:before {
    content: "\f00c ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.circleoklist li:before {
    content: "\f058 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.arrowlist li:before {
    content: "\f061 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.starlist li:before {
    content: "\f005 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.doublearrowlist li:before {
    content: "\f101 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.chevronlist li:before {
    content: "\f054 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.handlist li:before {
    content: "\f0a4 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.thumblist li:before {
    content: "\f087 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.asterisklist li:before {
    content: "\f069 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.circlearrowlist li:before {
    content: "\f0a9 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.circlepluslist li:before {
    content: "\f055 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

ul.longarrowlist li:before {
    content: "\f178 ";
    font-family: FontAwesome;
    margin-right: 5px;
}

.unstyle li:before {
    color: #C39254;
}