* {
    margin: 0;
    box-sizing: border-box;
}

html {}

html,
body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Sectra';
    src: url('../fonts/sectra.woff') format('woff'), url('../fonts/sectra.eot') format('eot'), url('../fonts/sectra.otf') format('otf'), url('../fonts/sectra.ttf') format('truetype');
}

@font-face {
    font-family: 'Maison';
    src: url('../fonts/maison.woff2') format('woff2'), url('../fonts/maison.woff') format('woff'), url('../fonts/maison.otf') format('otf');
}

body {
    font-family: 'Sectra', serif;
    font-size: 16px;
    color: #64635f;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: lighter;
}

h4 {
    display: block;
    color: #64635f;
    font-family: 'Maison', sans-serif;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

h3 {
    font-size: 2.125em;
    color: #64635f;
}

h4 span {
    display: inline-block;
    width: 80px;
    height: 1px;
    margin-right: 12px;
    border-top: solid 1px #64635f;
    position: relative;
    top: -3px;
}

.content {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.banner .content {
    left: -300px;
    opacity: 0;
    transition: all ease 0.5s;
}

.banner .content.live {
    left: 0px;
    opacity: 1;
    transition: all ease 0.5s;
}

.social {
    padding: 0;
    list-style-type: none;
}

.social li {
    display: inline;
    margin-right: 35px;
}

.social li:last-child {
    margin-right: 0;
}

.social li a {
    text-decoration: none;
}

.social li a svg {
    max-width: 20px;
    max-height: 20px;
    fill: #fff;
    transition: all ease 0.3s;
}

.social li a:hover svg {
    fill: #e7e7e7;
}

.light.input a {
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 1.125em;
    border: solid 1px #f7a310;
    display: inline-block;
    padding: 10px 70px 28px 70px;
    margin-left: 10px;
    transition: all ease 0.3s;
    background-color: transparent;
    z-index: 1;
    -webkit-appearance: none;
}

.light.input a:hover {
    background-color: #f7a310;
    transition: all ease 0.3s;
}

.light.input span.border {
    display: block;
    width: 239px;
    height: 61px;
    position: absolute;
    border: solid 1px #fff;
    top: -10px;
    left: 0;
    z-index: 2;
}

.dark.input input[type="submit"],
.dark.input a {
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 1.125em;
    border: solid 1px #f7a310;
    display: inline-block;
    padding: 15px 70px 28px 70px;
    margin-left: 10px;
    transition: all ease 0.3s;
    background-color: rgba(247, 163, 16, 0.8);
    color: #fff;
    position: relative;
    z-index: 2;
    right: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.dark.input {
    position: relative;
    float: right;
    margin-top: 20px;
}

.dark.input input[type="submit"]:hover,
.dark.input a:hover {
    background-color: transparent;
    color: #b1b1af;
    transition: all ease 0.3s;
    position: relative;
}

.dark.input span.border {
    display: block;
    width: 216px;
    height: 58px;
    position: absolute;
    border: solid 1px #b1b1af;
    top: 10px;
    left: 0px;
    z-index: 2;
}


/* Header */

header {
    min-height: 920px;
    background-color: #64635f;
    padding-top: 200px;
    position: relative;
}

header .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 920px;
    z-index: 1;
    opacity: 0.3;
    overflow: hidden;
    width: 100%;
}

header video {
    position: absolute;
    min-height: 920px;
    min-width: 100%;
    top: 0;
    right: 0
}

header .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 920px;
    background: url(../img/orange_dot.png);
    opacity: 0.5;
}

header .element-1 {
    position: absolute;
    top: 0;
    left: -80px;
    width: 940px;
    z-index: 3;
}

header .top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    transition: all ease 0.5s;
}

header .top.active {
    background-color: rgba(81, 80, 76, 0.95);
    transition: all ease 0.5s;
}

header .top nav {
    display: block;
    position: relative;
    z-index: 2000;
}

header .top nav .inner-menu {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(81, 80, 76, 0.95);
    z-index: 9999;
    position: fixed;
    padding: 120px 30px;
}

.audit header .top nav .inner-menu {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(81, 80, 76, 0.95);
    z-index: 9999;
    position: fixed;
    padding: 120px 30px;
    max-width: 620px;
}

header .top nav .inner-menu .back {
    position: absolute;
    width: 105px;
    height: 121px;
    top: 0;
    left: 0;
}

