﻿#NavSites {
    margin-bottom: 10px;
}

#NavSites a,
#Header a,
#NavSites a:link,
#Header a:link,
#NavSites a:hover,
#Header a:hover,
#NavSites a:visited,
#Header a:visited {
    color: #666666;
}

.login,
#privateAreaDiv {
    border-radius: 0px;
}

#privateAreaDiv {
    background: none;
    background-image: url('MyAccount.png');
    background-position: -3px -3px;
    background-repeat: no-repeat;
    margin-right: 0px;
}

#privateAreaDiv:after {
    background: none;
}

#privateArea {
    background-color: #666666;
    color: #ffffff;
}

#Header #privateArea a,
#Header #privateArea a:link,
#Header #privateArea a:hover,
#Header #privateArea a:visited {
    color: #ffffff;
}

.NavInfo {
    float: none;
    position: initial;
}

.bannerContainer {
    background-image: url(banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}

.bookingForm,
#LocaleMessage {
    display: inline-block;
}

.bookingForm {
    max-width: 300px;
    margin-right: 120px;
}

#LocaleMessage {
    color: white;
    font-family: DTLProkyonTRegular;
    font-size: 36pt;
    max-width: 460px;
    text-shadow: 0px 0px 10px black;
}

.pict img {
    height: 150px;
    margin-left: -100px;
}

.offerDetails {
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #ffffff 50%, #ffffff 100%);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 5px;
}

.offerDetails > .days,
.offerDetails > .price {
    display: inline-block;
    font-size: 10pt;
    height: 20pt;
    margin-top: 5px;
    text-align: center;
    width: 49%;
}

.offerDetails > .price {
    font-size: 15pt;
}

.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
    margin-bottom: 10px;
}

.buscador_container label {
    display: block;
    margin: 5px 0 7px;
    text-align: left;
    font: 800 11px/1 verdana !important;
}

#QuoteForm {
    font-size: 100%;
}

    #QuoteForm div {
        margin-bottom: 10px;
    }

    #QuoteForm div:first-of-type {
        margin-top: -10px;
    }

    #QuoteForm button,
    #QuoteForm input,
    #QuoteForm select {
        color: #000;
        font-size: 100%;
        padding: 10px;
        width: 100%;
    }

    #QuoteForm .DateSelect {
        border: 1px solid #aaa;
        display: inline-block;
        padding-left: 105px;
        width: 25%;
    }

    #QuoteForm .TimeSelect {
        display: inline-block;
        width: 30%;
    }

    #QuoteForm #ButtonGetQuote {
        background-color: #666;
        background-image: url("https://static.vueling.com/cms/images/VuelingBase/sep_btSmallGrey.png");
        background-position: 230px;
        background-repeat: no-repeat;
        border: none;
        border-radius: 20px;
        color: #FFF;
        cursor: pointer;
        font-family: "DTLProkyonTRegular",Myriad Pro,Verdana,Helvetica;
        font-size: 16px;
        padding: 10px;
        padding-right: 29px;
        text-decoration: none;
        white-space: normal;
    }

.DateTimeRow {
    position: relative;
}

#StartDate {
    background-image: url('Entrega-Car-Icon.png');
    background-position: 10px;
    background-repeat: no-repeat;
}

#EndDate {
    background-image: url('Recogida-Car-Icon.png');
    background-position: 10px;
    background-repeat: no-repeat;
}

.buscador_container #StartDateLabel,
.buscador_container #EndDateLabel {
    color: #000;
    font-size: 75% !important;
    font-weight: normal !important;
    position: absolute;
    left: 45px;
    right: 170px;
    top: 3px;
}

