@charset "utf-8";

/*======================================
    ++ Fonts ++
    ++ General Style ++
    ++ Page preload ++
    ++ Typography ++
    ++ header ++
    ++ navigation ++
    ++ Columns ++
    ++ home ++
    ++ section ++
    ++ porfolio ++
    ++ tabs ++
    ++ accordion- ++
    ++ Footer ++
    ++ share ++
    ++ Team ++
    ++ Leadership ++
    ++ testimonials++
    ++ contacts ++
    ++ Video ++
    ++ Player Programs ++
    ++ Blog++
    ++ Events++
    ++ Med Symposium++
    ++ Agents++
    ++ Responsive ++
    ++ clinic, grassroots, summercamp ++
    ++ Contact ++
    ++ Off The Court ++
    ++ Top 100 ++
    ++ Career Development ++
    ++ Pledge ++

/*-------------Fonts---------------------------------------*/
/*Futura*/
@import url("https://use.typekit.net/xam5jhb.css");
/*-------------General Style---------------------------------------*/

html {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    text-align: center;
    background: #2A2A2E;
    color: #000;
    font-family: futura-pt, sans-serif;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.clinic.d-flex {
    display: flex;
    align-items: center;
}

.cta {
    padding: 0 85px 0 45px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    height: 44px;
    line-height: 44px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 5px 0 15px;
    width: 100%;
}

.cta i {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #2A2A2E;
    top: 0;
}


/* Swiper Lightbox Font */
.lg-sub-html strong {
    color: white;
}

.lg-sub-html p {
    font-size: 20px;
    margin: 5px 0 0;
}

@media (max-width: 1024px) {
    .clinic.d-flex {
        display: block;
    }

    .clinic>div {
        margin: 10px auto !important;
    }
}

@media (max-width: 576px) {
    .lg-sub-html p {
        font-size: 14px;
        line-height: 20px;
    }

    .lg-sub-html ul {
        font-size: 14px;
        line-height: 20px;
    }
}

.lg-sub-html h1,
.lg-sub-html h2,
.lg-sub-html h3,
.lg-sub-html h4,
.lg-sub-html h5,
.lg-sub-html p,
.lg-sub-html ul,
.lg-sub-html li {
    color: white;
}

.lg-sub-html ul {
    list-style: disc;
}

/* ---------Page preload--------------------------------------*/
.loader2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    z-index: 100;
    background: #2D2D32;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-load {
    position: fixed;
    top: 90px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 19;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-load_bg,
.page-load_bg2 {
    position: absolute;
    right: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: #2D2D32;
    z-index: 3;
    overflow: hidden;
}

.page-load_bg2 {
    z-index: 2;
    background: #35353A;

}

.loader {
    display: block;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 75%;
    margin: -36px 0 0 -16px;
    z-index: 10;
}

.loader span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}

.loader span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0.21);
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(180deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-3-1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-3-2 {
    0% {
        -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}

@keyframes loader-3-2 {
    0% {
        transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }

    50% {
        transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}

/*--------------Typography--------------------------------------*/
p {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px;
    letter-spacing: 0.1px;
    color: #5e646a;
    text-align: left;
}

@media (max-width: 576px) {
    p {
        line-height: 27px;
    }
}

p strong {
    font-weight: 800;
}

.bold-title {
    margin: 15px 0;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    /*font-family: futura-pt-bold, sans-serif;*/
}

h3,
h4,
h5 {
    font-weight: 800;
}

ul {
    line-height: 30px;
    font-weight: 300;
    /*color: #5e646a;*/
    color: #000;
    font-size: 20px;
    text-align: left;
    margin-left: 25px;
}

ol {
    font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}

strong {
    color: #000
}

/*--------------General--------------------------------------*/
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
}

.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.full-height {
    height: 100%;
}

.eighty-height {
    height: 80%;
}

.ninty-height {
    height: 90%;
}

#wrapper {
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #2A2A2E;
}

.content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.respimg {
    width: 100%;
    height: auto;
}

.hidden-item {
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 50, 0.51);
    /*background: rgba(45,45,50,0.11);*/
    z-index: 3;
}

.dark-bg {
    background: #2A2A2E;
}

.text-uppercase {
    text-transform: uppercase;
}

a {
    /*color: #000;*/
    color: #aa915a;
    /*text-decoration: underline;*/
}

a:focus,
a:hover {
    color: #000;
    /*font-weight: 700;*/
    text-decoration: none;
}

.pad-top-50 {
    padding-top: 50px;
}

/* ------header------------------------------------------------------------ */
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 20;
    background: #2D2D32;
    padding: 0 0 0 90px;
}

header.main-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 90px;
    height: 1px;
    right: 0;
    background: rgba(255, 255, 255, 0.03);
}

header.main-header:before {
    content: '';
    position: absolute;
    left: 30%;
    right: 150px;
    /*height:100%;*/
    z-index: -1;
    background: rgba(255, 255, 255, 0.04);
}

.left-panel {
    position: fixed;
    top: 90px;
    left: 0;
    width: 90px;
    bottom: 0;
    z-index: 19;
    background: #2D2D32;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}


@media only screen and (max-height: 600px) {
    .left-panel {
        display: none;
    }
}

.left-panel_social {
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}

.left-panel_social ul {
    text-align: center;
    margin-left: 0px;
}

.left-panel_social li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    display: inline-table;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    position: relative;
}

.left-panel_social li:before,
.nav-social li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    background: rgba(170, 145, 90, 0.3);
    z-index: 1;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.left-panel_social li:hover:before,
.nav-social li:hover:before {
    width: 100%;
}

.left-panel_social li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.left-panel_social li a {
    position: relative;
    z-index: 2;
    color: #767676;
}

.horizonral-subtitle {
    position: absolute;
    left: 40px;
    top: 150px;
}

.horizonral-subtitle span {
    position: absolute;
    left: -170px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 4px;
    padding: 10px 0;
    width: 350px;
    top: 0;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(255, 255, 255, 0.31);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.horizonral-subtitle span strong {
    position: relative;
    display: block;
    color: #b9b5b5;
}

.horizonral-subtitle span:before {
    content: '';
    position: absolute;
    width: 0px;
    right: -40px;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.04);
}

.header-logo {
    float: left;
    position: relative;
    top: 30px;
}

.header-logo img {
    float: left;
    width: auto;
    height: 26px;
}

.nav-button-wrap {
    right: 0;
    width: 100px;
    position: absolute;
    top: 32px;
}

.nav-button-wrap:before {
    content: '';
    position: absolute;
    left: -70px;
    width: 0px;
    height: 1px;
    top: 14px;
}

.nav-button {
    left: -20px;
    width: 28px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.nav-button span {
    width: 100%;
    float: left;
    margin-bottom: 6px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-button .ncs {
    width: 70%;
}

.nav-button .nbs,
.nav-button.cmenu:hover .nbs {
    width: 0;
}

.nav-button:hover .ncs,
.nav-button:hover .nbs {
    width: 100%;
}

.nav-button.cmenu .nos {
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    margin-bottom: 0;
    top: 8px;
}

.nav-button.cmenu .ncs {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    margin-bottom: 0;
    top: 6px;
    width: 100%;
}

.nav-button:hover .menu-button-text {
    color: #fff;
}

.menu-button-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-button.cmenu .menu-button-text {
    margin-top: 16px;
}

.header-contacts {
    float: right;
    position: relative;
    top: 24px;
    padding-right: 70px;
    right: 150px;
}

.header-contacts ul {
    float: right;
}

.header-contacts li {
    list-style: none;
    float: left;
    margin-right: 40px;
    top: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 4px;
}

.header-contacts li:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 15px;
    top: 50%;
    height: 2px;
    margin-top: -2px;
}

.header-contacts li a {
    color: #fff;
}

/*------ navigation  ------------------------------------------------*/
.nav-holder {
    position: fixed !important;
    top: 90px;
    right: -500px;
    width: 450px;
    bottom: 0;
    background: #262627;
    overflow: auto;
    z-index: 105;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 103;
    width: 100%;
    background: rgba(37, 36, 37, 0.71);
    display: none;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.element {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    will-change: transform;
    border: 1px solid rgba(255, 255, 255, 0.41);
    background: rgba(255, 255, 255, 0.051);
}

.element:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00d";
    color: #fff;
    position: relative;
    top: 14px;
    font-size: 20px;
    font-weight: 300;
}

.nav-scroll-bar-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    top: 0;
    padding: 80px 40px 100px 50px;
}

nav.nav-inner {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 90px;
    z-index: 20;
}

.sliding-menu ul {
    margin: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 10px;
}

.sliding-menu li {
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.sliding-menu a {
    float: left;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.71);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    z-index: 2;
}

.sliding-menu a:hover {
    color: #fff;
}

.sliding-menu li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 100%;
    background: rgba(255, 255, 255, 0.071);
}

.sliding-menu li:hover:after {
    width: 95%;
}

.sliding-menu a i {
    float: left;
    width: 35px;
    color: #74829C;
    position: relative;
    top: 3px;
}

.sliding-menu a.back:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f104';
    color: #fff;
}

.submen-dec:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f067';
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    top: 14px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.771);
    z-index: 20;
}

.lang-links:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 30px;
    height: 2px;
    top: -40px;
}

.lang-links {
    margin-top: 140px;
    padding-left: 20px;
}

.lang-links a {
    font-size: 14px;
    float: left;
    color: rgba(255, 255, 255, 0.41);
    margin-right: 10px;
}

.lang-links a.act-leng {
    color: #fff;
}

.nav-social {
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #2D2D32;
    padding: 0 20px 0 70px;
}

.nav-social_title {
    float: left;
    top: 32px;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 4px;
}

.nav-social ul {
    margin-left: 0px;
    text-align: center;
}

.nav-social li {
    width: 50px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: none;
    position: relative;
    float: left;
    top: 20px;
}

.nav-social li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-social li a {
    color: #767676;
    position: relative;
    z-index: 10;
}

.nav-search {
    padding-left: 20px;
}

.nav-search input,
#submit_btn {
    background: none;
    border-radius: 0;
    outline: none;
    border: none;
}

.nav-search input {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1;
    color: #fff;
}

#submit_btn {
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
    z-index: 2;
    width: 50px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

/* ------Column------------------------------------------------------------ */
.column-wrap {
    float: left;
    width: 60%;
    position: relative;
    min-height: 100vh;
    background: #fff;
    z-index: 1;
}

.column-wrap-container {
    padding: 50px 0 20px;
}

.column-wrap-container .container {
    max-width: 824px;
}

.column-wrap-media {
    margin-bottom: 50px;
}

.column-wrap-media_btn {
    position: absolute;
    bottom: -20px;
    right: 50px;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    padding: 0 80px 0 40px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.column-wrap-media_btn i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #2D2D32;
}

.column-wrap-media_btn:hover {
    padding: 0 90px 0 40px;
}

.col-wc_dec {
    position: absolute;
    left: 0;
    width: 70%;
    height: 300px;
    background: #f8f8f8;
    top: 0;
    z-index: 1;
}

.col-wc_dec.col-wc_dec2 {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    height: 250px;
}

