div.carouselContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div.carouselContainer>.page2 {
	width: 100% !important;
	padding: 0 !important;
}
div.carouselContainer button:focus,
div.carouselContainer input:focus{
    outline: 0;
}

div.carousel {
	width: auto;
}

div.carousel div.item {
	width: 100%;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: relative;
}

div.carousel div.item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	cursor: pointer;
}

div.carousel div.item .title {
	position: absolute;
	width: 50%;
	right:0;
	bottom: 0px;
}

div.carousel div.item .title>.title1 {
	background: #000;
	color: #fff;
	font-size: 60px;
	line-height: 140%;
	font-weight: 800;
	padding: 20px 50px 20px 40px;
	cursor: pointer;
}

div.carousel div.item .title>.title2 {
	padding: 20px 120px 20px 100px;
	min-height: 172px;
}

div.carousel div.item .title>.title2>p {
	font-size: 14px;
	line-height: 160%;
}

div.carousel div.item .title>.title2>p>a {
	font-weight: 700;
	color: #ec1c24;
	text-decoration: none;
}

div.carousel.slick-slider {
	margin: 0
}

div.carousel .slick-prev {
	left: 25px;
	z-index: 5
}

div.carousel .slick-next {
	right: 25px;
	z-index: 5;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-dots {
	counter-reset: section;
	bottom: 0px;
	right: 10px;
	width: auto;
	margin-bottom: 0;
}

div.carousel .slick-dots li {
	display: block;
	width: 45px;
	height: 35px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

div.carousel .slick-dots li button:before {
	
	counter-increment: section;  
  	content:  counters(section, ".", decimal-leading-zero);
	font-family: 'Open Sans Condensed';
	
	color: #000;
	font-size: 14px;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	letter-spacing: 0px;
	
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 1170px) {
	div.carousel div.item div.img {
		max-width: 55%;
	}
	
	div.carousel div.item .title {
		top: 0;
	}
	
	div.carousel div.item .title>.title1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	div.carousel div.item .title>.title1 {
		font-size: 20px;
	}
	div.carousel div.item .title > .title2 {
	    padding: 10px 60px 20px 60px;
	}
}

@media screen and (max-width: 680px) {
	div.carousel div.item .title>.title1 {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 480px) {
	div.carousel div.item div.img {
		max-width: 100%;
	}
	div.carousel div.item .title {
	    position: relative;
	    width: 100%;
	    right: 0;
	    top: 0px;
	    text-align: center;
	}
	div.carousel div.item .title > .title1 {
	    font-size: 28px;
	    padding-bottom: 15px;
	}
	div.carousel div.item .title > .title2 {
	    padding: 10px 10px 20px 10px;
	}
	div.carousel .slick-dots {
	    position: relative;
	}
	
	div.carousel .slick-dots>li {
		display: inline-block;
	}
}
