<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#inputx{border:0;background:transparent;outline:0;display:block;text-align:left;font-size:14px;font-weight:400;width:110px;cursor:pointer;color:#fff;text-decoration:none;-webkit-transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1);opacity:1;-webkit-transform-origin:right top;transform-origin:right top;border-bottom:1px solid rgba(255,255,255, 0.45)}
#inputx{width:80px}
#inputx.open{opacity:0}
.button-group #inputx{position:relative;width:90px;margin:0 auto;margin-right:15px;margin-bottom:2em;top:0;margin-bottom:0}
#inputy{border:0;background:transparent;outline:0;display:block;text-align:left;font-size:14px;font-weight:400;width:110px;cursor:pointer;color:#fff;text-decoration:none;-webkit-transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1);opacity:1;-webkit-transform-origin:right top;transform-origin:right top;border-bottom:1px solid rgba(255,255,255, 0.45)}
#inputy{width:80px}
/*#showCalendarBox{margin-left: 10px}*/
/*#showCalendarBox .i-check {margin-left: 0;}*/
#showCalendarBox label {color: #fff; font-size: 14px; padding-left: 20px}
#inputy.open{opacity:0}
.button-group #inputy{position:relative;width:150px;margin:0 auto;margin-right:15px;margin-bottom:2em;top:0;margin-bottom:0}

.btn-closed{background:#333 !important;color:#FFF;padding:0 10px 2px 10px !important; float:right; margin:0 -20px 20px 0 !important}
.btn-closed:hover{opacity:0.7}
.btn-plusminus{background-color: #ccc !important}

/* form fondo blue - #sky */
#sky1 .form-control::-webkit-input-placeholder { font-size: 14px; }  /* WebKit, Blink, Edge */
#sky1 .form-control:-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 4 to 18 */
#sky1 .form-control::-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 19+ */
#sky1 .form-control:-ms-input-placeholder { font-size: 14px; }  /* Internet Explorer 10-11 */
#sky1 .form-control::-ms-input-placeholder { font-size: 14px; }  /* Microsoft Edge */

#sky1 .input-group,
#sky1 a.btn.search
{
    margin-bottom: 4px;
}

#sky1 button {
    height: 45px !important;
}

#sky1 .bootstrap-select {
    border: none !important;
}

/*
#sky1 .bootstrap-select &gt; .dropdown-toggle.bs-placeholder {
        background: rgba(255,255,255,0.95);
        background-color: rgba(255, 255, 255, 0.95);
}
*/

#sky1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #233568;
}

#sky1 .bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    font-family: 'icomoon';
    font-size: 11px;
    top: 40%;
}

#sky1 .bootstrap-select.btn-group .dropdown-toggle .caret:before,
#three-select .dropdown-menu button span.arrow:before {
    content: "\e956";
}


#sky1 .dropdown-menu,
#three-select .dropdown-menu {
    display: block;
    opacity: 0;
    transition: visibility 0.2s ease,
        opacity 0.2s ease;
    visibility: hidden;
    position: absolute;
    top: -1em;
    right: 0;
    left: 0;
    z-index: 10000;
    margin: 1em auto;
    padding: 0;
    width: 320px;
    list-style: none;
    text-align: left;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
    transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

#sky1 .open &gt; .dropdown-menu,
#three-select .open &gt; .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    min-height: 230px !important;
}

#sky1 .open &gt; .dropdown-menu li.selected a,
#three-select .open &gt; .dropdown-menu li.selected a{
    color: #233568;
}

#sky1 .form-group .input-icon {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 22px;
    color: #233568 !important;
    z-index: 10;
}

#sky1 .form-group .input-icon.icon-plane1-line {
    font-size: 24px;
    line-height: 45px;

}

.profundidad {
        z-index: 10;
}

#sky1 .form-group .input-icon.icon-hotel-line {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
}

#sky1 .form-group .input-icon.icon-coche1-line,
#sky1 .form-group .input-icon.icon-vuelo-y-hotel-line {
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 45px;
}

#sky1 .input-group-addon {
    width: 0;
    display: table-cell;
}

#sky1 .tt-hint {
    color: #999;
}

#sky1 .tt-dropdown-menu {
    width: 100%;
    margin-top: 7px;
    background: #fff;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

#sky1 .tt-suggestion {
    line-height: 1em;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: none;
}

#sky1 .tt-suggestion p {
    margin: 0;
}