.section-separator {
    display: flex;
    margin: 0 auto 10px;
    max-width: 824px;
    width: 92%;
    height: 1px;
    position: relative;
    z-index: 50;
    background: #eee;
}

.fixed-column-wrap {
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 40%;
    background: #292929;
    z-index: 2;
}

.fixed-column-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.fixed-column-wrap_title {
    position: absolute;
    bottom: 120px;
    left: 50px;
    right: 50px;
    z-index: 21;
    text-align: right;
}

.fixed-column-wrap_title h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
}

.fixed-column-wrap_title h2:before {
    content: '';
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 2px;
}

.fixed-column-wrap_title p {
    color: rgba(255, 255, 255, 0.8);
    /*text-align: right;*/
    /*    max-width: 450px;
    float: right;*/
}

.fixed-column-dec {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    z-index: 21;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.51);
}

.progress-bar-wrap {
    position: absolute;
    bottom: -90px;
    left: 30%;
    right: 0;
    height: 70px;
    z-index: 20;
    background: #2D2D32;
    padding: 0 30px;
}

.progress-bar-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.11);
    z-index: 1;
}

.progress-bar-wrap:after {
    content: '';
    position: absolute;
    width: 0%;
    right: 20px;
    top: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, 0.04);
}

.progress-bar {
    position: relative;
    height: 2px;
    width: 0%;
    z-index: 2;
    top: 34px;
}

.scroll-nav-wrap {
    position: absolute;
    top: 0;
    left: -70px;
    z-index: 111;
    padding: 20px 0 90px;
    width: 70px;
}

