/* New About us pages */
.about-us-intro {
    width: 100%;

    color: #444444;
    margin: 0 auto;
}
.about-us-intro h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;

    color: #4BB955;
}
.about-us-intro p {
    margin: 24px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #444444;
}
.about-us-boxes-container {
    width: 1214px;
    margin: auto;
    text-align: center;
}
.about-us-box,
.about-us-box2,
.about-us-box3,
.about-us-box4,
.about-us-box5,
.about-us-box6,
.about-us-box7,
.about-us-box8,
.about-us-box9 {
    box-sizing: border-box;
    text-align: center;
    width: 350px;
    height: 200px;
    /*margin: 0 2%;*/
    padding: 46px 30px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    background-size: 105% !important;
    -webkit-transition: background-size 350ms ease;
    -moz-transition: background-size 350ms ease;
    -o-transition: background-size 350ms ease;
    transition: background-size 350ms ease;
}
.about-us-box {
    background-image: url("/static/img/about-us/about-us-small2.jpg");
}
.about-us-box2 {
    background-image: url("/static/img/about-us/faqs-small2.jpg");
}
.about-us-box3 {
    background-image: url("/static/img/about-us/travel-services2.jpg");
}
.about-us-box4 {
    background-image: url("/static/img/about-us/careers-small2.jpg");
}
.about-us-box5 {
    background-image: url("/static/img/about-us/terms-small2.jpg");
}
.about-us-box6 {
    background-image: url("/static/img/about-us/contact-us-small2.jpg");
}
.about-us-box7 {
    background-image: url("/static/img/about-us/gift_small2.jpg");
}
.about-us-box8 {
    background-image: url("/static/img/about-us/insurance_small2.jpg");
}
.about-us-box9 {
    background-image: url("/static/img/about-us/car_small2.jpg");
}
.about-us-first-row,
.about-us-second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2%;
    margin-top: 2%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-us-box h3,
