@import url('bootstrap/css/bootstrap.css');
@import url('public/lib/slick/slick/slick.css');

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Light-webfont.eot');
    src: url('public/fonts/Texta-Light-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Light-webfont.woff2') format('woff2'), url('public/fonts/Texta-Light-webfont.woff') format('woff'), url('public/fonts/Texta-Light-webfont.ttf') format('truetype'), url('public/fonts/Texta-Light-webfont.svg#textaregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Light-Italic-webfont.eot');
    src: url('public/fonts/Texta-Light-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Light-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Light-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Light-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Light-Italic-webfont.svg#textaregular') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Regular-webfont.eot');
    src: url('public/fonts/Texta-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Regular-webfont.woff2') format('woff2'), url('public/fonts/Texta-Regular-webfont.woff') format('woff'), url('public/fonts/Texta-Regular-webfont.ttf') format('truetype'), url('public/fonts/Texta-Regular-webfont.svg#textaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Italic-webfont.eot');
    src: url('public/fonts/Texta-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Italic-webfont.svg#textaregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Bold-webfont.eot');
    src: url('public/fonts/Texta-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Bold-webfont.woff2') format('woff2'), url('public/fonts/Texta-Bold-webfont.woff') format('woff'), url('public/fonts/Texta-Bold-webfont.ttf') format('truetype'), url('public/fonts/Texta-Bold-webfont.svg#textaregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Bold-Italic-webfont.eot');
    src: url('public/fonts/Texta-Bold-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Bold-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Bold-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Bold-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Bold-Italic-webfont.svg#textaregular') format('svg');
    font-weight: bold;
    font-style: italic;
}

.-fullsize {
    min-height: 100%;
    min-width: 100%;
    min-height: 100vh;
    min-width: 100vw;
}

.-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

a.button {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f74b2c;
    border-color: #b92c28;
    padding: 8px 25px;
    border-radius: 40px;
}

a.button:hover {
    background-color: rgba(5, 13, 28, 1);
    color: #FFF;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

body {
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga" 1, "dlig" 1;
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
    color: #050d1c;
    overflow-x: hidden;
}

#handy {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 31px;
    padding: 6px 18px 6px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
}

#handy a {
    color: #050d1c;
    text-decoration: none;
    display: block;
    margin: 0 0 0 20px;
}

@media (min-width: 768px) {
    #handy a {
        display: inline;
    }
}

@media (max-width: 767px) {
    #handy a.login {
        display: none;
    }
}

@media (max-width: 359px) {
    #handy a.telephone {
        display: none;
    }
}

#switcher {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#lang_sel {
    padding-right: 16px;
    height: 25px;
}

#lang_sel li {
    float: left;
    width: 160px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel a {
    display: block;
    font-size: 14px;
    text-decoration: none !important;
    color: #050d1c;
    border: none;
    background: transparent;
    padding: 8px 10px;
    line-height: 14px;
    margin: 0;
    text-align: left;
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

#lang_sel a.lang_sel_sel {
    background: transparent url(public/images/common/nav-arrow-down.png) right no-repeat;
    color: #050d1c;
}

#lang_sel ul ul {
    width: 160px;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    border-top: 1px solid #cdcdcd;
    z-index: 100;
}

#lang_sel ul ul a {
    background: #ffffff;
    color: #050d1c;
    height: auto;
    line-height: 1em;
    padding: 8px 10px;
    border-width: 0 1px 1px 1px;
}

.banner {
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    height: 175px;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 350ms;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

@media (min-width: 1200px) {
    .banner {
        height: 135px;
    }
}

.banner.-sticky {
    background-color: rgba(230, 230, 230, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
}

.banner.-inverted.-sticky {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
}

.logo {
    max-height: 80px;
    width: 200px;
    position: absolute;
    top: 65px;
    z-index: 9999;
    margin-left: 20px;
}

.logo img {
    height: 20px;
    width: 200px;
}

.-inverted .svg--normal {
    display: none;
}

.svg--inverted {
    display: none;
}

.-inverted .svg--inverted {
    display: block;
}

@media (min-width: 480px) {
    .logo, .logo--footer {
        margin-left: 40px;
    }
}

.navbar-nav > li > a {
    color: #050d1c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .navbar {
        top: 5px;
    }

    .navbar-toggle {
        margin-top: 55px;
        display: block !important;
    }

    .banner {
        height: 130px;
    }
}

#menu-main-menu > li:nth-last-child(1) {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .banner.-inverted > .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-nav > li > a:hover, .banner.-inverted > .navbar-default .navbar-nav > li > a:focus {
        color: #f74b2c;
    }

    .banner.-inverted > .navbar-default .navbar-nav .current_page_item a {
        color: #f74b2c;
    }

    .banner.-inverted > .navbar-default .navbar-nav .dropdown-menu .current_page_item a {
        color: #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-nav .dropdown-menu .current_page_item a:hover {
        color: #050d1c;
    }
}

