/*
Colores beninter

azul color: #000d8f;
naranja-rojo    color: #ff3400;
*/

#text_pay_now {
    margin: 10px 0 !important;
}

#text_pay_now {

    color: #4669A5 !important;
}

.ucwords { text-transform: none; }

.slider-responsive {
    display: none;
    background-color: #f59a16;
    height: 100%;
}

.slider-responsive img {

    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.padding_payment_type{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:20px;
}

.actived_payment_type{
    background-color:#d1f5e6;
    border-radius:6px;
    margin-bottom: -15px;
    border:1px solid #c1c1c1;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {

    #offer-listing.list-style .item .info {
        width: 100% !important;
    }

    #modal-newsletter {
        display: none;
    }

    .revslider-container {
        display: none !important;
    }

    .slider-responsive {
        display: block !important;
    }

    .revslider-container-funtastic {
        display: inline-block !important;
        min-height: 450px !important;
    }

    .revslider.funtastic {
        min-height: 450px !important;
    }

    .moon-slider {
        top: 120px !important;
    }

    .men-slider {
        top: 200px !important;
    }

    .text-1-slider {
        top: 250px !important;
    }

    .text-2-slider {
        top: 300px !important;
    }

    .text-3-slider {
        top: 330px !important;
    }

    .beninter-slider {
        top: 50px !important;
    }

    .black-friday-banner1 {

        font-size: 1em !important;

    }

    .black-friday-banner1 p {

        line-height: 25px !important;

    }

}

@media (min-height: 320px) and (max-height: 720px) and (orientation: landscape) {
    .revslider-container-funtastic {
        display: inline-block !important;
        min-height: 550px !important;
    }

    .revslider.funtastic {
        min-height: 550px !important;
    }

    /*
    .text-1-slider {
        top: 250px !important;
    }

    .text-2-slider {
        top: 330px !important;
    }

    .text-3-slider {
        top: 380px !important;
    }
    */
}

/* old Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (orientation: landscape) {
    /* Styles */
    .text-1-slider {
        top: 20% !important;
    }

    .text-2-slider {
        top: 50% !important;
    }

    .text-3-slider {
        top: 380px !important;
    }
}

.revslider ul {
    /*summer*/
    /*background-image: url("http://www.inmobeninter.com/bundles/beninterfrontend/images/slider/pruebas/2-fondo.png?v=0987");*/

    /*end summer*/

    /*black*/
    /*background-image: url("/bundles/beninterfrontend/images/slider/blackfriday-2017/banner_web_eng_V2.jpg"); /*blackfriday*/
    background-color: #000d8f;

    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;

    /*end black*/

}

/*
    PROVIDERS
*/

.row.fullwidth {
    /*width: 100%;*/
    background-image: url('/bundles/beninterfrontend/images/beninter_assets/provider/background_provider@2x.jpg');
    background-repeat: no-repeat;
    height: 600px;

    background-position: center center;
    /*background-attachment: inherit;*/
    /*background-size: cover;*/

}

.signin-providers {
    background-color: #fff;
    padding: 40px 10px;
    margin-top: 100px;
    min-height: 50%;
}

.centered {
    text-align: center;
}

.features.row {
    margin-bottom: 60px;
}

.feature-title {
    font-size: 60px;
    margin-bottom: 20px;
}

.number-one-background {
    background-image: url('/bundles/beninterfrontend/images/beninter_assets/provider/number-1.png');
    background-repeat: no-repeat;
    background-position: center center;

}

.number-two-background {
    background-image: url('/bundles/beninterfrontend/images/beninter_assets/provider/number-2.png');
    background-repeat: no-repeat;
    background-position: center right;

}

.arrow-step {
    position: absolute;
    right: -40px;
    top: 30px;
    width: 90px;
    opacity: .7;
}

.text-slider-provider {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 2.5em;
    text-shadow: 3px 3px rgba(0, 0, 0, .7);
}

