@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "aos.css";

@font-face {
    font-family: UniNeue;
    src: url("../fonts/unineue-regular.otf") format("opentype")
}

@font-face {
    font-family: UniNeueBold;
    src: url("../fonts/unineue-bold.otf") format("opentype")
}

@font-face {
    font-family: UniNeueBook;
    src: url("../fonts/unineue-book.otf") format("opentype")
}

@font-face {
    font-family: UniNeueLight;
    src: url("../fonts/unineue-light.otf") format("opentype")
}

body {
    font-family: 'UniNeue', serif;
    background: #fff;
    line-height: 26px
}

* {
    border-radius: 0 !important
}

h2 {
    font-size: 30px;
    color: #3b3f51;
    font-family: 'UniNeue', serif
}

h2.title {
    background: url(../img/icon-title-top.svg) top center no-repeat;
    padding-top: 35px
}

h3 {
    font-size: 30px;
    color: #3b3f51;
    font-family: 'UniNeue', serif
}

p {
    color: #9093a3;
    font-size: 18px;
    font-family: 'UniNeue', serif;
    line-height: 28px
}

@media (max-width: 991px) {
    p {
        font-size: 16px;
        line-height: 23px
    }
}

.color-red {
    color: #f80f46
}

.color-green {
    color: #92e233
}

.color-purple {
    color: #8e16aa
}

.color-blue {
    color: #0597ff
}

.btn-primary {
    background: #a4aac5;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: 'UniNeue', serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 35px
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #858db1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: 2px solid transparent
}

.btn-primary img {
    display: inline-block;
    margin: -2px 0 0 5px
}

.btn-default {
    background: #0597ff;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: 'UniNeue', serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 35px
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
    background: #007ad1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: 2px solid transparent
}

.btn-default img {
    display: inline-block;
    margin: -2px 0 0 5px
}

.btn-danger {
    background: #f80f46;
    color: #ffffff;
    border: 2px solid transparent;
    font-family: 'UniNeue', serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 35px
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
    background: #ce0635;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: 2px solid transparent
}

.btn-danger img {
    display: inline-block;
    margin: -2px 0 0 5px
}

.btn-blue {
    background: #0597ff
}

.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    background: #007ad1
}

.btn-secondary {
    background: #ffffff;
    color: #5b5e6f;
    border: 2px solid #5b5e6f;
    font-family: 'UniNeue', serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 35px
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background: #444653;
    border: 2px solid #444653;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: 2px solid transparent
}

.btn-secondary img {
    display: inline-block;
    margin: -2px 0 0 5px
}

.btn-circle {
    border-radius: 25px !important
}

@media (max-width: 768px) {
    .btn {
        margin-top: 10px
    }
}