.navbar-right > li.button > a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f74b2c;
    border-color: #b92c28;
    padding: 8px 25px;
    margin: -8px 0 0 0px;
    border-radius: 0;
}

.navbar-right > li.button > a:hover {
    background-color: #1b1b1b;
    color: #F7f7f7;
}

.navbar-right {
    height: 20px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .navbar-right > li.button > a {
        border-radius: 40px;
    }

    .navbar-right {
        border-left: 1px solid #333;
        padding-left: 35px;
    }

    .banner.-inverted > .navbar-default .navbar-right {
        border-left: 1px solid #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-right > li > a:hover, .banner.-inverted > .navbar-default .navbar-right > li > a:focus {
        color: #FFF;
    }
}

@media (max-width: 960px) {
    .navbar-right, .banner.-inverted > .navbar-default .navbar-right {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .navbar-right, .banner.-inverted > .navbar-default .navbar-right {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .navbar-collapse {
        padding-right: 5px;
    }

    #menu-main-menu > li:nth-last-child(1) {
        padding-right: 0px;
    }

    #menu-main-menu > li:nth-last-child(1) a {
        padding-right: 0px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-collapse {
        max-height: 160px;
    }
}

@media (min-device-width: 481px) and (orientation: landscape) {
    .navbar-collapse {
        max-height: 200px;
    }
}

.page-header {
    background: no-repeat right center rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    min-height: 180px;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.page-header::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.9);
    content: "";
    margin-left: -20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 99;
}

.page-header h1 {
    margin-top: 40px;
}

.page-header h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    padding: 0% 15%;
    text-transform: none;
    letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-header h1 {
        margin-top: 105px;
    }
}

@media (min-width: 1200px) {
    .page-header h1 {
        font-size: 45px;
    }
}

@media (min-width: 768px) {
    .page-header h2 {
        font-size: 20px;
    }
}

section.main {
    padding-bottom: 20px;
    margin: 40px 10px 10px 10px;
}

@media (min-width: 768px) {
    section.main {
        margin: 70px 30px 10px 30px;
        padding-bottom: 35px;
    }
}

h3 {
    margin-top: 25px;
}

.home h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 120px;
    text-shadow: 2px 2px 1px rgba(5, 13, 28, 0.7);
}

@media (min-width: 768px) {
    .home h1 {
        font-size: 48px;
        margin-top: 250px;
        padding: 0 50px;
    }
}

@media (min-width: 1280px) {
    .home h1 {
        padding: 0 250px;
    }
}

section.main p, .home p {
    font-size: 20px;
    margin-bottom: 15px;
}

section.main ul, section.main ol {
    margin-bottom: 28px;
}

section.main ul li, section.main ol li {
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 8px;
}

.home-map {
    margin-top: 60px;
}

section.main .fixed {
    margin: 0 auto;
}

.container-fluid .fixed {
    margin: 0 auto;
}

section.main .vc_col-sm-6, section.main .vc_col-sm-4, section.main .vc_col-sm-3, .home .vc_col-sm-6 {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .vc_col-sm-6 .wpb_wrapper {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-6:first-of-type {
        border-right: 1px solid #d8d8d8;
    }
}

section.main .wpb_wrapper h3, .home .wpb_wrapper h3 {
    font-size: 22px;
    margin-top: 0;
    letter-spacing: 4px;
}

.features h3 {
    color: #f74b2c;
}

@media (min-width: 768px) and (max-width: 991px) {
    #advantages .wpb_wrapper h3, #benefits .wpb_wrapper h3 {
        font-size: 16px;
    }
}

section.main .wpb_wrapper h4, .home .wpb_wrapper h4 {
    font-size: 38px;
    margin-top: 0;
    text-align: center;
}

section.main .wpb_wrapper h5, section.main .wpb_wrapper h6 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

section.main .wpb_wrapper h6 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}

section.main .wpb_wrapper img {
    margin: 25px auto 35px auto;
}

section.main .wpb_wrapper .no-margintop img {
    margin-top: 8px;
}

.home .wpb_wrapper img {
    margin: 0px auto 15px auto;
}

section.main a.vc_btn3, .home a.vc_btn3 {
    text-transform: uppercase;
    background-color: #f74b2c;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 40px;
    margin: 30px 0;
    color: #FFF;
}

