@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Bangers', cursive; 400
font-family: 'Share', cursive; 400,700 | Italic

Teal - #1DCAD3 / 29,202,211
Blue - #003DA6 / 0,61,166

Text - #222425 / 34,36,37
Drk Gray - #686868 / 104,104,104
Lt Gray - #D8D8D8 / 216,216,216
*/

@media screen and (max-width: 64.063em) {
}

@media screen and (max-width: 40.063em) {
}

/* ------------------ SLIDER ------------------ */

.home_slider_outer {
	position: relative;
	width: 100vw;
}
.home_slider {
	position: relative;
	width: 100vw;
	height: auto;
}
.home_slider .slide {
	position: relative;
	width: 100vw;
	height: auto;
}

.home_slider .slide .computer_slide {
	display: block;
}
.home_slider .slide .mobile_slide {
	display: none;	
}

.home_slider .slide .computer_slide img, .home_slider .slide .mobile_slide img {
	width: 100%;
	height: auto;
}

 @media screen and (max-width: 64.063em) {	 	
	
.home_slider .slide .computer_slide {
	display: none;
}	 
.home_slider .slide .mobile_slide {
	display: block;	
}	 
	 
 }

.home_slider .slide .text_content {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 6.65rem 2.65rem 2.65rem 18rem;
	bottom: -12.65rem;
	opacity: 0;
	z-index: 1;
	
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 35%, rgba(0,0,0,0) 100%);	
	
	-webkit-transition: all 1.35s;
	-moz-transition: all 1.35s;
	-ms-transition: all 1.35s;
	-o-transition: all 1.35s;
	transition: all 1.35s;
	
	-webkit-transition-delay: 0.35s;	
	-moz-transition-delay: 0.35s;	
	-ms-transition-delay: 0.35s;	
	-o-transition-delay: 0.35s;	
	transition-delay: 0.35s;	
}
.home_slider .slide.slick-current.slick-active .text_content {
	bottom: 0rem;	
	opacity: 1;
}

 @media screen and (max-width: 64.063em) {

.home_slider .slide .text_content {
	bottom: auto;
	top: -12.65rem;
	padding: 1.65rem 1.65rem 4.65rem 18rem;
	
	background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 65%);	
}
.home_slider .slide.slick-current.slick-active .text_content {
	bottom: auto;
	top: 0rem;
}	 
	 
 }
 @media screen and (max-width: 40.063em) {

.home_slider .slide .text_content {
	padding: 1.65rem 1.65rem 4.65rem 6.65rem;
}
.home_slider .slide.slick-current.slick-active .text_content {
}	 
	 
 }

.home_slider .slide .slide_icon {
	position: absolute;
	width: 18rem;
	left: -18rem;
	padding: 0rem;
	bottom: 0;
	opacity: 0;	
	z-index: 2;
	
	-webkit-transition: all 1.35s;
	-moz-transition: all 1.35s;
	-ms-transition: all 1.35s;
	-o-transition: all 1.35s;
	transition: all 1.35s;
	
	-webkit-transition-delay: 0.85s;	
	-moz-transition-delay: 0.85s;	
	-ms-transition-delay: 0.85s;	
	-o-transition-delay: 0.85s;	
	transition-delay: 0.85s;	
}
.home_slider .slide .slide_icon img {
	width: 100%;
	height: auto;
}
.home_slider .slide.slick-current.slick-active .slide_icon {
	opacity: 1;	
	left: 0rem;
}

 @media screen and (max-width: 64.063em) {
	 
.home_slider .slide .slide_icon {
	bottom: auto;
	top: 0rem;
}
.home_slider .slide.slick-current.slick-active .slide_icon {
	bottom: auto;
}	 
	 
 }
 @media screen and (max-width: 40.063em) {
	 
.home_slider .slide .slide_icon {
	left: -6.65rem;
	width: 6.65rem;
}
.home_slider .slide.slick-current.slick-active .slide_icon {
}	 
	 
 }


.home_slider .slide .text_content h1, .home_slider .slide .text_content h2, .home_slider .slide .text_content h3, .home_slider .slide .text_content h4, .home_slider .slide .text_content h5, .home_slider .slide .text_content h6, .home_slider .slide .text_content p {
	color: #FFFFFF;
}
.home_slider .slide .text_content h3 {
	font-family: 'Bangers', cursive;
	font-weight: 400;
	font-size: 3.65rem;
}
.home_slider .slide .text_content h4 {
	font-family: 'Share', cursive;
	font-weight: 400;
	font-size: 1.65rem;
}

 @media screen and (max-width: 40.063em) {

.home_slider .slide .text_content h3 {
	font-size: 1.65rem;
}	
.home_slider .slide .text_content h4 {
	font-size: 1.15rem;
}	 
	 
	 
 }
 
/* ------------------ END SLIDER ------------------ */

/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 100px;
	width: 65px;
	cursor: pointer;
	top: 50%;
	margin-top: -50px;
	padding: 0;
	border: none;
	outline: none;
	font-size: 0;
	z-index: 100;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: none;
	background-color: transparent;
}
.slick-prev {
	left: 0rem;
	background-image: url(../img/accessories/carousel/arrows/arrow-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222425;
}
.slick-prev:hover, .slick-prev:focus {
	background-color: #222425;
	background-color: rgba(34,36,37,0.65);
}
.slick-next {
	right: 0rem;
	background-image: url(../img/accessories/carousel/arrows/arrow-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222425;
}
.slick-next:hover, .slick-next:focus {
	background-color: #222425;
	background-color: rgba(34,36,37,0.65);	
}

@media screen and (max-width: 64.063em) {
}

@media screen and (max-width: 40.063em) {
/* Arrows */
.slick-prev, .slick-next {
	display: none !important;
	height: 62px;
	width: 35px;
	margin-top: -31px;
}

}