.shadow {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

nav {
    padding: 10px 0 !important;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

@media (max-width: 991px) {
    nav {
        background: #3b3f51
    }

    nav .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media (max-width: 576px) {
    nav .container {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 1200px) {
    nav .container {
        width: 90%
    }
}

nav.active, nav.fixed {
    background: #1f2129
}

nav .navbar-nav {
    margin: 10px 0
}

nav .navbar-nav a {
    text-transform: uppercase;
    font-family: 'UniNeueBold', serif;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

@media (max-width: 991px) {
    nav .navbar-nav a {
        padding: 15px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center
    }
}

nav .navbar-nav a:active, nav .navbar-nav a:focus, nav .navbar-nav a:hover {
    color: #a4aac5
}

nav .navbar-nav a.active {
    color: #a4aac5;
    position: relative
}

@media (max-width: 991px) {
    nav .navbar-nav a.active {
        color: #a4aac5
    }
}

nav .navbar-nav a.active:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #a4aac5;
    position: absolute;
    top: -20px;
    left: 0
}

@media (max-width: 991px) {
    nav .navbar-nav a.active:before {
        top: inherit;
        bottom: -1px;
        color: #a4aac5
    }
}

nav .navbar-nav a.nav-btn {
    border-radius: 20px !important;
    border: 2px solid #f80f46;
    padding: 5px 27px !important;
    margin: -2px 0 0 20px;
    color: #f80f46;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

@media (max-width: 991px) {
    nav .navbar-nav a.nav-btn {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 0 !important;
        padding: 15px 0 !important;
        margin: 0
    }
}

nav .navbar-nav a.nav-btn img {
    margin: -2px 8px 0 0
}

nav .navbar-nav a.nav-btn:active, nav .navbar-nav a.nav-btn:focus, nav .navbar-nav a.nav-btn:hover {
    background: #ffffff;
    border-color: #ffffff
}

nav .navbar-toggler {
    margin-top: 6px
}

nav .navbar-toggler:active, nav .navbar-toggler:focus, nav .navbar-toggler:hover {
    outline: none
}

nav .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px 0
}

header {
    padding: 200px 0 130px;
    overflow-x: hidden;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/header-1.jpg)
}

@media (max-width: 991px) {
    header {
        padding: 110px 0 60px
    }
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header {
        background-image: url(../img/2x/hero_tablet.jpg)
    }
}

header h1 {
    font-size: 48px;
    font-family: 'UniNeueBook', serif;
    color: #fff
}

@media (max-width: 991px) {
    header h1 {
        font-size: 30px
    }
}

header h1 + p {
    color: #a4aac5;
    font-size: 20px;
    font-family: 'UniNeue', serif;
    margin: 30px 0 70px;
    line-height: 34px
}

@media (max-width: 991px) {
    header h1 + p {
        font-size: 18px;
        line-height: 23px
    }
}

header h2 {
    font-size: 24px;
    color: #3b3f51
}

header.header-1 .btn-default {
    min-width: 190px;
    background: #ffffff;
    color: #1f2129;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

header.header-1 .btn-default:hover {
    background: rgba(255, 255, 255, 0.8)
}

@media (max-width: 991px) {
    header.header-1 .btn-default {
        margin-right: 0;
        margin-bottom: 20px
    }
}

header.header-1 .btn-default2 {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

header.header-1 .btn-default2:hover {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.8)
}

header.header-1 p {
    font-size: 24px;
    color: #c2cad8;
    margin-bottom: 45px;
    line-height: 38px
}

@media (max-width: 991px) {
    header.header-1 {
        text-align: center
    }

    header.header-1 .img-float-right {
        width: 130%;
        margin-left: -14.5%
    }
}

header.header-2 h1 {
    margin-top: 60px;
    position: relative
}

header.header-2 h1:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #a4aac5;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -20px
}

header.header-2 h1.style-2:before {
    display: none
}

header.header-2 h1 + p {
    margin: 30px 0 30px
}

header.header-2 .btn-circle {
    padding-left: 55px;
    padding-right: 55px
}

header.header-2 p {
    margin: 40px 0 120px
}

header .box {
    background: #fff
}

@media (max-width: 991px) {
    header .box {
        margin-bottom: 20px
    }
}

header .box .box-item {
    padding: 20px 25px
}

@media (max-width: 991px) {
    header .box .box-item {
        padding: 15px
    }
}

header .box .box-item h2 {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    header .box .box-item h2 {
        margin-bottom: 15px
    }
}

header .box .box-item p {
    font-size: 15px;
    color: #9093a3;
    line-height: 26px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    header .box {
        margin-bottom: 20px
    }
}

header .btn-circle {
    margin-top: 0
}

@media (max-width: 767px) {
    header .img-float-right {
        margin-bottom: 45px !important
    }
}

header.hero-home {
    background-image: url(../img/hero-home.jpg)
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-home {
        background-image: url(../img/2x/hero-home.jpg)
    }
}

header.hero-evob {
    background-image: url(../img/hero-evob.jpg)
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-evob {
        background-image: url(../img/2x/hero-evob.jpg)
    }
}

header.hero-teneris {
    background-image: url(../img/hero-teneris.jpg)
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-teneris {
        background-image: url(../img/2x/hero-teneris.jpg)
    }
}

header.hero-contact {
    background-image: url(../img/hero-kontakt.jpg)
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-contact {
        background-image: url(../img/2x/hero-kontakt.jpg)
    }
}

header.hero-partners {
    background-image: url(../img/hero-partneri.jpg)
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-partners {
        background-image: url(../img/2x/hero-partneri.jpg)
    }
}

header.hero-career {
    background-image: url(../img/hero-kariera.jpg);
    background-position: bottom center
}

@media (-o-min-device-pixel-ratio: 2/1),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    header.hero-career {
        background-image: url(../img/2x/hero-kariera.jpg)
    }
}

section {
    padding: 120px 0;
    overflow: hidden
}

@media (max-width: 767px) {
    section {
        padding: 60px 0
    }
}

#scroll {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    overflow: visible
}

@media (max-width: 767px) {
    #scroll {
        display: none
    }
}