@media (min-width: 768px) {
    #advantages .wpb_column, #results .wpb_column {
        border-right: 1px solid #d8d8d8;
    }

    #results .wpb_column {
        padding: 0 30px;
    }

    #advantages .wpb_column:last-of-type, #results .wpb_column:last-of-type {
        border-right: none;
    }

    #team1 .wpb_column {
        border-left: 1px solid #d8d8d8;
        min-height: 685px;
        padding: 0 30px;
    }

    #team2 .wpb_column {
        border-left: 1px solid #d8d8d8;
        min-height: 660px;
        padding: 0 30px;
    }

    #team1 .wpb_column:first-of-type, #team2 .wpb_column:first-of-type {
        border-left: none;
    }

    .features .vc_col-sm-6:last-of-type {
        border-left: 1px solid #d8d8d8;
    }

    .features .vc_col-sm-6:first-of-type {
        border: none;
    }
}

section.main #about-george img, section.main #about-chris img {
    margin: 0 50px 35px 0;
    float: left;
}

section.main #team1 img, section.main #team2 img {
    margin: 0 0 35px 0;
}

.home .vc_row {
    margin-left: auto;
    margin-right: auto;
}

section.main .wpb_wrapper .vc_tta-panel-heading > h4 {
    font-size: 22px;
    letter-spacing: 4px;
}

.vc_tta-controls-icon, .vc_tta-controls-icon-plus {
    visibility: hidden;
}

section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: #FFF;
}

section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #FAFAFA;
}

section.main .casestudy a.vc_btn3 {
    margin: 0 0 40px 0;
}

section.main .wpb_wrapper .casestudy img {
    margin: 0;
}

@media (max-width: 767px) {
    #benefits {
        display: none;
    }
}

footer {
    margin-top: 70px;
}

footer h2 {
    margin-bottom: 70px;
}

.ls-footer {
    margin: 90px auto 40px auto;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ls-footer {
        margin: 60px auto 40px auto;
    }
}

.ls-footer .col-md-4 {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 992px) {
    .ls-footer .col-md-4 {
        border-bottom: none;
        padding: 5px 30px;
    }
}

@media (min-width: 992px) {
    .ls-footer .middle-col {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        min-height: 345px;
    }
}

.logo--footer {
    max-height: 80px;
    width: 200px;
    position: relative;
    margin: 0 0 20px 0;
}

.logo--footer img {
    height: 20px;
    width: 200px;
}

.ls-footer p {
    margin-bottom: 15px;
}

.ls-footer a.tel {
    text-decoration: none;
}

.ls-footer h4 {
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0;
}

.footer-menu {
    padding-left: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-menu a {
    color: #050d1c;
}

.footer-menu a:hover, .footer-menu a:focus {
    color: #f74b2c;
}

.footer-menu > .current_page_item a {
    color: #f74b2c;
    text-decoration: underline;
}

.fetched_tweets > li {
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    box-shadow: none;
}

.tweets_avatar {
    margin-bottom: 5px;
}

.fetched_tweets.light .tweets_avatar .tweet_data a {
    color: #f74b2c !important;
}

.tweet_data {
    float: left;
    line-height: 20px;
}

#footer-bottom {
    background-color: #f74b2c;
}

#footer-bottom p {
    display: inline;
    color: #FFF;
    font-size: 18px;
}

.footnote {
    padding: 20px 0;
}

.footnote .col-md-4 {
    padding: 20px 30px;
}

.logo--pin-small {
    height: 40px;
    width: auto;
    display: inline;
}

#footer-bottom p.copy {
    margin: 0 0 10px 20px;
}

.legal-menu {
    padding-left: 0;
    margin: 0;
}

.legal-menu li {
    list-style: none;
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #FFF;
}

.legal-menu li:first-child {
    padding-left: 0;
}

.legal-menu li:last-child {
    border-right: none;
}

.legal-menu a {
    color: #FFF;
    font-size: 18px;
}

.legal-menu a:hover, .legal-menu a:focus {
    color: #FFF;
    text-decoration: underline;
}

#social {
    padding-left: 0;
    margin: 0;
    text-align: left;
}

@media (min-width: 992px) {
    #social {
        text-align: center;
    }
}

#social li {
    list-style: none;
    display: inline;
    padding: 0 12px;
}

#social li a {
    color: #FFF;
}

#social .fa {
    font-size: 28px;
}

#cookie-notice > .cookie-notice-container {
    padding: 22px;
}

.cookie-notice-container > span#cn-notice-text {
    display: block;
    margin-bottom: 20px;
}

.cookie-notice-container > #cn-accept-cookie, .cookie-notice-container > #cn-more-info {
    font-size: 13px;
    border: 1px solid #f74b2c;
    padding: 5px 15px;
}

.cookie-notice-container > #cn-accept-cookie:hover, .cookie-notice-container > #cn-more-info:hover {
    border: 1px solid #333;
}

body > #cookie-notice {
    font-size: 15px;
    line-height: 20px;
}

.cookie-table {
    margin: 25px 0 40px 0;
    width: 100%;
}

.cookie-table td {
    padding: 20px;
    border-top: 1px solid #333;
    font-size: 16px;
    vertical-align: text-top;
}

.cookie-table tr:last-of-type {
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}

