html,
body {
    height: 100%;
}
/***/

html body .dl {
    display: inline-block
}
html body .db {
    display: block
}
.no-wrap td,
.no-wrap th {
    white-space: nowrap
}
html body blockquote {
    border-left: 5px solid #1976d2;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px
}
.clear {
    clear: both
}
ol li {
    margin: 5px 0
}
html body .p-0 {
    padding: 0px
}
html body .p-10 {
    padding: 10px
}
html body .p-15 {
    padding: 15px
}
html body .p-20 {
    padding: 20px
}
html body .p-30 {
    padding: 30px
}
html body .p-l-0 {
    padding-left: 0px
}
html body .p-l-10 {
    padding-left: 10px
}
html body .p-l-20 {
    padding-left: 20px
}
html body .p-r-0 {
    padding-right: 0px
}
html body .p-r-10 {
    padding-right: 10px
}
html body .p-r-20 {
    padding-right: 20px
}
html body .p-r-30 {
    padding-right: 30px
}
html body .p-r-40 {
    padding-right: 40px
}
html body .p-t-0 {
    padding-top: 0px
}
html body .p-t-10 {
    padding-top: 10px
}
html body .p-t-20 {
    padding-top: 20px
}
html body .p-t-30 {
    padding-top: 30px
}
html body .p-b-0 {
    padding-bottom: 0px
}
html body .p-b-5 {
    padding-bottom: 5px
}
html body .p-b-10 {
    padding-bottom: 10px
}
html body .p-b-20 {
    padding-bottom: 20px
}
html body .p-b-30 {
    padding-bottom: 30px
}
html body .p-b-40 {
    padding-bottom: 40px
}
html body .m-0 {
    margin: 0px
}
html body .m-l-5 {
    margin-left: 5px
}
html body .m-l-10 {
    margin-left: 10px
}
html body .m-l-15 {
    margin-left: 15px
}
html body .m-l-20 {
    margin-left: 20px
}
html body .m-l-30 {
    margin-left: 30px
}
html body .m-l-40 {
    margin-left: 40px
}
html body .m-r-5 {
    margin-right: 5px
}
html body .m-r-10 {
    margin-right: 10px
}
html body .m-r-15 {
    margin-right: 15px
}
html body .m-r-20 {
    margin-right: 20px
}
html body .m-r-30 {
    margin-right: 30px
}
html body .m-r-40 {
    margin-right: 40px
}
html body .m-t-0 {
    margin-top: 0px
}
html body .m-t-5 {
    margin-top: 5px
}
html body .m-t-10 {
    margin-top: 10px
}
html body .m-t-15 {
    margin-top: 15px
}
html body .m-t-20 {
    margin-top: 20px
}
html body .m-t-30 {
    margin-top: 30px
}
html body .m-t-40 {
    margin-top: 40px
}
html body .m-b-0 {
    margin-bottom: 0px
}
html body .m-b-5 {
    margin-bottom: 5px
}
html body .m-b-10 {
    margin-bottom: 10px
}
html body .m-b-15 {
    margin-bottom: 15px
}
html body .m-b-20 {
    margin-bottom: 20px
}
html body .m-b-30 {
    margin-bottom: 30px
}
html body .m-b-40 {
    margin-bottom: 40px
}
html body .vt {
    vertical-align: top
}
html body .vm {
    vertical-align: middle
}
html body .vb {
    vertical-align: bottom
}
.op-5 {
    opacity: 0.5
}
.unstyled{
    list-style: none;
}
.load-more.disabled{
    display: none;
}
.left {
    float: left;
}

.right {
    float: right;
}
/***/
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    /*    color:#369;
        font-weight:700;*/
    font-size: 1.0833em;
    line-height: 1.6666;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    /*    text-decoration: none;
        color:#369;*/
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

ul.check ul,
ul.triangle ul,
ul.chevron ul,
ul.check-square ul,
ul.circle ul{margin-left:20px}
/*List*/