.light {
    font-weight: 100;
}

.semibold {
    font-weight: 600;
}

.extrabold {
    font-weight: 800;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.main-table {
    display: table;
}

.center-table {
    display: table-cell;
    vertical-align: middle;
    padding: 200px 0;
}

.img-keys {
    position: absolute;
    top: 0px;
    right: 100px;
    max-width: 450px;
}

@media (max-width: 992px) {
    .center-table {
        padding: 50px 0;
    }

    .signin-providers {
        margin-top: 50px;
    }

    .img-keys {
        top: 150px !important;
        right: 0px !important;
        width: 40% !important;
    }
}

/*FAQS*/

.faqs-provider .panel-group .panel .panel-heading .panel-title > a.collapsed:after {
    content: "\002b";
    border: none;

    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);

}

.faqs-provider .panel-group .panel .panel-heading .panel-title > a:after {
    content: "\002b";
    border: none;

    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faqs-provider .panel-group .panel {
    border: none;
    border-top: 1px solid #e3e3e3;
    border-radius: 0px;
}

.faqs-provider .panel-group .panel .panel-heading .panel-title > a.collapsed {
    background-color: #fff !important;
}

.faqs-provider .panel-heading .panel-title a {
    color: #000d8f !important;
    font-weight: 500;
    font-size: 1.1em;
}

.slider2-provider {
    color: white !important;
    background-image: url('/bundles/beninterfrontend/images/beninter_assets/provider/slider_provider2.jpg') !important;
}

/*END FAQS*/

/*
  END PROVIDERS
*/

/*
    FUNTASTIC
*/

.row.fullwidth.funtastic {

    margin: 0 !important;

    background: #e600e5;
    width: 100%;
    /*background-image: url("http://funtasticdraculacarnival.net/images/interface/2017/logo-g.png");*/
    height: 512px;

    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;

}

.revslider.funtastic ul {

    background-image: url("/bundles/beninterfrontend/images/funtastic/slider/funtastic-resource.png");
    /*background-image: url("/bundles/beninterfrontend/images/funtastic/slider/funtastic-resource-background-2.png");*/

}

.img-slider-funtastic {
    background-size: contain !important;
}

.funtastic-container {
    color: #E5E5E5 !important;
}

.funtastic-container .plus-enfasis {
    font-weight: bold;
    font-size: 1.4em;
}

.funtastic-container strong {
    color: #FF0000;
}

.funtastic-container .section-title,
.funtastic-container h1,
.funtastic-container h4,
.funtastic-container h2 {
    color: #E5E5E5;
}

.body-funtastic .section-title {
    color: #E5E5E5 !important;
}

.section-highlight::after, .section-highlight::before, .section-title::after, .section-title::before {
    background-color: #E5E5E5 !important;
}

.funtastic-button {
    background-color: #FF0000 !important;
    color: white;
    text-transform: uppercase;
    font-size: 1.3em !important;
    padding: 10px !important;
    height: auto !important;

}

.funtastic-container .funtastic-hr,
.funtastic-container .funtastic-col-md-12 {
    display: none !important;
}

.table-funtastic,
.table-funtastic tr,
.table-funtastic td {
    border: none !important;
}

.funtastic-sello {
    position: absolute;
    top: 10px;
    right: 15px;
}

.img-funt {
    /* Rotate div */
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    width: 350px !important;
}

@media (min-device-width: 320px) and (max-device-width: 720px) {

    .img-funt {
        width: 150px !important;
    }

    .funtastic-sello {
        top: 30px;
        right: 5px;
    }

}

/*
    END FUNTASTIC
*/

/*PRETTY PHOTO VIEW APARTMENT*/

.text-image {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
    color: #FFF;
    line-height: 100px;
    font-size: 30px;
    z-index: 999;

}

.gal-item .box-1:hover .text-image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-size: 35px;
    top: 85px;
}