article > header > h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 6px;
    margin-top: 65px;
    margin-bottom: 20px;
}

article > header {
    margin-bottom: 40px;
}

article > header > small {
    font-size: 16px;
    font-style: italic;
    color: #a5a5a5;
    text-align: center;
    display: block;
}

article {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin: 0 10px 10px 10px;
}

@media (min-width: 768px) {
    article {
        margin: 0 80px 10px 80px;
        padding-bottom: 25px;
    }
}

article h3 {
    margin-top: 25px;
}

article p {
    font-size: 20px;
    margin-bottom: 15px;
}

article > ul li {
    font-size: 20px;
    margin-bottom: 8px;
    padding-left: 5px;
}

.post-navigation {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
}

.nav-previous, .nav-next {
    font-size: 18px;
    font-style: italic;
}

.pagination {
    margin: 0 10px 10px 10px;
    display: block;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .pagination {
        margin: 0 80px 10px 80px;
    }
}

.sharify-container {
    border-top: 1px solid #d8d8d8;
    margin-top: 40px;
}

.NewsLink {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.map {
    background-color: #ffffff;
    min-height: 40%;
    min-width: 100%;
    min-height: 40vh;
    min-width: 100vw;
}

.map--contact {
    background-color: #ffffff;
    min-height: 50%;
    min-width: 100%;
    min-height: 50vh;
    min-width: 100vw;
}

#markerlist {
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#markerlist li {
    color: #050d1c;
    cursor: pointer;
    list-style: none;
    display: inline;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    padding: 0 15px;
    border: 2px solid #fff;
    border-radius: 40px;
}

#markerlist li.is-active {
    border: 2px solid #f74b2c;
    border-radius: 40px;
}

@media only screen and (min-width: 34em) {
    .map {
        min-height: 77.25%;
        min-width: 100%;
        min-height: 77.25vh;
        min-width: 100vw;
    }

    #markerlist {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #markerlist li {
        margin: 0 10px;
    }
}

.contact-us {
    margin-top: 60px;
    margin-bottom: 100px;
}

.contact-us p {
    font-size: 18px;
}

.contact-us h3, .contact-us h4 {
    letter-spacing: 2px;
    margin-top: 30px;
}

.contact-us h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-us .col-md-6, .contact-us .col-md-3 {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 992px) {
    .contact-us .col-md-6, .contact-us .col-md-3 {
        border-bottom: none;
        padding: 5px 30px;
    }
}

@media (min-width: 992px) {
    .contact-us .middle-col {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        min-height: 725px;
    }
}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    min-height: 33px;
    margin-top: 3px;
    padding: 0 7px;
}

input.wpcf7-submit {
    background-color: rgba(5, 13, 28, 0.8);
    border-radius: 40px;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 0;
}

input.wpcf7-submit:hover {
    background-color: #f74b2c;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.vc_gitem-post-data {
    margin-top: 15px;
}

section.main .wpb_wrapper .vc_gitem-post-data h4 {
    font-size: 24px;
}

section.main .vc_gitem_row a.vc_btn3 {
    margin-top: 15px;
}

section.main .vc-gitem-zone-height-mode-auto::before {
    background-color: #000;
    opacity: 0.025;
}

@media (min-width: 768px) {
    section.main .vc-gitem-zone-height-mode-auto::before {
        padding-top: 70%;
    }
}

section.main .vc_btn3.vc_btn3-color-juicy-pink, section.main .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #f74b2c;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-collapse {
        margin-top: 20px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px;
        min-width: 230px;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        background-color: #FFF;
        max-height: 100%;
    }

    .navbar-nav {
        float: none !important;
        margin: auto !important;
    }

    .navbar-nav > li {
        float: none !important;;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav {
        float: none !important;
        margin: auto !important;
    }

    .navbar-nav > li {
        float: none !important;;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px;
        min-width: 230px;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        background-color: #FFF;
        max-height: 100%;
    }
}

.collapse.in {
    display: block !important;
}


