::-webkit-scrollbar {
    display: none
}
/* header destinia */
header {
    height: 50px;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0 2px 5px #999;
    width:100%;
    position:fixed;
    top:0;
    left: 0;
    z-index:100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.container {
    margin-top: 50px;
}

#phone_icon {
    background-image: url("/headers/mobile/img/ic_phone.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 32px;
    float: right;
    height: 32px;
    margin-right: 15px;
    width: 32px;
    display: block;
}
[dir='rtl'] #phone_icon {
    float: left;
    margin-left: 15px;
}
@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) {
    #phone_icon {
        background-image: url('/headers/mobile/img/ic_phone@2x.png');
    }
}

/* MENU LATERAL */
#showMenu {
    cursor: pointer;
    background-image: url("/headers/mobile/img/sprite_generico.png");
    background-repeat: no-repeat;
    background-position: -50px 0;
    background-color: transparent;
    width: 21px;
    height: 12px;
    display: block;
    border: 0;
    margin-top: 9px;
    position:relative;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#showMenu:hover, #showMenu:active, #showMenu:focus {
    border:0;
    outline: 0;
}
#showMenu:after {
    content:'';
    position:absolute;
    top:-10px; bottom:-10px;
    left:-10px; right:-10px;
}

@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) {
    #showMenu {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
#hideMenu {
    cursor: pointer;
    background-image: url("/headers/mobile/img/sprite_generico.png");
    background-repeat: no-repeat;
    background-position: -139px 0;
    background-color: transparent;
    width: 26px;
    height: 23px;
    display: block;
    margin-top: 9px;
    position:absolute;
    right: 15px;
    top:10px;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#hideMenu:hover, #hideMenu:active, #hideMenu:focus {
    border:0;
    outline: 0;
}
[dir='rtl'] #hideMenu {
    right: auto;
    left: 15px;
    background-position: -163px -23px;
}

#hideMenu:after {
    content:'';
    position:absolute;
    top:-10px; bottom:-10px;
    left:-10px; right:-10px;
}

@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) {
    #hideMenu {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
#menu_icon {
    float: left;
    margin-left: 15px;
}
[dir='rtl'] #menu_icon {
    float: right;
    margin-right: 15px;
}
.sideShowing, .sideShowing #viewport, .sideShowing #page {
    overflow: hidden;
    height: 100vh;
}
#viewport {
    overflow-x: hidden;
}
#page {
    position: relative;
    left: 0;
    z-index: 1;
}

