.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-more {
    border: 1px solid white;
    background: transparent;
    border-radius: 50px;
    padding: 9px 20px;
    color: white;
    text-decoration: none !important;
}

.btn-more:hover {
    background: white;
    color: #313e8e;
    text-decoration: none !important;
}

.btn-outline-primary {
    border-radius: 50px;
    padding: 9px 20px;
    border-color: #313e8e;
    color: #313e8e;
    background: white;
    font-weight: 600;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
    background: #313e8e;
    border-color: #313e8e;
}

.btn-primary {
    background: #313e8e;
    border-color: #313e8e;
}

.btn i {
    margin-right: 8px;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #f9f9f9;
    color: #9396ab;
}

a {
    color: #313e8e;
}

a:hover {
    color: #222e75;
}

strong {
    font-weight: 700;
    color: #8488a0;
}

h1 {
    font-size: 26px;
    font-weight: 700;
    color: #0b1554;
}

h2 {
    font-size: 22px;
}

.heading-before,
.products-nav > .title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

.logo img {
    max-width: 100%;
    height: 60px;
}

.section-welcome {
    position: relative;
    background: #00121f;
    height: 100vh;
    min-height: 400px;
    max-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding-top: 100px;
}

.section-welcome:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/bearing-seals-bg.jpg") top center / 100% auto;
    opacity: 0.4;
}

.section-welcome .heading-before {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    margin: 0 0 -2px 0;
    opacity: 0.7;
}

.section-welcome h1 {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.section-welcome .more {
    padding: 4px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-welcome .btn {
    position: relative;
    z-index: 2;
    color: #313e8e;
    border-color: white;
    background: white;
    border-radius: 50px;
    padding: 15px 55px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    z-index: 3;
    transition: all .2s ease-out;
}

.right-side-on-change {
    display: none;
}

.main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.nav-level-0 {
    display: flex;
}

.main-nav .item-level-0 {
    flex: 1;
    display: flex;
}

.main-nav .item-level-0,
.main-nav .item-level-0 > a {
    position: relative;
    flex-grow: 1;
}

.main-nav .item-level-0 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 20px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border-top: 4px solid transparent;
    margin-top: -2px;
}

.main-nav .item-level-0 > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    margin-top: -10px;
}

.main-nav .item-level-0 > a .title {
}

.main-nav .item-level-0 > a .sub-name {
    display: block;
    font-size: 10px;
    opacity: 0.6;
    margin-top: 1px;
}

.main-nav .item-level-0:first-child > a {
    text-align: left;
    justify-content: flex-start;
}

.main-nav .item-level-0:last-child > a {
    text-align: right;
    justify-content: flex-start;
    flex-flow: row-reverse;
}

.main-nav .item-level-0:last-child > a > i {
    margin-left: 8px;
    margin-right: 0;
    margin-top: -15px;
}

.main-nav .item-level-0:last-child > a:after {
    display: none;
}

.main-nav .item-level-0.active > a,
.main-nav .item-level-0 > a:hover {
    border-top-color: #568bc1;
    text-decoration: none;
}

.main-nav .item-level-0 a i {
    margin-right: 8px;
}

.main-nav .item-level-0 .arrow-down {
    margin-left: 8px;
}

.main-nav .item-level-0:hover .nav-level-1 {
    display: block;
}

.main-nav .nav-level-1 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.main-nav .item-level-1 {
    display: block;
}

.main-nav .item-level-1 > a {
    display: block;
    padding: 7px 15px;
    color: white;
    white-space: nowrap;
}

.selected-lang {
    padding: 20px;
}

.contact-phone {
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding: 4px 15px;
}

.lang-flags {
    position: relative;
    z-index: 2;
}

.lang-flags img {
    height: 20px;
}

.lang-options {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style-type: none;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    display: none;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
}

.lang-options a {
    display: block;
    padding: 5px 20px;
}

.lang-flags:hover .lang-options {
    display: block;
}

header.changed {
    background: white;
    box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.15);
}

header.changed .main-nav .item-level-0 > a {
    color: black;
    border-top: none;
    margin-top: 0;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
    justify-content: center !important;
    text-align: center !important;
}

header.changed .main-nav .item-level-0.active > a,
header.changed .main-nav .item-level-0 > a:hover {
    border-bottom-color: #313e8e;
}

header.changed .main-nav .sub-name,
header.changed .logo-white,
header:not(.changed) .logo-colored {
    display: none;
}

header.changed .main-nav .item-level-0:last-child > a > i {
    margin-top: 0;
}

header.changed .logo {
    padding: 0 30px 0 0;
    height: auto;
}

header.changed .logo img {
    height: 50px;
}

header.changed .right-side {
    display: none;
}

header.changed .container {
    display: flex;
    flex-flow: row;
}

header.changed .nav-container {
    flex-grow: 1;
}

header.changed .right-side-on-change {
    display: flex;
    flex-flow: row;
}

header.changed .lang-flags {
    display: flex;
    align-items: center;
    justify-content: center;
}