#scroll .scroll-down {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    border-radius: 10px !important;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    padding: 23px 0 0 26px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3)
}

#scroll .scroll-down img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute
}

#about {
    padding-bottom: 0
}

#about .tour {
    margin: 110px 0
}

@media (max-width: 991px) {
    #about .tour {
        margin: 80px 0
    }
}

@media (max-width: 576px) {
    #about .tour img {
        max-width: 50%
    }

    #about .tour p {
        font-size: 14px
    }
}

#about .tour .tour-text-left > * {
    padding: 0 110px 0 30px
}

@media (max-width: 991px) {
    #about .tour .tour-text-left > * {
        text-align: center;
        padding: 20px 0 0 0
    }
}

#about .tour .tour-text-right > * {
    padding: 0 110px 0 60px
}

@media (max-width: 991px) {
    #about .tour .tour-text-right > * {
        text-align: center;
        padding: 20px 0 0 0
    }
}

#employees {
    background: #f2f6f9;
    padding-bottom: 60px
}

#employees h2 {
    margin-bottom: 70px
}

#facts {
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 767px) {
    #facts {
        padding-bottom: 30px
    }
}

#facts h2 {
    margin-bottom: 60px
}

#facts .top-title {
    font-size: 48px;
    color: #3b3f51
}

@media (max-width: 991px) {
    #facts .top-title {
        font-size: 38px
    }
}

#facts .sub-title {
    font-size: 14px;
    color: #a4aac5;
    text-transform: uppercase;
    margin: 20px 0 0
}

@media (max-width: 576px) {
    #facts .sub-title {
        margin: 10px 0 40px
    }
}

#reference {
    text-align: center
}

#reference img {
    margin: 60px 30px 0
}

@media (max-width: 767px) {
    #reference img {
        width: 20%;
        margin: 60px 2% 0
    }
}

@media (max-width: 576px) {
    #reference img {
        width: 30%;
        margin: 60px 5% 0
    }
}

#reference .container + .container {
    margin-top: 150px
}

#study {
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 991px) {
    #study {
        text-align: center
    }
}

#study h2 {
    margin-bottom: 60px
}

#study p {
    margin: 30px 50px 30px 0;
    color: #5b5e6f;
    font-style: italic
}

@media (max-width: 991px) {
    #study p {
        margin-right: 0
    }
}

#study .study-photo {
    width: 50px;
    border-radius: 100% !important;
    margin-right: 20px
}

#study .study-coach {
    color: #9093a3;
    font-style: normal;
    font-size: 15px
}

#study .btn-circle {
    margin-top: 30px
}

@media (max-width: 991px) {
    #study .btn-circle {
        padding-left: 20px;
        padding-right: 20px
    }
}

#study .study-box {
    width: auto;
    background: #fff;
    margin-right: 35px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1199px) {
    #study .study-box {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    #study .study-box {
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    #study .study-box {
        margin-left: 15px;
        margin-right: 15px
    }
}

#study .study-box .block {
    border-bottom: 1px solid #dfe2ef;
    margin: 0 40px;
    padding: 40px 0
}

#study .study-box .block:last-child {
    border-bottom: 0
}

#study .study-box .block .block-top-title {
    font-size: 14px;
    color: #a4aac5;
    text-transform: uppercase;
    padding: 5px 0
}

#study .study-box .block .block-title {
    font-size: 48px;
    color: #3b3f51;
    padding: 5px 0
}

#study .study-box .block .block-sub-title {
    font-size: 16px;
    padding: 5px 0
}

#contact {
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 767px) {
    #contact {
        padding-left: 15px;
        padding-right: 15px
    }
}

