@charset 'UTF-8';

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 60px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: url(../images/arrow.png) no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	border-radius:0px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev:before, .slick-next:before {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0px;
}
.slick-prev:hover {
	background-position: 0px -70px;
}

.slick-next {
	right: 0px;
	background-position: -40px 0px;
}
.slick-next:hover {
	background-position: -40px -70px;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 0;
	list-style: none;
	text-align: left;
	left:19.5%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	cursor: pointer;
}
.slick-dots li button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 32px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	content: '•';
	text-align: center;
	color: #dddddd;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #ff7e00;
}
.testominalheader-slider .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	padding: 0;
	list-style: none;
	text-align: right;
	right:0;
	left: auto;
}
.testominalheader-slider .slick-dots li.slick-active button::before {
    color: #135fa8;
}
@media only screen and (max-width:1280px)
{.testominalheader-slider .slick-dots {

    bottom: -19px;

}}
@media only screen and (max-width:1024px) {
	.slick-dots{
		left:24.2%
		}
}
@media only screen and (max-width:899px) {
.slick-dots{
		left:25.3%
		}
}
@media only screen and (max-width:800px) {
	.slick-dots{
		left:29%
		}
}
@media only screen and (max-width:768px) {
	.slick-dots{
		left:14.5%;
	}
}
@media only screen and (max-width:640px) {
.slick-dots{
	left:19%;
	}

}
@media only screen and (max-width:599px) {
.slick-dots{
	left:20%;
	}

}
@media only screen and (max-width:480px) {
.slick-dots{
	left:24.5%;
	}

}
@media only screen and (max-width:479px) {
.slick-dots{
	left:0px;
	}

}
