.flex-container-wrap {
    margin: 0 auto;
}

@media (max-width:767px) {
    .flex-container-wrap {
        width: 100%;
    }
}

ul.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center;
}

ul.slick-dots li {
    width: 25%;
    max-width: 80px;
    margin: 0;
    padding: 10px 1px;
    display: inline-block;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    background-color: #fff !important;
}

ul.slick-dots li button {
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    padding: 0 0;
    width: 100%;
    height: 3px;
    border: none;
    border-radius: 2px;
    font-size: 0px;
    font-family: Montserrat;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

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

ul.slick-dots li:hover button {
    background: rgba(255, 255, 255, .75);
}

.buildr-module .slider {
    background-color: #000;
    overflow: hidden;
}

.buildr-module .slider .slide {
    width: 100%;
    background-position: 50%;
    background-size: cover;
/*    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;*/
}

.buildr-module .slider .slide > .slide-inner {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    height: 100%;
    align-items: center;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.buildr-module .slider .slide-content {
    padding: 0 30px;
}
.buildr-module .slider .slide-content .slide-title {
    margin: 0;
}

.buildr-module .slider .slide-content p {
    margin: 15px 0 0 0;
}

.buildr-module .slider .slide-content .pre-title,
.buildr-module .slider .slide-content .slide-title,
.buildr-module .slider .slide-content p {
    color: #fff;
}

.buildr-module .slider .slide-content a.button {
    margin-top: 20px;
    display: inline-block;
}