.pp_social {
    display: none !important;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.gal-item .box-1 {
    height: 172px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    /*object-fit: cover;
    -o-object-fit: cover;*/
}

.gal-item a:focus {
    outline: none;
}

.gal-item .box a:after,
.gal-item .box-1 a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item .box-1 a:after {
    line-height: 172px;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50% auto;
    }

}

@media (max-width: 768px) {


    .gal-container .modal-content {
        height: 250px;
    }

    .gal-item .box-1:hover .text-image {
        font-size: 20px;
        top: 60px;
    }

    .gal-item .box-1 {
        height: 100px;
    }

    .gal-item .box a:after,
    .gal-item .box-1 a:after {
        line-height: 100px;
    }

    .text-image {
        top: 40px;
        line-height: 50px;
        font-size: 18px;

    }

    /* Footer Style */
    i.red {
        color: #BC0213;
    }

    .gal-container {
        padding-top: 38px;
        padding-bottom: 75px;
    }

    .arrow-step {
        display: none;
    }
}

/*PRETTY PHOTO VIEW APARTMENT*/

/*SEO*/

.background-blue-beninter {
    background-color: #000d8f !important;
}

.blue-beninter {
    color: #000d8f !important;
}

.blue-beninter strong {
    font-weight: 700;
}

.orange-beninter {
    /*color: rgb(255, 156, 0);*/
    color: #ff5e15;
}

.margin-10 {
    margin: 10px;
}

.margin-10-0 {
    margin: 10px 0;
}

.margin-20 {
    margin: 20px;
}

.margin-60 {
    margin: 60px;
}

.margin-20-0 {
    margin: 20px 0;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-40 {
    margin: 40px;
}

.margin-40-0 {
    margin: 40px 0;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-60 {
    margin-top: 60px
}

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

.header-color {
    color: #4d4f52 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.h1-home,
.h1-benidorm {
    font-size: 1.7em;
    font-weight: 500;
    text-transform: none;
}

.search_bar_title{
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
}

.h1-benidorm {
    font-weight: 500;
    text-transform: uppercase;
    color: #4d4f52;
}

.h3-home-list-apart {
    font-size: 1em;
    font-weight: 500;
    text-transform: none;
}

.p-h1 {
    font-size: 2.2em;
    font-weight: 500;
}

.p-h1-uppercase {
    font-size: 2.2em;
    font-weight: 500;
    text-transform: uppercase;
}

.p-h3 {
    font-size: 1.5em;
    font-weight: 500;
}

.p-h3-uppercase {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
}

.p-h4 {
    font-size: 1.3em;
    font-weight: 500;
}

.p-h5 {
    font-size: 1.1em;
    font-weight: 300;

}

.p-h4-uppercase {
    font-size: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}

.p-h4-uppercase span {
    display: block
}

.p-uppercase {
    text-transform: uppercase;
}

.top-bar-custom {
    background-color: #f1f3f6 !important;
}

.h4-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;

}

.header2-menu {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.header2-menu #top-info li {
    margin-right: 20px;
}

.header2-menu #top-buttons li {
    margin-left: 20px;
}

.header2-menu #top-buttons .dropdown-menu li {
    margin-left: auto !important;
}

.header2-menu .dropdown a:hover {
    text-decoration: none !important;
}

.header3-menu .navbar {
    margin: auto !important;
}

.header3-menu .nav-logo {
    margin: auto !important;
}

.header3-menu .navbar ul {
    max-height: 85px;
}

.h3-custom {
    font-weight: 300;
    text-decoration: none !important;
    text-transform: none !important;

}

/*
.header3-menu .navbar-nav>li>a{
    padding: auto !important;
    padding-left: 15px;
}
*/

@media (max-width: 768px) {
    .header1-menu .h4-menu {
        text-align: center !important;
    }

}

/*END SEO*/

.padding-top-10 {
    padding-top: 10px;
}