.about-us-box2 h3,
.about-us-box3 h3,
.about-us-box4 h3,
.about-us-box5 h3,
.about-us-box6 h3,
.about-us-box7 h3,
.about-us-box8 h3,
.about-us-box9 h3 {

    position: relative;
    box-sizing: border-box;
    z-index: 1;
    margin: 0 0 24px 0;
    color: #FFFFFF;
    font-size: 26px;
}
.about-us-box:hover,
.about-us-box2:hover,
.about-us-box3:hover,
.about-us-box4:hover,
.about-us-box5:hover,
.about-us-box6:hover,
.about-us-box7:hover,
.about-us-box8:hover,
.about-us-box9:hover {
    /*-webkit-filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8);
    filter: sepia(0.5) hue-rotate(-30deg) saturate(1.2) contrast(0.8);*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    background-size: 115% !important;
}
.about-us-text-columns {

    font-size: 14px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
}
.about-us-text-1column {

    font-size: 14px;
        line-height: 1.5;
}
.about-us-timeline h2,
.about-us-video h2,
.about-us-text h2,
.about-us-howto h2,
.about-us-history h2,
.about-us-manifesto h2,
.about-us-faqs-container h2,
.career-intro h2,
.career-company h2,
.careers-ambition h2,
.contact-phone h2,
.contact-post h2,
.contact-media h2 {
    text-align: left;
    font-size: 20px!important;
    line-height: 1.5;
    color: #4BB955;
}
.about-us-intro h3,
.about-us-text-columns h3,
.about-us-text-1column h3,
.about-us-history-content h3 {
    color: #1446A0;
    font-size: 18px;
    line-height: 1.5;
}
.about-us-history-content h3 {
    margin-top:2%;
}
.about-us-text-columns h4 {
    color: #1446A0;

    font-size: 14px;
    line-height: 2em;
}
.about-us-text-columns ul {
    list-style: disc;
    color: #4BB955;
    margin-left: 3%;
    line-height: 1.5;
    margin-top: 2%;
    margin-bottom: 2%;
}
.about-us-text-columns ul li span {
    color: #444444;
}
.about-us-text {
    margin: 2% 0;
}
.about-us-history-content {
    float:left;
    width: 50%;
    font-size: 14px;
}
.about-us-history p{
    margin-left: 2.6%;
    font-size: 14px;
    line-height: 1.5;
    margin: 5%;
}
.aboutus-teampicture {
    width: 330px;
    margin-top: 5%;
}
.about-us-manifesto-content ul {
    list-style: disc;
    color: #4BB955;
    margin-left: 3%;
    line-height: 1.5;
    margin-top: 0!important;
    margin-bottom: 2%;
}
.about-us-manifesto-content {

    font-size: 14px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
}
.about-us-manifesto-content ul li span {
    color: #444444;
}
.about-us-manifesto {
    margin-bottom:3%;
    width: 90%;
}
.about-us-manifesto-content ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.about-us-manifesto-content p,
.about-us-manifesto p {

    font-size: 14px;
    margin: 1% 0;
}
.about-us-manifesto p {
    padding: 0!important;
}
.about-us-header {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    color: #4BB955;
}
.testimonial.item0 {
    background: #5A3C8C;
    color: #FFFFFF;
}
.testimonial.item1 {
    background: #1C9846;
    color: #FFFFFF;
}.testimonial.item2 {
     background: #232864;
     color: #FFFFFF;
 }.testimonial.item3 {
      background: #C31E46;
      color: #FFFFFF;
  }.testimonial.item4 {
       background: #D78705;
       color: #FFFFFF;
   }
.about-us-testimonials-button {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    padding: 0 16px;
    margin: 0;
    color: #FFFFFF;
    background-color: #F04B6E;
}
.about-us-testimonials-button-container {
    text-align: center;
    clear:both;
}

  .about-us-testimonials-button {
      text-transform: uppercase;
      font-size: 14px;
      display: inline-block;
      height: 41px;
      line-height: 41px;
      padding: 0 16px;
      margin: 0;
      color: #FFFFFF;
      background-color: #F04B6E;
  }
  .about-us-testimonials-button-container {
      text-align: center;
      clear:both;
  }
}
/* How to section */
.box-container {
    width: 1170px;
    margin: 4% auto;

}

.howto {
    position:relative;
    width: 100%;
    height:auto;
    overflow:hidden;
    float:left;
    margin-right:0px;
    display:flex;
    justify-content:center;
    margin-bottom: 4%;
}
.howto li {
    margin: 0 5%;
    list-style-type: none;
    height: 160px;
}
.howto figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-50px;
}
.howto figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.howto figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.howto figure h2 {

    color:#fff;
    font-size:20px;
    text-align:left
}
/*.howto figure p {
    display:block;

    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}*/
.howto figure figcaption {
    top:0;
    left:0;
    width: 200px;
    height: 250px;
    padding: 35px 20px;
    background-color:#D78705;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.howto figcaption h2 {
    line-height: 1.1;
}
.howto figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.howto figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg);
}
.howto figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0);
}
.about-us-green {
    color: #1446A0;
}
.about-us-history,
.about-us-manifesto {
    width: 100;
    background: #EDF8EE;
    padding: 5%;
    display: inline-block;
}
.about-us-values-header {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    background: #000;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
h3.about-us-values-header {
    color: #FFFFFF;
}
.about-us-manifesto-column {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.green {
    background-color: #4BB955;
}
.red {
    background-color: #F04B6E;
}
.purple {
    background-color: #7355A5;
}
.yellow {
    background-color: #FAAF2D;
}
.about-us-manifesto-column ul li {
    color: #4BB955;
}
.about-us-manifesto-column ul li span {
    color: #444444;
}
.about-us-manifesto-row {
    width: 100%;
    display: inline-block;
    margin: 2% 0;
}

@media screen and (max-width: 480px) {
    .about-us-manifesto-column {
        width: 98%;
        float: left;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        margin: 2%;
    }
}
/* FAQs new layout */
.about-us-faqs-container {
    background: #EDF8EE;
    padding: 5%;
    display: inline-block;
    width:90%;
}
.page-frequently-asked-questions #content {
    padding: 1.5em 0%!important;
}
.page-frequently-asked-questions #faqs {
    width:90%;
    margin: 0 auto;
}
.page-frequently-asked-questions #faqs u {
    text-decoration: none;
}
.page-frequently-asked-questions .answer {
    display: none;
    padding: 0 1em;
}
#travel-services a.question:after {
    font-family: "FontAwesome";
    content: "\f067";
    padding: 0 4px 0 0;
    float:right;
}
#travel-services a.question.on:after {
    content: "\f068";
}
/* Careers */
.careers-intro {
    margin: 2% 0;
    background: #EDF8EE;
    padding: 5%;
    display: inline-block;
    font-size:14px;
    line-height: 1.5;
    width: 90%;
    clear: both;
}
.careers-ambition,
.careers-company {
    float: left;
    width: 50%;
    margin: 2% 0;
}
.careers-role {
    width:100%;
    margin: 2% 0;
}
.page-careers p {

    font-size:14px;
    line-height: 1.5;
}
.careers-role ul {
    list-style: disc;
    color: #4BB955;
    margin-left: 3%;
    line-height: 1.5;
    margin-top: 2%;
    margin-bottom: 2%;
}
.careers-role ul li span {
    color: #444444;
}
/*Travel Services */

