.bs-slider{ margin-top:0;
    overflow: hidden;
    max-height:700px;
    position: relative;
    background: #FFF; margin-bottom:0; margin-top:-0px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.50);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important; 
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%; 
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 45%;
opacity:1 !important;
width:60px;
height:60px;
z-index: 100;
color: #C10069;
display: block;
font-size:18px;
cursor: pointer;
overflow: hidden;
line-height:58px;
text-shadow: none;
position: absolute;
font-weight: normal; text-align:center;
background: transparent; background: none; border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
border:2px solid #C10069;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
	color: #C10069; border:2px solid #C10069;

}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- 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 { width:55%; background: none;
   left: 5%;
    top:20%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 { width: auto; font-weight:800; text-transform:uppercase; padding:0; margin:0; color:#FFF; font-size:38px; font-style: normal; line-height:50px;   letter-spacing:.5px; display: inline-block; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; background:none}


.slide-text > p { width:100%;
    padding: 0;
    color:#FFF;
    font-size:18px;
    line-height:28px;
    font-weight:500;
    margin-bottom:15px; margin-top:15px;
    letter-spacing:.5px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	text-transform:capitalize;
}
.slide-text > a.btn-default{
    color: #FFF; background: none;
    font-weight:700;
    font-size:16px;
    line-height: 25px;
    margin-right: 10px;
	margin-top:15px;
    text-align: center;
    padding: 15px 45px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #FFF;
    text-transform:uppercase;
    -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; border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -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;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #222;
    background:#FFF;
	border:2px solid #FFF;
    -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;
}

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {

.slide-text { width:50%; 
   left:10%;
    top:25%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 {  font-size:42px;  line-height:55px;}

.slide-text > p { 
    font-size:20px;
    line-height:30px;
}
	
}

@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

.slide-text { width:55%; 
   left:10%;
    top:25%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 {  font-size:30px;  line-height:40px;}

.slide-text > p { 
    font-size:15px;
    line-height:22px;
}

.slide-text > a.btn-default{
   
    font-size: 13px;
    line-height: 20px;
    padding:15px 30px;

}


	
}

@media only screen and ( min-width: 600px) and ( max-width: 767px ) {

.slide-text { width:65%; 
   left: 5%;
    top:15%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 {  font-size:25px;  line-height:35px;}

.slide-text > p {
    font-size:14px;
    line-height:20px;
}

.slide-text > a.btn-default{
   
    font-size: 13px;
    line-height: 25px;
    padding:10px 30px;
	margin-top:10px;

}


.control-round .carousel-control {
	top: 43%;
width:40px;
height:40px;
font-size:12px;
line-height:38px;
}

}

@media only screen and ( min-width: 481px) and ( max-width: 599px ) {

.slide-text { width:65%; 
   left: 5%;
    top:20%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 {  font-size:20px;  line-height:30px;}

.slide-text > p {
    font-size:12px;
    line-height:16px;
	margin-bottom:5px;
	margin-top:5px;
}

.slide-text > a.btn-default{ display:none;

}

.control-round .carousel-control {
	top: 41%;
width:35px;
height:35px;
font-size:12px;
line-height:33px;
}

}

@media only screen and ( min-width: 320px) and ( max-width: 480px ) {

.slide-text { width:70%; 
   left: 5%;
    top:20%;
    /*right: 5%;*/
    margin: auto;
    padding:0;
    position: absolute;
    text-align: left;
    
}

.slide-text > h1 {  font-size:15px;  line-height:20px;}

.slide-text > p {
    font-size:12px;
    line-height:15px;
	margin-bottom:5px;
	margin-top:5px;
}

.slide-text > a.btn-default{ display:none;

}

.control-round .carousel-control {
	top: 40%;
width:30px;
height:30px;
font-size:10px;
line-height:28px;
}
}