.padding-right-30 {
    padding-right: 30px;
}

.strong-ben {
    font-weight: 700;
}

.promo-code {

    background-color: #ff5e15;
    color: #fff;
    padding: 5px;
    line-height: 2.2em;

}

.promotion-box {
    font-size: 1.2em;
    border: 3px solid #ff5e15;
    padding: 8px;
    border-radius: 4px;
}

/*SEARCH HOME */

/*
000d8f
ff3400
*/
.search_home_page #home-advanced-search {

    /*background-image: url("/bundles/beninterfrontend/images/beninter_assets/bg-buscador.jpg");*/
    /*background-color: #000d8f;*/

    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center center;

    /*NEW HOME*/
    height:495px;
    background-image: url("/bundles/beninterfrontend/images/beninter_assets/fondo_buscador_2.jpg");
    background-size: cover;
    border-top: 0px !important;
    display: flex;
}

.search_responsive{
    background: rgba(0,0,0, 0.6);
    padding-left: 70px;
    padding-right: 70px;
}

.search_text{
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 95px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Lato";
}

.search_text_bold{
    font-size: 30px;
    line-height: 59px;
    color: #ffffff;
    background: url('/bundles/beninterfrontend/images/beninter_assets/forma_underline.png') bottom no-repeat;
    font-family: "Plantagenet Cherokee";
    padding-bottom: 5px;
}

.offer_homepage_div{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height:300px;
}

.style_title_label{
    font-size: 25px;
    font-weight: 400;
    color: #202020;
    padding-left: 20px;
    padding-right: 20px;
}

.size_containter_searchbar{
    margin:auto;
    max-width: 1024px
}

.margin_responsive{
    margin-top: 20px;
}

.div_container_offer{
    background-color: #FFFFFF !important;
    border-top: 0px;
    border-bottom: 0px
}

.col_date_entrada_buscador{
    padding-right:0px;
    margin-right: -1px;
}

.col_date_salida_buscador{
    padding-right:0px;
    padding-left: 0px;
}

.size_input_group_buscador{
    height:0px;
    border-radius: 0px !important;
    border-color:white;
}

.color_input_group_buscador{
    border-radius: 0px;
    background-color:white;
    border-color:white
}

.input_search_home{
    cursor:pointer;
    height:50px !important;
    border-radius: 0px !important;
}

.search_button_home{
    height:50px !important;
    border-radius: 0px !important;
}

.col_button_buscador{
    padding-left: 0px !important;
}

.search_home_page,
.search_home_page .h1-home,
.search_home_page .search-button-custom {
    color: #fff;
}

.search-button-custom {
    background-color: #ff3400 !important;
    text-transform: none !important;
    font-size: 1.2em !important;
}

.search-button-custom:focus,
.search-button-custom:hover,
.search-button-custom:active {
    color: #fff;
    background-color: #ff3400;
}

/*END SEARCH HOME */

.btn-beninter-blue {
    background-color: #000d8f;
    text-transform: uppercase !important;
    font-size: 1.1em !important;
    color: #fff !important;
}

.index-ventajas .item img {
    margin-bottom: 15px;
}

.index-ventajas {
    line-height: 25px;
}

.grid-style1 .item .price, .grid-style1 .item .tag, .grid-style2 .item .price, .grid-style2 .item .tag, .list-style .item .price, .list-style .item .tag {
    background-color: #ff3400 !important;
}