@import url('bootstrap/css/bootstrap.css');
@import url('public/lib/slick/slick/slick.css');

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Light-webfont.eot');
    src: url('public/fonts/Texta-Light-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Light-webfont.woff2') format('woff2'), url('public/fonts/Texta-Light-webfont.woff') format('woff'), url('public/fonts/Texta-Light-webfont.ttf') format('truetype'), url('public/fonts/Texta-Light-webfont.svg#textaregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Light-Italic-webfont.eot');
    src: url('public/fonts/Texta-Light-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Light-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Light-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Light-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Light-Italic-webfont.svg#textaregular') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Regular-webfont.eot');
    src: url('public/fonts/Texta-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Regular-webfont.woff2') format('woff2'), url('public/fonts/Texta-Regular-webfont.woff') format('woff'), url('public/fonts/Texta-Regular-webfont.ttf') format('truetype'), url('public/fonts/Texta-Regular-webfont.svg#textaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Italic-webfont.eot');
    src: url('public/fonts/Texta-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Italic-webfont.svg#textaregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Bold-webfont.eot');
    src: url('public/fonts/Texta-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Bold-webfont.woff2') format('woff2'), url('public/fonts/Texta-Bold-webfont.woff') format('woff'), url('public/fonts/Texta-Bold-webfont.ttf') format('truetype'), url('public/fonts/Texta-Bold-webfont.svg#textaregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TextaSans';
    src: url('public/fonts/Texta-Bold-Italic-webfont.eot');
    src: url('public/fonts/Texta-Bold-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('public/fonts/Texta-Bold-Italic-webfont.woff2') format('woff2'), url('public/fonts/Texta-Bold-Italic-webfont.woff') format('woff'), url('public/fonts/Texta-Bold-Italic-webfont.ttf') format('truetype'), url('public/fonts/Texta-Bold-Italic-webfont.svg#textaregular') format('svg');
    font-weight: bold;
    font-style: italic;
}

.-fullsize {
    min-height: 100%;
    min-width: 100%;
    min-height: 100vh;
    min-width: 100vw;
}

.-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

a.button {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f74b2c;
    border-color: #b92c28;
    padding: 8px 25px;
    border-radius: 40px;
}

a.button:hover {
    background-color: rgba(5, 13, 28, 1);
    color: #FFF;
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

body {
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.42857143;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga" 1, "dlig" 1;
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
    color: #050d1c;
    overflow-x: hidden;
}

#handy {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 31px;
    padding: 6px 18px 6px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
}

#handy a {
    color: #050d1c;
    text-decoration: none;
    display: block;
    margin: 0 0 0 20px;
}

@media (min-width: 768px) {
    #handy a {
        display: inline;
    }
}

@media (max-width: 767px) {
    #handy a.login {
        display: none;
    }
}

@media (max-width: 359px) {
    #handy a.telephone {
        display: none;
    }
}

#switcher {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#lang_sel {
    padding-right: 16px;
    height: 25px;
}

#lang_sel li {
    float: left;
    width: 160px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel a {
    display: block;
    font-size: 14px;
    text-decoration: none !important;
    color: #050d1c;
    border: none;
    background: transparent;
    padding: 8px 10px;
    line-height: 14px;
    margin: 0;
    text-align: left;
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

#lang_sel a.lang_sel_sel {
    background: transparent url(public/images/common/nav-arrow-down.png) right no-repeat;
    color: #050d1c;
}

#lang_sel ul ul {
    width: 160px;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    border-top: 1px solid #cdcdcd;
    z-index: 100;
}

#lang_sel ul ul a {
    background: #ffffff;
    color: #050d1c;
    height: auto;
    line-height: 1em;
    padding: 8px 10px;
    border-width: 0 1px 1px 1px;
}

.banner {
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    height: 175px;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 350ms;
    -moz-transition: background-color 350ms;
    transition: background-color 350ms;
}

@media (min-width: 1200px) {
    .banner {
        height: 135px;
    }
}

.banner.-sticky {
    background-color: rgba(230, 230, 230, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
}

.banner.-inverted.-sticky {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    width: 100%;
}

.logo {
    max-height: 80px;
    width: 200px;
    position: absolute;
    top: 65px;
    z-index: 9999;
    margin-left: 20px;
}

.logo img {
    height: 20px;
    width: 200px;
}

.-inverted .svg--normal {
    display: none;
}

.svg--inverted {
    display: none;
}

.-inverted .svg--inverted {
    display: block;
}

@media (min-width: 480px) {
    .logo, .logo--footer {
        margin-left: 40px;
    }
}

.navbar-nav > li > a {
    color: #050d1c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .navbar {
        top: 5px;
    }

    .navbar-toggle {
        margin-top: 55px;
        display: block !important;
    }

    .banner {
        height: 130px;
    }
}

#menu-main-menu > li:nth-last-child(1) {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .banner.-inverted > .navbar-default .navbar-nav > li > a {
        color: #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-nav > li > a:hover, .banner.-inverted > .navbar-default .navbar-nav > li > a:focus {
        color: #f74b2c;
    }

    .banner.-inverted > .navbar-default .navbar-nav .current_page_item a {
        color: #f74b2c;
    }

    .banner.-inverted > .navbar-default .navbar-nav .dropdown-menu .current_page_item a {
        color: #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-nav .dropdown-menu .current_page_item a:hover {
        color: #050d1c;
    }
}

.navbar-right > li.button > a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #f74b2c;
    border-color: #b92c28;
    padding: 8px 25px;
    margin: -8px 0 0 0px;
    border-radius: 0;
}

.navbar-right > li.button > a:hover {
    background-color: #1b1b1b;
    color: #F7f7f7;
}

