.bs-slider{overflow: hidden;  position: relative;}
.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%;
    background-color: rgba(0, 0, 0, 0.40);}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height: 100%;}
.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;
}

.control-round .carousel-control {
    opacity: 0;
    width: 50px;height: 50px;top: 50%;margin-top: -25px;line-height: 45px;text-align: center;
    z-index: 100;
    color: #fff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 50%;border-radius: 50%;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 10px;}
.control-round .carousel-control.right {right: 10px;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 0.3);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}

.indicators-line > .carousel-indicators{
    left: 50%;margin-left: -50px; width: 100px; height: 50px;
    bottom:-10px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding:10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 12px;
    margin: 0 5px;
    border: 1px solid rgba(255,255,255,1);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
     -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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: 999;
    cursor:pointer;}
.indicators-line > .carousel-indicators li:last-child{ margin-right: 0;}
.indicators-line > .carousel-indicators .active{ background-color:rgba(255,255,255,1); position: relative;}

.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {
    top: 30%;left:50%;width: 1200px;margin-left: -600px;
	height: auto;
    position: absolute;
    padding: 10px;}

.slide-text > h1 {
	display: block;
    padding: 0;
    color: #fff;
    font-size: 44px;
	font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 5px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    text-shadow: rgba(0,0,0,0.1) 5px 0 10px;
    -webdit-text-shadow: rgba(0,0,0,0.1) 5px 0 10px;}

.slide-text > p {
    padding: 0;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	margin-bottom: 30px;
}
.slide-text > a.btn-primary{
    color: #fff;position: relative;
    font-weight: 300;
    font-size: 14px;
	width: 150px;
    line-height: 36px;
    padding:0px;
	text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border:1px solid rgba(255,255,255,0.6);
	border-radius:0px;
    -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: #333;
    background: #fff;
    -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;
}
@media screen and (min-width:1400px) and (max-width: 1499px){
.slide-text {top: 25%;width: 1200px;margin-left: -600px;}
.slide-text > h1 { font-size: 36px;margin-bottom: 20px;}
.slide-text > p {font-size: 18px;line-height: 36px;}
.slide-text > a.btn-primary{width: 140px;line-height: 30px;}
}
@media screen and (min-width:1300px) and (max-width: 1399px){
.slide-text {top: 25%;width: 1200px;margin-left: -600px;}
.slide-text > h1 {font-size: 30px; margin-bottom: 20px;}
.slide-text > p {font-size: 16px;line-height: 30px;}
.slide-text > a.btn-primary{width: 120px;line-height: 28px;}
}
@media screen and (min-width: 1200px) and (max-width: 1299px){
.slide-text {top: 25%;width: 1100px;margin-left: -550px;}
.slide-text h1 { font-size: 30px; margin-bottom: 20px;}
.slide-text > p { font-size: 14px;line-height: 22px;}
.slide-text > a.btn-primary{width: 110px;line-height: 25px;}
}
@media screen and (min-width: 1100px) and (max-width: 1199px){
    .slide-text {top: 25%;width: 1000px;margin-left: -500px;}
    .slide-text h1 {font-size: 30px; margin-bottom: 20px;}
    .slide-text > p { font-size: 14px;line-height: 22px; }
    .slide-text > a.btn-primary{width: 110px;line-height: 25px;}
    }
@media screen and (min-width: 1000px) and (max-width: 1099px){
    .slide-text {top: 25%;width: 98%;margin-left: -49%;}
    .slide-text h1 {font-size: 30px; margin-bottom: 20px;}
    .slide-text > p {font-size: 14px;line-height: 22px;}
    .slide-text > a.btn-primary{ width: 110px;line-height: 25px; }
}
@media (max-width:999px){
    .slide-text {top: 25%;width: 900px;margin-left: -450px;}
    .slide-text h1 {font-size: 30px;margin-bottom: 10px;}
    .slide-text > p {font-size: 14px;line-height: 22px;}
    .slide-text > a.btn-primary{width: 110px;line-height: 25px; }
}