.carnival {
    position: relative;
    left: -44px;
    height: 120px;
    width: 90px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 20px 0;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.snw-dec {
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 70px;
    left: 0;
    line-height: 70px;
    background: #2A2A2E;
}

.snw-dec .mousey {
    top: 20px;
    left: 24px;
    position: relative;
}

/*------ home------------------------------------------------*/
.ms_title-wrap {
    position: absolute;
    z-index: 20;
    left: 10%;
    top: 38%;
}

.ms_title-wrap h2 {
    color: #fff;
    font-size: 65px;
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    line-height: 70px;
    padding-bottom: 20px;
}

.ms_title-wrap p {
    color: rgba(255, 255, 255, 0.81);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.multi-slideshow-wrap_1 {
    position: absolute;
    left: 0;
    width: 60%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    padding: 0 4px 0 0;
}

.multi-slideshow-wrap_1.multi-slideshow-wrap_fs {
    width: 100%;
    padding: 0;
}

.multi-slideshow-wrap_2 {
    position: absolute;
    right: 0;
    width: 40%;
    padding: 0 0 0 0;
    bottom: 0;
    top: 50%;
    overflow: hidden;
    z-index: 1;
}

.multi-slideshow-wrap_3 {
    position: absolute;
    z-index: 3;
    width: calc(40% + 100px);
    height: 50%;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 0 0 4px 4px;
}

.kenburns .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

.ms-container .swiper-slide-active .kenburns .bg,
.ms-container .swiper-slide-duplicate-active .kenburns .bg {
    -webkit-transition: all 6.5s linear;
    transition: all 6.5s linear;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hero-title {
    z-index: 20;
    top: 35%;
}

.first-tile_load {
    transform: translateY(50px);
    opacity: 0;
}

.hero-canvas-wrap {
    position: absolute;
    left: 90px;
    top: 90px;
    width: 60%;
    bottom: 90px;
    z-index: 1;
}

.hero-canvas-wrap.fs-canvas {
    bottom: 0;
    top: 60px;
    width: 35%;
}

.hero-canvas-wrap.fh-canvas {
    width: inherit;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.hero-canvas-wrap.inner-canvas {
    left: 90px;
    top: 90px;
    width: inherit;
    bottom: 90px;
    right: 90px;
    z-index: 1;
}

.hero-canvas-wrap.fh-canvas .inner-canvas {
    width: inherit;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.hero-canvas-wrap:before {
    content: '';
    position: absolute;
    left: -25px;
    width: 50px;
    height: 50px;
    top: -25px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-canvas-wrap:after {
    content: '';
    position: absolute;
    left: -25px;
    width: 50px;
    height: 50px;
    bottom: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-canvas {
    position: absolute;
    overflow: hidden;
    right: 20px;
    width: 40%;
    bottom: 0;
    top: 30%;
    z-index: -1;
    opacity: 0.5;
}

.dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.impulse-wrap {
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    height: 100%;
    z-index: 1;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.impulse-wrap .section-entry {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px);
}

.mm-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
}

.hero-slider-wrap_halftwo {
    position: absolute;
    right: 0;
    left: 30%;
    height: 100%;
    bottom: 0;
    z-index: 2;
}

.hero-slider-wrap {
    z-index: 3;
}

.half-hero-wrap {
    position: absolute;
    left: 15%;
    z-index: 10;
    top: 29%;
}

.half-hero-wrap h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    height: 2px;
    width: 50px;
}

.half-hero-wrap h1 {
    color: #fff;
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    text-align: left;
    font-weight: 900;
    line-height: 70px;
    padding-bottom: 20px;
    position: relative;
}

.half-hero-wrap h4 {
    text-align: left;
    font-size: 14px;
    float: left;
    max-width: 550px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 500;
}

.rotate_text {
    color: #999;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: -40px;
    top: -23px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg) translateY(-20px) translateX(-webkit-calc(-100% - 40px));
    transform: rotate(-90deg) translateY(-20px) translateX(calc(-100% - 40px));
}

.half-hero-wrap_link {
    float: left;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
}

.half-hero-wrap_link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.half-hero-wrap_link i {
    padding-left: 12px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.half-hero-wrap_link:hover i {
    padding-left: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.slider-wrap .swiper-slide,
.center-carousel .swiper-slide,
.fs-gallery-wrap .swiper-slide,
.portfolio-wrap .swiper-slide {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-wrap,
.portfolio-wrap,
.hero-slider-img .swiper-slide {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-wrap.homecarousel,
.center-carousel {
    height: 100%;
}

.slider-wrap.homecarousel .swiper-slide {
    padding: 0 0 0 0;
}

.slider-wrap.homecarousel.hompad .swiper-container,
.portfolio-wrap.hompad .swiper-container {
    padding-right: 20px;
}

.slider-wrap .swiper-slide img,
.fw-carousel .swiper-slide img {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: 1;
}

.slider-wrap .swiper-slide,
.fw-carousel .swiper-slide {
    width: auto !important;
    height: 100% !important;
    display: inherit !important;
}

.frbg {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
    padding-bottom: 90px;
}

.tittle-slide {
    width: 500px;
    float: left;
    padding-top: 20px;
    padding-left: 70px;
}

.tittle-slide h2 {
    color: rgba(255, 255, 255, 0.71);
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}

.show-case-slider-wrap {
    /*height: 600px;*/
    height: 350px;
}

.fsc-holder {
    padding-bottom: 80px;
}

.fw-carousel-wrap {
    z-index: 21;
}

.hlaf-slider-pag {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}

.hlaf-slider-pag .swiper-pagination-bullet {
    width: 50px;
    height: 20px;
    display: block;
    float: left;
    margin-bottom: 10px;
    line-height: 20px;
    border-radius: 0;
    background: none;
    overflow: hidden;
    opacity: 0;
    top: -10px;
    position: relative;
    color: rgba(255, 255, 255, 0)
}

.hero-slider-wrap_pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    top: 50%;
    background: #fff;
    width: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.hero-slider-wrap_pagination .swiper-pagination-bullet:hover:before {
    width: 20px;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet:after {
    content: '01';
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 0;
    top: 0;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    opacity: 0.7;
}

.hero-slider-wrap_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}

.opt-full-height {
    height: 100%;
    padding-bottom: 80px;
}

.option-panel {
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 10;
    background: #2D2D32;
    width: 35%;
    height: 60px;
    padding-left: 180px;
    overflow: hidden;
}

.option-panel:before {
    content: '';
    position: absolute;
    width: 30%;
    left: 20%;
    top: 10px;
    bottom: 10px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.04);
}

.start-btn {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    width: 180px;
}

.start-btn.hero-start {
    top: inherit;
    bottom: -70px;
    z-index: 100
}

.start-btn i {
    padding-left: 10px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.start-btn:hover i {
    padding-left: 20px;
}

.swiper-counter {
    position: relative;
    font-size: 16px;
    font-weight: 700;

    font-size: 12px;
    color: #999;
    float: left;
    width: 100%;
}

.swiper-counter div {
    position: absolute;
    top: 13px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.swiper-counter div#current {
    right: 40px;
}

.swiper-counter div#total {
    right: 10px;
}

.swiper-counter div#total:before {
    content: '';
    position: absolute;
    left: -3px;
    width: 6px;
    height: 1px;
    top: 50%;
    background: rgba(255, 255, 255, 0.41);
}

.slide-progress-container {
    position: absolute;
    height: 1px;
    z-index: 3;
    bottom: 30px;
    right: 100px;
    left: 220px;
}

.slide-progress-warp {
    float: left;
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    z-index: 10;
    bottom: 0;
    width: 100%;
}

.slide-progress-warp.grid-carousel-progress {
    position: absolute;
    left: 20%;
    right: 25%;
    width: inherit;
    top: 50%;
    bottom: inherit;
}

.slide-progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    border-radius: 6px;
    margin-top: -1px;
    width: 0;
    max-width: 100%;
}

.hero-slider_control-wrap {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 100;
}

.hero-slider_control {
    float: right;
    font-weight: 400;
    font-size: 10px;
    color: #999;
    cursor: pointer;
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #2D2D32;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.hero-slider_control:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}

.hero-slider_control:hover:before {
    height: 100%;
}

.hero-slider_control span {
    position: relative;
    z-index: 2;
}

.hero-slider_control i {
    color: #fff;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    padding: 0 0 0 15px;
}

.hero-slider_control:hover {
    color: #fff;
}

.hero-slider_control.hero-slider-button-prev {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-slider_control.hero-slider-button-prev i {
    padding: 0 15px 0 0;
}

.hero-slider_control.hero-slider-button-next:hover i {
    padding: 0 0 0 25px;
}

.hero-slider_control.hero-slider-button-prev:hover i {
    padding: 0 25px 0 0;
}

.carousel-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 50px 30px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}

.carousel-title-wrap h2 {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    padding-bottom: 4px;
    font-weight: 700;
    font-family: futura-pt-bold, sans-serif;
}

.carousel-title-wrap h2 a {
    color: rgba(255, 255, 255, 1);
}

.carousel-title-wrap h2 a i {
    padding-left: 18px;
    -webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}

.carousel-title-wrap p {
    color: rgba(255, 255, 255, 0.71);
}

.carousel-title-wrap h2 a:hover i {
    padding-left: 25px;
}

.homepageitems {
    margin-top: 75px;
}

.homepageitems img {
    max-height: 300px;
    margin-bottom: 20px;
    margin-left: -30px;
}

.homepageitems h3 {
    font-size: 20px;
    padding-bottom: 0px;
    font-size: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
}

.homepageitems h2 {
    font-size: 30px
}

.otherhomeitems h3 {
    color: #fff;
    padding: 5px 0px;
    line-height: 32px;
}

.activismbanner img {
    margin: auto;
    max-height: 300px;
    margin-top: -150px;
}

.activismbanner h3 {
    text-align: center;
    color: white;
    letter-spacing: 8.5px;
}

.activismbanner p {
    margin: auto;
    margin-top: 50px;
    text-align: center;
    max-width: 615px;
    background: #fff;
    border-radius: 25px;
    padding-top: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.activismbannerheader {
    height: 85%;
}

.activismbannerheader h2 {
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 40px;
}

.activismbannerheader span {
    color: #aa915a;
}


@media only screen and (max-width: 992px) {
    .homepageitems {
        margin-top: 260px;
    }

    .homepageitems img {
        max-height: 150px;
        margin: auto;
    }

    .homepageitems h3 {
        text-align: center;
    }

    .homepageitems h2 {
        text-align: center !important;
    }

    .cp3 {
        background-position: 48% 0% !important;
    }

    .otherhomeitems h3 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 300;
        color: #fff;
    }

    .activismbanner img {
        margin: auto;
        max-height: 200px;
        margin-top: -150px;
    }

    .activismbannerheader h2 {
        font-size: 20px;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .activismbanner img {
        margin: auto;
        max-height: 100px;
        margin-top: -50px;
    }

    .activismbannerheader {
        height: 130%;
    }

    .activismbanner h2 {
        font-size: 20px;
    }

    .activismbanner h3 {
        text-align: center;
        color: white;
        letter-spacing: 4.5px;
    }

}

@media only screen and (max-width: 450px) {
    .activismbanner img {
        margin: auto;
        max-height: 100px;
        margin-top: -50px;
    }

    .activismbannerheader {
        height: 110%;
    }

    .activismbanner h2 {
        font-size: 20px;
    }

    .activismbanner h3 {
        text-align: center;
        color: white;
        letter-spacing: 4.5px;
    }

    .homepageitems h3 {
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .homepageitems h2 {
        text-align: center !important;
        font-size: 15px !important;
    }

    .otherhomeitems {
        margin-top: -75px;
    }

    .otherhomeitems p {
        font-size: 12px;
        font-weight: 600;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

}

.sixtyfivecontainer {
    top: 15%;
}

.sixtyfiveyear {
    margin-top: 25%;
    text-align: left;
}

.sixtyfiveyear p {
    font-size: 25px;
    color: #fff;
    padding: 5px 0px;
    line-height: 32px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .activismbannerheader {
        height: 95%;
    }

    .sixtyfiveyearlogo {
        max-width: 50%;
        margin: auto;
    }

    .sixtyfivecontainer {
        top: 0%;
    }

    .sixtyfiveyear {
        margin-top: 0%;
        text-align: left;
    }

    .sixtyfiveyear p {
        font-size: 15px;
        line-height: 20px;
        /*padding-bottom: 10px;*/
        font-weight: 800;
        color: #fff;
    }
}



/*------section ------------------------------------------------*/
section {
    position: relative;
    float: left;
    width: 100%;
    padding: 110px 0;
    background: #fff;
}

section.no-hidden {
    overflow: inherit;
}

section.parallax-section {
    padding: 120px 0;
}

.small-padding {
    padding: 50px 0;
}

section.small-padding.article {
    padding: 40px 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding {
    padding: 0;
}

.dark-bg2 {
    background: #2D2D32;
}

.gray-bg {
    background: #f9f9f9;
}

section.parallax-section .bg,
.hero-bg .bg,
.split-sceen-media .bg {
    height: 120%;
    top: 0;
}

section.hero-section {
    /* padding: 200px 0 200px; */
    padding: 100px 0 100px;
    overflow: hidden;
}

section.hero-section:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30%;
    height: 70px;
    bottom: 0;
    background: #fff;
    z-index: 3;
}

/* section.hero-section:after {
    content: '';
    position: absolute;
    right: 0;
    width: 30%;
    height: 60%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.04);
} */

section.hero-section .fs-canvas {
    z-index: 2;

    bottom: 70px;
    left: 70px;
}

.hero-bg {
    /* position: absolute;
    top: 0;
    bottom: 70px;
    right: 70px;
    left: 30%;
    overflow: hidden;
    z-index: 2; */

    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0%;
    overflow: hidden;
    z-index: 2;
}

.hero-bg-dec {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 6;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
}

.hero-bg-dec span {
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.71);
    display: block;
    position: relative;
    top: 34px;
    left: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hero-bg:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 0px;
    z-index: 5;
    top: 0;
    right: 0;
}

.hero-bg:after {
    content: '';
    position: absolute;
    right: 0;
    /*width:calc(30% + 114px);*/
    z-index: 4;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.09);
}

.hero-start-link {
    position: absolute;
    right: 0;
    width: 70%;
    height: 70px;
    bottom: -70px;
    z-index: 2;
    padding-left: 140px
}

.hero-start-link.hero-start-link_mlt {
    width: calc(60% - 100px);
    bottom: -70px;
    right: inherit;
    left: 0;
}

.bedec_hstl:before {
    content: '';
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    background: #323236;
    top: 0;
}

.hero-start-link .scroll-down-wrap {
    top: 19px !important;
}

.hero-start-link a {
    position: absolute;
    left: 0;
    width: 140px;
    height: 70px;
    top: 0;
    line-height: 70px;
    color: #fff;
}

.hero-start-link a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    z-index: 1;
    height: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: #323236;
}

.hero-start-link a:hover:before {
    height: 100%;
}

.hero-start-link a i {
    position: relative;
    z-index: 2;
}

.hero-start-link:after {
    content: '';
    position: absolute;
    right: 70px;
    width: 20%;
    height: 0px;
    top: 50%;
}

.hero-section .section-title,
.hero-title .section-title {
    /*padding: 20px 0 20px 50px;*/
    margin-bottom: 50px;
    text-align: left;
}

.hero-section .section-title h1,
.hero-section .section-title h2,
.hero-title .section-title h1,
.hero-title .section-title h2 {
    color: #fff;
    font-size: 52px;
    /* text-align: left; */
    text-align: center;
    font-weight: 900;
    /*padding-bottom: 20px;*/
    position: relative;
    text-transform: uppercase;
    /*line-height:80px;*/
    margin-bottom: 0rem;
}

/*.hero-section .section-title h2:before   , .hero-title .section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -60px;
    height: 2px;
    width: 50px;
}*/
.hero-section .section-title p,
.hero-title .section-title p,
.section-title a {
    color: rgba(255, 255, 255, 1);
    max-width: 450px;
    text-align: center;
    margin: auto;
}

.section-title_category {
    position: absolute;
    left: -70px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 2px;
    padding: 10px 0;
    top: 85px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
}

.section-title_category a {
    color: rgba(255, 255, 255, 0.8);
}

.section-number {
    position: absolute;
    left: -200px;
    top: -50px;
    font-size: 124px;
    font-weight: bold;
    color: #eee;
    opacity: 0.7;
}

.section-number span {
    position: relative;
    overflow: hidden;
}

.section-number span:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 50%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}

.section-number.right_sn {
    left: inherit;
    top: -60px;
    right: -40px;
}

.gray-bg .section-number span:before {
    background: #f9f9f9;
}

.dark-bg .section-number span:before {
    background: #2A2A2E;
}

.dark-bg .section-number {
    color: rgba(255, 255, 255, 0.11);
}


.split-sceen-content.dark-bg .split-sceen-content_title p {
    color: rgba(255, 255, 255, 0.41);
}

.split-sceen-content_title {
    margin-bottom: 20px;
    padding-top: 20px;
}

.split-sceen-content_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 30px;
}

.split-sceen-content_title h3 {
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
}

.split-sceen-content_title h4 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
}

.split-sceen-content.dark-bg .split-sceen-content_title h3 {
    color: rgba(255, 255, 255, 0.71);
}

.leadership-bio {
    margin-top: 28px;
}

.leadership-bio li {
    text-align: left;
    padding-left: 8px;
}

.pr-bg {
    background: #2A2A2E;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.pr-bg.pr-bg-white {
    background: #fff;
}

.announcement_btn {
    position: absolute;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*------porfolio------------------------------------------------*/
.inline-filter-panel {
    margin-bottom: 50px;
}

.inline-filter_title {
    float: left;
    margin-right: 40px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: #fff;
}

.inline-filter-panel .gallery-filters a {
    float: left;
    margin-right: 20px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-top: 10px;
    color: #494949;
    font-weight: 500;
}

.inline-filter-panel .gallery-filters a:before,
.inline-filter-panel .gallery-filters a:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: -20px;
    height: 1px;
    background: #eee;
    z-index: 1;
}

.inline-filter-panel .gallery-filters a:after {
    z-index: 2;
    right: 100%;
    height: 3px;
    bottom: -19px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.inline-filter-panel .gallery-filters a.gallery-filter-active:after {
    right: -20px;
}

.inline-filter-panel .folio-counter {
    position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}

.inline-filter-panel .folio-counter div {
    width: 46px;
}

.fixed-filter-panel {
    position: fixed;
    left: 90px;
    bottom: -70px;
    background: #2D2D32;
    height: 60px;
    z-index: 12;
    padding-right: 60px;
}

.fixed-filter-panel.fw-panel {
    right: 0;
}

.fixed-filter-panel.fw-panel:before,
.fixed-filter-panel.fw-panel:after {
    content: '';
    position: absolute;
}

.fixed-filter-panel.fw-panel:before {
    right: 0;
    left: 60%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #2A2A2E;
}

.fixed-filter-panel.fw-panel:after {
    width: 100px;
    right: 100px;
    height: 1px;
    top: 50%;
    z-index: 2;
}

.fixed-filter-panel.top_fix-filter {
    position: relative;
    float: left;
    background: #2D2D32;
    left: 2px;
    top: 0;
    padding-right: 0;
    width: 100%;
}

.fixed-filter-panel .gallery-filters {
    float: left;
    padding: 2px 0 0 250px;
    height: 60px;
    line-height: 60px;
}

.fixed-filter-panel .gallery-filters a {
    float: left;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 2px;
}

.fixed-filter-panel .gallery-filters a:hover {
    color: #fff;
}

.fixed-filter-panel_title {
    position: absolute;
    width: 180px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    left: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.folio-counter {
    float: left;
    font-weight: 900;
    font-size: 12px;
    color: #999;
    line-height: 60px;
}

.folio-counter div {
    float: left;
    margin-left: 10px;
    width: 40px;
    text-align: center;
    position: relative;
}

.folio-counter div.all-album:before,
.round-counter div.all-album:before {
    content: '';
    position: absolute;
    left: -13px;
    width: 15px;
    height: 1px;
    top: 50%;
}

.round-counter div.all-album:before {
    left: -6px;
    width: 12px;
}

.round-counter {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 900;
    overflow: hidden;
    position: relative;
    top: 2px;
    z-index: 10;
}

.round-counter div {
    float: left;
    width: 40px;
    position: relative;
}

.scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    margin-left: 50px;
    top: 16px;
    z-index: 100;

}

.scroll-down-wrap span {
    float: left;
    margin-left: 20px;
    position: relative;
    top: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #8B8B8B;
}

.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 4px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.41);
    box-sizing: border-box;
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -1px;
    width: 2px;
    height: 6px;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.scroller2 {
    top: 50%;
    margin-top: -3px;
    animation-name: scroll2;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll2 {
    0% {
        opacity: 0;
    }

    10% {

        opacity: 1;
    }

    100% {

        opacity: 0;
    }
}

.ff_panel-conainer {
    padding-bottom: 60px;
}

.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.spad .gallery-item {
    padding: 6px;
}

.min-pad .gallery-item {
    padding: 2px;
}

.hid-port-info .grid-item-holder {
    overflow: hidden;
}

.grid-big-pad .gallery-item {
    padding: 12px;
}

.gallery-item,
.grid-sizer {
    width: 33.3%;
    position: relative;
    float: left;
    overflow: hidden;
}

.gallery-item-second,
.grid-sizer-second {
    width: 66.6%;
}

.four-column .gallery-item {
    width: 25%;
}

.four-column .gallery-item.gallery-item-second,
.two-column .gallery-item {
    width: 50%;
}

.gallery-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #292929;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.gallery-item:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.grid-det {
    position: absolute;
    left: 20px;
    bottom: 20px;
    top: 20px;
    right: 100%;
    z-index: 10;
    overflow: hidden;
    background: rgba(45, 45, 50, 0.81);
}

.grid-item-holder:hover .grid-det {
    right: 20px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.grid-det-item,
.grid-det_category {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    z-index: 10;
    opacity: 0;
    margin-top: -10px;
}

.grid-item-holder:hover .grid-det-item,
.grid-item-holder:hover .grid-det_category {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transition-delay: 0.4s;
}

.grid-det_link {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
}

.grid-det_link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 20px;
    height: 1px;
}

.grid-det_link i {
    padding-left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid-det_link:hover i {
    padding-left: 20px;
}

.grid-det_category {
    bottom: inherit;
    top: 20px;
}

.grid-det_category a {
    float: left;
    margin-right: 12px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: left;
}

.fet_pr-carousel-box-media-zoom,
.box-media-zoom {
    position: absolute;
    top: 0;
    /*right: -70px;*/
    right: -120px;
    width: 70px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #35353A;
    z-index: 5;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.gallery-item:hover .fet_pr-carousel-box-media-zoom,
.hov_zoom:hover .box-media-zoom {
    right: 0;
}

.hov_zoom {
    overflow: hidden;
}

.fw_cb {
    float: right;
    margin-left: 30px;
    cursor: pointer;
    color: #fff;
    position: relative;
    top: 30px;
}

.fw_cb:hover {
    color: #fff;
}

.fw-carousel-control {
    height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fw-carousel-control.fsc-control {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.fw-carousel-control.fsc-control.fsc-control_anim {
    bottom: -90px;
}

.fw-carousel-control_container {
    float: left;
    width: 40%;
    height: 80px;
    background: rgba(255, 255, 255, 0.04);
}

.fw-carousel-counter {
    float: right;
    height: 80px;
    line-height: 80px;
    color: #fff;
    width: 170px;
    padding-right: 50px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    color: rgba(255, 255, 255, 0.61);
    letter-spacing: 4px;
    bottom: 0;
}

.fw-carousel-counter:before {
    content: '';
    position: absolute;
    left: 42px;
    height: 20px;
    width: 1px;
    top: 50%;
    margin-top: -10px;
    background: rgba(255, 255, 255, 0.11);
}

.half-scrollbar {
    float: left;
    width: 60%;
    height: 80px;
    position: relative;
}

.hs_init {
    position: absolute;
    left: 70px;
    right: 70px;
    height: 1px;
    top: 50%;
    background: rgba(255, 255, 255, 0.41);
}

.flat-project_title {
    padding: 90px 0 70px;
}

.flat-project_title:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 10%;
    bottom: 10%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.04);
}

.flat-project_title h2 {
    text-align: right;
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    padding-right: 100px;
}

.flat-project_title_link {
    font-size: 10px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    position: relative;
}

.flat-project_title_link i {
    margin-left: 10px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.flat-project_title_link:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.fw-carousel-control_container .flat-project_title_link {
    margin-left: 70px;
    top: 12px;
}

.flat-project_title p {
    text-align: left;
    color: rgba(255, 255, 255, 0.51);
    font-family: futura-pt, sans-serif;
    font-size: 12px;
}

.flat-project_title_dec {
    float: left;
    width: 50px;
    height: 1px;
    position: relative;
    top: -40px;
}

.pr-title {
    float: left;
    font-size: 24px;
    text-align: left;
    font-weight: 800;
    position: relative;
    padding-right: 20px;
}

.pr-title:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -20px;
    bottom: -20px;
    width: 4px;
    z-index: -1;
    background: #fff;
}

.pr-title span {
    float: left;
    width: 100%;
    padding-top: 10px;
    color: #999;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    z-index: 2;
}

.pr-tags {
    margin: 20px 0;
    padding: 22px 30px;
    background: #35353A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.41);
    text-align: left;
}

.pr-tags span,
.pr-tags ul,
.pr-tags ul li {
    float: left;
}

.pr-tags span {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    position: relative;
    top: 2px;
}

.pr-tags ul {
    padding-left: 20px;
}

.pr-tags ul li {
    margin-right: 10px;
    padding-top: 4px;
}

.pr-tags ul li a {
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}

.pr-tags ul li a:hover {
    color: rgba(255, 255, 255, 0.41);
}


.pr-list {
    float: left;
    width: 100%;
    padding: 30px 45px;
    margin-top: 40px;
}

.pr-list li {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    font-size: 10px;
}

.pr-list li span {
    float: left;
    padding-right: 10px;
    color: #999;
}

.pr-list.pr-list-color {
    margin-bottom: 40px;
}

.dec-border {
    height: 1px;
    background: #eee;
    margin: 10px 0 30px;
}

.pr-subtitle {
    font-size: 22px;
    text-align: left;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 34px;
    /*border-bottom: solid;*/
}

.pr-subtitle span.let-num {
    float: left;
    padding-right: 80px;
    font-weight: 800;
    font-size: 34px;
    color: #000;
    position: relative;
    top: -6px;
}

.pr-subtitle span.let-num:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 54px;
    height: 1px;
    background: #eee;
}

.content-nav_holder {
    margin-top: 100px;
    z-index: 100;
}

.content-nav {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 70px;
    background: #2D2D32;
}

.content-nav_holder:before {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #35353A;
}

.content-nav_holder.blog-nav:before {
    display: none;
}

.content-nav_holder.blog-nav {
    margin-top: 50px;
}

.content-nav li {
    width: 33.3%;
    float: left;
    position: relative;
}

.content-nav li:first-child {
    border: none;
}

.content-nav li a.ln,
.content-nav li a.rn {
    color: #fff;
    font-size: 12px;
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.content-nav li a.ln {
    text-align: left;
    float: left;
}

.content-nav li a.rn {
    text-align: right;
    float: right;
}

.content-nav li a.ln i,
.content-nav li a.rn i,
.list-folio_nav span,
.content-nav li a span.tooltip,
.list-folio_nav:before,
.list-folio_nav:after,
.box-media-zoom,
.content-nav_mediatooltip:before {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i,
.customNavigation a:hover i {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.content-nav li a span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.content-nav li a.ln span {
    padding-left: 15px;
}

.content-nav li a.rn span {
    padding-right: 15px;
}

.content-nav li a.ln:before,
.content-nav li a.rn:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: rgba(255, 255, 255, 0.11);
}

.content-nav li a.ln:before {
    right: 0;
}

.content-nav li a.rn:before {
    left: 0;
}

.content-nav_mediatooltip {
    position: absolute;
    bottom: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.content-nav li:hover .content-nav_mediatooltip {
    opacity: 1;
    visibility: visible;
}

.content-nav_mediatooltip.cnmd_leftside {
    left: -70px;
    right: 50%;
}

.content-nav_mediatooltip.cnmd_rightside {
    left: 50%;
    right: -71px;
}

.content-nav_mediatooltip img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.content-nav_mediatooltip:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 2;
    transition-delay: 0.3s;
    background: #35353A;
}

.content-nav li:hover .content-nav_mediatooltip:before {
    height: 20px;
}

.list-folio_nav {
    width: 30px;
    height: 26px;
    display: inline-block;
    top: 38px;
    position: relative;
}

.list-folio_nav:before,
.list-folio_nav:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
}

.list-folio_nav:before {
    top: 0;
}

.list-folio_nav:after {
    bottom: 0;
}

.list-folio_nav span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    left: 6px;
    right: 6px;
    background: rgba(255, 255, 255, 0.21);
}

.list-folio_nav:hover:before,
.list-folio_nav:hover:after {
    left: 6px;
    right: 6px;
}

.list-folio_nav:hover span {
    left: 0;
    right: 0;
}

.show-info {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 80%;
    z-index: 15;
}

.show-info span {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.81);
    cursor: pointer;
    letter-spacing: 2px;
    float: right;
    font-weight: 600;
    background: #aa915a;
    padding: 10px 40px;
}

.tooltip-info {
    height: auto;
    line-height: 20px;
    padding: 15px 30px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background: #35353A;
    bottom: 0;
    opacity: 0;
    right: 0;
    margin-bottom: 36px;
    visibility: hidden;
    pointer-events: none;
    text-align: left;
    z-index: 16;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.tooltip-info p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.51);
    font-weight: 400;
    font-family: futura-pt, sans-serif;
}

.tooltip-info h5 {
    margin-top: 12px;
    padding: 5px 0;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.81);
}

.tooltip-info ul {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.51);
    font-weight: 400;
    list-style: disc;
    margin-left: 25px;
}

