body {
    background: url('../img/bg.png') top center repeat-x #F5F5F5;
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

body.page {
    background: url('../img/bg-page.png') top center repeat-x #F5F5F5;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    color: #111;
}

a,
.link {
    color: #3fa6de;
}

.link {
    text-decoration: underline;
}

h1 {
    font-size: 42px;
    color: #ff9c00;
}

h2 {
    font-size: 22px;
    color: #001F4E;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

.l {
    float: left;
}

.r {
    float: right;
}

.j {
    text-align: justify;
}

.c {
    text-align: center;
}


/* CLEARFIX ========================================================================================================= */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}


/* GLOBAL =========================================================================================================== */

#page {
    background: url('../img/header.png') top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 66px;
    min-height: 100%;
}

body.page #page {
    background: url('../img/header-page.png') top center no-repeat;
}

#page .wrap,
#main {
    margin: 0 auto;
    width: 940px;
    position: relative;
}

.list-inline {
    display: block;
}

.list-inline li {
    display: inline-block;
    margin: 10px;
    list-style-type: none;
}


/* HEADER =========================================================================================================== */

#header {
    position: relative;
    width: 960px;
    height: 553px;
    margin: 0 auto;
}

body.page #header {
    height: 370px;
}

#header nav {
    background: url('../img/bg-menu.png') top left no-repeat;
    height: 100px;
}

#header nav ul {
    margin: 0;
    padding: 0 0 0 23px;
    height: 100px;
}

#header nav ul li {
    padding: 0 25px;
    list-style-type: none;
    line-height: 100px;
    float: left;
    background: url('../img/menu-delimiter.png') top right no-repeat;
}

#header nav ul li:last-of-type {
    background: none;
}

#header nav ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

#header nav ul li.active a {
    color: #ff9c00;
    font-weight: bold;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#header #logo {
    position: absolute;
    right: 0;
    top: -47px;
}

#header #flasharea {
    width: 960px;
    height: 453px;
    margin: auto;
    position: absolute;
    padding: 0;
    display: block;
    overflow: hidden;
}

#header #flasharea .owl-stage {
    width: 960px;
    height: 453px;
    margin: auto;
    display: inline-block;
}

#header #flasharea li {
    width: 100%;
    height: 453px;
    list-style-type: none;
}

#header #flasharea li img {}

.center img,
.left img {
    width: auto;
}

#header #flasharea li .center {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
}

#header #flasharea li .center img {
    margin: 5% auto;
    width: auto;
}

#header #flasharea li .left {
    float: left;
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 0;
}

#header #flasharea li .right {
    float: right;
    position: absolute;
    z-index: 2;
    top: 5%;
    right: 0;
}

#header #flasharea li .right img {
    width: 80%;
    float: right;
    margin-right: 22px;
}

#header #flasharea li .centerKol img {
    margin: 20px auto;
    width: auto;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.left,
.right,
.centerKol {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.active li .left {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    animation-delay: 0.5s;
}

.active li .right {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-delay: 0.4s;
}

.active li .centerKol {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

.kol-1,
.kol-2,
.kol-3,
.kol-4,
.kol-5 {
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.kol-1 {
    top: 13%;
    right: 17%;
    animation-delay: 1.5s;
}

.kol-2 {
    bottom: 13%;
    left: 17%;
    animation-delay: 1.8s;
}

.kol-3 {
    top: 13%;
    left: 25%;
    animation-delay: 2.1s;
}

.kol-4 {
    bottom: 31%;
    right: 8%;
    animation-delay: 2.3s;
}

.kol-5 {
    bottom: 47%;
    left: 13%;
    animation-delay: 2.6s;
}

.active li .kol-1,
.active li .kol-2,
.active li .kol-3,
.active li .kol-4,
.active li .kol-5 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#header nav ul li .submenu {
    display: block;
    background: #000 !important;
    position: absolute;
    height: auto;
    padding: 10px 20px !important;
    border-radius: 30px;
    width: 250px;
    height: auto;
}

#header nav ul li .submenu li {
    display: block !important;
    background: #000;
    padding: 10px !important;
    float: left;
    line-height: 35px !important;
    clear: both;
}


/* MAIN ============================================================================================================= */

#main {
    position: static;
    margin-top: 30px;
}

#main p,
#main ol li,
#main ul li {
    line-height: 1.5em;
}

#main ol.styled li {
    margin-bottom: 10px;
}

#main .column {
    width: 50%;
    float: left;
}

#main div.flash {
    text-align: center;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px dashed #cdcdcd;
}

#main div.flash p {
    margin: 4px;
}

#main div.flash p.success {
    color: #ff9a03;
}

#main div.flash p.error {
    color: red;
}

#main .line-dec {
    margin-top: 35px;
    vertical-align: middle;
}

#main ul.unstyled li {
    list-style-type: none;
}


/* SERVICES */

#main ul.services {
    margin: 60px 0 0 0;
    padding: 0;
}

#main ul.services li {
    list-style-type: none;
    float: left;
    width: 300px;
    padding-right: 20px;
}

#main ul.services li:last-of-type {
    padding-right: 0;
}

#main ul.services li h2 {
    margin: 13px 0 18px 0;
    text-align: center;
}

#main ul.services li p {
    text-align: center;
}

#main ul.services li p.special {
    font-size: 15px;
    color: #ff9a03;
    text-decoration: underline;
}

#main ul.services li p.special a {
    color: #ff9a03;
}

#main ul.services ul {
    margin: 0;
    padding: 0;
}

#main ul.services ul li {
    color: #3fa6de;
    text-align: center;
}


