body {
    font-weight: 400;
    font-size: 18px;
    font-family: 'akrobatbold', Helvetica, sans-serif;
    font-weight: 400;
}
a:hover {
    color: #e5c972;
    text-decoration: none;
}
input,textarea,select {
    font-family: 'akrobatregular', Helvetica, sans-serif;
}

@font-face {
    font-family: 'akrobatblack';
    src: url('../fonts/global/akrobat-black-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatbold';
    src: url('../fonts/global/akrobat-bold-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatextrabold';
    src: url('../fonts/global/akrobat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatextralight';
    src: url('../fonts/global/akrobat-extralight-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatlight';
    src: url('../fonts/global/akrobat-light-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatregular';
    src: url('../fonts/global/akrobat-regular-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatsemibold';
    src: url('../fonts/global/akrobat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatthin';
    src: url('../fonts/global/akrobat-thin-webfont.woff2') format('woff2'),
         url('../fonts/global/akrobat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
p {
    line-height: 1.6em;
    font-family: 'akrobatlight', Arial;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pb50 {
    padding-bottom: 50px;
}

.p0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
}
.container {
    width: 90%;
    max-width: 1200px;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header .navbar-brand {
    background: rgba(0,0,0,0.5);
    padding: 30px;
    height: auto;
}
header .navbar-brand img {
    width: 80px;
    height: auto;
}
header .navbar-nav > li > a{
    padding-top: 51px;
    color: #fff;
    border-top: 5px solid transparent;
    padding: 51px 0 20px 0;
    font-weight: 500;
}
header .navbar-nav > li {
    margin-left: 60px;
}
header .navbar-nav > li.active > a, header .navbar-nav > li > a:hover{
    color: #e5c972;
    border-color: #e5c972;
    background: none !important;
}
#spotlight{
    position: relative;
}
#spotlight .caption {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 90%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
}
#spotlight .caption .cover{
    position: absolute;
    right: 0;
    max-width: 600px;
    width: 100%;
    color: #fff;
    bottom: 355px;
}
#spotlight .caption .cover h3{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 57px;
}
#spotlight .caption .cover:before {
    content: "";
    width: 350px;
    height: 150px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: -30%;
    bottom: -75px;
    z-index: -1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#spotlight .owl-dots {
    text-align: left;
    position: absolute;
    left: 0;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    bottom: 30px;
    width: 90%;
}
#spotlight .owl-dots .owl-dot{
    width: 4px;
    height: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    display: inline-block;
    margin-right: 7px;
    opacity: 0.7;
}
#spotlight .owl-dots .owl-dot.active {
    height: 20px;
    opacity: 1;
}
.border_box{
    padding-left: 50px;
    border-left: 1px solid #fff;
    position: relative;
}
.border_box.gold {
    border-color: #E4D06C;
}
.border_box:after {
    content: "";
    width: 3px;
    height: 100px;
    position: absolute;
    left: -2px;
    background: #fff;
    top: 0;
}
.border_box.gold:after {
    background: #E4D06C;
}
#slider .caption h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 58px;
}
#about {
    padding: 80px 0;
    text-align: center;
}
h2.title {
    color: #000000;   
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
h2.title span.border {
    display: inline-block;
    padding-left: 30px;
    border-left: 4px solid #E4D06C;
}
#global {
    color: #fff;
    background: #050505;
    padding: 130px 0;
}
#global h2.title {
    color: #fff;
}
#global .big {
    max-width: 290px;
    border-right: 25px solid #E4D06C;
    font-weight: 700;
    font-size: 50px;
    color: #E4D06C;
    float: right;
    text-align: right;
    padding-right: 30px;
}
.list h3 {
    font-weight: bold;
    font-size: 22px;
    color: #394455;
    margin-bottom: 15px;
    margin-top: 0;
}
.list p, .list .more_content {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.list p {
    margin-bottom: 20px;
}
.more_content {
    display: none;
}
.list .content {
    padding: 0 50px;
    position: relative;
    z-index: 2;
    padding-left: 50%;
}
.list .list_item:nth-child(2n) .content{
    padding-left: 0;
    padding-right: 50%;
}
.list .list_item:nth-child(2n) .cover{
    padding-right: 30px;
}
.list .number {
    font-size: 138px;
    letter-spacing: 1.38px;
    color: #8F8F8F;
    opacity: 0.2;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: -30px;
    z-index: -1;
    line-height: 110px;
}
.list .list_item .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-x;
}
.list .list_item .cover {
    padding: 100px 0;
}
.list .list_item:nth-child(2n) .img{
    left: unset;
    right: 0;
}
.list .border_box {
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.readmore {
    display: inline-block;
    padding-right: 40px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.readmore:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(../../images/global/right-arrow.svg) no-repeat scroll center center;
}
.readmore::before{
    content: "Read More";
}
.readmore:hover {
    padding-right: 50px;
    color: #000;
    opacity: 0.6;
    text-decoration: none;
}
.readless{
    display: inline-block;
    padding-left: 40px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    font-size: 16px;
    position: relative;
}
.readless:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(../../images/global/right-arrow.svg) no-repeat scroll center center;
    transform: rotate(180deg);
}
.readless:before {
    content: "Read less";
}
#brands {
    padding: 80px 0;
    background: url(../../images/global/banner.jpg) no-repeat fixed 0 0;
    position: relative;
}
#brands .container {
    position: relative;
    z-index: 2;
}
#brands:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    background: #000;
    z-index: 1;
}
#brands p {
    color: #fff;
    opacity: 0.5;
}
#brands h2.title {
    color: #fff;
}
.brand_slider h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #394455;
}
.brand_slide_section {
    padding: 80px 0;
}
.brand_slide_section .owl-dots {
    text-align: center;
}
.brand_slide_section .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #482020;
    border-radius: 15px;
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    opacity: 0.7;
}
.brand_slide_section .owl-dots .owl-dot.active{
    width: 24px;
    opacity: 1;
    background: #482020;
}
footer {
    background: #F9F9F9;
    padding: 60px 0 30px;
    text-align: center;
}
footer a {
    color: #394455;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    display: inline-block;
    margin: 0 25px;
}
footer .scl  {
    margin: 30px 0;
}
footer .scl a {
    display: inline-block;
    margin: 0 12px;
}
footer .scl a svg, footer .scl a img {
    width: 35px;
    height: 35px;
}
@media all and (max-width: 1280px){
    .list p {
        margin-bottom: 14px;
    }
    .list .list_item .cover {
        padding: 60px 0;
    }
    .border_box {
        padding-left: 25px;
    }
}
@media all and (max-width: 992px){
    .list .list_item .cover {
        padding: 30px 0;
    }
    #spotlight .caption .cover {
        bottom: 30px;
    }
    #global .big {
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-right: 0;
        margin-top: 50px;
        border-right: none;
        font-size: 30px;
        padding-left: 20px;
        border-left: 2px solid #E4D06C;
    }
    footer ul li {
        margin: 10px;
    }
    #spotlight .owl-dots {
        text-align: right;
    }
}
@media all and (max-width: 860px){
    body{
        font-size: 15px;
    }
    #spotlight .caption .cover {
        right: unset;
        left: 0;
    }
    #slider .caption h3 {
        font-size: 24px;
    }
    #spotlight .caption .cover:before{
        display: none;
    }
    h2.title {
        font-size: 24px;
    }
    .list .content {
        padding-left: 0;
    }
    .list .list_item:nth-child(2n) .content {
        padding-right: 0;
    }
    .list .list_item .img {
        width: 100%;
        opacity: 0.08;
    }
    .list {
        padding-top: 30px;
    }
    .list .list_item {
        margin-bottom: 30px;
    }
    .list .list_item .cover {
        position: relative;
        z-index: 9;
    }
    .list .list_item .cover {
        padding: 60px 0;
    }
    .list p {
        font-weight: 400;
    }
    .list .border_box {
        padding-left: 30px;
        margin-left: 30px;
    }
}
@media all and (max-width: 768px){
    .brand_slide_section .owl-dots {
        padding-top: 15px;
    }
    footer .scl {
        margin: 15px 0 30px;
    }
    footer {
        padding: 40px 0 15px;
    }
    .brand_slide_section {
        padding: 60px 0;
    }

    #brands {
        padding: 45px 0;
        
    }
    .list .list_item .cover {
        padding: 35px 0;
    }
    #global .big {
        margin-top: 35px;
        font-size: 26px;
    }
    h2.title {
        margin-bottom: 15px;
    }
    #slider .caption h3 {
        font-size: 35px;
    }
    header {
        position: static;
    }
    header .navbar-toggle {
        display: block;
        width: 40px;
        padding: 0;
        margin-top: 32px;
    }
    .navbar-toggle small {
        display: block;
        height: 2px;
        margin: 7px 0;
        background: #333;
    }
    header .navbar-brand {
        background: none;
        padding: 10px;
    }
    .navbar-right {
        clear: both;
        border-top: none;
        background: #333;
    }
    header .navbar-nav > li {
        margin-left: 0;
    }
    header .navbar-nav > li a{
        padding: 15px 25px;
        border-top: none !important;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    #spotlight .caption .cover {
        bottom: 136px;
    }
    .border_box {
        padding-left: 20px;
    }
    #spotlight .owl-dots {
        display: none;
    }
    #about, #global{
        padding: 30px 0;
    }
}
@media all and (max-width: 640px){
    .list_section{
        padding-bottom: 35px;
    }
    #spotlight .caption .cover {
        bottom: 100px;
    }
    .list .list_item {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 480px){
    .list .number {
        font-size: 100px;
    }
    .list {
        padding-top: 40px;
    }
    #spotlight .caption .cover {
        bottom: 56px;
    }
    #slider .caption h3 {
        font-size: 30px;
    }
    #global .big {
        margin-top: 25px;
        font-size: 24px;
    }
    .list .content {
        padding: 0 25px;
    }
    .list .border_box {
        margin-left: 0px;
    }
}
@media all and (max-width: 420px){
    #spotlight .caption .cover {
        bottom: 36px;
    }
}