/* ======================================================================================================================================================
Engin
Copyright: JIS



/* ======================================================================================================================================================
HTML Elements
====================================================================================================================================================== */
@import "responsive.css" screen, projection;

body {
    background: #FFF;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: gt;
    font-weight: 100;
    line-height: 25pt;
    font-size: 13pt;
    color: #6a6a6a;
    overflow-x: hidden;
    position: relative;
}

html {
    height: 100%
}

a {
    text-decoration: none;
}

h1 {
    font-family: 'b';
    font-size: 32pt;
    line-height: 40pt;
    margin: 0;
    font-weight: 800;
    color: #b12929;
}

h1::selection {
    background: #60b2ff;
    color: #FFF;
}

h1.light {
    font-size: 29pt;
    line-height: 33pt;
    margin: 0;
    color: #999;
    font-weight: normal;
}

h2 {
    font-size: 25pt;
    line-height: 30pt;
    margin: 0;
    font-family: b;
    color: #b12929;
    margin-bottom: 30px;
}

h3 {
    font-size: 18pt;
    line-height: 25pt;
    margin: 0;
    font-family: b;
    color: #b12929;
    margin-bottom: 30px;
}

button, .btn {
    border-radius: 30px;
    padding: 14px 24px;
    font-family: b;
    border-color: #2ba8ff;
    color: #FFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 11pt;
}

button:hover, .btn:hover {
    background-color: #229aed !important;
    color: #FFF;
}

button.bigger {
    width: 100%;
    padding: 30px;
    border-radius: 50px;
    margin: 30px 0;
}

/* ======================================================================================================================================================
Header
====================================================================================================================================================== */