header .top nav .inner-menu .back img {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

header .top nav .inner-menu .logo {
    width: 500px;
    padding: 0;
}

header .top nav .inner-menu img {
    width: 30px;
}

header .top nav .inner-menu .anchor-menu {
    padding: 0;
    padding-left: 52px;
    list-style-type: none;
    font-family: 'Maison', sans-serif;
    color: #fff;
    margin-top: 100px;
    position: relative;
}

header .top nav .inner-menu .anchor-menu li a {
    display: block;
    padding: 30px 0;
    position: relative;
    width: auto;
    height: auto;
}

header .top nav .inner-menu .anchor-menu li:last-child {
    padding-bottom: 0;
}

header .top nav .inner-menu .anchor-menu li span.line {
    width: 30px;
    height: 1px;
    border-bottom: solid 1px #acaaa4;
    position: absolute;
    top: 40px;
    left: -82px;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .anchor-menu li a:hover span.line {
    width: 70px;
    border-bottom: solid 1px #f7a310;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .social {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.audit header .top nav .inner-menu .social {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 50px;
    left: 0;
}

header .top nav .inner-menu .social li {
    margin-right: 25px;
}

.audit header .top nav .inner-menu .social li {
    margin-left: 25px;
}

header .top nav .inner-menu .social svg {
    max-width: 20px;
    fill: #fff;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .social svg:hover {
    fill: #f7a310;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .page-menu {
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 3.250em;
}

.audit header .top nav .inner-menu .page-menu {
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 2em;
    margin-top: 80px;
}

header .top nav .inner-menu .page-menu li a {
    display: block;
    margin-bottom: 20px;
    transition: all ease 0.3s;
    position: relative;
}

header .top nav .inner-menu .page-menu li a:before {
    content: "";
    width: 20px;
    height: 1px;
    border-top: solid 1px #f7a310;
    position: absolute;
    left: -50px;
    top: 50%;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .page-menu li a:hover:before {
    left: -30px;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .page-menu li a.active:before {
    left: -30px;
}

header .top nav .inner-menu .page-menu li a.active {
    color: #f7a310;
}


/*
header .top nav .inner-menu .page-menu li a.hSoon:after {
    content: '\2022    Coming Soon';
    font-size: 0.5em;
    position: relative;
    top: -3px;
    color: #939290;
}
*/

header .menu-bar {
    position: absolute;
    top: 3px;
    right: 440px;
}

@media screen and (max-width: 1080px) {
    header .menu-bar {
    position: absolute;
    top: 3px;
    right: 0px;
}
}

header .menu-bar ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

header .menu-bar ul li {
    display: inline;
}

header .menu-bar ul li a {
    padding: 20px 30px;
    display: inline-block;
    font-size: 1.125em;
    background-color: transparent;
    transition: all ease 0.3s;
}

header .menu-bar ul li a:hover {
    background-color: #f7a310;
    transition: all ease 0.3s;
    color: #fff;
}

@media screen and (max-width: 1080px) {
    header .menu-bar ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 20px 0;
        text-align: right;
        margin-right: 140px;
        position: relative;
        top: -9px;
    }
}

@media screen and (max-width: 680px) {
    header .menu-bar ul {
        display: none;
    }
}

header .top nav .inner-menu .page-menu li a:hover {
    color: #f7a310;
    transition: all ease 0.3s;
}

header .top nav .inner-menu .page-menu hr {
    max-width: 90px;
    margin: 60px 0;
}

header .top nav .bars {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 50px 35px;
}

.audit header .top nav .bars {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 35px 35px;
    position: relative;
    z-index: 2100;
    cursor: pointer;
}

header .top nav .bars img {
    max-width: 35px;
}

header .top nav .bars img {
    width: 35px;
    display: block;
}

header .top .logo {
    max-width: 280px;
    display: inline-block;
    padding: 35px 0
}

.audit header .top .logo {
    max-width: 280px;
    display: inline-block;
    padding: 20px 0
}

header .banner h1 {
    font-size: 6.0em;
    max-width: 835px;
    letter-spacing: 0.005em;
    line-height: 0.925em;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

header .banner h2 {
    font-size: 2.0em;
    max-width: 680px;
    line-height: 1.125em;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 20px;
}


/* Market Cap */

.market-cap {
    padding-top: 160px;
}

.market-cap h3 {
    max-width: 400px;
}

.market-cap .value p {
    font-size: 6.875em;
    color: #64635f;
    text-transform: uppercase;
}

.market-cap .data {
    padding: 45px 0 0 75px;
}

.market-cap .data img {
    max-width: 50px;
    float: left;
    margin-right: 25px;
}

.market-cap .data p {
    font-family: 'Maison', sans-serif;
    margin: 6px 0;
}


/* What We Do*/

.what-we-do {
    padding-top: 140px;
}

.what-we-do h3 {
    text-align: center;
    margin-bottom: 75px;
}

.what-we-do h4 {
    display: block;
    width: 185px;
    margin: 0 auto 10px auto;
}

.what-we-do .col-4 img {
    width: 35px;
    background-color: #f7a310;
    padding: 10px;
    box-sizing: content-box;
    border: solid 12px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 1px #f7a310;
    transition: all ease 0.3s;
}

.what-we-do .col-4:hover img {
    width: 35px;
    background-color: #f7a310;
    padding: 20px;
    box-sizing: content-box;
    border: solid 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 1px #f7a310;
    transition: all ease 0.3s;
}

.what-we-do .img-box {
    float: left;
    margin-right: 25px;
    margin-bottom: 200px;
}

.what-we-do .text {
    max-width: 280px;
    padding-left: 105px;
    box-sizing: content-box;
}

.what-we-do .text p {
    font-size: 1.125em;
    min-height: 110px;
    line-height: 1.5em;
    margin-bottom: 45px;
}

.what-we-do .text h5 {
    font-size: 2.125em;
    margin: 20px 0;
}

.what-we-do a {
    color: #f7a310;
    margin-right: 5px;
    font-size: 1.250em;
}

.what-we-do .soon {
    color: #f7a310;
    margin-right: 5px;
    font-size: 1.250em;
    position: relative;
    top: 25px;
}

.what-we-do .soon span {
    color: #ccc;
}


/* Spotlight */

.spotlight-slider {
    padding-top: 45px;
}

.spotlight-slider {
    position: relative;
    height: 700px;
}

.spotlight-slider .slider-item {
    margin-top: 100px;
    display: none;
    position: absolute;
}

.spotlight .logo {
    background-color: #e7e7e7;
    max-height: 170px;
}

.spotlight .item .item-1 {
    display: block;
}

.spotlight .item .item-2,
.spotlight .item .item-3,
.spotlight .item .item-4,
.spotlight .item .item-5,
.spotlight .item .item-6,
.spotlight .item .item-7,
.spotlight .item .item-8 {
    display: none;
}

.spotlight .logo .orange {
    background-color: #f7a310;
    display: block;
    text-align: right;
    width: 100%;
    max-width: 520px;
    padding: 70px 72px;
    position: relative;
    top: -24px;
}

.spotlight .logo .orange .img-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 48px;
}

.spotlight .logo .orange .img-box img {
    max-width: 200px;
}

.spotlight .navigation {
    background-color: #e7e7e7;
    height: 140px;
    text-align: center;
    font-size: 2.225em;
    padding-top: 0;
    position: relative;
}

.spotlight .navigation span {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -24px;
}

.spotlight .title {
    padding: 36px 0 0 70px;
}

.spotlight .text {
    background-color: #e7e7e7;
    position: relative;
}

.spotlight .text p {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 100px 0 0;
    position: absolute;
}

.spotlight .video {
    position: relative;
}

.spotlight .video img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.spotlight .video .video-box {
    width: 100%;
    height: 100%;
    position: absolute;
}

.spotlight .video .video-link {
    cursor: pointer;
    display: block;
    position: relative;
}

.spotlight .video-lightbox {
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(81, 80, 76, 0.95);
    z-index: 9999;
    position: fixed;
    padding: 125px 150px;
}

.spotlight .video-lightbox iframe {
    width: 100%;
    height: 100%;
}

.spotlight .video-lightbox .close {
    position: absolute;
    width: 105px;
    height: 121px;
    top: 0;
    left: 0;
    cursor: pointer;
}

.spotlight .video-lightbox .close img {
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

.spotlight .video .play {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(247, 163, 16, 0.2);
    transition: all ease 0.3s;
}

.spotlight .video .play .play-box {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    display: block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    border: solid 1px rgba(247, 163, 16, 1);
    box-sizing: content-box;
    transition: all ease 0.3s;
}

.spotlight .video .play img {
    width: 18px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -9px;
    transition: all ease 0.3s;
}

.spotlight .video .video-box a:hover .play {
    width: 190px;
    height: 190px;
    margin-top: -95px;
    margin-left: -95px;
}

.spotlight .video .video-box a:hover .play-box {
    width: 160px;
    height: 160px;
    margin-top: -80px;
    margin-left: -80px;
    background-color: rgba(255, 255, 255, 0.90);
    transition: all ease 0.3s;
}

.spotlight .video .video-box:hover .play-box img {
    width: 20px;
    height: 33.5px;
    margin-top: -16.75px;
    margin-left: -10px;
    transition: all ease 0.3s;
}

.spotlight .spotlight-mobile-nav {
    display: none;
}

.spotlight .video .next,
.spotlight .spotlight-mobile-nav .next {
    position: absolute;
    bottom: 0px;
    right: -113px;
    background-color: #64635f;
    width: 112px;
    height: 112px;
}

.spotlight .video .next img,
.spotlight .spotlight-mobile-nav .next img {
    width: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    left: 50%;
    margin-left: -17.5px;
    transition: all ease 0.3s;
}

.spotlight .video .next:hover img,
.spotlight .spotlight-mobile-nav .next:hover img {
    margin-left: -10px;
    transition: all ease 0.3s;
}

.spotlight .video .prev,
.spotlight .spotlight-mobile-nav .prev {
    position: absolute;
    bottom: 113px;
    right: -113px;
    background-color: #aeaeae;
    width: 112px;
    height: 112px;
}

.spotlight .video .prev img,
.spotlight .spotlight-mobile-nav .prev img {
    width: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    left: 50%;
    margin-left: -17.5px;
    transition: all ease 0.3s;
}

.spotlight .video .prev:hover img,
.spotlight .spotlight-mobile-nav .prev:hover img {
    margin-left: -25px;
    transition: all ease 0.3s;
}


/* Press Mentions */

.press {
    padding-top: 170px;
}

.press .brands {
    margin-top: 45px;
}

.press .brands .brand-box {
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 15px;
}

.press .brands .brand-box img {
    width: 100%;
    max-width: 220px;
}


/* Events */

.events {
    padding-top: 120px;
}

.events .content {
    height: 881px;
    margin-bottom: 30px;
    padding: 0;
}

.events h3 {
    text-align: center;
    margin-bottom: 35px;
}

.events h4 {
    display: block;
    width: 120px;
    margin: 0 auto 10px auto;
    position: relative;
    left: 15px;
}

.events .map-box {
    width: 100%;
    position: absolute;
}

.events .map-box .map {
    opacity: 0.75;
    width: 100%;
    padding: 0 80px;
}

.events .event-spot {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: solid 1px #f7a310;
    padding: 3px;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    transition: all ease 0.5s;
    cursor: pointer;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 163, 16, 0.75);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(247, 163, 16, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(247, 163, 16, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(247, 163, 16, 0.75);
        box-shadow: 0 0 0 0 rgba(247, 163, 16, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(247, 163, 16, 0);
        box-shadow: 0 0 0 10px rgba(247, 163, 16, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(247, 163, 16, 0);
        box-shadow: 0 0 0 0 rgba(247, 163, 16, 0);
    }
}

.events .event-spot img {
    background-color: #f7a310;
    width: 0;
    padding: 5px;
    box-sizing: content-box;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all ease 0.5s;
}

.events .event-spot:hover {
    width: 64px;
    height: 64px;
    margin-top: -20px;
    margin-left: -20px;
    transition: all ease 0.5s;
}

.events .event-spot:hover img {
    background-color: #f7a310;
    width: 20px;
    padding: 8px 10px;
    box-sizing: content-box;
    position: absolute;
    top: 8px;
    left: 10px;
    transition: all ease 0.5s;
}

.events .spot-show {
    width: 64px;
    height: 64px;
    margin-top: -20px;
    margin-left: -20px;
    transition: all ease 0.5s;
}

.events .spot-show img {
    background-color: #f7a310;
    width: 20px;
    padding: 8px 11px;
    box-sizing: content-box;
    position: absolute;
    top: 8px;
    left: 10px;
    transition: all ease 0.5s;
}

.events .event-box {
    width: 100%;
    max-width: 585px;
    margin: 0 auto;
    color: #fff;
    z-index: 110;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -292.5px;
    height: 100%;
    padding: 3% 0;
    display: none;
}

.events .event-box .details {
    background-color: rgba(174, 174, 174, 0.95);
    height: 100%;
    padding: 65px 80px;
}

.events .event-box img {
    max-width: 36px;
}

.events .event-box h5 {
    margin-left: 20px;
    font-size: 0.925em;
    font-family: 'Maison', sans-serif;
}

.events .event-box h6 {
    margin-left: 20px;
    font-size: 1.125em;
    font-family: 'Sectra', serif;
    color: #fff;
}

.events .event-box .header {
    margin-bottom: 45px;
    position: relative;
}

.events .event-box .header .close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.events .event-box .text {
    margin-bottom: 50px;
}

.events .event-box .text p a {
    text-decoration: underline;
    font-weight: 400;
}

.events .event-box .text p {
    font-size: 0.925em;
    font-family: 'Maison', sans-serif;
    margin-bottom: 25px;
    line-height: 1.750em;
}

.events .event-box .input {
    position: relative;
}

.events .event-mobile {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Maison', sans-serif;
    margin-bottom: 120px;
    display: none;
}

.events .event-mobile .header {
    padding: 15px;
    color: #fff;
    font-size: 1.4em;
    background-color: #f7a310;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.events .event-mobile .header span.plus,
.events .event-mobile .header span.minus {
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    right: 30px;
    top: 50%;
    margin-top: -1.5px;
    transition: all ease 0.3s;
}

.events .event-mobile .header span.minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all ease 0.3s;
}

.events .event-mobile .header span.minus.active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all ease 0.3s;
}

.events .event-mobile img {
    max-width: 40px;
    float: left;
    margin-right: 15px;
}

.events .event-mobile .text {
    background-color: #e7e7e7;
    padding: 40px 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.events .event-mobile .text p {
    margin-bottom: 20px;
    text-align: justify;
}

.events .event-mobile .text a.read {
    color: #fff;
    background-color: #f7a310;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 40px;
}

.events .event-mobile .text a {
    color: #f7a310;
}


/***
Cities position %
***/

.rio {
    top: 76.9%;
    left: 35.5%;
}

.lax {
    top: 44.5%;
    left: 15.7%;
}

.nyc {
    top: 44.3%;
    left: 27.5%;
}

.ams {
    top: 33.9%;
    left: 48.2%;
}

.tyo {
    top: 42.8%;
    left: 82.2%;
}

.denver {
    top: 42%;
    left: 20.5%;
}

.seoul {
    top: 42.2%;
    left: 80%;
}

.washington {
    top: 41.6%;
    left: 27.9%;
}

.sfo {
    top: 41.5%;
    left: 15.3%;
}

.hkg {
    top: 52.1%;
    left: 77.5%;
}

.london {
    top: 35.3%;
    left: 46.5%;
}

.moskow {
    top: 33%;
    left: 56.5%;
}


/* CONTACT */

.contact {
    position: relative;
    min-height: 370px;
}

#contact-link {
    position: absolute;
    top: -160px;
    left: 0;
}

.contact .element {
    position: absolute;
    max-width: 435px;
    top: -180px;
}

.contact .bg-dots {
    position: absolute;
    max-width: 570px;
}

.contact .asset-3 {
    margin-left: 25%;
}

.contact .switch {
    display: inline-block;
    padding: 5px;
    border: solid 1px #64635f;
    position: relative;
}

.contact .switch .orange-select {
    position: absolute;
    background-color: #f7a310;
    width: 200px;
    height: 64px;
    z-index: 100;
    transition: all ease 0.3s;
    right: 210px;
}

.contact .switch .orange-select.switched {
    right: 5px;
    transition: all ease 0.3s;
}

.contact .switch a {
    display: inline-block;
    padding: 20px 0;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    position: relative;
    z-index: 110;
    transition: all ease 0.3s;
    cursor: pointer;
}

.contact .switch a.inactive {
    color: #b1b1af;
    transition: all ease 0.3s;
}

.contact .title-box {
    position: relative;
    height: 150px;
}

.contact h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5.625em;
    line-height: 0.85em;
    margin-top: 38px;
}

.contact .form-box {
    padding-left: 65px;
    position: relative;
}

.contact #mc_embed_signup div.mce_inline_error {
    display: none !important;
    border-color: #b1b1af !important;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #b1b1af !important;
}

.contact .form-box form {
    position: absolute;
    width: 100%;
}

.contact .form-box form.form-content-2 {
    display: none;
}

.contact .response {
    background-color: #eee;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 15px;
}

.contact .form-box select {
    background-color: #fff !important;
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 12px;
    padding-left: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    outline: 0;
    border-bottom: solid 1px #b1b1af;
    color: #b1b1af;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact .chimp-select {
    position: relative;
}

.contact .chimp-select .cover {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

.contact .chimp-main {
    width: 100%;
    display: block;
    height: 58px;
    border-bottom: solid 1px #b1b1af;
    color: #b1b1af;
    padding-left: 15px;
    padding-top: 18px;
    font-size: 15px;
    cursor: pointer;
}

.contact .chimp-box {
    position: absolute;
    list-style-type: none;
    padding: 0;
    color: #fff;
    width: 100%;
    z-index: 10;
    border-top: 0;
    border-bottom: 0;
    display: none;
    border-left: solid 1px #b1b1af;
    border-right: solid 1px #b1b1af;
}

.contact .chimp-select .arrow {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    transition: all ease 0.3s;
}

.contact .chimp-select .arrow.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all ease 0.3s;
}

.contact .chimp-box.selected {
    top: -2px;
    border: 0;
}

.contact .chimp-box input[type=checkbox] {
    height: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px;
    opacity: 0;
    z-index: 21;
}

.contact .chimp-box li {
    padding: 0;
    padding-left: 35px;
    border-bottom: solid 1px #fff;
    height: 60px;
    font-size: 15px;
    color: #b1b1af;
    background-color: #fff;
    transition: background ease 0.3s;
    position: relative;
    border-bottom: solid 1px #b1b1af;
}

.contact .chimp-box li .select-border {
    position: absolute;
    width: 20px;
    top: 19px;
    left: 17px;
    height: 20px;
    border: solid 1px #b1b1af;
    z-index: 19;
}

.contact .chimp-box li .select-core {
    position: absolute;
    width: 12px;
    top: 23px;
    left: 21px;
    height: 12px;
    background-color: #f7a310;
    display: none;
    z-index: 19;
}

.contact .chimp-box li:hover {
    transition: background ease 0.3s;
}

.contact .chimp-box li.active:hover {
    background-color: #fff;
    color: #b1b1af;
}

.contact .chimp-box li label {
    display: block;
    padding-top: 20px;
    padding-left: 15px;
}

#mc_embed_signup_scroll {
    position: relative;
}

.contact .form-box select option {
    background-color: transparent;
    color: #b1b1af;
    /* padding: 20px 0; */
    /* border: 0; */
}

.contact .form-box .first {
    padding-left: 15px;
}

.contact .form-box input {
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 12px;
    padding-left: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: solid 1px #b1b1af;
    border-radius: 0;
}

.contact .form-box input::placeholder {
    color: #b1b1af;
    opacity: 1;
}

.contact .form-box input:-ms-input-placeholder {
    color: #b1b1af;
}

.contact .form-box input::-ms-input-placeholder {
    color: #b1b1af;
}

.contact .form-box select:focus {
    outline: 0;
}

.contact .form-box select:focus {
    outline: 0;
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.contact .custom-select select {
    display: none;
}

.contact .select-selected {
    font-size: 0.833em;
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-top: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.05em;
    border: 0;
    border-bottom: solid 1px #b1b1af;
    color: #b1b1af;
}

.contact .select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #b1b1af transparent transparent transparent;
}

.contact .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.contact .select-items div,
.select-selected {
    color: #b1b1af;
    font-family: 'Sectra', serif;
    padding: 20px 16px;
    cursor: pointer;
    user-select: none;
    border-bottom: solid 1px #b1b1af;
}

.contact .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: solid 1px #b1b1af;
    border-top: 0;
    border-bottom: 0;
}

.contact .select-hide {
    display: none;
}

.contact .select-items div:hover {
    background-color: #f7a310;
    color: #fff;
    border-bottom: 0;
}


/* Journal */

.journal {
    padding-top: 140px
}

.journal h3 {
    margin-bottom: 60px;
}

.journal .col-4 {
    width: 38%;
}

.journal .col-8 {
    width: 62%;
}

.journal .news-main {
    padding-right: 55px;
    border-right: solid 1px #b1b1af;
}

.journal .news-main img {
    max-width: 100%;
}

.journal .news-main h5 {
    margin: 35px 0 25px 0;
    font-size: 2.225em;
}

.journal .news-main hr {
    display: block;
    max-width: 80px;
    margin-bottom: 35px;
}

.journal .news-main p {
    font-family: 'Maison', sans-serif;
    font-size: 0.85em;
    margin-bottom: 30px;
}

.journal .news-main span {
    color: #aeaeae;
    font-family: 'Maison', sans-serif;
    display: block;
    font-size: 0.85em;
    margin: 30px 0;
}

.journal .news-item {
    margin-left: 55px;
}

.journal .news-item img {
    max-width: 100%;
}

.journal .news-item h5 {
    margin: 0 0 25px 0;
    font-size: 2.225em;
}

.journal .news-item hr {
    display: block;
    max-width: 80px;
    margin-bottom: 25px;
}

.journal .news-item p {
    font-family: 'Maison', sans-serif;
    font-size: 0.85em;
    margin-bottom: 30px;
}

.journal .news-item span {
    color: #aeaeae;
    font-family: 'Maison', sans-serif;
    display: block;
    font-size: 0.85em;
    margin: 19px 0;
}

.journal .news-item .text {
    padding-left: 40px;
}

.journal .news-item.news-item-1 {
    padding-bottom: 45px;
    border-bottom: solid 1px #b1b1af;
    ;
}

.journal .news-item.news-item-2 {
    padding-top: 45px;
}

.journal .dark.input a {
    display: inline-block;
    padding: 20px 75px 20px 75px;
    margin-left: 10px;
    position: relative;
    z-index: 110;
    right: 20px;
}

.journal .dark.input {
    position: relative;
    float: left;
    margin-top: 0;
}

.journal .news-main .dark.input span.border {
    top: -12px;
}

.journal .dark.input span.border {
    display: block;
    width: 250px;
    height: 58px;
    position: absolute;
    top: -4px;
    z-index: 2;
}

.journal h5.small {
    font-size: 1.5em;
}


/* TEAM */

.team {
    padding-top: 140px;
    padding-bottom: 170px;
}

.team .icon-orange {
    position: absolute;
    height: 580px;
    right: 80px;
}

.team h3 {
    text-align: center;
    margin-bottom: 20px;
}

.team h4 {
    display: block;
    width: 205px;
    margin: 0 auto 10px auto;
    position: relative;
}

.team .header {
    margin-bottom: 80px;
}

.team .header p {
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.team .member {
    position: relative;
    z-index: 100;
}

.team .member img {
    z-index: 100;
}

.team .member .name-box,
.team .member .name-box-simple {
    position: absolute;
    width: 100%;
    z-index: 110;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(100, 99, 95, 0) 0%, rgba(100, 99, 95, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(100, 99, 95, 0) 0%, rgba(100, 99, 95, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(100, 99, 95, 0) 0%, rgba(100, 99, 95, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064635f', endColorstr='#bf64635f', GradientType=0);
    /* IE6-9 */
}

.team .member .name-box .name,
.team .member .name-box-simple .name {
    position: absolute;
    width: 100%;
    padding: 30px;
    color: #fff;
    bottom: 0;
}

.team .member h5 {
    font-size: 2em;
}

.team .member h6 {
    font-size: 1.250em;
}

.team .member-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 163, 16, 0.8);
    z-index: 200;
    padding: 40px 30px;
    color: #fff;
}

.team .member-box p {
    font-family: 'Maison', sans-serif;
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.5em;
    margin-top: 40px;
}


/*OWL*/

.team .owl-next {
    position: absolute;
    bottom: 0;
    right: -81px;
    background-color: #64635f;
    width: 80px;
    height: 80px;
    border: 0;
    outline: 0;
}

.team .owl-next img {
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    transition: all ease 0.3s;
}

.team .owl-next:hover img {
    margin-left: -10px;
    transition: all ease 0.3s;
}

.team .owl-prev {
    position: absolute;
    bottom: 81px;
    right: -81px;
    background-color: #aeaeae;
    width: 80px;
    height: 80px;
    border: 0;
    outline: 0;
}

.team .owl-prev img {
    width: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    transition: all ease 0.3s;
}

.team .owl-prev:hover img {
    margin-left: -25px;
    transition: all ease 0.3s;
}

.team .team-search {
    position: relative;
    height: 80px;
    top: 1px;
}

.team .team-search .search {
    position: absolute;
    top: 0;
    right: -81px;
    width: 80px;
    height: 80px;
    background-color: #cbcbcb;
    cursor: pointer;
}

.team .team-search .search img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.team .team-search input {
    width: 0;
    height: 100%;
    padding-left: 0;
    border: 0;
    outline: 0;
    background-color: rgba(190, 190, 190, 0.8);
    color: #fff;
    font-family: 'Sectra', serif;
    font-size: 1.8em;
    opacity: 0;
    transition: all ease 0.3s;
    float: right;
}

.team .team-search input.search-show {
    width: 100%;
    padding-left: 40px;
    opacity: 1;
    transition: all ease 0.3s;
    border-radius: 0;
}

.team .team-search input::placeholder {
    color: #eee;
    opacity: 1;
}

.team .team-search input:-ms-input-placeholder {
    color: #eee;
}

.team .team-search input::-ms-input-placeholder {
    color: #eee;
}

.team .team-search input:focus {
    outline: 0;
}

.team .team-search input:focus {
    outline: 0;
}

.owl-home {
    position: relative;
}

.owl-item {
    height: 100%;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    height: 100%;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-audit,
.owl-audit .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-audit {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-audit .owl-stage {
    height: 100%;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-audit .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-audit .owl-stage-outer {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-audit .owl-item,
.owl-audit .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-audit .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-audit .owl-item img {
    display: block;
    width: 100%
}

.owl-audit .owl-dots.disabled,
.owl-audit .owl-nav.disabled {
    display: none
}

.no-js .owl-audit,
.owl-audit.owl-loaded {
    display: block
}

.owl-audit.owl-loading {
    opacity: 0;
    display: block
}

.owl-audit.owl-hidden {
    opacity: 0
}

.owl-audit.owl-refresh .owl-item {
    visibility: hidden
}

.owl-audit.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-audit.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-audit.owl-rtl {
    direction: rtl
}

.owl-audit.owl-rtl .owl-item {
    float: right
}

.owl-audit .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-audit .owl-animated-in {
    z-index: 0
}

.owl-audit .owl-animated-out {
    z-index: 1
}

.owl-audit .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-audit .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-audit .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-audit .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-audit .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-audit .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-audit .owl-video-playing .owl-video-play-icon,
.owl-audit .owl-video-playing .owl-video-tn {
    display: none
}

.owl-audit .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-audit .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/* Footer */

footer .master {
    background-color: #454441;
    padding: 40px 0;
}

footer .master .logo {
    max-width: 220px;
}

footer .master nav ul {
    padding: 0;
    color: #fff;
    font-family: 'Maison', sans-serif;
    list-style-type: none;
    text-align: center;
}

footer .master nav ul li {
    display: inline-block;
    padding: 12px 20px 10px 20px;
    font-size: 0.8em;
}

footer .master .social {
    text-align: right;
    padding: 12px 0 0px 0;
}

footer .master .social li {
    margin-right: 25px;
}

footer .master .social svg {
    max-width: 16px;
    fill: #a2a2a0;
    transition: all ease 0.3s;
}

footer .master .social svg:hover {
    fill: #f7a310;
    transition: all ease 0.3s;
}

footer .secondary {
    background-color: #3e3d3a;
}

footer .secondary p {
    font-size: 0.8em;
    font-family: 'Maison', sans-serif;
    color: #fff;
    opacity: 0.5;
    padding: 40px 0;
}

footer .secondary .logos {
    text-align: right;
    padding: 20px 0
}

footer .secondary .logos img {
    margin-left: 40px;
}

@media screen and (max-width: 1900px) {
    header {
        min-height: 900px;
    }
    header .video-bg {
        height: 900px;
    }
    header video {
        min-height: 900px;
    }
    header .dots {
        height: 900px;
    }
    header .element-1 {
        width: 900px;
    }
    .market-cap {
        padding-top: 160px;
    }
    .contact .bg-dots {
        left: -120px;
    }
}

@media screen and (max-width: 1600px) {
    .content {
        padding-right: 20px;
        padding-left: 20px;
    }
    /* HEADER */
    header .top nav .inner-menu .page-menu {
        font-size: 2.95em;
    }
    header .banner {
        padding-left: 35px;
        padding-right: 35px;
    }
    header .top nav .inner-menu .page-menu hr {
        max-width: 80px;
        margin: 50px 0;
    }
    /* TEAM */
    .team .content {
        width: 920px;
    }
    /* MARKET CAP */
    .market-cap .value p {
        font-size: 6.250em;
    }
    /* SPOTLIGHT */
    .spotlight-slider .slider-item {
        width: 100%;
    }
    .spotlight .video .next {
        bottom: -113px;
        right: 0;
    }
    .spotlight .video .prev {
        bottom: -113px;
        right: 113px;
        ;
    }
    .spotlight .text p {
        padding: 0 100px 0 100px;
    }
    .spotlight .title {
        padding: 36px 0 0 40px;
    }
    .spotlight .logo {
        width: 48%;
    }
    .spotlight .text {
        width: 48%;
    }
    /* CONTACT */
    .contact .asset-3 {
        margin-left: 12%;
        width: 36%;
    }
    .contact .bg-dots {
        left: -450px;
    }
    .contact .element {
        left: -200px;
        top: -220px;
    }
    /* JOURNAL */
    .journal .col-8 {
        width: 58%;
    }
    .journal .news-item .col-6 {
        width: 40%;
    }
    .journal .news-item .col-6.text {
        width: 60%;
    }
    .journal .news-item img {
        max-width: 100%;
    }
    /* TEAM */
    .team .icon-orange {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1280px) {
    /*HEADER*/
    header .top nav .inner-menu .page-menu {
        font-size: 2.4em;
    }
    header .top nav .inner-menu .page-menu hr {
        max-width: 70px;
        margin: 40px 0;
    }
    /*TEAM*/
    .team .content {
        position: relative;
        left: -61px;
    }
    .team .header {
        left: 62px;
        position: relative;
    }
    /* MARKET CAP */
    .market-cap .value p {
        font-size: 5.250em;
        position: relative;
        top: 15px;
    }
    .market-cap .data {
        padding: 45px 0 0 20px;
    }
    /* WHAT WE DO */
    .what-we-do .img-box {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0
    }
    .what-we-do .text {
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    /* SPOTLIGHT */
    .spotlight .text p {
        font-size: 0.95em;
        padding-left: 40px;
        margin-top: 40px;
    }
    .spotlight .title {
        padding: 36px 0 0 40px;
    }
    .spotlight .logo {
        width: 40%;
    }
    .spotlight .text {
        width: 40%;
    }
    .spotlight .logo .orange {
        top: 0px;
    }
    .spotlight .info {
        width: 50% !important;
    }
    /* PRESS */
    .press .brands {
        text-align: center;
    }
    .press .brands img {
        margin-bottom: 30px;
    }
    /* EVENTS */
    .events .map-box {
        display: none;
    }
    .events .event-mobile {
        display: block;
        padding: 0 20px;
    }
    .events .content {
        height: auto;
        padding: 15px 0;
    }
    /* CONTACT */
    .contact .asset-3 {
        margin-left: 2%;
        width: 42%;
    }
    .contact .col-5 {
        width: 36%;
    }
    .contact .bg-dots {
        display: none
    }
    .contact .element {
        left: -280px;
        display: none;
    }
    /* JOURNAL */
    .journal .news-item .col-6 {
        width: 35%;
    }
    .journal .news-item .col-6.text {
        width: 65%;
    }
    .journal .news-item img {
        max-width: 100%;
    }
    /* TEAM */
    .events .event-mobile .header h5 {
        font-size: 0.7em;
    }
    .events .event-mobile .header h6 {
        font-size: 0.94em;
        font-family: 'Sectra', serif;
    }
}

@media (min-width: 1081px) and (max-width: 1600px) {
    .spotlight .video img.thumb {
        height: 100% !important;
    }
    .spotlight .video.wrapWidth {
        width: 630px !important;
    }
}

@media screen and (min-width: 1081px) {
    .spotlight .text {
        height: 422px !important;
    }
    .spotlight .video .video-box {
        height: 422px !important;
    }
    .spotlight .video .video-link {
        height: 422px !important;
    }
    .press .brands img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1080px) {
    /* HEADER */
    header .top nav .inner-menu .page-menu {
        font-size: 1.70em;
    }
    header .element-1 {
        max-width: 930px;
    }
    header .element-box {
        overflow: hidden;
        height: 1045px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    header .banner h1 {
        font-size: 5em;
        max-width: 760px;
    }
    header .banner h2 {
        font-size: 3.50em;
    }
    header .top nav .inner-menu .page-menu hr {
        max-width: 50px;
        margin: 15px 0;
    }
    /* MARKET CAP */
    .market-cap h3 {
        margin: 0 auto;
    }
    .market-cap h4 {
        text-align: center;
        position: relative;
        left: -142px;
    }
    .market-cap .col-6 {
        width: 100%;
    }
    .market-cap .value p {
        text-align: center;
    }
    .market-cap .data img {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .market-cap .data {
        text-align: center;
    }
    /* WHAT WE DO */
    .what-we-do .text p {
        min-height: 170px;
        width: 200px;
        margin: 0 auto 20px auto;
    }
    /* SPOTLIGHT */
    .spotlight .logo .orange .img-box {
        text-align: left;
        padding-top: 90px;
        padding-left: 280px;
    }
    .spotlight .video {
        width: 100% !important;
    }
    .spotlight .logo {
        width: 100%;
        position: absolute;
    }
    .spotlight .text {
        width: 100%;
    }
    .spotlight .logo .orange {
        width: 100% !important;
        max-width: 100% !important;
        height: 230px;
    }
    .spotlight .info {
        width: 100% !important;
    }
    .spotlight .text {
        height: 190px !important;
        margin-top: 90px;
    }
    .spotlight .text p {
        padding: 0 40px;
        text-align: center;
        max-width: 680px;
        left: 50%;
        margin-left: -340px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .spotlight .video .video-box {
        width: 100%;
    }
    .spotlight .video .next {
        bottom: -113px;
        right: 0;
    }
    .spotlight .video .prev {
        bottom: -113px;
        right: 113px;
    }
    .spotlight {
        height: 1150px;
        padding-top: 140px;
    }
    .spotlight .navigation {
        width: 200px;
    }
    .spotlight .title {
        position: absolute;
        width: 100%;
        text-align: center;
        top: -170px;
    }
    .spotlight .spotlight-mobile-nav {
        display: block;
    }
    .spotlight .spotlight-nav {
        display: none;
    }
    .spotlight .spotlight-mobile-nav .next {
        top: -100px;
        left: 100px;
        width: 100px;
        height: 100px;
    }
    .spotlight .spotlight-mobile-nav .next img {
        width: 35px;
        margin-top: -17.5px;
        margin-left: -17.5px;
    }
    .spotlight .spotlight-mobile-nav .next:hover img {
        margin-left: -10px;
    }
    .spotlight .spotlight-mobile-nav .prev {
        top: -100px;
        left: 0;
        width: 100px;
        height: 100px;
    }
    .spotlight .spotlight-mobile-nav .prev img {
        width: 35px;
        margin-top: -17.5px;
        margin-left: -17.5px;
    }
    .spotlight .spotlight-mobile-nav .prev:hover img {
        margin-left: -10px;
    }
    /* PRESS */
    .press {
        margin-top: 180px;
    }
    .press .brands .brand-box {
        width: 33%;
    }
    .press .brands .brand-box.last-1,
    .press .brands .brand-box.last-2 {
        width: 50%;
    }
    .press .brands .brand-box img {
        margin-bottom: 0;
    }
    /* CONTACT */
    .contact {
        margin-top: 140px;
    }
    .contact .form-box form {
        top: 30px;
    }
    .contact .asset-3 {
        margin-left: 2%;
        width: 50%;
    }
    .contact .col-5 {
        width: 40%;
    }
    .contact .switch {
        padding: 5px;
    }
    /* JOURNAL */
    .journal .col-4 {
        width: 100%;
        margin-bottom: 60px;
    }
    .journal .news-main {
        border: 0;
        padding: 0;
        text-align: center;
    }
    .journal .news-main hr {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .journal .news-item .col-6.text {
        width: 65%;
    }
    .journal .news-item img {
        max-width: 100%;
    }
    .journal .dark.input {
        position: relative;
        float: none;
        margin: 0;
        right: 0;
    }
    .journal .dark.input a {
        right: 0;
    }
    .journal .dark.input span.border {
        display: none;
    }
    .journal .col-8 {
        width: 100%;
        padding: 20px;
    }
    .journal .news-item .col-6 {
        width: 100%;
        text-align: center;
    }
    .journal .news-item .col-6.text {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .journal .news-item hr {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .journal .news-item img {
        max-width: 100%;
    }
    /* CONTACT */
    .contact .switch .orange-select {
        width: 150px;
        right: 155px;
    }
    .contact .switch a {
        padding: 23px 0;
        width: 150px;
        font-size: 0.9em;
    }
    .journal .news-item {
        margin: 0;
    }
    /* EVENTS */
    .events .event-mobile {
        margin-bottom: 60px;
    }
    /* TEAM */
    .team .content {
        width: 620px;
        margin: 0 auto;
    }
    /* FOOTER */
    footer .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .master .social {
        text-align: center;
    }
    footer .master .social li:last-child {
        margin-right: 0;
    }
    footer .logos img {
        max-width: 70px;
    }
    footer .master .social li {
        margin-right: 25px;
    }
}

@media screen and (max-width: 980px) {
    .press {
        margin-top: 120px;
    }
}

@media screen and (max-width: 880px) {
    .spotlight {
        height: 1050px;
    }
    .press {
        margin-top: 120px;
    }
}

@media screen and (max-width: 780px) {
    .press {
        margin-top: 100px;
    }
    .team .member h5 {
        font-size: 1.5em !important;
    }
    .team .member h6 {
        font-size: 1.0em !important;
    }
    .team .member-box p {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1080px) {
    header .top .logo {
        max-width: 180px !important;
        padding-top: 28px !important;
    }
}

@media screen and (max-width: 768px) {
    /* HEADER*/
    header .top nav .inner-menu .logo {
        width: 240px;
    }
    header .top nav .inner-menu .page-menu {
        font-size: 1.38em;
    }
    header .banner {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* TEAM */
    .team .content {
        width: 680px;
    }
    /* SPOTLIGHT */
    .spotlight .video .play {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
    .spotlight {
        height: 950px;
    }
    .spotlight .video .play .play-box {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
    .spotlight .text {
        height: 215px !important;
        margin-top: 90px;
    }
    .spotlight .text p {
        padding: 0 40px;
        text-align: center;
        max-width: 580px;
        left: 50%;
        margin-left: -290px;
    }
    .press {
        margin-top: 160px;
    }
    /* CONTACT */
    .contact {
        height: 720px;
    }
    .contact .element {
        display: none;
    }
    .contact .asset-3 {
        width: 95%;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .contact .col-5 {
        width: 100%;
        padding: 0;
    }
    .contact .bg-dots {
        display: none;
    }
    .col-4.asset-3 {
        width: 100%;
    }
    .contact .switch {
        width: 100%;
        padding: 5px;
    }
    .contact .switch .orange-select {
        width: 50%;
        right: 50%;
        margin-right: -5px;
    }
    .contact .switch .orange-select.switched {
        right: 5px;
        transition: all ease 0.3s;
        margin-right: 0;
    }
    .contact .switch a {
        width: 49.5%;
    }
    .contact .switch a.inactive {
        color: #b1b1af;
        transition: all ease 0.3s;
    }
    /* FOOTER */
    footer .logos img {
        max-width: 60px;
    }
    footer .master .social li {
        margin-right: 35px;
    }
}

@media (min-width: 681px) and (max-width: 1280px) {
    /* TEAM */
    .team .team-box {
        position: relative;
        left: 20px;
    }
}

@media screen and (max-width: 725px) {
    .team .content {
        width: 620px;
    }
}

@media screen and (max-width: 680px) {
    /* HEADER*/
    header .top nav .inner-menu .logo {
        width: 180px;
    }
    header .top nav .inner-menu .page-menu {
        font-size: 1.10em;
    }
    header .top nav .inner-menu .anchor-menu {
        padding-left: 20px;
    }
    header .top nav .inner-menu .anchor-menu li span.line {
        width: 15px;
        left: -35px;
    }
    header .top nav .inner-menu .anchor-menu li a:hover span.line {
        width: 30px;
    }
    header .top nav .inner-menu {
        padding: 120px 15px;
    }
    header .top nav .inner-menu .social {
        width: 100%;
        text-align: center;
        bottom: 30px;
        right: 0;
    }
    header .inner-menu .col-6 {
        width: 100%;
    }
    header .top nav .inner-menu .anchor-menu {
        margin-top: 20px;
    }
    header .top nav .inner-menu .anchor-menu li a {
        padding: 10px 15px;
    }
    header .top nav .inner-menu .anchor-menu li span.line {
        top: 20px;
    }
    header .top nav .inner-menu .page-menu {
        margin-top: 40px;
        margin-left: 30px;
    }
    header .banner h1 {
        font-size: 4.2em;
        max-width: 760px;
    }
    header .banner h2 {
        font-size: 2.80em;
    }
    header .banner {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* MARKET CAP */
    .market-cap .value p {
        font-size: 4em;
    }
    /* WHAT WE DO */
    .what-we-do .col-4 {
        width: 100%;
        margin-bottom: 100px;
    }
    .what-we-do .col-4.last {
        margin-bottom: 0;
    }
    .what-we-do .col-4 p {
        width: 100%;
        min-height: auto;
    }
    .what-we-do .soon {
        top: 0;
    }
    /* SPOTLIGHT */
    .spotlight {
        height: 950px;
    }
    .spotlight .info {
        min-width: 100%;
    }
    .spotlight .title {
        width: 100%;
        font-size: 0.85em;
        padding-left: 30px;
    }
    .spotlight .navigation {
        width: 120px;
        height: 120px;
        font-size: 1.750em;
    }
    .spotlight .video .next {
        right: 0;
        bottom: -62px;
        width: 60px;
        height: 60px;
    }
    .spotlight .video .next img {
        width: 30px;
    }
    .spotlight .video .next:hover img {
        margin-left: -0;
    }
    .spotlight .video .prev {
        right: 62px;
        bottom: -62px;
        width: 60px;
        height: 60px;
    }
    .spotlight .video .prev img {
        width: 30px;
    }
    .spotlight .video .prev:hover img {
        margin-left: 0;
    }
    .spotlight .navigation span {
        position: absolute;
        top: 36px;
        left: 50%;
        margin-left: -20px;
    }
    .spotlight .spotlight-mobile-nav .next {
        top: -60px;
        left: 60px;
        width: 60px;
        height: 60px;
    }
    .spotlight .spotlight-mobile-nav .next img {
        width: 28px;
        margin-top: -14px;
        margin-left: -14px;
    }
    .spotlight .spotlight-mobile-nav .next:hover img {
        margin-left: -10px;
    }
    .spotlight .spotlight-mobile-nav .prev {
        top: -60px;
        left: 0;
        width: 60px;
        height: 60px;
    }
    .spotlight .spotlight-mobile-nav .prev img {
        width: 28px;
        margin-top: -14px;
        margin-left: -14px;
    }
    .spotlight .spotlight-mobile-nav .prev:hover img {
        margin-left: -10px;
    }
    .spotlight .text {
        margin-top: 60px;
        height: 270px !important;
    }
    .spotlight .video-lightbox {
        padding: 40px 20px;
    }
    .spotlight .text p {
        padding: 0 40px;
        text-align: center;
        max-width: 460px;
        left: 50%;
        margin-left: -230px;
    }
    .spotlight .logo .orange .img-box {
        padding-top: 65px;
        padding-left: 180px;
    }
    /* PRESS */
    .press {
        margin-top: 0px;
    }
    .press .brands .brand-box {
        width: 50%;
    }
    .press .brands .brand-box.last-1 {
        width: 100%;
    }
    /* EVENTS */
    .events .event-mobile .text {
        padding: 20px;
    }
    /* JOURNAL */
    .journal .col-8 {
        padding: 0;
    }
    /* TEAM */
    .team .header {
        left: 0;
    }
    .team .content {
        width: 600px;
        position: relative;
        left: -40px;
    }
    .team .member h5 {
        font-size: 1.2em !important;
    }
    .team .member h6 {
        font-size: 0.8em !important;
    }
    .team .member-box p {
        margin-top: 10px;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    /* FOOTER */
    footer .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .master .social {
        text-align: center;
    }
    footer .master .social li:last-child {
        margin-right: 0;
    }
    footer .col-6 {
        width: 100%;
        text-align: center !important;
    }
    /*Paddings*/
    header .element-1 {
        width: 840px;
    }
    .market-cap {
        padding-top: 100px;
    }
    .what-we-do {
        padding-top: 100px;
    }
    .spotlight {
        padding-top: 100px;
    }
    .press {
        padding-top: 100px;
        margin-top: 200px;
    }
    .events {
        padding-top: 100px;
    }
    .contact {
        margin-top: 60px;
    }
    .team {
        padding-top: 100px;
    }
    /*NAv*/
    header .top nav .bars {
        padding: 32px 20px;
    }
    header .top .logo {
        max-width: 250px;
        padding: 20px 0
    }
}

@media screen and (max-width: 650px) {
    .team .content {
        width: 520px;
    }
}

@media screen and (max-width: 580px) {
    .press {
        margin-top: 0px;
    }
    .spotlight {
        height: 900px;
        padding-top: 40px;
        margin-top: 40px;
    }
    .team .content {
        width: 440px;
    }
    /* TEAM */
    .team .content {
        width: 100%;
        left: 0;
        padding: 0;
    }
    .team .owl-nav {
        text-align: right;
    }
    .team .owl-next:hover img {
        margin-right: 0;
    }
    .team .owl-prev:hover img {
        margin-left: -10px;
    }
    .team .owl-next {
        position: relative;
        bottom: 0;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
    }
    .team .owl-next img {
        width: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
    .team .owl-prev {
        position: relative;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 80px;
    }
    .team .owl-prev img {
        width: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
    .team .header p {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .team .team-search {
        position: relative;
        height: 113px;
        top: -2px;
    }
    .team .team-search {
        height: 80px;
    }
    .team .team-search .search {
        position: absolute;
        top: 0;
        right: 0px;
        width: 80px;
        height: 80px;
    }
    .team .team-search .search img {
        width: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
    header .top nav .inner-menu .social li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    /* HEADER */
    header .element-1 {
        width: 580px;
    }
    header .element-box {
        width: 740px;
    }
    header .banner h1 {
        font-size: 2.8em;
        max-width: 760px;
        margin-top: 0;
    }
    header .banner h2 {
        font-size: 1.75em;
    }
    header .banner {
        padding-left: 0;
        padding-right: 0;
    }
    .social li {
        display: inline;
        margin-right: 13px;
    }
    header {
        padding-top: 150px;
    }
    header {
        min-height: 580px;
    }
    header .video-bg {
        height: 580px;
    }
    header .dots {
        height: 580px;
    }
    /* MARKET CAP */
    .market-cap h3 {
        font-size: 1.8em;
    }
    .market-cap .value p {
        font-size: 2.8em;
    }
    /* WHAT WE DO */
    .what-we-do {
        margin-top: 60px;
    }
    /* SPOTLIGHT */
    .spotlight .logo {
        width: 100%;
        max-width: 100%;
    }
    .spotlight .logo .orange {
        width: 100%;
        max-width: 100%;
    }
    .spotlight .logo img {
        width: 20px;
    }
    .spotlight .logo .orange img {
        width: 170px;
    }
    .spotlight .logo .orange .img-box {
        padding-top: 70px;
        padding-left: 150px;
    }
    .spotlight .title {
        width: 100%;
        font-size: 0.85em;
        padding-left: 30px;
    }
    .spotlight .text p {
        font-size: 1.3em;
        text-align: center;
        padding: 15px;
        width: 100%;
    }
    .spotlight {
        height: 990px;
        padding-top: 100px;
        margin-top: 0px;
    }
    .spotlight .text p {
        padding: 0 15px;
        text-align: center;
        font-size: 1em;
        max-width: 320px;
        left: 50%;
        margin-left: -160px;
    }
    .spotlight .text {
        height: 400px !important;
        margin-top: 60px;
    }
    .spotlight .title {
        padding: 0;
        top: -140px;
    }
    /* PRESS */
    .press {
        padding-top: 140px;
        margin-top: 100px;
    }
    .press .brands .brand-box {
        width: 100% !important;
        text-align: center;
    }
    /* EVENTS */
    .events .event-mobile .header h5 {
        font-size: 0.50em;
    }
    .events .event-mobile .header h6 {
        font-size: 0.6em;
    }
    .events .event-mobile .header span.plus,
    .events .event-mobile .header span.minus {
        width: 18px;
        height: 1px;
        right: 30px;
        margin-top: -0.5px;
    }
    .events .event-mobile img {
        max-width: 24px;
        position: relative;
        top: 6px;
        float: left;
        margin-right: 10px;
    }
    .events .event-mobile .header {
        padding: 10px;
    }
    /* CONTACT */
    .contact {
        height: 760px;
    }
    .contact h3 {
        font-size: 3.625em;
    }
    .contact .form-box form {
        top: 0;
    }
    .contact .switch a {
        width: 49.2%;
    }
    .contact .switch {
        font-size: 0.9em;
    }
    .contact .switch .orange-select {
        height: 61px;
    }
    .contact .chimp-box li {
        font-size: 13px;
    }
    .contact .chimp-main {
        font-size: 14px;
    }
    /* JOURNAL */
    .journal {}
    .journal .col-8 {
        padding: 0;
    }
    /* TEAM */
    .team {
        margin-top: 80px;
        padding-bottom: 60px
    }
    .team .header {
        left: 0;
    }
    .team .member-box {
        padding: 15px;
    }
    .team .member-box p {
        margin-top: 10px;
        font-size: 0.7em;
        line-height: 1em;
        text-align: left;
    }
    /* FOOTER */
    footer .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .master .social {
        text-align: center;
    }
    footer .master .social li {
        margin-right: 22px;
    }
    footer .col-6 {
        width: 100%;
        text-align: center !important;
    }
    footer .secondary .logos img {
        margin-left: 10px
    }
}


/* HEIGHT FOR MENU */

@media screen and (max-height: 860px) {
    header .top nav .inner-menu .back {
        height: 80px;
    }
    header .top nav .inner-menu {
        padding: 100px 15px;
    }
    header .top nav .inner-menu .anchor-menu li a {
        padding: 10px 15px;
    }
    header .top nav .inner-menu .anchor-menu li span.line {
        top: 15px;
    }
    header .top nav .inner-menu .page-menu {
        margin-top: 30px;
        margin-left: 30px;
    }
    header .top nav .inner-menu .page-menu li a {
        margin-bottom: 10px;
    }
}

@media screen and (max-height: 768px) {
    header .top nav .inner-menu .back {
        height: 80px;
    }
    header .top nav .inner-menu {
        padding: 100px 15px;
    }
    header .top nav .inner-menu .anchor-menu li a {
        padding: 5px 15px;
    }
    header .top nav .inner-menu .anchor-menu li span.line {
        top: 15px;
    }
    header .top nav .inner-menu .page-menu {
        margin-top: 30px;
        margin-left: 30px;
    }
}

@media screen and (max-height: 680px) {
    header .top nav .inner-menu .page-menu li a {
        margin-bottom: 2px;
    }
    header .top nav .inner-menu .anchor-menu li a {
        padding: 3px 15px;
    }
}

@media screen and (max-height: 630px) {
    header .top nav .inner-menu .anchor-menu li a {
        padding: 1px 15px;
    }
    header .top nav .inner-menu .page-menu li a {
        margin-bottom: 0;
    }
    header .top nav .inner-menu .social {
        bottom: 10px;
    }
}

@media screen and (max-height: 580px) {
    header .top nav .inner-menu .logo {
        width: 150px;
    }
    header .top nav .inner-menu .back {
        height: 80px;
    }
    header .top nav .inner-menu {
        padding: 80px 15px;
    }
}


/*********************

        TERMS

*********************/

header.terms-header .element-1 {
    position: absolute;
    width: 360px;
}

header.terms-header {
    height: 400px !important;
    min-height: 400px !important;
    padding-top: 150px;
}

header.terms-header h1 {
    font-size: 4em;
}

header.terms-header .dots {
    height: 400px;
}

header.terms-header .video-bg {
    height: 400px;
}

.terms .content {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 20px;
}

.terms .content p {
    margin-bottom: 20px;
    font-family: 'Maison', sans-serif;
    line-height: 1.5em;
}


/**********
*  AUDITS *
**********/

.fade {
    opacity: 0;
    margin-top: 100px;
    transition: all ease 0.5s;
}

.fade-active {
    margin-top: 0px;
    opacity: 1;
    transition: all ease 0.5s;
}

.audit-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    text-align: center;
    margin-top: -30px;
    display: none;
}

.audit-btn a {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #f7a310;
    display: inline-block;
    padding: 0;
    padding: 20px 30px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #f7a310;
    transition: all ease 0.3s;
}

.audit-btn a:hover {
    background-color: transparent;
    border: solid 1px #f7a310;
    color: #f7a310;
    transition: all ease 0.3s;
}

@media screen and (min-width: 1080px) {
    .audit .language {
        margin-right: 300px !important;
    }
}

@media screen and (max-width: 1080px) {
    .audit-btn {
        display: none !important;
    }
}

.language {
    position: absolute;
    right: 0;
    /* width: 300px; */
    text-align: right;
    top: 50%;
    margin-top: -15px;
    padding-right: 20px;
}

.language span {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    margin-left: 10px;
    position: relative;
    top: -5px;
    z-index: 2;
}

.language-link {
    position: relative;
    top: 5px;
}

.language ul {
    position: absolute;
    right: -40px;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 60px 10px 10px 10px;
    box-shadow: 0px 0px 25px rgba(1, 1, 1, 0.05);
    top: -15px;
    z-index: 1;
    display: none;
}

.language ul li a {
    padding: 15px 45px 15px 45px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    transition: all ease 0.3s;
}

.language ul li a:hover {
    background-color: #fafafa;
    transition: all ease 0.3s;
}

.language img {
    width: 20px;
    list-style-type: none;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.audit header .top.active {
    background-color: rgba(245, 245, 245, 0.95);
    transition: all ease 0.5s;
}

header .top.active {
    background-color: rgba(81, 80, 76, 0.95);
    transition: all ease 0.5s;
}

.audit header {
    background-color: #fcfcfc;
    min-height: 680px;
    padding: 0;
    background: url(../img/audit_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.audit header .banner {
    padding: 100px 0;
}

.form-lightbox {
    position: fixed;
    width: 100%;
    background-color: rgba(81, 80, 76, 0.95);
    z-index: 1000;
    display: none;
}

.form-lightbox .banner-form {
    position: absolute;
    background-color: #fff;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -275px !important;
    width: 420px;
    padding: 30px;
    z-index: 200;
}

.form-lightbox .close a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.form-lightbox .bar2 {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 12px;
}

.form-lightbox .bar1 {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 12px;
}

@media screen and (max-width: 480px) {
    .form-lightbox .banner-form {
        width: 320px !important;
        margin-left: -160px;
        margin-top: -240px !important;
        text-align: center;
    }
    .form-lightbox .banner-form h2 {
        font-size: 1.5em !important;
    }
    .form-lightbox .banner-form textarea {
        height: 40px !important;
    }
}

.audit header .banner .social {
    position: absolute;
    display: none;
}

.audit .banner-form {
    position: absolute;
    background-color: #fff;
    right: 0;
    width: 420px;
    padding: 30px;
    z-index: 200;
    margin-top: 10px;
    right: -210px;
    opacity: 0;
    transition: all ease 0.5s;
}

.audit .banner-form.live {
    right: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.audit .banner-form input {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: solid 1px #64635f;
    border-radius: 0;
}

.audit .banner-form textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: solid 1px #64635f;
    border-radius: 0;
}

.audit input::placeholder {
    color: #b1b1af;
    opacity: 1;
}

.audit input:-ms-input-placeholder {
    color: #b1b1af;
}

.audit input::-ms-input-placeholder {
    color: #b1b1af;
}

.audit textarea::placeholder {
    color: #b1b1af;
    opacity: 1;
}

.audit textarea:-ms-input-placeholder {
    color: #b1b1af;
}

.audit textarea::-ms-input-placeholder {
    color: #b1b1af;
}

.audit .banner-form input[type="submit"] {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    border: solid 1px #f7a310;
    display: inline-block;
    padding: 0;
    margin-top: 25px;
    width: 250px;
    float: right;
    margin-left: 0;
    background-color: rgba(247, 163, 16, 1);
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all ease 0.3s;
}

.audit .banner-form input[type="submit"]:hover {
    border: solid 1px #f7a310;
    background-color: #fff;
    color: #b1b1af;
    transition: all ease 0.3s;
}

.audit .banner-form h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.9em;
    font-weight: 800;
    color: #212424;
    margin-bottom: 20px;
    margin-top: 0;
}

.audit header .banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 5.0em;
    color: #212424;
    margin-bottom: 0;
    margin-top: 60px;
    font-weight: 500;
}

.audit header .banner .audit-banner-slider {
    padding-left: 90px;
    position: relative;
    margin-top: 50px;
}

.audit header .banner .audit-banner-slider .audit-item {
    position: absolute;
    display: none;
}

.audit header .banner .audit-banner-slider img {
    width: 60px;
    position: absolute;
    top: 0;
    left: -80px;
    opacity: 0.5;
}

.audit header .banner .audit-banner-slider p {
    max-width: 820px;
    font-size: 1.33em;
    color: #212424;
}

.audit header .banner .audit-banner-slider p.sign {
    font-size: 1em;
    color: #64635f;
    margin-top: 32px;
}

.audit header .banner .audit-banner-slider p.sign span {
    font-family: 'Lato', sans-serif;
    display: block;
    margin-top: 12px;
    font-weight: 500;
}

.audit header .banner .banner-nav {
    position: absolute;
    width: 315px;
    height: 100px;
    left: 0;
    bottom: 0;
}

.audit header .banner .banner-nav img {
    width: 38px;
}

.audit header .banner .banner-nav .back {
    display: inline-block;
    width: 210px;
    height: 100px;
    text-align: right;
    padding-right: 40px;
    background-color: #fff;
}

.audit header .banner .banner-nav .foward {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #f8f8f8;
    text-align: center;
    position: relative;
    left: -5px;
}

.audit header .banner .banner-nav .back a,
.audit header .banner .banner-nav .foward a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 31px;
}

.audit .features {}

.audit .features .content {
    padding: 80px 0 60px 0;
}

.audit .features .content img {
    max-width: 26px;
    position: absolute;
    top: 5px;
}

.audit .features .content h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.75em;
    font-weight: 300;
    margin-left: 45px;
    letter-spacing: -0.01em;
}

.audit .features .content .col-4 {
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px;
}

.audit .features .content p {
    margin-top: 30px;
    font-size: 0.9em;
    line-height: 1.8em;
}

.audit .features span.divider {
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #e0e0df;
    right: 0;
    top: 10px;
    height: 100px;
}

.audit .features .content .col-2 {
    height: 1px;
}

.audit .essencial {
    padding: 100px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
    background: rgb(237, 237, 237);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.audit .essencial h2 {
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #212424;
    line-height: 0.9em;
}

.audit .essencial p {
    line-height: 1.8em;
    padding-left: 60px;
    letter-spacing: -0.015em;
    max-width: 560px;
    color: #64635f;
    margin-top: 60px;
}

.audit .past-audits {
    background-color: #f8f8f8;
    padding: 100px 0;
}

.audit .past-audits h2 {
    text-align: right;
    font-size: 3.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #212424;
    line-height: 0.9em;
}

.audit .past-audits h3 {
    text-align: right;
    text-align: right;
    font-size: 1.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #212424;
    line-height: 0.9em;
    margin-top: 15px;
    margin-bottom: 20px;
}

.audit .past-audits .past-items {
    margin-top: 40px;
}

.audit .past-audits .items .past-item {
    text-align: center;
    position: relative;
    padding: 25px 0;
    transition: all ease 0.5s;
    opacity: 1;
}

.audit .past-audits .items .past-item img {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all ease 0.5s;
}

.audit .past-audits .items .past-item.listfade img {
    opacity: 1;
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.audit .past-audits .items .past-item .more-detail {
    position: absolute;
    background-color: #fff;
    top: 0;
    width: 100%;
    height: 310px;
    z-index: 100;
    opacity: 0;
    transition: all ease 0.3s;
}

.audit .past-audits .items .past-item.single .more-detail {
    height: 230px;
}

.audit .past-audits .items .past-item .more-detail.show {
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 200;
}

.audit .item-link {
    display: block;
    position: relative;
    transition: all ease 0.3s;
    z-index: 110;
}

.audit .item-link.zindex {
    display: block;
    position: relative;
    transition: all ease 0.3s;
    z-index: 210;
}

.audit .past-audits .items .past-item img {
    pointer-events: none;
    max-width: 180px;
    width: 100%;
    position: relative;
}

.audit .see-audit.hide {
    z-index: 100;
    position: relative;
}

.audit .past-audits .items .past-item .website {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    width: 200px;
    height: 55px;
    padding-top: 15px;
    border: solid 1px #f7a310;
    display: block;
    background-color: #fff;
    color: #f7a310;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -100px;
}

.audit .past-audits .items .past-item.single .website {
    bottom: 50px;
}

.audit .past-audits .items .past-item .report {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    width: 200px;
    height: 55px;
    padding-top: 15px;
    background-color: #f7a310;
    border: solid 1px #f7a310;
    display: block;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -100px;
}

.audit .past-audits .items .past-item .website:hover {
    border: solid 1px #f7a310;
    background-color: #f7a310;
    color: #fff;
    transition: all ease 0.3s;
}

.audit .past-audits .items .past-item .report:hover {
    border: solid 1px #f7a310;
    background-color: #fff;
    color: #f7a310;
    transition: all ease 0.3s;
}

.audit .past-show {
    margin-top: 20px;
    text-align: right;
    display: block;
}

.audit .past-show img {
    width: 8px;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

.audit .signup {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.audit .signup h2 {
    font-size: 1.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-top: 20px;
}

.audit .signup input {
    display: inline-block;
    height: 58px;
    background-color: transparent;
    padding-left: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: solid 1px #64635f;
    border-radius: 0;
    margin-right: 20px;
    width: 490px;
}

.audit .signup input[type=submit] {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: -0.001em;
    border: solid 1px #f7a310;
    display: inline-block;
    padding: 0;
    width: 200px;
    margin-left: 0;
    background-color: rgba(247, 163, 16, 1);
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    transition: all ease 0.3s;
}

.audit .signup input[type=submit]:hover {
    border: solid 1px #f7a310;
    background-color: transparent;
    color: #f7a310;
    transition: all ease 0.3s;
}

.audit .the-best {
    padding: 120px 120px 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 900px;
}

.the-best .col-7 {
    padding-left: 60px;
}

@media screen and (max-width: 860px) {
    .the-best .col-7 {
        padding-left: 0px;
    }
}

.audit .the-best h2 {
    font-size: 3.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #212424;
    line-height: 1.0em;
    margin-bottom: 40px;
}

.audit .the-best p {
    line-height: 1.8em;
    max-width: 400px;
}

.audit .dot-elements {
    position: absolute;
    top: 52px;
    left: -950px;
}

.audit .cloud {
    position: relative;
    top: -500px !important;
    right: -100px;
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .audit .cloud {
        right: -130px;
    }
}

.audit .cloud .circle-1 {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #f7a310;
    border-radius: 100%;
    padding: 35px 52px;
    top: 140px;
    right: 350px;
}

.audit .cloud .circle-1 span {
    font-size: 6.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.95em;
    position: relative;
    left: -15px;
}

.audit .cloud .circle-1 h3 {
    font-size: 1em;
    display: block;
    text-align: right;
}

.audit .cloud .circle-2 {
    position: absolute;
    width: 280px;
    height: 280px;
    background-color: #f8f8f8;
    border-radius: 100%;
    padding: 95px 46px;
    right: 695px;
    top: 360px;
}

.audit .cloud .circle-2 span {
    font-size: 4.4em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.95em;
    position: relative;
    left: -23px;
}

.audit .cloud .circle-2 h3 {
    font-size: 1em;
    display: block;
    text-align: right;
}

.audit .cloud .circle-3 {
    position: absolute;
    width: 350px;
    height: 350px;
    background-color: #c6c5c5;
    color: #fff;
    border-radius: 100%;
    padding: 65px 60px;
    right: 320px;
    top: 370px;
}

.audit .cloud .circle-3 span {
    font-size: 6.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.65em;
    position: relative;
    left: 0px;
}

.audit .cloud .circle-3 h3 {
    font-size: 1em;
    display: block;
    text-align: right;
    color: #fff;
    position: relative;
    top: 18px;
}

.audit .cloud .circle-4 {
    position: absolute;
    width: 240px;
    height: 240px;
    background-color: #f8f8f8;
    border-radius: 100%;
    padding: 40px 0px;
    right: 70px;
    top: 530px;
}

.audit .cloud .circle-4 span {
    font-size: 5em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.65em;
    position: relative;
    left: 0px;
}

.audit .cloud .circle-4 h3 {
    font-size: 1em;
    display: block;
    text-align: center;
    position: relative;
    top: 18px;
    left: 5px;
}

.audit .cloud .circle-5 {
    position: absolute;
    right: 0;
    width: 380px;
    height: 380px;
    background-color: #64635f;
    color: #fff;
    border-radius: 100%;
    padding: 150px 0px;
    right: 550px;
    top: 670px;
}

.audit .cloud .circle-5 span {
    font-size: 4.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.65em;
    position: relative;
    left: 0px;
}

.audit .cloud .circle-5 h3 {
    font-size: 1em;
    display: block;
    text-align: center;
    position: relative;
    top: 18px;
    left: 5px;
    color: #fff;
}

.audit .cloud .circle-6 {
    position: absolute;
    width: 240px;
    height: 240px;
    background-color: #f7a310;
    border-radius: 100%;
    padding: 45px 63px;
    right: 260px;
    top: 730px;
}

.audit .cloud .circle-6 span {
    font-size: 6.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.95em;
    position: relative;
    left: -10px;
}

.audit .cloud .circle-6 h3 {
    font-size: 1em;
    display: block;
    text-align: right;
    position: relative;
    left: -10px
}

.audit .cloud .circle-7 {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #eaeaea;
    border-radius: 100%;
    padding: 85px 63px;
    right: 38px;
    top: 200px;
}

.audit .cloud .circle-7 span {
    font-size: 6.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    display: block;
    text-align: center;
    line-height: 0.95em;
    position: relative;
    left: -10px;
}

.audit .cloud .circle-7 h3 {
    font-size: 1em;
    display: block;
    text-align: right;
    position: relative;
    left: -10px
}

.audit .dot-elements {
    left: -1150px;
}

.audit .circle-best {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all ease 0.5s;
    opacity: 0;
}

.audit .circle-best.circlefade {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: all ease 0.5s;
}

.audit .cloud .circle-1 {
    width: 150px;
    height: 150px;
    padding: 35px 45px;
    top: 140px;
    right: 240px;
}

.audit .cloud .circle-1 span {
    font-size: 4.6em;
    line-height: 0.95em;
    left: -15px;
}

.audit .cloud .circle-1 h3 {
    position: relative;
    left: 5px;
}

.audit .cloud .circle-2 {
    width: 230px;
    height: 230px;
    padding: 80px 40px;
    right: 565px;
    top: 330px;
}

.audit .cloud .circle-2 span {
    font-size: 3.2em;
    line-height: 0.95em;
    left: -10px;
}

.audit .cloud .circle-2 h3 {
    font-size: 0.9em;
    position: relative;
    left: -5px;
}

.audit .cloud .circle-3 {
    width: 300px;
    height: 300px;
    padding: 60px 45px;
    right: 240px;
    top: 300px;
}

.audit .cloud .circle-3 span {
    font-size: 5.6em;
    line-height: 0.65em;
    left: 0px;
}

.audit .cloud .circle-3 h3 {
    font-size: 1em;
    top: 18px;
}

.audit .cloud .circle-4 {
    width: 190px;
    height: 190px;
    padding: 30px 0px;
    right: 55px;
    top: 470px;
}

.audit .cloud .circle-4 span {
    font-size: 3.5em;
    line-height: 0.65em;
    left: 0px;
}

.audit .cloud .circle-4 h3 {
    font-size: 0.9em;
    top: 18px;
    left: 5px;
}

.audit .cloud .circle-5 {
    right: 0;
    width: 300px;
    height: 300px;
    padding: 110px 0px;
    right: 430px;
    top: 570px;
}

.audit .cloud .circle-5 span {
    font-size: 4.0em;
    line-height: 0.65em;
    left: 0px;
}

.audit .cloud .circle-5 h3 {
    font-size: 1em;
    top: 18px;
    left: 5px;
}

.audit .cloud .circle-6 {
    position: absolute;
    width: 180px;
    height: 180px;
    padding: 40px 10px;
    right: 220px;
    top: 615px;
}

.audit .cloud .circle-6 span {
    font-size: 4.0em;
    line-height: 0.95em;
    position: relative;
    left: 0px;
}

.audit .cloud .circle-6 h3 {
    font-size: 0.9em;
    left: 5px;
    max-width: 120px;
}

.audit .cloud .circle-7 {
    width: 250px;
    height: 250px;
    padding: 65px 40px;
    right: 0px;
    top: 200px;
}

.audit .cloud .circle-7 span {
    font-size: 6.6em;
    line-height: 0.95em;
    left: -10px;
}

.audit .cloud .circle-7 h3 {
    font-size: 1em;
    left: -10px
}

.audit .partners {
    background-color: #f8f8f8;
    text-align: center;
    padding: 70px 0;
}

.audit .partners .logos a {
    display: block;
    float: left;
    width: 33%;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .audit .partners .logos a {
        display: block;
        float: none;
        margin-bottom: 40px;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .audit .partners {
        background-color: #f8f8f8;
        text-align: center;
        padding-bottom: 40px;
    }
}

.audit .partners .logos a img {
    max-width: 100%;
    max-height: 50px;
}

.audit .partners h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

.audit .owl-audit img {
    max-width: 150px;
}

.audit .owl-prev {
    position: absolute;
    left: -65px;
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -17.5px;
}

.audit .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -65px;
    top: 50%;
    margin-top: -17.5px;
}

.audit .owl-audit .item a {
    display: block;
    width: 100%;
    text-align: center;
}

.audit .owl-audit .item img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.audit .owl-audit button {
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

.audit .inside {
    position: relative;
    padding: 100px 0;
}

.audit .inside h2 {
    text-align: right;
    font-size: 3.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: #212424;
    line-height: 1.0em;
    margin-bottom: 80px;
}

.audit .inside .element {
    position: absolute;
    bottom: 283px;
    width: 100%;
}

.audit .inside .element img {
    position: absolute;
    width: 2160px;
    right: 0;
}

.audit .inside .content .item {
    text-align: center;
    position: relative;
    left: 100px;
    opacity: 0;
    transition: all ease 0.5s;
}

.audit .inside .content .item.fade-active {
    left: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.audit .inside .content .item span.dot {
    display: block;
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 0px 7px rgba(247, 163, 16, 0.2);
    border-radius: 100%;
    background-color: #f7a310;
    margin: 35px auto;
}

.audit .inside .content .item img {
    width: 25px;
}

.audit .ready {
    background-color: #64635f;
    color: #fff;
    padding: 140px 0 140px 0;
    position: relative;
}

.audit .ready .element {
    position: absolute;
    left: -260px;
    top: 60px;
}

.audit .ready h2 {
    font-size: 3.250em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    line-height: 1.0em;
    margin-bottom: 80px;
}

.audit .ready h2 span {
    font-size: 0.3250em;
    position: relative;
    top: -15px;
    left: 5px;
}

.audit .ready .col-6 {
    padding: 0 20px;
    min-height: 1px;
}

.audit .ready .col-12 {
    padding: 0 20px;
}

.audit .ready .col-12 {
    padding: 0 20px;
}

.audit .ready input {
    color: #fff;
    display: block;
    height: 58px;
    background-color: transparent;
    padding-left: 15px;
    font-family: 'Sectra', serif;
    letter-spacing: 0.1em;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
}

.audit .ready input[type=submit] {
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: -0.001em;
    border: solid 1px #f7a310;
    display: inline-block;
    padding: 0;
    width: 250px;
    float: right;
    background-color: rgba(247, 163, 16, 1);
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 60px;
    transition: all ease 0.3s;
}

.audit .ready input[type=submit]:hover {
    border: solid 1px #f7a310;
    background-color: transparent;
    color: #f7a310;
    transition: all ease 0.3s;
}

@media screen and (max-width: 1600px) {
    .audit header .banner .audit-banner-slider p {
        max-width: 640px;
    }
    .audit .signup input {
        width: 465px;
    }
    .audit .dot-elements {
        left: -1150px;
    }
    .audit .cloud .circle-1 {
        width: 150px;
        height: 150px;
        padding: 35px 45px;
        top: 140px;
        right: 240px;
    }
    .audit .cloud .circle-1 span {
        font-size: 4.6em;
        line-height: 0.95em;
        left: -15px;
    }
    .audit .cloud .circle-1 h3 {
        position: relative;
        left: 5px;
    }
    .audit .cloud .circle-2 {
        width: 230px;
        height: 230px;
        padding: 80px 40px;
        right: 565px;
        top: 330px;
    }
    .audit .cloud .circle-2 span {
        font-size: 3.2em;
        line-height: 0.95em;
        left: -10px;
    }
    .audit .cloud .circle-2 h3 {
        font-size: 0.9em;
        position: relative;
        left: -5px;
    }
    .audit .cloud .circle-3 {
        width: 300px;
        height: 300px;
        padding: 60px 45px;
        right: 240px;
        top: 300px;
    }
    .audit .cloud .circle-3 span {
        font-size: 5.6em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-3 h3 {
        font-size: 1em;
        top: 18px;
    }
    .audit .cloud .circle-4 {
        width: 190px;
        height: 190px;
        padding: 30px 0px;
        right: 55px;
        top: 470px;
    }
    .audit .cloud .circle-4 span {
        font-size: 3.5em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-4 h3 {
        font-size: 0.9em;
        top: 18px;
        left: 5px;
    }
    .audit .cloud .circle-5 {
        right: 0;
        width: 300px;
        height: 300px;
        padding: 110px 0px;
        right: 430px;
        top: 570px;
    }
    .audit .cloud .circle-5 span {
        font-size: 4.0em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-5 h3 {
        font-size: 1em;
        top: 18px;
        left: 5px;
    }
    .audit .cloud .circle-6 {
        position: absolute;
        width: 180px;
        height: 180px;
        padding: 40px 10px;
        right: 220px;
        top: 615px;
    }
    .audit .cloud .circle-6 span {
        font-size: 4.0em;
        line-height: 0.95em;
        position: relative;
        left: 0px;
    }
    .audit .cloud .circle-6 h3 {
        font-size: 0.9em;
        left: 5px;
        max-width: 120px;
    }
    .audit .cloud .circle-7 {
        width: 250px;
        height: 250px;
        padding: 65px 40px;
        right: 0px;
        top: 200px;
    }
    .audit .cloud .circle-7 span {
        font-size: 6.6em;
        line-height: 0.95em;
        left: -10px;
    }
    .audit .cloud .circle-7 h3 {
        font-size: 1em;
        left: -10px
    }
    .owl-audit {
        padding: 0 80px;
    }
    .audit .owl-prev {
        left: 20px;
    }
    .audit .owl-next {
        right: 20px;
    }
    .audit .inside .element {
        right: -60px;
    }
    .audit .ready .element {
        left: -400px;
    }
}

@media screen and (max-width: 1280px) {
    .audit header .banner h1 {
        font-size: 4.0em;
    }
    .audit header .banner .audit-banner-slider p {
        max-width: 460px;
        font-size: 1.2em;
    }
    .audit .essencial h2 {
        font-size: 4.97em;
    }
    .audit .signup input {
        width: 350px;
    }
    .audit .the-best h2 {
        font-size: 3.0em;
        margin-bottom: 25px;
    }
    .audit .the-best p {
        line-height: 1.5em;
        max-width: 380px;
    }
    .audit .the-best {
        min-height: 1060px;
    }
    .owl-audit {
        padding: 0 80px;
    }
    .audit .owl-prev {
        left: 20px;
    }
    .audit .owl-next {
        right: 20px;
    }
    .audit .inside .element {
        right: -60px;
    }
    .audit .ready .element {
        left: -400px;
    }
    .audit .cloud {
        top: -300px !important;
        right: -0px;
    }
}

@media screen and (max-width: 1080px) {
    .audit header .banner .banner-form {
        display: none;
    }
    .audit header .banner h1 {
        font-size: 4.0em;
        width: 100%;
    }
    .audit header .banner .audit-banner-slider p {
        width: 100%;
        max-width: 600px;
        font-size: 1.2em;
    }
    .audit .features .content h2 {
        font-size: 1.5em;
    }
    .audit .essencial h2 {
        font-size: 4.0em;
        max-width: 400px;
    }
    .audit .past-audits .items .past-item {
        width: 33%!important;
    }
    .audit .signup form {
        padding: 0 50px;
    }
    .audit .signup input {
        width: 100%;
        margin-bottom: 30px;
    }
    .audit .signup input[type=submit] {
        width: 100%;
    }
    .audit .signup h2 {
        padding-top: 60px;
        max-width: 280px
    }
    .audit .the-best .col-7 {
        width: 100%;
    }
    .audit .cloud .circle-1 {
        width: 100px;
        height: 100px;
        padding: 12px 30px;
        top: 140px;
        right: 180px;
    }
    .audit .cloud .circle-1 span {
        font-size: 3.6em;
        line-height: 0.95em;
        left: -15px;
    }
    .audit .cloud .circle-1 h3 {
        position: relative;
        left: 0px;
    }
    .audit .cloud .circle-2 {
        width: 180px;
        height: 180px;
        padding: 60px 40px;
        right: 410px;
        top: 290px;
    }
    .audit .cloud .circle-2 span {
        font-size: 2.8em;
        line-height: 0.95em;
        left: -10px;
    }
    .audit .cloud .circle-2 h3 {
        font-size: 0.9em;
        position: relative;
        left: -5px;
    }
    .audit .cloud .circle-3 {
        width: 220px;
        height: 220px;
        padding: 50px 45px;
        right: 170px;
        top: 250px;
    }
    .audit .cloud .circle-3 span {
        font-size: 3.6em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-3 h3 {
        font-size: 0.9em;
        top: 18px;
    }
    .audit .cloud .circle-4 {
        width: 120px;
        height: 120px;
        padding: 22px 0px;
        right: 45px;
        top: 350px;
    }
    .audit .cloud .circle-4 span {
        font-size: 2em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-4 h3 {
        font-size: 0.7em;
        top: 10px;
        left: 5px;
    }
    .audit .cloud .circle-5 {
        right: 0;
        width: 200px;
        height: 200px;
        padding: 70px 0px;
        right: 295px;
        top: 460px;
    }
    .audit .cloud .circle-5 span {
        font-size: 2.8em;
        line-height: 0.65em;
        left: 0px;
    }
    .audit .cloud .circle-5 h3 {
        font-size: 0.8em;
        top: 18px;
        left: 5px;
    }
    .audit .cloud .circle-6 {
        position: absolute;
        width: 180px;
        height: 180px;
        padding: 32px 10px;
        right: 95px;
        top: 465px;
    }
    .audit .cloud .circle-6 span {
        font-size: 4.5em;
        line-height: 0.95em;
        position: relative;
        left: 0px;
    }
    .audit .cloud .circle-6 h3 {
        font-size: 0.9em;
        left: 5px;
        max-width: 120px;
    }
    .audit .cloud .circle-7 {
        width: 180px;
        height: 180px;
        padding: 45px 40px;
        right: 0px;
        top: 160px;
    }
    .audit .cloud .circle-7 span {
        font-size: 4.5em;
        line-height: 0.95em;
        left: -12px;
    }
    .audit .cloud .circle-7 h3 {
        font-size: 1em;
        left: -10px
    }
    .audit .the-best {
        min-height: 880px;
    }
    .audit .cloud {
        top: -250px !important;
        right: -0px;
    }
}

@media screen and (max-width: 860px) {
    .audit .the-best h2 {
        font-size: 3.0em;
        margin-bottom: 35px;
        text-align: center;
    }
    .audit .the-best p {
        line-height: 1.5em;
        max-width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .audit .the-best {
        min-height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .audit .cloud {
        position: initial;
        display: block;
        max-width: 100%;
        width: 360px;
        margin: 0 auto;
    }
    .audit .circle-1,
    .audit .circle-2,
    .audit .circle-3,
    .audit .circle-4,
    .audit .circle-5,
    .audit .circle-6,
    .audit .circle-7 {
        float: left;
        margin: 15px;
    }
    .audit .cloud .circle-1 {
        width: 140px;
        height: 140px;
        position: initial;
        padding-top: 30px;
    }
    .audit .cloud .circle-1 span {
        position: initial;
    }
    .audit .cloud .circle-1 h3 {
        font-size: 1em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .audit .cloud .circle-2 {
        width: 140px;
        height: 140px;
        position: initial;
        padding: 0px;
        padding-top: 34px;
    }
    .audit .cloud .circle-2 span {
        position: initial;
        font-size: 2.5em;
    }
    .audit .cloud .circle-2 h3 {
        font-size: 1em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .audit .cloud .circle-3 {
        width: 300px;
        height: 300px;
        position: initial;
        padding: 50px 45px;
    }
    .audit .cloud .circle-3 span {
        position: initial;
        font-size: 5.0em;
    }
    .audit .cloud .circle-3 h3 {
        font-size: 1.2em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
    .audit .cloud .circle-4 {
        width: 140px;
        height: 140px;
        position: initial;
        padding: 7px 0px;
    }
    .audit .cloud .circle-4 span {
        position: initial;
        font-size: 2.5em;
        margin-top: 10px;
    }
    .audit .cloud .circle-4 h3 {
        font-size: 1em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 12px
    }
    .audit .cloud .circle-5 {
        width: 140px;
        height: 140px;
        position: initial;
        padding: 45px 0px;
    }
    .audit .cloud .circle-5 span {
        position: initial;
        font-size: 2.0em;
    }
    .audit .cloud .circle-5 h3 {
        font-size: 0.6em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }
    .audit .cloud .circle-6 {
        width: 140px;
        height: 140px;
        position: initial;
        padding: 25px 10px;
    }
    .audit .cloud .circle-6 span {
        position: initial;
        font-size: 2.5em;
    }
    .audit .cloud .circle-6 h3 {
        font-size: 1em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .audit .cloud .circle-7 {
        width: 140px;
        height: 140px;
        position: initial;
        padding: 30px 35px;
    }
    .audit .cloud .circle-7 span {
        position: initial;
        font-size: 2.5em;
    }
    .audit .cloud .circle-7 h3 {
        font-size: 1em;
        position: initial;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
}

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

@media screen and (max-width: 700px) {
    .audit .features .content .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 80px;
    }
    .audit .features .content .col-4 img {
        position: relative;
        top: 0px;
    }
    .audit .features .content .col-4 h2 {
        margin: 0;
    }
    .audit .features span.divider {
        display: none;
    }
    .audit .essencial .col-6 {
        width: 100%;
        text-align: center;
    }
    .audit .essencial .col-6 h2 {
        margin: 0;
        max-width: 100%;
        font-size: 3em;
    }
    .audit .essencial .col-6 p {
        padding: 0;
        max-width: 100%;
    }
    .audit .past-audits h2 {
        text-align: center;
        font-size: 3em;
    }
    .audit .past-audits h3 {
        text-align: center;
    }
    .audit .past-audits .items .past-item {
        width: 50%!important;
    }
    .audit .signup .col-5 {
        width: 100%!important;
    }
    .audit .signup .col-7 {
        width: 100%!important;
    }
    .audit .signup h2 {
        text-align: center;
        margin: 0 auto 40px auto;
        padding-top: 0;
    }
    .audit .inside h2 {
        text-align: center;
        font-size: 3em;
    }
    .audit .inside .content .item {
        width: 100%;
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
    }
    .audit .inside span.vertical-line {
        display: block;
        width: 8px;
        height: 1200px;
        top: 200px;
        z-index: 1;
        left: 50%;
        margin-left: -4px;
        background-color: #f7a310;
        position: absolute;
        opacity: 0.05;
    }
    .audit .inside .content .item:after {
        position: absolute;
        top: -11px;
        width: 50px;
        content: '';
        width: 50px;
        height: 50px;
        background-color: #fff;
        z-index: -1;
        left: 50%;
        border-radius: 100%;
        box-shadow: 0px 0px 15px 0.5px rgba(0, 0, 0, 0.05);
        margin-left: -25px;
    }
    .audit .inside .element {
        display: none;
    }
    .audit .ready .col-4 {
        width: 100%;
    }
    .audit .ready .col-4 h2 {
        text-align: center;
        font-size: 3em;
    }
    .audit .ready .col-8 {
        width: 100%;
    }
    .audit .ready .element {
        left: -320px;
    }
    .audit .ready .col-6 {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .language {
        position: absolute;
        right: 0;
        width: 300px;
        text-align: right;
        top: 50%;
        margin-top: -20px;
        padding-right: 20px;
    }
    .language span.lang {
        display: none;
    }
    .language ul {
        right: 5px;
        padding: 0px 0px 0px 0px;
        top: -15px;
    }
    .audit header .banner h1 {
        margin-top: 20px;
        font-size: 3.0em;
        text-align: center;
        width: 100%;
    }
    .audit header .banner .audit-banner-slider p {
        font-size: 1em;
    }
    .audit header .banner .audit-banner-slider img {
        width: 40px;
        left: -60px;
    }
    .audit header {
        min-height: 560px;
    }
    .audit header .banner .banner-nav {
        bottom: -20px;
    }
    .audit header .banner .banner-nav img {
        width: 20px;
    }
    .audit header .banner .banner-nav .back {
        width: 160px;
        height: 80px;
        padding-right: 40px;
    }
    .audit header .banner .banner-nav .foward {
        width: 80px;
        height: 80px;
    }
    .audit header .banner .banner-nav .back a,
    .audit header .banner .banner-nav .foward a {
        width: 100%;
        height: 100%;
        padding-top: 31px;
    }
    .audit .past-audits .items .past-item {
        width: 100%!important;
    }
    .audit .the-best {
        min-height: 880px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .audit header .banner {
        padding: 80px 0;
    }
    .audit header .banner h1 {
        margin-top: 20px;
        font-size: 2.5em;
        text-align: center;
        width: 100%;
    }
    .audit header .banner .audit-banner-slider img {
        width: 25px;
        left: -45px;
    }
    .audit header .banner .audit-banner-slider {
        padding-left: 40px;
        position: relative;
        margin-top: 40px;
    }
    .audit header .banner .audit-banner-slider p.sign {
        margin-top: 20px;
    }
    .audit .cloud {
        position: initial;
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        width: 310px;
    }
    .audit .circle-1,
    .audit .circle-2,
    .audit .circle-3,
    .audit .circle-4,
    .audit .circle-5,
    .audit .circle-6,
    .audit .circle-7 {
        float: left;
        margin: 5px;
    }
}

@media screen and (max-width: 390px) {
    .audit .the-best .content {
        padding-left: 0;
        padding-right: 0;
    }
    .audit .the-best {
        padding-left: 0;
        padding-right: 0;
    }
    .audit .the-best p {
        padding-left: 25px;
        padding-right: 25px;
    }
}