#searchCarsFormBtn-searchcars .ct-btn .ct-btn-p {

    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    margin: 0;
    padding: 8px 16px;
    cursor: pointer;
    background-color: #F04B6E;
}
[ct-app]>[ng-view]>div {
    padding: 2% 1.69643%!important;
}
#carHire iframe {
    height: 600px!important;
}
.page-insurance .about-us-box-container {
    display:none;
}
#contact-us #content {
    width: 1170px;
    margin: 0 auto;
}
.contact-phone,
.contact-post,
.contact-media {
    float: left;
    width: 45%;
    padding: 1%;
}
.contact-text {
    width:100%;
}
/* Terms & Conditions */
.about-us-terms {
    background: #EDF8EE;
    padding: 5%;
    display: inline-block;
}
.two-columns-text,
#two-columns-text  {

    font-size: 14px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
    width: 96%;
}
.page-insurance .two-columns-text {
    column-count: 1!important;
    -webkit-column-count: 1!important;
    -moz-column-count: 1!important;
    display: block;
    justify-content: center;
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
}
.page-travel-services .light-green-box,
.page-site-terms-conditions .light-green-box,
.page-careers .light-green-box {
    background: #EDF8EE;
    padding: 5%;
    display: inline-block;
    width:90%;
}
.two-columns-text h2 {
    /*-webkit-column-span: all!important;
    -moz-column-span: all!important;
    column-span: all!important;
    It's not supported by Firefox so it's done with jQuery*/
}