.navbar-right {
    height: 20px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .navbar-right > li.button > a {
        border-radius: 40px;
    }

    .navbar-right {
        border-left: 1px solid #333;
        padding-left: 35px;
    }

    .banner.-inverted > .navbar-default .navbar-right {
        border-left: 1px solid #FFF;
    }

    .banner.-inverted > .navbar-default .navbar-right > li > a:hover, .banner.-inverted > .navbar-default .navbar-right > li > a:focus {
        color: #FFF;
    }
}

@media (max-width: 960px) {
    .navbar-right, .banner.-inverted > .navbar-default .navbar-right {
        border-left: none;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .navbar-right, .banner.-inverted > .navbar-default .navbar-right {
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .navbar-collapse {
        padding-right: 5px;
    }

    #menu-main-menu > li:nth-last-child(1) {
        padding-right: 0px;
    }

    #menu-main-menu > li:nth-last-child(1) a {
        padding-right: 0px;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-collapse {
        max-height: 160px;
    }
}

@media (min-device-width: 481px) and (orientation: landscape) {
    .navbar-collapse {
        max-height: 200px;
    }
}

.page-header {
    background: no-repeat right center rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    min-height: 180px;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.page-header::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.9);
    content: "";
    margin-left: -20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 99;
}

.page-header h1 {
    margin-top: 40px;
}

.page-header h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    padding: 0% 15%;
    text-transform: none;
    letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-header h1 {
        margin-top: 105px;
    }
}

@media (min-width: 1200px) {
    .page-header h1 {
        font-size: 45px;
    }
}

@media (min-width: 768px) {
    .page-header h2 {
        font-size: 20px;
    }
}

section.main {
    padding-bottom: 20px;
    margin: 40px 10px 10px 10px;
}

@media (min-width: 768px) {
    section.main {
        margin: 70px 30px 10px 30px;
        padding-bottom: 35px;
    }
}

h3 {
    margin-top: 25px;
}

.home h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 120px;
    text-shadow: 2px 2px 1px rgba(5, 13, 28, 0.7);
}

@media (min-width: 768px) {
    .home h1 {
        font-size: 48px;
        margin-top: 250px;
        padding: 0 50px;
    }
}

@media (min-width: 1280px) {
    .home h1 {
        padding: 0 250px;
    }
}

section.main p, .home p {
    font-size: 20px;
    margin-bottom: 15px;
}

section.main ul, section.main ol {
    margin-bottom: 28px;
}

section.main ul li, section.main ol li {
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 8px;
}

.home-map {
    margin-top: 60px;
}

section.main .fixed {
    margin: 0 auto;
}

.container-fluid .fixed {
    margin: 0 auto;
}

section.main .vc_col-sm-6, section.main .vc_col-sm-4, section.main .vc_col-sm-3, .home .vc_col-sm-6 {
    margin: 30px 0;
}

@media (min-width: 768px) {
    .vc_col-sm-6 .wpb_wrapper {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .vc_col-sm-6:first-of-type {
        border-right: 1px solid #d8d8d8;
    }
}

section.main .wpb_wrapper h3, .home .wpb_wrapper h3 {
    font-size: 22px;
    margin-top: 0;
    letter-spacing: 4px;
}

.features h3 {
    color: #f74b2c;
}

@media (min-width: 768px) and (max-width: 991px) {
    #advantages .wpb_wrapper h3, #benefits .wpb_wrapper h3 {
        font-size: 16px;
    }
}

section.main .wpb_wrapper h4, .home .wpb_wrapper h4 {
    font-size: 38px;
    margin-top: 0;
    text-align: center;
}

section.main .wpb_wrapper h5, section.main .wpb_wrapper h6 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

section.main .wpb_wrapper h6 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}

section.main .wpb_wrapper img {
    margin: 25px auto 35px auto;
}

section.main .wpb_wrapper .no-margintop img {
    margin-top: 8px;
}

.home .wpb_wrapper img {
    margin: 0px auto 15px auto;
}

section.main a.vc_btn3, .home a.vc_btn3 {
    text-transform: uppercase;
    background-color: #f74b2c;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 40px;
    margin: 30px 0;
    color: #FFF;
}

@media (min-width: 768px) {
    #advantages .wpb_column, #results .wpb_column {
        border-right: 1px solid #d8d8d8;
    }

    #results .wpb_column {
        padding: 0 30px;
    }

    #advantages .wpb_column:last-of-type, #results .wpb_column:last-of-type {
        border-right: none;
    }

    #team1 .wpb_column {
        border-left: 1px solid #d8d8d8;
        min-height: 685px;
        padding: 0 30px;
    }

    #team2 .wpb_column {
        border-left: 1px solid #d8d8d8;
        min-height: 660px;
        padding: 0 30px;
    }

    #team1 .wpb_column:first-of-type, #team2 .wpb_column:first-of-type {
        border-left: none;
    }

    .features .vc_col-sm-6:last-of-type {
        border-left: 1px solid #d8d8d8;
    }

    .features .vc_col-sm-6:first-of-type {
        border: none;
    }
}

