.control-carousel .carousel-control-prev {
    left: 15px;
}
.control-carousel .carousel-control-next, .carousel-control-prev {
    top: auto;
    bottom: 40px;
    opacity: 1;
}
p.close_icon {
    position: absolute;
    right: 2.5%;
    top: 10%;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    margin: 0px;
}
p.close_icon i{
    border: 1px solid #fff;
    padding: 6px 8px;
    border-radius: 30px;
    font-size: 12px;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.indicators-line > .carousel-indicators{
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-align: center;  
    margin-bottom: 0px;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 13.87px;
    height: 13.87px;
    border: 0px;
    display: inline-block;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
     background-color: rgba(255,255,255,0.7);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators .active{
    background-color: #FE659B;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line.hide ol.carousel-indicators{
    display: none;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text{padding: 10px 15px;margin-left: 2.5%;margin-right: 2.5%;}
.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
   /* padding: 10px 85px;margin: auto;*/ 
}
.slide-text.slider-content{top:10%;}
.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 35px;
    font-style: normal;
    line-height: 42px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p { 
    padding: 0;
    color: #ffffff;
    font-size: 17.6px;
    line-height: 26.4px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.btn-slider{ 
    height: 45px;
    width: 150px;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    border-radius: 100px;
    color: #FE659B;
    background-color: #FFF;
    -webkit-animation-delay: 2s; 
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.button_area .btn-slider{ background-color: #212121;color: #FE659B;}
.btn-slider.now{background-color: #FE659B;color: #fff;}
.btn-slider.like{background-color: transparent;color: #fff;border: 2px solid #fff !important;width: 100px;}
.btn-slider.liked{width: 100px;color:#FE659B;background-color: #fff;border: 2px solid transparent !important;}
.btn-slider img{margin-right: 7px;
    margin-bottom: 3px;}
.btn-slider:hover{opacity: 0.8;}    

/*------------------------------------------------------*/
/* OVERVIEW SLIDER LINKS AND FEATURE
/*------------------------------------------------------*/
.slider-link {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.slider-link ul {
    margin: 0px;
    padding: 0px;
}
.slider-link li{display:inline-block;margin: 20px 10px;position: relative;}
.slider-link li a{color: #fff;font-size: 19.2px;font-weight: bold;line-height: 30px;}
.slider-link li a:hover{text-decoration: none;}
.slider-link li a.active:after {
    content: '';
    width: 36px;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    border-width: 0 0 4px;
    border-style: solid;
    border-color: #FE659B;
    margin: 0px auto;
}
/*.slide-text > .btn-slider:hover,
.slide-text > .btn-slider:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.slide-text > .btn-slider:hover .fa{border: 1px solid #fff; }
button.btn.btn-slider .fa { 
    border: 1px solid #FE659B;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 17.6px;
    font-weight: normal;
    margin-right: 5px;
}
*/
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (min-width: 1100px){
    .slide-text{width: 46%;}
}
@media only screen and (max-width: 1099px) {
    .slide-text{width: 100%;}
}
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA RESPOSIVE ----------*/
@media  (max-width: 767px) {
    .slide-text {
        padding: 10px 50px;
        display: none;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
    .indicators-line > .carousel-indicators {padding-bottom: 0px !important;} 

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