/* OPERATORS */

#main .operators {
    margin: 35px 0 0 0;
    background: url('../img/bg-operators.png') top center no-repeat;
}

#main .operators ul {
    margin: 0;
    padding: 0;
}

#main .operators ul li {
    list-style-type: none;
    float: left;
    padding-top: 230px;
    width: 220px;
    padding-right: 20px;
}

#main .operators ul li:last-of-type {
    padding-right: 0;
}

#main .operators ul li h4 {
    text-shadow: 1px 0 0 #0c0c0c;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

#main .operators ul li small {
    text-shadow: 1px 0 0 #000;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

#main .operators ul li p {
    margin-top: 50px;
    text-align: center;
}

#main .operators ul li.m1 {
    background: url('../misc/bubble1.png') top left no-repeat;
}

#main .operators ul li.m2 {
    background: url('../misc/bubble2.png') top left no-repeat;
}

#main .operators ul li.m3 {
    background: url('../misc/bubble3.png') top left no-repeat;
}

#main .operators ul li.m4 {
    background: url('../misc/bubble4.png') top left no-repeat;
}

#main .operators ul li b {
    font-weight: normal;
    font-size: 30px;
    color: #ff9c00;
}


/* PARTNERS */

.partners {
    display: block;
}

.partners li {
    display: inline-block;
    width: 48%;
    margin-left: 1%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 20px 0;
    height: 200px;
}

.partners li h2 {
    border-bottom: 2px solid #ddd;
    padding: 10px 15px;
}

.partners li img {
    max-width: 200px;
}

/* COMPONENTS */

div.map-fake-container {
    width: 100%;
    height: 520px;
}

#map-container {
    width: 100%;
    margin-top: 20px;
    height: 470px;
    position: absolute;
    left: 0;
}

#map-container .container #google-map {
    width: 100%;
    height: 470px;
    z-index: 100!important;
}

#map-container .container {
    position: relative;
}

#map-container .container .overlay-top {
    background: url('../img/map-overlay-top.png') top center no-repeat;
    top: 0;
    position: absolute;
    z-index: 200!important;
    width: 100%;
    height: 23px;
}

#map-container .container .overlay-bottom {
    background: url('../img/map-overlay-bottom.png') bottom center no-repeat;
    bottom: 0;
    position: absolute;
    z-index: 200!important;
    width: 100%;
    height: 23px;
}


/* CONTACT FORM ===================================================================================================== */

form.contact {
    position: relative;
    height: 240px;
    width: 800px;
    margin: 0 auto;
}

form.contact div.left {
    float: left;
}

form.contact input[type=text] {
    display: block;
    margin-bottom: 5px;
}

form.contact input[type=text],
form.contact textarea {
    font-size: 14px;
    color: #a9a9a9;
    border-radius: 8px;
    width: 200px;
    border: 1px solid #E0E0E0;
    padding: 6px 8px;
}

form.contact input[type=submit] {
    text-indent: -9999px;
    overflow: hidden;
    background: url('../img/form-button.png') top left no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    top: 20px;
    right: 0;
    border: 0;
}

form.contact .required {
    background: url('../img/icon-star.png') 99% 2px no-repeat #fff;
}

form.contact textarea {
    float: left;
    margin-left: 10px;
    width: 400px;
}

form.contact p {
    padding: 10px 0;
    color: #424242;
}

form.contact p small {
    color: red;
}


/* FOOTER =========================================================================================================== */

#prefooter {
    position: relative;
    background: url('../img/bg-prefooter.png') top left repeat-x;
    height: 100px;
    margin-top: 100px;
}

#prefooter #logo-small {
    position: absolute;
    top: -17px;
    left: 0;
}

#prefooter ul.logos {
    margin: 0;
    padding: 0;
    line-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

#prefooter ul.logos li {
    list-style-type: none;
    float: left;
    margin-left: 20px;
}

#prefooter ul.logos img {
    vertical-align: middle;
    max-height: 58px
}

#prefooter nav {
    background: url('../img/bg-footer-menu.png') top center no-repeat;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
}

#prefooter nav ul {
    margin: 0 auto;
    padding: 0;
    width: 585px;
}

#prefooter nav ul li {
    color: #666;
    line-height: 40px;
    list-style-type: none;
    float: left;
}

#prefooter nav ul li a {
    text-decoration: none;
    color: #ccc;
    padding: 10px;
}

#prefooter nav ul li.active a {
    text-decoration: underline;
    color: #ff9c00;
}

#footer {
    background: url('../img/bg-footer.png') top left repeat-x;
    height: 41px;
}

#footer span {
    line-height: 41px;
}

#footer span .company {
    color: #fff;
}

#footer span img {
    vertical-align: middle;
    padding-left: 5px;
}

#footer span.l {
    color: #ccc;
}

#footer span.r {
    color: #fff;
}

.job {
    margin-top:56px;
}

.text-center {
    text-align: center
}

.gdprcontact input[type="text"] {
    font-size: 14px;
    color: #a9a9a9;
    border-radius: 8px;
    width: 200px;
    border: 1px solid #E0E0E0;
    padding: 6px 8px;
    margin-bottom: 1rem
}

.gdprcontact label {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 400
}


.gdprcontact input[type="submit"] {
    font-size: 14px;
    border-radius: 8px;
    width: 200px;
    background: #E0E0E0;
    border: 1px solid #E0E0E0;
    padding: 6px 8px;
}

.gdprcontact .left {
    display: flex;
    flex-direction: column;
}

/* RESPONSIVE ======================================================================================================= */

@media (max-width: 1150px) {}