.two-columns-text p {
    line-height: 1.5;
    font-size: 14px;
}
.two-columns-text ul li::before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 6px;
    color: #4BB955;
    line-height: normal;
    /*padding-top: 5px;*/
    vertical-align: middle;
    padding-right: 5px;
    margin-left: -2%;
}
.two-columns-text ul li {
    list-style-type: none!important;
    margin-left: 2%;
    font-size: 14px;
}
.light-green-box .two-columns-text p{
    font-size: 14px;

}
/* Gift vouchers */
.segmented-button {
    padding: 12px;
}
.segmented-button input[type="radio"] {
    width: 0px;
    height: 0px;
    display: none;
}
.segmented-button label {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-shadow: white;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(#ffffff, #e4e4e4);
    background: -moz-linear-gradient(#ffffff, #e4e4e4);
    background: -o-linear-gradient(#ffffff, #e4e4e4);
    background: -ms-linear-gradient(#ffffff, #e4e4e4);
    background: linear-gradient(#ffffff, #e4e4e4);
    /*border: 1px solid #b2b2b2;*/
    color: #666666;
    padding: 10px 24px;
    padding-bottom: 6px;
    font-size: 12px;
    cursor: pointer;

    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin-right: -5px;
}
.page-gift-vouchers .segmented-button label {
    display: inline;
}
.segmented-button label:hover {
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    color: #333333;
}
.segmented-button label:active, .segmented-button label.active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#e4e4e4, #ffffff);
    background: -moz-linear-gradient(#e4e4e4, #ffffff);
    background: -o-linear-gradient(#e4e4e4, #ffffff);
    background: -ms-linear-gradient(#e4e4e4, #ffffff);
    background: linear-gradient(#e4e4e4, #ffffff);
}
.segmented-button label:disabled, .segmented-button label.disabled {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.segmented-button label.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.segmented-button label.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.segmented-button input:checked + label, .segmented-button label.selected {
    background: #0070BB;
    color: #FFFFFF;
}
.segmented-button input:disabled + label {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(#ffffff, #efefef);
    background: -moz-linear-gradient(#ffffff, #efefef);
    background: -o-linear-gradient(#ffffff, #efefef);
    background: -ms-linear-gradient(#ffffff, #efefef);
    background: linear-gradient(#ffffff, #efefef);
    cursor: default;
    color: #b2b2b2;
    border-color: #cccccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.segmented-button label {
    margin: 0 !important;
    width: auto !important;
}
#gift-voucher-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #F8F8F8;
    padding: 2%;
}
.page-gift-vouchers .two-columns-text {
    padding: 0 2%;
    column-gap: 3.5em;
}
#value-element,
#voucherDetails-element,
#delivery-element {
    width: 50%;
    float: left;
}
.submit-element {
    clear:both;
}
.page-gift-vouchers fieldset legend,
.page-gift-vouchers #fieldset-value,
.page-gift-vouchers #fieldset-voucherDetails,
.page-gift-vouchers #delivery-element,
.page-gift-vouchers fieldset,
.page-gift-vouchers .holiday-content fieldset{
    border:transparent!important;
}
.page-gift-vouchers  #delivery-element {
    margin-top: -10%;
}
.page-gift-vouchers #submit-element {
    margin: 2%;
    clear: both;
    width:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#gift-payment-text {
    clear: both;
    margin-left: 3%;
    margin-top: -1%;
}
.book-btn.next-button {
    background: #4BB955!important;
    padding: 8px 16px;
}
.book-btn.back-button {
    background: #23B4E6!important;
    margin-right: 2%;
    padding: 8px 16px;
}
.page-manifesto .about-us-howto,
.page-manifesto .about-us-history,
.page-manifesto .about-us-timeline,
.page-manifesto .about-us-video,
.page-manifesto .testimonials,
.page-manifesto .about-us-text,
.page-site-terms-conditions .block-left,
.page-site-terms-conditions .block-right,
.page-site-terms-conditions .block-central {
    display:none;
}
.block-right,
.block-left {
    width: 46%;
    float: left;
    margin: 2%;

}
.block-central {
    width:100%;

}
.block-left ul li::before,
.block-right ul li::before,
.block-central ul li::before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 6px;
    color: #4BB955;
    line-height: normal;
    /*padding-top: 5px;*/
    vertical-align: middle;
    padding-right: 5px;
}
.block-left ul li,
.block-right ul li,
.block-central ul li {
    list-style-type: none!important;
    font-size: 14px;
}
.page-site-terms-conditions  .two-columns-text {
    margin: 2%;
}
.two-columns-text h4,
.block-left h4,
.block-right h4 {
    /*text-transform: uppercase;*/
    line-height:25px;
    font-weight:bold;
}
.page-site-terms-conditions table {
    width: 546px;
    margin: 2% auto;
    border: #4BB955 1px solid;
    padding: 1%;
}
/*About us contact us*/
.about-us-contact {
    padding: 0 20%;
}
.about-us-contact #contact-us-form {
    width:100%;
}

/* Breadcrumbs */
.breadcrumb-trail {
    width: 1280px;
    margin: 16px auto 48px auto;
    font-size: 16px;
    padding-bottom: 10px;
}
.breadcrumb-trail a {
    color: #4BB955;
    text-decoration: none;
}
.breadcrumb-trail li {
    list-style-type: none;
    float: left;
}
.breadcrumb-trail li:first-child a {
    display: inline-block;
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
}
.breadcrumb-trail li:last-child a {
    color:#444444;
}
/* Testing animation */

.declaration-container {
    opacity: 0;
    margin-top: -240px;
    transition: 0.3s all ease-in-out;
    z-index: 1;
}
.declaration-text {
    margin-top: 5px;
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .gift-vouchers dl input[type="text"], .gift-vouchers dl select, .gift-vouchers dd label, .gift-vouchers dd b, .gift-vouchers dd p, .gift-vouchers fieldset.details dt {
        width: 96%;
    }
    .page-gift-vouchers #message1-element textarea#message1 {
        width: 83%!important;
    }
}
main.gift-vouchers {
    width: 100%;
}
#amount-element .segmented-button {
    text-align: left!important;
    margin-left: 6px;
}
@media (min-width: 30.1em) {
    main.gift-vouchers {
        width: 1170px;
    }
}
/* New About us pages */
.about-us-intro {
    width: 100%;

    color: #444444;
    margin: 0 2%;
}
.holiday-details #resort .content {
    padding-right: 22px!important;
}
.page-welcome .holiday-details .price,
.page-about-us .holiday-details .price,
.page-frequently-asked-questions .holiday-details .price,
.page-travel-services .holiday-details .price,
.page-contact-us .holiday-details .price,
.page-site-terms-conditions .holiday-details .price,
.page-careers .holiday-details .price {
    display: none;
}
.page-welcome .holiday-details #products,
.page-about-us .holiday-details .price,
.page-frequently-asked-questions .holiday-details #products,
.page-travel-services .holiday-details #products,
.page-contact-us .holiday-details #products,
.page-site-terms-conditions .holiday-details #products,
.page-careers .holiday-details #products {
    display: none;
}
.page-about-us #main-image {
    background-position: bottom!important;
}
.page-contact-us main.default #content {
    padding: 1.5em 3em 1.5em 3em!important;
}
.career-box h3 {
    text-align: left;
    font-size: 20px!important;
    line-height: 1.5;
    color: #4BB955;
    margin-bottom: 2%;
}
.about-us-contact #submit-element #submit {
    display: block;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    /* text-transform: uppercase;*/
    color: #FFFFFF !important;
    background-color: #F04B6E;
    margin: 0.5em 0;
    line-height: 1.6em;
    cursor: pointer;
    border:none;
    outline:none;
}

/* Careers Accordion */
button.acc-careers-title {
    background-color: #EDF8EE;
    color: #4BB955;
    cursor: pointer;
    padding: 18px 24px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;

    font-size:16px;
    display: inline-flex;
}
button.acc-careers-title.active,
button.acc-careers-title:hover {
    background-color: #EDF8EE;
}
div.acc-careers-panel {
    padding: 18px;
    background-color: white;
    display: none;
}
.block-central h2,
.block-central h3 {
    margin-left:2%;
    margin-top: 2%;
}
.acc-careers-title.active i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 300ms ease all;
}
.acc-careers-title i {
    transition: 300ms ease all;
}