.show-info:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

#portfolio_horizontal_container {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

#portfolio_horizontal_container .portfolio_item {
    width: auto;
    height: 100%;
    float: left;
    padding: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#portfolio_horizontal_container.no-padding .portfolio_item {
    padding: 0
}

#portfolio_horizontal_container.one-ver-columns .portfolio_item {
    padding-bottom: 0;
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item {
    height: 50%;
}

#portfolio_horizontal_container.three-ver-columns .portfolio_item {
    height: 33.3%;
}

.one-ver-columns {
    height: 100%;
}

#portfolio_horizontal_container .portfolio_item img {
    float: left;
    width: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

#portfolio_horizontal_container .portfolio_item:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

#portfolio_horizontal_container .portfolio_item .grid-item-holder {
    width: auto;
    height: 100%;
}

.horizontal-grid-wrap {
    overflow: hidden;
    top: 0;
}

.horizontal-grid-wrap.hgw_fh {
    height: 100%;
}

.tabs-counter {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1;
    font-size: 94px;
    font-weight: bold;
    color: #eee;
    opacity: 0.7;
}

.tabs-counter div,
.tabs-counter span {
    position: relative;
    float: left;
}

.tabs-counter div {
    width: 30px;
}

.tabs-counter:before {
    content: '.';
    position: absolute;
    right: -50px;
    bottom: 0;
}

.tabs-counter span:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 50%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}

.tabs-menu {
    z-index: 2;
    margin-bottom: 30px;
}

.tabs-menu:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.tabs-menu li {
    float: left;
    margin-right: 20px;
    padding: 0 35px 0 0;
    height: 50px;
}

