img{border: 0;}
h1, h2 {
    color: #666666;
    padding-left: 5px;
    font-family: 'bebas_neueregular', arial;
}

h2 { font-size: 24px; color:#1e3747;}
h5{
    font-weight:bold;
    color: #1E3747;
}
p {
    margin-bottom: 10px;
}
a{
    color:#333;
}

form label {
    white-space: normal;
}
#login, #signup {
    margin-top: 30px;
}
.loading{
    width: 40px;
    height: 40px;
    background-image: url('/headers/scv/my_account/img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px 24px;
    margin: 0 auto;
}
.loading.centered{
    background-color: #FFF;
    z-index: 9;
    position: fixed;
    top: 40%;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    left: 45%;
}
/* Formulario de contacto en reserva: BOC  */
.newCommunicationForm_options {
    line-height: 25px;
}
/* Formulario de contacto en reserva: EOC  */
/* Selector inferior de filtros: BOC */
.botonera {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #4c799a;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
    left: 0;
    z-index: 8;
}
.botonera_content {
    position: fixed;
    bottom: -5px;
    width: 100%;
    height: 50px;
    z-index: 9;
    left: 0;
}
.botonera_content a {
    color: #FFF;
    text-decoration: none;
}
.botonera_content a:hover {
    text-decoration:underline;
}
.boton_pulse_continent_left,
.boton_pulse_continent_right,
.boton_pulse_continent_center {
    color: #FFF;
    padding: 0 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #8ebccc;
    background: -moz-linear-gradient(top, #8ebccc 0%, #6a9cbe 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebccc), color-stop(100%, #6a9cbe));
    background: -webkit-linear-gradient(top, #8ebccc 0%, #6a9cbe 100%);
    background: -o-linear-gradient(top, #8ebccc 0%, #6a9cbe 100%);
    background: -ms-linear-gradient(top, #8ebccc 0%, #6a9cbe 100%);
    background: linear-gradient(to bottom, #8ebccc 0%, #6a9cbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebccc', endColorstr='#6a9cbe', GradientType=0);
}
.boton_pulse_continent_left {
    float: left;
    margin-left: 10px;
}
[dir='rtl'] .boton_pulse_continent_left {
    float: right;
    margin-right: 10px;
    margin-left:0;
}
.boton_pulse_continent_right {
    float: right;
    margin-right: 10px;
}
[dir='rtl'] .boton_pulse_continent_right {
    float: left;
    margin-left: 10px;
    margin-right:0;
}
.boton_pulse_continent_center {
    margin: 0 auto;
    width: 15%;
}
.boton_pulse_left {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    cursor: pointer;
    background: url('/headers/mobile/img/circle_s.png') no-repeat scroll left 5px transparent;
}
.boton_pulse_right {
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    padding-left: 10px;
    cursor: pointer;
    background: url('/headers/mobile/img/circle_s.png') no-repeat scroll right 5px transparent;
}
.cont_paginacion{
    text-align: center;
}
.cont_paginacion a.btn_mas_result{
    font-weight: bold; text-decoration:underline;
}
#boton_filtrado{
    padding-top:60px;
}
/* Selector inferior de filtros: EOC */
/* Paginador infinito: BOC */
#paginatorLoading {
    position: fixed;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
}
[dir='rtl'] #paginatorLoading {right:0; left:inherit;}
#paginatorTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom:5px;
    left: 0;
    z-index: 999;
}
[dir='rtl'] #paginatorTop {right: 0; left:inherit;}
/* Paginador infinito: EOC */

/* Listado de opciones de ordenacion: BOC */
.ordenacion li{
    cursor:pointer;
    font-size:0.8em;
    font-weight:bold;
    color:#333;
    padding-left:10px;
    border-bottom: 1px solid #ededed;
    height:40px;
    line-height:40px;
    list-style: none;
}
[dir='rtl'] .ordenacion li{
    padding-left:0;
    padding-right:10px;
}

#bonosModal .ordenacion li, #checkinModal .ordenacion li{
    height:auto;
    line-height:20px;
    margin-bottom: 10px;
}

.ordenacion li.check{
    background:url('/headers/mobile/img/check.png') 99% no-repeat;
}
[dir='rtl'] .ordenacion li.check{
    background:url('/headers/mobile/img/check.png') 1% 5px no-repeat;
}
/* Listado de opciones de ordenacion: EOC */

/* opciones proxima ampliada: BOC */
.summary_actions { border-top: solid 1px #DDDDDD;}
/*.summary_actions li:nth-child(2n+1) {*/
.summary_actions li:nth-child(1n+1) {
     border-right: solid 1px #DDDDDD;
 }
[dir='rtl'] .summary_actions li:nth-child(1n+1) {
    border-left: solid 1px #DDDDDD;
    border-right: none;
}
.summary_actions li:last-child {border-right: none;}
[dir='rtl'] .summary_actions li:last-child {
    border-left: none;
    border-right: none;
}
.summary_actions li {
    display: inline-block;
    padding: 10px 25px 10px 25px!important;
    margin: 0!important;
}
.purchaseV_resume .summary_actions li {
    padding: 10px 10px 5px 10px!important;
}
.purchaseV_resume .journeyContent {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DDDDDD;
}
.summary_actions li a,
.summary_actions li span.action{
    text-decoration: none;
    font-size: 0.8em;
    cursor: pointer;
    color: #666;
}
.summary_actions li span.glyphicon {
    display: block;
}

/* opciones proxima ampliada: EOC */

/* error messages: BOC */
.alert-error {
    font-size: 1em;
}

.alert-danger {
    font-size: 1em;
}

/* error messages: EOC */
#login a {
    display: block;
}

#login a.btn {
    display: inline-block;
}

#login .register-bt {
   text-align: center;
}
.btn-group {
    margin: 20px 0 30px 0;
    width: 100%;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    text-decoration: none;
    font-size: 0.8em;
    padding: 3px 15px;
    width: 33%;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

/* formulario LOGIN */
#recoverPasswordForm { padding: 10px;}

form {
    margin: 0 auto;
    width: 100%;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0 10px !important;
    display: block;
    height: 40px !important;
}

form input[type="checkbox"] {
    float: left;
    width: auto;
    margin-right: 6px;
}

form select {
    background-image: url('/headers/mobile/img/ic_arrow_select.png') !important;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto !important;
    padding: 5px !important;
}

[dir='rtl'] form select {
    background-position: 5% center;
}
form select, form select.form-control {
    height: 40px !important;
    padding: 0 10px !important;
    font-weight: normal;
}
form label {
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: left;
}

form .prefijo {
    width: 15%;
    float: left;
}

form .tfno {
    width: 70% !important;
}

form .descripcion {
    float: left;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    margin: 0;
    text-align: left;
    width: 35%;
}

form input[type="email"].user {
    background-image: url('/headers/mobile/img/ic_email.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 40px !important;
}
[dir='rtl'] form input[type="email"].user {
    background-position: 100% 50%;
    padding-right: 40px !important;
    padding-left: 10px !important;
}

[dir='rtl'] .btn-group>.btn {
    float: none;
}

@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) {
    form input[type="email"].user {
        background-image: url('/headers/mobile/img/ic_email@2x.png');
        background-size: 32px 32px;
    }
}
form input[type="password"], form input[type="text"].password  {
    background-image: url('/headers/mobile/img/ic_password.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 40px !important;
}
[dir='rtl'] form input[type="password"], [dir='rtl'] form input[type="text"].password {
    background-position: 100% 50%;
    padding-right: 40px !important;
    padding-left: 10px !important;
}

@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) {
    form input[type="password"] {
        background-image: url('/headers/mobile/img/ic_password@2x.png');
        background-size: 32px 32px;
    }
}
@media only screen and (min-width: 680px) and (orientation: portrait) {
    form {
        width: 60%;
    }
}
/*  vista horizontal para tablet */
@media only screen and (min-width: 680px) and (orientation: landscape) {
    form {
        margin: 0 auto;
        width: 50%;
    }
}


/* listado reservas */
.no_reservations{
    font-size: 1.2em;
}
.no_reservations p{
    text-align: center;
    color: #888;
    margin: 20px 0;
}
.no_reservations a,
.no_reservations a:hover{
    text-decoration: none;
    color: #1e3747;
    text-align: center;
    padding: 0;
}
.no_reservations a span{
    display: block;
    margin: 10px 0 20px 0;
}
.no_reservations .services_img{
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.resume_list { padding:0;}

.resume_list li { margin: 20px 0 10px 0; list-style: none;}

.resume_item .resume_container {
    position: relative;
    border: 1px solid #d5d5d5;
    min-height: 75px;
    background: #fff;
    top: -5px;
    padding: 10px 0 0 0;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
[dir='rtl'] .resume_item .resume_container {
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
}

.resume_item .status{
    color: #FFF;
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 0.8em;
    padding: 0 3px;
}
[dir='rtl'] .resume_item .status{
    right: auto;
    left: 0;
}
[dir='rtl'] .box_container .status{
    right: auto;
    left: 0;
}
.box_container .status{
    color: #FFF;
    position: absolute;
    margin-top: -15px;
    right: 25px;
    font-size: 0.8em;
    padding: 0 3px;
}
[dir='rtl'] .box_container .status{
    right: auto;
    left: 25px;
}
.resume_item .resume_services_icons{
    position: absolute;
    z-index: 9;
    margin-left: 9px;
    margin-top: -17px;
}
[dir='rtl'] .resume_item .resume_services_icons{
    margin-left: auto;
    margin-right: 9px;
}
.related_service_icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
[dir='rtl'] .related_service_icon{
    margin-right: auto;
    margin-left: 5px;
}
.related_service_icon.purchaseH{
    background-image: url('/headers/scv/my_account/img/services/hotel_s_mobile.png');
}
.related_service_icon.purchaseV{
    background-image: url('/headers/scv/my_account/img/services/flight_s_mobile.png');
}
.related_service_icon.purchaseC{
    background-image: url('/headers/scv/my_account/img/services/car_s_mobile.png');
}
.related_service_icon.purchaseT{
    background-image: url('/headers/scv/my_account/img/services/train_s_mobile.png');
}
.related_service_icon.purchaseD{
    background-image: url('/headers/scv/my_account/img/services/travel_s_mobile.png');
}
.purchaseT_resume .train_tickets{
    font-size: 12px;
}
.purchaseT_resume h5{
    margin-bottom: 0;
}
.purchaseT_resume .resume_item_train{
    margin-bottom: 10px;
}
.purchaseT_resume .train_tickets li{
    margin:5px 0 10px 10px;
}
.resume_package_flights {
    margin: 10px 5px;
}
.resume_package_flights div {
    background: no-repeat left 50% transparent url('/headers/scv/my_account/img/services/flight_s_mobile.png');
    padding-left: 25px;
    font-size: 11px;
}
[dir='rtl'] .resume_package_flights div {
    background: no-repeat right 50% transparent url('/headers/scv/my_account/img/services/flight_s_mobile.png');
    padding-left:0;
    padding-right: 25px;
}
/* detalle reserva */
.reference{
    margin-bottom: 15px;
}
.payment_plan_list li{
    list-style:none;
    margin: 0;
    padding: 5px;
    border: 1px solid #e0e0e0;
}
.payment_plan_list li:last-child{
    border-top:0;
}
.payment_plan_list li time{
    font-weight: bold;
}
.payment_plan_list li .payment_currency{
    font-size: 0.9em;
}

.journey ul li{
    list-style: none;
    display: inline;
}
.box_content .journey h5{
    display: block;
    margin: 10px 0 3px 0;
    border-bottom: 1px solid #CCC;
}
.box_content .journey time{
    font-weight: bold;
}
.box_content .journey time span{
    color: #000;
}
.box_content .journey .airport{
    display: block;
}

.train_type,
.train_class,
.journey ul li.train_station,
.train_occupancy{
    display: block;
}
.train_type{
    font-weight: bold;
}
.train_tickets{
    list-style: none;
}

/* fin detalle reserva */

@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) {
    .related_service_icon.purchaseH{
        background-image: url('/headers/scv/my_account/img/services/hotel_s_mobile@2x.png');
        background-size: 20px 20px;
    }
    .related_service_icon.purchaseV{
        background-image: url('/headers/scv/my_account/img/services/flight_s_mobile@2x.png');
        background-size: 20px 20px;
    }
    .related_service_icon.purchaseC{
        background-image: url('/headers/scv/my_account/img/services/car_s_mobile@2x.png');
        background-size: 20px 20px;
    }
    .related_service_icon.purchaseT{
        background-image: url('/headers/scv/my_account/img/services/train_s_mobile@2x.png');
        background-size: 20px 20px;
    }
    .related_service_icon.purchaseD{
        background-image: url('/headers/scv/my_account/img/services/travel_s_mobile@2x.png');
        background-size: 20px 20px;
    }
}

.status.confirmed{
    background-color:#027A02;
}
.status.pending{
    background-color:#A98A54;
}
.status.cancelled{
    background-color: #E50000;
}
.status.incompleted{
    background-color:#ba3a8e;
}
.resume_item h3{
    font-size:0.9em;
    font-weight: bold;
    margin: 0 70px 0 0;
    font-family: arial, Helvetica, sans-serif;
}
[dir='rtl'] .resume_item h3{
    margin: 0 0 0 70px;
}
.resume_item .location{
    font-weight: normal;
    font-size:0.9em;
}
.resume_item .locationMap, .resume_item .hotelPhone{
    font-weight: normal;
    font-size:12px;
    margin:10px 0!important;
    display: block;
 }
.resume_item .locationMap a, .resume_item .hotelPhone a {
    text-decoration:none;
    display: block;
    padding-left: 25px;
 }
.resume_item .locationMap a .glyphicon, .resume_item .hotelPhone a .glyphicon {
    margin-left: -17px;
}
[dir='rtl'] .resume_item .locationMap a .glyphicon, [dir='rtl'] .resume_item .hotelPhone a .glyphicon {
    margin-left: 0;
    margin-right: -15px;
}
.resume_item .purchaseId,
.resume_item .locator{
    font-size: 0.7em;
    text-transform: uppercase;
    display:block;
}
.resume_item .purchaseId strong,
.resume_item .locator strong{
    text-transform: none;
}
.resume_item time{
    font-weight: bold;
    font-size:0.85em;
}
.resume_item .time{
    font-size:0.85em;
}
.resume_item .arrow{
    font-size: 14px;
}
.resume_item .accomodation,
.resume_item .occupancy,
.resume_item .iata,
.resume_item a.btn,
.resume_item .view_all{
    display:none;
}
.extendedBtnDetail {
    display: table!important;
    margin: 10px auto;
    text-decoration: none;
}
.resume_item .resume_details{
    margin:0 0 10px 50px;
}
[dir='rtl'] .resume_item .resume_details{
    margin:0 50px 10px 0;
}
.resume_item .resume_details.extendedSummaryDetails{
    margin:0 0 10px 60px;
}
.resume_item .resume_image{
    width: 60px;
    min-height: 55px;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
}
[dir='rtl'] .resume_item .resume_image{
    float: right;
    margin-left: auto;
    margin-right: -1px;
}
.purchaseH_resume .resume_image{
    background: url('/headers/scv/my_account/img/services/hotel.png') no-repeat 50% 5px;
}
.purchaseV_resume .resume_image{
    background: url('/headers/scv/my_account/img/services/flight.png') no-repeat 50% 5px;
}
.purchaseT_resume .resume_image{
    background: url('/headers/scv/my_account/img/services/train.png') no-repeat 50% 5px;
}
.purchaseC_resume .resume_image{
    background: url('/headers/scv/my_account/img/services/car.png') no-repeat 50% 5px;
}
.purchaseD_resume .resume_image{
    background: url('/headers/scv/my_account/img/services/travel.png') no-repeat 50% 5px;
}

@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) {

    .purchaseH_resume .resume_image{
        background-image: url('/headers/scv/my_account/img/services/hotel@2x.png');
        background-repeat:no-repeat;
        background-position:50% 5px;
        background-size: 44px 44px;
    }
    .purchaseV_resume .resume_image{
        background: url('/headers/scv/my_account/img/services/flight@2x.png');
        background-repeat:no-repeat;
        background-position:50% 5px;
        background-size: 44px 44px;
    }
    .purchaseT_resume .resume_image{
        background: url('/headers/scv/my_account/img/services/train@2x.png');
        background-repeat:no-repeat;
        background-position:50% 5px;
        background-size: 44px 44px;
    }
    .purchaseC_resume .resume_image{
        background: url('/headers/scv/my_account/img/services/car@2x.png');
        background-repeat:no-repeat;
        background-position:50% 5px;
        background-size: 44px 44px;
    }
    .purchaseD_resume .resume_image{
        background: url('/headers/scv/my_account/img/services/travel@2x.png');
        background-repeat:no-repeat;
        background-position:50% 5px;
        background-size: 44px 44px;
    }

    .resume_item_train {
        font-size: 12px;
    }
}
/* fin listado reservas */

/* detalle reserva */

.circle{
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    top: 4px;
    margin-right: 6px;
    background: url("/headers/scv/my_account/img/circle.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right center;
}
[dir='rtl'] .circle{
    background-position: left center;
    float: left;
    margin-right: auto;
    margin-left: 6px;
}
@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) {
    .circle{
        background-image: url("/headers/scv/my_account/img/circle@2x.png");
        background-size: 30px 30px;
    }
}
.box_container{
    margin-bottom:20px;
}
.box_container:last-child{
    margin-bottom:100px;
}
.box_container h3,
.box_container h4{
    background: -moz-linear-gradient(top, rgba(251,142,0,1) 0%, rgba(255,102,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,142,0,1)), color-stop(100%, rgba(255,102,0,1)));
    background: -webkit-linear-gradient(top, rgba(251,142,0,1) 0%, rgba(255,102,0,1) 100%);
    background: -o-linear-gradient(top, rgba(251,142,0,1) 0%, rgba(255,102,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,142,0,1) 0%, rgba(255,102,0,1) 100%);
    background: linear-gradient(to bottom, rgba(251,142,0,1) 0%, rgba(255,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8e00', endColorstr='#ff6600', GradientType=0 );
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 3px #ccc;
    list-style: none outside none;
    min-height: 40px;
    margin:0 auto;
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.1em;
    line-height: 30px;
}
.box_content{
    background:#fff;
    margin:0 auto;
    padding:10px 10px 15px 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.box_content .col-xs-12{
    padding:0;
}
.box_content .fax{
    display:block;
}
.telephone_number{
    text-decoration: underline
}
table.cancellation{
    font-size: 11px;
}
.reservation_actions{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index:9;
    background: #FFF;
    width: 100%;
    border-top:1px solid #ddd;
    text-align: center;
}
.reservation_actions li{
    display: inline-block;
    padding: 0 2%;
    text-align: center;
}
.reservation_actions span.action,
.reservation_actions a{
    text-decoration: none;
    text-align: center;
    font-size:0.7em;
}
.reservation_actions li span.action span,
.reservation_actions li a span{
    font-size: 22px;
    color: #777;
    display: block;
    margin-top: 7px;
}
.pickup_address{
    display:block;
    padding:0;
}
.dropoff_address{
    display: block;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    border-top: 1px dotted #ccc;
}

/* fin detalle reserva */

/* Página de cancelación: BOC */
.cancelFrame {
    display: none;
    width:100%;
    height:1050px;
}
/* Página de cancelación: EOC */
.formbox {
    margin-top: 20px;
    padding: 20px 10px;
   border: 1px solid #dcdcdc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}
.newcardcontainer, .newtravellercontainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    text-align: center;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    z-index: 100;
}

.socialblock p a {
    display: block;
}

#page_success_message .alert-success {
    margin: 0;
}
/* travellers */
.travellers_list li a {
    border-top-width:0;
}

.travellers_list li:first-child a {
    border-top-width: 1px;
}
