body.homepage {
    overflow: hidden;
}

.homepage .btn.outline {
    background-color: transparent !important;
}

#placeholder {
    position:relative;
    min-width:100%;
    min-height:100%;
    z-index:999;
}
.homepage .background {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.homepage .slide {
	display: flex;
		display: -ms-flexbox;
	flex-direction: column;
		-ms-flex-direction: column;
    justify-content: center;
		-ms-flex-pack: center;
	height: 100%;
	position: fixed;
	width: 100%;
	color: #fff;
	background-color: #000;
}

.homepage .background.slide.first.activebg {
	background-image: url(/Content/images/bg_0_newer.jpg);
	z-index: 800;
}
.homepage .background.slide.second.activebg {
	background-image: url(/Content/images/bg_1.jpg);
	z-index: 700;
}
.homepage .background.slide.third.activebg {
	background-image: url(/Content/images/bg_4.jpg);
	z-index: 200;
}
.homepage .background.slide.fourth.activebg {
	background-image: url(/Content/images/bg_ct_2017.jpg);
	z-index: 600;
}
.homepage .background.slide.fifth.activebg {
	background-image: url(/Content/images/bg_3.jpg);
	z-index: 500;
}
.homepage .background.slide.sixth.activebg {
	background-image: url(/Content/images/bg_bathtub.jpg);
	z-index: 400;
}
.homepage .background.slide.seventh.activebg {
	background-image: url(/Content/images/bg_2.jpg);
	z-index: 300;
}
.homepage .background.slide.eighth {
	background-color: #fff;
	color: #6d6e70;
	z-index: 100;
}

.homepage .slide.inactive.below {
	z-index: 0;
}

.homepage .background.slide.second .content .logo-valspar {
	height: 36px;
}

.homepage .background.slide.second .content .plus {
	font-size: 30px;
    vertical-align: middle;
    margin: 0 10px;
}

.homepage .background.slide.second .content .logo-pinterest {
	height: 36px;
}

.homepage .background.slide.eighth .content .color-guarantee {
	margin-bottom: 3rem;
	margin-left: -10px;
	width: 250px;
}

.homepage .slide .content {
	font-size: 16px;
}

.homepage .slide.first .content .caption {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homepage .slide .content img.icon {
	width: 56px;
}

.homepage .slide .content .title {
	text-transform: uppercase;
	margin: 3rem 0;
}

.homepage .slide .content .caption {
	margin-bottom: 4rem;
}

.homepage .slide .chip-container {
	position: absolute;
	bottom: 0;
    overflow: hidden;
	left: 0;
	right: 0;
	pointer-events: none;
}

.homepage .slide .chip-group {
	float: right;
}

.homepage .slide .chip {
    width: 100px;
    text-align: center;
    position: relative;
    bottom: -70px;
    transition: all .5s ease;
    float: left;
	cursor: pointer;
	transform: translateY(120px);
	pointer-events: auto;
}

.homepage .slide .chip:not(:last-of-type) {
	margin-right: 5px;
}

.homepage .slide .chip:hover {
	bottom: 0;
}

.homepage .slide .chip:hover .fa {
	transform: rotate(180deg);
}

.homepage .slide .chip .color {
	height: 100px;
}

.homepage .slide .chip.dark .color {
	color: #000;
}

.homepage .slide .chip .color .fa {
	margin-top: 2rem;
	transition: all .5s ease;
}

.homepage .slide .chip .caption {
	font-weight: 300;
	font-size: 14px;
	padding: 5px;
	background-color: #fff;
	color: #000;
}

.homepage footer {
	display: none;
}

.next-slide {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
}

.circle {
	position: relative;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	cursor: pointer;
	
}

.circle .fa {
	position: absolute;
	left: 15px;
	font-size: 35px;
	color: #fff;
}


.homepage .slider {
	visibility: hidden;
	opacity: 0;
	border-left: 1px solid #fff;
    position: fixed;
    top: 50%;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
	margin-top: -100px;
    padding: 0;
	transition: all .5s ease;
}

.homepage .slider.active {
	visibility: visible;
	opacity: 1;
}

.homepage .slider .dot {
	background-color: #fff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: -5px;
	cursor: pointer;
}

.homepage .slider .dot-clone {
	position: absolute;
	background-color: #fff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: -5px;
	transition: all .75s ease-in-out;
}

.homepage .slider .dot.active {
	width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-left: -9px;
	transition: all 1s ease-in-out;
}

.homepage .slider .dot:not(:last-of-type) {
	margin-bottom: 30px;
}

@media (max-width: 420px) {
    .homepage .slide.first .content .caption {
        width: 80%;
	}
}

@media (min-width: 768px) {
	
	.homepage .slide .content {
		width: 650px;
		margin: auto;
		margin-top: 50px;
	}

	.homepage .slide.first .content {
		margin-top: 80px;
	}

    .next-slide {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 3px;
    }

}

@media (max-width: 767px) {

	.homepage .slide .content h1 {
		font-size: 24px;
	}

	.homepage .slide .content .title {
		margin-bottom: 2rem;
	}

	.homepage .slide .chip-container .container {
		padding: 0;
	}

	.homepage .slide .chip-group {
		float: none;
	}

	.homepage .slide .chip {
		width: 33.33%;
	}

	.homepage .slide .chip:not(:last-of-type) {
		margin: 0;
	}

	.homepage .background.slide.seventh .content .color-guarantee {
		width: 65%;
	}

}

/* ANIMATIONS */

.homepage .slide.inactive.above {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.inactive.above .content {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/*.homepage .slide.inactive.above .chip:nth-of-type(1) {
	animation-name: slideOutDown;
	animation-timing-function: ease;
	animation-duration: .25s;
	animation-fill-mode: both;
}

.homepage .slide.inactive.above .chip:nth-of-type(2) {
	animation-name: slideOutDown;
	animation-timing-function: ease;
	animation-delay: .25s;
	animation-duration: .25s;
	animation-fill-mode: both;
}

.homepage .slide.inactive.above .chip:nth-of-type(3) {
	animation-name: slideOutDown;
	animation-timing-function: ease;
	animation-delay: .5s;
	animation-duration: .25s;
	animation-fill-mode: both;
}*/

.homepage .slide.active.above {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.homepage .slide.active.above .content {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.homepage .slide.active.above .chip:nth-of-type(1) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.active.above .chip:nth-of-type(2) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.active.above .chip:nth-of-type(3) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}







.homepage .slide.inactive.below {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.inactive.below .content {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/*.homepage .slide.inactive.below .chip:nth-of-type(1) {
	animation-name: slideOutDown;
	animation-timing-function: ease-in-out;
	animation-duration: .25s;
	animation-fill-mode: both;
}

.homepage .slide.inactive.below .chip:nth-of-type(2) {
	animation-name: slideOutDown;
	animation-timing-function: ease-in-out;
	animation-delay: .25s;
	animation-duration: .25s;
	animation-fill-mode: both;
}

.homepage .slide.inactive.below .chip:nth-of-type(3) {
	animation-name: slideOutDown;
	animation-timing-function: ease-in-out;
	animation-delay: .5s;
	animation-duration: .25s;
	animation-fill-mode: both;
}*/

.homepage .slide.active.below {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.homepage .slide.active.below .content {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.active.below .chip:nth-of-type(1) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.active.below .chip:nth-of-type(2) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.homepage .slide.active.below .chip:nth-of-type(3) {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
