@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.eot');
    src: url('../fonts/AvenirMedium.eot') format('embedded-opentype'), url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff'), url('../fonts/AvenirMedium.ttf') format('truetype'), url('../fonts/AvenirMedium.svg#AvenirMedium') format('svg');
}
@font-face {
    font-family: 'AvenirHeavy';
    src: url('../fonts/AvenirHeavy.eot');
    src: url('../fonts/AvenirHeavy.eot') format('embedded-opentype'), url('../fonts/AvenirHeavy.woff2') format('woff2'), url('../fonts/AvenirHeavy.woff') format('woff'), url('../fonts/AvenirHeavy.ttf') format('truetype'), url('../fonts/AvenirHeavy.svg#AvenirHeavy') format('svg');
}
@font-face {
    font-family: 'AvenirBlack';
    src: url('../fonts/AvenirBlack.eot');
    src: url('../fonts/AvenirBlack.eot') format('embedded-opentype'), url('../fonts/AvenirBlack.woff2') format('woff2'), url('../fonts/AvenirBlack.woff') format('woff'), url('../fonts/AvenirBlack.ttf') format('truetype'), url('../fonts/AvenirBlack.svg#AvenirBlack') format('svg');
}
 @charset "utf-8";
:root {
 --font-medium: 'AvenirMedium';
 --font-heavy: 'AvenirHeavy';
 --font-black: 'AvenirBlack';
 --color-base: #444444;
 --color-inactive: rgba(0,0,0,0.5);
 --color-white: #fff;
}
body {
    font-size: 17px;
    background: var(--color-white);
    font-family: var(--font-medium);
    color: var(--color-blue);
    overflow-x: hidden;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: 80%;
    background-position: top right;
    background-image: url("../images/grid.svg");
    opacity: 1;
    pointer-events: none;
}
.is-loading {
    display: none !important;
}
.is-hide {
    display: none !important;
}
.is-show {
    display: block !important;
}
p {
    line-height: 160%;
    margin-bottom: 25px;
    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: var(--color-base);
}
button, a {
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
    font-family: var(--font-headline);
}
.close-nav, .nav-bar {
    display: none;
}
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}
.header-up {
    transform: translate3d(0, -95px, 0);
}
.header-down {
    background-color: var(--color-white);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.header-wrapper .container {
    width: 90%;
    max-width: 100%;
    padding: 20px 0px;
}
.logo-tq {
    display: block;
    width: 90px;
    float: left;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 21px;
}
.logo-group {
    pointer-events: none;
    display: none;
    position: absolute;
    width: 200px;
    top: 25px;
    left: 0;
}
.header-wrapper.header-down .logo-group {
    display: block;
}
.header-wrapper.header-down .logo-tq {
    display: none;
}
.top-nav {
    float: right;
    padding-top: 10px;
}
.top-nav ul li {
    float: left;
    margin-left: 30px;
}
.top-nav ul li a {
    position: relative;
    color: var(--color-inactive);
    font-size: 18px;
    display: block;
}
.top-nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    border-radius: 2px;
    margin-top: 3px;
    right: 0;
    background: var(--color-inactive);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
.top-nav ul li.is-active a {
    color: var(--color-base);
}
.top-nav ul li.is-active a::after {
    width: 100%;
    background: var(--color-base);
}
.top-nav ul li.is-active a:hover::after {
    width: 100%;
    background: var(--color-base);
}
.top-nav ul li a:hover::after {
    width: 100%;
    left: 0;
    background: var(--color-inactive);
}
.banner-wrapper {
    width: 100%;
    height: calc(100vh - 95px);
    top: 0;
    left: 0;
    margin-top: 95px;
}
.banner-wrapper .container {
    height: 100%;
    width: 80%;
    position: relative;
}
.inner-container {
    /*    margin: 0px 60px 0 100px;*/
    height: 100%;
    position: relative;
}
.card {
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
}
.card .card-content {
    margin: auto;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.card h1 {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px);
    font-size: 40px;
}
.card p {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    display: block;
}
.card p.related {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    font-style: italic;
}
.card a {
    color: #69c6b8;
    pointer-events: auto;
}
.sliders {
    width: 460px;
    float: left;
    margin-left: 110px;
    position: relative;
    margin-top: 80px;
    height: 460px;
}
.slide-1 {
    position: absolute;
    width: 320px;
    top: 0;
    right: 0;
    z-index: 10;
}
.slide-2 {
    position: absolute;
    width: 260px;
    bottom: -70px;
    right: 45px;
    z-index: 20;
}
.slide-3 {
    position: absolute;
    width: 190px;
    bottom: 9px;
    left: 0px;
    z-index: 30;
}
.branding, .card-content {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.banner-image {
    position: absolute;
    /*    height: calc(100vh - 150px);*/
	
    left: 0;
    width: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-image img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    right: 0;
    width: 48%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo-bold-bunch {
    max-width: 80%;
    display: block;
    margin-left: -8px;
    pointer-events: none;
}
.logo-kohler {
    max-width: 35%;
    display: block;
    margin: 40px 0 0 0;
    pointer-events: none;
}
.banner-caption p {
    font-size: 18px;
    width: 85%;
    line-height: 160%;
    opacity: 0.7;
    margin: 40px 0 40px 0;
}
.gallery-container{
	position: relative;
}

.slider-controll{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 42%;
	padding: 0px 60px 0px 40px;
}
.btn-arrow{
	font-family: var(--font-heavy);
	opacity: 0.6;
	display: inline-block;
	padding: 2px;
	line-height: 100%;
}

.btn-arrow:hover{
	font-family: var(--font-heavy);
	opacity: 1;
}

.slider-controll .slider-btn-prev{
	float: left;
}

.slider-controll .slider-btn-next{
	float: right;
}


.append-dots{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	line-height: 100%;
}
.append-dots li{
	display: inline-block;
	margin: 0px 5px;
}

.append-dots li button{
	background-color: #292929;
	width: 8px;
	height: 8px;
	font-size: 0;
	overflow: hidden;
	cursor: pointer;
	border-radius: 100%;
	border: 0;
	outline: none;
	opacity: 0.4;
	display: block;
}

.append-dots li.slick-active button{
	transform: scale(1.4);
	transform-origin: center;
	opacity: 0.6;
}



@media (max-width: 860px) {

.slider-controll {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0px 20%;
}

}

@media (max-width: 767px) {
	.slider-controll {
	padding: 0px 0px;
}
}


.video-gallery {
    padding: 60px 0px;
    background-image: url("../images/bold-bg.png");
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center left;
}
.gallery-item {
    position: relative;
}
.video-preview {
    width: 58%;
    float: right;
    border: 30px solid #444444;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    overflow: hidden;
    background-color: #444444;
    position: relative;
}
.video-preview .embed-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.play-video {
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/ico-video.svg");
    top: 50%;
    left: 50%;
    font-size: 0;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 999;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.8);
    border-radius: 100%;
    overflow: hidden;
    animation: pound 2s infinite;
}
.video-preview .embed-content {
    border-radius: 5px;
    overflow: hidden;
}
.video-caption {
    position: absolute;
    width: 42%;
    text-align: right;
    left: 0;
    padding-right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px;
}
.video-caption h2 {
    font-family: var(--font-black);
    font-size: 55px;
    line-height: 120%;
    font-weight: 900;
    color: #292929;
    opacity: 0.9;
}
.video-caption h3 {
    font-family: var(--font-black);
    font-size: 34px;
    line-height: 120%;
    font-weight: 900;
    color: #292929;
    opacity: 0.8;
	display: none !important; 
}
.headline {
    display: block;
    position: relative;
    font-family: var(--font-black);
    font-weight: 900;
    color: #292929;
    font-size: 40px;
    line-height: 100%;
    height: 60px;
    margin-bottom: 30px;
}
.headline::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    height: 5px;
    width: 100%;
    background: #444444;
}
.headline span {
    background: var(--color-white);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 0px 30px;
}
.host-content h3 {
    display: block;
    position: relative;
    font-family: var(--font-black);
    font-weight: 900;
    color: #292929;
    font-size: 30px;
    line-height: 100%;
    margin: 5px 0 20px 0;
}
.host-content h3 span {
    font-family: var(--font-heavy);
    opacity: 0.6;
    font-size: 24px;
    font-weight: 400;
}
.about-host {
    padding: 40px 0;
}
.about-host figure {
}
.about-host figure figcaption {
    float: left;
    width: 50%;
    padding-right: 55px;
}
.about-host figure figcaption p {
    margin: 0 0 20px 0;
    color: #292929;
    opacity: 0.9;
    line-height: 150%;
}
.about-host figure .figure-image {
    float: right;
    width: 50%;
    padding-left: 25px;
}
.about-host figure .figure-image img {
    width: 100%;
}
.social-media a {
    display: inline-block;
    margin: 0 20px 0 0;
}
.social-media a i {
    font-size: 26px;
}
/*All Celbs*/

.is-celebs .headline span {
    left: 40px;
    right: inherit;
}
.about-host.is-celebs figure .figure-image {
    float: left;
    padding: 0px 0 0 70px;
    width: 38%;
}
.about-host.is-celebs figcaption {
    float: right;
    width: 52%;
}
.inner-bg {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #444444;
    border-radius: 5px;
    padding: 30px;
}
.buttons {
    margin: 0px 0 30px 0;
}
.buttons a {
    display: inline-block;
    margin: 0 20px 0 0;
    border: 2px solid #292929;
    background-color: #292929;
    color: #fff;
    padding: 10px 0;
    line-height: 100%;
    border-radius: 5px;
    width: 160px;
    text-align: center;
    font-family: var(--font-heavy);
}
.buttons a:last-child {
    background-color: #fff;
    color: #292929;
}
.about-host.is-celebs {
    padding-bottom: 0;
}
.about-host.is-celebs figure figcaption p {
    margin: 0 0 30px 0;
}
.about-host.is-celebs .host-content {
    margin: 0 0 100px 0;
}
.about-host.is-celebs .all-celebs .host-content:nth-child(even) figure .figure-image {
    float: right;
    padding: 0px 70px 0 0px;
}
.about-host.is-celebs .all-celebs .host-content:nth-child(even) figcaption {
    float: left;
    text-align: right;
    padding-left: 55px;
    padding-right: 0;
}
.about-host.is-celebs .all-celebs .host-content:nth-child(even) .buttons a {
    margin: 0px 0px 0px 20px;
}
.about-host.is-celebs .all-celebs .host-content:nth-child(even) .social-media a {
    margin: 0 0px 0 20px;
}
.about-host.is-celebs .all-celebs .host-content:nth-child(1) .buttons {
    display: block;
}

.image-sliders{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	
}
.slider-1{
	position: absolute;
	top: 0;
	right: 0;
	width: 67.5%;
	background: transparent;
	z-index: 1;
}

.slider-2{
	position: absolute;
    top: 29%;
    left: 0;
    width: 41.8%;
    background: transparent;
    z-index: 2;
	
}

.slider-3{
	position: absolute;
	bottom: 0%;
	right: 10.2%;
	width: 54.8%;
	background: transparent;
	z-index: 3;
}

.banner-img{
	opacity: 0;
	visibility: hidden;
}

/*CD SLIDER*/
.cd-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	font-size: 0;
	
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*visibility: hidden;
	transition: visibility 0s 1s;
    will-change: visibility;*/
}
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	clip: rect(0, 80rem, 50rem, 80rem);
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    will-change: clip;
}

.slider-1 .image{
	transition: clip 2.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 1s;
}

.slider-2 .image{
	transition: clip 1s cubic-bezier(0.99, 0.01, 0.45, 0.9) 1.5s;
}

.slider-3 .image{
	transition: clip 2.5s cubic-bezier(0.99, 0.01, 0.45, 0.9) 2.5s;
}



/* Current Slide 
-------------------------------------*/
li.current {
	visibility: visible;
	transition-delay: 0s;
}
li.current .image {
	clip: rect(0, 80rem, 50rem, 0);
}



/* Prev Slide 
------------------------------------*/
li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}
.sliders nav {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 2;
	display: none;
}

.nav_arrows{
	display: none;
}