#contact.contact {
    padding-top: 0;
    background: #fff;
    margin-top: -120px;
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 991px) {
    #contact.contact {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#boxes {
    padding: 60px 0;
    overflow: visible
}

@media (max-width: 991px) {
    #boxes {
        padding: 30px 0;
        border-bottom: 1px solid #dfe2ef
    }
}

#boxes .container {
    background: #fff;
    margin-top: -120px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

@media (min-width: 1200px) {
    #boxes .container {
        width: 80%;
        padding: 0 120px
    }
}

@media (max-width: 991px) {
    #boxes .container {
        margin-top: 20px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

#boxes .container .box {
    padding: 40px 40px
}

#boxes .icon {
    font-size: 58px;
    margin-bottom: 20px;
    display: inline-block;
}

#boxes .box .title {
    color: #a4abc1;
    font-size: 20px
}

#boxes p {
    font-size: 16px;
    color: #3b3f51;
    margin: 0
}

@media (max-width: 991px) {
    #boxes .media {
        margin: 10px 0
    }
}

@media (min-width: 1200px) {
    #boxes .media {
        max-width: 80%
    }
}

#boxes.version-2 {
    padding: 120px 0
}

#boxes.version-2 .title {
    margin-bottom: 60px
}

#boxes.version-2 .box .title {
    margin-bottom: 0px
}

#boxes.version-2 .container {
    margin-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none
}

#boxes2 {
    background: #f2f6f9;
    padding: 60px 0
}

@media (max-width: 767px) {
    #boxes2 {
        padding-left: 15px;
        padding-right: 15px
    }
}

#boxes2 .row-box {
    margin-top: 55px
}

@media (max-width: 767px) {
    #boxes2 .row-box .col-md-4 {
        margin-bottom: 15px
    }
}

#boxes2 .row-box .box {
    background: #fff;
    height: 100%;
    grandchild: 1;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

#boxes2 .row-box .box img {
    margin: 35px 0
}

#boxes2 .row-box .box .title {
    color: #3b3f51;
    font-size: 16px;
    padding: 0 28px 35px;
    margin-bottom: 0
}

#boxes2 .row-box .box .title h3 {
    font-size: 16px;
    color: #3b3f51;
    font-family: 'UniNeueBold', serif
}

#boxes2 .row-box .box .title h3 + p {
    font-size: 16px
}

#boxes2.no-bg {
    background: none;
    border-bottom: 1px solid #dfe2ef;
    padding-bottom: 120px
}

@media (max-width: 991px) {
    #boxes2 .col-md-6 {
        padding-bottom: 30px
    }
}

#boxes2.boxes-partners .box img {
    width: 36px
}

#levels {
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 768px) {
    #levels .col-md-4 {
        margin-bottom: 15px
    }
}

#levels .box {
    height: 100%;
    background: #fff;
    margin-top: 35px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

@media (max-width: 991px) {
    #levels .box {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    #levels .box {
        margin-top: 0px
    }

    #levels .box p {
        padding-bottom: 25px
    }
}

#levels .box .title-img {
    width: 100%;
    background: #3b3f51;
    padding: 35px 0;
    margin-bottom: 15px
}

#levels .box .title-img h3 {
    color: #fff
}

#levels .box .box-item {
    width: 100%;
    padding: 20px 25px
}

@media (max-width: 991px) {
    #levels .box .box-item {
        padding: 15px
    }
}

#levels .box .box-item h2 {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    #levels .box .box-item h2 {
        margin-bottom: 15px
    }
}

#levels .box .box-item p {
    font-size: 18px;
    color: #9093a3;
    line-height: 26px;
    margin-bottom: 25px
}

#levels .box .box-item p:last-child {
    margin-bottom: 0
}

#levels .box .box-item.home p {
    font-size: 16px
}

#levels .box .box-item a.btn {
    width: 100%
}

@media (max-width: 768px) {
    #levels .col-md-5, #levels .col-md-6 {
        padding-bottom: 30px
    }
}

#levels.levels-partners .box .box-item {
    padding: 10px 55px 0
}

@media (max-width: 991px) {
    #levels.levels-partners .box .box-item {
        padding: 10px 15px 0
    }
}