header {
    background: #423939;
    width: 300px;
    height: 100%;
    position: fixed;
    border-left: 7px #2ba8ff solid;
    background: rgb(104, 94, 94);
    background: -moz-linear-gradient(-45deg, rgba(104, 94, 94, 1) 0%, rgba(66, 57, 57, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(104, 94, 94, 1) 0%, rgba(66, 57, 57, 1) 100%);
    background: linear-gradient(135deg, rgba(104, 94, 94, 1) 0%, rgba(66, 57, 57, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#685e5e', endColorstr='#423939', GradientType=1);
    box-sizing: border-box;
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

header .logo a {
    background-image: url('../img/logo.png');
    width: 216px;
    height: 29px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    margin-left: 44px;
}

/*Menu*/

ul.menu {
    padding: 0;
    margin: 0;
    padding-left: 44px;
    width: 100%;
}

ul.menu li {
    padding: 9px 0;
    margin: 0;
    display: flex;
    float: none;
    white-space: nowrap;
}

ul.menu li a {
    border-bottom: 1px #fff solid;
    display: inline-block;
    line-height: 16pt;
}

ul.menu li.active:after {
    content: "";
    width: 100%;
    background: #FFF;
    height: 6px;
    /*    position: absolute;*/
    display: inline-block;
    margin-top: 10px;
    margin-left: 14px;
}

ul.menu li.active a {
    border-color: transparent;
}

/* ======================================================================================================================================================
footer
====================================================================================================================================================== */

div.footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 30px;
    font-size: 9.5pt;
    color: #FFF;
}

/* ======================================================================================================================================================
grid
====================================================================================================================================================== */

div.grid {
    position: fixed;
    width: auto;
    right: 0;
    height: 100%;
    left: 300px;
    top: 0;
    pointer-events: none;
}

div.grid:before {
    content: "";
    display: inline-block;
    float: left;
    height: 100%;
    width: 33.3%;
    border-width: 0;
    border-style: solid;
    border-right-width: 1px;
    border-color: #cccccc;
}

div.grid:after {
    content: "";
    display: inline-block;
    float: left;
    left: 33.3%;
    height: 100%;
    width: 33.3%;
    border-width: 0;
    border-style: solid;
    border-right-width: 1px;
    border-color: #cccccc;
}

body.home-page div.grid:before, body.home-page div.grid:after {
    border-color: #FFF;
}

/* ======================================================================================================================================================
Container
====================================================================================================================================================== */

div.wrap {
    position: absolute;
    left: 300px;
    right: 0px;
    bottom: 0;
    top: 0;
    background: #FFF;
}

.container {
    width: 100%;
    padding-left: 33.3%;
    padding-right: 7%;
    box-sizing: border-box;
}

h1.bigger {
    font-size: 38vw;
    line-height: 38vw;
    margin-top: -37vh;
}

h1.bigger.absolute {
    font-size: 250pt;
    line-height: 180pt;
    position: absolute;
    z-index: -1;
    margin-top: 0;
    margin-left: -15px;
}

h1.title {
    font-size: 166pt;
    line-height: 93pt;
    margin-bottom: 120px;
    z-index: 13;
    position: relative;
    color: #2ba8ff;
}

h1.title.absolute {
    margin-bottom: -124px;
}

h1.title.small {
    font-size: 104pt;
}

h1.big {
    font-size: 45pt;
    line-height: 55pt;
    margin: 30px 0;
}

h1.white {
    color: #FFF;
}

a.next-page {
    display: table;
    width: 100%;
    padding: 60px 0;
    background: #402525;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 50px;
    color: #FFF;
    font-size: 23pt;
    font-family: b;
}

a.next-page small {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 7pt;
    opacity: 0.5;
    display: block;
    line-height: 25px;
    font-family: gt;
}

.cover {
    width: 100%;
    position: relative;
    z-index: 2;
}

.cover img {
    width: 100%;
}

.content-img {
    width: 110%;
    margin: 40px 0;
    margin-left: -10%;
}

blockquote {
    font-size: 20pt;
    line-height: 26pt;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
}

blockquote:before {
    font-size: 140pt;
    color: #f1f0f0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: -1;
}

/* ======================================================================================================================================================
Slider
====================================================================================================================================================== */

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.slider-text h1 {
    font-family: extra-b;
    font-size: 120pt;
    color: #FFF;
    line-height: 100pt;
}

.slider-text h1:first-child:after {
    content: "&";
    display: inline-block;
    background: #2ba8ff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 50pt;
    text-align: center;
}

.slider-text {

    top: 9px;
    z-index: 324234;
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: absolute;
}

.slider-text > div {
    margin: auto;
}

/*Slider scroll*/

@-webkit-keyframes scrolanime {
    /* Chrome, Safari, Opera */
    0% {
        margin-top: -40px;
    }
    50% {
        margin-top: -30px;
    }
    100% {
        margin-top: -40px;
    }
}

@keyframes scrolanime {
    /* Standard syntax */
    0% {
        margin-top: -40px;
    }
    50% {
        margin-top: -30px;
    }
    100% {
        margin-top: -40px;
    }
}

figure.scroll {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 30px;
    display: inline-block;
    width: 127px;
    font-size: 9pt;
    color: #7c7c7c;
    text-align: center;
}

figure.scroll:before {
    content: '';
    width: 22px;
    height: 40px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50px;
    border: 3px #a7a8ab solid;
    margin-top: -50px;
}

figure.scroll:after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    background: #a7a8ab;
    margin-top: -40px;

    -webkit-animation: scrolanime 1s infinite; /* Chrome, Safari, Opera */
    animation: scrolanime 1s infinite;
}

.fix-getintouch {
    position: absolute;
    z-index: 99999999999;
    bottom: 30px;
    right: 30px;
    margin-bottom: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 0;
}

.fix-getintouch:hover {
    letter-spacing: 1px;
}

/* ======================================================================================================================================================
library
====================================================================================================================================================== */

.lib-slid {
    margin-bottom: 40px;
}

.library.swiper-container {
    height: auto;
}

.library.swiper-container .swiper-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #222;
    margin: 20px 0;
    margin-right: 30px;
}

.library.swiper-container .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.library.swiper-container .swiper-wrapper {
    height: auto;
}

.library.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
    background: #2ba8ff;
}

.lib-footer {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(66, 66, 66, 0.5);
    width: 100%;
    color: #FFF;
    overflow: hidden;
    box-sizing: border-box;
}

.lib-footer a {
    color: #FFF;
}

.lib-footer span {
    font-family: b;
    display: block;
    color: #FFF;
    font-size: 15pt;
}

.lib-footer span, .lib-footer small {
    position: relative;
    z-index: 3;
}