.separator-beninter {
    background-image: url("/bundles/beninterfrontend/images/beninter_assets/separator.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin: 10px 0;
    padding: 10px 0;
    display: block;
}

.figure-custom-benidorm img {
    margin-right: 20px;

}

.figure-custom-benidorm span {
    color: #ff3400;
    text-transform: uppercase;
    font-size: 1.3em;
}

.figure-custom-benidorm p {
    margin: 10px 0;
}

.block-blue {
    font-size: .9em;
    background-color: #000d8f;
    color: #fff;
    padding: 10px 5px;
    /*
    overflow: hidden;
    white-space: nowrap;
    */
}

.link-block-blue {
    color: #fff;
    text-decoration: underline;
}

.link-block-blue:active,
.link-block-blue:focus,
.link-block-blue:hover {
    text-decoration: none;
    color: #ff3400;
}

.block-blue.p-h4-uppercase {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px;
}

.benidorm-page .breadcrumb {
    margin: 10px !important;
}

.sidebar {
    margin-top: 55px;
    /*padding-top: 55px;*/
    padding-bottom: 80px;
}

.sidebar .datepicker {
    width: fit-content;
}

#home-advanced-search {
    border-top: none;
}

.sidebar-fixed,
.box-search-view {
    border-top: 3px solid #ff3400 !important;
}

.sidebar-fixed {
    /*background-image: url("/bundles/beninterfrontend/images/beninter_assets/sidebar-search@2x.jpg");
    background-repeat: no-repeat;
    background-position: top center;*/
    background-color:#212690 !important;
}

.box-search-view {
    color: #fff;
    background-image: url("/bundles/beninterfrontend/images/beninter_assets/sidebar-search.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.gray .chzn-container-single .chzn-single, .gray .form-control {
    background-color: rgb(255, 255, 255);
}

.sidebar-fixed .top-search-sidebar p {
    color: #fff !important;
}

.sidebar-fixed .section-title strong {
    font-weight: 700;
}

.sidebar-fixed .search-button-custom {
    padding: 0 16px !important;
    color: #fff;
    font-size: 1.2em !important;
}

.section-title:after,
.section-title:before,
.sidebar-fixed .section-title:after,
.sidebar-fixed .section-title:before {
    opacity: 0 !important;
    visibility: hidden !important;
}

.rate-table {
    font-size: .9em !important
}

.table > thead > tr > th,
.rate-table thead {
    color: #fff !important;
}

.rate-table thead {
    background-color: #000d8f;
}

.btn-booking {
    background-color: #ff3400;
    color: #fff;
}

.btn-booking:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-booking:active,
.btn-booking:focus {
    color: #fff;
}

/*END HOME*/

.main .section-title strong {
    font-weight: 600 !important;
}

.testimonial .section-title,
.main .section-title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;

}

.main .section-title {
    color: #74777c;
}

.main .separator-beninter {
    margin-bottom: 40px !important;
}

.border-left-orange {
    border-left: 3px solid #ff3400;
    padding: 0 10px;
}

.contact-info {
    padding: 0 30px;
}

.contact-info p {
    font-size: 1.2em;
}

.contact-info-data {
    line-height: 20px;
    padding: 0 40px;

}

.contact-info .section-title {
    margin-bottom: 0px !important;
}

.language-switcher {
    text-align: right;
}

.flag-header {
    margin-right: 10px !important;
}

.language-switcher li {
    white-space: nowrap;
}

.language-switcher ul {
    padding: 0 10px !important;
}

.language-switcher ul a {
    margin: 5px;
    text-align: left;
}

.navbar a {
    color: #000d8f !important;
    font-weight: 600;
}

/*HOME*/

.custom-gray strong {
    font-weight: 700 !important;
}

.custom-gray {
    background-color: lightgray;
    padding: 10px;
}

/*BLACKFRIDAY 2017*/

#header:after {
    background-color: rgba(255, 255, 255, 0) !important;
}

.black-friday-banner1 {
    height: auto;
    background-color: black;
    font-size: 1.2em;
    padding: 10px;
}

.black-friday-banner1 strong {
    font-weight: 700;
}

.black-friday-banner1 p {
    margin: 0 !important;
    color: #fff;
    line-height: 20px
}

.black-friday-banner1 p span {
    background-color: #ff3400;
    padding: 5px;
}

/*END BLACKFRIDAY 2017*/