header.changed .selected-lang {
    padding: 0 20px;
    display: flex;
    flex-grow: 1;
}

#body > .section:first-child {
    padding-top: 125px;
    /*min-height: calc(100vh - 443px);*/
}

.swiper-container {
    display: block;
}

.slide-wrap {
    padding: 15px;
}

.slide-wrap,
.slide-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 200px;
}

.slide-wrap a {
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    color: #717171;
    /*background: white;*/
    /*box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.05);*/
}

.slide-wrap img {
    max-width: 100%;
    max-height: 100px;
}

.slide-wrap a span {
    margin-top: 20px;
}

.section-motivators {
    transform: translate(0, -50%);
}

.motivators {
    background: white;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.25);
    display: flex;
}

.motivators .motivator {
    padding: 30px;
    flex: 1;
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.motivators .motivator .title {
    color: #313e8e;
    text-transform: uppercase;
}

.motivators .motivator .sub-title {
    font-size: 12px;
    color: #6d749e;
}

.motivators .motivator:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    margin-top: -25px;
    background: #e4e4e4;
    content: "";
}

.motivators .motivator .icon {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #313e8e;
}

.motivators .motivator .icon:before,
.motivators .motivator .icon img {
    position: relative;
    z-index: 1;
}

.motivators .motivator .icon:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -80px;
    margin-left: 0;
    background: rgba(49, 62, 142, 0.07);
}

.motivators .motivator .icon img {
    max-height: 50px;
}

.motivators .motivator.quality .icon {
    font-size: 42px;
}

.products {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.products .wrap {
    background: white;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 50px 1px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-flow: column;
    padding: 30px;
    flex-grow: 1;
    border-radius: 3px;
    overflow: hidden;
}

.products .wrap h2,
.products .wrap h3 {
    text-align: center;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    color: #313e8e;
    font-weight: 600;
}

.products .wrap a {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-radius: 50px;
    border: 1px solid rgba(49,62,142, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.products .wrap a span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 20px;
}

.products .wrap h2:after,
.products .wrap h3:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    margin: 6px auto 0 auto;
}

.products .wrap .content {
    font-size: 13px;
    color: #888ba2;
}

.products .wrap .icon {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px -30px 30px -30px;
    padding: 30px 0 0 0;
    background: url("../../img/product-bg.jpg") center center / 100% auto no-repeat;
}
.products .wrap img {
    max-height: 40px;
    display: none;
}

.products .row > * {
    margin-bottom: 30px !important;
    display: flex;
}

.products img {
    max-width: 100%;
}

.section .container > h1,
.section .container-fluid > h1,
.section .container > h2,
.section .container-fluid > h2,
.section .heading,
.section .heading-before + h1,
.section .heading-before + h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 60px 0;
    font-size: 26px;
    font-weight: 700;
    color: #0b1554;
}

/*.section.references {*/
    /*position: relative;*/
    /*background: url('../../img/references-bg.jpg') center center / 100% auto no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*padding-top: 100px;*/
/*}*/

.section-map {
    background: white;
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-map .wrap {
    display: flex;
    align-items: center;
}

.section-map .info {
    flex-grow: 1;
}

.section-map img {
    position: absolute;
    top: -20px;
    right: -100px;
    height: 650px;
    opacity: 0.9;
}

.section-contact-bar {
    background: #42465a;
    padding: 20px 0;
}

.section-contact-bar p {
    font-size: 24px;
    color: white;
    font-weight: 300;
}

.section.contact iframe {
    width: 100%;
    height: 400px;
}

.section.contact img {
    max-width: 100%;
}

.section.contact h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

footer {
    background: #29303b;
    font-weight: normal;
}

footer,
footer a {
    color: #9c9c9c;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer li a {
    display: block;
}

footer a:hover {
    color: white;
    text-decoration: underline !important;
}

#footer .container {
    display: block;
    padding-top: 75px;
    padding-bottom: 75px;
}

#footer h2 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-size: 18px;
}

#footer h2,
#footer p a {
    color: #dedede;
}

#footer ul li a {
    text-decoration: none;
}

#footer .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .row > *:not(:last-child) > * {
    border-right: 1px solid rgba(100, 100, 100, 0.15);
}

#footer .row > * > .wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#footer iframe {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 225px;
}

#copy {
    background: rgba(0, 0, 0, 0.15);
}

.products-nav {
    background: white;
    border-radius: 3px;
    margin-top: 40px;
}

.products-nav > .title {
    height: 40px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    left: 38px;
}

.products-nav ul,
.products-nav ul li,
.products-nav ul li a{
    display: block;
}

.products-nav a {
    color: black;
    text-align: left;
    border-left: 3px solid transparent;
    padding: 10px 20px;
}

.products-nav .item.active > a,
.products-nav .item > a:hover {
    border-left-color: #313e8e;
    text-decoration: none;
    background: rgba(49, 62, 142, 0.07);
}

.section-welcome + .section.products {
    margin-top: -90px;
}

.section-welcome + .section.products h2,
.section-welcome + .section.products .heading-before {
    display: none;
}