.lib-footer:before {
    content: '';
    font-family: icon;
    position: absolute;
    left: -30px;
    background: #2ba8ff;
    bottom: 1px;
    text-align: center;
    width: 100px;
    height: 324px;
    transform: rotate(45deg);
    transform-origin: 0;
    box-sizing: border-box;
    padding-top: 25px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.library.swiper-container .swiper-slide:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.library.swiper-container .swiper-slide:hover .lib-footer:before {
    width: 100%;
    transform: rotate(0deg);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
}

.lib-slid.media .lib-footer:before {
    background: #ff6d3a;
}

.lib-slid.interesting .lib-footer:before {
    background: #2a788e;
}

/* ======================================================================================================================================================
industries
====================================================================================================================================================== */

ul.industries {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    list-style: none;
    padding-top: 100px;
}

ul.industries li {
    width: 33.333%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.industries li img {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    z-index: 1;
}

ul.industries li span {
    position: absolute;
    bottom: 40px;
    left: 35px;
    color: #FFF;
    font-family: b;
    z-index: 3;
    font-size: 20pt;
}

ul.industries li:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 444;
}

/* ======================================================================================================================================================
Projects
====================================================================================================================================================== */

ul.projects {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table;
    list-style: none;
    /*	padding-top:100px;*/
}

ul.projects li {
    width: 29.3%;
    margin: 2%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.projects li .lib-footer {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: none;
    width: 100%;
    color: #FFF;
    overflow: hidden;
    left: 0;
    box-sizing: border-box;
}

ul.projects li .lib-footer a {
    color: #FFF;
}

ul.projects li .lib-footer span {
    font-family: b;
    display: block;
    color: #FFF;
    font-size: 15pt;
}

ul.projects li .lib-footer span, ul.projects li .lib-footer small {
    position: relative;
    z-index: 3;
}

ul.projects li .lib-footer:before {
    content: '';
    font-family: icon;
    position: absolute;
    left: -17%;
    background: #2ba8ff;
    bottom: -69px;
    text-align: center;
    width: 117%;
    height: 224px;
    transform: rotate(13deg);
    transform-origin: 0;
    box-sizing: border-box;
    padding-top: 25px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.projects li:hover .lib-footer:before {
    transform: rotate(0deg);
}

ul.projects li img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.projects li:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ======================================================================================================================================================
Subscription
====================================================================================================================================================== */

.form_success {
    display: none;
}

.subscription {
    padding-left: 33.3%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    padding-right: 20%;
}

.subscription select, .subscription input {
    background: #FFF;
    height: 70px;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.20);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    border: 1px #d9d9d9 solid;
    border-radius: 0;
    display: block;
    width: 100%;
    outline: none;
    margin-top: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: gt;
    font-size: 16pt;
}

.subscription label {
    padding: 24px 0;
    position: relative;
    display: table;
    width: 100%;
}

.subscription label.error input,
.subscription label.error select {
    border: solid 1px red;
}

.subscription .grid-items > .width-6.column {
    width: 46%;
}

.subscription .row.grid-items > .column {
    margin-right: 8%;
    margin-bottom: 1.2%;
}

.subscription .grid-items > .column.width-6:nth-child(2n+2) {
    margin-right: 0;
}

/* ======================================================================================================================================================
About us
====================================================================================================================================================== */

ul.services {
    padding: 0;
    margin: 0;
    width: 90%;
    position: relative;
    list-style: none;
    display: table;
    margin-top: 30px;
}

ul.services li {
    width: 29.6%;
    margin-right: 3%;
    height: 200px;
    background: #FFF;
    float: left;
    margin-bottom: 3%;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.20);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 15px;
    font-size: 11pt;
}

ul.services li:hover {
    background: #ff7417;
    color: #FFF;
}

/*Timeline*/

.timeline {
    background-color: #2ba8ff;
    position: relative;
    z-index: 2;
    color: #FFF;
    padding-bottom: 30px;
}

.timeline .container h1 {
    margin-top: -20px;
    position: relative;
    margin-bottom: 53px;
    display: inline-block;
}

.timeline .swiper-slide h1 {
    font-size: 90pt;
    color: #FFF;
    font-family: b;
    line-height: 90pt;
}
.timeline .swiper-button-next{
    right: 36px;
    left: auto;
    position: absolute;
    top: 113px;
    background-image:url(assets/right-arrow.png);
    width:18px;
    height:32px;
    background-size: 100%;
    margin-top: 3px;
    
    }


.timeline .swiper-slide {
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 11pt;
    line-height: 17pt;
    padding: 70px 70px 70px 0;
    position: relative;
    overflow: hidden;
}

.timeline .swiper-slide:after {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #FFF;
    top: 40px;
    margin-left: 24px;
}

.timeline .swiper-slide:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    border: 3px #FFF solid;
    top: 34px;
    left: 3px;
}

