/* ball */


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.la-ball-scale-multiple,
.la-ball-scale-multiple>div {
    position: relative;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-scale-multiple.la-dark {
    color: #333;
}

.la-ball-scale-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}

.la-ball-scale-multiple>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.la-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-multiple.la-sm>div {
    width: 16px;
    height: 16px;
}

.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale-multiple.la-2x>div {
    width: 64px;
    height: 64px;
}

.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-multiple.la-3x>div {
    width: 96px;
    height: 96px;
}


/*
 * Animation
 */

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@font-face {
    font-family: 'Conv_Montserrat-UltraLight';
    src: url('../fonts/Montserrat-UltraLight.eot');
    src: local('☺'), url('../fonts/Montserrat-UltraLight.woff') format('woff'), url('../fonts/Montserrat-UltraLight.ttf') format('truetype'), url('../fonts/Montserrat-UltraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

p+p {
    margin-top: 0;
}

span.red {
    background-color: transparent !important;
    color: #dd1327 !important;
}

.dot {
    padding: 5px;
}

.dot:after {
    background: #000;
    opacity: 0.2;
}

.downloadButtonGroup a {
    display: inline-block;
}

.downloadButtonGroup a + a {
    margin-left: 20px;
}

@media only screen and (max-width: 571px) {
    .downloadButtonGroup a + a {
        margin-left: 0;
    }
}

.downloadButtonGroup a:nth-last-child() {
    margin: 0;
}

.downloadButtonGroup a svg {
    width: 143px;
    height: 38px;
    padding: 12px 24px;
    box-sizing: content-box;
    border-radius: 5px;
}

.sections .menu {
    padding: 0;
}

.sections .menu li a {
    padding: 4px 15px 5px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #86939e;
    vertical-align: middle;
    cursor: pointer;
}

.sections .menu li:last-of-type {
    margin: 0 0 0 20px;
}

.language-btn {
    position: relative;
    cursor: pointer;
}

.language-dropdown {
    position: absolute;
    top: 0;
    right: 1px;
    padding-top: 40px;
    display: none;
}

.language-dropdown ul {
    background: rgba(39, 52, 61, .95);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.03);
    position: relative;
}

.language-dropdown li {
    display: block !important;
    margin: 0 15px !important;
    padding: 9px 0 13px !important;
}

.language-dropdown li a {
    padding: 0 !important;
    font-size: 9px !important;
    opacity: .65;
    /*color: rgba(255, 255, 255, .65) !important;*/
}

.language-dropdown li a:hover {
    opacity: 1 !important;
}

span.language-btn-text {
    width: 55px;
    display: inline-block;
    text-align: left;
}

.language-btn-img {
    vertical-align: middle;
    width: 24px;
    padding-bottom: 2px;
}

.language-dropdown .language-btn-img {
    width: 21px;
}

.language-rect {
    width: 12px;
    height: 12px;
    background: rgba(39, 52, 61, .95);
    display: block;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 20px;
}

.language-dropdown li:nth-of-type(1) {
    border-bottom: 1px solid rgba(159, 159, 159, .07);
}

.language-btn:hover .language-dropdown,
.language-dropdown:hover {
    display: block;
}

.slides.whiteSlide .sections .menu li a {
    color: #000000;
}

.slides.whiteSlide .language-rect {
    background: #ffffff;
}

.slides.whiteSlide .language-dropdown ul {
    background: #ffffff;
}

.slides.whiteSlide .language-dropdown li a {
    color: rgb(0, 0, 0) !important;
}

.small .navigation li {
    padding: 5px 13px;
}

.navigation li:after {
    opacity: 0.2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.small .navigation li:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
}

.navigation li.selected:after {
    width: 10px;
    height: 10px;
}

.slides.whiteSlide .navigation li:after {
    background: #86939e;
}

.shiftImage {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    opacity: 1 !important;
}

.grid [class*='col-'] {
    display: inline-block;
    width: 50%;
    float: none;
    vertical-align: middle;
}

.slides h1,
.slides .h1 {
    font-family: 'Conv_Montserrat-UltraLight';
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin-bottom: 55px;
    margin-left: -0.05em;
}

.slides h1.huge,
.slides .h1.huge {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 35px;
}

.slides h1.small,
.slides .h1.small {
    font-size: 40px;
}

.slides h1.micro,
.slides .h1.micro {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 5px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    opacity: 0.6;
}

.slides h3,
.slides .h3 {
    font-size: 24px;
    font-family: 'Conv_Montserrat-UltraLight';
    font-weight: 400;
    margin-left: -0.01em;
    margin-bottom: 15px;

}

section:nth-of-type(1) .background {
    background-color: #151c21;
}

section:nth-of-type(1) .downloadButtonGroup a svg {
    border: 1px solid rgba(255, 255, 255, .4);
    fill: #ffffff;
}

.downloadButtonGroup.fromCenter,
.slide.contact .fromCenter {
    -webkit-transform: scale(1) translate3d(0, 0, 0) !important;
    transform: scale(1) translate3d(0, 0, 0) !important;
}

section:nth-of-type(1) p {
    margin-bottom: 60px;
}

section:nth-of-type(1) .downloadButtonGroup a svg {
    border: 1px solid rgba(255, 255, 255, .4);
    fill: #ffffff;
}

section:nth-of-type(2) .background {
    background-color: #f6f6f6;
    background-image: url(../img/slide-02.png);
}

section:nth-of-type(3) .background {
    background-color: #151c21;
    background-image: url(../img/slide-03.png);
}

section:nth-of-type(4) .background {
    background-color: #f9f9f9;
    background-image: url(../img/slide-04.png);
}

section:nth-of-type(4) .la-ball-scale-multiple {
    color: #d41225;
}

section:nth-of-type(4) .la-ball-scale-multiple img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

section:nth-of-type(4) .location1 {
    left: 42.975%;
    top: 57.85%;
}

section:nth-of-type(4) .location1 img {
    min-width: 367px;
    min-height: 113px;
    bottom: -10px;
    margin-left: -106px;
}

section:nth-of-type(4) .location2 {
    right: 15%;
    bottom: 15%;
}

section:nth-of-type(4) .location2 img {
    min-width: 409px;
    min-height: 127px;
    bottom: -6px;
    margin-left: -348px;
}

section:nth-of-type(4) .location3 {
    left: 39.975%;
    top: 86.85%;
}

section:nth-of-type(4) .location3 img {
    min-width: 450px;
    min-height: 139px;
    bottom: -5px;
    margin-left: -384px;
}

section:nth-of-type(4) .globalLocation1 {
    left: 5.975%;
    top: 55.85%;
}

section:nth-of-type(4) .globalLocation1 img {
    min-width: 450px;
    min-height: 139px;
    bottom: -5px;
    margin-left: -71px;
}

section:nth-of-type(4) .globalLocation2 {
    left: 53%;
    top: 60%;
}

section:nth-of-type(4) .globalLocation2 img {
    min-width: 385px;
    min-height: 119px;
    bottom: -8px;
    margin-left: -112px;
}

section:nth-of-type(4) .globalLocation3 {
    left: 49.975%;
    top: 79.85%;
}

section:nth-of-type(4) .globalLocation3 img {
    min-width: 409px;
    min-height: 127px;
    bottom: -5px;
    margin-left: -347px;
}

section:nth-of-type(4) .globalLocation4 {
    right: 9.975%;
    bottom: 5.85%;
}

section:nth-of-type(4) .globalLocation4 img {
    min-width: 454px;
    min-height: 141px;
    bottom: -5px;
    margin-left: -390px;
}

section:nth-of-type(5) .background {
    background-color: #151c21;
}

section:nth-of-type(6) .background {
    background-color: #f4f4f4;
    background-image: url(../img/slide-06.png);
}

section:nth-of-type(7) .background {
    background-color: #f4f4f4;
}

section:nth-of-type(7) .container {
    height: auto;
}

section:nth-of-type(7) p {
    font-weight: 300;
}

section:nth-of-type(7) p b {
    font-weight: 500;
}

section:nth-of-type(7) .grid li {
    vertical-align: top;
    padding: 0 5%;
    float: left;
}

section:nth-of-type(7) .iconGroup li {
    padding: 0 26px 25px !important;
    display: inline-block;
}

section:nth-of-type(7) hr {
    margin: 45px 3% 40px;
}

section:nth-of-type(7) .logos {
    padding-bottom: 50px;
}

section:nth-of-type(7) .logos ul {
    display: table;
    margin-left: -2%;
    margin-right: -2%;
}

section:nth-of-type(7) .logos ul li {
    width: 20%;
    display: inline-block;
    padding: 45px 4%;
}

section:nth-of-type(7) .logos ul li span {
    display: inherit;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    box-sizing: border-box;
}

section:nth-of-type(7) .logos ul li span a {
    display: block;
    height: 100%;
    width: 100%;
}

section:nth-of-type(7) .logos ul li span.webrazzi {
    background-image: url(../img/logos/webrazzi.png);
    width: 101px;
    height: 22px;
}

section:nth-of-type(7) .logos ul li span.webrazzi:hover {
    background-image: url(../img/logos/webrazzi-clf.png);
}

section:nth-of-type(7) .logos ul li span.hurriyet {
    background-image: url(../img/logos/hurriyet.png);
    width: 108px;
    height: 30px;
}

section:nth-of-type(7) .logos ul li span.hurriyet:hover {
    background-image: url(../img/logos/hurriyet-clf.png);
}

section:nth-of-type(7) .logos ul li span.sabah {
    background-image: url(../img/logos/sabah.png);
    width: 101px;
    height: 43px;
}

section:nth-of-type(7) .logos ul li span.sabah:hover {
    background-image: url(../img/logos/sabah-clf.png);
}

section:nth-of-type(7) .logos ul li span.radikal {
    background-image: url(../img/logos/radikal.png);
    width: 92px;
    height: 21px;
}

section:nth-of-type(7) .logos ul li span.radikal:hover {
    background-image: url(../img/logos/radikal-clf.png);
}

section:nth-of-type(7) .logos ul li span.donanim {
    background-image: url(../img/logos/donanim.png);
    width: 107px;
    height: 33px;
}

section:nth-of-type(7) .logos ul li span.donanim:hover {
    background-image: url(../img/logos/donanim-clf.png);
}

section:nth-of-type(7) .logos ul li span.haberturk {
    background-image: url(../img/logos/haberturk.png);
    width: 83px;
    height: 31px;
}

section:nth-of-type(7) .logos ul li span.haberturk:hover {
    background-image: url(../img/logos/haberturk-clf.png);
}

section:nth-of-type(7) .logos ul li span.elma {
    background-image: url(../img/logos/elma.png);
    width: 57px;
    height: 54px;
}

section:nth-of-type(7) .logos ul li span.elma:hover {
    background-image: url(../img/logos/elma-clf.png);
}

section:nth-of-type(7) .logos ul li span.sozcu {
    background-image: url(../img/logos/sozcu.png);
    width: 87px;
    height: 23px;
}

section:nth-of-type(7) .logos ul li span.sozcu:hover {
    background-image: url(../img/logos/sozcu-clf.png);
}

section:nth-of-type(7) .logos ul li span.startup {
    background-image: url(../img/logos/startup.png);
    width: 125px;
    height: 19px;
}

section:nth-of-type(7) .logos ul li span.startup:hover {
    background-image: url(../img/logos/startup-clf.png);
}

section:nth-of-type(7) .logos ul li span.milliyet {
    background-image: url(../img/logos/milliyet.png);
    width: 110px;
    height: 28px;
}

section:nth-of-type(7) .logos ul li span.milliyet:hover {
    background-image: url(../img/logos/milliyet-clf.png);
}

section:nth-of-type(7) .appIcon {
    width: 110px;
    margin-bottom: 25px;
}

section:nth-of-type(7) .downloadButtonGroup {
    margin: 95px auto 75px;
}

section:nth-of-type(7) .downloadButtonGroup a svg {
    border: 1px solid rgba(134, 147, 158, .4);
    fill: #86939e;
}

section:nth-of-type(7) .sociaLinkGroup {
    margin-bottom: 20px;
}

section:nth-of-type(7) .sociaLinkGroup li {
    display: inline-block;
    padding: 0 10px;
}

section:nth-of-type(7) .sociaLinkGroup i {
    color: #86939e;
}


/* contact */

.slide.contact .wrap {
    text-align: left;
    width: 100%;
}

.slide.contact .top {
    height: 65%;
    background-image: url(../img/map.png);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}

.slide.contact .top.enMap {
    background-image: url(../img/map-en.png);
}

.slide.contact .top .grid [class*='col-'] {
    justify-content: flex-end;
}

.slide.contact .top .la-ball-scale-multiple {
    right: 32%;
    bottom: 32%;
    color: #d41225;
}

.slide.contact .bottom {
    height: 35%;
    background-color: #ffffff;
    text-align: left;
    width: 100%;
}

.slide.contact .bottom [class*='fix-'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000000;
}

.slide.contact .bottom svg {
    display: block;
    margin-bottom: 13px;
    height: 39px;
}

.slide.contact .bottom a {
    color: #444444;
    font-size: 16px;
    font-family: 'Conv_Montserrat-Light';

}

.slide.contact .bottom a span {
    color: #000000;
    font-size: 30px;
    font-family: 'Conv_Montserrat-UltraLight';
    display: block;
    padding-bottom: 4px;
}

g.cls-1 {
    fill: #16191b !important;
}

@media screen and (min-width:1024px) {
    .panel {
        padding: 2% 7%;
        max-width: calc(1160px + 14%);
        right: 0;
        left: 0;
        margin: auto;
    }
    .container {
        height: 100%;
        display: block;
    }
    .wrap {
        display: block;
        height: 100%;
        padding: calc(4% + 50px) 7% 2%;
    }
    [class*='fix-'] {
        height: 100%;
        max-width: 1160px !important;
    }
    .grid {
        height: 100%;
    }
    .grid [class*='col-'] {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        float: left;
        flex-wrap: nowrap;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-justify-content: center
    }
    .shiftImage {
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    section:nth-of-type(1) .shiftImage {
        left: inherit;
    }
    section:nth-of-type(2) .shiftImage {
        left: 15%;
        right: inherit;
    }
    section:nth-of-type(3) .shiftImage {
        right: 0;
        left: inherit;
    }
    section:nth-of-type(5) .shiftImage {
        left: 15%;
        right: inherit;
    }
    section:nth-of-type(5) .grid [class*='col-7'] {
        padding: 0 10%;
    }
    section:nth-of-type(5) .grid [class*='col-7'] div:last-of-type p {
        margin-bottom: 0;
    }
    .slide.contact .wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width:1023px) {
    br {
        display: none;
    }
    .side {
        display: none;
    }
    .grid {
        display: table;
        width: 100%;
    }
    .grid [class*='col-'] {
        position: relative;
    }
    section:nth-of-type(1) .downloadButtonGroup {
        margin-bottom: 40px;
    }
    section:nth-of-type(1) .grid [class*='col-5'] .shiftImage,
    section:nth-of-type(5) .grid [class*='col-5'] .shiftImage {
        display: none;
    }
    .mobileImage {
        display: block !important;
    }
    section:nth-of-type(2) .grid,
    section:nth-of-type(5) .grid {
        margin: 0;
    }
    section:nth-of-type(2) .grid [class*='col-5'],
    section:nth-of-type(5) .grid [class*='col-5'] {
        display: table-footer-group;
    }
    section:nth-of-type(2) .grid [class*='col-7'],
    section:nth-of-type(5) .grid [class*='col-7'] {
        display: table-header-group;
    }
    section.contact:nth-of-type(1) p {
        margin-bottom: 40px;
    }
    .slide.contact .top .grid [class*='col-'] {
        text-align: left!important;
    }
    .slide.contact .top .grid li:last-of-type p {
        margin: 0;
    }
    .slide.contact .bottom {
        display: table;
    }
    .slide.contact .bottom .grid [class*='col-3'] {
        width: 50% !important;
        max-width: 50% !important;
        padding: 5% 2%;
    }
}

@media screen and (max-width:900px) {
    section:nth-of-type(4) .la-ball-scale-multiple img {
        display: none;
    }
}

@media screen and (max-width:768px) {
    section:nth-of-type(7) .logos ul li {
        width: 33.3%;
    }
}

@media screen and (max-width:640px) {
    section:nth-of-type(7) .logos ul li {
        width: 50%;
    }
    .slide.contact .bottom .grid {
        text-align: center;
    }
    .slide.contact .bottom .grid [class*='col-3'] {
        width: 100% !important;
        max-width: 100% !important;
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
}

@media screen and (max-device-width:640px) {
    .panel {
        padding: 1% 7%;
        background-color: #151c21;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
    .slide:nth-of-type(1) .wrap {
        padding: calc(7% + 90px) 7% calc(5% + 40px);
    }
    .panel.bottom {
        display: none;
    }
    .sections svg {
        width: 96px !important;
    }
    .sections .menu li {
        margin-left: 0;
        margin-right: 0;
    }
    .sections .menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    /*.languageBtn {
        display: none !important;
    }
    .mobileLanguageBtn {
        display: inline-block !important;
    }
    .mobileLanguageBtn a {
        opacity: 1;
    }
    .mobileLanguageBtn img {
        vertical-align: middle;
        margin-bottom: 2px;
    }*/
    .slide .wrap {
        padding: calc(5% + 40px) 7%;
    }
    .slides h1,
    .slides .h1 {
        font-size: 28px !important;
        line-height: 37px!important;
        margin-bottom: 20px !important;
    }
    p {
        font-size: 15px;
        line-height: 28px;
    }
    .downloadButtonGroup a {
        margin-right: 5px;
    }
    .downloadButtonGroup a svg {
        width: 85px;
        height: 23px;
        padding: 12px;
    }
    section:nth-of-type(1) p {
        margin-bottom: 40px;
    }
    section:nth-of-type(2) .shiftImage,
    section:nth-of-type(3) .shiftImage {
        padding: 0 10%;
    }
    section:nth-of-type(4) .background {
        background-image: none;
    }
    section:nth-of-type(4) .background div {
        display: none;
    }
    section:nth-of-type(4) .wrap {
        vertical-align: middle !important;
    }
    section:nth-of-type(6) .shiftImage {
        padding: 0 25%;
    }
    .mobileNotification {
        display: block!important;
    }
    section:nth-of-type(7) p {
        text-align: center;
    }
    section:nth-of-type(7) hr {
        margin: 15px 3% 30px;
    }
    section:nth-of-type(7) .logos ul li {
        padding: 25px 4%;
    }
    section:nth-of-type(7) .logos ul li:nth-of-type(4),
    section:nth-of-type(7) .logos ul li:nth-of-type(5),
    section:nth-of-type(7) .logos ul li:nth-of-type(7),
    section:nth-of-type(7) .logos ul li:nth-of-type(9) {
        display: none;
    }
    section:nth-of-type(7) .appIcon {
        width: 90px;
    }
    section:nth-of-type(7) .downloadButtonGroup {
        margin: 45px auto 25px;
    }
    section:nth-of-type(7) .iconGroup li img {
        max-width: 28px;
    }
    .slide.contact .top {
        background-image: url(../img/map-mobile.png);
    }
    .slide.contact .top.enMap {
        background-image: url(../img/map-mobile-en.png);
    }
    .slide.contact h1 {
        font-size: 30px !important;
        line-height: 39px !important;
    }
    .slide.contact .top .wrap {
        padding: calc(7% + 90px) 7% 7%;
    }
    .slide.contact .top .grid li:nth-of-type(1) p {
        display: none;
    }
    .slide.contact .bottom .wrap {
        padding: 5% 7%;
    }

    .slide.contact .bottom .grid [class*='col-3'] {
        padding: 5% 2%;
    }
    g.cls-1 {
        fill: #ffffff !important;
    }
    .mobile .simplifiedMobile .slide,
    .mobile .simplifiedMobile .content,
    .mobile .simplifiedMobile .container {
        min-height: inherit;
    }
    .mobile .simplifiedMobile [class*="ae-"] {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0)!important;
    }
    .slide,
    .slides {
        background: #f4f4f4;
    }
    .language-dropdown {
        width: 50px;
        right: -15px;
    }
    span.language-btn-text {
        display: none;
    }
    .language-btn-img {
        margin-left: 0;
    }
    .language-rect {
        background: rgba(39, 52, 61, 1)
    }
    .language-dropdown ul {
        background: rgba(39, 52, 61, 1)
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
    .container {
        display: table !important;
    }
    .wrap {
        display: table-cell !important;
    }
    .downloadButtonGroup a svg {
        width: 133px;
    }
    section:nth-of-type(1) .grid [class*='col-5'] .shiftImage,
    section:nth-of-type(5) .grid [class*='col-5'] .shiftImage {
        display: none;
    }
    .mobileImage {
        display: block !important;
    }
    .grid [class*='col-'] {
        display: inline-block;
        float: none;
    }
    img.shiftImage {
        position: initial;
    }
    .slide.contact .top .wrap {
        padding: calc(4% + 50px) 7% 2%;
    }
    .slide.contact .top .grid [class*='col-'] {
        width: 100%;
        max-width: 100%;
    }
    .slide.contact .bottom .wrap {
        padding: 2% 7%;
    }
    .slide.contact .grid [class*='col-'] p {
        text-align: left;
    }
    .slide.contact .bottom .grid [class*='col-'] {
        width: 50% !important;
        max-width: 50% !important;
        padding: 5% 2%;
        float: left;
    }
    .language-rect {
        background: rgba(39, 52, 61, 1)
    }
    .language-dropdown ul {
        background: rgba(39, 52, 61, 1)
    }
}

.termsofuse {
    opacity: 0.6;
    margin-left: -262px;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (max-width: 840px) {
    .termsofuse {
        margin-left: inherit;
    }
}

@font-face {
    font-family: 'DINNextLTPro-Light';
    src: url('../fonts/DINNextLTPro-Light.woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('../fonts/DINNextLTPro-Regular.woff');
    font-weight: normal;
    font-style: normal;
}


.slide-bf {
    background-color: #f6f6f6;
    background-image: url(../img/slide-bf.jpg);
}

.slide-bf-img {
    bottom: -12%;
    height: 100%;
    max-height: 1729px;
    left: 15%;
}

@media only screen and (max-width: 1023px) {
    .slide-bf-img {
        bottom: 0;
        left: 0;
        height: initial;
        margin-bottom: -16% !important;
    }
}


@media only screen and (max-height: 740px) {
    .landing-page-pp1 {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }

    .landing-page-pp2 {
        margin-bottom: 10px !important;
    }

    .landing-page-pp3 {
        margin-bottom: 10px !important;
        font-size: 30px !important;
    }
}