#line {
    border-bottom: 1px solid #dfe2ef
}

#line .title + p {
    margin-bottom: 65px
}

#line .row-line {
    margin-bottom: 100px;
    position: relative;
    left: 95px
}

#line .row-line > div {
    z-index: 3
}

#line .row-line > div .media {
    background: #fff;
    border-radius: 8px !important;
    margin-left: 20px;
    position: relative;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

#line .row-line > div .media:before {
    content: "";
    width: 50%;
    height: 2px;
    background: #f80f46;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -1px;
    z-index: -1
}

#line .row-line > div .media .media-sort {
    background: #f2f6f9;
    color: #c2cad8;
    width: 83px;
    font-size: 30px;
    padding: 28px 0;
    text-align: center;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
}

#line .row-line > div .media .media-body p {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 22px
}

#line .row-line > div .media .pulse-animation {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1
}

#line .row-line > div .media .pulse-animation:before {
    content: '';
    display: block;
    border: 2px solid #a4aac5;
    border-radius: 8px !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: pulsate 1.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.1s;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0.0
    }
    50% {
        opacity: 0.3
    }
    to {
        -webkit-transform: scale(1.1, 1.3);
        opacity: 0.0
    }
}

#line .row-line > div:last-child .media:before {
    content: "";
    width: 50%;
    height: 185px;
    background: transparent;
    border-right: 2px solid #f80f46;
    border-bottom: 2px solid #f80f46;
    border-bottom-right-radius: 40px;
    left: inherit;
    right: 50%;
    top: 50%
}

#line .row-line:nth-child(2n) {
    position: relative;
    left: inherit;
    right: 95px
}

@media (max-width: 991px) {
    #line .row-line:nth-child(2n) {
        right: inherit
    }
}

#line .row-line:nth-child(2n) > div:first-child .media:before {
    display: none
}

#line .row-line:nth-child(2n) > div:last-child .media:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #f80f46;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -1px;
    z-index: -1
}

#line .row-line:nth-child(2n) > div:last-child .media:before {
    content: "";
    width: 50%;
    height: 185px;
    background: transparent;
    border-left: 2px solid #f80f46;
    border-bottom: 2px solid #f80f46;
    border-bottom-left-radius: 40px;
    border-right: 0;
    border-bottom-right-radius: 0;
    left: 50%;
    top: 50%
}

#line .row-line:nth-child(2n) > div .media-sort {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

#line .row-line:last-child {
    margin-bottom: 20px
}

#line .row-line:last-child > div:last-child .media:before {
    display: none
}

#line .media-last:after {
    display: none !important
}

@media (max-width: 991px) {
    #line .row-line {
        left: inherit;
        margin-bottom: 0
    }

    #line .row-line .media {
        margin: 0 0 20px !important
    }

    #line .row-line .media:before {
        width: 2px !important;
        height: 20px !important;
        background: #f80f46 !important;
        border: 0 !important;
        position: absolute !important;
        top: 100% !important;
        left: 50% !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
        display: block !important
    }

    #line .row-line .media:after {
        display: none
    }

    #line .row-line:last-child > div:last-child .media:last-child:before {
        display: none !important
    }
}

#line .table-container {
    margin: 80px 0 0
}

#line #table {
    margin: 0 0 80px 0
}

#line #table .table {
    font-size: 14px;
    font-family: 'UniNeueLight', serif
}

#line #table .table .table-header {
    background: #5b5e6f
}

#line #table .table .table-header th {
    text-align: center;
    color: #fff;
    padding: 15px 5px;
    vertical-align: middle;
    border: 1px solid #505368
}

#line #table .table td {
    width: calc(14.28571429%);
    padding: 15px 5px;
    vertical-align: middle;
    border: 1px solid #dfe2ef;
    color: #5b5e6f
}

#line #table .table .bg {
    background: #f2f6f9
}

#tour {
    overflow-x: hidden;
    padding: 0
}

@media (min-width: 1200px) {
    #tour .container {
        width: 80%
    }
}

#tour .img-float-left, #tour .img-float-right {
    margin: 0
}

@media (max-width: 767px) {
    #tour .img-float-left, #tour .img-float-right {
        float: left;
        width: 160%;
        margin-left: -30%
    }
}

