@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext');

.frontpage-header {
    margin-top: 70px;
}

.cta-li.cta-li-border-r a {
    border-radius: 3px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"],
input[type="file"] + label, input[type="search"], select, textarea {
    background-color: #f3f3f3;
    border: none;
    border-bottom: 2px solid #d0d0ce;
    height: 42px;
    padding-left: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus,
input[type="file"] + label:focus, input[type="search"]:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #003d4c;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
input[type="file"] + label::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #7d7d7d;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="tel"]:-moz-placeholder,
input[type="file"] + label:-moz-placeholder, input[type="search"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #7d7d7d;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder,
input[type="file"] + label::-moz-placeholder, input[type="search"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #7d7d7d;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder,
input[type="file"] + label:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #7d7d7d;
}

.dropdown-menu a:before, a .ico {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #e7e7e7;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
}

.dropdown-menu a:hover:before, a:hover .ico {
    background-color: #233b3f;
}

.dropdown-menu .ico-professional a:before {
    background-image: url(../img_wp/icons/professionaltranslation.svg);
}

.dropdown-menu .ico-professional a:hover:before {
    background-image: url(../img_wp/icons/professionaltranslation-white.svg);
}

.dropdown-menu .ico-local a:before {
    background-image: url(../img_wp/icons/localisation.svg);
}

.dropdown-menu .ico-local a:hover:before {
    background-image: url(../img_wp/icons/localisation-white.svg);
}

.dropdown-menu .ico-certified a:before {
    background-image: url(../img_wp/icons/certifiedtranslation.svg);
}

.dropdown-menu .ico-certified a:hover:before {
    background-image: url(../img_wp/icons/certifiedtranslation-white.svg);
}

.dropdown-menu .ico-industrial a:before {
    background-image: url(../img_wp/icons/industryspecific.svg);
}

.dropdown-menu .ico-industrial a:hover:before {
    background-image: url(../img_wp/icons/industryspecific-white.svg);
}

.dropdown-menu .ico-audio a:before {
    background-image: url(../img_wp/icons/audiovideoservices.svg);
}

.dropdown-menu .ico-audio a:hover:before {
    background-image: url(../img_wp/icons/audiovideoservices-white.svg);
}

.dropdown-menu .ico-interpretation a:before {
    background-image: url(../img_wp/icons/interpretation.svg);
}

.dropdown-menu .ico-interpretation a:hover:before {
    background-image: url(../img_wp/icons/interpretation-white.svg);
}

.dropdown-menu .ico-website a:before {
    background-image: url(../img_wp/icons/websitetranslation.svg);
}

.dropdown-menu .ico-website a:hover:before {
    background-image: url(../img_wp/icons/websitetranslation-white.svg);
}

.dropdown-menu .ico-proofreading a:before {
    background-image: url(../img_wp/icons/proofreading.svg);
}

.dropdown-menu .ico-proofreading a:hover:before {
    background-image: url(../img_wp/icons/proofreading-white.svg);
}

.footer-subscribe .btn-primary {
    background: #233b3f;
    color: #ffffff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    border: none;
}

.footer-subscribe .btn {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-nav-bottom li:nth-child(2):after {
    display: none;
}

.header .navbar-nav > li > a {
    color: #687074;
    font-size: 15px;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    border-bottom-color: transparent;
}

.header .navbar-nav > .active > a {
    color: #687074;
}

.footer-nav-bottom li:nth-child(3) {
    display: none;
}

.footer-v3 a, .header a {
    /*color: #D30053;*/
    font-size: 12px;
}

.footer-v3 a:hover, .header a:hover {
    color: #A90057;
    text-decoration: none;
}

a.with-arrow:before {
    content: '';
    background-image: url("../img_wp/icons/arrow-link.svg");
    background-repeat: no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 4px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

a.with-arrow:hover:before {
    margin-right: 2px;
    margin-left: 2px;
}

.forgot-password-link {
    font-size: 16px;
    text-align: right;
    display: block;
    margin-bottom: 13px;
    color: #68696a;
}

.forgot-password-link:hover {
    color: #233b3f;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}

.section-header {
    color: #233b3f;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    padding: 60px 0;
    margin: 0;
}

.section-header:after {
    content: '.............';
    display: block;
    line-height: 0px;
    font-size: 28px;
}

.section-header.small-space {
    font-size: 26px;
    padding: 30px;
}

@media (max-width: 650px) {
    .section-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.section-subheader {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-form {
    max-width: 594px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .container-form {
        padding: 0 10px;
    }
}

.header {
    border-bottom: none;
}

.header.header-sticky {
    background: #ffffff;
    height: 90px;
}

.header.header-sticky .show-on-scroll {
    display: none;
}

.header.header-fixed-shrink .logo {
    padding-top: 0px;
}

.header .logo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    width: 185px;
    margin: 0;
}

.header .cta-li a {
    width: 140px;
    height: 42px;
    text-align: center;
}

.header .cta-li a:hover a {
    font-weight: 300;
}

.header .topbar ul.loginbar > li > a {
    font-weight: 400;
    font-size: 12px;
    color: #7c8082;
}

.header .topbar ul.loginbar > li > a:hover {
    font-size: 12px;
    color: #233E3B;
}

.header .topbar-phone {
    color: #7c8082;
    font-weight: 400;
    font-size: 12px;
}

.header .mega-menu .dropdown-menu {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: -2px;
    border-bottom: none;
    box-shadow: none;
}

.header .mega-menu .dropdown-menu .inner-container {
    max-width: 1080px;
    margin: 0 auto;
}

.header .mega-menu .dropdown-menu li {
    float: left;
    width: 25%;
}

.header .mega-menu .dropdown-menu li:nth-child(4) {
    width: 20%;
}

.header .mega-menu .dropdown-menu a {
    line-height: 20px;
    display: inline-block;
    border-bottom: none;
    font-weight: 300;
    padding: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .mega-menu .dropdown-menu a:hover {
    color: #003D4C;
    cursor: pointer;
    font-weight: 400;
    background: none !important;
}

.header .mega-menu .dropdown-menu .first-line {
    margin-bottom: 20px;
}

.header .mega-menu .dropdown-menu .new-line {
    display: block;
}

.header .dropdown-menu a:before {
    content: '';
}

@media (max-width: 992px) {
    .header .dropdown-menu a:before {
        display: none;
    }
}

.header .aside-menu {
    float: right;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.header .aside-menu li {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {

    .header .navbar-nav > li.active > a:after, .header .navbar-nav > li:hover > a:after, .header .navbar-nav > .current-menu-item a:after, .header .navbar-nav > li > a.current:after {
        background: #233b3f;
        margin-left: calc(50% - 10px);
        position: static;
    }

    .header-fixed .header.header-fixed-shrink .logo img {
        max-height: none;
    }

    .header.header-fixed-shrink .show-on-scroll {
        display: inline-block;
    }

    .header.header-fixed-shrink .hide-on-scroll {
        display: none;
    }

    .header .mobile-languages,
    .header .mobile-login {
        display: none;
    }

    .header .help-number {
        text-align: right;
        margin-top: 10px;
        margin-left: 25px;
        float: right;
    }

    .header .help-number span {
        display: block;
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .header .dropdown-menu {
        border-top: 0;
    }

    .header .close-mobile-menu {
        display: none;
    }

    .header .navbar-collapse.mega-menu {
        top: -10px;
    }

    .header .mega-menu .container {
        position: static;
    }

    .header .navbar-nav > li > a {
        padding-right: 20px;
        font-weight: 300;
        text-align: center;
        width: inherit;
    }

    .header .navbar-nav > li > a:after {
        content: '';
        display: inherit;
        height: 3px;
        width: 25px;
        margin-top: 9px;
        top: 0;
    }

    .header .menu-platform a {
        width: 119px;
    }

    .header .menu-language > a {
        width: 208px;
    }

    .header .menu-references a {
        width: 134px;
    }

    .header .menu-about a {
        width: 115px;
    }

    .header .navbar-nav > li:hover > a,
    .header .navbar-nav > .current-menu-item a,
    .header .navbar-nav > li > a.current {
        border-bottom: none;
        font-weight: 400;
        cursor: pointer;
    }

    .header .navbar-nav > li:hover > a:after,
    .header .navbar-nav > .current-menu-item a:after,
    .header .navbar-nav > li > a.current:after {
        background: #233b3f;
        margin-left: calc(50% - 10px);
        position: static;
    }

    .header .navbar-nav > .cta-li:hover a {
        font-weight: 300;
    }

    .header .navbar-nav > li:hover > a {
        color: inherit !important;
    }

    .header .navbar-nav > .cta-li a {
        border: 1px solid #D30053;
        color: #D30053;
        /*      line-height: 40px;
              padding: 0 !important;*/
        margin-top: -1px;
    }

    .header .navbar-nav > .cta-li a:after {
        content: none;
    }

    .header .navbar-nav > .cta-li a:hover {
        /*border: none;*/
        background: #b30046;
        color: white !important;
    }
}

.header .topbar ul.languages {
    left: -15px;
    background: #ffffff;
    box-shadow: 0px 0px 2px #d9d9d9;
}

.header .topbar ul.languages:after {
    left: 35px;
    border-bottom-color: #ffffff;
}

.header .topbar ul.languages li a {
    color: #8C8F94;
    font-size: 12px;
    font-weight: 400;
}

.header .topbar ul.languages li a:hover {
    background: transparent;
    color: #233b3f;
    cursor: pointer;
}

.header .topbar ul.languages li.active a {
    background: transparent;
}

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink {
        margin-top: 0;
        height: 60px;
        background: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.65);
    }

    .header-fixed .header.header-fixed-shrink .logo img {
        margin: 0;
        height: 60px;
        max-width: none;
    }

    .header-fixed .header.header-fixed-shrink .dropdown-menu {
        top: 60px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-collapse.mega-menu {
        top: -14px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > .cta-li a {
        padding: 10px 15px;
        background: #d30053;
        border: none;
        color: #ffffff;
        margin-top: 8px;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > .cta-li a:hover {
        background: #b30046;
    }

    .header-fixed .header.header-fixed-shrink .navbar-nav > .cta-li a:after {
        background: transparent;
    }

    .get-quote-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-fixed .header.header-sticky {
        position: fixed;
    }

    .header .navbar-toggle {
        background: transparent;
        border: none;
        margin-top: 13px;
    }

    .header .navbar-toggle:hover {
        background: none !important;
    }

    .header .navbar-toggle .fa-bars {
        color: #233b3f;
    }

    .header.header-sticky {
        height: 60px;
        box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.65);
    }

    .header.header-sticky .logo {
        vertical-align: top;
    }

    .header.header-sticky .logo img {
        height: 60px;
    }

    .header .topbar {
        display: none;
    }

    .header .header-container {
        position: relative;
    }

    .header .btn-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .navbar-responsive-collapse {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 12;
    }

    .header .navbar-responsive-collapse .container {
        margin: 0;
        background: #ffffff;
        box-shadow: inset 3px 0px 5px 0px rgba(0, 0, 0, 0.5);
        padding: 20px 30px;
        height: 100vh;
        overflow-y: scroll;
    }

    .header .navbar-nav {
        clear: both;
    }

    .header .navbar-nav > li > a {
        font-size: 23px;
        line-height: 39px;
        font-weight: 300;
        border-bottom: none;
        text-align: right;
        padding: 0;
    }

    .header .navbar-nav > li > a:hover {
        color: inherit;
        border-bottom: none;
    }

    .header .dropdown > a:after {
        content: '';
    }

    .header .mega-menu .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        border: 0;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }

    .header .mega-menu .dropdown-menu li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
    }

    .header .mega-menu .dropdown-menu li:nth-child(4) {
        width: 100%;
    }

    .header .mega-menu .dropdown-menu a {
        font-size: 16px;
        line-height: 30px;
    }

    .header .mega-menu .dropdown-menu .first-line {
        margin-bottom: 0;
    }

    .header .mega-menu .dropdown-menu .ico {
        display: none;
    }

    .header .navbar-nav .mobile-languages,
    .header .navbar-nav .mobile-login {
        float: right;
        margin-top: 30px;
    }

    .header .navbar-nav .mobile-languages a,
    .header .navbar-nav .mobile-login a {
        font-size: 14px;
    }

    .header .mobile-languages > a:after {
        content: '|';
        margin: 0 10px;
    }

    .header .mobile-languages ul {
        display: none;
        list-style: none;
        padding-left: 0;
    }

    .header .mobile-languages ul a {
        border: none;
        text-transform: uppercase;
        line-height: 25px;
    }

    .header .navbar-nav .cta-li a {
        border: none;
        width: 100%;
    }

    .header.header-sticky .help-number {
        display: none;
        clear: both;
        text-align: right;
    }

    .header.header-sticky .help-number:before {
        content: '';
        width: 17px;
        height: 17px;
        background-image: url("../img_wp/icons/phone.svg");
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 0;
    }

    .header.header-sticky .help-number span {
        display: none;
        visibility: hidden;
    }

    .logo {
        width: 200px;
    }

    .get-quote-mobile {
        display: inline-block;
    }

    .navbar-nav {
        background: #ffffff;
    }

    .navbar-collapse {
        display: none;
    }

    .close-mobile-menu {
        float: right;
        margin-bottom: 35px;
        background-image: url("../img_wp/close.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 530px) {
    .header .logo .hide-on-scroll {
        display: none;
    }

    .header .logo .show-on-scroll {
        display: block;
    }

    .header .topbar .loginbar li:last-child {
        display: none;
    }

    .header .topbar .loginbar li.topbar-devider-phone {
        display: none;
    }
}

.footer-v3 {
    background: #f6f6f6;
}

.footer-v3 .list-unstyled a {
    font-size: 14px;
    color: #000000;
    line-height: 25px;
}

.footer-v3 .list-unstyled a:hover {
    font-weight: 400;
    color: #233E3B;
}

.footer-v3 .col-md-3 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-v3 .inner-wrapper-about {
    width: 200px;
}

.footer-v3 .inner-wrapper-audio {
    width: 132px;
}

.thumb-headline h2 {
    color: #26272d;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
}

.footer-nav-bottom {
    list-style: none;
    margin-top: 40px;
    padding-left: 0;
}

.footer-nav-bottom li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #68696a;
}

.footer-nav-bottom li:after {
    content: '|';
    margin: 0 25px;
}

.footer-nav-bottom li:last-child:after {
    content: '';
    margin: 0;
}

.footer-nav-bottom p {
    display: inherit;
}

.footer-nav-bottom a, .footer-nav-bottom p {
    color: #68696a;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-nav-bottom a:hover {
    color: #233E3B;
}

.footer-nav-bottom .choose-country:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("../img_wp/icons/earth-gray.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0 0 10px;
    vertical-align: top;
}

.footer-nav-bottom .choose-country:hover:after {
    background-image: url("../img_wp/icons/earth.svg");
}

.footer-info {
    color: #68696a;
    margin-bottom: 0;
    line-height: 20px;
}

.footer-info + p {
    margin-bottom: 30px;
}

.footer-contact-with-us {
    background: #e7e7e7;
}

.footer-contact-with-us-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    height: 85px;
    line-height: 85px;
}

.footer-contact-with-us-list li {
    display: inline-block;
}

.footer-contact-with-us-list a {
    color: #233b3f;
    font-size: 14px;
}

.footer-contact-with-us-list .footer-phone:before {
    content: '';
    width: 16px;
    height: 24px;
    background-image: url("../img_wp/icons/smartphone-call.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background-position: center;
}

.footer-contact-with-us-list .footer-email:before {
    content: '';
    width: 24px;
    height: 22px;
    background-image: url("../img_wp/icons/close-envelope.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background-position: center;
}

.footer-contact-with-us-list .footer-email:hover {
    color: inherit;
    text-decoration: underline;
}

.footer-contact-with-us-list .border-dotted:after {
    content: '';
    width: 3px;
    height: 26px;
    background-image: url("../img_wp/border-dotted.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 42px;
}

.footer-contact-with-us-list .footer-social {
    font-size: 0;
    color: transparent;
    margin: 0 12px;
}

.footer-contact-with-us-list .footer-facebook {
    width: 9px;
    height: 16px;
    background-image: url("../img_wp/icons/facebook-logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
}

.footer-contact-with-us-list .footer-linkedin {
    width: 19px;
    height: 17px;
    background-image: url("../img_wp/icons/linkedin-logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.footer-contact-with-us-list .footer-instagram {
    width: 17px;
    height: 17px;
    background-image: url("../img_wp/icons/instagram-logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.footer-subscribe {
    background-color: #ffffff;
    background-image: url("../img_wp/bg-dots.png");
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.footer-subscribe h3, .footer-subscribe p {
    color: #233b3f;
}

.footer-subscribe h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}

.footer-subscribe p {
    margin-bottom: 30px;
}

.footer-subscribe .subscribe-input {
    border-bottom: 2px solid #233b3f;
    width: 264px;
    margin-right: 12px;
}

.footer-subscribe .subscribe-submit {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

#topcontrol {
    background-color: #233b3f;
}

#topcontrol:after {
    top: 5px;
}

#topcontrol:hover {
    background-color: #003d4c;
}

@media (max-width: 650px) {
    .footer-contact-with-us-list .border-dotted {
        font-size: 0;
        color: transparent;
    }

    .footer-contact-with-us-list .border-dotted:before {
        margin-right: 0;
    }

    .footer-contact-with-us-list .border-dotted:after {
        margin: 0 20px;
    }

    .footer-contact-with-us-list a {
        font-size: 0;
        color: transparent;
    }

    .footer-v3 .col-md-3 {
        display: inline-block;
    }

    .footer-v3 .inner-wrapper-about,
    .footer-v3 .inner-wrapper-audio {
        width: auto;
    }

    .footer-nav-bottom li:first-child {
        display: block;
    }

    .footer-nav-bottom li:first-child:after {
        content: '';
        margin: 0;
    }

    .footer-menu .col-md-3 {
        margin-top: 0;
    }

    .footer-menu .col-md-3:nth-child(1),
    .footer-menu .col-md-3:nth-child(2) {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer-nav-bottom p, .footer-nav-bottom a {
        font-size: 11px;
    }
}

@media (max-width: 530px) {
    #topcontrol {
        display: none;
    }

    .footer-subscribe {
        height: 250px;
    }

    .footer-subscribe .subscribe-input {
        margin-right: 0;
    }

    .footer-subscribe .subscribe-submit {
        display: block;
        margin: 23px auto 0;
    }
}

.footer-v3, .header {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

body.header-fixed.modal-open .header {
    display: none;
}

.cta-border-r {
    border: 1px solid #D30053;
    background: transparent;
    color: #D30053;
    z-index: 10;
}

.cta-li a, .cta {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    line-height: 22px;
    font-size: 15px !important;
}

.cta-border-r:hover, .cta-border-r:active, .cta-border-r:focus {
    background: #b30046;
    border-color: #950047;
    color: #ffffff !important;
    font-size: 14px;
}

@media (min-width: 992px) {
    .mobile-get-quote {
        display: none;
    }

    .navbar-collapse.mega-menu.navbar-responsive-collapse {
        display: block !important
    }
}

.main-get-quote {
    display: block !important;
}

@media (max-width: 992px) {
    .main-get-quote {
        display: none !important;
    }
}