.career-accordion-arrow {
    vertical-align: middle;
    float: right;
    font-family: FontAwesome;
    padding: 6px 4px;
    margin-right: 2%;
}
.acc-careers-title p {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;

    font-size: 16px;
    padding-left: 4px;
}

/* Mobile version */
@media screen and (max-width: 480px) {
    .cruise-blank #content {
        display: block;
        width: 98%;
    }
    .about-us-first-row,
    .about-us-second-row {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* Android 2.3 understands the first declaration and ignores the second */
        justify-content: space-between;
        /* Modern browsers overwrite the first declaration with the second */
        justify-content: space-around;
        flex: 1 1 2%;
    }
    .about-us-box a,
    .about-us-box2 a,
    .about-us-box3 a,
    .about-us-box4 a,
    .about-us-box5 a,
    .about-us-box6 a,
    .about-us-box7 a,
    .about-us-box8 a,
    .about-us-box9 a {
        width: 95%;
        margin: 2%;
        height: auto;
        background-repeat: no-repeat;
    }
    .about-us-box,
    .about-us-box2,
    .about-us-box3,
    .about-us-box4,
    .about-us-box5,
    .about-us-box6,
    .about-us-box7,
    .about-us-box8,
    .about-us-box9 {
        margin-top: 2%;
    }
    .about-us-summarypage {
    margin: 2%!important;
    }
    .about-us-first-row {
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .about-us-second-row {
        margin-top: 0%;
        margin-bottom: 2%;
    }
    .about-us-video iframe {
        width:356px;
        height:200px;
    }
    .about-us-intro {
        width: 96%!important;
        margin: 0 2%!important;
    }
    .page-site-terms-conditions .about-us-text {
        padding-bottom: 2%;
    }
    .about-us-text {
        margin: 2%;
    }
    .about-us-history-content img {
        width: 330px;
    }
    .about-us-history-content {
        float: none;
        width: 96%;
    }
    .about-us-header {
        margin-left:2%;
    }
    .testimonial.item0,
    .testimonial.item1,
    .testimonial.item2,
    .testimonial.item3,
    .testimonial.item4 {
        width:98%;
        margin: 1%;
    }
    .about-us-testimonials-button-container {
        margin-bottom: 2%;
    }
    .about-us-text .block-right,
    .about-us-text .block-left {
        width: 96%;
        float: none;
        margin: 4%;
    }
    .button.acc-careers-title {
        margin-bottom:2%;
    }
    .page-contact-us main.default #content {
        width:98%!important;
        padding: 0!important;
    }
    .about-us-contact {
        padding: 0;
    }
    .page-contact-us main.default #content ul {
        padding: 1em 2% 1em 2%;
    }
    #value-element, #voucherDetails-element, #delivery-element {
        width: 100%;
        float: none;
    }
    .page-gift-vouchers .segmented-button label {
        margin: 1% !important;
        width: 16% !important;
    }
    .segmented-button {
        padding: 12px;
        margin: 4% 2%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .page-contact-us .breadcrumb-trail,
    .page-careers .breadcrumb-trail,
    .page-frequently-asked-questions .breadcrumb-trail,
    .page-car-hire .breadcrumb-trail,
    .page-insurance .breadcrumb-trail,
    .page-gift-vouchers .breadcrumb-trail {
        width: 90%;
    }
    .page-gift-vouchers #delivery-element {
        margin-top: 0%;
    }
    .holiday-content .tab-with-icon h1,
    .holiday-content fieldset legend {
        padding-left: 13px;
    }
    .light-green-box iframe {
        height:1200px;
    }
    iframe#carHire {
        height: 600px;
        margin-bottom: 5% !important;
    }
}
@media only screen and (max-width: 355px) and (min-width: 300px) {
    .about-us-video iframe {
        width:300px;
        height:169px;
    }
    .light-green-box iframe {
        height:1300px;
    }
}
/* Holidays with Aer Lingus About us pages */