.puente-diciembre-banner {
    background-color: #000d8f;
}

/* PROMO IN LIST RATES */
.promo-remark .child-td {
    /*background-color: rgba(255,52,0,.5);*/
    background-color: #f1f3f6;
}

/* END PROMO IN LIST RATES */

.body-beninter-background {
    background-color: rgb(0, 13, 143);
}

/*
.modal-backdrop.in {
    display: block !important;
    background-color: rgb(0, 13, 143) !important;
    opacity: .8;

}
*/

/*features apartment view*/

.view-icon-div .property-features {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0;
    background-color: #f5f5f5;
    white-space: nowrap;
}

.view-icon-div .property-features i {
    font-size: 22px;
    color: #000d8f;
}

.view-icon-div .property-features span {
    font-size: 14px;
    color: #000d8f;
    padding-left: 8px;
    text-align: center;
}

.view-icon-div .property-features > div {
    float: none;
    /*display: inline-block;*/
    text-align: left;
    font-size: 13px;
}

/*end features apartment view*/

/*PROMO PAGE*/

#offer-listing.list-style .item > .info h3 {
    border-bottom: 0px solid transparent !important;
}

#offer-listing.list-style .item .image {
    width: 45%;
    max-height: 300px;
}

#offer-listing.list-style .item .info {
    width: 52%;
}

.enfasis1 {
    font-size: 1.3em;
}

/*END PROMO PAGE*/

/*SELLO */

@media (max-width: 992px) {
    /*show menu button*/
    .sello img {

    }

}

@media (max-width: 500px) {
    .sello {
        display: none !important;
    }

    .img-keys {
        display: none;
    }

}

.sello {
    display: inline-block;
    height: 100%;
}

.sello img {
    display: block;
    max-height: 40px;
    margin: 25px 0;
}

#nav-section.shrink .sello img {
    height: 30px;
    margin: 10px 0;
}

/* END SELLO */

.text-color-orange-beninter {
    color: #ff3400;
}

.shake-efect {
    animation: shake 1.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*modals test A B*/

.img-sellos-modal {
    width: 60px;
}

.newsletter-form {
    margin-top: 20px;
}

.h4-especial {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #fff
}

.linkl {
    font-size: 1.3em;
    text-transform: lowercase !important;
    font-weight: 400;

}

.sm-custom {
    margin: 0 0 0 -5px;
    font-weight: 300;
    font-size: 0.7em !important;
    color: #fff;
}

#modal-newsletter .modal-newsletter {
    padding: 0 !important;
}

.btn-newsletter-custom {
    border: 2px solid #fff !important;
    background-color: transparent !important;
}

#modal-newsletter {
    font-family: 'Varela Round', sans-serif;
}

.modal-newsletter .p-newsletter {
    margin-bottom: 15px;
}

.modal-newsletter {
    color: #999;
    font-size: 15px;
}

.modal-newsletter .modal-content {
    padding: 0 10px 10px 10px;
    border-radius: 0;
    border: none;
}

.modal-newsletter .modal-header-custom {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.modal-newsletter .modal-body {
    padding: 0 5px 15px 5px !important;

}

.modal-newsletter h4 {
    color: #fff;
    font-size: 1.6em;
    margin: 0 0 15px;

    text-transform: capitalize;
}

.modal-newsletter h4 a {
    text-decoration: underline;
}

.modal-newsletter .close {
    background: #000;
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    font-size: 16px;
    margin: 0 -5px;
}

.modal-newsletter .close span {
    position: relative;
    top: -1px;
}

.modal-newsletter .close:hover {
    opacity: 0.8;
}

.modal-newsletter .icon-box {
    color: #7265ea;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.modal-newsletter .icon-box i {
    font-size: 110px;
}

.modal-newsletter .form-control, .modal-newsletter .btn {
    min-height: 46px;
    border-radius: 3px;
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}

.modal-newsletter .form-control:focus {
    border-color: #7265ea;
    box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}

.modal-newsletter .btn {
    color: #fff;
    border-radius: 4px;
    background: #7265ea;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}

.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
    background: #4e3de4 !important;
    outline: none;
}

.modal-newsletter .input-group {
    margin: 30px 0 15px;
}

.hint-text {
    margin: 100px auto;
    text-align: center;
}

#modal-newsletter.custom .modal-newsletter {
    width: 30%;
    position: fixed;
    bottom: 0;
    right: 10px;
    margin: 10px;
}