.timeline .swiper-slide:last-child:after {
    display: none;
}

/*Geographical*/

.geomap {
    padding: 80px 0;
    display: table;
    width: 100%;
}

.geomap svg {
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

/*Membership*/

ul.membership {
    padding: 0;
    margin: 0;
    width: 90%;
    position: relative;
    list-style: none;
    display: table;
    margin-top: 30px;
}

ul.membership li {
    width: 29.6%;
    margin-right: 3%;
    height: 200px;
    background: #FFF;
    float: left;
    margin-bottom: 3%;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.20);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 15px;
    font-size: 11pt;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul.membership li a {
    text-align: center;
    width: 100%;
}

ul.membership li img {
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    max-width: 90%;
}

ul.membership li:hover img {
    opacity: 1;
}

/* ======================================================================================================================================================
inner-cat
====================================================================================================================================================== */

ul.inner-cat {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    text-align: center;
}

ul.inner-cat li {
    display: inline-block;
    margin: 0 25px;
    position: relative;

}

ul.inner-cat li a {
    position: relative;
    position: relative;
}

ul.inner-cat li a {
    font-family: b;
    color: #483f3f;
    font-size: 20pt;
    position: relative;
    cursor: pointer;
}

ul.inner-cat li.active:before {
    content: '';
    background: #2ba8ff;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6px;
}

/*ul.inner-cat li ul{
	display: none;
    position: relative;
    margin: 0;
    padding: 0;
	}
ul.inner-cat li.active ul{
	position: relative;
	display: block;
	}*/

.inner-sub-cat {
    display: block;
    margin: 40px 0;
}

.inner-sub-cat ul {
    position: relative;
    list-style: none;
    display: table;
    width: 50%;
    padding: 0;
    margin: auto;
}

.inner-sub-cat ul li {
    width: 50%;
    float: left;
    font-size: 11pt;
    position: relative;
}

.inner-sub-cat ul li a {
    position: relative;
    cursor: pointer;
}

.inner-sub-cat ul li.active a:before {
    content: '';
    background: #2ba8ff;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
}

/* ======================================================================================================================================================
Directions of activity
====================================================================================================================================================== */

ul.directions {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

ul.directions > li {
    position: relative;
    display: table;
    /*    padding:40px 0;*/
    width: 100%;
    min-height: 238px;
    /*    margin-bottom:100px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.directions > li h3 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 7%;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.directions li .li_content {
    padding-left: 33.3%;
    box-sizing: border-box;
    width: 100%;
}

ul.directions li ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 50%;
}

ul.directions li ul li {
    width: 50%;
    float: left;
}

ul.directions li ul li a {
    color: #493f3f;
    border-bottom: 1px #493f3f solid;
    display: inline;
    line-height: 14pt;
}

ul.directions li ul li > ul {
    background-color: none;
    position: absolute;
    /*	top:100%;*/
/*    width: 40%;*/
    margin-left: -10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s cubic-bezier(.200, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.200, 1, .22, 1) 0s;
    padding-top: 0;
}

ul.directions li ul li.active > ul {
    opacity: 1;
    pointer-events: all;
    padding-top: 7px;
}

ul.directions li ul li > ul:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    content: "";
    background: #FFF;
    position: absolute;
    margin-top: -3px;
    border-radius: 3px;
    margin-left: 10px;
    z-index: 1;
}

ul.directions li ul li > ul > li {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background-color: #FFF;
}

ul.directions li ul li > ul > li:hover {
    background-color: #eee;
}

ul.directions li ul li > ul li a,
ul.directions li:hover ul li > ul li a {
    color: #222;
    font-size: 11pt;
    text-decoration: none;
    border: none;
}

ul.directions li .li_content figure {
    position: absolute;
    /*	top:0;*/
    color: #2ba8ff;
    opacity: 0.3;
    font-size: 140pt;
    font-family: b;
    padding: 0;
    margin: 0;
    margin-left: -100px;
    line-height: 66pt;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.directions li img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    min-height: 100%;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

ul.directions > li:hover img {
    opacity: 0.5;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

ul.directions > li:hover {
    background-color: #343638;
}

ul.directions > li:hover h3 {
    color: #FFF;
}

ul.directions > li:hover .li_content figure {
    color: #FFF;
}

ul.directions > li:hover li a {
    color: #FFF;
    border-color: #FFF;
}

/* ======================================================================================================================================================
Contact
====================================================================================================================================================== */

#map {
    width: 100%;
    height: 130%;
    /*	opacity:0.33;*/
}

.map {
    width: 100%;
    height: 70%;
    background: #2ba8ff;
    position: relative;
    overflow: hidden;
}

.content-content {
    background: #FFF;
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.20);
    font-size: 25pt;
    line-height: 40pt;
    margin-top: -140px;
    height: auto;
    display: table;
}

.content-content h1 {
    margin-top: -86px;
}

.content-content p > span {
    border-bottom: 1px #2ba8ff dotted;
    color: #2ba8ff;
}

.content-content form {
    padding: 30px 0;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select { /*.nl-form button*/
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.error a {
    color: #ff0000;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px #2ba8ff dotted;
    color: #2ba8ff;

}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #76C3BD;
    left: -0.5em;
    top: 50%;
    font-size: 80%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
    /*    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.20);*/
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding: 0 1.5em 0 0.5em;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: #478982;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #478982;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "\e631";
    position: absolute;
    right: 1em;
    font-size: 54%;
    line-height: 4;
}

.nl-ti-text ul {
    min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0.2em 2em 0.2em 0.5em;
    border-bottom: none;
    color: #fff;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
    border-radius: 0;
}

.nl-field-go:before {
    content: "\e706";
    font-size: 75%;
    color: #fff;
    width: 100%;
    line-height: 1.5;
    display: block;
    border-radius: 0;
    font-size: 18pt;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 40%;
    font-style: italic;
    font-weight: 400;
    padding: 0.4em 1em;
    color: rgba(0, 0, 0, 0.2);
    /*	border-top: 1px dashed rgba(255,255,255,0.7);*/
    display: none;
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #76C3BD;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 3px;
}

.nl-submit:before {
    content: "\e001";
    color: #fff;
    float: left;
    padding: 0 0.7em;
    margin: 0 0.8em 0 0;
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (max-width: 45em) {
    .nl-form {
        font-size: 3em;
    }
}

@media screen and (max-width: 25em) {
    .nl-form {
        font-size: 2em;
    }
}


@font-face {
	font-family: 'black';
	src: url('fonts/black-webfont.eot');
	src: url('fonts/black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/black-webfont.woff2') format('woff2'),
		 url('fonts/black-webfont.woff') format('woff'),
		 url('fonts/black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

	}

.slider_background {
position: absolute;
width: 100%;
height: 100vh;
top: 0px;
left: 0px;
}

.slider_stage {
width:8856px; height:4366px;
background:url(assets/large_stage.jpg) no-repeat center center;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%) scale(0.4);
-webkit-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-moz-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
-o-transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
transition: all 800ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.st1 .slider_background .slider_stage{
transform: translate(-55%, -39%) scale(1);
}

.st2 .slider_background .slider_stage{
transform: translate(-16%, -28%) scale(1);
}

.st3 .slider_background .slider_stage{
transform: translate(-83%, -20%) scale(1);
}

.st4 .slider_background .slider_stage{
transform: translate(-72%, -51%) scale(0.7);
}

@media screen and (max-width: 1450px) {
	
	
	.slider_stage {
	transform:translate(-50%, -48%) scale(0.4);
	}
	
	.slide_content .alp {
	top: 29% !important;
	left: -50px !important;
	font-size: 29em !important;
	opacity: 0.8 !important;
	}

	.st1 .slider_background .slider_stage {
	transform: translate(-53%, -42%) scale(0.7);
	}
	
	.st2 .slider_background .slider_stage {
	transform: translate(-19%, -30%) scale(0.9);
	}
	
	.st3 .slider_background.slider_stage {
	transform: translate(-81%, -21%) scale(1);
	}
	
	.st4 .slider_background .slider_stage {
	transform: translate(-66%, -51%) scale(0.5);
	}
}

.slide_content {
width:100%; height:100vh;
position: absolute;
opacity:0;
z-index:0;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
margin:0px !important;
}

.slide_content .li_content{
width: 540px;
margin: 0 auto;
position: relative;
}

.st1 .st1_s {
opacity:1;
z-index:5;
}

.st0 .st0_s {
opacity:1;
z-index:5;
}

.st2 .st2_s {
opacity:1;
z-index:5;
}

.st3 .st3_s {
opacity:1;
z-index:5;
}

.st4 .st4_s {
opacity:1;
z-index:5;
}

.st0_swr {
margin:0 auto;
}

.scroll {
opacity:1;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.st4 .scroll {
opacity:0;
}

.slide_content .alp {
font-family: 'black';
color: white;
position: absolute;
top: 21%;
left: -100px;
font-size: 41em;
opacity: 0.8;
}

.slide_content h3 {
color: #b12929;
position: relative;
font-size: 2em;
line-height: 1.4em;
}




.slide_content ul {
position:relative;
z-index:9999;
padding: 0px;
}

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

.discover_dirs {
position: relative;
border: 3px solid #b12929;
font-family: b;
text-transform: uppercase;
color: #b12929;
font-size: 0.8em;
letter-spacing: 5px;
display: inline-block;
padding: 8px 29px;
background: transparent;
margin: 15px 0 0 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.discover_dirs:hover {
color: white;
background: #b12929;
}

.main_links_li{
width: 50%;
float: left;
list-style: none;
margin: 0px;
padding: 0px;
position:relative;
}

.main_links_li a {
color:#7c7c7c;
}

.main_links_li a:hover {
text-decoration:underline;
}

.sub_links_main_page {
position: absolute !important;
background-color: white;
padding: 0px;
display:none;
}

.sub_links_main_page:before {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 8px;
height: 8px;
content: "";
background: #FFF;
position: absolute;
margin-top: -3px;
border-radius: 3px;
margin-left: 10px;
z-index: 1;
}

.sub_links_main_page li{
width: 100%;
box-sizing: border-box;
position: relative;
z-index: 2;
list-style: none;
margin: 0px;
padding: 0px;
}

.sub_links_main_page li a{
color: #222;
font-size: 11pt;
text-decoration: none;
border: none;
display: block;
box-sizing: border-box;
padding: 4px 14px;
background:white;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}

.sub_links_main_page li a:hover {
background:#eee;
text-decoration:none !important;
}

ul.slider-nav {
padding: 0;
margin: 0;
position: fixed;
width: 44px;
height: 44px;
z-index: 9999999999;
right: 30px;
top: 30px;
list-style: none;
}

ul.slider-nav li {
width: 20px;
height: 20px;
margin: 1px;
float: left;
position: relative;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
top: 0;
left: 0;
right: 0;
bottom: 0;

}

.slider-nav a{
display:block;
width:100%; height:100%;
background: #FFF;
}

.slider-nav .active a {
background: #ef8a8a;
}

ul.slider-nav li.active:nth-child(1) {
    bottom: 3px;
    right: 3px;
	left:auto;
	top:auto;
}

ul.slider-nav li.active:nth-child(2) {
    bottom: 3px;
    left: 3px;
	right:auto;
	top:auto;
}

ul.slider-nav li.active:nth-child(3) {
    top: 3px;
    right: 3px;
	left:auto;
	bottom: auto;
}

ul.slider-nav li.active:nth-child(4) {
    top: 3px;
    left: 3px;
	right:auto;
	bottom: auto;
}



/* ======================================================================================================================================================
Responsive
====================================================================================================================================================== */

@media screen and (max-width: 1700px) {

}

@media screen and (min-width: 1701px) {

}

@media screen and (max-width: 1400px) {
    ul.directions li .li_content{
        padding-left: 5%;
        }

    .library.swiper-container .swiper-slide {
        height: 38vh;
        }
    .container.responsive{
        padding-left: 10%;
        }

    ul.services li {
        height: 243px;
        }

    .timeline .swiper-slide h1 {
        font-size: 9vw;
        }

    .lib-footer span {
        font-size: 13pt;
        line-height: 20pt;
        }


}

@media screen and (max-width: 1050px) {
    .lib-footer:before {
    left: -100px;
    }

    h1.bigger {
    font-size: 33vw;
    line-height: 32vw;
    margin-top: -20vh;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 480px) {

}	