#tour .tour-text-left {
    margin-right: 65px
}

@media (max-width: 767px) {
    #tour .tour-text-left {
        margin-left: 15px;
        margin-right: 20px;
        text-align: center
    }
}

@media (min-width: 1200px) {
    #tour .tour-text-left {
        max-width: 60%
    }
}

#tour .tour-text-right {
    margin-left: 30px;
    margin-right: 35px
}

@media (max-width: 767px) {
    #tour .tour-text-right {
        margin-left: 15px;
        margin-right: 20px;
        text-align: center
    }
}

@media (min-width: 1200px) {
    #tour .tour-text-right {
        max-width: 60%;
        float: right
    }
}

#tour .tour-item {
    border-bottom: 1px solid #dfe2ef;
    padding: 115px 0 115px
}

@media (max-width: 991px) {
    #tour .tour-item {
        padding: 55px
    }
}

@media (max-width: 767px) {
    #tour .tour-item {
        padding: 55px 0px
    }
}

#tour.contact {
    padding: 80px 0
}

@media (min-width: 1200px) {
    #tour.contact .container {
        width: 1140px
    }
}

@media (max-width: 767px) {
    #tour.contact .tour-text-left, #tour.contact .tour-text-right {
        text-align: center
    }
}

@media (min-width: 1200px) {
    #tour.contact .tour-text-right {
        max-width: 70%;
        width: 70%
    }
}

#tour.contact .tour-item {
    border-bottom: 0
}

#tour.tour-evob .tour-text-left, #tour.tour-evob .tour-text-right {
    margin: 0 auto;
    float: none
}

@media (max-width: 767px) {
    #tour.tour-evob .tour-text-left, #tour.tour-evob .tour-text-right {
        text-align: center
    }
}

#tour.tour-evob .tour-item img {
    width: 50%;
    float: none;
    margin: 0 auto;
    display: block
}

@media (max-width: 767px) {
    #tour.tour-evob .tour-item img {
        width: 70%
    }
}

#tour.tour-evob .tour-item .box-evob-detail {
    border: 1px solid #dfe2ef;
    border-radius: 8px !important;
    padding: 15px 35px;
    margin-bottom: 35px
}

#tour.tour-evob .tour-item .box-evob-detail ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#tour.tour-evob .tour-item .box-evob-detail ul li {
    position: relative;
    color: #5b5e6f;
    font-size: 16px
}

#tour.tour-evob .tour-item .box-evob-detail ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #5b5e6f;
    border-radius: 3px !important;
    position: absolute;
    left: -12px;
    top: 10px
}

#tour.tour-evob .tour-item .btn-default {
    color: #a4aac5;
    border-color: #a4aac5;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px
}

@media (max-width: 768px) {
    #tour.tour-evob .tour-item .btn-default {
        margin-bottom: 45px
    }
}

#jobs {
    border-bottom: 1px solid #dfe2ef
}

@media (max-width: 768px) {
    #jobs {
        padding: 0
    }
}

#jobs .jobs-item {
    border-bottom: 1px solid #dfe2ef;
    padding: 28px 0 20px
}

#jobs .jobs-item:last-child {
    border-bottom: 0
}

@media (max-width: 768px) {
    #jobs .jobs-item {
        text-align: center
    }
}

#jobs .jobs-item .icon {
    width: 36px;
    margin-right: 25px;
    display: block;
    float: left
}

@media (max-width: 1200px) {
    #jobs .jobs-item .icon {
        margin-right: 15px
    }
}

@media (max-width: 768px) {
    #jobs .jobs-item .icon {
        display: inline-block;
        float: none;
        margin-right: 0px
    }
}

#jobs .jobs-item .title, #jobs .jobs-item .title-city {
    font-size: 24px;
    color: #3b3f51;
    display: block;
    float: left;
    line-height: 38px
}

#jobs .jobs-item .title-city:hover, #jobs .jobs-item .title:hover {
    text-decoration: underline
}

#jobs .jobs-item .title-city, #jobs .jobs-item .title-city-city {
    color: #9093a3
}