#modal-newsletter .modal-body,
#modal-newsletter .modal-header,
#modal-newsletter .modal-content {
    text-align: left;
    color: #fff;
    background-color: #8ba1da !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #modal-newsletter.custom .modal-newsletter {
        width: 90%;
    }
}

/*end modals test A B*/

.btn-login-custom {
    border-color: #357ebd !important;
    color: #357ebd !important;
}

.btn-login-custom:active,
.btn-login-custom.active,
.btn-default.active.focus {
    background-color: #357ebd !important;
    border-color: #000d8f !important;
    color: #fff !important;
}

#form_search_ajax #hfrom,
#form_search_ajax #hto {
    background-color: white;
}

.cc-message {
    font-size: .8em !important;
}

.phone-slider {
    height: 1px;
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {

    .browser-slider {
        display: none;
    }

    .phone-slider {
        height: auto;
        display: block;
        transition: visibility 0s, opacity 2s linear;
        visibility: visible;
    }

    .CoverImage {

        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
        width: 100%;
        height: 300px;

    }

    .container-img {

        border: 1px solid #e3e3e3;

    }

    .l-custom {
        opacity: .8;
        top: 45%;
        left: 0;
        position: absolute;
    }

    .r-custom {
        opacity: .8;
        top: 45%;
        right: 0;
        position: absolute;
    }

}

.orange-beninter-background {
    background-color: #ff5e15 !important;
    color: white;
}

/*dinamic call action generic style */
.call_action {
    height: auto;
    background-color: black;
    font-size: 1.2em;
    padding: 10px;
}

.call_action p {
    margin: 0 !important;
    color: #fff;
    line-height: 20px;
}

/*end dinamic call action generic style */

.sidebar-promo {
    margin: 0px;
    padding: 0px;
}

.sidebar-promo img {
    margin: auto;
    margin-top: 40px;
}

/*
CAMBIOS responsive (menu,resultado de busqueda y vista de apartamento)
*/

.green-500 {
    color: #5cd29d !important;
}

.green-600 {
    color: #46be8a !important;
}

.green-700 {
    color: #36ab7a !important;
}

.green-800 {
    color: #279566 !important;
}

.movile-price-list,
.movile {
    display: none !important;
}

.nav-mobile .movile {
    display: block !important;
}

.content-link-movile {
    display: inline;
    float: left;
    height: 100%;

}

.custom-link-movil {
    display: inline-block;
    height: 100%;
    background-color: #d5d7ee;
    margin-right: 3px;
    padding: 13px;
}

#nav-section {
    visibility: hidden;
}