/***/
.room_rental_info .meta{
    float:left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #999;
    line-height: 25px;

    margin-right: 20px;
}
.room_rental_info .meta .rate,
.room_rental_info .meta .stay{
    background: #eee;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #e9e8e7;
    margin-right: 10px;
    font-size: .9em;
    margin-top: 6px;
}
.room_facilitys_list {
    /* margin-top: 35px; */
    padding-bottom: 10px;
}


.room_facilitys_list h2 span {
    float: right;
}

.room_facilitys_list h2 span span {
    text-transform: none;
}

.all_facility_list {
    overflow: hidden;
    width: 100%;
    border-top: none;
}

.all_facility_list h5 {
    margin-bottom: 15px;
}

.all_facility_list h5 span{
    float: left;
    width: 24px;
    margin-right: 6px;
    margin-left: -5px;
    text-align: center;
}
.all_facility_list h5 span i{
    font-size: 16px;
}

.all_facility_list ul li {
    /* color: #a9a9a9; */
    margin-bottom: 10px;
}

.all_facility_list ul li i {
    color: #82B73A;
    margin-right: 8px;
}

.all_facility_list ul li span {
    float:right;
    padding-right: 40px;
    font-weight: bold;
}

.all_facility_list ul .no i {
    color: #F1572F !important;
}

.transparent-image{
    position:relative;
    padding-bottom:75%;
}
a.image-zoom{
    /*position:absolute;
    display:block;
    width:100%;
    height:100%;*/
    position: absolute;
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 2;
    right: 10px;
    top: 10px;
    font-size: 27px;
    color: rgba(255,255,255,0.9);
}
.transparent-image img{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    /*    position:relative;
        height:100%!important;*/
    background-size: cover;
}
/*table td,table th{
    padding: 12px 8px;
}*/
table { 
    border-spacing:0;
    border-collapse:collapse;
}
.table tr:nth-child(odd) {
    background: #E0E0E0
}
.table tr:nth-child(even) {
    background: #F3F3F3
}
.table th{
    font-size: 13px;
    color: #F3F3F3;
    background-color: #636363;
    font-weight: bold;
    padding: 3px 8px;
    margin: 0;
    border: 1px solid #636363;
}
.table td{
    font-size: 13px;
    color: #525252;
    border: 1px solid #D6D3D3;
    padding: 3px 8px;
    margin: 0;
}
.table tr:nth-child(odd) {
    background: #E0E0E0;
}
.table td.label2 {
    padding: 7px;
    word-break: break-all;
}
.infoButton {
    color: #222;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 14px;
    text-align: center;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4', GradientType=0 );
    text-transform: capitalize;
}
.infoAloj {
    /* font-size: 14px; */
    margin: 20px 0;
}
.clear{
    clear:both;
}

.footNote {
    font-family: 'Gochi Hand', cursive;
    font-size: 19px;
    color: #434343;
    text-align: center;
    margin-top: 40px;
}

.infoDisplay {
    color: white;
    font-size: 12px;
    background-color: #868686;
    display: inline-block;
    padding: 2px 7px 5px 5px;
    margin: 0;
}

