
.carousel-roarfamily .slick-initialized {
    position: relative;
    outline: none;
}

.carousel-cell {padding: 0 30px;}
.carousel-cell img {margin: auto;}
.carousel-cell h4,
.carousel-cell p{text-align:center !important;}


/* ---- previous/next buttons ---- */
.prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    z-index:1;
}

.prev-next-button:hover { background: white; }

.prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.prev-next-button:active {
    opacity: 0.6;
}

.prev-next-button.previous { left: 10px; }
.prev-next-button.next { right: 10px; }

.prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.prev-next-button:before {
    color: #000;
    z-index: 1;
    position: absolute;
    font-size: 200%;
    opacity: 51;
    margin: -25px -17px;
}


/* ---- page dots ---- */
.carousel-roarfamily .slick-dots {
    position: relative;
    margin: 30px auto;
    width:80%;
    max-width: 800px;
    white-space: nowrap;
}

.carousel-roarfamily .slick-dots:before {
    content: "";
    border-top: 1px dotted #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.carousel-roarfamily .slick-dots li {
  vertical-align: middle;
  height: auto;
  width: 25%;
  padding: 0;
  margin: 0;
}
.carousel-roarfamily .slick-dots li button {
    border: 3px solid #fff;
    background: #fff;
    border-radius: 10px;
    display: block;
    height: 13px;
    width: 13px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin: -8px;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 0 1px #000,  0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
    position: relative;
}
.carousel-roarfamily .slick-dots li.slick-active button {
    background: #008ad9;
}

.carousel-roarfamily .slick-dots li button:before {display: none;}



.button-roarfamily {
    position: relative;
    margin: -50px auto 0;
    width:80%;
    max-width: 800px;
    text-align: center;
    white-space: nowrap;
}
.button-roarfamily label {
    display: inline-block;
    width: 25%;
    position: relative;
    left: -12.5%;
    padding-top: 10px;
    cursor: pointer;
    color: #008ad9;
}


.main-carousel {
    padding-bottom:18px; /*space for dot*/
}


.main-carousel p {
    margin-bottom:0px;
    padding-bottom:10px;
}

.main-carousel a {
    border:none;
}

.main-carousel a:hover {
    color:inherit !important;
}



.main-carousel.carousel-roarfamily h4 {
    font-size:30px;
    font-weight:300;
    color:#000;
    margin:0 !important;
    padding:10px 0 !important;
}

.main-carousel.carousel-roarfamily p {
    font-size:21px;
    font-weight:700;
    color:#000;
    margin:0 !important;
    padding:0 0 40px 0 !important;
}

.main-carousel.carousel-roarfamily .carousel-cell div{
    background:#f2f2f2;
    border: 1px solid #fff;
}

.main-carousel.carousel-roarfamily .carousel-cell div:hover {
    border: 1px solid #ccc;
}




@media(max-width:768px){
    .carousel-cell {padding-left: 1%;padding-right: 1%;}
}

@media(max-width:479px){
    .carousel-cell {padding-left: 0;padding-right: 0;}
    .button-roarfamily {
        font-size: 0.7em;
    }
}

@media(min-width:1200px){
    .main-carousel {
        padding-bottom:40px; /*space for dot*/
    }
}

@media(min-height:1000px) {
    .carousel-roarfamily .slick-dots {
        margin: 50px auto;
    }
    .button-roarfamily label {
        padding-top: 20px;
    }
}