.hwal.page-welcome .about-us-box4 {
    background-image: url("/static/img/about-us/about-us4.jpg");
}
.hwal.page-welcome .about-us-box3 {
    background-image: url("/static/img/about-us/about-us5.jpg");
}
.hwal.page-welcome .about-us-box6 {
    background-image: url("/static/img/about-us/terms-small2.jpg");
}
.hwal.page-welcome .about-us-box5 {
    background-image: url("/static/img/about-us/contact-us-small2.jpg");
}
.hwal.page-destinations .destinations-main h1 {
    color: #89ba16;
}
.hwal.page-destinations input[type="text"]:focus,
.hwal.page-destinations input[type="email"]:focus,
.hwal.page-destinations input[type="number"]:focus,
.hwal.page-destinations select:focus, textarea:focus {
    border: 1px solid #89ba16;
}
.hwal.page-frequently-asked-questions .about-us-faqs-container h2,
.hwal #faqs h2 {
    color: #89ba16;
}
@media screen and (max-width: 480px) {
    .hwal.page-frequently-asked-questions main.default #content p {
        text-align: left;
    }
    #fieldset-voucherDetails {
        margin: 3em 0 1em 0!important;
    }
}

/* Summary page links */
.about-us-summarypage {
    margin: 0 2%;
}
/* Gift vouchers page */
#cardExpiryMonth {
    width: 52%;
    margin-right: 1.5%;
    margin-left: 0;
}
#cardExpiryYear {
    width: 43%;
    margin-left: 1.5%;
}
#cardCVV {
    margin-left: 1%;
}
#cardExpiry-label label {
    margin-left: 0%;
}
#cardCVV-label label {
    margin-left: 1%;
}