#sky1 .tt-suggestion.tt-cursor {
    color: #233568;
    background: #f2f4f7;
    cursor: pointer;
    font-weight: bold;
}

#sky1 .btn.go-swap,
#sky1 .btn.go-swap-si {
    height: 45px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background: rgba(35,53,104,0.5);
}

#sky1 .btn.go-swap.active,
#sky1 .btn.go-swap-si.active,
#sky1 .btn.go-swap:active,
#sky1 .btn.go-swap-si:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sky1 .btn.go-swap i.icon,
#sky1 .btn.go-swap-si i.icon {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

#sky1 .btn.go-swap:hover i.icon,
#sky1 .btn.go-swap-si:hover i.icon {
    font-size: 20px;
    color: rgba(255,255,255,1);
    margin: 0;
}

#sky1 .btn.search,
#row-btns .btn.search {
    height: 45px;
    margin-top: 0;
    padding: 9px 10px 10px;
    border: none;
    background: #ff424d;
    color: #fff;
}

#sky1 .btn.search i.icon,
#row-btns .btn.search i.icon{
    font-size: 26px;
    margin: 0;
}

#sky1 input {
    border: none !important;
    font-family:'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;

    background: rgba(255,255,255,0.95);
    background-color: rgba(255, 255, 255, 0.95);
    color: #233568 !important;
}

#sky1 input#daterangepicker {
    font-size: 14px;
}

#sky1 .dropdown-menu::before {
    display: none;
}

#sky1 .form-group,
#sky1 .form-group .panel {
    margin-bottom: 4px;
}
#sky1 a.btn.search {
    margin-bottom: 4px;
    margin-top: 0px;
}

.informative {
    
}

.vuelta {
    
}

.filtertype {
    
}


.swap-si {
    
}

.cvacept{ width:100px; height:95px}
.fbpng,.txtrev{font-size:18px;font-weight:600;background:#2ecc71;color:#FFF}
.txtrev{ padding:0 10px; margin:15px}
.fbpng2{font-size:18px;font-weight:600;background:#e74c3c;color:#FFF}




/* form fondo blue - #sky */
#sky2 .form-control::-webkit-input-placeholder { font-size: 14px; }  /* WebKit, Blink, Edge */
#sky2 .form-control:-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 4 to 18 */
#sky2 .form-control::-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 19+ */
#sky2 .form-control:-ms-input-placeholder { font-size: 14px; }  /* Internet Explorer 10-11 */
#sky2 .form-control::-ms-input-placeholder { font-size: 14px; }  /* Microsoft Edge */

#sky2 .input-group,
#sky2 a.btn.search
{
    margin-bottom: 4px;
}

#sky2 button {
    height: 45px !important;
}

#sky2 .bootstrap-select {
    border: none !important;
}

/*
#sky2 .bootstrap-select &gt; .dropdown-toggle.bs-placeholder {
        background: rgba(255,255,255,0.95);
        background-color: rgba(255, 255, 255, 0.95);
}
*/

#sky2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #233568;
}

#sky2 .bootstrap-select.btn-group .dropdown-toggle .caret {
    width: 10px;
    height: 10px;
    border: none;
    font-family: 'icomoon';
    font-size: 11px;
    top: 40%;
}

#sky2 .bootstrap-select.btn-group .dropdown-toggle .caret:before,
#three-select .dropdown-menu button span.arrow:before {
    content: "\e956";
}


#sky2 .dropdown-menu,
#three-select .dropdown-menu {
    display: block;
    opacity: 0;
    transition: visibility 0.2s ease,
        opacity 0.2s ease;
    visibility: hidden;
    position: absolute;
    top: -1em;
    right: 0;
    left: 0;
    z-index: 10000;
    margin: 1em auto;
    padding: 0;
    width: 320px;
    list-style: none;
    text-align: left;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
    transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

#sky2 .open &gt; .dropdown-menu,
#three-select .open &gt; .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    min-height: 230px !important;
}

#sky2 .open &gt; .dropdown-menu li.selected a,
#three-select .open &gt; .dropdown-menu li.selected a{
    color: #233568;
}

#sky2 .form-group .input-icon {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 22px;
    color: #233568 !important;
    z-index: 10;
}

#sky2 .form-group .input-icon.icon-plane1-line {
    font-size: 24px;
    line-height: 45px;
}

#sky2 .form-group .input-icon.icon-hotel-line {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
}

#sky2 .form-group .input-icon.icon-coche1-line,
#sky2 .form-group .input-icon.icon-vuelo-y-hotel-line {
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 45px;
}