section.main #about-george img, section.main #about-chris img {
    margin: 0 50px 35px 0;
    float: left;
}

section.main #team1 img, section.main #team2 img {
    margin: 0 0 35px 0;
}

.home .vc_row {
    margin-left: auto;
    margin-right: auto;
}

section.main .wpb_wrapper .vc_tta-panel-heading > h4 {
    font-size: 22px;
    letter-spacing: 4px;
}

.vc_tta-controls-icon, .vc_tta-controls-icon-plus {
    visibility: hidden;
}

section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: #FFF;
}

section.main .wpb_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #FAFAFA;
}

section.main .casestudy a.vc_btn3 {
    margin: 0 0 40px 0;
}

section.main .wpb_wrapper .casestudy img {
    margin: 0;
}

@media (max-width: 767px) {
    #benefits {
        display: none;
    }
}

footer {
    margin-top: 70px;
}

footer h2 {
    margin-bottom: 70px;
}

.ls-footer {
    margin: 90px auto 40px auto;
    font-size: 18px;
}

@media (max-width: 767px) {
    .ls-footer {
        margin: 60px auto 40px auto;
    }
}

.ls-footer .col-md-4 {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 992px) {
    .ls-footer .col-md-4 {
        border-bottom: none;
        padding: 5px 30px;
    }
}

@media (min-width: 992px) {
    .ls-footer .middle-col {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        min-height: 345px;
    }
}

.logo--footer {
    max-height: 80px;
    width: 200px;
    position: relative;
    margin: 0 0 20px 0;
}

.logo--footer img {
    height: 20px;
    width: 200px;
}

.ls-footer p {
    margin-bottom: 15px;
}

.ls-footer a.tel {
    text-decoration: none;
}

.ls-footer h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0;
}

.footer-menu {
    padding-left: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-menu a {
    color: #050d1c;
}

.footer-menu a:hover, .footer-menu a:focus {
    color: #f74b2c;
}

.footer-menu > .current_page_item a {
    color: #f74b2c;
    text-decoration: underline;
}

.fetched_tweets > li {
    font-family: "TextaSans", Georgia, Times, "Times New Roman", serif;
    box-shadow: none;
}

.tweets_avatar {
    margin-bottom: 5px;
}

.fetched_tweets.light .tweets_avatar .tweet_data a {
    color: #f74b2c !important;
}

.tweet_data {
    float: left;
    line-height: 20px;
}

#footer-bottom {
    background-color: #f74b2c;
}

#footer-bottom p {
    display: inline;
    color: #FFF;
    font-size: 18px;
}

.footnote {
    padding: 20px 0;
}

.footnote .col-md-4 {
    padding: 20px 30px;
}

.logo--pin-small {
    height: 40px;
    width: auto;
    display: inline;
}

#footer-bottom p.copy {
    margin: 0 0 10px 20px;
}

.legal-menu {
    padding-left: 0;
    margin: 0;
}

.legal-menu li {
    list-style: none;
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #FFF;
}

.legal-menu li:first-child {
    padding-left: 0;
}

.legal-menu li:last-child {
    border-right: none;
}

.legal-menu a {
    color: #FFF;
    font-size: 18px;
}

.legal-menu a:hover, .legal-menu a:focus {
    color: #FFF;
    text-decoration: underline;
}

#social {
    padding-left: 0;
    margin: 0;
    text-align: left;
}

@media (min-width: 992px) {
    #social {
        text-align: center;
    }
}

#social li {
    list-style: none;
    display: inline;
    padding: 0 12px;
}

#social li a {
    color: #FFF;
}

#social .fa {
    font-size: 28px;
}

#cookie-notice > .cookie-notice-container {
    padding: 22px;
}

.cookie-notice-container > span#cn-notice-text {
    display: block;
    margin-bottom: 20px;
}

.cookie-notice-container > #cn-accept-cookie, .cookie-notice-container > #cn-more-info {
    font-size: 13px;
    border: 1px solid #f74b2c;
    padding: 5px 15px;
}

.cookie-notice-container > #cn-accept-cookie:hover, .cookie-notice-container > #cn-more-info:hover {
    border: 1px solid #333;
}

body > #cookie-notice {
    font-size: 15px;
    line-height: 20px;
}

.cookie-table {
    margin: 25px 0 40px 0;
    width: 100%;
}

.cookie-table td {
    padding: 20px;
    border-top: 1px solid #333;
    font-size: 16px;
    vertical-align: text-top;
}

.cookie-table tr:last-of-type {
    border-bottom: 1px solid #333;
    margin-bottom: 40px;
}