.tabs-menu li a {
    float: left;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #494949;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 2px;
}

.tabs-menu li a span {
    padding-right: 10px;
}

.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
    /*margin-left: 20px;*/
}

.tab-content>ul {
    text-align: left;
    list-style: disc;
    font-size: 18px;
}

.tab-content>ul>ul {
    text-align: left;
    list-style: circle;
    margin-left: 50px;
    font-size: 18px;
}


#tab-1 {
    display: block;
}

.tabs-menu li.backLava {
    padding: 0;
    position: absolute;
    border-bottom: 3px solid;
    box-sizing: border-box;
}

.plans-gal_item {
    padding: 10px 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.mar-top {
    margin-top: 20px;
}

.mar-bottom {
    margin-bottom: 20px;
}

.tab-content .video-box {
    overflow: hidden;
    margin: 30px 0;
}

.video-box-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    background: #2D2D32;
    z-index: 20;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.video-box-btn:hover {
    box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
}

.pr-view {
    float: left;
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    text-align: left;
}

.pr-view i {
    padding-left: 10px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.pr-view:hover i {
    padding-left: 20px;
}

.fixed-column {
    overflow: hidden;
}

.fixed-column-top {
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 80px;
    line-height: 80px;
    background: #35353A;
    cursor: pointer;
}

/*-------------accordion---------------------------------------*/
.accordion {
    float: left;
    width: 100%;
    position: relative;
}

.accordion a.toggle {
    border: 1px solid #eee;
    padding: 18px 65px 18px 30px;
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
    box-sizing: border-box;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-bottom: 15px;
    color: black;
}

.accordion a.toggle span {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 60px;
    background: #35353A;
}

.accordion a.toggle span:before,
.accordion a.toggle span:after {
    content: '';
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.accordion a.toggle span:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
}

.accordion a.toggle span:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
}

.accordion a.toggle.act-accordion {
    color: #fff;
    background: #35353A;
    border-color: transparent;
}

.accordion a.toggle.act-accordion span:after {
    height: 0;
}

.accordion-inner {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background: #fff;
    margin: 0 0 15px;
    text-align: left;
    border: 1px solid #eee;
}

.accordion-inner.visible {
    display: block;
}

/*------Footer------------------------------------------------*/
.height-emulator {
    z-index: 1;
}

.main-footer {
    position: fixed;
    bottom: 0;
    left: 0px;
    right: 0;
    background: #262627;
    z-index: 2;
}

.main-footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    background: none;
    height: 90px;
}

.subfooter {
    background: none;
    height: 90px;
    z-index: 3;
}

.policy-box {
    float: left;
    color: rgba(255, 255, 255, 0.41);
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 90px;
}

.footer-inner {
    padding: 120px 0 170px;
}

.footer-logo {
    float: left;
    height: 30px;
    margin: 20px 0px;
}

.footer-sponsors img {
    max-height: 50px;
    margin-bottom: 35px;
}

.footer-box {
    text-align: left;
    margin-top: 40px;
}

.footer-box ul {
    line-height: 10px;
    margin-left: 0px;
}

.footer-box a {
    text-decoration: none;
}

.footer-box p {
    color: rgba(255, 255, 255, 0.41);
}

.footer-box a {
    color: rgba(255, 255, 255, 0.41);
}

.footer_text {
    padding-right: 50px;
    margin-top: 10px;
}

.footer_text:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 1px;
}

.footer-contacts span {
    padding-right: 10px;
    min-width: 100px;
    /*float: left;*/
}

.footer-contacts li {
    text-align: left;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 15px;
}

.footer-contacts li a {
    color: rgba(255, 255, 255, 0.81);
}

.footer-logo img {
    height: 100%;
    width: auto;
    float: left;
}

.footer-header {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 15px;
    background: #262627;
    color: rgba(255, 255, 255, 0.41);
}

.footer-header span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}

.footer-header:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 100px;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.21);
}

.subcribe-form {
    margin-top: 42px;
}

.subcribe-form input.enteremail {
    float: left;
    width: 100%;
    border: none;
    background: bottom;
    padding: 15px 100px 15px 0;
    position: relative;
    z-index: 1;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.subcribe-form input.enteremail::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.subcribe-form .subscribe-button {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100px;
    z-index: 2;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.subcribe-form .subscribe-button i {
    padding-left: 10px;
}

.subscribe-message {
    margin-top: 10px;
    text-align: left;
    color: #fff;
    float: left;
    width: 100%;
}

.to-top-btn {
    float: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
    color: #fff;
    width: 180px;
    background: #35353A
}

.to-top-btn i {
    padding-left: 10px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.to-top-btn:hover i,
.fc_button i {
    padding-left: 20px;
}

.to-top-btn:hover i {
    color: #fff;
}

.fc_button {
    /*float: left;*/
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
}

.fc_button:hover {
    color: #fff;
    border-color: transparent;
}

.gold_button {
    float: left;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color: #fff;
    background-color: #AA915A;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}

.gold_button:hover {
    color: #fff;
    border-color: transparent;
}

/*------share------------------------------------------------*/
.share-button {
    position: fixed;
    bottom: 0;
    z-index: 20;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    width: 90px;
    left: 0;
    height: 90px;
}

.share-button span {
    display: block;
    top: 22px;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 4px;
}

.share-button:hover span {
    color: #fff;
}

.share-button:before,
.share-button:after {
    content: '';
    position: absolute;
}

.share-button:before {
    width: 12px;
    height: 1px;
    bottom: 17px;
    left: 50%;
    margin-left: -6.5px;
}

.share-button:after {
    bottom: 12px;
    left: 50%;
    width: 1px;
    height: 12px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.uncl-share:after {
    height: 0;
}

.share-icon {
    width: 100%;
    float: left;
    margin-bottom: 14px;
    position: relative;
    font-size: 10px;
    color: #fff;
    text-align: left;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    opacity: 0;
}

.share-icon:after {
    content: '';
    position: absolute;
    left: -30px;
    width: 0;
    height: 1px;
    top: 50%;
}

.share-icon:hover:after {
    width: 20px;
}

.share-wrapper {
    position: fixed;
    bottom: 0;
    left: 90px;
    width: 0;
    background: #262627;
    z-index: 100;
    overflow: hidden;
    height: 300px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.share-container {
    padding: 110px 50px 30px;
    overflow: hidden;
}

.close-share-btn {
    position: absolute;
    right: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #2D2D32;
    z-index: 10;
    cursor: pointer;
    font-size: 10px;
    text-align: right;
    padding-right: 40px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.41);
    text-transform: uppercase;
    opacity: 0;
}

.share-icon,
.share-icon:after,
.close-share-btn i {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.close-share-btn i {
    padding-right: 15px;
}

.close-share-btn:hover i {
    padding-right: 25px;
}

/* ------Team------------------------------------------------------------ */
.team-box {
    float: left;
    width: 33%;
    position: relative;
    padding: 0 10px 0 0;
    background: #fff;
    margin-top: 20px;
}

.team-photo {
    overflow: hidden;
    position: relative;
}

.team-photo .overlay {
    opacity: 0;
    z-index: 2;
    background: #000;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.team-social {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 15;
}

.team-social li {
    float: left;
    position: relative;
}

.team-social li:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: rgba(255, 255, 255, 0.21);
    z-index: 2;
}

.team-social li:last-child:before {
    display: none;
}

.team-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #2D2D32;
    display: block;
}

.team-social li a:hover {
    color: #fff;
}

.team-social,
.team-photo a,
.team-contact_btn {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.team-box:hover .team-photo .overlay {
    opacity: 0.3;
}

.team-box:hover .team-social {
    bottom: 0;
    text-align: center;
}

.team-contact_btn {
    position: absolute;
    right: 0;
    top: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 3;
}

.team-contact_btn:hover {
    color: #292929;
}

.team-box:hover .team-contact_btn {
    top: 0;
}

.team-info {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0 0;
}

.team-info h3,
.team-info h4 {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
}

.team-info h3 {
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.team-info h4 {
    font-size: 10px;
    letter-spacing: 2px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
}

.bg.dec-bg {
    width: inherit;
    height: inherit;
    left: 50%;
    right: 0;
    top: 40%;
    bottom: 0;
    opacity: 0.1;
}

.bg.dec-bg.left-pos-dec {
    left: -10%;
    right: 40%;
}

/* ------Leadership------------------------------------------------------- */
.leadership h5 {
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #000;
    display: block;
    float: left;
    font-weight: 800;
}

.leadership p {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 15px;
}

.leadership ul {
    font-size: 16px;
}

.leadership {
    margin-bottom: 30px;
}

.michele a {
    text-decoration: underline;
}

/* ------facts------------------------------------------------------------ */
.facts-holder:before {
    content: '';
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.04);
}

.inline-facts-wrap {
    float: left;
    width: 33%;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
}

.inline-facts-wrap .num {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.inline-facts-wrap h6 {
    position: relative;
    margin-top: 5px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.inline-facts-container {
    padding: 15px 0;
}

/* --------- Skills --------------------------------------*/
.skillbar-box {
    float: left;
    width: 100%;
    position: relative;
}

.skillbar-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: #2D2D32;
}

.custom-skillbar-title span {
    float: left;
    font-size: 12px;
    margin-top: 12px;
    padding-bottom: 6px;

}

.custom-skillbar {
    height: 8px;
    width: 0px;
}

.skill-bar-percent {
    float: right;
    font-size: 14px;
    font-weight: 400;
    margin-top: 13px;
    padding-bottom: 6px;
    color: #999
}

/*------ testimonials------------------------------------------------*/
.testi-item p {
    text-align: left;
    padding: 5px 20px 25px 0px;
    background: #fff;
    /*border:1px solid #eee;*/
    /*font-style:italic;*/
    color: #999;
    font-size: 12px;
}

.testilider .swiper-slide.swiper-slide-active .testi-item p {
    color: #666;
}

.testi-item h3 {
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: 700;
    text-align: left;
}

.teti-link {
    float: left;
    margin-top: 12px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    color: #666;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testi-avatar,
.testi-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.testi-avatar {
    position: absolute;
    right: 20px;
    top: -20px;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #eee;
}

.testilider .swiper-slide.swiper-slide-active .testi-item .testi-avatar {
    top: 20px;
    opacity: 1;
}

.testi-avatar,
.testi-item p {
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.single-slider img {
    width: 100%;
    height: auto;
}

.testilider-controls {
    float: left;
    position: relative;
    padding: 0 50px;
    height: 50px;
    margin-top: 40px;
}

.ss-slider-controls {
    position: absolute;
    bottom: -25px;
    height: 50px;
    padding: 0 50px;
    right: 50px;
    z-index: 10;
}

.ss-slider-btn,
.ss-slider-cont {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    line-height: 50px;
}

.ss-slider-prev,
.ss-slider-cont-prev {
    left: 0;
}

.ss-slider-next,
.ss-slider-cont-next {
    right: 0;
}

.tc-pagination,
.ss-slider-pagination {
    height: 50px;
    line-height: 48px;
    padding: 0 50px;
    background: #2D2D32;
}

.tc-pagination .swiper-pagination-bullet,
.ss-slider-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.21);
    margin: 0;
    padding: 0;
    height: 1px;
    border-radius: 0;
    opacity: 1;
    width: 25px;
    position: relative;
    top: -2px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aa915a'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aa915a'%2F%3E%3C%2Fsvg%3E") !important;
}

/*------contacts------------------------------------------------*/

.map-container.mc_big,
#map-single {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cont-det-wrap {
    padding: 50px 50px;
    position: absolute;
    bottom: -70px;
    right: 100px;
    width: 350px;
    z-index: 2;
}

.cont-det-wrap li {
    text-align: left;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    font-size: 10px;
}

.cont-det-wrap li strong {
    color: rgba(255, 255, 255, 0.81);
    float: left;
    padding-right: 4px;
}

.cont-det-wrap li span {
    float: left;
    padding-right: 10px;
}

.cont-det-wrap li:last-child {
    margin-bottom: 0;
}

.cont-det-wrap li:hover a {
    color: #fff;
}

.contact-details {
    margin-bottom: 120px;
}

.contact-details li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.contact-details li .cont-link {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    font-weight: 800;
    color: #666;
    margin-top: 10px;
}

.contact-details li .cont-link a {
    color: #666;
}

.contact-details li .cont-link:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
}

.custom-form {
    float: left;
    width: 100%;
    position: relative;
}

#contact-form {
    max-width: 700px;
}

.custom-form .selectbox {
    color: #292929;
    border-radius: 4px;
    margin-bottom: 20px;
    z-index: 100;
    border: 1px solid #eee;
    background: #fff;
    color: #888DA0;
    font-weight: 600;
    font-size: 12px;
    position: relative;
}

.custom-form .sel-dec .selectbox .select:before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f142';
    position: absolute;
    top: 50px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    z-index: 22;
    font-size: 16px;
    font-weight: 300;
    color: #ccc;
}

.custom-form .selectbox .trigger .arrow {
    border-top: 5px solid #666;
    right: 20px;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password] {
    float: left;
    border: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    padding: 15px 20px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
    color: #888DA0;
    font-weight: 600;
    font-size: 12px;
    position: relative;
}

.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
    color: #888DA0;
    font-weight: 600;
    font-size: 13px
}

.custom-form textarea {
    height: 200px;
    resize: none;
    padding: 25px 30px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #eee;
}

.custom-form input {
    margin-bottom: 20px;
}

.custom-form button {
    padding: 0 85px 0 45px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    height: 44px;
    line-height: 44px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 25px 0 15px;
}

.custom-form button i {
    position: absolute;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #2A2A2E;
    top: 0;
}

#message {
    text-align: left;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    color: #000;
}

