.slick-list{
    overflow: hidden;
}
.slick-list:after{
    clear: both;
    content: "";
    display: block;
}
.carousel-container {
    overflow: hidden;
}
.carousel-thumbs .thumb {
    border: none;
    background: transparent;
    padding: 1px 1px 1px 1px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.carousel-thumbs .thumb {
    height:75px;
    width:100%;
}
.carousel-thumbs .thumb {
    opacity: .5;
    margin-bottom: 4px;
}
.carousel-thumbs .thumb.thumb-current  {
    opacity: 1;
}
.carousel-nav {
    border: none;
    background: transparent;
    font-size: 20px;
    color: white;
    opacity: .5;
    position: absolute;
    top: 50%;
    z-index: 20;
}
.carousel-nav.uw-left-open {
    left: 30px;
}
.carousel-nav.uw-right-open {
    right: 30px;
}
.carousel-nav:hover {
    opacity: .8;
}
.carousel-nav:focus , .carousel .slick-slide:focus , .carousel-thumbs .thumb:focus {
    outline: thin dotted currentColor
}
.carousel .slick-slide:focus {
    outline-offset: -1px;
}
.carousel .slide {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.carousel .slide .caption {
    background-color: rgba(255,255,255,0.8);
    color: rgb(85, 85, 85);
    font-family: "Lato", sans-serif;
    font-size: 23px;
    text-align:center;
    width: 100%;

    position: absolute;
    bottom:0;
    left: 0;


    padding: 10px;
}
.carousel .slide .caption h3 {
    color: rgb(85, 85, 85);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    margin-top:0px;
}
@media (min-width:500px) {
    .carousel .slide .caption h3 {
        font-size: 23px;
    }
}

/* style caption text */
.tp-caption.default-grey , .tp-caption.below-image {
    color:#555;
    font-weight:400;
    font-size:24px;
    line-height:1.3em;
    font-family:"Lato",​sans-serif;
    white-space:normal;
}

.caption.default-grey , .caption.below-image {
    text-align: center;
}
.caption.default-grey a , .caption.below-image a {
    color:#555;
}
.caption.default-grey a:hover .caption.below-image a:hover {
    color:#555;
    text-decoration: underline;
}
/* style sub-caption text */
.caption.default-grey p , .caption.below-image p{
    font-size: 16px;
    line-height: 1.2;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0 0 0;
    color: #333333;
    font-weight: normal;
}
.caption.below-image p {
    padding-bottom:3px;
}
.carousel .slide .caption.default-grey {
    bottom:35px !important;
    left:15% !important;
    width: 70%;
    background-clip: border-box;
    background-size: auto auto;
    border-radius: 6px;
    padding: 20px;
}
/* dots */
.slick-dots
{
    position: absolute;
    bottom: 8px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.caption-below-image .slick-dots {
    bottom: unset;
    top: 12px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 1px;

    cursor: pointer;

    background-color: black;
    border: 1px white solid;
    outline: none;
    opacity: .25;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li.slick-active button
{
    opacity: .75;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: .9;
}

ul.slick-dots li:before {
    content: "";
}


/*  Carousel Theame-specific CSS*/


.carousel-thumbs.car-theme {
    position: absolute;
    max-width: 25%;
    left: 70%;
    background: white;
    padding: 0px 1px;
}

.carousel-thumbs.car-theme .thumbs-container {
    display:flex;
}
.carousel-thumbs.car-theme .thumb {
    height: 40px;
    width: 70px;
    margin: 2px 1px ;
}
.header-carousel.carousel .slide .caption.default-grey {
    background: rgba(0,0,0,.5);
    padding: 15px 25px 25px 25px;
    border-left: solid 8px #003e55;
    border-radius: 0px;
    text-align: left;
    width: 50%;
    bottom: 70px !important;
}
.header-carousel.carousel .slide .caption.default-grey h3 , .header-carousel.carousel .slide .caption.default-grey h3 a {
    font-family: "lato", sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
@media (max-width:769px) and (min-width:500px) {
    .header-carousel.carousel .slide .caption.default-grey h3 , .header-carousel.carousel .slide .caption.default-grey h3 a {
        font-size: 18px;
    }
    .header-carousel.carousel .slide .caption.default-grey {
        bottom: 20px !important;
    }
    .slick-dots {
        width: 37%;
        right: 0px;
    }
}
@media (max-width:500px) {
    .header-carousel.carousel .slide .caption.default-grey h3 , .header-carousel.carousel .slide .caption.default-grey h3 a {
        font-size: 15px;
    }
    .header-carousel.carousel .slide .caption.default-grey {
        padding: 8px 32px 36px 15px;
        bottom: 0px !important;
        left: 15px !important;
        width: calc( 100% - 15px) ;
    }
}