[dir="rtl"] #page {
    left  : auto;
    right : 0;
}
#page,
.mSideArea {
    min-height: 100%;
}
.mSideArea {
    position: fixed;
    top: 0;
    z-index: 3;
    height: 100vh;
    margin:0;
    width: 100%;
    left: -100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left .5s ease;
    -moz-transition: left .5s ease;
    -o-transition: left .5s ease;
    transition: left .5s ease;
}
[dir="rtl"] .mSideArea {
    left: auto;
    right: -100%;
    -webkit-transition: right .5s ease;
    -moz-transition: right .5s ease;
    -o-transition: right .5s ease;
    transition: right .5s ease;
}
.sideShowing .mSideArea {
    left: 0;
}
[dir="rtl"] .sideShowing .mSideArea {
    left: auto;
    right: 0;
}
.mSideMenu_container {
    width:  85%;
    position: relative;
    top:0;
    z-index: 2;
    left: 0;
    height: 100vh;
    border-right: 1px solid #d6d6d6;
    overflow-y: auto;
}
[dir="rtl"] .mSideMenu_container {
    border-right: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #d6d6d6;
}
.sideShowing.modal-open .mSideArea .mSideMenu_container {
    width: 100%;
}
.mSideMenu_inner {

}
.mSideMenu_back {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}
.mSideLayer {
    position: fixed;
    top:0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.sideShowing .mSideLayer {
    display: block;
}
.mSideArea a{
    text-decoration: none;
    color: #e86b1b;
}
.mSideArea ul {
    display: block;
    margin: 0;
    padding: 0;
}
.mSideArea ul li {
    display: block;
    margin: 0;
    position: relative;
}

.mSideArea ul li:before {
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

[dir='rtl'] .mSideArea ul li:before {
    left: auto;
    right: 0;
}
.mSideArea ul li a {
    position: relative;
    display: block;
    overflow:hidden;
    border-bottom: 1px solid #d6d6d6;
    padding:10px 20px 10px 10px;
    color: #555;
    font-size: 1.3em;
    text-decoration: none;
}
[dir='rtl'] .mSideArea ul li a {
    padding:10px 10px 10px 20px;
}
.mSideArea ul li#hotels a,
.mSideArea ul li#flights a,
.mSideArea ul li#cars a,
.mSideArea ul li#my_data a,
.mSideArea ul li.notLoggedLink a,
.mSideArea ul li.purchases a,
.mSideArea ul li.profile a,
.mSideArea ul li.travellers a,
.mSideArea ul li.cards a,
.mSideArea ul li.settings a,
.mSideArea ul li.logout a{
    padding: 11px 11px 11px 50px;
}
[dir='rtl'] .mSideArea ul li#hotels a,
[dir='rtl'] .mSideArea ul li#flights a,
[dir='rtl'] .mSideArea ul li#cars a,
[dir='rtl'] .mSideArea ul li#my_data a,
[dir='rtl'] .mSideArea ul li.notLoggedLink a,
[dir='rtl'] .mSideArea ul li.purchases a,
[dir='rtl'] .mSideArea ul li.profile a,
[dir='rtl'] .mSideArea ul li.travellers a,
[dir='rtl'] .mSideArea ul li.cards a,
[dir='rtl'] .mSideArea ul li.settings a,
[dir='rtl'] .mSideArea ul li.logout a{
    padding: 11px 50px 11px 11px;
}
.mSideArea ul li a.selector {
    position: relative;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding: 11px;
    color: #555;
    font-size: 1.3em;
    text-decoration: none;
}
.mSideArea ul li#title_buscador:hover {
    line-height: 10px;
}
.mSideArea ul li#title_buscador {
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    font-size: 1em;
    line-height: 10px;
}
.mSideArea ul li#title_micuenta {
    line-height: 10px;
}
.mSideArea ul li#title_micuenta {
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    font-size: 1em;
    background: #b6b6b6;
    /* Old browsers */

    background: -moz-linear-gradient(top, #b6b6b6 0%, #a7a7a7 46%, #979797 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6b6b6), color-stop(46%, #a7a7a7), color-stop(100%, #979797));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #b6b6b6 0%, #a7a7a7 46%, #979797 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #b6b6b6 0%, #a7a7a7 46%, #979797 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #b6b6b6 0%, #a7a7a7 46%, #979797 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #b6b6b6 0%, #a7a7a7 46%, #979797 100%);
    /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b6b6', endColorstr='#979797', GradientType=0);
    /* IE6-9 */

}
.mSideArea ul li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 3px solid #d0d0d8;
    border-top: 3px solid #d0d0d8;
    position: absolute;
    right: 15px;
    top: 45%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
[dir='rtl'] .mSideArea ul li a:after {
    right: auto;
    left:15px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.mSideArea ul li a:hover:after {
    border-color: #cad0e6;
}
.mSideArea ul li#hotels:before {
    content:'';
    position: absolute;
    background-image: url("/headers/mobile/img/sprite_generico.png");
    background-repeat: no-repeat;
    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) {
    .mSideArea ul li#hotels:before {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.mSideArea ul li#flights:before {
    content: '';
    position: absolute;
    background-image: url("/headers/mobile/img/sprite_generico.png");
    background-repeat: no-repeat;
    background-position: -544px -281px;
    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) {
    .mSideArea ul li#flights:before {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.mSideArea ul li#cars:before {
    content: '';
    position: absolute;
    background-image: url("/headers/mobile/img/sprite_generico.png");
    background-repeat: no-repeat;
    background-position: -556px -761px;
    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) {
    .mSideArea ul li#cars:before {
        background-image: url('/headers/mobile/img/sprite_generico@2x.png');
        background-size: 600px 800px;
    }
}
.mSideArea ul li.purchases {
    background-image: url('/headers/scv/my_account/img/menu_purchases.png');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li.purchases {
    background-position: 99% 50%;
}
@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 ul li.purchases {
        background-image: url("/headers/scv/my_account/img/menu_purchases@2x.png");
    }
}
.mSideArea ul li#my_data {
    background-image: url('/headers/scv/my_account/img/menu_login_b.png');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li#my_data {
    background-position: 99% 50%;
}
@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 ul li#my_data {
        background-image: url("/headers/scv/my_account/img/menu_login_b@2x.png");
    }
}

