﻿/*!

Theme Name: Charter A

Theme URI: http://www.charter-a.com/

Author: Creare

Author URI: http://www.creare.co.uk

Tags: light,  responsive-layout

Description: A bespoke theme designed and developed for Charter A Ltd,  based on the Creare Boilerplate.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: creare-boilerplate

Domain Path: /languages/



This theme,  like WordPress,  is licensed under the GPL.

Use it to make something cool,  have fun,  and share what you've learned with others.



Creare Boilerplate is based on Underscores http://underscores.me/,  (C) 2012-2014 Automattic,  Inc.



Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

and Blueprint http://www.blueprintcss.org/



Do not remove the below styles. Needed to pass the 'theme check'.*/.sticky, .gallery-caption, .bypostauthor {
    text-align: left;
}
@-webkit-keyframes grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes grow {
    0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes menuHover {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
}
}@keyframes menuHover {
    0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
}
}@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
}@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
}@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
}@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
}::-moz-selection {
    background: #dd6141;
    color: white;
}
::selection {
    background: #dd6141;
    color: white;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.webnone-trustpilot {
    display: none;
}
.rightwidget-turstpilot iframe {
    height: 90px !important;
    background: #eff0f4;
}
.createbespoke-section {
    background: #eff0f4;
    padding: 15px 50px 30px;
}
.createbespoke-section ul {
    margin: 0 0px 20px 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.createbespoke-section ul li {
    margin: 0 20px;
}
.createbespoke-section ul li a img {
    transition: .5s ease;
}
.createbespoke-section p {
    margin: 0;
    font-size: 20px !important;
    text-align: center;
    color: #4d4e50 !important;
    font-weight: 500 !important;
}
.createbespoke-section ul li a img:hover {
    transform: scale(1.1);
}
.jet-info .img-box .hover-img {
    position: absolute;
    top: 0;
    left: 0;
}

/*New Footer design css start here*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap') !important;
.Mobmenu-footer {
    display: none;
}
.footer {
    background: #1d315d;
    padding: 40px 0 0px 0;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-head {
    display: flex;
    position: relative;
    margin: 0 -15px;
    padding-bottom: 30px;
}
.footer select#gtranslate_selector {
    position: absolute !important;
    left: 15px;
    bottom: 0px;
    border-radius: 2px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size: 13px;
    color: #484848 !important;
    padding: 6px 16px 6px 6px;
}
.footer .footer-head .footer-left {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
.footer .footer-head .footer-left .footerlogo {
    margin-bottom: 15px;
}
.footer .footer-head .footer-left .footerlogo img {
    max-width: 205px;
    object-fit: contain;
}
.footer .footer-head .footer-left p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.footer .footer-head .footer-right {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}
.footer .footer-head .footer-right h4.menu-title {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
.footer h4.menu-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #f76d49;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-head .footer-right .row {
    display: flex;
}
.footer .footer-head .footer-right .row .col50 {
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .footer-head .footer-right .row .col50 .menu-footer {
    padding: 0 !important;
    float: none !important;
    display: flex;
    margin: 0 -10px !important;
    flex-wrap: wrap;
}
.footer .footer-head .footer-right .row .col50 .menu-footer li:nth-child(even) {
    flex: 0 0 65%;
    max-width: 65%;
    position: unset !important;
}
.footer .footer-head .footer-right .row .col50 .menu-footer li {
    float: none !important;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 10px !important;
    margin: 0;
    position: unset !important;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-head .footer-right .row .col50 .menu-footer li a {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    display: block;
    line-height: 1.73;
}
.footer .footer-head .footer-right .row .col50.logobar .logobar-in {
    margin: 0 0 20px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-head .footer-right .row .col50.logobar .logobar-in li:first-child {
    margin-left: 0;
}
.footer .footer-head .footer-right .row .col50.logobar .logobar-in li {
    margin-left: 40px;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-head .footer-right .row .col50.logobar p {
    margin: 0;
    font-size: 15px;
    line-height: 1.73;
    text-align: left;
    color: #ffffff;
}
.footer .footer-contactbar {
    margin-top: 30px;
    padding: 25px 0;
    border-top: 2px solid rgb(255 255 255 / 34%);
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-contactbar .row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.footer .footer-contactbar .row .contactdetail {
    width: 100%;
    padding: 0 15px;
}
.footer .footer-contactbar .row .contactdetail .menu-title {
    margin-bottom: 13px;
}
.footer h4.menu-title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #f76d49;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-contactbar .row .contactdetail .contact-li a {
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    font-size: 15px;
    justify-content: flex-start;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: .5s ease;
}
.footer .footer-contactbar .row .contactdetail .contact-li a img {
    margin-right: 12px;
    padding-top: 4px;
    transition: .5s ease;
}
.footer .footer-contactbar .row .contactdetail .contact-li a:hover img {
    transform: translate(5px, 0px);
}
.footer .footer-contactbar .row .contactdetail .payment-bar {
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer .footer-contactbar .row .contactdetail .contact-li p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.footer .footer-contactbar .row .contactdetail:last-child {
    flex: 0 0 39%;
    max-width: 39%;
}
.footer .footer-contactbar .row .contactdetail .payment-bar li .footer__payment {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-family: 'Montserrat', sans-serif;
    transition: .5s ease;
}
.footer .footer-contactbar .row .contactdetail .payment-bar li .footer__payment:hover {
    transform: scale(1.05);
}
.footer .footer-contactbar .row .contactdetail .payment-bar li {
    margin-right: 13px;
    font-family: 'Montserrat', sans-serif;
}
.footer .Footer-copyright {
    background-color: #4787c6;
}
.footer .Footer-copyright .footer-copy {
    padding: 20px 0 !important;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}
.footer .Footer-copyright .footer-copy a {
    color: #ffffff;
}
.footer .Footer-copyright .footer-copy a:hover{
    color: #dd6141;
}
.footer .footer-head .footer-right .row .col50 .menu-footer li a:hover , .footer .footer-contactbar .row .contactdetail .contact-li a:hover{
    color: #dd6141 !important;
}
.footer-trustpilot {
    padding: 40px 0 !important;
}
.translator-bar {
    position: relative;
    display: none;
}
@media (max-width: 768px){
    .translator-bar{display: block;position: relative;}
    .webmenu-footer {
    display: none;
}
.Mobmenu-footer {
    display: block;
}
    .footer-trustpilot {
        padding: 25px 0 !important;
    }
    .footer .wrapper {
        padding: 0 10px;
    }    
    .footer .footer-head {
        display: block;
        position: relative;
        margin: 0 0px;
        padding-bottom: 0;
    }
    .footer .footer-head .footer-left {
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    .footer .footer-head .footer-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .footer .footer-head .footer-right .row {
        display: block;
    }
    .footer .footer-head .footer-right .row .col50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .footer-head .footer-right .row .col50 nav.wrapper {
        padding: 0 !important;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li {
        float: none !important;
        flex: 0 0 auto;
        max-width: inherit;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li:nth-child(even) {
        flex: 0 0 auto;
        max-width: inherit;
        position: unset !important;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer {
        margin: 0 0px !important;
        justify-content: center;
        position: relative;
        padding-bottom: 70px !important;
    }
    .footer .footer-head .footer-right .row .col50.logobar .logobar-in {
        margin: 40px 0 20px 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
    }
    .footer h4.menu-title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .footer .footer-head .footer-right .row .col50.logobar p {
        margin: 0;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }
    .footer .footer-contactbar .row {
        display: block;
        justify-content: space-between;
        margin: 0 0px;
    }
    .footer .footer-contactbar .row .contactdetail:first-child .menu-title {
        margin-bottom: 13px;
        display: block;
    }
        .footer .footer-contactbar .row .contactdetail .menu-title {
        margin-bottom: 13px;
        display: none;
    }
    .footer .footer-contactbar .row .contactdetail .contact-li a span br {
        display: none;
    }
    .footer .footer-contactbar .row .contactdetail:last-child h4.menu-title {
        display: block;
        margin-bottom: 22px;
    }
    .footer .footer-contactbar .row .contactdetail .contact-li {
        margin-bottom: 20px;
    }
    .footer .footer-contactbar .row .contactdetail:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .footer-contactbar .row .contactdetail .payment-bar {
        justify-content: center;
    }
    .footer .footer-contactbar .row .contactdetail .contact-li p {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 15px;
        line-height: 2;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li , .footer .footer-head .footer-right .row .col50 .menu-footer li:nth-child(even){
        position: relative !important;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px !important;
        height: 15px !important;
        background: white;
        transform: translate(0px, -50%);
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li a {
        color: #ffffff !important;
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
        font-size: 14px !important;
        font-weight: normal !important;
        margin-bottom: 0px !important;
        display: block;
        line-height: 30px;
        letter-spacing: 0.42px;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li:nth-child(4)::after, 
    .footer .footer-head .footer-right .row .col50 .menu-footer li:nth-child(7)::after{
        display: none;    
    }
    select{
        -webkit-appereance: none;
        appereance: none;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li:last-child {
        position: unset !important;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li:last-child::after{
        display: none;    
    }
    .footer select#gtranslate_selector {
        position: absolute !important;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 0px);
        width: 65%;
        height: auto;
        padding: 10px 20px 10px 20px;
        border-radius: 2px !important;
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        outline: none;
        font-size: 20px;
    }
    .footer .footer-contactbar .row .contactdetail .contact-li a {
        padding-left: 10px;
    }
    .footer .footer-contactbar {
        margin-top: 25px;
        padding: 20px 0;
        border-top: 2px solid rgb(255 255 255 / 34%);
        font-family: 'Montserrat', sans-serif;
    }
    .footer .footer-contactbar .row .contactdetail {
        width: 100%;
        padding: 0 0px;
    }
    .footer .footer-contactbar .row .contactdetail .payment-bar li {
        margin-right: 6px;
        font-family: 'Montserrat', sans-serif;
        margin-left: 6px;
    }
    .footer .footer-contactbar .row .contactdetail:last-child .contact-li {
        margin: 0 !important;
    }
    .footer .footer-contactbar .row .contactdetail:last-child {
        border-top: 2px solid rgb(255 255 255 / 34%);
        padding-top: 22px;
    }
    .footer .footer-contactbar .row .contactdetail .contact-li p span {
        display: block;
    }
    .footer .Footer-copyright .footer-copy {
        padding: 20px 0 !important;
        text-align: center;
        font-size: 15px;
        color: #ffffff;
        line-height: 24px;
        font-weight: normal;
    }
    .footer .Footer-copyright .footer-copy span {
        display: block;
    }
    .footer .footer-contactbar .row .contactdetail .payment-bar li .footer__payment{
        width: auto !important;
        height auto !important;
    }
}

@media (max-width: 574px){
    .footer .footer-head .footer-right .row .col50.logobar .logobar-in li:first-child {
    margin-left: 10px;
    margin-right: 10px;
}
    .footer .footer-head .footer-right {
        padding: 0 0px;
    }
    .footer {
        background: #1d315d;
        padding: 25px 0 0px 0;
        font-family: 'Montserrat', sans-serif;
    }
    .footer .footer-head .footer-right h4.menu-title {
        margin-bottom: 17px;
        font-family: 'Montserrat', sans-serif;
    }
    .footer .footer-head .footer-right .row .col50.logobar .logobar-in li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer .footer-head .footer-right .row .col50 .menu-footer li a {
        font-size: 14px !important;
    }
}

@media (max-width: 350px){
    .footer .footer-head .footer-right .row .col50 .menu-footer li a {
        font-size: 10px !important;
    }
    .footer select#gtranslate_selector {
        font-size: 14px;
    }
    .footer .footer-head .footer-right .row .col50.logobar p , 
    .footer .footer-contactbar .row .contactdetail .contact-li a{
        font-size: 13px;        
    }
    .footer .Footer-copyright .footer-copy {
        padding: 10px 0 !important;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
        line-height: 24px;
        font-weight: 100;
    }
}
/*New Footer design css ends here*/



html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
body {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
    color: #3c4c59;
    background: #fff;
}
img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
a {
    color: #dd6141;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}
a:hover, a:focus, a:active {
    outline: 0;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 31.25px;
    line-height: 48px;
    font-weight: bold;
}
h2 {
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
h6 {
    font-size: 12.8px;
    line-height: 24px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 24px;
}
ul, ol {
    margin: 24px;
}
ul ul, ul ol, ol ul, ol ol {
    margin: 0 24px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-justify {
    text-align: justify;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.mt {
    margin-top: 24px;
}
.mb {
    margin-bottom: 24px;
}
.pt {
    padding-top: 24px;
}
.pb {
    padding-bottom: 24px;
}
.wrapper {
    width: 100%;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.wrapper:before, .wrapper:after {
    content: " ";
    display: table;
}
.wrapper:after {
    clear: both;
}
.fullwidth {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
.bg-color1 {
    background: #f76d49;
}
.bg-color2 {
    background: #dd6141;
}
.bg-color3 {
    background: #2d88cc;
}
.bg-color4 {
    background: #173161;
}
.bg-color5 {
    background: #e9f2fa;
}
.bg-color6 {
    background: #eee;
}
.bg-image1 {
    background: url(img/bg-image1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-image2 {
    background: url(img/bg-image2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.content {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 960px) {
    .content {
    width: 66.6667%;
    float: left;
    padding: 0 12px;
}
}.sidebar {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 960px) {
    .sidebar {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}#cookie-law {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 2px solid #173161;
    background: #fff;
    width: 100%;
    padding: 24px;
    z-index: 9999;
    opacity: .9;
}
#cookie-law>div {
    width: 100%;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    position: relative;
}
#cookie-law>div:before, #cookie-law>div:after {
    content: " ";
    display: table;
}
#cookie-law>div:after {
    clear: both;
}
#cookie-law .cookie-law__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#cookie-law p {
    font-size: 13px;
    margin-bottom: 0;
}
a.close-cookie-banner {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff url(img/cookie-law.svg) center center no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}
a.close-cookie-banner span {
    display: none !important;
}
.top-bar {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
.top-bar .top-bar__address {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .top-bar .top-bar__address {
    display: inline-block;
    font-size: 13px;
    line-height: 48px;
}
}.top-bar .top-bar__button {
    float: right;
    position: relative;
    background: #f76d49;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    margin: 6px 0 6px 12px;
    padding: 0 12px 0 48px;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.top-bar .top-bar__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
}
.top-bar .top-bar__button.top-bar__button--call {
    display: inline-block;
}
.top-bar .top-bar__button.top-bar__button--call:before {
    background: #dd6141 url(img/top-bar__button--call.svg) center center no-repeat;
}
.no-svg .top-bar .top-bar__button.top-bar__button--call:before {
    background: #dd6141 url(img/top-bar__button--call.png) center center no-repeat;
}
.top-bar .top-bar__button.top-bar__button--quote {
    display: none;
}
@media only screen and (min-width: 480px) {
    .top-bar .top-bar__button.top-bar__button--quote {
    display: inline-block;
}
}.top-bar .top-bar__button.top-bar__button--quote:before {
    background: #dd6141 url(img/top-bar__button--quote.svg) center center no-repeat;
}
.no-svg .top-bar .top-bar__button.top-bar__button--quote:before {
    background: #dd6141 url(img/top-bar__button--quote.png) center center no-repeat;
}
.top-bar .top-bar__button.top-bar__button--email {
    display: none;
}
@media only screen and (min-width: 680px) {
    .top-bar .top-bar__button.top-bar__button--email {
    display: inline-block;
}
}.top-bar .top-bar__button.top-bar__button--email:before {
    background: #dd6141 url(img/top-bar__button--email.svg) center center no-repeat;
}
.no-svg .top-bar .top-bar__button.top-bar__button--email:before {
    background: #dd6141 url(img/top-bar__button--email.png) center center no-repeat;
}
.top-bar .top-bar__button:hover {
    opacity: .5;
    text-decoration: none;
}
.no-opacity .top-bar .top-bar__button:hover {
    background: #dd6141;
}
.banner {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
}
body.page.page-id-50 .banner .banner__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.banner .banner__overlay {
    width: 100%;
    height: 100%;
   /* background: rgba(0, 0, 0, 0.5);*/
}
.no-rgba .banner .banner__overlay {
    background: url(img/fallback-banner__overlay.png);
}
.banner.banner--home {
    height: 240px;
}
@media only screen and (min-width: 520px) {
    .banner.banner--home {
    height: 528px;
}
}.banner .banner__title {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-top: 24px;
}
@media only screen and (min-width: 520px) {
    .banner .banner__title {
    width: 66.6667%;
    float: left;
    padding: 0 12px;
}
}.banner .banner__title h1 {
    color: #fff;
}
@media only screen and (min-width: 960px) {
    .banner .banner__title h1 {
    font-size: 48px;
}
}.banner__menu {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    list-style: none;
    margin: 0 0 24px 0;
}
.banner__menu li {
    display: inline-block;
    margin-right: 12px;
    white-space: nowrap;
}
.banner__menu li a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
.banner__menu li a:hover {
    color: #f76d49;
    text-decoration: none;
}
.banner__menu li.current_page_item a {
    color: #f76d49;
    text-decoration: none;
}
.menu-bar {
    width: 100%;
    height: 72px;
    background: rgba(0, 0, 0, 0.4);
}
.no-rgba .menu-bar {
    background: url(img/fallback-menu-bar__overlay.png);
}
.logo {
    float: left;
    display: inline-block;
    height: 48px;
    padding: 0 12px;
    margin: 12px 0;
}
.logo a {
    display: inline-block;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.logo a:hover {
    opacity: .6;
}
.logo img {
    height: 48px;
}
.main-nav {
    display: none;
    float: right;
    padding: 0 12px;
}
@media only screen and (min-width: 1020px) {
    .main-nav {
    display: block;
}
}.menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.menu-main li {
    display: inline-block;
    margin-left: 12px;
    position: relative;
}
.menu-main li a {
    display: block;
    height: 72px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 72px;
    text-transform: uppercase;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
.menu-main li a:hover {
    text-decoration: none;
    color: #f76d49;
}
.menu-main li.current-menu-item>a {
    color: #f76d49;
    font-weight: 700;
}
.menu-main li:hover .sub-menu {
    display: block;
}
.menu-main .sub-menu {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 72px;
    left: -12px;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    z-index: 9999;
}
.no-rgba .menu-main .sub-menu {
    background: url(img/fallback-menu-bar__overlay.png);
}
.menu-main .sub-menu li {
    display: block;
    white-space: nowrap;
    margin-left: 0;
}
.menu-main .sub-menu li a {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
}
.mobile-menu-trigger {
    display: inline-block;
    float: right;
    height: 48px;
    background: url(img/icon-menu.svg) left center no-repeat;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px;
    padding-left: 36px;
}
@media only screen and (min-width: 1020px) {
    .mobile-menu-trigger {
    display: none;
}
}.no-svg .mobile-menu-trigger {
    background: url(img/icon-menu.png) left center no-repeat;
}
.mobile-menu-trigger.active {
    background: url(img/icon-cross.svg) left center no-repeat;
}
.no-svg .mobile-menu-trigger.active {
    background: url(img/icon-cross.png) left center no-repeat;
}
.mobile-menu-trigger:hover {
    text-decoration: none;
    cursor: pointer;
}
.menu-main-mobile {
    display: none;
    width: 100.0%;
    float: none;
    padding: 0 12px;
    list-style: none;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    position: absolute;
    top: 70px;
    background: #f66d49;
    z-index: 10;
}
.menu-main-mobile li {
    margin-bottom: 6px;
    position: relative;
}
.menu-main-mobile li a {
    display: block;
    height: 24px;
    background: #f76d49;
    color: #fff;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding-left: 12px;
}
.menu-main-mobile li a:hover {
    text-decoration: none;
}
.menu-main-mobile li .menu-main-mobile__arrow {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: #dd6141 url(img/icon-arrowdown.svg) center center no-repeat;
}
.no-svg .menu-main-mobile li .menu-main-mobile__arrow {
    background: #dd6141 url(img/icon-arrowdown.png) center center no-repeat;
}
.menu-main-mobile li .menu-main-mobile__arrow.active {
    background: #4b4b4b url(img/icon-cross.svg) center center no-repeat;
}
.no-svg .menu-main-mobile li .menu-main-mobile__arrow.active {
    background: #4b4b4b url(img/icon-cross.png) center center no-repeat;
}
.menu-main-mobile li .menu-main-mobile__arrow:hover {
    text-decoration: none;
    cursor: pointer;
}
.menu-main-mobile ul.sub-menu {
    display: none;
    margin: 6px 0 0 12px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.menu-main-mobile ul.sub-menu li {
    list-style: none;
    padding: 0;
}
.menu-main-mobile ul.sub-menu li a {
    background: #4b4b4b;
    color: #fff;
}
.social-share {
    display: none;
    width: 100.0%;
    float: left;
    padding: 0 12px;
    float: right;
    height: 36px;
    font-size: 13px;
    text-align: right;
    color: #fff;
    line-height: 36px;
    margin-top: 12px;
}
@media only screen and (min-width: 520px) {
    .social-share {
    display: block;
}
}.social-share__description {
    position: relative;
    top: -12px;
}
.social-share__list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-share__list li {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 12px;
}
.social-share__list li a {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.social-share__list li a:hover {
    opacity: .6;
}
.no-opacity .social-share__list li a:hover {
    position: relative;
    top: -2px;
}
.social-share__list__facebook {
    background: #3b5998 url(img/icon-facebook.svg) center center no-repeat;
}
.no-svg .social-share__list__facebook {
    background: #3b5998 url(img/icon-facebook.png) center center no-repeat;
}
.social-share__list__twitter {
    background: #00aced url(img/icon-twitter.svg) center center no-repeat;
}
.no-svg .social-share__list__twitter {
    background: #00aced url(img/icon-twitter.png) center center no-repeat;
}
.social-share__list__googleplus {
    background: #dd4b39 url(img/icon-googleplus.svg) center center no-repeat;
}
.no-svg .social-share__list__googleplus {
    background: #dd4b39 url(img/icon-googleplus.png) center center no-repeat;
}
.social-share__list__linkedin {
    background: #007bb6 url(img/icon-linkedin.svg) center center no-repeat;
}
.no-svg .social-share__list__linkedin {
    background: #007bb6 url(img/icon-linkedin.png) center center no-repeat;
}
.rollover {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    position: relative;
    height: 120px;
    margin-top: 24px;
}
@media only screen and (min-width: 960px) {
    .rollover {
    width: 66.6667%;
    float: left;
    padding: 0 12px;
    position: relative;
    left: 16.6667%;
    height: 240px;
}
}@media only screen and (min-width: 520px) {
    .rollover {
    height: 240px;
}
}.rollover__item {
    display: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.rollover__item.rollover__item--blur {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuHover;
    animation-name: menuHover;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.rollover__item__header {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.rollover__item__header:before, .rollover__item__header:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 21px;
    height: 5px;
    background: url(img/rollover__item__header.svg) center center no-repeat;
}
.rollover__item__text {
    font-size: 24px;
    letter-spacing: 2px;
}
@media only screen and (min-width: 520px) {
    .rollover__item__text {
    height: 144px;
    font-size: 48px;
    line-height: 48px;
}
}.rollover__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.rollover__nav__item {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .2;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.rollover__nav__item.rollover__nav__item--active {
    background: #fff;
    -webkit-transform: rotate(225deg) scale(1.25);
    -ms-transform: rotate(225deg) scale(1.25);
    transform: rotate(225deg) scale(1.25);
    opacity: 1;
}
.no-rgba .rollover__nav__item.rollover__nav__item--active {
    background: #f76d49;
}
.rollover__nav__item:hover {
    background: #fff;
    opacity: 1;
    cursor: pointer;
}
.footer {
    color: #fff;
}
.footer__contact, .footer__testimonials {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin: 24px 0 0 0;
}
@media only screen and (min-width: 960px) {
    .footer__contact, .footer__testimonials {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}.footer__title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.footer__contact__details {
    font-size: 14px;
}
.footer__contact__details__list {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
}
.footer__contact__details__list li {
    display: inline-block;
}
.footer__contact__details__list li a {
    color: #fff;
}
.footer__contact__details__list li a:hover {
    color: #173161;
}
.footer__payment {
    display: inline-block;
    width: 57px;
    height: 36px;
    margin: 0 12px 24px 0;
}
.footer__testimonial {
    background: #e9f2fa;
    color: #3c4c59;
    font-style: italic;
    margin-bottom: 24px;
    padding: 24px;
}
.footer__testimonial:before {
    content: '"'}
.footer__testimonial:after {
    content: '"'}
.footer-menu-wrapper {
    border-top: 2px solid #fff;
    padding: 10px 0 12px 0;
}
.menu-footer {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.menu-footer li {
    float: left;
    margin-right: 12px;
}
.menu-footer li a {
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
.menu-footer li a:hover {
    text-decoration: none;
    color: #173161;
}
.menu-footer li.current-menu-item a {
    color: #173161;
    text-decoration: none;
    font-weight: 700;
}
.footer-copy {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
}
.usp-home {
    margin-top: 24px;
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .usp-home {
    width: 50.0%;
    float: left;
    padding: 0 12px;
    margin-top: -120px;
}
}.usp-home__box {
    display: block;
    position: relative;
    background: #fff;
    border: 6px solid #fff;
}
.usp-home__box__title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
.no-rgba .usp-home__box__title {
    background: url(img/fallback-banner__overlay.png);
}
@media only screen and (min-width: 960px) {
    .usp-home__box__title {
    font-size: 21px;
    padding: 24px;
}
}.usp-home__box__title:hover {
    background: #f76d49;
    text-decoration: none;
}
.usp-home__box__link {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 36px;
    background: #f76d49;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 6px;
    padding: 0 48px 0 12px;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
@media only screen and (min-width: 960px) {
    .usp-home__box__link {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 12px;
}
}.usp-home__box__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #dd6141 url(img/icon-arrow.svg) center center no-repeat;
}
.no-svg .usp-home__box__link:after {
    background: #dd6141 url(img/icon-arrow.png) center center no-repeat;
}
@media only screen and (min-width: 960px) {
    .usp-home__box__link: after {
    width: 48px;
    height: 48px;
}
}.usp-home__box__link:hover {
    opacity: .7;
    text-decoration: none;
}
.no-opacity .usp-home__box__link:hover {
    background: #dd6141;
}
.bullet-points {
    list-style: none;
    margin: 0;
    padding-bottom: 24px;
}
.bullet-points:before, .bullet-points:after {
    content: " ";
    display: table;
}
.bullet-points:after {
    clear: both;
}
.bullet-points li {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-top: 24px;
}
@media only screen and (min-width: 520px) {
    .bullet-points li {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 960px) {
    .bullet-points li {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}.bullet-points li span {
    display: block;
    position: relative;
    color: #173161;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 36px;
}
.bullet-points li span:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(img/checked.svg) center center no-repeat;
}
.no-svg .bullet-points li span:before {
    background: url(img/checked.png) center center no-repeat;
}
.home-heading {
    padding: 24px 0;
    text-align: center;
}
.home-heading h1 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (min-width: 520px) {
    .home-heading h1 {
    font-size: 36px;
    line-height: 48px;
}
}.contact-buttons {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}
.contact-buttons:before, .contact-buttons:after {
    content: " ";
    display: table;
}
.contact-buttons:after {
    clear: both;
}
.contact-buttons li {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 520px) {
    .contact-buttons li {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 960px) {
    .contact-buttons li {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
}.contact-buttons__button {
    display: block;
    position: relative;
    height: 72px;
    border: 2px solid #2d88cc;
    background: #2d88cc;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding: 18px 0 18px 90px;
    white-space: nowrap;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.contact-buttons__button span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (min-width: 520px) {
    .contact-buttons__button.contact-buttons__button--email span {
    font-size: 9px;
}
}@media only screen and (min-width: 600px) {
    .contact-buttons__button.contact-buttons__button--email span {
    font-size: 10px;
}
}@media only screen and (min-width: 700px) {
    .contact-buttons__button.contact-buttons__button--email span {
    font-size: 12px;
}
}.contact-buttons__button:before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: -2px;
    left: -2px;
    background: #173161;
}
.contact-buttons__button.contact-buttons__button--quote:before {
    background: #173161 url(img/contact-buttons__button--quote.svg) center center no-repeat;
}
.no-svg .contact-buttons__button.contact-buttons__button--quote:before {
    background: #173161 url(img/contact-buttons__button--quote.png) center center no-repeat;
}
.contact-buttons__button.contact-buttons__button--email:before {
    background: #173161 url(img/contact-buttons__button--email.svg) center center no-repeat;
}
.no-svg .contact-buttons__button.contact-buttons__button--email:before {
    background: #173161 url(img/contact-buttons__button--email.png) center center no-repeat;
}
.contact-buttons__button.contact-buttons__button--callus:before {
    background: #173161 url(img/contact-buttons__button--callus.svg) center center no-repeat;
}
.no-svg .contact-buttons__button.contact-buttons__button--callus:before {
    background: #173161 url(img/contact-buttons__button--callus.png) center center no-repeat;
}
.contact-buttons__button:hover {
    text-decoration: none;
    border: 2px solid #173161;
    background: #fff;
    color: #173161;
}
.specialbox {
    position: relative;
    margin: 24px 0;
}
.specialbox__content {
    background: rgba(0, 0, 0, 0.7);
    padding: 24px;
    color: #fff;
}
.no-rgba .specialbox__content {
    background: url(img/fallback-banner__overlay.png);
}
@media only screen and (min-width: 960px) {
    .specialbox__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%}
}@media only screen and (min-width: 1080px) {
    .specialbox__content {
    width: 33.3333%;
    height: 100%}
}.specialbox__content__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
    .specialbox__content__title {
    font-size: 24px;
    margin-bottom: 24px;
}
}.specialbox__content__text {
    margin-bottom: 12px;
}
@media only screen and (min-width: 960px) {
    .specialbox__content__text {
    margin-bottom: 24px;
}
}.specialbox__content__button {
    display: inline-block;
    position: relative;
    height: 48px;
    border: 2px solid #f76d49;
    background: #f76d49;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 60px 0 12px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.specialbox__content__button:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    height: 48px;
    width: 48px;
    background: #dd6141 url(img/icon-arrow.svg) center center no-repeat;
}
.no-svg .specialbox__content__button:after {
    background: #dd6141 url(img/icon-arrow.png) center center no-repeat;
}
.specialbox__content__button:hover {
    text-decoration: none;
    border: 2px solid #dd6141;
    background: #fff;
    color: #dd6141;
}
.news {
    background: url(img/news.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    padding: 24px 0;
}
@media only screen and (min-width: 960px) {
    .news {
    padding: 48px 0;
}
}.news__posts {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 960px) {
    .news__posts {
    width: 66.6667%;
    float: left;
    padding: 0 12px;
}
}.news__tweets {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 960px) {
    .news__tweets {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}.news__title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.news__article {
    margin-bottom: 24px;
    padding-left: 36px;
}
.news__article.news__article--post {
    background: url(img/icon-news.svg) left 5px no-repeat;
}
.no-svg .news__article.news__article--post {
    background: url(img/icon-news.png) left 5px no-repeat;
}
.news__article.news__article--tweet {
    background: url(img/icon-twitter.svg) left 5px no-repeat;
}
.no-svg .news__article.news__article--tweet {
    background: url(img/icon-twitter.png) left 5px no-repeat;
}
.news__article__title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.news__article__title a {
    color: #fff;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.news__article__title a:hover {
    text-decoration: none;
    opacity: .7;
}
.news__article__date {
    font-size: 12px;
    margin-bottom: 12px;
}
.news__article__more {
    margin-bottom: 12px;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.news__article__more:hover {
    opacity: .7;
}
.afti-short-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}
.afti-short-timeline li {
    margin-bottom: 24px;
    padding-left: 36px;
    background: url(img/icon-twitter.svg) left 5px no-repeat;
}
.no-svg .afti-short-timeline li {
    background: url(img/icon-twitter.png) left 5px no-repeat;
}
.afti-short-timeline li p {
    display: none;
}
.breadcrumbs {
    margin-bottom: 36px;
}
.breadcrumbs p#breadcrumbs {
    width: 83.3333%;
    float: left;
    padding: 0 12px;
    font-size: 12px;
    line-height: 36px;
    margin-bottom: 0;
    white-space: nowrap;
}
@media only screen and (min-width: 520px) {
    .breadcrumbs p#breadcrumbs {
    width: 50.0%;
    float: left;
    padding: 0 12px;
    font-size: 13px;
}
}.breadcrumbs .breadcrumbs__search-trigger {
    width: 16.6667%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .breadcrumbs .breadcrumbs__search-trigger {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}.breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__text {
    display: none;
    float: right;
    font-size: 13px;
    line-height: 36px;
    margin-right: 12px;
}
@media only screen and (min-width: 520px) {
    .breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__text {
    display: block;
}
}.breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__icon {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    background: url(img/icon__search.svg) center center no-repeat;
    opacity: .6;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.no-svg .breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__icon {
    background: url(img/icon__search.png) center center no-repeat;
}
.breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__icon.breadcrumbs__search-trigger__icon--active {
    background: url(img/icon__search--active.svg) center center no-repeat;
}
.no-svg .breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__icon.breadcrumbs__search-trigger__icon--active {
    background: url(img/icon__search--active.png) center center no-repeat;
}
.breadcrumbs .breadcrumbs__search-trigger .breadcrumbs__search-trigger__icon:hover {
    opacity: 1;
    cursor: pointer;
}
.searchbar {
    display: none;
    height: 108px;
}
@media only screen and (min-width: 520px) {
    .searchbar {
    height: 72px;
}
}.searchbar__label {
    display: none;
    width: 100.0%;
    float: left;
    padding: 0 12px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 36px;
}
@media only screen and (min-width: 520px) {
    .searchbar__label {
    text-align: right;
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 520px) {
    .searchbar__label {
    width: 66.6667%;
    float: left;
    padding: 0 12px;
}
}.searchbar__label.searchbar__label--active {
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.searchbar__input {
    display: none;
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
.searchbar__input input {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 12px;
    -webkit-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}
.searchbar__input input:focus {
    border: 1px solid #173161;
}
@media only screen and (min-width: 520px) {
    .searchbar__input {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 520px) {
    .searchbar__input {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}.searchbar__input.searchbar__input--active {
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.sidebar-menu {
    margin-bottom: 24px;
}
.sidebar-menu__title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    color: #dd6141;
}
.sidebar-menu__menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-menu__menu li {
    margin-bottom: 12px;
}
.sidebar-menu__menu li a {
    display: block;
    position: relative;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #173161;
    border: 2px solid #173161;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 48px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.sidebar-menu__menu li a:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 36px;
    height: 36px;
    background: #173161 url(img/icon-arrow.svg) center center no-repeat;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
.no-svg .sidebar-menu__menu li a:before {
    background: #173161 url(img/icon-arrow.png) center center no-repeat;
}
.sidebar-menu__menu li a:hover {
    text-decoration: none;
    border: 2px solid #f76d49;
    color: #f76d49;
}
.sidebar-menu__menu li a:hover:before {
    background: #f76d49 url(img/icon-arrow.svg) center center no-repeat;
}
.no-svg .sidebar-menu__menu li a:hover:before {
    background: #f76d49 url(img/icon-arrow.png) center center no-repeat;
}
.sidebar-menu__menu li.current-cat a {
    text-decoration: none;
    border: 2px solid #f76d49;
    color: #f76d49;
}
.sidebar-menu__menu li.current-cat a:before {
    background: #f76d49 url(img/icon-arrow.svg) center center no-repeat;
}
.no-svg .sidebar-menu__menu li.current-cat a:before {
    background: #f76d49 url(img/icon-arrow.png) center center no-repeat;
}
.contact-box {
    background: #173161;
    color: #fff;
    margin-bottom: 24px;
    padding: 24px;
}
.contact-box strong {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.contact-box__button {
    display: inline-block;
    position: relative;
    height: 48px;
    background: #f76d49;
    border: 2px solid #f76d49;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 24px;
    padding: 0 72px 0 24px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.contact-box__button:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 48px;
    height: 48px;
    background: #dd6141 url(img/icon-arrow.svg) center center no-repeat;
}
.no-svg .contact-box__button:after {
    background: #dd6141 url(img/icon-arrow.png) center center no-repeat;
}
.contact-box__button:hover {
    text-decoration: none;
    background: #fff;
    color: #dd6141;
    border: 2px solid #dd6141;
}
#wpcf7-f214-o1 {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
    margin-bottom: 24px;
}
#wpcf7-f214-o1:before, #wpcf7-f214-o1:after {
    content: " ";
    display: table;
}
#wpcf7-f214-o1:after {
    clear: both;
}
#wpcf7-f214-o1 input {
    display: block;
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    outline: none;
    padding: 12px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}
#wpcf7-f214-o1 input:focus {
    border: 1px solid #173161;
}
#wpcf7-f214-o1 textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    padding: 12px;
    overflow: auto;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}
#wpcf7-f214-o1 textarea:focus {
    border: 1px solid #173161;
}
#wpcf7-f214-o1 p {
    margin-bottom: 12px;
}
.contact-form__label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}
.contact-form__label.contact-form__label--required:after {
    content: '(required)';
    color: #f76d49;
    margin-left: 12px;
}
.contact-form__additionalinfo {
    font-size: 13px;
}
.contact-form__name, .contact-form__tel, .contact-form__email, .contact-form__departure, .contact-form__destination, .contact-form__date, .contact-form__returndate, .contact-form__passenger {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .contact-form__name, .contact-form__tel, .contact-form__email, .contact-form__departure, .contact-form__destination, .contact-form__date, .contact-form__returndate, .contact-form__passenger {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}.contact-form__info, .contact-form__note {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
.contact-form__submit {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .contact-form__submit {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}.contact-form__submit .ajax-loader {
    display: none;
}
.contact-form__submit input {
    height: 48px;
    background: #173161;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
.contact-form__submit input:hover {
    background: #dd6141;
    cursor: pointer;
}
.wpcf7-mail-sent-ok {
    clear: both;
}
.wpcf7-mail-sent-ng {
    clear: both;
}
.wpcf7-spam-blocked {
    clear: both;
}
.wpcf7-validation-errors {
    clear: both;
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: red;
}
.map-box {
    display: block;
    width: 100%;
    height: 216px;
    margin-bottom: 24px;
}
.threesteps {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
}
.threesteps:before, .threesteps:after {
    content: " ";
    display: table;
}
.threesteps:after {
    clear: both;
}
.threesteps__step {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .threesteps__step {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 960px) {
    .threesteps__step {
    width: 25.0%;
    float: left;
    padding: 0 12px;
}
}.threesteps__step__title {
    position: relative;
    height: 36px;
    background: #173161;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 36px;
    padding-left: 48px;
}
.threesteps__step__title__no {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #173161;
    color: #173161;
    line-height: 36px;
    text-align: center;
    font-size: 21px;
}
.threesteps__step__image {
    margin-bottom: 12px;
}
.three__steps__text {
    font-size: 14px;
    margin-bottom: 24px;
}
.callforquotation {
    background: #dd6141;
    padding: 24px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.helicopter-gallery {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
}
.helicopter-gallery:before, .helicopter-gallery:after {
    content: " ";
    display: table;
}
.helicopter-gallery:after {
    clear: both;
}
.helicopter-gallery__item {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
@media only screen and (min-width: 520px) {
    .helicopter-gallery__item {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 960px) {
    .helicopter-gallery__item {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}.helicopter-gallery__item a {
    text-decoration: none;
}
.helicopter-gallery__item a:hover .helicopter-gallery__item__image__canvas {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.helicopter-gallery__item a:hover .helicopter-gallery__item__name {
    color: #dd6141;
}
.helicopter-gallery__item__image {
    display: block;
    position: relative;
    overflow: hidden;
}
.helicopter-gallery__item__image__canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75) url(img/icon-pdf.svg) center center no-repeat;
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.no-svg .helicopter-gallery__item__image__canvas {
    background: rgba(0, 0, 0, 0.75) url(img/icon-pdf.png) center center no-repeat;
}
.helicopter-gallery__item__name {
    display: block;
    height: 48px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #3c4c59;
    -webkit-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
}
.why-airtaxi {
    margin-bottom: 24px;
    padding-left: 48px;
    background: url(img/why-airtaxi.svg) left top no-repeat;
}
.no-svg .why-airtaxi {
    background: url(img/why-airtaxi.png) left top no-repeat;
}
.why-airtaxi p {
    font-size: 14px;
}
.formoreinformation {
    margin-bottom: 24px;
}
.formoreinformation__text {
    background: #f76d49;
    padding: 24px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.formoreinformation__button {
    display: block;
    height: 60px;
    border: 2px solid #f76d49;
    background: #f76d49;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.formoreinformation__button:hover {
    text-decoration: none;
    background: #fff;
    color: #f76d49;
}
.taxi-gallery {
    width: 100%;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.taxi-gallery:before, .taxi-gallery:after {
    content: " ";
    display: table;
}
.taxi-gallery:after {
    clear: both;
}
.taxi-gallery__item {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 520px) {
    .taxi-gallery__item {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}
}.taxi-gallery__item img {
    border: 1px solid #eee;
    padding: 2px;
}
.events-images {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
}
.events-images:before, .events-images:after {
    content: " ";
    display: table;
}
.events-images:after {
    clear: both;
}
.events-images__image {
    width: 100.0%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 520px) {
    .events-images__image {
    width: 50.0%;
    float: left;
    padding: 0 12px;
}
}@media only screen and (min-width: 960px) {
    .events-images__image {
    width: 100.0%;
    float: left;
    padding: 0 12px;
}
}.events-images__image img {
    display: block;
    border: 1px solid #eee;
    background: #fff;
    padding: 2px;
}
.post {
    max-width: 1248px;
    margin-left: -12px;
    margin-right: -12px;
    *zoom: 1;
    margin-bottom: 24px;
}
.post:before, .post:after {
    content: " ";
    display: table;
}
.post:after {
    clear: both;
}
.post__thumb {
    width: 25.0%;
    float: left;
    padding: 0 12px;
}
.post__thumb img {
    padding: 2px;
    border: 1px solid #eee;
    -webkit-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}
.post__thumb:hover img {
    border: 1px solid #dd6141;
}
.post__content {
    width: 75.0%;
    float: left;
    padding: 0 12px;
}
.post__content__title {
    margin-bottom: 0;
}
.post__content__title a {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
.post__content__title a:hover {
    color: #173161;
    text-decoration: none;
}
.post__content__details {
    font-size: 12px;
    margin-bottom: 24px;
}
.destinations {
    width: 100%;
    *zoom: 1;
}
.destinations:before, .destinations:after {
    content: " ";
    display: table;
}
.destinations:after {
    clear: both;
}
.destinations__destination {
    width: 100.0%;
    float: left;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
}
.destinations__destination span {
    display: block;
    text-align: center;
    height: 72px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 24px;
    line-height: 72px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: opacity 150ms ease-out;
    transition: opacity 150ms ease-out;
}
.destinations__destination span:after {
    content: '»';
    position: relative;
    top: -3px;
    left: 3px;
}
.no-rgba .destinations__destination span {
    background: url(img/fallback-menu-bar__overlay.png);
}
@media only screen and (min-width: 960px) {
    .destinations__destination span {
    height: 144px;
    line-height: 144px;
}
}@media only screen and (min-width: 520px) {
    .destinations__destination {
    width: 33.3333%;
    float: left;
}
}.destinations__destination:hover {
    text-decoration: none;
}
.destinations__destination:hover span {
    opacity: 0;
}
.no-rgba .destinations__destination:hover span {
    background: none;
}
.destinations__destination__arrow {
    background: #f00;
}
.map {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
.aircargo {
    display: block;
    width: 100%;
    height: 216px;
    position: relative;
    border: 4px solid #2d88cc;
    background: url(img/aircargo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 24px;
    -webkit-transition: border 150ms ease-out;
    transition: border 150ms ease-out;
}
.aircargo:after {
    content: 'Air Cargo »';
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #2d88cc;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0 24px;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
.aircargo:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}
.aircargo:hover {
    border: 4px solid #173161;
}
.aircargo:hover:after {
    background: #173161;
}
.aircargo:hover:before {
    background: rgba(255, 255, 255, 0);
}
.aoc {
    margin-bottom: 12px;
}
.aoc:before, .aoc:after {
    content: " ";
    display: table;
}
.aoc:after {
    clear: both;
}
.aoc img {
    margin-right: 12px;
}
.aoc p {
    margin-top: 12px;
}
.european-locations {
    margin: 0;
    padding: 0;
    list-style: none;
}
.european-locations li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
}
.european-locations li:after {
    content: '|'}
.european-locations li:last-child:after {
    content: ''}
.european-locations li a {
    color: #fff;
}



table .benefits ul  {
    

margin:  5px 24px;
    

}

table  {
    

margin-bottom:  20px

}

p.info  {
    
    margin:  0px;
    
    padding:  0px 24px;
    
}

.tbl-style th,  .tbl-style td  {
    
    padding:  8px;
    
}
.banner-title h2  {
    
    background:  rgba( 0, 0, 0, 0.5 );
    
    display:  inline-block;
    
    width:  auto;
    
    padding:  10px 30px;
    
    margin:  0 auto;
    
}
.banner-title   {
        text-align:  center;
 }

.tbl-style th  {
    
    background:  #F76D49;
    
    color:  #fff;
    
}
.banner-title h2 b  {
    
    font-weight:  100;
    
    color:  #E82F0A;
    
}

#banner-form .btn-cont a.btn-requestflight  {
    
    background:  #F76D49 url(http://www.charter-a.com/wp-content/uploads/2016/09/form-icon1.png) 10px center no-repeat !important ;
    
}
main.content.form-thankyou  {
    
    width:  100%;
    
    text-align:  center;
    
}
@media only screen and ( max-width: 767px )  {
    
.banner-title .vc_empty_space  {
    
    height:  0px !important;
    
}
div#main-banner  {
    
    padding-bottom:  50px !important;
    
}
}






/*    ------------    helicopter lander-------------------*/
.vc_row.wpb_row.vc_row-fluid.tabindex  {
    
    position:  relative;
    
    z-index:  0;
    
}

div#hl-banner-content  {
    
    max-width:  100%;
    
}
div#hl-banner-content .vc_column-inner  {
    
    max-width:  1060px;
    
    margin:  0 auto;
     padding:  15px 0;
    
}
#hl-banner-content .hl-banner-text  {
    
    display:  inline-block;
    
    width:  70%;
    
    vertical-align:  middle;
    
    text-shadow:  0 1px 1px rgba(0,  0,  0,  0.6);
    
}
#hl-banner-content .wpb_single_image  {
    
    width:  29%;
    
    display:  inline-block;
    
    margin:  0;
    
    vertical-align:  middle;
    
}
#hl-banner-content .hl-banner-text strong  {
    
    font-size:  45px;
    
}
.reson-box img  {
    
    display:  inline-block;
    
}
.reson-box h4  {
    
    color:  #fff;
    
    font-size:  16px;
    
}
.reson-box p  {
    
    text-align:  center;
    
    margin-bottom:  14px;
    
}
.reson-box  {
    
    background:  #f7724f;
    
    text-align:  center;
    
    padding:  20px 10px;
    
}
.wpb_gmaps_widget.wpb_content_element  {
    
    margin:  0;
    
}
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper  {
    
    padding:  0;
    
}
.hl-reson .vc_col-xs-6  {
    
    padding-left:  0;
    
}
#why-choose .why-btn button  {
    
    cursor:  initial;
    
}
.page-id-10139 div#jet-types,  .page-id-9679 div#jet-types  {
    
    z-index:  0;
    
}
#jet-types  {
     z-index:  0;
 }

.index-container > .vc_col-sm-12 > .vc_column-inner,  .index-container  > .vc_column-inner  {
    
    z-index:  0 !important;
    
}
header#header  {
    
    z-index:  999;
    
}
@media only screen and ( max-width:  992px )  {
    
#hl-banner-content .hl-banner-text  {
     font-size:  30px !important;
 }

#hl-banner-content .hl-banner-text strong  {
    
    font-size:  36px;
     display:  block;
     
}

}

@media only screen and ( max-width:  767px )  {
    
#hl-banner-content .hl-banner-text  {
     width:  100%;
     text-align:  center !important;
     margin-bottom:  10px !important;
   }

#hl-banner-content .wpb_single_image  {
     width:  100%;
     text-align:  center;
  }

div#main-banner.hl-lander  {
     padding-bottom:  0 !important;
  }
.hl-reson .vc_col-xs-6  {
    
    padding-left:  5px;
     padding-right:  5px;
    
}
}
@media only screen and  ( max-width:  550px )  {
    
#hl-banner-content .hl-banner-text  {
     font-size:  20px !important;
 }

#hl-banner-content .hl-banner-text strong  {
    
    font-size:  17px;
     display:  block;
     
}
}
.img-bdr img  {
    
    border:  inset solid 4px #fff;
    
    border-radius:  20px;
    
}
#footer .address-info li.fa-volume-control-phone p a  {
     line-height:  1;
      display:  block;
  }

.sidebar aside.country-selector.weglot-dropdown  {
    
    display:  none;
    
}
body > aside.country-selector.weglot-dropdown.weglot-default   {
    
    display:  none;
    
}

/*--------31-07-20---charter new page-*/
.right-form h3  {
     color:  #000;
     font-size:  25px;
     text-transform:  inherit;
     margin-top:  31px;
     font-weight:  600;
 }

.right-form h3 span  {
    color: #f76d49;
}

.charter-lander .banner__title  {
    display: none;
}

.charter-lander  .banner .banner__overlay  {
     height:  70vh;
}


.charter-lander main.left-content p,  .charter-lander main.left-content li  {
     font-family:  Montserrat;
     color:  #000000;
     line-height:  30px;
    font-size:  16px;
}

.charter-lander .list-items strong  {
    font-size:  18px;
}

.charter-lander .left-content h3.vc_custom_heading  {
     font-weight:  600 !important;
}

.left-content .list-items li:before  {
        content:  url(https://www.charter-a.com/wp-content/uploads/2020/07/arrow-png.png);
    
    position:  absolute;
    left:  -22px;
      top:  7px;
}

.left-content .list-items li  {
     position:  relative;
     list-style:  none;
      padding-left:  13px;
}

.charter-lander .bg-color6.breadcrumbs  {
     display:  none;
}

section.wrapper.section-top  {
      margin-top:  75px;
}

.view-details .vc_btn3.vc_btn3-size-lg  {
     font-size:  16px;
     font-family:  Montserrat;
     font-weight:  bold;
     text-transform:  uppercase;
}

.client-say h2.vc_custom_heading  {
     text-transform:  inherit;
}


.row-slider .slick-active i.ultsl-record  {
    
    color:  #f76d49 !important;
    
}


.table-box {
        font-family:  Montserrat;
    
    color:  #000000;
    
	}
.table-box td  {
    
    padding:  8px 14px;
    
    font-size:  14px;
    
}
.table-box th  {
    
    background:  #ddecf6;
    
    text-align:  left;
    
    padding:  8px 14px;
    
    font-size:  15px;
    
}
.table-box tr td: first-child {
    color: #f76d49 !important;
}

.table-box td  {
    
    border-bottom:  1px solid #d4d4d4 !important;
    
}
.row-slider ul.slick-dots  {
    
    position:  static;
    
}
.row-slider .jet-info h2  {
    
    text-transform:  inherit;
    
    font-size:  25px;
    
    font-weight:  600;
    
    margin-top:  19px;
    
}
.footer .bg-color4:after {
    content: '';
    background: #173161;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    transform: translate(0, -24px);
}

@media (min-width: 1200px) {
    
	div#type-jets .slick-next  {
     right:  -43px;
}

div#type-jets .slick-prev  {
     left:  -43px;
}

	div#type-jets  {
    
    max-width:  1060px;
    
    margin:  0 auto;
    
}
	
}
@media (max-width: 767px) {
    
	.jet2-sec1   {
    padding: 0 15px !important;
}

	#gtranslate_wrapper {
    top: 32% !important;
}

.top-bar .top-bar__button  {
    
    margin:  6px 0 6px 0;
    
    letter-spacing:  0;
    
    font-size:  11px;
    
}
.webnone-trustpilot {
    display: block;
}
.jet2-sec1 {
    margin-bottom: 20px;
}
}
@media (max-width: 574px){
    .banner{
        height: auto!important;    
    }    
    .rollover__nav{
        position: relative!important;    
    }
}











