﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/Orbitron-Bold.eot');
    src: url('../fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Bold.woff2') format('woff2'), url('../fonts/Orbitron-Bold.woff') format('woff'), url('../fonts/Orbitron-Bold.ttf') format('truetype'), url('../fonts/Orbitron-Bold.svg#Orbitron-Bold') format('svg');
}

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons/linecons.eot') format('embedded-opentype'), url('../fonts/linecons/linecons.ttf') format('truetype'), url('../fonts/linecons/linecons.woff') format('woff'), url('../fonts/linecons/linecons.svg') format('svg'), url('../fonts/linecons/linecons.dev.svg') format('svg');
}

a {
    text-decoration: none;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: none;
}

h2 {
    font-family: SourceSansPro-Regular;
    font-size: 24px;
    letter-spacing: 0.1px;
}

p {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.gold {
    color: #b4903a;
}

.white {
    color: white;
}

.grey {
    color: #707a7e;
}

.css300 {
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.css500 {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
}

    .owl-item.active {
        opacity: 1;
        transition: opacity .75s linear;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 7px;
    background-image: linear-gradient(45deg,#232322,#a4a4a4,#ffffff, #a4a4a4, #232322);
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-image: linear-gradient(45deg,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
    opacity: 1;
}

/*Zendesk*/
iframe#launcher, iframe#webWidget {
    right: 50px !important;
}

/*Back To Top Btn*/
#btt-scroll {
    position: fixed;
    right: -25px;
    bottom: -25px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #b4903a;
    z-index: 5;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#btt-scroll span {
    position: absolute;
    top: 35%;
    left: 40%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: black;
}

#btt-scroll:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

@media screen and (min-width:540px) {

    #btt-scroll:hover:before {
        color: #ceb94b7a;
        border-color: #ceb94b7a;
        -webkit-transform: scale(2);
        transition: .3s all;
        opacity: 0;
    }

    #btt-scroll:hover:after {
        color: #ceb94b7a;
        border-color: #ceb94b7a;
        -webkit-transform: scale(1.5);
    }

    #btt-scroll:before, #btt-scroll:after {
        color: transparent;
        border-color: #ceb94b7a;
        content: "";
        display: block;
        position: absolute;
        background: transparent;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 50%;
        transition: .3s all;
        border: 3px solid;
        z-index: -1;
    }
}

/*Section Mobile Nav*/
.mp-back {
    text-decoration: none;
}

.mp-menu ul li::before {
    color: white;
}

.mp-level {
    background-image: linear-gradient(45deg, #b4903a 4%,#b4903a 8%,#cdaf5c 20%,#b4903a 24%,#5b4516 28%,#b4903a 32%, #cdaf5c 46%,#b4903a 52%,#5b4516 58%,#b4903a 64%,#cdaf5c 82%,#b4903a 88%,#5b4516 94%,#b4903a 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mp-menu.mp-cover h2 {
    box-shadow: inset 0 -1px rgba(177,158,158,0);
    font-family: SourceSansPro-Bold;
    color: white;
    background-color: rgba(0,0,0,0.3);
}

.mp-menu ul {
    padding: 20px 0;
    padding-bottom: unset;
}

    .mp-menu ul li > a {
        box-shadow: inset 0 -1px rgba(177,158,158,0);
        font-family: SourceSansPro-Bold;
        color: white;
        font-size: 18px;
        text-decoration: none;
    }

    .mp-menu ul li > .navigation-lg {
        display: inline;
        padding: 1px;
    }

.mp-menu li.last {
    margin: 10px 25px;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(128, 128, 128,0), inset 0 1px rgba(128, 128, 128,0);
}

.mp-menu ul li a:hover {
    box-shadow: inset 0 -1px rgba(177,158,158,0);
}

.mp-level > ul > li:first-child > a:hover {
    box-shadow: inset 0 -1px rgba(128, 128, 128,0), inset 0 1px rgba(128, 128, 128,0);
}

.mp-back {
    color: white;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 1px rgba(0,0,0,0);
    padding: 1em 6%;
    display: flex;
    align-items: center;
}

    .mp-back:hover {
        color: white;
        background: rgba(0,0,0,0);
    }

    .mp-back::after {
        color: white;
    }

.scroller {
    min-width: 320px;
}

.mp-menu-wrapper li a.has-second-menu::after {
    font-family: 'linecons';
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: #fafafa;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.mp-icon {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-right: 5px;
}

    .mp-icon.white {
        filter: brightness(0) invert(1);
    }

.mobile-logo {
    width: 100%;
}

#hamburger-container {
    display: table-cell;
    position: relative;
}

