/*
Front Slider
 */

.views_slideshow_cycle_teaser_section {
    width: 100% !important;
}
.views_slideshow_cycle_slide {
    width: 100% !important;
}
.views-field-field-photos {
img {
    width: 100% !important;
}
}
.carousel-container {
    width: 100%;
}
.carousel-wrapper {
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;;
    position: relative;
}
.carousel-wrapper-inner{
    /*height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 285px;
    padding: 15px 20px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transtition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: rgba(32,32,32,0.9);
    width: 98%;*/
}
.carousel-wrapper-inner {
    height: 75px;
    position: relative;
    z-index: 1;
    top: 0px;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transtition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
}
.carousel-wrapper:hover img {
    /*opacity: 0.2;*/
}
/*.carousel-container .carousel-wrapper .cc-1 {
    color: #fff;
    position: relative;
    top: -280px;
    width: 60%;
    text-align: left;
    left: 22%;
    right: 80%;
}*/
.body-wrapper {
    display: flex;
}
.carousel-container .body-wrapper .cc-1 {
    color: #fff;
    position: absolute; 
    padding: 20px 0px 0px 0px;
    width: 60%;
    left: 22%;
    right: 80%;
    z-index: 2;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transtition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    text-shadow: 2px 2px 5px black;
    text-align: center;
    font-size: 1.9vw;
}
.view-carousel .views-slideshow-controls-top {
    height: 0;
}
.carousel-container .carousel-wrapper .cc-2 {
    /*width: 98%;*/
}

/*
Learn More Button
 */

.carousel-container .carousel-wrapper .button1 {
    width: 130px;
    height: 31px;
    background-color: #5fbad8;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0px 5px 0px;
    position: relative;
    left: 82%;
    right: 10%;
    top: 22px;
}
.carousel-container .carousel-wrapper .button1:hover {
    background-color: #a0ddf3;
}
.carousel-container .carousel-wrapper .button1 a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    position:relative;
    top: 0;
}
.carousel-container .carousel-wrapper .button1:hover a, .button1:focus a {
    color: #fff;
    text-decoration: none;
}

/*
*Slider Control
 */
#views_slideshow_controls_text_previous_carousel-block_1, #views_slideshow_controls_text_next_carousel-block_1 {
    background: url(../assets/img/md-arrow.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 9999;
}
#views_slideshow_controls_text_next_carousel-block_1 {
    right: 0px;
    background-position: -40px 0;
}
#views_slideshow_controls_text_previous_carousel-block_1 a, #views_slideshow_controls_text_next_carousel-block_1 a,
#views_slideshow_controls_text_pause_carousel-block_1 a{
    color: transparent;
}
#views_slideshow_controls_text_previous_carousel-block_1:hover a, #views_slideshow_controls_text_next_carousel-block_1:focus a {
    border-bottom: none;
    color: transparent;
}
.region-we-mega-menuregion-we-mega-menu .navbar-we-mega-menu > .container-fluid {
    background-color: #fff;
}
@media (min-width: 992px){
    .navbar-we-mega-menu {
        background-color: #fff;
        border: 0 none;
        padding: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        min-height: inherit;
        top: 10px;
    }
}	