.mSideArea ul li.notLoggedLink {
    background-image: url('/headers/scv/my_account/img/menu_register.png');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}

[dir='rtl'] .mSideArea ul li.notLoggedLink {
    background-position: 99% 50%;
}

@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 ul li.notLoggedLink {
        background-image: url("/headers/scv/my_account/img/menu_register@2x.png");
    }
}
.mSideArea ul li.profile {
    background-image: url("/headers/scv/my_account/img/menu_profile.png");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li.profile {
    background-position: 99% 50%;
}
@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 ul li.profile {
        background-image: url("/headers/scv/my_account/img/menu_profile@2x.png");
    }
}
.mSideArea ul li.travellers {
    background-image: url("/headers/scv/my_account/img/menu_travellers.png");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li.travellers {
    background-position: 99% 50%;
}
@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 ul li.travellers {
        background-image: url("/headers/scv/my_account/img/menu_travellers@2x.png");
    }
}
.mSideArea ul li.cards {
    background-image: url("/headers/scv/my_account/img/menu_creditcard.png");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li.cards {
    background-position: 99% 50%;
}
@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 ul li.cards {
        background-image: url("/headers/scv/my_account/img/menu_creditcard@2x.png");
    }
}

.mSideArea ul li.settings {
    background-image: url("/headers/scv/my_account/img/menu_settings.png");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}

[dir='rtl'] .mSideArea ul li.settings {
    background-position: 99% 50%;
}

@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 ul li.settings {
        background-image: url("/headers/scv/my_account/img/menu_settings@2x.png");
    }
}

.imgLoading{
    padding: 100px 0 100px 30%;
}

[dir='rtl'] .imgLoading{
    padding: 100px 30% 100px 0;
}

.hidden{
    display: none;
}

.mSideArea ul li .language_menu_txt .glyphicon {
    color:#999;
    font-size: 16px;
    margin-left: -7px;
    margin-right: 4px;
}
[dir='rtl'] .mSideArea ul li .language_menu_txt .glyphicon {
    margin-left: 4px;
    margin-right: -7px;
}
.mSideArea ul li.logout {
    background-image: url("/headers/scv/my_account/img/menu_logout_b.png");
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 32px 32px;
    background-color: transparent;
}
[dir='rtl'] .mSideArea ul li.logout {
    background-position: 99% 50%;
}
@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 ul li.logout {
        background-image: url("/headers/scv/my_account/img/menu_logout_b@2x.png");
    }
}
.mSideArea .menu_header {
    font-size: 1.1em;
    font-weight: normal;
    /*line-height: 60px;*/
    text-decoration: none;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: 8px;
    position: relative;
}
.moneda_menu_txt, .language_menu_txt {
    color: #555;
    font-size: 12px;
    padding: 0 5px;
}
footer span, .mSideArea footer a {
    margin: 0 5px;
    font-size: 11px;
    color: #555555;
}
.mSideArea .modal-body ul li a{
    padding:0;
    border-bottom:0;
    font-size:1em;
}
.mSideArea .modal-body ul li{
    padding:10px;
    border-bottom:1px solid #d6d6d6;
    font-size:1.3em;
}

.mSideArea .menu_header a span{line-height:60px;font-weight: 700;}
.mSideArea .menu_header a span.phone_exception{font-size:1.1em; line-height:27px!important;}
.mSideArea .menu_header a .phone_info_desc{display:block; padding:0 12%; font-weight:normal!important; color: #565656;font-size: 0.9em!important; line-height:13px!important;}
.mSideArea .modal-body ul li a span:first-child {color:#565656!important;}
.mSideArea ul li #languagesModal a::after {border-right: 0!important; border-top: 0!important}

.mSideArea footer {
    padding: 11px 0 0;
}