@media (max-width: 1200px) {
    #jobs .jobs-item .title, #jobs .jobs-item .title-city {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    #jobs .jobs-item .title, #jobs .jobs-item .title-city {
        display: block;
        float: none
    }
}

#jobs .jobs-item .btn-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #f80f46;
    font-family: 'UniNeueBold', serif;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0
}

#jobs .jobs-item .btn-link img {
    margin: -2px 0 0 5px
}

@media (max-width: 768px) {
    #jobs .jobs-item .btn-link {
        text-align: center;
        display: block
    }
}

@media (max-width: 768px) {
    #jobs .jobs-item.jobs-item-detail {
        text-align: left
    }

    #jobs .jobs-item.jobs-item-detail:first-child {
        margin-top: 65px
    }

    #jobs .jobs-item.jobs-item-detail .icon {
        width: 44px;
        float: left;
        margin-right: 15px
    }
}

#jobs .jobs-item.jobs-item-detail .icon {
    width: 44px;
    float: left;
    margin-right: 15px
}

#jobs .jobs-item.jobs-item-detail .icon + .title {
    font-size: 30px;
    line-height: 42px
}

@media (max-width: 768px) {
    #jobs .jobs-item.jobs-item-detail .icon + .title {
        font-size: 24px
    }
}

@media (max-width: 576px) {
    #jobs .jobs-item.jobs-item-detail .icon + .title {
        font-size: 18px
    }
}

#jobs .jobs-item.jobs-item-detail h3 {
    font-size: 20px;
    font-family: 'UniNeueBold', serif
}

#jobs .jobs-item.jobs-item-detail h3 + p {
    margin-bottom: 45px
}

#jobs .jobs-item.jobs-item-detail ul {
    margin: 0 0 45px;
    padding: 0;
    list-style: none
}

#jobs .jobs-item.jobs-item-detail ul li {
    position: relative;
    padding-left: 13px;
    color: #5b5e6f;
    line-height: 24px;
    padding-bottom: 10px
}

#jobs .jobs-item.jobs-item-detail ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #f80f46;
    border-radius: 100% !important;
    position: absolute;
    top: 12px;
    left: 0
}

#jobs .jobs-item.jobs-item-detail p {
    font-size: 16px;
    color: #5b5e6f
}

#jobs .jobs-item.jobs-item-detail .box {
    margin: 15px 0
}

#jobs .jobs-item.jobs-item-detail .box .icon {
    width: 44px
}

@media (max-width: 768px) {
    #jobs .jobs-item.jobs-item-detail .box .icon {
        margin-right: 15px
    }
}

#jobs .jobs-item.jobs-item-detail .box .title {
    font-size: 18px;
    color: #3b3f51;
    line-height: normal
}

#jobs .jobs-item.jobs-item-detail .box .title span {
    display: block;
    color: #9093a3
}

footer {
    background: #3b3f51;
    padding: 120px 0 60px
}

footer img {
    margin-bottom: 15px
}

footer .title {
    color: #fff;
    font-size: 15px;
    font-family: 'UniNeueBold', serif;
    text-transform: uppercase;
    margin: 15px 0
}

footer p {
    color: #c2cad8;
    font-size: 15px
}

footer p a {
    color: #c2cad8
}

footer p a:active, footer p a:focus, footer p a:hover {
    color: #c2cad8
}

footer #facebook {
    padding: 15px 0 0 40px
}

@media (max-width: 991px) {
    footer #facebook {
        padding: 15px 0 0 0
    }
}

footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 60px;
    margin-top: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
}

footer .copyright p {
    margin: 10px 0 0
}

@media (max-width: 576px) {
    footer .copyright .col-sm-6 {
        text-align: center !important
    }
}

footer .contact-footer {
    color: #fff;
    margin-left: 35px
}

@media (max-width: 768px) {
    footer .contact-footer {
        margin-left: 15px
    }
}

footer .contact-footer:active, footer .contact-footer:focus, footer .contact-footer:hover {
    text-decoration: none
}

footer .contact-footer .icon-footer {
    position: relative;
    top: 6px;
    margin-right: 8px
}

