/* breadcrumb */
.breadcrumb_general{ color:#333; font-size:11px; margin-bottom: 20px;}
.breadcrumb_general a:link { color:#e86b1b; text-decoration:none; }
.breadcrumb_general a:visited { color: #e86b1b; text-decoration:none; }
.breadcrumb_general a:hover { color: #333; text-decoration:none; }
.breadcrumb_general a:active { color: #333; text-decoration:none; }
.breadcrumb_general span{color:#333;}
.breadcrumb_general span.narrow{padding: 0 5px;}
.breadcrumb_general li{display:inline;}
.breadcrumb_actual{font-size:12px;}
/* fin breadcrumb */


@media (max-width: 767px) {

    .btn-primary {
        color: #fff!important;
        background-color: #e86b1b!important;
        border-color: #e86b1b!important;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary  {
        color: #fff !important;
        background-color: #e5874b !important;
        border-color: #e5874b !important;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .brandedLink, .brandedLink * {
        color: #e86b1b
    }

    .btn-primary {
        color: #fff!important;
        background-color: #e86b1b!important;
        border-color: #e86b1b!important;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff!important;
        background-color: #e5874b!important;
        border-color: #e5874b!important;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

.mSideArea .menu_header {color: #e86b1b;}

.menu_panel ul li a:hover {color: #e86b1b;}
.menu_panel ul li a.active {color: #e86b1b;}
.menu_panel ul li a:hover span.circle {background: #e86b1b;}
.mSideArea .menu_header {color: #e86b1b;}
.menu_panel .active .circle {
    background: #e86b1b;
    border: 3px solid #f1b38c;
}
.menu_panel .active .title {color:#e86b1b;}
.mSideArea .modal-body ul li .currency_symbol{color:#e86b1b;}
.mSideArea .modal-body ul li a span:first-child{color:#e86b1b;}
.mSideArea #current_currency .moneda_menu{color:#e86b1b;}
.mSideArea .menu_header:before {
    content: '';
    width: 27px;
    height: 25px;
    position: absolute;
    top: 16px;
    left: 12px;
    background-image: url('/headers/mobile/img/sprite_generico.png');
    background-position: -548px -329px;
    background-repeat: no-repeat;
    background-size: 600px 800px;
}

[dir='rtl'] .mSideArea .menu_header:before {
    right:12px;
    left:auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .mSideArea .menu_header:before {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}

#page #logo{
    background-image: url('/headers/mobile/img/logo.png');
    background-repeat: no-repeat;
    background-size: 110px 32px;
    background-color: transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    #page #logo{
        background-image: url('/headers/mobile/img/logo@2x.png');
        background-repeat: no-repeat;
        background-size: 110px 32px;
        background-color: transparent;
    }
}
#logo{
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 32px;
    text-align: center;
}
.mSideArea ul li#title_buscador {
    background: #fbb232;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbb232 0%, #fa8a1a 46%, #f66802 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb232), color-stop(46%, #fa8a1a), color-stop(100%, #f66802));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbb232 0%, #fa8a1a 46%, #f66802 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbb232 0%, #fa8a1a 46%, #f66802 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbb232 0%, #fa8a1a 46%, #f66802 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbb232 0%, #fa8a1a 46%, #f66802 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb232', endColorstr='#f66802', GradientType=0);
    /* IE6-9 */
}
.mSideArea ul li#hotels:before {
    background-position: -539px -188px;
}
.resume_item a.view_all{
    color:#e86b1b;
}
.total_price{
    color:#E86B1B;
    font-weight: bold;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: #e86b1b;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
}
button {
    background-color: #e86b1b;
    border: 1px solid #e86b1b;
    color:#fff;
}
button:hover {
    background: #e5874b
}
.btn-primary {
    color: #fff!important;
    background-color: #e86b1b!important;
    border-color: #e86b1b!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff!important;
    background-color: #e5874b!important;
    border-color: #e5874b!important;
}

.btn-secondary {
    color: #e86b1b;
    background-color: #fff;
    border-color: #e86b1b;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #fdf0e8;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #e86b1b;
}
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #e86b1b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,107,27, 0.6);
}
.panel-information a {
    color: #e86b1b;
    font-weight: normal;
}
.panel-information a:hover {
    color: #e5874b!important;
}
/* Carousel */
.carousel .carousel-indicators li.active {
    border: 1px solid #e86b1b;
    background: #e86b1b;
}
.reservation_anchor{
    margin: 20px 0 0 0;
    cursor: pointer;
    border: none;
    overflow: visible;
    color: #333;
    font-weight: bold;
    font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFD033;
    padding: 5px 10px;
    text-align: center;
}
.mobilesearch button {
    background-color: #e86b1b;
    border: 1px solid #e86b1b;
}
.mobilesearch button:hover {
    background: #e5874b;
}

/* Filtros */
.cont_filtro a{color: #e86b1b;}
.cont_filtro .cont_precio {
    color: #e86b1b;
}

.btn-group-lg>.btn-default.active, .btn-group-lg.btn-group.open .dropdown-toggle {
    background: #1e3747; /* Old browsers */
    background: -moz-linear-gradient(top, #1e3747 0%, #42789a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3747), color-stop(100%,#42789a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e3747 0%,#42789a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e3747 0%,#42789a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e3747 0%,#42789a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e3747 0%,#42789a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3747', endColorstr='#42789a',GradientType=0 ); /* IE6-9 */

}
/* tabs como split-bt */
.nav-tabs.nav-split-bt>li.active>a {
    background: #1e3747; /* Old browsers */
    background: -moz-linear-gradient(top, #1e3747 0%, #567f93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3747), color-stop(100%,#42789a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e3747 0%,#42789a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e3747 0%,#42789a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e3747 0%,#42789a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #1e3747 0%,#42789a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3747', endColorstr='#42789a',GradientType=0 ); /* IE6-9 */
}
.mobilesearch button {
    background-color: #e86b1b;
    border: 1px solid #e86b1b;
}
.mobilesearch button:hover {
    background: #e5874b;
}

/* Banners: BOC */
.publi {font-size: 10px; font-weight: bold; color: #CCC; margin: 0 0 60px 0;}
/*.cont_banner300x300 { width:315px; height:325px;background: #F0F0F0; }*/
.cont_banner300x300 {
    width: 100%;
    height: 320px;
    background: #f0f0f0;
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .publi {margin: 0;}
}

.bloque_destacado .cont_banner300x300 { height: 355px;}
/*.cont_banner300x300 div { width:300px; height:300px;}*/
.cont_banner300x300 div { width:300px; height:300px; margin: 0 auto; }
.bloque_destacado .cont_banner300x300:first-child {padding-top: 20px;}
.leaderboard  { width:728px; height:100px; margin-top:2em;}
.leaderboard div { width:728px; height:90px;}
.half_leaderboard  { width:234px; height:100px; margin-top:2em;}
.half_leaderboard div { width:234px; height:90px;}
/* Flotado de los banners en el pie de página */
.leaderboard { float: left;}
.half_leaderboard { float: right;}
.skyscraper{
    width:120px;
    height:610px;
    left: 50%;
    margin-left: 590px;
    position: absolute;
    top: 550px;
}
[dir='rtl'] .skyscraper{
    left: auto;right: 50%; margin-left:0;margin-right: 590px;
}
.skyscraper div {
    width:120px; height:600px;
}
@media all and (max-width:1301px){
    .skyscraper{display:none}
}
.bannerUnderBigImage {
    top: 480px !important;
}
.skyscraper_up{
    top: 257px!important;
}
/* Banners: EOC */

.button_general, input.button_general {
   background: #e86a1b;
}
.button_general:hover {
    background: #e5874b;
}
/* Caja nuevos buscadores para la home */

.search_box_in {
    padding: 20px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.home_search_box {
    margin: 15px auto;
    position: relative;
}
.homeviajes_search_box {
    margin: 15px auto;
}
@media (min-width: 600px) {
    .home_search_box {
        min-height: 310px;
        margin: 120px auto 40px auto;
        position: relative;
    }

    .home_search_box.publi_home_destinia {
        margin: 120px auto 32px;
    }
    .homeviajes_search_box {
        min-height: 0;
        margin: 32px auto;
    }
}
@media (min-width: 768px) {
    .home_search_box {
        width: 720px;
    }
    .homeviajes_search_box {
        width: 720px;
    }
}

.volver{color: #e86b1b; }
.volver:hover{color: #666;}
.cont_ancla a{
    color:#e86b1b;
}
.arrow_collapse:before {
    border-top-color: #1E3747;
}

.arrow_collapse.collapsed:before {
    border-top-color: transparent;
    border-left-color: #1E3747;
}

[dir='rtl'] .arrow_collapse.collapsed:before {
    border-right-color: #1E3747;
}
.cont_filtro a.title_collapse {
    color: #1E3747;
}
.cont_filtro .arrow_collapse:before {
    border-top-color: #1E3747;
}

.cont_filtro .arrow_collapse.collapsed:before {
    border-top-color: transparent;
    border-left-color: #1E3747;
}

[dir='rtl'] .cont_filtro .arrow_collapse.collapsed:before {
    border-right-color: #1E3747;
}
.irani_text{
    position: relative;
    top: 42px;
    color: #fff;
    font-size: 16px;
}
[lang='fa-IR'] .irani_text{
    top: 39px;
    font-size: 20px;
    font-family: 'BYekan',Arial,Helvetica,sans-serif;
}
/* Elemento informativo extra para mercado iraní */
.moreCommercialInfo {
    width: 75px;
    height: 36px;
    top: 35px;
    font-family: 'BYekan',Arial,Helvetica,sans-serif;
    position: relative;
    margin-left: 15px;
    border-left: 1px solid #f7ac73;
    padding-left: 15px;
}
.moreCommercialInfo a {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    cursor: pointer;
    line-height: 36px;
}
.moreCommercialInfo a:hover, .moreCommercialInfo a:focus {
    color: #FFF;
    text-decoration: none;
}
.moreCommercialInfoContent {
    width: 450px;
    height: 120px;
    background-color: #FFFFFF;
    padding: 25px;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    /* display: none; */
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 999;
}