#TelephoneDiv {
    background: #FFF url('https://parkcloud.blob.core.windows.net/cms-theme-vueling-img/phone_bg.png') 15px 14px no-repeat;
    font: 1.333em/1.3 "DTLProkyonTRegular",Myriad Pro,Verdana,Helvetica;
    color: #666;
    padding: 20px 1px 30px 74px;
}
#TelephoneDiv h3,#EmailDiv h3 {
    display: inline-block;
}
#TelephoneDiv a:hover,#EmailDiv a:hover{
    text-decoration: underline;
}
#EmailDiv {   
    background: #FFF url('https://parkcloud.blob.core.windows.net/cms-theme-vueling-img/email_bg.png') 7px 12px no-repeat;
    font: 1.333em/1.3 "DTLProkyonTRegular",Myriad Pro,Verdana,Helvetica;
    color: #666;
    padding: 20px 1px 30px 74px;
}

#EmailDiv h3 {
    text-transform: uppercase;
}

#EmailDiv a {
    color: #666;
    text-decoration: none;
}

#nav-user a:hover {
    color: #B0B900
}

.langs {
    float: right;
    text-align: right;
    /*width: 50%;*/
    margin: 0
}

.banner ul li {
    margin-left: 0px;
    list-style-type: none
}
.banner ul {
    margin: 0
}

#parkvia {
    float: right;
    margin-right: 180px
}

.text {
    text-align: justify;
    padding: 0 6px;
    line-height: 1em
}
.text p{
    padding: 7px 0
}
.text ul{
    /*list-style: disc inside none*/
}
.text ul li{
    margin-left: 10px
}
.text ul li:before{
   color: #FFCC00;
   content: "•";
   font-size: 1.5em;
   padding-right: 0.5em;
   position: relative;
   top: 0.09em;
}
.cont-centre {
    padding: 15px 20px 20px
}
.banner {
    border: 3px solid #DDD;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius: 15px;
    min-height: 358px;
    margin-bottom: 20px;
    position: relative;
    background-color: #E3E2E2;
    width: 593px !important;
}
.banner img{
    position: relative;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius: 15px;
}

.dots {
    cursor: pointer;
    display: inline;
    list-style: circle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.dot {
    background: #bebebe;
    border: 3px solid #bebebe;
    border-radius: 100%;
    color: transparent;
    display: inline;
    margin: 6px;
    opacity: 0.5;
    padding: 1px 4px;
}

.dot.active {
    background: transparent;
    border: 3px solid #fc0;
    opacity: 1;
}

.dot:hover {
    opacity: 1;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.select2-container {
    margin-top: -3px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-selection__rendered,
.select2-selection__arrow {
    padding-top: 3px;
    padding-bottom: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

/*Responsive overrides*/
@media (max-width: 950px) {
    #wrapper {
        width: 100%;
    }

    .bookingForm {
        margin-right: 20px;
    }

    #LocaleMessage {
        max-width: 310px;
    }

    .banner img {
        width: 100%;
    }

    .Footer_containerRow3 {
        display: none;
    }

    .extraFooterLink {
        display: none;
    }
}

@media (max-width: 750px) {
    #Header {
        border: 1px solid transparent; /*Fixes a layout bug in Trident*/
        min-height: 70px;
    }

    #NavMain {
        display: none;
    }
    
    .bookingForm {
        margin-right: 0px;
    }

    #LocaleMessage {
        margin-top: 10px;
        font-size: 24pt;
    }

    .extraHeaderLink {
        display: none;
    }

    .buscador-home .tab-content .buscador_container {
        min-height: 0px;
    }

    .layout-1 .col1 {
        width: 100%;
    }

    .col2 {
        display: none;
    }

    .column_3 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #Header {
        min-height: 90px;
    }

    .NavInfo {
        margin-top: 25px;
    }

    .column_3 {
        width: 100%;
    }

    #FooterContact .FooterContact_container {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .quote > div
    {
        clear: both;
    }

    #QuoteForm .DateSelect {
        display: block;
        width: auto;
    }

    #QuoteForm .TimeSelect {
        display: block;
        width: 100%;
    }

    .select2-container {
        margin-top: 3px;
    }
}