@media (max-width: 991px) {
    footer {
        text-align: center
    }

    footer p {
        font-size: 17px
    }

    footer .text-right p {
        text-align: center !important
    }

    footer .contact-footer {
        display: block
    }
}

.tour p {
    font-size: 18px;
    color: #9093a3
}

.owl-carousel .carousel-text {
    color: #5b5e6f;
    font-size: 24px;
    font-family: 'UniNeueBook', serif;
    font-style: italic
}

.owl-carousel .carousel-name {
    color: #9093a3;
    font-size: 15px;
    font-family: 'UniNeueBold', serif
}

.owl-carousel .carousel-photo {
    width: 100px !important;
    display: inline-block !important;
    border-radius: 100% !important
}

@media (max-width: 576px) {
    .owl-carousel .owl-nav {
        display: none
    }
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: 44px;
    height: 22px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -11px
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../img/icon-arrow2-left.svg) no-repeat;
    left: -230px
}

.owl-carousel .owl-nav .owl-next {
    background: url(../img/icon-arrow2-right.svg) no-repeat;
    right: -230px
}

@media (max-width: 991px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -30px
    }

    .owl-carousel .owl-nav .owl-next {
        right: -30px
    }
}

.owl-carousel .owl-dots {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(91, 94, 111, 0.5);
    display: inline-block;
    margin: 0 5px;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #5b5e6f
}

.img-float-left, .img-float-right {
    width: 833px
}

@media (max-width: 768px) {
    .img-float-left, .img-float-right {
        width: 100%
    }
}

.img-float-left.img-float-right, .img-float-right.img-float-right {
    float: left;
    margin-left: 70px
}

@media (max-width: 768px) {
    .img-float-left.img-float-right, .img-float-right.img-float-right {
        margin: 20px 0 0
    }
}

.img-float-left.img-float-left, .img-float-right.img-float-left {
    float: right
}

@media (max-width: 991px) {
    .img-float-left.img-float-left img, .img-float-right.img-float-left img {
        float: left
    }
}

.box-form {
    background: #fff;
    padding: 30px 60px 45px;
    margin-top: 60px
}

@media (max-width: 768px) {
    .box-form {
        padding: 20px 40px 35px
    }
}

.box-form .form-control {
    border: 0;
    border-bottom: 2px solid #a4aac5;
    padding: 10px 0;
    font-family: 'UniNeue', serif;
    font-size: 18px;
    color: #3b3f51;
    line-height: 30px;
    margin: 15px 0 41px
}

.box-form .form-control + label {
    font-family: 'UniNeue', serif;
    color: #a4aac5;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    bottom: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.box-form .form-control:active + label, .box-form .form-control:focus + label, .box-form .form-control:valid + label {
    bottom: 0px
}

.box-form textarea {
    resize: none
}

#login .box-form .form-control {
    padding: 0 0 10px 0;
}

#login .box-form {
    padding: 0px 50px 15px;
    margin-top: 30px;
}
#login .lostLoginForm .box-form {
    margin-top: 60px;
}

.contact-a, .contact-a:active, .contact-a:focus, .contact-a:hover {
    color: #9093a3;
}

.tooltip {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
    margin-top: -20px !important;
    margin-bottom: 20px
}

.tooltip .tooltip-inner {
    width: auto;
    max-width: 450px;
    background: #fff;
    color: #5b5e6f;
    opacity: 1;
    padding: 20px 30px
}

@media (max-width: 768px) {
    .tooltip .tooltip-inner {
        width: 100%;
        max-width: 100%
    }
}

.tooltip .tooltip-inner:after, .tooltip .tooltip-inner:before {
    display: none
}

.tooltip .tooltip-inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tooltip .tooltip-inner ul li {
    text-align: center;
    font-size: 16px
}

.tooltip .tooltip-inner ul li span {
    position: relative
}

.tooltip .tooltip-inner ul li span:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #5b5e6f;
    border-radius: 3px !important;
    position: absolute;
    left: -8px;
    top: 10px
}

#map1, #map2, #map3 {
    height: 330px
}

@media (max-width: 576px) {
    #map1, #map2, #map3 {
        margin-left: -15px;
        margin-right: -15px;
        height: 250px
    }
}

.msgVal.error {
    padding: 4px 8px;
}