/* Timeline */
.about-us-manifesto {
    margin-top: 15%;
}
.about-us-timeline h2 {
    font-weight: 600;
}
.about-us-timeline {
    width: 1170px;
    height: 350px;
}
.about-us-timeline-mobile {
    display: none;
}
.about-us-timeline-desktop {
    max-width: 1170px;
}
@media screen and (max-width: 480px) {
    .about-us-timeline-desktop {
        display: none;
    }
}
#lh-container .box,
#container .box {
 /* width:500px;
  height:317px;*/
  display:inline-block;
  position:relative;
}
#lh-container .box > div,
#container .box > div {
  width:80em;
  position:absolute;
}
#lh-container,
#container {
  position:absolute;
  width: 1170px;
}
#lh-container2,
#container2 {
  overflow-x:scroll;
  direction:rtl;
  overflow-y:hidden;
  white-space:nowrap;
  width: 100%;
}
.one img {
  object-fit: cover;
}
.about-us-timeline,
.about-us-video {
    width: 100%;
    margin: 2% auto;
}
.about-us-video {
    text-align: center;
}
#container2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
#container2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#container2::-webkit-scrollbar-thumb {
	height: 5px;
	background: linear-gradient(90deg, #232864 0%, #23B4E6 100%);
    border-radius: 10px;
}
@media screen and (max-width: 480px) {
    .about-us-timeline h2 {
        margin-left: 2%;
    }
    #container,
    #lh-container {
    position: absolute;
    width: 100%;
    }
    .one img {
        margin-top: -15px;
        margin-right: -50px;
    }
    #lh-container2,
    #container2 {
        overflow-x: scroll;
        direction: rtl;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        height: 450px;
    }
    .about-us-manifesto {
        position: relative;
        margin-top: 42%;
    }
    ::-webkit-scrollbar-thumb {
    	height: 5px;
    	background: linear-gradient(90deg, #232864 0%, #23B4E6 100%);
        border-radius: 10px;
        width: 200px;
    }
}
/* Leaving holidays */
.lh-about-us-video {
    text-align: center;
}
.lh-why-text-column {
    padding: 2%;
}
.lh-why {
    clear: both;
    margin: 2% auto;
    width: 100%;
    /*background-color: #E9F7FC;*/
    display: inline-block;
    padding: 2%;
}
.lh-why-text-column ul li {
    list-style-type: none;
    font-size: 14px;
}
.page-why-book-with-us .about-us-video {
    text-align: center;
}
.page-why-book-with-us .about-us-text {
    margin: 2% 0;
    width: 100%;
    clear: both;
}
.lh-why h2 {
    text-align: left;
    font-size: 20px!important;
    line-height: 1.5;
    color: #4BB955;
    font-weight: 700;
}
.lh-why h3 {
    color: #1446A0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.lh-usp {
    width: 50px;
    float: left;
    margin-top: 4%;
}
.lh-why-text-column p,
.lh-why-text-column h3 {
    margin-left: 12%;
}
.lh-why-text-column-row {
    width: 100%;
    clear: both;
    margin: 1% auto;
}
.lh-why-usp-column {
    width: 45%;
    margin: 1.5% auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
.lh-why-usp-text {
    margin-left: 2%;
}
.page-why-book-with-us .about-us-timeline {
    width: 1170px;
    height: 487px;
}
.lh-link {
    text-decoration: none;
    color: #444444;
}
.page-why-book-with-us .leaving-abus {
    background-color: #F1EEF6;
    padding: 2%;
}
.page-why-book-with-us .about-us-timeline h2 {
    font-weight: 700;
}

/* Mobile version */
@media screen and (max-width: 480px) {
    .lh-why-usp-column {
        width: 100%;
        margin: 1.5% auto;
    }
    .lh-why-usp-column {
        width: 100%;
        margin: 1.5% auto;
        display: flex;
        justify-content: center;
    }
    .lh-why-usp-text {
        padding: 0 2%;
    }
    .lh-usp {
        margin: 10% auto;
    }
    .page-why-book-with-us .about-us-text {
        padding: 2% 4%;
        width: 95%;

    }
}