.hc-name {
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.recPager a {
    width: 28px;
    height: 45px;
    display: block;
}
a.prev {
    background-image: url(../img/icons/prev.png);
}
a.next {
    background-image: url(../img/icons/next.png);
}
.calRef{
    /* max-width: 582px; */
    margin: 0 auto;
}
.dispRef {
    background-color: #f9f9f9;
    border: 1px solid #CCC;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 4px 4px 9px;
}
.NoDispRef {
    background-color: #cc3030;
    border: 1px solid #CCC;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 4px 4px 9px;
}
.dispRefText {
    font-size: 14px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    margin-right: 20px;
}
.NoDispRefText {
    font-size: 14px;
    margin: 5px 4px 4px 0;
    color: #a82626;
    display: inline-block;
}
.calendarioConteiner .infoDisplay {
    color: white;
    font-size: 12px;
    background-color: #868686;
    padding: 2px 7px 5px 5px;
    margin: 10px 10px 10px 0;
    display: block;
}
.calendarioConteiner .recPager{
    margin: 0;
    position: absolute;
    /* top: 193px; */
    /* width: 723px; */
    /* left: -47px; */
    /* max-width: 100%; */
    /* top: 0; */
    left: 0;
    right: 0;
    margin: 0 -15px;
    top: 50%;
        margin-top: -45px;
    /*bottom: 0;*/
}

.calendarioConteiner .recPager{
    /*top: 196px;*/
    /* width: 550px; */
    /* left: -35px; */
    
    text-align: center;
    line-height: 48px;
}/*New*/

.calendarioConteiner .calRef {
    /* max-width: 460px; */
}/*New*/
/* CALENDARIO */

.calendarioConteiner {
    width: 100%;
    /*max-width: 645px;
    margin: 20px auto;*/
    position: relative;
    line-height:20px;
}
.calendarioConteiner {
    /* max-width: 490px; */
}/*New*/

.calendario_new {
    margin:11px;
    border: 1px solid #EBEBEB;
}

.calendario_new table {
    background-color: #f9f9f9;
    margin: 0 auto;
    width:100%;
}
.calendario_new tr {
    background-color: #f9f9f9;
}
.calendario_new tr.month {
    background-color: #333;
}
.calendario_new td {
    font-size: 12px;
    padding: 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #f9f9f9;
}

.calendario_new td {
    padding: 1px 3px;
    font-size: 10px;
}/*New*/
.calendario_new{
    margin: 5px -10px;
}/*New*/
.calendario_new td.calendario_ajax_new{
    /*height: 440px;*/
    text-align:center;
}
td.colorclaro3 {
    font-weight: bold;
    color: #222222;
}
td.calendario_pasado {
    color: #AFAFAF;
}
.calendario_actualizable {
}
td.ocupado {
    color: #fff!important;
    background-color: #cc3030;
}
td.libre{
    background-color: #f1f1f1;
    
}
tr.days td{
    background-color: #808080;
    color:#FFF;
    font-weight: bold;
}
.calendarioConteiner .recPager .pull-left{
    background-position: -6px 0;
}
.calendarioConteiner .recPager .pull-right {
    background-position: 6px 0;
}
/* TERMINA CALENDARIO */

.alojFichaTipo {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.alojFichaTipo h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.alojOtros a {
    color: #fff;
}

/* ---------- 2.4 Notification ---------- */
.notification {
    position: fixed;
    padding: 8px;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 70px;/*55*/
    border-radius: 3px;
    color: white;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    animation: scale-in .3s ease-out forwards, expand .3s 1.5s ease-out forwards;
    z-index: 99;
}

.notification:hover {
    cursor: pointer;
}

.notification.success {
    background: #a7d155;
}

.notification.error {
    background: #E34F4F;
}

.notification .notification-icon {
    margin-right: 10px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background: #ce4848;
    text-align: center;
}

.notification.error .notification-icon {
    background: #ce4848;
}

.notification.success .notification-icon {
    background: #97bd4f;
}

.notification .notification-icon i {
    font-size: 22px;
    line-height: 40px;
    color: #f5f5f5;
}

.notification .notification-text {
    opacity: 0;
    font-size: .9em;
    text-align: left;
    color: #f5f5f5;
    letter-spacing: .5px;
    -webkit-animation: fade-in 1s 1s ease-in forwards;
    animation: fade-in 1s 1s ease-in forwards;
}
@-webkit-keyframes scale-in {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-in {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes expand {

    0% {
        width: 55px;
    } 

    100% {
        width: 355px;
    }
}

@keyframes expand {

    0% {
        width: 55px;
    } 

    100% {
        width: 355px;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.notification.scale-out {
    opacity: 1; 
    -webkit-animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards;
    animation: collapse .3s ease-in forwards, scale-out .3s 1.5s ease-out forwards;

}
.notification.scale-out .notification-text {
    -webkit-animation: fade-out 1s  ease-in forwards;
    animation: fade-out 1s ease-in forwards;
}

/*Messages*/
.img-circle {
    border-radius: 100%;
    max-width: 100%;
}
.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin-right: 10px;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin-left: 30px
}
.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px
}
.profiletimeline .sl-left img {
    max-width: 40px
}
.profiletimeline .sl-item {
    margin-top: 8px;
    margin-bottom: 30px
}
.profiletimeline .sl-date {
    font-size: 12px;
    color: #99abb4
}
.profiletimeline .time-item {
    border-color: rgba(120, 130, 140, 0.13);
    padding-bottom: 1px;
    position: relative
}
.profiletimeline .time-item:before {
    content: " ";
    display: table
}
.profiletimeline .time-item:after {
    background-color: #ffffff;
    border-color: rgba(120, 130, 140, 0.13);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px
}
.profiletimeline .time-item-item:after {
    content: " ";
    display: table
}
.profiletimeline .item-info {
    margin-bottom: 15px;
    margin-left: 15px
}
.profiletimeline .item-info p {
    margin-bottom: 10px!important
}
.profiletimeline .sl-left img {
    /* max-width: 40px; */
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.profiletimeline  .questions,
.profiletimeline  .questions ul{
    list-style: none;
    padding-left: 0px;
}
.profiletimeline  .questions li{
    border-bottom: 1px solid rgba(0,0,0,.1);
}/*
.profiletimeline  .questions li li{
    padding:10px 0px;
}
.profiletimeline  .questions li p{
    margin: 0px;
}*/
.profiletimeline  .questions .question-header{
    display:block;
    padding:10px;
    cursor: pointer;
    background-color: #eee;
}
.profiletimeline  .questions .question-header p{
    margin-bottom: 0;
}
.profiletimeline  .questions .question .question-header.unread{
    background-color: #fff;
}
.profiletimeline  .questions .question .question-header.unread .title{
    font-weight:bold;
}
.profiletimeline  .questions .question .question-header.active{
    background-color: #fff;
}
.profiletimeline  .questions .question-body{
    background-color: #fff;
}
.profiletimeline  .questions .question-content{
    padding:10px;
}
.profiletimeline  .questions .questions-toggle{
    margin-left: 10px;
}


.profiletimeline  .sl-item-header{
    line-height: 15px;
}
.profiletimeline  .sl-item-header h4{
    margin-bottom: 0px;
}

.profiletimeline .fa{
    width: 12px;
    /* margin-right: 5px; */
    text-align: center;
}
/*Notification center*/
#message-center {
    width: 300px;
    padding:0px;
    /* overflow: auto; */
}

#message-center a{
    color:#444!important;
}

#message-center .view-all{
    display: block;
    text-align: center;
    padding: 10px;

    border-top: 1px solid #eee;
}
.msg_list {
    opacity: 1 !important;
    height: 200px;
    /* width: 300px; */
    padding: 0px;
    overflow: auto;
}
.msg_list .item {
    background: #f2f2f2;
    padding: 0px !important;
    display: -ms-flexbox;
    display: flex;
    /*    margin: 6px 6px 0!important;
       width: 96%!important;*/
}
.msg_list .item.unread {
    background:#fff;
}
.msg_list .item a {
    font-size: 13px!important;
    padding: 3px 5px!important;
    cursor: pointer;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px!important;
    overflow: hidden;
}
.msg_list span {
    white-space: normal;
}
.msg_list .item a .image img {
    /*    border-radius: 2px;
        -webkit-border-radius: 2px;*/
    float: left;
    margin-right: 10px;
    /*width: 11%;*/
    width: 20%;
}

.msg_list .item a .message {
    display: block!important;
    /*    font-size: 11px;*/
}
.msg_list .item.unread a .title {
    font-weight: bold;
}
.msg_list .item a .time {
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    /*    position: absolute;
        right: 35px;*/
    float:right;
}

/***/
.aloj-icons {
    position: absolute;
    top: -1px;
    right: 6px;
}
.aloj-icons a {
/*    border-left: 1px solid  #ddd;
    border-bottom: 1px solid  #ddd;*/
    //display: inline-block;
    padding: 0;
    margin: 0 5px 0 0;
    color:#acacac;
    font-size:27px;
}
.aloj-content .aloj-icons,
.tour_list_desc .aloj-icons{
    margin-top: 17px;
} 
.listado-icon-favoritos {
    background-position: -60px 3px;
    background-image: url(../img/icons/listado-icons.png);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}
.favorito-button-on .listado-icon-favoritos,
.listado-icon-favoritos:hover {
    background-position: -90px 3px;
}

.listado-icon-descuentos {
    background-position: -120px 3px;
    background-image: url(../img/icons/listado-icons.png);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.listado-icon-descuentos:hover {
    background-position: -150px 3px;
}

.listado-icon-destacado {
    background-position: -120px 3px;
    background-image: url(../img/icons/listado-icons.png);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.listado-icon-destacado:hover {
    background-position: -150px 3px;
}

.listado-icon-pago {
    background-position: 0 3px;
    background-image: url(../img/icons/listado-icons.png);
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
}

.listado-icon-pago:hover {
    background-position: -30px 3px;
    background-image: url(../img/icons/listado-icons.png);
}

body { padding-right: 0 !important }
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.comments .comment-author-avatar img {
    border: 1px solid #e2e2e2;
    max-width: 100%;
}

.es-certificada {
background-image: url(../img/icons/certificada-min.png);
    width: 25px;
    height: 23px;
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 2;
    right: 15px;
}

span.newsFecha{
    font-weight: bold;
}


.icon-galeria-certificada{

    background-image: url(../img/icons/galeria-certificada-ficha.png);
    width: 44px;
    height: 39px;
    margin-top: -12px;
}

.anio-galeria-certificada{
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background-color: #c4c7cc;
    padding: 1px 10px 2px 10px;
    font-size: 18px;
    margin-left: -2px;
    margin-top: -7px;
}

.galeria-certificada{
    margin: 0 auto 10px auto;
}

.contactoIcons {
    background-image: url(../img/icons/contacto_sprite.png);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
}
.nombreIcon {
    background-position: 0 0;
}
.telIcon {
    background-position: -20px 0;
}
.celIcon {
    background-position: -40px 0;
}
.mailIcon {
    background-position: -60px 0;
}
.webIcon {
    background-position: -80px 0;
}
.widget-contacto-right {
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-contacto-right td.contacto-url-container a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    margin: 1px 0 -6px 0px;
}
.alojOpciones{
    padding-bottom:10px;
}
.complejoThumbs{
    margin-top: -4px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.complejoThumbs img{
    width: 70px;
    height: 52px;
    padding: 3px;
    border: 1px solid #DADADA;
    background-color: #ffffff;
    margin: 3px 6px 0 0;
    overflow: hidden;
}
.complejoThumbs img.selected{
    -webkit-box-shadow:  0px 0px 3px 2px rgba(40, 130, 214, 0.8);
    box-shadow:  0px 0px 3px 2px rgba(40, 130, 214, 0.8);
}
.img-icon-conteiner-small{
    margin:3px 0 0 0;
    display: inline-block;
}
.img-icon-conteiner-small img{
    /*float: left;*/
}
.img-icon-conteiner-small a{
    border-left: 1px solid #ccc;

}
/* ROYAL SLIDER */

.royalSlider-exp {
    /*    width: 100% !important;
        min-width: 340px !important;
        height: 258px !important;*/
    /*	margin:10px 0 0  10px !important;
            border: 1px solid #dadada !important;*/
}
/*					.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
                                                background: rgb(255, 255, 255) !important;
                                                background: #FFF !important;
                                        }
                                        .rsDefault .rsBullets{
                                                background: rgba(0,0,0,0) !important;
                                                margin-bottom: 5px !important;
                                        }*/
.alojExp {
    /* margin-top: 25px; */
    background: #F8F8F8;
    /* -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2); */
    /* box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.2); */
    position: relative;
    /* padding-bottom: 7px; */
    /* margin-bottom: -6px; */
    cursor: default;
    /*padding:10px;*/
}
.aloj-content{
    padding:15px;
}
.col-exp table {
    width: 100%;
}
/* COLUMNAS FICHA EXPANDIDA */

.col-exp{
    margin:15px 15px 0 0; 
    width:32%;
}
.col-exp-last{
    margin-right: 0;
    width: 30%;
    margin-top: 7px;
}
.col-exp-last .disponibilidad span{
    margin-bottom: 10px;
    display: inline-block;
}
.col-exp-last .disponibilidad span.alojIcon{
    margin-bottom: -4px;
    display: inline-block;
}
.col-exp .datos{
    /*margin-left: -6px;*/
    margin-bottom: 10px;
    display: inline-block;
}
.col-exp .caracteristicasIcon{
    margin: 0 0 -3px 0;
}
.col-exp .infoButton{
    margin-top: 10px;
}
.col-exp .homeIcons2{
    background-position: 0 -254px; 
    margin-right:0;
}


.alojDesc h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.alojDesc h5 {
    margin: 0;
}


.arrow_box {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #cecece;
    margin-top: -1px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before {
    border-color: rgba(91, 91, 5, 0);
    border-top-color: #b5b5b5;
    border-width: 16px;
    margin-left: -16px;
}

.alojItem:hover .arrow_box:after{
    border-top-color: #E8F0F6;
}

.chosen-container {
    font-size: 12px !important;
}
.chosen-container-multi .chosen-choices .search-field,
.chosen-container-multi .chosen-choices .search-field .default {
    width:100% !important;
}
.disponibilidad .tabla{
    padding: 5px;
    border: 1px solid #ddd;
}
.disponibilidad td{
    padding: 0;
    border: none;
}
.disponibilidad tr{
    background-color: transparent;
}

.disponibilidad td{
    font-size: 9px !important;
}
.disponibilidad table{
    border-spacing: 1px;
    border-collapse: separate;
    margin-top: 0;
}

#contentPageData{
     position: relative;
}
#contentPageData .overlay{
position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:100;
 background-color:#f7f7f7;
 background-color:rgba(255,255,255,0.75)
}

.sr-usp-overlay {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:100;
 background-color:#f7f7f7;
 background-color:rgba(255,255,255,0.75)
}
.sr-usp-overlay--wide {
 right:-10px;
 left:-10px
}
.sr-usp-overlay__container {
 position:absolute;
 top:50px;
 left:50%;
 margin:0;
 margin-left:-150px;
 padding:10px;
 min-height:125px;
 width:300px;
 border:1px solid #dedede;
 border-radius:3px;
 background:#fff;
 -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25);
 box-shadow:0 1px 2px rgba(0,0,0,0.25);
 text-align:center
}
.sr-usp-overlay__loading {
 position:relative;
 margin:0 auto;
 width:69px;
 height:69px;
 background:transparent url(//q-ec.bstatic.com/static/img/experiments/loading-check-sprite/185ef34940ed1d33892c1b454a2e28aae2ed6e91.gif) 0 0 no-repeat
}
.sr-usp-overlay__loading::before {
 position:relative;
 display:block;
 overflow:hidden;
 width:69px;
 height:69px;
 background:transparent url(//q-ec.bstatic.com/static/img/experiments/loading-check-sprite/185ef34940ed1d33892c1b454a2e28aae2ed6e91.gif) -69px 0 no-repeat;
 content:'';
 will-change:background-position;
 -webkit-animation:sr_usp_loading 1s steps(17,end) infinite;
 animation:sr_usp_loading 1s steps(17,end) infinite
}
@-webkit-keyframes sr_usp_loading {
 from {
  background-position:-69px 0
 }
 to {
  background-position:-1242px 0
 }
}
@keyframes sr_usp_loading {
 from {
  background-position:-69px 0
 }
 to {
  background-position:-1242px 0
 }
}
.sr-usp-overlay__title {
 font-weight:bold;
 font-size:1.2em;
 margin-bottom:4px
}
[data-block-id=filter_options],[data-block-id=sort_bar],[data-block-id=budget_filter] {
 position:relative
}
.sr-usp-overlay__filter-message {
 margin-bottom:8px;
 font-size:14px;
 line-height:1.5
}
.sr-usp-overlay__filter-message em {
 font-style:normal;
 font-weight:bold
}

/*Autocomplete*/
.ui-autocomplete-loading { background:#fff url('images/indicator.gif') no-repeat 98% center }

html .ui-autocomplete {
   z-index:99;
}

.border-active {
    /*background-color: #2882D5 !important;*/
    -webkit-box-shadow: 0 0 10px 0 #54A1E9;
    box-shadow: 0 0 10px 0 #54A1E9;
    border-color: #2882D5 !important;
    background-color: #e8f0f6;
}

.icons2white {
    background-image: url(../img/icons/icons2white.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 2px;
}
a.reiniciar-busqueda span.reloadIcons2 {
    background-position: 0 -207px;
    margin-bottom: -3px;
}

@media (max-width: 767px){
    ul#profile_summary li span {
    position: initial;
    display: block;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
}

.form-control.date-pick[readonly]{
    background: #fff;
}

 
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important; 
} 
.carousel {
    margin-bottom: 10px;
}
.carousel .hotel_container{
    margin-bottom: 0px;
}

.carousel .ribbon_3{
    left: 0px;
    top: 0px;
}
.calendario_new td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:40px;
    
    width: 14.28%;
    color:#686868;
}
.calendario_new .month td{
text-transform: uppercase;
font-size: 14px;
color: white;
line-height: 30px;
}
 .price{
    
    margin-bottom: -2px;
    margin-top: 1px;
    /*color: #ff9e21;*/
  }
  .price-rate{
    font-size: 12px;
    font-weight: bold;
    color:#565a5c;
 
  }
  .price-symbol{
  font-size: 10px;
  }
  .nota{ 
    color: #575757;}
  .pastDate  .price, 
  .pastDate  .nota,  
  .bookedDate  .price, 
  .bookedDate  .nota{
    color:#fff; 
  }
  /*Modal inactive*/
 .pubMessageBack{
      position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.2);
  }
.pubMessagge {
    padding: 20px 15px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    border-color: #b3b3b3;
    width: 80%;
    z-index: 999;
    bottom: 40px;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: solid 1px #b3b3b3;
}
.pubMessagge span {
    display: block;
}
.pubMessagge .sec {
    margin-top: 12px;
    font-size: 15px;
    margin-bottom: 15px;
}

.pubMessagge .princ {
    color: #00A6A3;
    font-size: 20px;
    margin-bottom: 5px;
}
.pubMessagge.inactiva .princ {
    font-size: 20px;
}
.pubMessagge.inactiva a {
    font-size: 16px;
}
.morecontent span {
    display: none;
}
.read-more-link{
    display: block;
}
/**************/
.pdu-slide-image-container{
    position:relative;width:100%;padding-bottom: 75%;background: #333;
}
.pdu-slide-image-container img{
    margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;
}