#sky2 .input-group-addon {
    width: 0;
    display: table-cell;
}

#sky2 .tt-hint {
    color: #999;
}

#sky2 .tt-dropdown-menu {
    width: 100%;
    margin-top: 7px;
    background: #fff;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

#sky2 .tt-suggestion {
    line-height: 1em;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: none;
}

#sky2 .tt-suggestion p {
    margin: 0;
}

#sky2 .tt-suggestion.tt-cursor {
    color: #233568;
    background: #f2f4f7;
    cursor: pointer;
    font-weight: bold;
}

#sky2 .btn.go-swap,
#sky2 .btn.go-swap-si {
    height: 45px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background: rgba(35,53,104,0.5);
}

#sky2 .btn.go-swap.active,
#sky2 .btn.go-swap-si.active,
#sky2 .btn.go-swap:active,
#sky2 .btn.go-swap-si:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sky2 .btn.go-swap i.icon,
#sky2 .btn.go-swap-si i.icon {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

#sky2 .btn.go-swap:hover i.icon,
#sky2 .btn.go-swap-si:hover i.icon {
    font-size: 20px;
    color: rgba(255,255,255,1);
    margin: 0;
}

#sky2 .btn.search,
#row-btns .btn.search {
    height: 45px;
    margin-top: 0;
    padding: 9px 10px 10px;
    border: none;
    background: #ff424d;
    color: #fff;
}

#sky2 .btn.search i.icon,
#row-btns .btn.search i.icon{
    font-size: 26px;
    margin: 0;
}

#sky2 input {
    border: none !important;
    font-family:'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;

    background: rgba(255,255,255,0.95);
    background-color: rgba(255, 255, 255, 0.95);
    color: #233568 !important;
}

#sky2 input#daterangepicker {
    font-size: 14px;
}

#sky2 .dropdown-menu::before {
    display: none;
}

#sky2 .form-group,
#sky2 .form-group .panel {
    margin-bottom: 4px;
}
#sky2 a.btn.search {
    margin-bottom: 4px;
    margin-top: 0px;
}

#destino-si.form-group.form-group-lg .twitter-typeahead{
    position: initial !important;
    display: block !important;
    height: 45px;
}

#origen-si.form-group.form-group-lg .twitter-typeahead{
    position: initial !important;
    display: block !important;
    height: 45px;
}

.typeahead__cancel-button{
    z-index: 5;
    line-height: 36px !important;
    font-size: 15px;
    right: -2px !important;
}

footer:before,.footer:after{content:'';display:table;clear:both}

footer{
    z-index:-50;    
}

#msgp{
	display:none; color:#F00
	}

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 5px; top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 5px; top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
}
    .irs-bar-edge {
        height: 5px; top: 33px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 20px; height: 20px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #b3b3b3;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single, .irs-max {
    color: #666;
    font-size: 13px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    /*background: #428bca;*/
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 20px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}



.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
   /* Calendars */
}
.daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    display: none;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 0;
    border-left: 0;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.dropup {
    margin-top: -5px;
}
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    text-transform: capitalize;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #e1e7ed;
    border-color: transparent;
    color: #233568;
}
.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #C7C7C7
}
.daterangepicker td.off.available, .daterangepicker td.off.available.in-range{
    visibility: hidden;
}
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #233568;
    border-color: transparent;
    color: #fff;
}
.daterangepicker th.month {
    width: auto;
    
    color:#233568;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #c7c7c7;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
    
    width: 64px;
    height: 32px;
}
.daterangepicker .input-mini {
    border: none;
    border-bottom: 2px solid #EBF4F8;
    border-radius: 0;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}