#message h1 {
    font-size: 16px;
    padding-bottom: 10px;
}

#message p strong {
    font-weight: 800px;
    color: #000;
}

.verify-text {
    margin: 30px 0 30px;
    text-align: left;
    color: #666;
    font-size: 13px;
    float: left;
    font-weight: 600;
}

.custom-form .verify-wrap .selectbox {
    float: left;
    width: inherit;
    margin: 10px 0 0 20px;
    line-height: 10px;
}

.custom-form .verify-wrap .selectbox .text {
    top: 0px;
}

.verify-wrap {
    float: left;
}

.verify-wrap label {
    width: inherit;
    position: relative;
    margin-right: 30px;
}

.no-padding {
    padding: 0;
}

.serv-text {
    padding-top: 50px;
}

.serv-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 1px;
}

.serv-price-wrap {
    float: right;
    padding: 15px 30px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.81);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.serv-price-wrap span {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;

}

.serv-price-wrap span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: rgba(255, 255, 255, 0.21)
}

.order-wrap {
    padding: 25px 40px;
    z-index: 4;
    margin: 10px 0 60px;
}

.order-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 60%;
    background: #35353A;
    top: 0;
}

.order-wrap h4 {
    float: left;
    padding-left: 60px;
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #8B8B8B;
    top: 6px;
}

.order-wrap h4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    margin-top: -1px;
}

.order-wrap a {
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    background-color: #aa915a;
    text-decoration: none;
}

.order-wrap a i {
    padding-left: 10px;
}

/*------Player Programs------------------------------------------------*/

.playerprogram h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 3px;
}

.playerprogram h3 {
    text-decoration: underline;
}

.playerprograms ul {
    display: block;
    margin-bottom: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    font-size: 10px;
}


/*------Blog------------------------------------------------*/
.parallax-header {
    margin-bottom: 20px;
    background: #35353A;
    padding: 15px 20px;
    float: left;
    position: relative;
    z-index: 20;
}

.right-parallax-header {
    float: right;
}

.parallax-header span,
.parallax-header a {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
}

.pagination {
    margin: 20px 0 40px;
    text-align: center;
    float: left;
    width: 100%;
    z-index: 10;
    position: relative;
}

.pagination a {
    float: left;
    width: 60px;
    height: 54px;
    line-height: 54px;
    box-sizing: border-box;
    position: relative;
    font-size: 11px;
    color: #888DA0;
    background: #35353A;
    letter-spacing: 1px;
}

.pagination a.current-page,
.pagination a:hover {
    color: #fff;
}

.pagination a i {
    font-size: 12px;
}

.post-opt {
    margin-bottom: 20px;
}

.post-opt li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-opt li a,
.post-opt li span {
    color: #666;
}

.post-opt li i {
    padding-right: 10px;
}

.article .column-wrap-media {
    margin-bottom: 30px;
}

.article .column-wrap-text p {
    text-align: justify;
}

.single-post-comm {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

#comments-title,
#reply-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 5px;

    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

#comments-title {
    margin-top: 20px;
    padding-bottom: 20px;
}

.comment {
    float: left;
    padding-left: 20px;
}

.comment-body {
    position: relative;
    margin-left: 80px;
    padding-top: 30px;
}

.comment-body p {
    padding: 25px 20px;
    background: #f9f9f9;
}

.comment-author {
    position: absolute;
    top: 30px;
    left: -76px;
}

.comment-author img {
    border-radius: 100%;
}

.comment .children {
    margin-left: 70px;
}

.fn {
    display: block;
    margin-bottom: 10px;
}

.comment-meta,
.comment-meta a {
    font-style: italic;
    font-size: 11px;
    letter-spacing: 1px;
    color: #494949;
    padding-bottom: 10px;
}

#respond {
    margin-top: 40px;
}

#reply-title {
    padding-bottom: 30px;
    margin-bottom: 5px;
}

.comment-reply-form {
    margin-top: 30px;
    max-width: 650px;
}

.post-author {
    margin-top: 30px;
    float: left;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.author-img {
    float: left;
    width: 15%;
}

.author-content {
    float: left;
    width: 85%;
    padding-left: 10px;
}

.author-img img {
    border-radius: 100%;
    float: left;
    width: 80px;
    height: 80px;
}

.author-content h5 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #000;
    display: block;
    float: left;
    font-weight: 500;
}

.author-content p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
}

.author-social {
    float: right;
    background: #fff;
    position: relative;
}

.author-social:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: 50px;
    top: 50%;
    width: 150px;
    height: 1px;
    background: #eee;
}

.author-social li {
    float: left;
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.author-social li:first-child {
    border-left: 1px solid #eee;
}

.author-social li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 46px;
    background: #eee;
}

.author-social li a {
    color: #999;
}

/*------ Video ------------------------------------------------*/
.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mob-bg {
    display: none;
}

.video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.video-holder iframe {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------404------------------------------------------------*/
.error-wrap {
    top: 30%;
    z-index: 20;
}

.error-wrap h2 {
    font-size: 134px;
    color: #fff;
    font-weight: 900;
    line-height: 120px;
}

.error-wrap p {
    color: rgba(255, 255, 255, 0.91);
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.error-wrap form {
    margin: 30px auto 20px;
    max-width: 550px;
    overflow: hidden;
    position: relative;
}

.error-wrap form input {
    float: left;
    width: 100%;
    border: none;
    background: #fff;
    height: 50px;
    padding: 0 100px 0 20px;
    z-index: 1;
}

.error-wrap form #err_submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}

.error-wrap form .search-submit:hover {
    background: #292929;
}

.error-wrap .err-btn {
    display: inline-table;
    margin-top: 10px;
    padding: 15px 20px;
    background: #292929;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.error-wrap .err-btn i {
    padding-left: 12px;
}

@media (max-width: 576px) {
    .error-wrap {
        top: 0px;
    }
}

.sec-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
}

.line-item {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    position: relative;
}

.sec-lines .container {
    width: 100%;
}

.line-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/*------Events----------------------------------------------------*/
.eventtypes {
    letter-spacing: 0.8px;
    line-height: 30px;
}

.eventtypes span {
    color: #999;
}

.eventtypes span:nth-child(2n+2) {
    color: #aa915a;
}

.picturecaptiontext {
    text-align: center;
    margin: 10px 25px;
    font-size: 15px;
    line-height: 17px;
}

.amenities p {
    text-align: center;
}

.amenities i {
    color: #aa915a;
}

.amenity {
    padding-bottom: 25px;
}


/*------med symposium------------------------------------------------*/



.medsymposium h1,
.medsymposium h2,
.medsymposium h3,
.medsymposium h4,
.medsymposium h5 {
    font-family: "futura-pt-bold", sans-serif;
    margin-top: 0px;
}

.medsymposium h1,
.medsymposium h2,
.medsymposium h3,
.medsymposium h4,
.medsymposium h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.medsymposium h1,
.medsymposium h2 {
    color: #AA915A;
}


.medsymposium hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    writing-mode: tb-rl;
}

.logo {
    float: left;
    margin-top: 80px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: none;
    padding-left: 0px;
}

@media (min-width: 992px) {
    .rotate {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        writing-mode: tb-rl;
    }

    .mobilelogo {
        display: none;
    }

    .paneltopics {
        padding-top: 65px;
    }
}

@media (max-width: 992px) {

    .drs {
        padding-left: 80px;
    }

    .sectionlogo {
        display: none;
        padding-bottom: 20px;
    }

    .paneltopics {
        padding-top: 0px
    }
}

/*------Agents------------------------------------------------*/
/*Agents Home*/
.agentmenu {
    padding: 50px 50px;
    width: 100%;
    z-index: 2;
}

.agentmenu li {
    text-align: left;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    color: rgba(255, 255, 255, 0.81);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 0;
    font-size: 14px;
}

.agentmenu li strong {
    color: rgba(255, 255, 255, 0.41);
    float: left;
    padding-right: 4px;
}

.agentmenu li span {
    float: left;
    padding-right: 10px;
}

.agentmenu li:last-child {
    margin-bottom: 0;
}

.agentmenu li a {
    color: #aa915a;
    text-decoration: none;
}

.agentmenu li:hover a {
    color: #fff;
}

.becominganagent>ul {
    text-align: left;
    list-style: disc;
    margin-left: 50px;
}

.becominganagent>ul>ul {
    text-align: left;
    list-style: circle;
    margin-left: 50px;
    font-size: 18px;
}

.becominganagent>ul>li>ul>li {
    list-style: circle;
}

.becominganagent>a {
    font-weight: 700;
    font-style: italic;
}

.agentdescription a {
    text-decoration: underline;
    font-weight: 700;
}

