@charset "UTF-8";
.header .top_row .main {
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .header .top_row .main {
        padding: 0 0 0 20px;
    }
}

.header .top_row .nav {
    margin-top: 0;
}

@media (min-width: 768px) {
    .header .top_row .nav > ul {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .header .top_row .nav > ul {
        z-index: 999;
    }
}

.header .top_row .nav > ul li.current-menu-item,
.header .top_row .nav > ul li.current-menu-item > a {
    color: #292929
}


.header .top_row .nav > ul > li:first-child {
    margin-left: 0;
}

.header .top_row .nav > ul > li > a {
    font-size: 24px;
    line-height: 72px;
    height: 74px;
    font-weight: 700;
}

.header .top_row .nav > ul li a:hover {
    color: #f2722d;
    text-decoration: none;
}

.header .top_row .hold {
    float: right;
}

.header .top_row .url_reg {
    height: 74px;
    line-height: 115%;
    margin-top: 0;
    padding-top: 9px;
}

@media (min-width: 1160px) {
    .header .top_row .url_reg {
        margin-left: 25px;
    }
}

@media (max-width: 1159px) {
    .header .top_row .url_reg {
        margin-left: 10px;
    }
}

.header .top_row .url_reg span {
    display: block;
    text-align: center;
    font-weight: 700;
}

.header .top_row .url_reg span:nth-child(1) {
    font-size: 18px;
}

.header .top_row .url_reg span:nth-child(2) {
    font-size: 17px;
}

/* Ensure registration label fits on all sites */
@media(max-width: 767px) {
    .header .top_row .url_reg {
        margin-left: 0px;
    }

    .header .top_row .url_reg span:nth-child(2) {
        line-height: 18px;
        font-size: 14px;
    }
}

@media(max-width: 480px) {
    .header-sk .top_row .hold .url_reg span,
    .header-ro .top_row .hold .url_reg span {
        font-size: 15px;
    }
}

@media(max-width: 360px) {
    .header .top_row .hold .url_reg {
        padding: 0px 10px;
    }

    .header .top_row .url_reg span:nth-child(1) {
        font-size: 12px;
    }
}

.header .top_row .lang_nav {
    margin-top: 0;
}

.header .top_row .lang_nav > ul > li > a {
    height: 74px;
    line-height: 74px;
    font-size: 20px;
    font-weight: 700;
}

.header .top_row .lang_nav > ul > li > a:after {
    font-size: 18px;
    line-height: 80px;
    right: 6px;
    -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    font-weight: 700;
}

.header .top_row .lang_nav > ul > li ul {
    top: 74px;
}

.header .top_row .lang_nav > ul > li ul li a {
    font-size: 17px;
}

.header .top_row .login_form {
    margin-top: 0;
}

@media (max-width: 767px) {
    .header .top_row .login_form {
        background-color: #ebf0f1;
    }
}

.header .top_row .login_form .url {
    background-color: transparent;
    height: 74px;
    line-height: 74px;
    color: #666;
    font-size: 20px;
    font-weight: 700;
}

.header .top_row .login_form .url:hover {
    color: #3f3f3f;
}

.header .top_row .login_form .url:after {
    font-size: 18px;
    line-height: 80px;
    right: 23px;
    -webkit-transform: scale(1, 1.2);
        -ms-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    font-weight: 700;
}

.header .top_row .login_form .form {
    top: 74px;
}

@media (min-width: 768px) {
    .home_slider .bx_home_slider li {
        min-height: 450px;
        padding-top: 39px;
    }
}

.home_slider .bx_home_slider li .slider-title {
    position: relative;
    display: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 43px;
}

.home_slider .bx_home_slider li .slider-quote {
    font-family: "Open Sans";
    display: block;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    position: relative;
    height: 40px;
    width: 100%;
    top: 0;
    opacity: 1;
    margin: 20px 0 50px;
    font-style: italic;
    font-weight: 700;
}


.home_slider .bx_home_slider li .slider-name {
    font-size: 18px;
    font-weight: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.home_slider .bx_home_slider li .slider-meta {
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
    margin: 10px auto 0;
    max-width: 360px;
}

@media (max-width: 767px) {
    .home_slider .bx_home_slider li p {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

    .home_slider .bx_home_slider li .slider-title {
        display: block;
    }

    .home_slider .bx_home_slider li .slider-quote {
        display: none;
    }

    .home_slider .bx_home_slider li .slider-name {
        margin-bottom: 50px;
    }
}

.single-vacancies .content .apply_box {
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-vacancies .content .apply_box .url_list {
    display: none;
}

.home_text_block {
    padding-top: 75px;
    padding-bottom: 10px;
}

.home_text_block p {
    font-weight: 400;
}

@media (max-width: 767px) {
    .home_text_block p {
        font-size: 15px;
    }
}

.home_text_block .main {
    width: 100%;
}

@media (min-width: 1200px) {
    .home_text_block .main {
        width: 1110px;
    }
}

.home_text_block .main h2 {
    max-width: 750px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .home_text_block .main h2 {
        font-size: 18px;
    }
}

.main-cols {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .main-cols > .main-col {
        width: 33%;
        padding: 20px 2%;
        display: inline-block;
        vertical-align: top;
    }
}

.widget_nav_menu {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .widget_nav_menu ul > li {
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .widget_nav_menu.six-columns ul > li {
        width: 16.4%;
        padding: 15px 1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget_nav_menu.six-columns ul > li {
        width: 32.333%;
        padding: 15px 1%;
    }
}

@media (min-width: 768px) {
    .widget_nav_menu.seven-columns ul > li {
        width: 14%;
        padding: 15px 1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget_nav_menu.seven-columns ul > li {
        width: 24%;
        padding: 15px 1%;
    }
}

@media (max-width: 1199px) {
    .secondary-nav.main {
        width: 100%;
    }
}

.secondary-nav ul {
    text-align: center;
}

.secondary-nav ul li {
    position: relative;
}

@media (max-width: 767px) {
    .secondary-nav ul li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.secondary-nav ul li a span {
    display: block;
}

.secondary-nav ul li a span.secondary-nav-icon {
    font-size: 35px;
    margin-bottom: 15px;
}

.secondary-nav ul li a span.secondary-nav-link {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.secondary-nav ul li a span.secondary-nav-teaser {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.secondary-nav ul li a:hover {
    text-decoration: none;
}

.secondary-nav ul li.sel a {
    color: #404040;
}

@media (min-width: 992px) {
    .secondary-nav ul li.sel:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        top: -40px;
        left: calc(50% - 16px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 16px 0 16px;
        border-color: #404040 transparent transparent transparent;
    }
}

.block-icon {
    background-color: #00a0f0;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 500px;
    line-height: 70px;
}

.block-icon:before {
    vertical-align: middle;
}


.block-icon i {
    font-size: 45px;
    color: #fff;
}

.block-icon.block-icon-euro {
    padding-right: 5px;
}

.block-icon.block-icon-darker {
    background-color: #3f3f3f;
}

.p-darker {
    color: #3f3f3f;
}

.page-template-default .main .content, .page-template-template-statistic .main .content {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.btn,
.trans {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn {
    background-color: #f2722d;
    border-radius: 2px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}

a.btn:hover,
.btn:hover {
    background: #f6921e;
    text-decoration: none;
    color: white;
}

.btn.btn-social {
    display: block;
    float: none;
}

.btn.btn-blue, .btn.btn-primary {
    background: #00a0f0;
    font: bold 18px/54px "Open Sans", sans-serif;
    padding: 0 28px;
}

@media (max-width: 767px) {
    .btn.btn-blue, .btn.btn-primary {
        line-height: 140%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.btn.btn-blue:hover, .btn.btn-primary:hover {
    background: #33b3f3;
    text-decoration: none;
    color: #fff;
}

.btn.btn-primary {
    border: 0;
    border-radius: 5px;
}

.btn.btn-orange {
    font: bold 18px/54px "Open Sans", sans-serif;
}

.btn.btn-orange:hover {
    text-decoration: none;
    color: #fff;
}

.btn.btn-more {
    border: 1px solid #8C8C8C;
    color: #666;
    padding: 1px 8px;
    background-color: transparent;
}

.btn.btn-more:hover {
    border-color: #666;
    background-color: #666;
    color: #fff;
}

.main .content .btn-cta-reg,
.main .content .btn-cta-jobs {
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 130%;
    padding: 13px 20px;
    text-decoration: none;
}

.main .content .btn-cta-reg + p,
.main .content .btn-cta-jobs + p {
    margin-top: 10px;
}

.fullwidth-cta {
    background-color: #fff;
}
.register-homepage {
    margin-top: 25px;
}
.register-homepage .fullwidth-cta, .register-homepage #bottom-registration {
    background-color: #ecf0f1;
}
.register-homepage #bottom-registration .mt-checkbox > span {
    background: #fff;
}
.fullwidth-cta.home_text_block {
    padding: 40px;
}

@media (max-width: 767px) {
    .fullwidth-cta.home_text_block {
        padding: 20px 15px;
    }
}

.fullwidth-cta.home_text_block h2 {
    padding-bottom: 15px;
}

.blog .wrapper > .main {
    margin-top: 35px;
}

.blog .wrapper > .main .content > h2.blue,
.blog .wrapper > .main .content > p.important {
    display: none;
}

.single-post .main .content h2.blue {
    font-size: 30px;
    margin-top: 25px;
}

.smaller {
    text-transform: none;
}

.page-template-template-team .content {
    float: none;
    width: 100%;
}

.page-template-template-feedback .content,
.page-template-template-contacts .content,
.page-template-template-register .content,
.page-template-template-statistic-duration .content,
.page-template-template-statistic-workers .content,
.page-template-template-statistic-work .content {
    float: none;
    margin: 20px auto 60px;
}

.page-template-template-register .content {
    width: auto;
    max-width: 1000px;
}

.header .top_row .nav > ul > li > a span {
    opacity: 0.6;
}

.header .top_row .nav > ul > li:hover > a span {
    opacity: 0.65;
}

.control-label .required, .form-group .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 9px;
    text-align: right;
}

@media (max-width: 767px) {
    .form-horizontal .control-label {
        padding-top: 0;
        padding-bottom: 5px;
    }
}


@media (max-width: 767px) {
    .header .url_facebook {
        float: right;
        margin-right: 5px;
    }
}

@media (max-width: 340px) {
    .header .url_facebook {
        display: none;
    }
}

@media (max-width: 767px) {
    main.wrapper {
        width: 100%;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .team_contacts > h3 {
        text-align: center;
    }
}

.apply_box .url_list li a.save:before {
    background-position: -3px -3px;
}

.apply_box .url_list li a.print:before {
    background-position: -3px -53px;
}

.apply_box .url_list li a.email:before {
    background-position: -3px -103px;
}

.header .inner_slogan.team {
    overflow: hidden;
}

@media (max-width: 767px) {
    .sites {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .sites li:last-child {
        float: right;
        margin-right: 0;
    }
}

.btn.btn-primary {
    background: #00a0f0;
    font: bold 18px/54px "Open Sans", sans-serif !important;
    padding: 0 28px;
}

/*** Header social buttons ****/

.fb_social_icon {
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.btn-social-icon {
    margin-top: 9px;
    margin-right: 8px;
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon i {
    line-height: 1.5 !important;
}

.btn-facebook {
    color: #fff !important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-google {
    color: #fff !important;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-social-icon {
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.btn-facebook {
    background-color: #3b5998;
}

a.btn-facebook:hover {
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

a.btn-google {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

a.btn-google:hover {
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

.header-submit-pt-pt {
    padding: 0 9px !important;
}


/* Mobile menu */
body.mobile-menu-active {
    overflow: hidden;
    height: 0px;
}

body.mobile-menu-active .header {
    position: fixed;
    z-index: 1000000000; /* Override tawk chat block */
    left: 0;
    width: 100%;
}
body.mobile-menu-active .header + div {
    display: none;
}

.mobile-menu {
    display: none;
    padding: 30px 15px;
    position: fixed;
    top: 74px;
    z-index: 9999999999; /* Need to surpass 'Let's talk' block */
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ebf0f1;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    overflow: scroll;
}

.admin-bar .mobile-menu {
    top: 120px;
}

.mobile-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu > ul {
    background: white;
    padding: 5px 18px 20px 18px;
    margin-bottom: 30px;
}

.mobile-menu ul li {
    display: block;

}

.mobile-menu ul li a {
    color: #666666;
}

.mobile-menu .submenu-toggle {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #f2722d;
    padding-left: 10px;
}
.mobile-menu .submenu-toggle:hover {
    cursor: pointer;
    color: #666666;
}

.mobile-menu ul > li {
    position: relative;
}

.mobile-menu ul > li > a {
    color: #666666;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    display: inline-block;
    margin: 15px 0px;
}

.mobile-menu ul.sub-menu > li > a {
    font-weight: 400;
}

.mobile-menu ul > li.bold > a {
    font-weight: 700;
}

.mobile-menu ul .sub-menu {
    margin-left: 0px;
}

.mobile-menu > ul > li > .sub-menu {
    display: none;
}

.mobile-menu > ul > li > .sub-menu {
    margin-left: 20px;
}

.mobile-menu ul li.sub-menu-active > .sub-menu {
    display: block;
}

.mobile-menu ul li.current-menu-item > a,
.mobile-menu > ul > li.menu-item-has-children > a {
    position: relative;
    color: #f2722d;
}

.mobile-menu .sub-menu > li a {
    font-size: 16px;
    margin: 5px 0px;
}


.mobile-menu .sub-menu > li > ul > li > a {
    font-weight: 400;
}
@media(max-width: 767px) {
    .mobile-menu-active .header .top_row .hold .url_reg {
        display: none;
    }

    .mobile-menu-active .header .top_row .hold .lang_nav {
        display: block;
        margin-right: 15px;
        float: left;
    }
}

.header .top_row .login_form.mobile {
    width: 100%;
}

.header .top_row .login_form.mobile .url {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    width: auto;
    float: none;
    background-color:  #adc3c9;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
}

.header .top_row .login_form.mobile .url:after {
    line-height: inherit;
    content: "\f0dd";
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f2722d;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}


.header .top_row .login_form.mobile .form .url_pass {
    float: left;
}

.header .top_row .login_form.mobile .form {
    position: static;
    display: none;
    padding-top: 30px!important;
}

.header .top_row .login_form.mobile .form:after {
    height: 0;
    content: "";
    clear: both;
    display: table;
}

.header .top_row .login_form.mobile .form.open {
    display: block;
}
