@charset "utf-8";
/* CSS Document */

/*This styling is for when there is no Javascript on the page*/



.slick-prev,.slick-next,.slick-dots{
	display:none !important;
}
.slick-track{
	width: 100% !important;
}
.slick-slide{
	left:0 !important;
	opacity: 1 !important;
	overflow:hidden;
}
.slick-slide > img {
      margin-left: -92%;
    width: 194% !important;
}

.slick-slide{
	width: 49% !important;
	float:left !important;
	margin-top:1%;
}
.slick-slide:nth-child(odd){
	margin-left:2%;
}
.slick-slide:nth-child(1){
	width:100% !important;
	margin:0 !important;
}

#slide-content{
	position:relative;
}

.slick-slide:nth-child(1) #slide-content p:nth-child(1){
font-size:20px;
}


.slick-slide:nth-child(1) #slide-content p:nth-child(2){
    font-size:25px;
}


#slide-content p:nth-child(1){
font-size:18px;
}


#slide-content p:nth-child(2){
    font-size:21px;
}

.cdetails {
	display:block !important;
}

.slide-content{
	position: relative;
	bottom: 0;
    left: 0;	
}

.carousel.col-lg-12 {
	display: block;  
}

.carousel.col-lg-12 img {
    width: 100%;
}

