
/* Home Page Carousel */

.js-flickity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
width: 95%;
margin: 0 auto;
}

.gallery-cell-crs {

  margin-right: 10px;
  padding: 40px 0;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell-crs:before {
  display: block;
  text-align: center;
  color: white;
}

.rousel_title {
    width: 100%;
	color: #fff;
	font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.rousel_title a{ 
text-decoration: none !important;
color: #fff;
}

.rousel_image{
    text-align: center;
    padding: 20px;
    width: 210px;
    margin:  0 auto;

}



.flickity-prev-next-button.next {
    right: -70px !important;
}

.flickity-prev-next-button.previous {
    left: -70px !important;
}

.flickity-prev-next-button {
    background: #ccc;
	width: 30px;
	height: 30px;
	padding: 2px;
}

.flickity-page-dots .dot {

    background: #fff;
}

@media (max-width: 767px) {
    
        .gallery-cell-crs {
        width: 80% !important; 
        }	
	
	.flickity-prev-next-button.next {
    right: 10px !important;
}

.flickity-prev-next-button.previous {
    left: 10px !important;
}
}


/* Carousel end */