article > header > h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 6px;
    margin-top: 65px;
    margin-bottom: 20px;
}

article > header {
    margin-bottom: 40px;
}

article > header > small {
    font-size: 16px;
    font-style: italic;
    color: #a5a5a5;
    text-align: center;
    display: block;
}

article {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin: 0 10px 10px 10px;
}

@media (min-width: 768px) {
    article {
        margin: 0 80px 10px 80px;
        padding-bottom: 25px;
    }
}

article h3 {
    margin-top: 25px;
}

article p {
    font-size: 20px;
    margin-bottom: 15px;
}

article ul li {
    font-size: 20px;
    margin-bottom: 8px;
    padding-left: 5px;
}

.post-navigation {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
}

.nav-previous, .nav-next {
    font-size: 18px;
    font-style: italic;
}

.pagination {
    margin: 0 10px 10px 10px;
    display: block;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .pagination {
        margin: 0 80px 10px 80px;
    }
}

.sharify-container {
    border-top: 1px solid #d8d8d8;
    margin-top: 40px;
}

.NewsLink {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.map {
    background-color: #ffffff;
    min-height: 40%;
    min-width: 100%;
    min-height: 40vh;
    min-width: 100vw;
}

.map--contact {
    background-color: #ffffff;
    min-height: 50%;
    min-width: 100%;
    min-height: 50vh;
    min-width: 100vw;
}

#markerlist {
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#markerlist li {
    color: #050d1c;
    cursor: pointer;
    list-style: none;
    display: inline;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    padding: 0 15px;
    border: 2px solid #fff;
    border-radius: 40px;
}

#markerlist li.is-active {
    border: 2px solid #f74b2c;
    border-radius: 40px;
}

@media only screen and (min-width: 34em) {
    .map {
        min-height: 77.25%;
        min-width: 100%;
        min-height: 77.25vh;
        min-width: 100vw;
    }

    #markerlist {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #markerlist li {
        margin: 0 10px;
    }
}

.contact-us {
    margin-top: 60px;
    margin-bottom: 100px;
}

.contact-us p {
    font-size: 18px;
}

.contact-us h3, .contact-us h4 {
    letter-spacing: 2px;
    margin-top: 30px;
}

.contact-us h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-us .col-md-6, .contact-us .col-md-3 {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 992px) {
    .contact-us .col-md-6, .contact-us .col-md-3 {
        border-bottom: none;
        padding: 5px 30px;
    }
}

@media (min-width: 992px) {
    .contact-us .middle-col {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        min-height: 725px;
    }
}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    min-height: 33px;
    margin-top: 3px;
    padding: 0 7px;
}

input.wpcf7-submit {
    background-color: rgba(5, 13, 28, 0.8);
    border-radius: 40px;
    border: 0;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 0;
}

input.wpcf7-submit:hover {
    background-color: #f74b2c;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.vc_gitem-post-data {
    margin-top: 15px;
}

section.main .wpb_wrapper .vc_gitem-post-data h4 {
    font-size: 24px;
}

section.main .vc_gitem_row a.vc_btn3 {
    margin-top: 15px;
}

section.main .vc-gitem-zone-height-mode-auto::before {
    background-color: #000;
    opacity: 0.025;
}

@media (min-width: 768px) {
    section.main .vc-gitem-zone-height-mode-auto::before {
        padding-top: 70%;
    }
}

section.main .vc_btn3.vc_btn3-color-juicy-pink, section.main .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #f74b2c;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .navbar-collapse {
        margin-top: 20px !important;
    }
}

@media (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px;
        min-width: 230px;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        background-color: #FFF;
        max-height: 100%;
    }

    .navbar-nav {
        float: none !important;
        margin: auto !important;
    }

    .navbar-nav > li {
        float: none !important;;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav {
        float: none !important;
        margin: auto !important;
    }

    .navbar-nav > li {
        float: none !important;;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 20px;
        min-width: 230px;
        overflow-x: visible !important;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        background-color: #FFF;
        max-height: 100%;
    }
}

.collapse.in {
    display: block !important;
}

#handy {
    display: flex;align-items:center;flex-direction: row-reverse;
}

.searchArea {
    margin-left:20px;
}

.searchArea div{
    background: white;
    border-radius: 25px;
    padding: 0;
    border: 1px solid #ccc;
}

.searchArea input[type="text"]{
    border: none;
    border-radius: 25px;
    padding-left: 14px;
}

.searchArea input[type="submit"]{
    border: none;
    padding: 1px 14px;
    background: #f74b2c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.searchArea input:focus{
    outline: 0;
}

.searchArea h2{
    display: none;
}

.ls-main-points-fliper{
	color: #fff;
}

.ls-main-points-fliper button{
	font-weight: 900;
    padding: 12px 16px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-top: 12px;
}