@media (max-width: 992px) {

    .margin_responsive{
        margin-left: 15px;
        margin-right: 15px;
    }

    .search_text{
        line-height:1.2;
        font-size: 25px;
    }

    .search_text_bold{
        font-size: 28px;
    }

    .search_home_page #home-advanced-search {

        /*background-image: url("/bundles/beninterfrontend/images/beninter_assets/bg-buscador.jpg");*/
        /*background-color: #000d8f;*/

        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        background-position: center center;

        /*NEW HOME*/
        height:550px;
        background-image: url("/bundles/beninterfrontend/images/beninter_assets/fondo_buscador_2.jpg");
        background-size: cover;
        border-top: 0px !important;
        display: flex;
    }

    .offer_homepage_div{
        height: 200px;
    }

    .search_responsive{
        padding:0px;
    }

    .col_date_entrada_buscador{
        margin-right: 0px;
        padding:initial;
    }

    .col_date_salida_buscador{
        padding:initial;
    }

    .col_button_buscador{
        padding:initial;
    }

    #modal-newsletter.custom .modal-newsletter {
        width: 50%;
    }

    #result_prices .movile {
        display: block !important;
    }

    #result_prices .desktop {
        display: none !important;
    }

    .amenities-custom {
        overflow-x: inherit !important;
    }

    .amenities-custom .btn {
        margin-top: 0px !important;
        float: right;
    }

    .div-border-right {
        margin-top: -8px;
    }

    .movile-left {
        float: left;
    }

    .movile-right {
        float: right;
    }

    .div-final-total {
        margin-top: -8px;
    }

    .alert-info {
        text-align: center !important;
    }

    .text-price {
        text-align: left;
    }

    .alert-info {
        border-color: #6f78bd !important;
        color: #FFF !important;
        background-color: #6f78bd !important;
    }

    .alert-info b,
    .alert-info strong,
    .alert-info .custom-a-beninter {
        color: #FFF !important;
    }

}

@media (max-width: 992px) {

    .btn-list-movile {
        background-color: #ff3400;
        color: #FFF;
        text-transform: uppercase;
    }

    .btn-list-movile:hover {
        color: #FFF;
        font-size: 1.1em;
    }

    .total-real .strong-ben {
        font-size: 1.2em;
    }

    .desktop {
        display: none !important;
    }

    .header3-menu .navbar .movile,
    .header3-menu .movile,
    .header2-menu .movile,
    .amenities-custom .movile,
    .movile-price-list {
        display: block !important;
    }

    .header2-menu .desktop {
        display: none !important;
    }

    .shrink #nav-mobile-btn {
        margin-top: 4px !important;
    }

    /*#nav-section.shrink {
        min-height: 45px !important;
        height: 45px !important;
    }*/


    .sticky-wrapper {
        height: auto !important;
    }


    .rate-table thead {

    }

    .apart-list-item hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .td-to-tr {
        display: none !important;
    }

    #modal-newsletter.custom .modal-newsletter {
        width: 90%;
    }

    #button_newsletterform_movil {
        display: block !important;
    }

    .hide-extra-small{
        display: block;
    }
    .hide-not-extra-small{
        display: none;
    }

}

@media (max-width: 480px) {

    .margin_bottom_sm{
        margin-bottom: 10px;
    }

    .hide-extra-small{
        display: none;
    }
    .hide-not-extra-small{
        display: block;
    }

    .style_title_label{
        padding-left: 50px;
        padding-right: 50px;
    }
}

.nav-mobile .movil {
    display: block !important;
}

/*
END CAMBIOS responsive (menu,resultado de busqueda y vista de apartamento)
*/

#button_newsletterform_movil {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

/*bugs in safari ipad*/
select {
    /*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    */
    padding: .3em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    /*padding: 1em 1em 1em 1em;*/
    font-size: 1em;
}

.select-container {
    position: relative;
    display: inline;
}

.select-container:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}

.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

/*end bugs*/

/*cursor in readonly input */
.sidebar input:-moz-read-only,
#home-advanced-search input:-moz-read-only { /* For Firefox */
    background-color: white !important;
    cursor: pointer !important;
}

.sidebar input:-moz-read-only,
#home-advanced-search input:read-only {
    cursor: pointer !important;
    background-color: white !important;
}

/*end cursor in readonly input */

.rate-select {
    width: 100%
}

.modal-xxl {
    width: 95%;
}

.divWithTooltip {
    position: relative;
    display: inline-block;
}

.modec-tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 350px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 6px;
    z-index: 1;
    transition: opacity .6s;
}

.modec-tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -175px;
}

.modec-tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.modec-tooltip:hover .tooltiptext {
    visibility: visible;
}