.moreinfobutton {
    background: #aa915a;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}

/*------responsive------------------------------------------------*/
@media only screen and (max-width: 1224px) {
    .option-panel {
        width: 50%;
    }

    .hero-start-link.hero-start-link_mlt {
        width: calc(80% - 100px);
    }

    .fw-carousel-control_container {
        width: 70%;
    }

    .half-scrollbar {
        width: 30%;
    }

    .four-column .gallery-item {
        width: 33.3%;
    }

    .four-column .gallery-item.gallery-item-second {
        width: 66.6%;
    }
}

@media only screen and (max-width: 1064px) {
    #wrapper {
        left: 0;
    }

    .left-panel,
    .share-button:before,
    .share-button:after,
    .header-contacts,
    .progress-bar-wrap,
    .scroll-nav-wrap,
    .height-emulator,
    .flat-project_title_dec,
    .tabs-counter,
    .hor-mob-filter:before,
    .hor-mob-filter:after {
        display: none;
    }

    .hor-mob-filter {
        left: 0;
    }

    header.main-header {
        padding-left: 30px;
    }

    .share-button {
        top: 0;
        width: 90px;
        left: 190px;
        height: 90px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: none;
    }

    .share-button span {
        display: inline-table;
        top: 30px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .share-button span:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 1px;
    }

    .share-wrapper {
        bottom: inherit;
        top: 90px;
    }

    .hero-start-link.hero-start-link_mlt,
    .fixed-column-wrap,
    .column-wrap,
    .fixed-column-wrap-content,
    .hero-start-link,
    section.hero-section:before {
        width: 100%;
    }

    .page-load,
    .share-wrapper {
        left: 0px;
    }

    .hero-start-link {
        z-index: 50;
        background: #2A2A2E;
    }

    .hero-bg {
        right: 0;
        left: 0;
    }

    section.hero-section:before {
        background: #323236;
    }

    section.hero-section {
        /* padding: 100px 0 75px; */
        padding: 50px 0 35px;
    }

    .multi-slideshow-wrap_1,
    .multi-slideshow-wrap_2 {
        bottom: 70px;
    }

    .hero-title {
        top: 25%;
    }

    .fixed-column-wrap,
    .fixed-column-wrap-content {
        position: relative !important;
        float: left;
        top: 0;
        height: auto !important;
    }

    .fixed-column-wrap-content.map-mobile {
        height: 400px !important;
        padding: 0;
    }

    .fixed-column-wrap-content {
        padding: 150px 0 50px;
    }

    .fixed-column-wrap_title {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 21;
        text-align: left;
        margin: 0 auto;
        max-width: 824px;
        width: 92%;
    }

    .fixed-column-wrap_title p {
        text-align: left;
        float: left;
    }

    .fixed-column-wrap_title h2:before {
        right: inherit;
        left: 0;
    }

    .main-footer {
        position: relative;
        float: left;
        width: 100%;
        left: 0;
    }

    .footer-inner {
        padding: 50px 0 70px;
    }

    .fc_button {
        margin-bottom: 50px;
    }

    .subcribe-form {
        margin-top: 0;
    }

    #subscribe {
        max-width: 550px;
    }

    .show-case-slider-wrap,
    .mob-carusel {
        height: 400px;
        overflow: hidden;
    }

    .flat-project_title h2 {
        text-align: left;
        font-size: 32px;
        line-height: 44px;
        padding-right: 0;
    }

    .tabs-menu {
        margin-top: 30px;
    }

    .gallery-item,
    .gallery-item.gallery-item-second {
        width: 50% !important;
    }

    .ff_panel-conainer {
        padding-bottom: 0;
    }

    .in-filter_mobpanel {
        float: left;
        width: 100%;
        position: relative;
        left: 0;
        height: auto;
        padding-right: 0;
    }

    .in-filter_mobpanel .gallery-filters {
        height: auto;
    }

    section,
    section.no-padding-bottom {
        padding-top: 40px;
    }

    .mob-bg {
        display: block;
    }

    .section-number.right_sn {
        right: 0;
        overflow: hidden;
    }

    .frbg {
        height: 100%;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-slider-wrap_halftwo {
        left: 0;
        bottom: 60px;
    }

    #portfolio_horizontal_container,
    .horizontal-grid-wrap {
        float: left;
        width: 100%;
    }

    .horizontal-grid-wrap {
        overflow: auto !important;
    }

    #portfolio_horizontal_container .portfolio_item,
    #portfolio_horizontal_container .portfolio_item .grid-item-holder,
    #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
        width: 100%;
        height: auto !important;
    }

    .option-panel .slide-progress-container,
    .hero-start-link:after,
    .hero-start-link:before,
    .half-scrollbar,
    .content-nav li a.rn span,
    .content-nav li a.ln span,
    .inline-filter-panel .folio-counter {
        display: none;
    }

    .option-panel .swiper-counter {
        width: inherit;
        margin-left: 10px;
    }

    .half-hero-wrap h1,
    .hero-section .section-title h2,
    .hero-title .section-title h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .half-hero-wrap h4 {
        font-size: 12px;
        max-width: 350px
    }

    .fw-carousel-control_container,
    .inline-filter_title,
    .to-top-btn {
        width: 100%;
    }

    .inline-facts-wrap {
        width: 50%;
    }

    .inline-filter_title {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .content-nav {
        padding: 0 30px;
    }

    .content-nav_holder:before {
        width: 100%;
        background: #2D2D32;
    }

    .content-nav li a.ln,
    .content-nav li a.rn {
        padding: 30px 0;
    }

    .list-folio_nav {
        top: 28px;
    }

    .hor-mob-filter .gallery-filters {
        position: absolute;
        bottom: 60px;
        height: auto !important;
        display: none;
        width: 100%;
        background: #35353A;
        left: 0;
        padding: 35px 30px;
        text-align: left;
    }

    .hor-mob-filter .gallery-filters a {
        width: 100%;
        line-height: 35px;
    }

    .hor-mob-filter .round-counter {
        margin-left: 190px;
    }

    .start-btn {
        width: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .option-panel {
        width: 180px;
        padding-left: 0;
    }

    .option-panel .swiper-counter,
    .rotate_text,
    header.main-header:before,
    .nav-button-wrap:before,
    .in-filter_mobpanel .folio-counter,
    .order-wrap:before,
    .start-btn {
        display: none;
    }

    .half-hero-wrap {
        left: 50px;
        top: 25%;
        padding-right: 50px;
    }

    .hlaf-slider-pag {
        right: 10px;
    }

    .hero-title {
        top: 25%;
    }

    .fw-carousel-control_container .flat-project_title_link {
        margin-left: 20px;
    }

    .carousel-title-wrap {
        padding: 40px 20px 30px;
    }

    .nav-button {
        left: 0;
    }

    .team-box {
        width: 100%;
        padding: 0;
    }

    .show-case-slider-wrap,
    .mob-carusel {
        height: 300px;
    }

    .tabs-menu li {
        float: left;
        margin-right: 10px;
        padding: 0 15px 0 0;
    }

    .gallery-item,
    .gallery-item.gallery-item-second {
        width: 100% !important;
    }

    .in-filter_mobpanel .fixed-filter-panel_title {
        width: 100%;
        position: relative;
        float: left;
    }

    .in-filter_mobpanel .gallery-filters {
        padding-left: 10px;
    }

    .order-wrap {
        margin-top: 30px;
    }

    .order-wrap a {
        float: left;
        margin-top: 40px;
    }

    .nav-scroll-bar-wrap {
        padding: 50px 40px 100px 50px;
    }

    nav.nav-inner {
        margin-top: 50px;
    }

    .lang-links {
        margin-top: 90px;
    }

    .cont-det-wrap {
        padding: 50px 50px;
        position: relative;
        float: left;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 2;
    }
}

@media only screen and (max-width: 560px) {
    .nav-holder {
        width: 300px;
    }

    .nav-scroll-bar-wrap {
        padding: 50px 10px 100px 10px;
    }

    .nav-social_title {
        display: none;
    }

    .share-button {
        left: 160px;
    }

    header.main-header {
        padding: 0 0 0 20px;
    }

    nav.nav-inner {
        margin-top: 0px;
    }

    .policy-box {
        float: center;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .agentmenu {
        padding: 30px 0px;
        width: 100%;
        z-index: 2;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        /*background-position: 83% 0%;*/
        /*background-position: 58% 0%;*/
    }
}

/*------clinic, grassroots, summercamp------------------------------------------------*/

.cliniclist {
    list-style-type: disc;
}

.clinicdate h2,
.clinicdate button {
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
}

.clinicdate h2,
.clinicdate h3,
.clinicdate a {
    padding-bottom: 10px;
    padding-top: 10px;
}


@media (min-width: 768px) {
    .flexmiddlealign {
        display: flex;
        align-items: center;
    }
}

.summercamp h1 {

    font-weight: 800;
    font-size: 44px;
}

.summercamp ul {
    list-style: disc;
    margin-left: 50px;
    text-align: left;
}

.grassrootsportfolio a {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    font-weight: 700;
    font-family: futura-pt-bold, sans-serif;
    color: #fff;
    background: #aa915a;
    padding: 10px 15px;
    border-radius: 25px;
}

section.hero-section:before {
    width: 0%;
}

@media (max-width: 992px) {
    .grasscarousel p {
        display: none;
    }
}

.traininggroundintro {
    color: #000;
    font-size: 52px;
    font-weight: 900;
    padding-bottom: 20px;
}

/*------contact------------------------------------------------*/
.contactlist ul {
    line-height: 20px;
}

.contactlist a {
    text-decoration: none;
}

/*------off the court------------------------------------------------*/

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

.features li {
    padding: 3em 3em 3em 3em;
    display: block;
    position: relative;
    text-align: center;
    width: 50%;
}

.features li:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
    display: block;
    color: #aa915a;
    text-align: center;
    top: 2.75em;
    font-size: 3em;
}

.features li:nth-child(1) {
    border-top-left-radius: 3px;
}

.features li:nth-child(2) {
    border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
    border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
    border-bottom-left-radius: 3px;
}

.features h3 {
    text-align: center;
    font-family: futura-pt, sans-serif;
}

@media screen and (max-width: 980px) {

    .features li {
        padding: 3em 3em 3em 3em;
        text-align: center;
    }

    .features li:before {
        left: 0;
        margin: 0 0 0.3em 0;
        position: relative;
        top: 0;
    }

}

@media screen and (max-width: 736px) {

    .features li {
        padding: 1em 1em 1em 1em;
        /*background-color: transparent !important;*/
        border-top: solid 2px #fff;
        width: 100%;
    }

    .features li:first-child {
        border-top: 0;
    }

    .otcteamrow {
        margin-top: 50px;
    }

}

.myBtn {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 35px;
}

.myBtn:hover {
    color: #fff;
    text-decoration: underline;
}

.otclogo {
    max-width: 450px;
    margin: auto;
}

.otcrow {
    display: none;
}

.otclines {
    display: none;
}

.otcmobile {
    display: grid;
}

.otcmobile a {
    margin-bottom: 10px;
}

@media (max-width: 991px) {

    .otcmobilecenter {
        display: grid;
        min-height: 70%;
        min-height: 70vh;
        align-items: center;

    }

    .otclogo {
        max-width: 250px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .otclogocenter {
        min-height: 86%;
        min-height: 86vh;
        display: flex;
        align-items: center;
    }

    .otcgrid {
        /*border: 1px solid #fff;*/
        height: 100px;
    }

    .otcmobile {
        display: none;
    }

    .otcrow {
        display: block;
    }

    .otclines {
        display: block;
    }
}

/*------top 100------------------------------------------------*/
.t100_button {
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color: #767676;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    background-color: #aa915a
}

.t100_button:hover {
    color: #fff;
    border-color: transparent;
}

/*Privacy policy*/
.privacypolicy h1,
h2,
h3,
h4,
h5,
p {
    color: #000;
}

.privacypolicy a {
    font-weight: 700;
}

/*Careers*/

.career-inner a {
    font-weight: 700;
    text-decoration: underline;
}

.career-inner li {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    letter-spacing: 0.3px;
    font-weight: 300;
    text-align: left;
}

/*Career Development*/
.careerdevelopment h1 {
    color: #aa915a;
    font-weight: 800;
}

.careerdevelopment h1 {
    margin-bottom: 35px;
}

.careerdevelopment h3 {
    line-height: 1.2em;
}

.careerdevelopment article>img {
    width: 100%;
}

.careerdevelopment main {
    columns: 500px;
    column-gap: 20px;
}

.careerdevelopment article {
    break-inside: avoid-column;
    margin-bottom: 15rem;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

.careerdevelopment article p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.careerdevelopment section {
    padding: 50px 0px;
}

.careerdevimage {
    margin-bottom: 20px;
}

/* Grassroots Blog*/
.grassrootsblogheader {
    border-bottom: solid 5px #aa915a;
    padding: 6em 0 1em 0;
}

.grassrootsblogheader span {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    line-height: 0px;
    float: left;
}

.grassrootsblog h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
    text-align: left;
}

.grassrootsblog h2 {
    border-bottom: solid 3px #aa915a;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin: 0 0 2em 0;
    padding: 0 0 0.5em 0;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 23px;
}

.grassrootsblog .btn {
    text-align: left;
    float: left;
}

.grassrootsblog ol {
    list-style: decimal;
    text-align: left;
    margin-left: 20px;
}

.grassrootsblog ul {
    text-align: left;
    margin-left: 20px;
}

.grassrootsblogbutton {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0.375em;
    border: 0;
    box-shadow: inset 0 0 0 2px #aa915a;
    color: #aa915a;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
}

.grassrootsblogbutton:hover {
    color: #826f45;
    box-shadow: inset 0 0 0 2px #826f45;

}

.blogsectionposts {
    border-top: solid 2px rgba(210, 215, 217, 0.75);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(210, 215, 217, 0.75);

}

.swiper-pagination-bullet-active {
    background: #aa915a;
}

.postcategories {
    margin-right: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    float: left;
}

.postcategories p {
    font-size: 10px;
}

.postcategories ul {

    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0px;
    margin-bottom: 50px;
}

.postcategories li {
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .featuredpostimage {
        padding-bottom: 50px;
        margin: auto;
    }
}


/* Grassroots Posts */
.grassrootsposts {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2em -6em;
    width: calc(100% + 6em);
}

.grassrootsposts article {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0 0 6em 6em;
    position: relative;
    width: calc(50% - 6em);
}

/* .grassrootsposts article:before {
    background: rgba(210, 215, 217, 0.75);
    content: '';
    display: block;
    height: calc(100% + 6em);
    left: -3em;
    position: absolute;
    top: 0;
    width: 1px;
}

.grassrootsposts article:after {
    background: rgba(210, 215, 217, 0.75);
    bottom: -3em;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    width: calc(100% + 6em);
} */

.grassrootsposts article> :last-child {
    margin-bottom: 0;
}

.grassrootsposts article .image {
    display: block;
    margin: 0 0 2em 0;
}

.grassrootsposts article .image img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1681px) {
    .grassrootsposts article:nth-child(3n + 1):before {
        display: none;
    }

    .grassrootsposts article:nth-child(3n + 1):after {
        width: 100%;
    }

    .grassrootsposts article:nth-last-child(1),
    .grassrootsposts article:nth-last-child(2),
    .grassrootsposts article:nth-last-child(3) {
        margin-bottom: 0;
    }

    .grassrootsposts article:nth-last-child(1):before,
    .grassrootsposts article:nth-last-child(2):before,
    .grassrootsposts article:nth-last-child(3):before {
        height: 100%;
    }

    .grassrootsposts article:nth-last-child(1):after,
    .grassrootsposts article:nth-last-child(2):after,
    .grassrootsposts article:nth-last-child(3):after {
        display: none;
    }
}

@media screen and (max-width: 1680px) {
    .grassrootsposts article {
        width: calc(50% - 6em);
    }

    .grassrootsposts article:nth-last-child(3) {
        margin-bottom: 6em;
    }
}

@media screen and (min-width: 481px) and (max-width: 1680px) {
    .grassrootsposts article:nth-child(2n + 1):before {
        display: none;
    }

    .grassrootsposts article:nth-child(2n + 1):after {
        width: 100%;
    }

    .grassrootsposts article:nth-last-child(1),
    .grassrootsposts article:nth-last-child(2) {
        margin-bottom: 0;
    }

    .grassrootsposts article:nth-last-child(1):before,
    .grassrootsposts article:nth-last-child(2):before {
        height: 100%;
    }

    .grassrootsposts article:nth-last-child(1):after,
    .grassrootsposts article:nth-last-child(2):after {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    .grassrootsposts {
        margin: 0 0 2em -4.5em;
        width: calc(100% + 4.5em);
    }

    .grassrootsposts article {
        margin: 0 0 4.5em 4.5em;
        width: calc(50% - 4.5em);
    }

    /* .grassrootsposts article:before {
        height: calc(100% + 4.5em);
        left: -2.25em;
    }

    .grassrootsposts article:after {
        bottom: -2.25em;
        width: calc(100% + 4.5em);
    } */

    .grassrootsposts article:nth-last-child(3) {
        margin-bottom: 4.5em;
    }
}

@media screen and (max-width: 680px) {
    .grassrootsposts {
        margin: 0 0 2em 0;
        width: 100%;
    }

    .grassrootsposts article {
        margin: 0 0 4.5em 0;
        width: 100%;
    }

    /* .grassrootsposts article:before {
        display: none;
    }

    .grassrootsposts article:after {
        width: 100%;
    } */

    .grassrootsposts article:last-child {
        margin-bottom: 0;
    }

    .grassrootsposts article:last-child:after {
        display: none;
    }
}

/*Grassroots Digital*/
.famerlogo {
    margin: auto;
    max-height: 350px;
}

.famersponsor {
    margin: auto;
    max-height: 195px;
    transform: translateY(50%);
    padding-bottom: 50px
}

.trainingground h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 100px;
    line-height: 34px;
}

.costar {
    background: #000;
}

.costar h1,
.costar h2,
.costar h3,
.costar h4,
.costar h5,
.costar p {
    color: #fff;
}

.costar h1 {
    text-transform: uppercase;
    font-weight: 800;
    padding: 20px 0px;
}

.costar ul {
    margin-left: 0px;
    text-align: left;
}

.costar .list-group-item {
    color: #fff;
    background: transparent;
    border-left: none;
    border-right: none;
}

.costar .row {
    margin: 50px 0px;
}

.banzai {
    background: #efefef;
}

/*PLedge*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
    margin-top: 100px;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.resp-sharing-button--reddit {
    background-color: #5f99cf;
    border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
    background-color: #3a80c1;
    border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}

.resourcestitle h4 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 2.22px;
    margin-top: 0;
    padding-left: .25em;
    margin: 1em 0;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.resourcestitle h1 {
    font-size: 120px;
    line-height: .81;
    letter-spacing: -2.14px;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    font-weight: 900;
}

#resourceslink {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1px;
    background-color: inherit;
    border: 2px solid #fff;
    display: block;
    margin-top: 1.5em;
    text-decoration: none;
    height: 52px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    width: 30%;
    margin-top: 2em;
    float: left;
}

@media (max-width: 992px) {
    .resourcesthankyoulogo {
        display: none;
    }

    .resourcestitle h4 {
        font-size: 14px;
        font-weight: 900;
        line-height: 2;
        letter-spacing: 1.29px;
        margin: 1em 0;
    }

    .resourcestitle h1 {
        font-size: 54px;
        font-weight: 900;
        line-height: .94;
        letter-spacing: -.96px;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }

    .resourcesbg {
        background-position: left;
    }
}

/* Training Ground*/

.panel.price,
.panel.price>.panel-heading {
    border-radius: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.price .list-group-item {
    border-bottom: 1px solid rgba(250, 250, 250, .5);
}

.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel.price .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}


.panel.price .btn {
    box-shadow: 0 -1px 0px rgba(50, 50, 50, .2) inset;
    border: 0px;
}

/* blue panel */


.price.panel-blue>.panel-heading {
    color: #fff;
    background-color: #907c4e;
    border-color: #fff;
    border-bottom: 1px solid #fff;
}


.price.panel-blue>.panel-body {
    color: #fff;
    background-color: #AA915A;
}

.price.panel-blue>.panel-body p {
    font-size: 40px;
    font-weight: 800;
}

.price.panel-blue .list-group-item {
    background-color: #AA915A;
    color: #333;
    background-color: rgba(50, 50, 50, .01);
    font-weight: 600;
}

.price.panel-blue .list-group {
    background-color: #aa915a;
    margin-left: 0px;
}

/* red price */


.price.panel-red>.panel-heading {
    color: #fff;
    background-color: #000;
    border-color: #fff;
    border-bottom: 1px solid #fff;
}

.price.panel-red>.panel-heading h3 {
    color: #fff;
}

.price.panel-red>.panel-body p {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.price.panel-red>.panel-body {
    color: #fff;
    background-color: #171515;
}

.price.panel-red .list-group-item {
    background-color: #171515;
    color: #fff;
    background-color: rgba(50, 50, 50, .01);
    font-weight: 600;
}

.price.panel-red .list-group {
    background-color: #171515;
    margin-left: 0px;
}


/*Player Activism Page*/

.activism article {
    display: block;
    width: 100%;
    text-align: center;
    /*height: 100vh;*/
    margin: 6em 0 0 0;
}

.activism h1 {
    font-size: 5em;
    font-weight: 900;
    margin: 1em 0em;
    line-height: 65px;
}

.activism article p {
    width: 60%;
    font-size: 2em;
    margin: 1em auto;
    text-align: center;
    line-height: 40px;
}

.activism article h2 {
    width: 60%;
    /*font-size: 2em;*/
    margin: 1em auto;
    text-align: center;
    /*line-height: 40px;*/
}

.activism article a {
    text-decoration: underline;
    color: white;
}

.activismmenu {
    margin: 20px 20px;
}

@media (max-width: 750px) {
    .activism article h2 {
        width: 95%;
    }

    .activism article p {
        width: 95%;
    }

    .activism h1 {
        font-size: 3rem;
        line-height: 35px;
    }

    .activism p {
        text-align: center;
    }
}