.daterangepicker .input-mini.active {
    border: none;
    border-bottom: 2px solid #EBF4F8;
    border-radius: 0;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 0px;
    top: 4px;
}
.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}
/* Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
   }
    .daterangepicker .ranges ul {
        width: 160px;
   }
    .daterangepicker.single .ranges ul {
        width: 100%;
   }
    .daterangepicker.single .calendar.left {
        clear: none;
   }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
        float: left;
   }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
        float: right;
   }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
        padding: 20px 25px 0;
   }
    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 10px;
   }
    .daterangepicker.ltr .calendar.left.single {
        margin-right: 0;
   }
    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
   }
    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
   }
    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
   }
    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
   }
    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
   }
    .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left;
   }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
   }
    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
   }
    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
   }
    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
   }
    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
   }
    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
   }
    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
   }
    .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
   }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
   }
    .daterangepicker.ltr .ranges {
        float: left;
   }
    .daterangepicker.rtl .ranges {
        float: right;
   }
    .daterangepicker .calendar.left {
        clear: none !important;
   }
}

.error {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.errora {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.errori {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.erroro {
    z-index: 100;
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.errord {
    z-index: 100;
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.loader-bg {
    background-color: rgba(0,0,0,.95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    text-align: center;
}
.loader-bg-n {
    display: none;
}

.loader-bg img {
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-signal {
    width: 150px;
    display: block;
    height: 2px;
    margin: auto;
    border-radius: 2px;
    background-color: #cfcfcf;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader-signal:before {
    content:'';
    height: 3px;
    width: 68px;
    position: absolute;
    -webkit-transform: translate(-34px, 0);
    -ms-transform: translate(-34px, 0);
    transform: translate(-34px, 0);
    background-color: #e1251b;
    border-radius: 2px;
    -webkit-animation: initial-loading 1.5s infinite ease;
    animation: animation 1.4s infinite ease;
}

.loader-text {
    color: white;
    position: absolute;
    top: 125px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
}

@keyframes animation {
  0% {
      left: 0
  }
  50% {
      left: 100%
  }
  100% {
      left: 0
  }
}

.typeahead__result, .typeahead__list,.typeahead__item {
    z-index: 50000;
}

.offers {
    
}

.philp{
    display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:550px){#dropdown-menu2.open{position: fixed;left:0px;top:60px;width:320px}}

footer#main-footer .logo{ margin-top:-10px;margin-bottom: 70px}		
@media screen and (min-width: 560px) {
footer#main-footer .logo{ margin-bottom: 58px}
}

.cxida, .cxvuelta {
    clear: both;
}

.cxvuelta {
    padding-top: 10px;
}

.tvxcl{padding: 0 0 20px 0;color:#fff !important; margin-bottom:30px}.tvxcl a:hover{color:#fff!important}#dropdown-menu li.tvxcl:hover a{color:#fff!important}

.restx{
    padding: 10px 0 0 10px;
}




.col-date{
    background-color: #fafafc;
}
 .col-date-active{
    background-color: #2D71D6;
    color: #fff;
   
}


 .col-content,.col-content a{
    background-color: #fff;
    font-size: 18px;
    color: #737373 !important;
}

.col-content-active,.col-content-active a{
     background-color: #e3eef6;
     color: #233568 !important;
     font-size: 18px;
}

.col-content-best,.col-content-best a{
     background-color: #e8f3f2;
     color: #10b19b !important;
     font-size: 18px;
}

.col-content-expensive,.col-content-expensive a{
     background-color: #fff;
     font-size: 18px;
}

.calendar-head,.calendar-ida{
    color: #233568 !important;
    font-size: 16px;
}

.calendar-ida{
    margin: 15px 0px 4px 5px;
}
.calendar-container{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.table-bordered{
    border: none !important;
}

.table-bordered &gt; tbody &gt; tr &gt; td.cell-body:hover, 
.table-bordered &gt; tfoot &gt; tr &gt; td.cell-body:hover, 
.table-bordered &gt; thead &gt; tr &gt; td.cell-body:hover
{
   border: 2px solid #2D71D6  !important; 
}

.bs-info{
    padding:10px;
    color:#737373 !important;
}

.bs-info-time{
    padding:10px;
    vertical-align:bottom;
    color:#737373 !important;
}

.bs-it{
    border-top:1px solid #eee;padding-top:10px;padding-bottom:10px;
}


@media only screen and (max-width: 446px) and (min-width: 200px){
    .col-content,.col-content a{
   
    font-size: 12px;
   
}

.col-content-active,.col-content-active a{
    
     font-size: 12px;
}

.col-content-best,.col-content-best a{
    
     font-size: 12px;
}

.col-content-expensive,.col-content-expensive a{
     font-size: 12px;
}

.calendar-head,.calendar-ida{
  
    font-size: 14px;
}

.calendar-container{
    padding-left: 2px;
    padding-right: 2px;
  
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th{
    padding: 2px;
}

.condensed-grid [class*="col-"] {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
    
}


.nav &gt; li .dropdown-menu a.item{
  font-size: 18px;
font-weight: 700;  
color:#233568;
    
}

.css-hkqrgu img {
    width: 100% !important;
     height: 100% !important;
}

.css-x65cb4 input[name="friendlyName"]{
    height: auto !important;
}</pre></body></html>