.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.collapse { display: none; }
.collapse.show { display: block; }
.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.slick-dots{ bottom: 60px;}
.slick-dots li{
    width: 14px;
    height: 14px;
    margin-left: 15px;
    margin-right: 15px;
}
.slick-dots li button{
    width: 14px;
    height: 14px;
}

.slick-dots li button:before{
    content: " ";
    width: 14px;
    height: 14px;
    background: #fafcfa;
    border-radius: 50px;
    border: 2px solid #fafcfa;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: transparent;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}

.slick-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
}

.slick-next:before{
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
}