.hamburger-border {
    height: 4px;
    background-image: linear-gradient(to right,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
    width: 30px;
    pointer-events: none
}

    .hamburger-border.top {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .hamburger-border.center {
        margin: 10px 0;
    }

    .hamburger-border.bottom {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .hamburger-border.top.active {
        top: 10px;
        right: unset;
        transform: rotate(-45deg);
        transition: 300ms;
    }

    .hamburger-border.center.active {
        opacity: 0;
    }

    .hamburger-border.bottom.active {
        bottom: 10px;
        width: 30px;
        right: unset;
        transform: rotate(45deg);
        transition: 300ms;
    }

#navigation {
    display: flex;
    width: 100%;
    background-color: white;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: fixed;
    z-index: 100;
}

.logo-section {
    display: inline-block;
    width: 100%;
}

    .logo-section img {
        display: block;
        width: 130px;
        margin-right: auto;
        padding: 5px;
        padding-left: 6%;
    }

.scrolled .logo-section img {
    width: 110px;
    padding: 0px;
    padding-left: 5%;
}

.contact-dropdown {
    display: none;
}

.menu-section {
    display: none;
}

.burger-section {
    display: inline-block;
    width: 18%;
    text-align: center;
}

.burger-table {
    display: inline-table;
    height: 100%;
}

.burger-table-cell {
    display: inline-table;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#hamburger-container {
}

.footer-section {
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
    padding-top: 175px;
    z-index: 10;
}

.footer-table {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 30px 0;
}

.footer-column {
    padding-bottom: 20px;
    display: none;
}

    .footer-column:first-child, .footer-column:last-child, .footer-column:nth-last-child(2) {
        display: block;
        text-align: center;
        width: 100%;
    }

.footer-logo {
    width: 180px;
}

.footer-header {
    display: block;
    font-family: SourceSansPro-Bold;
    font-size: 16px;
    line-height: 28px;
    color: white;
}

.footer-item {
    display: block;
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #9e9c9c;
}

    .footer-item a {
        display: block;
        font-family: SourceSansPro-Regular;
        font-size: 16px;
        line-height: 28px;
        color: #9e9c9c;
    }

        .footer-item a:hover {
            color: #b4903a;
        }

a.footer-header:hover, a.footer-item:hover {
    color: #b4903a;
    background: -webkit-linear-gradient(135deg,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-item img {
    width: 16px;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 7px;
}

.footer-item a img {
    filter: brightness(0) invert(1);
    margin-right: 13px;
}

.footer-item:nth-child(3) a img {
    margin-right: 10px;
}

.footer-item span {
    display: inline-block;
}

.footer-social {
    width: 10%;
    display: inline-block;
    margin: 0 4%;
    min-width: 40px;
}

    .footer-social img {
        width: 100%;
    }

.footer-creds {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 28px;
    color: white;
    text-align: center;
    padding: 12px;
}


    .footer-creds a {
        font-family: SourceSansPro-bold;
        color: white;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

        .footer-creds a:hover {
            opacity: 0.5;
        }

.owl-dots.disabled {
    display: none;
}

.owl-nav.disabled {
    display: none;
}

.mp-level {
    background-image: url(../images/pushMenu-bg.png);
}

.mp-menu.mp-cover h2 {
    background-color: transparent !important;
}

.footer-column:nth-last-child(2) {
    display: none;
}

.mp-icon {
    width: 20px;
    margin-right: 10px;
}

@media screen and (min-width:540px) {
    .footer-column:nth-last-child(2) {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .logo-section {
        width: 30%;
    }

        .logo-section img {
            width: 40%;
            margin: 0 40% 0 20%;
        }

    .scrolled .logo-section img {
        width: 30%;
    }

    .menu-section {
        display: inline-block;
        width: 70%;
    }

    .menu-table {
        display: table;
        width: 87%;
        height: 100%;
        padding-right: 13%;
    }

    .menu-item {
        display: table-cell;
        font-size: 16px;
        letter-spacing: 0.1px;
        width: 13%;
        font-family: SourceSansPro-Regular;
        vertical-align: middle;
        text-align: center;
    }

    .menu-item {
        color: black;
        position: relative;
    }

        .menu-item a {
            display: block;
            color: black;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

    /*.menu-item:hover > a {
                color: #b4903a;
                background: -webkit-linear-gradient(135deg,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }*/

    .menu-list {
        position: absolute;
        background-color: #171717;
        border: 2px solid #b4903a;
        border-image: linear-gradient(0deg, #b4903a 4%,#b4903a 8%,#fadd8d 12%,#fffea6 16%,#fadd8d 20%, #b4903a 24%,#5b4516 28%,#b4903a 32%,#fadd8d 36%,#fffea6 40%, #fadd8d 46%,#b4903a 52%,#5b4516 58%,#b4903a 64%,#fadd8d 70%, #fffea6 76%,#fadd8d 82%,#b4903a 88%,#5b4516 94%,#b4903a 100%);
        border-image-slice: 2;
        padding: 5px;
        left: 50%;
        top: 4vw;
        transform: translateX(-50%);
        width: 220px;
        display: none;
        margin-top: 10px;
    }

        .menu-list:before {
            content: "";
            border-top: 2px solid #b4903a;
            border-left: 2px solid #b4903a;
            width: 7px;
            height: 7px;
            transform: rotate(45deg);
            position: absolute;
            top: -6px;
            left: 0;
            right: 0;
            margin: auto;
            background: #171717;
        }

    .menu-item .menu-listitem {
        color: white;
        padding: 5px;
        text-align: left;
        display: table;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }


        .menu-item .menu-listitem:hover {
            color: #b4903a;
            background: -webkit-linear-gradient(135deg,#d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }


    .menu-listitem img {
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .burger-section {
        display: inline-block;
        width: 50px;
    }


    .burger-section {
        display: none;
    }

    .footer-logo {
        width: 80%;
    }

    .footer-section {
        padding-top: 175px;
    }

    .footer-table {
        display: table;
        margin: 0 auto;
    }

    .footer-column {
        display: table-cell;
        vertical-align: top;
        width: 14%;
        padding-right: 1.25%;
    }

    .footer-column:nth-child(2) {
        width: 19%;
    }

        .footer-column:first-child, .footer-column:last-child, .footer-column:nth-last-child(2) {
            display: table-cell;
            text-align: left;
            width: 22%;
        }

        .footer-column:first-child, .footer-column:last-child {
            vertical-align: middle;
        }

        .footer-column:last-child {
            text-align: center;
        }

        .footer-column:nth-last-child(2) {
            vertical-align: top;
            min-width: 240px;
        }
}

@media screen and (min-width:1280px) {
    .footer-table {
        width: 84%;
    }
}

@media screen and (min-width:1360px) {
    .mp-icon {
        width: 1.471vw;
        margin-right: 0.735vw;
    }


    .footer-item a img {
        margin-right: 0.956vw;
    }

    .footer-item:nth-child(3) a img {
        margin-right: 0.7vw;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 1.471vw;
        height: 0.221vw;
        margin: 0.368vw 0.515vw;
    }

    h2 {
        font-size: 1.765vw;
        letter-spacing: 0.007vw;
    }

    p {
        font-size: 1.176vw;
        line-height: 1.765vw;
        letter-spacing: 0.007vw;
    }

    .logo-section img {
        width: 11.559vw;
        padding: 0.368vw;
        padding-left: 2%;
    }

    .scrolled .logo-section img {
        width: 8.088vw;
        padding: 0px;
        padding-left: 15%;
    }

    .menu-item {
        font-size: 1.176vw;
    }

    .menu-list {
        border: 0.147vw solid #b4903a;
        border-image: linear-gradient(0deg, #b4903a 4%,#b4903a 8%,#fadd8d 12%,#fffea6 16%,#fadd8d 20%, #b4903a 24%,#5b4516 28%,#b4903a 32%,#fadd8d 36%,#fffea6 40%, #fadd8d 46%,#b4903a 52%,#5b4516 58%,#b4903a 64%,#fadd8d 70%, #fffea6 76%,#fadd8d 82%,#b4903a 88%,#5b4516 94%,#b4903a 100%);
        border-image-slice: 2;
        padding: 0.368vw;
        width: 15vw;
    }

        .menu-list:before {
            border-top: 0.147vw solid #b4903a;
            border-left: 0.147vw solid #b4903a;
            width: 0.515vw;
            height: 0.515vw;
            top: -0.515vw;
        }

    .menu-item .menu-listitem {
        padding: 0.368vw;
    }

    .menu-listitem img {
        width: 1.471vw;
        margin-right: 0.735vw;
    }

    .footer-item img {
        width: 1.176vw;
        margin-right: 0.735vw;
        padding-top: 0.515vw;
    }

    .footer-section {
        padding-top: 12.868vw;
    }


    .footer-table {
        padding: 2.206vw 0;
    }

    .footer-column {
        padding-bottom: 1.471vw;
    }


    .footer-header {
        font-size: 1.176vw;
        line-height: 2.059vw;
    }

    .footer-item {
        font-size: 1.176vw;
        line-height: 2.059vw;
    }

    .footer-item a{
        font-size: 1.176vw;
        line-height: 2.059vw;
    }

    .footer-social {
        min-width: 2.941vw;
    }

        .footer-social img {
        }

    .footer-creds {
        font-size: 1.176vw;
        line-height: 2.059vw;
        padding: 0.882vw;
    }

    .footer-column:nth-last-child(2) {
        vertical-align: top;
        min-width: 17.647vw;
    }

    .menu-item:hover::after, .menu-item.active::after {
        height: 0.147vw;
    }
}


@media screen and (max-width:540px) {

    .footer-table {
        display: flex;
        width: 90%;
    }

    /*.footer-column:first-child {
        width: 60%;
    }

    .footer-column:last-child {
        width: 40%;
    }*/

    .footer-column:first-child, .footer-column:last-child {
        width: 50%;
    }

    .footer-column:last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: -37px;
        box-sizing: border-box;
        padding-right: 5px;
    }

    .footer-social {
        min-width: 50px;
        margin: 8% 4%;
    }
}

.menu-item:hover > a:hover {
    background-position: 0 100%;
    /*color: #b4903a;
    background: -webkit-linear-gradient(135deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}


.menu-item > a {
    display: inline-block;
    color: rgb(85,85,85);
    overflow: hidden;
    background: linear-gradient(to right, #d6b65f,#b4903a,#5b4516, #b4903a, #d6b65f 50%, rgb(85,85,85) 50%);
    /*background: linear-gradient(to right, #b4903a, #b4903a 4%,#b4903a 8%,#fadd8d 12%,#fffea6 16%,#fadd8d 20%, #b4903a 24%,#5b4516 28%,#b4903a 32%,#fadd8d 36%,#fffea6 40%, #fadd8d 46%,#b4903a 50%, rgb(85,85,85) 50%);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

.menu-item.active > a {
    background-position: 0 100%;
}

/*.menu-item::after {
    display: block;
    content: '';
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    position: absolute;
    z-index:-1;
}

.menu-item:hover::after, .menu-item.active::after {
    width: 80%;
    height: 2px;
    background: linear-gradient(45deg, #b4903a 4%,#b4903a 8%,#fadd8d 12%,#fffea6 16%,#fadd8d 20%, #b4903a 24%,#5b4516 28%,#b4903a 32%,#fadd8d 36%,#fffea6 40%, #fadd8d 46%,#b4903a 52%,#5b4516 58%,#b4903a 64%,#fadd8d 70%, #fffea6 76%,#fadd8d 82%,#b4903a 88%,#5b4516 94%,#b4903a 100%);
    background-size: 400% 100%;
    bottom: -2%;
}

.menu-item:hover::after {
    -webkit-animation: AnimationName 3s linear infinite;
    -moz-animation: AnimationName 3s linear infinite;
    animation: AnimationName 3s linear infinite;
}

    .menu-item.active::after {
        -webkit-animation: AnimationName 6s linear infinite;
        -moz-animation: AnimationName 6s linear infinite;
        animation: AnimationName 6s linear infinite;
    }*/

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
