/*!
Theme Name: Creado Base Theme
Theme URI: https://littleworkshop.ro
Author: Little Workshop
Author URI: https://littleworkshop.ro
Description: Theme created by Little Workshop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	GENRAL STUFF	*/
/*	GENRAL STUFF	*/

html, body{height:100%;width:100%;margin: 0;font-family:Montserrat, sans-serif;font-size:16px;font-weight:400;}
a{text-decoration:none;color:#428bff}
a:visited, a:active{color:inherit}
button, a{outline:none}
.font0{font-size:0px;}
.container-full{width:1600px; max-width:100%;}
.clear{clear:both}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	FULL PAGE	*/
.full-page-dark{width:100%;height:100vh;background:#000;overflow:hidden;position:relative}
.full-page-light{width:100%;min-height:100vh;background:#fff;overflow:hidden;position:relative}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	HOME BACKGROUND	*/
.home-background, .home-light{position:absolute;top:0px;left:0px;height:100%;width:100%}
.home-background img, .home-light img{height:100%;width:auto;margin-left: 50%;transform: translateX(-50%);}
.home-light { -webkit-animation-name: flicker; animation-name: flicker; -webkit-animation-duration: 15s; animation-duration: 15s;}
.home-light { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear;}

@keyframes flicker {
	from { opacity: 0.5; }
    4% { opacity: 0.7; }
    8% { opacity: 0.45; }
    12% { opacity: 0.65; }
    16% { opacity: 0.30; }
    20% { opacity: 0.5; }
    24% { opacity: 0.6; }
    28% { opacity: 0.25; }
    32% { opacity: 0.30; }
    36% { opacity: 0.55; }
    40% { opacity: 0.4; }
    44% { opacity: 0.6; }
    48% { opacity: 0.35; }
    52% { opacity: 0.20; }
    56% { opacity: 0.70; }
    60% { opacity: 0.5; }
    64% { opacity: 0.65; }
    68% { opacity: .35; }
    72% { opacity: 0.5; }
    76% { opacity: 0.4; }
    80% { opacity: .65; }
    84% { opacity: 0.40; }
    88% { opacity: 0.35; }
    92% { opacity: 0.6; }
    96% { opacity: 0.3; }
    to  { opacity: 0.5; } 
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	GENERAL EFFECTS	*/
@keyframes pop-in{
	0% { opacity: 0; transform: scale(0); }
	100% { opacity: 1; transform: scale(1); }
} 
@keyframes fade-in{
	0% { opacity: 0; }
	100% { opacity: 1; }
} 
@keyframes slide-left {
	0% { opacity: 0; transform: translateX(200px); }
	100% { opacity: 1; transform: translateX(0px); }
}  
@keyframes slide-right {
	0% { opacity: 0; transform: translateX(-200px); }
	100% { opacity: 1; transform: translateX(0px); }
} 
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.slide-left{animation:slide-left 1s ease-out;-webkit-animation:slide-left 1s ease-out;-moz-animation:slide-left 1s ease-out;-ms-animation:slide-left 1s ease-out;}
.slide-right{animation:slide-right .7s ease-out;-webkit-animation:slide-right .7s ease-out;-moz-animation:slide-right .7s ease-out;-ms-animation:slide-right .7s ease-out;}
.pop-in{animation:pop-in .7s ease-out;-webkit-animation:pop-in .7s ease-out;-moz-animation:pop-in .7s ease-out;-ms-animation:pop-in .7s ease-out;}
.fade-in{animation:fade-in 4s ease-out;-webkit-animation:fade-in 4s ease-out;-moz-animation:fade-in 4s ease-out;-ms-animation:fade-in 4s ease-out;} 
.fade-in-fast{animation:fade-in 1s ease-out;-webkit-animation:fade-in 1s ease-out;-moz-animation:fade-in 1s ease-out;-ms-animation:fade-in 1s ease-out;} 
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	STATIC HEADER - VOM FOLOSI LA PAGINI STAITCE*/

.static-header {position: relative;display: flex;min-height:450px; background: #000;}
.static-header h1{position:absolute;width:100%;top:50%;margin:-.5em auto 0 auto;text-align:center;color:#fff;font-size:60px;font-weight:700}
.static-header img{width:100%;height:auto; margin:auto 0;}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*	TOP MENU	*/
.custom-logo-link{position:absolute;top:40px;left:15.6%;z-index:2002}
.custom-logo-link img{width:15vw;height:auto}
.top-menu{ position:absolute; top:45px; right:15.6%;white-space:nowrap;z-index:2001}
.top-menu .languages{display:inline-block}

.languages{list-style:none;margin:0px;padding:0px;font-size:0px;vertical-align:top}
.languages li{display:inline-block;text-transform:uppercase;padding:0px}
.languages li::before{display:inline-block;content:"|";margin:0 .3vw;font-size:.9vw;vertical-align:top}
.languages li:first-child::before{content:"" !important;display:none;}
.languages li a{transition:.4s;}
.languages li a:hover{color:#e15619}

.top-menu, .top-menu a{color:#fff;font-size:1.1vw;}
.menu-toggle{margin-left:30px;border:none;background:none;font-size:24px;color:#fff}
.menu-toggle:hover{color:#e15619}
.menu-toggle::before{content:" ";margin-right:10px;display:inline-block;width:1.3vw;height:1vw;background:url('img/menu.png') center 0px;background-size: cover;vertical-align:middle}
.menu-toggle:hover::before{ animation: menuanim .5s;}
 @keyframes menuanim {
	0% { background-position: center 0px; }
	100% { background-position: center 20px;}
 }
 #collapseMenu{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(32,134,248,.95);z-index:99995;overflow:hidden}
 .menu-hide{border:none;background:none;color:#fff;font-size:36px;font-weight:600;margin:37px 50px;}
 #top_menu{list-style:none;width:100%;text-align:center;margin:40px 0px 0px 0px;padding:0px;}
 #top_menu li{margin:0px;transition:all .3s}
 #top_menu a{display:inline-block;color:#fff;font-size:49px;font-weight:500;text-transform:uppercase;line-height:1.6em;transition:transform .2s}


#thankYou{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(225,86,25,.85);z-index:99998;overflow:hidden;}
#thankYou.show{display:flex; align-items: center;justify-content: center;}
#thankYou>div{text-align:center}
#thankYou h1{font-size:70px;color:#fff;text-align:center;font-weight:700;text-shadow: 3px 3px 5px rgba(0,0,0,.7)}
#thankYou button{border:solid 1px #fff;background:#e15619;color:#fff;font-size:24px;padding:20px 55px;margin-top:20px}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* FRONT PAGE ANIMATIONS*/

.mainSlogan {position:absolute;top:48%;left:0px;width:100%;text-align:center;z-index:2099;display: flex;align-items: center;}
.mainSlogan h1{color:#fff;font-weight:800;font-size:90px;line-height:1em}
.mainSlogan h1 strong{color:#e15619;font-weight:inherit}
.mainSlogan div{margin:0 auto;position:relative} 
/*
.mainSlogan .block {width: 0%; height:100%; background: #e15619; position: absolute;display: flex;}
.mainSlogan .block {animation: mainBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;}
*/
/*

.mainSlogan h1 { -webkit-animation: mainFadeIn 1.4s forwards; -o-animation: mainFadeIn 1.4s forwards; animation: mainFadeIn 1.4s forwards;}
.mainSlogan h1 {animation-delay: .8s; opacity: 0; position: relative;}
.mainSlogan h1 span {width:0px; height: 0px; border-radius: 50%; background: #e15619;	margin-left: 5px; position: absolute;bottom: 13px;right: -12px;}
.mainSlogan h1 span { -webkit-animation: jumpingDot 2.5s cubic-bezier(.74, .06, .4, .92) forwards; animation: jumpingDot 2.5s cubic-bezier(.74, .06, .4, .92) forwards; animation-delay: .8s;}
*/


.mainMission {position:absolute;top:61%;left:0px;width:100%;text-align:center;z-index:2099;display: flex;align-items: center;}
.mainMission h2{color:#fff;font-weight:400;max-width:700px;font-size:26px;line-height:1em; opacity: 1}
/*
.mainMission h2{ animation: secFadeIn 1s forwards; animation-delay: 2s; }
*/
.mainMission div{margin:0 auto;position:relative;} 
/*
.mainMission .block {width: 0%; height:100%; background: #2186f8; position: absolute;display: flex;}
.mainMission .block { animation: secBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;animation-delay: 1.2s;}
*/


.secSlogan {position:absolute;top:73%;left:0px;width:100%;text-align:center;z-index:2099;display: flex;align-items: center;}
.secSlogan div{margin:0 auto;position:relative;max-width:80%;background: #e15619;}
.secSlogan h3{color:#fff;font-weight:300;font-size:29px;line-height:1em; opacity: 1;padding:7px 15px}
/*
.secSlogan h3{ animation: secFadeIn 1s forwards; animation-delay: 2s; }
.secSlogan .block {width: 0%; height:100%; background: #e15619; position: absolute;display: flex;}
.secSlogan .block { animation: trdBlock 1s cubic-bezier(.74, .06, .4, .92) forwards;animation-delay: 1.2s;}
*/


.scrolldown{position:absolute;bottom:2%;left:0px;width:100%;text-align:center;color:#fff !important;font-weight:300;font-size:17px;line-height:1em;z-index:2099;}
.scrolldown span{display:inline-block;text-align:center;background:rgba(225,86,25,.36);border-radius:100%;} 
.scrolldown span img{width:100%;height:100%;max-width:50px;max-height:50px;margin:15px;transition:all .5s}
.scrolldown:hover span img{margin:20px;}
.scrolldown div{padding-top:20px}
.bounce{ box-shadow: 0 0 0 0 rgba(225,86,25,.16);animation: bounce 4s infinite;}

@keyframes mainBlock {
  0% { width: 0%; left: 0; }
  50% { width: 100%; left: 0; }
  100% { width: 0; left: 100%; }
}
@keyframes mainFadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes jumpingDotOriginal {
	0% { width: 0px; height: 0px; background: #e15619; border: 0px solid #ddd; opacity: 0; }
	50% { width: 10px; height: 10px; background: #e15619; opacity: 1; bottom: 45px; }
	65% { width: 7px; height: 7px; bottom: 0px; width: 15px }
	80% { width: 10px; height: 10px; bottom: 20px}
	100% { width: 7px; height: 7px; background: #e15619; border: 0px solid #222; bottom: 13px;}
}
@keyframes jumpingDot {
	0% { width: 0px; height: 0px; background: #e15619; border: 0px solid #ddd; opacity: 0; }
	20% { width: 10px; height: 10px; background: #e15619; opacity: 1; bottom: 45px; }
	30% { width: 7px; height: 7px; bottom: 0px; width: 15px }
	40% { width: 10px; height: 10px; bottom: 35px}
	50% { width: 7px; height: 7px; bottom: 0px; width: 15px }
	60% { width: 10px; height: 10px; bottom: 25px}
	70% { width: 7px; height: 7px; bottom: 0px; width: 15px }
	80% { width: 10px; height: 10px; bottom: 20px}
	90% { width: 8px; height: 8px; background: #e15619; border: 0px solid #222; bottom: 12px;}
	100% { width: 10px; height: 10px; background: #e15619; bottom: 10px;}
}

@keyframes secFadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes secBlock {
	0% { width: 0%; left: 100%;}
	50% { width: 100%; left: 0%;}
	100% { width: 0; left: 0%;}
}

@keyframes trdBlock {
	0% { width: 0%; left: 0%;}
	100% { width: 100%; left: 0%;}
}

 @keyframes bounce { 
	0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(225,86,25,.16);}
	70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(225,86,25,.1); }
	100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(225,86,25,.16);}
 }
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.wwd-background{position:absolute;right:2%;top:5%;}
.wwd-background img{height:100vh;width:auto;}
.wwd-title{font-size:75px; color:#2086f8; font-weight:400;position:absolute;top:7%;right:10%}

.wwd1{background:#ffffff;color:#000}
.wwd2{background:#005b96;color:#fff}
.wwd3{background:#03396c;color:#fff}
.wwd4{background:#011f4b;color:#fff}
.wwd{position:absolute;bottom:6%;width:800px;height:650px;transition:all .4s;overflow:hidden;cursor:pointer}
.wwd1{left:10%; z-index:1000;transform:scale(0.8)}
.wwd2{left:37%; z-index:2000;transform:scale(0.8)}
.wwd3{left:43.25%; z-index:3000;transform:scale(0.8)}
.wwd4{left:49.5%; z-index:4000;transform:scale(0.8)}
.wwd1.wwd-active{transform:scale(1) translateY(-10%)}

.wwd-solid{position:absolute;top:0px;left:0px;width: 115%;height: 102%;font-size:20px;}
.wwd1 .wwd-solid{background:#ffffff;color:#000}
.wwd2 .wwd-solid{background:#005b96;color:#fff}
.wwd3 .wwd-solid{background:#03396c;color:#fff}
.wwd4 .wwd-solid{background:#011f4b;color:#fff}

.wwd-diagonal-bg{width: 100%;height: 100%;background: #e15619;shape-outside: polygon(30% 100%, 100% 100%, 100% -10%);float: right;clip-path: polygon(30% 100%, 100% 100%, 100% -10%);}
.wwd-diagonal-bg img{width:100%;height:auto}

.wwdn{padding-top:70px;padding-left:40px}
.wwdn strong{font-size:40px;font-weight:400;line-height:60px;}

.wwd-border{position:absolute;top:7px;left:7px;width: 115%;height: 102%;background: #e15619;}

.diagonal{ shape-outside: polygon(100% 0%, 0 0, 0% 100%);float: right;clip-path: polygon(100% 0%, 0 0, 0% 100%);}

.diagonal-reverse{width: 100%;height: 100%;float:right; background:none;shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
.wwd-content{position:absolute;top:0px;left:0px;width:100%;height:100%;font-size:20px;}
.wwd-content p{padding:80px 0px 0px 40px}
.wwd-content span{white-space:pre-wrap;font-size:18px;}
.wwd-content strong{font-size:40px;font-weight:400;line-height:60px;}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*
.slide3{background:url('img/slide3-circuit.jpg') bottom left no-repeat #fff;width:100%;height:100%;overflow-y:auto;position:relative;font-size:18px;}
*/

.slide3{height:100vh;background:url('img/slide3-circuit.jpg') bottom left no-repeat #fff;background-size:contain;position:relative}

.slide3-diagonal{width: 100%;height: 100%;float:right;background:#ffffff;shape-outside: polygon(93% 100%,  100% 100%, 100% 0%, 46% 0%);clip-path: polygon(94% 100%, 100% 100%, 100% 0%, 47% 0%);position:relative}
.slide3-diagonal img{width:auto;height:100%;position:absolute;right:0px;top:0px}
.slide3 h1{font-size:75px; color:#2086f8; font-weight:400;padding-left:7%;padding-top:7%;padding-bottom:3%}
.slide3 p{padding-left:7%;padding-bottom:10px;font-size:inherit;line-height:1.8em;}

.slide3 ul{list-style:none;margin-left:7%;padding:0px;margin-top:60px;position:relative;z-index:4000}
.slide3 ul li{font-size:inherit !important;display:block;margin-bottom:15px;}
.slide3 ul li::before{content:" ";border-left:solid 5px #2086f8;margin-right:20px;height:22px;vertical-align:center}

/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.paralax{background:url('img/paralax-creado.jpg') #000; height:700px; min-height: 300px; background-attachment: fixed;background-position: center;background-repeat: no-repeat;}
.paralax-box{width:700px;float:right;background:rgba(255,255,255,.75);border:solid 1px #000;font-size:18px;font-weight:300;margin-top:65px;margin-right:144px;padding:55px 70px;}
.paralax-box h1{font-size:45px;font-weight:400;color:#2086f8;margin-bottom:60px}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*
.ss-page{width:100%;min-height:100vh;overflow:hidden;position:relative;padding-bottom:5%}
.ss-page{background:url('img/global.jpg') bottom right no-repeat #000;background-size:contain}
.ss-title{font-size:75px; color:#fff; font-weight:400;margin-top:5%;margin-left:9%}
.ss::-webkit-scrollbar {display: none;}
.ss{margin-top:60px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;padding-top:20px;padding-bottom:20px;padding-right:20px;}
.ss-container{display:inline-block;width:25%;white-space:normal;position:relative;transition:all .4s}
.ss-container{transition:.4s all}
.ss::-webkit-scrollbar {display: none;}
.ss{margin-top:60px;padding-top:20px;padding-bottom:20px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;   display: flex; flex-wrap: nowrap;}
.ss-container{white-space:normal;position:relative;transition:all .4s;vertical-align:top}
.ss-content{height:100%;background:#fff;border:solid 1px #000;margin:0px 15px;white-space:normal}
.ss-text{padding-top:10px;padding-bottom:30px;}
.ss-text p{padding:0px 30px;font-size:17px;line-height:1.4em;}
.ss-content h1{font-size:30px;font-weight:300;height:125px;overflow:hidden;padding:45px 30px 0px 30px}
.ss-text{height:300px;margin-top:50px;}
.ss-text{margin-top:50px;margin-bottom:60px}
.ss-text p{padding-left:30px;font-size:17px;line-height:1.4em}
.ss-diagonal{width: 100%;height: 100%;float:right;margin-right:-1px; background:none;shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
.ss-diagonal img{height:100%;width:auto;float:right}
.ss-button{position:absolute;bottom:60px;left:45px;color:#fff;background:#2086f8;border:solid 1px #000;padding:7px 14px;transition:all .4s}
.ss-button:hover{color:#fff;background:#e15619}
.ss-container:hover{transform:scale(1.1)}
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*
.ss-page{width:100%;min-height:100vh;overflow:hidden;position:relative;padding-bottom:5%}
.ss-page{background:url('img/about-us-bg.png') bottom right no-repeat #000;background-size:contain}

.ss-title{font-size:75px; color:#fff; font-weight:400;margin-top:5%;margin-left:9%}
.ss-description{width:1600px;max-width:85%;color:#fff;margin:0 auto;text-align:center;margin-top:40px;}
.ss::-webkit-scrollbar {display: none;}
.ss{margin-top:60px;padding-top:20px;padding-bottom:20px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;   display: flex; flex-wrap: nowrap;}
.ss-container{white-space:normal;position:relative;transition:all .4s;vertical-align:top}
.ss-content{height:100%;background:#fff;}
.ss-content h2{font-size:30px;font-weight:300;padding:45px 30px 0px 30px;color:#2086f8;margin-bottom:0px}
.ss-content h1{font-size:30px;font-weight:300;height:125px;overflow:hidden;padding:0px 30px}
.ss-text{margin-top:10px;padding-bottom:30px;}
.ss-text p{padding:0px 30px;font-size:17px;line-height:1.4em;}
.ss-container:hover{transform:scale(1.1)}
*/
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.ot-page{background:url('img/team-bg.jpg') bottom right no-repeat #fff;background-size:contain;position:relative}
.ot-title{font-size:75px; color:#2086f8; font-weight:400;margin-top:5%;margin-left:9%}
.ot::-webkit-scrollbar {display: none;}
.ot{margin-top:1px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;padding-top:50px;padding-bottom:50px;touch-action: pan-y;}

/*
.ot-container{display:inline-block;width:25%;white-space:normal;position:relative;transition:all .4s}
*/
.ot-container{white-space:normal;position:relative;transition:all .4s}


.ot-content{height:100%;margin:0px 15px;}
.ot-content h1{font-size:30px;font-weight:300;height:125px;overflow:hidden;padding:45px 30px 0px 30px}
.ot-image{width:80%;margin:0 auto 0px auto;position:relative}
.ot-image img{width:100%;height:100%;border-radius:100%;border:solid 7px #fff;transition:all .4s}
.ot-content strong{display:inline-block;font-weight:300;color:#2086f8;padding-left:40%;transition:all .4s}
.ot-content h2{font-weight:600;font-size:25px;color:#e15619;padding-left:24%;margin-top:0px;transition:all .4s}
.ot-content span{margin-bottom:60px;display:block;text-align:center}

.ot-bar1, .ot-bar2{position:absolute;width:27px;height:110%;background:#2086f8;transform:skew(-20deg, 0deg);transition:all .4s}
.ot-bar1{bottom:0% !important;top:-10% !important;left:58%;}
.ot-bar2{bottom:-8% !important;top:auto !important;left:42%;}
.ot-container:hover .ot-bar1, .ot-container:hover .ot-bar2{transform:skew(-20deg, 0deg) scale(1.1); width:25.5px;background:#e15619}
.ot-container:hover h2, .ot-container:hover strong{transform:translateX(13%)}
.ot-container:hover img{transform:scale(1.03)}
.join-us{width:100%;height:130px;background:#2086f8;font-size:36px;line-height:130px;color:#fff;font-weight:300}
.join-us div{width:80%;margin:0 auto}
.join-us button{float:right;line-height:60px;margin-top:35px;padding-left:45px;padding-right:45px;border:solid 1px #fff;background:#4499f9;font-size:30px;color:#fff;font-weight:300;transition:all .4s}
.join-us button:hover{background:#e15619}

.ot-page .container{position:relative}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*  SUCCESS STORIES */

.ss-page{width:100%;min-height:100vh;overflow:hidden;position:relative;padding-bottom:0%}
.ss-page{background:url('img/global.jpg') bottom right no-repeat #000;background-size:contain}
.ss-title{font-size:75px; color:#fff; font-weight:400;margin-top:5%;margin-left:9%;margin-bottom:0px;}

.ss::-webkit-scrollbar {display: none;}
.ss{margin-top:60px;padding-top:20px;padding-bottom:20px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;   display: flex; flex-wrap: nowrap;touch-action: pan-y;}

.ss-container{white-space:normal;position:relative;transition:all .4s;vertical-align:bottom;}

.ss-content{height:100%;background:#fff;overflow:hidden;transition:all .4s;padding-top:45px;}
.ss-text{margin-top:30px;padding-bottom:30%;}
.ss-text p{padding:0px 30px;font-size:17px;line-height:1.4em;}
.ss-container:hover{transform:scale(1.1)}

.ss-content h1{display:inline-block;font-size:28px;font-weight:400;line-height:36px;height:72px;overflow:hidden;padding:0px 30px;margin-bottom:0px;}

.ss-diagonal{width: 100%;height: 100%;float:right;margin-right:-1px; background:none;shape-outside: polygon(100% 50%, 100% 100%, 30% 100%);clip-path: polygon(100% 50%, 100% 100%, 30% 100%);position:relative}
.ss-diagonal img{height:auto;width:100%;position:absolute;right:0px;bottom:0px}
.ss-page .container{position:relative}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*  ABOUS US */

.as-page{width:100%;min-height:100vh;overflow:hidden;position:relative;padding-bottom:5%}
.as-page{background:url('img/about-us-bg.png') bottom right no-repeat #000;background-size:contain}
.as-title{font-size:75px; color:#fff; font-weight:400;margin-top:5%;margin-left:9%}
.as-description{width:1400px;max-width:85%;font-size:18px;color:#fff;margin:0 auto;text-align:center;margin-top:40px;}

.as::-webkit-scrollbar {display: none;}
.as{margin-top:60px;padding-top:20px;padding-bottom:20px;white-space:nowrap;overflow:scroll;-ms-overflow-style: none;scrollbar-width: none;   display: flex; flex-wrap: nowrap;touch-action: pan-y;}
.as-container{white-space:normal;position:relative;transition:all .4s;vertical-align:bottom}
.as-content h2{font-size:30px;font-weight:300;padding:45px 30px 0px 30px;color:#2086f8;margin-bottom:0px}
.as-content h1{font-size:30px;font-weight:400;line-height:36px;height:72px;overflow:hidden;padding:0px 30px}
.as-content{height:100%;background:#fff;overflow:hidden;transition:all .4s}
.as-text{margin-top:30px;padding-bottom:30px;}
.as-text p{padding:0px 30px;font-size:17px;line-height:1.4em;}
.as-container:hover{transform:scale(1.1)}

.as-page .container{position:relative}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.slideButtons{position:absolute;top:-40px;right:15px;z-index:99990}
.scrollLeft,.scrollRight{background:#e15619;color:#fff;border:none;font-size:22px;line-height:1em;padding:2px 15px 1px 15px;transform: skew(-20deg);}
.d-disabled{opacity:.3}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/*
.contact{background:url('img/contact-bg.jpg') 89% top no-repeat #fff;background-size:contain;border:solid 1px #fff}
.contact .row{margin-top:80px;margin-bottom:40px;}
.bottom-logo img{max-height:45px;width:auto}
.bottom-logo{display:block;margin-bottom:50px}
.contact-info{font-weight:300}
.contact-legal, .contact-form{margin-top:90px}
.contact-legal ul{list-style:none;padding:0px;margin:0px;}
.contact-legal ul li{line-height:2.5em; font-weight:300}
*/

footer.contact{border-top:solid 1px #999;padding:50px 0px}
footer.contact ul{list-style:none;padding:0px;margin:0px;}
footer.contact ul li{display:inline-block;line-height:2.5em; font-weight:300;margin-left:20px}
footer.contact .copyright{font-size:12px;}

.wpcf7-text, .wpcf7-textarea, .wpcf7-file{width:100%;margin-bottom:5px;border-radius:0px}
.wpcf7-textarea{height:100px;}
.wpcf7-text, .wpcf7-textarea, .wpcf7-submit{border:solid 1px #000}
.wpcf7-submit{color:#fff;background:#2086f8;transition:all .4s; border-radius:0px;padding:7px 14px }
.wpcf7-submit:hover{color:#fff;background:#e15619;}

.social{margin-top:5px;}
.social .bx{font-size:25px;margin-left:10px;color:#000}
.social .bx:hover{color:#428bff}
.container-mobile{display:none}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
#formJobs{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(32,134,248,.97);z-index:99995;overflow:hidden;}
#formJobs .d-flex{width:100%;height:100%;}
.form-hide{position:absolute;top:0px;right:0px;z-index:99996}
.formular{position:relative;width:1000px;max-width:98%;margin:0 auto;font-size:17px; line-height:1.4em;color:#fff;}
.formular h1{margin-bottom:50px;}
.formular form{margin-top:50px;}
.formular form input{height:50px;line-height:50px;}
.formular form input, .formular form textarea{background:rgba(255,255,255,.1);color:#fff;border:solid 1px #fff;outline:none !important;margin-bottom:10px;padding-left:10px;}
.formular form input::placeholder, .formular form textarea::placeholder{color:#fff;}		
.formular form .wpcf7-submit{padding:0px 20px;background:#e15619}
span[data-name="your-cv"]{display:none}
.fileLabel{display:block;height:50px;line-height:50px;background:rgba(255,255,255,.1);color:#fff;border:solid 1px #fff;outline:none !important;margin-bottom:10px;padding-left:10px;}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.side-menu{position:fixed;left:-1000px;top:50%;list-style:none;margin:0;padding:0;margin-top:-100px;color:#fff;z-index:99994;transition:all .6s ease}
.side-menu li{min-width:40px;height:40px;line-height:40px;}
.side-menu li .bx{width:40px;height:40px;font-size:20px;line-height:40px;text-align:center;color:#fff;background:rgba(0,0,0,.5);vertical-align:top}
.side-menu li a span{opacity:0;transform:translateX(-500px);background:#e15619;transition:all .2s;height:40px;line-height:40px;display:inline-block;vertical-align:top;color:#fff;padding:0px 20px}
.side-menu li a:hover span{opacity:1;transform:translateX(0px)}
.side-menu li a:hover .bx{background:#e15619}
.float-right{transform:translateX(1000px);}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
.page-content{margin-top:60px;}
.adresa ul{list-style:none;margin:0px;padding:0px;}
.adresa ul li{position:relative;margin-left:40px;margin-bottom:15px;font-size:18px}
.adresa ul li h1{font-size:25px;margin-left:-40px;border-bottom:solid 3px #e15619;display:inline-block;padding-bottom:5px;margin-bottom:30px}
.adresa ul li .bx{position:absolute;left:-40px;top:0px;font-size:30px;color:rgba(32,134,248,.50)}
.adresa ul li:hover .bx{color:#2086f8}
.contactform h1{font-size:25px;margin-bottom:40px;border-bottom:solid 3px #2086f8;display:inline-block;padding-bottom:5px;}

.contactform input{height:50px;line-height:50px;}
.contactform input, .contactform textarea{background:rgba(32,134,248, .05);color:#000;border:solid 1px #999;outline:none !important;margin-bottom:10px;padding-left:10px;}
.contactform input::placeholder, .contactform textarea::placeholder{color:#333;}		
.contactform .wpcf7-submit{padding:0px 20px;background:#e15619;color:#fff;border:none}
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
	.as-content h1, .as-content h2{font-size:22px}
	.as-content h1{height:70px}
	.as-description, .as-text p{font-size:16px;}
	.as-title{margin-left:2%}
	
	.ss-content h1, .ss-content h2{font-size:22px}
	.ss-content h1{height:70px}
	.ss-description, .ss-text p{font-size:16px;}
	.ss-title{margin-left:2%}

/*
	.ss-title{margin-left:2%}
	.ss-content h1{font-size:25px;height:100px}
	.ss-text p{font-size:15px;}
*/
	
	
	.bottom-logo{margin-bottom:50px}
	.contact-info, .contact-legal ul li{font-size:15px;}
	
	.ot-content span{font-size:14px;}
	
	.contact-form, .wpcf7-text, .wpcf7-textarea, .wpcf7-text::placeholder, .wpcf7-textarea::placeholder{font-size:13px;}		
}
@media only screen and (max-width: 1440px) {
	.wmus-container{width:33.33%;}
	.slide3{font-size:15px}
	.slide3 h1{font-size:65px; padding-left:5%;padding-top:5%;padding-bottom:3%}
	.slide3 p{padding-left:5%;}	
	.slide3 ul{margin-left:5%}
	
	
	.as-title{margin-top:3%}
	.as-description{margin-top:30px;}
	.as-page{padding-bottom:2%}
	
	.ss-title{margin-top:3%}
	.ss-description{margin-top:30px;}
	.ss-page{padding-bottom:2%}
	
	.ot-page .slideButtons{top:0px}	
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {

	.slide3{height:fit-content}
	.slide3-diagonal{display:none}

	.wmus-container{width:50%;}
	
	.contact{background:#fff;text-align:center;}
	.contact-info .social, .contact-info .copyright{display:none}
	.container-mobile{display:block;text-align:center}
	.wpcf7{text-align:left;}
	.contact-legal, .contact-form{margin-top:20px}
	.as-container, .ot-container, .ss-container{width:100%;}
	
	.paralax-box{width:96%;margin:10px 2%;padding:40px 35px;}
	
	.paralax-box h1{font-size:30px;margin-bottom:40px;}
/*
	.ss-title, .ot-title, .as-title{font-size:40px;margin-top:10%;margin-bottom:0}
*/
	
	.as-page, .ot-page, .ss-page{height:auto}
	
	.join-us{padding:35px 10px}
	.join-us, .join-us div{position:static;width:100%;font-size:23px;text-align:center;line-height:1em; height:auto;}
	.join-us button{font-size:17px;float:none}
	#formJobs{overflow:scroll}
	#formJobs .d-flex{display:block !important;margin-top:50px;}
	.form-hide{margin:10px;}
	
	.scrolldown{display:none}
	
	.wwd-page{height:auto}
	.wwd-title{position:static}
	.wwd{position:static;display:block;width:100%;transform:scale(1) !important;}
	.wwd-content{padding:0px 20px}
	.wwd1.wwd-active{transform:scale(1) translateY(0)}
	
	.custom-logo-link{top:30px;left:30px}
	.custom-logo-link img{width:60%;height:auto;}
	.top-menu{top:25px;right:15px;}
	.top-menu, .top-menu a{font-size:22px;}
	#top_menu li a{font-size:25px;}
	.languages li::before{font-size:18px;margin:3px}
	.menu-toggle::before{width:20px;height:20px}
	.languages{width:100%;text-align:right}
	.top-menu{white-space:normal;text-align:right;top:5px;}
	.menu-toggle{text-align:right;padding-right:0px}
/*
.wwd-diagonal-bg{width: 100%;height: 100%;background: #e15619;shape-outside: polygon(30% 100%, 100% 100%, 100% -10%);float: right;clip-path: polygon(30% 100%, 100% 100%, 100% -10%);}
.wwd-border{position:absolute;top:7px;left:7px;width: 115%;height: 102%;background: #e15619;}
.diagonal{ shape-outside: polygon(100% 0%, 0 0, 0% 100%);float: right;clip-path: polygon(100% 0%, 0 0, 0% 100%);}
.diagonal-reverse{width: 100%;height: 100%;float:right; background:none;shape-outside: polygon(100% 0%, 100% 100%, 0% 100%);clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}	
*/
	.wwd .diagonal{display:none}
	.wwd .diagonal-reverse{display:none}
	.wwd-bg{display:none}
	
	.static-header {min-height:150px;}
	.static-header h1{font-size:30px;}
	footer .text-start, footer .text-end{text-align:center !important}
	footer li{display:block !important;margin-left:0px !important;}
}
@media only screen and (max-width: 700px) {	
	.mainSlogan {top:40%;}
	.mainSlogan h1{font-weight:800;font-size:38px;}
	
	.mainMission {top:50%;}
	.mainMission h2{font-size:20px;}	
	
	.secSlogan {top:65%;}
	.secSlogan h3{font-size:20px;}	
	
}
@media only screen and (min-aspect-ratio: 16/7){
	.full-page-dark, .full-page-light,.slide3{width:100%;min-height:50vw !important} 
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- *
/* ---------------------------------------------------------------------------------------------------------------------------------------- */
