.bs-slider {
	background: rgb(0, 0, 0); overflow: hidden; position: relative; max-height: 700px;
}
.bs-slider:hover {
	
}
.bs-slider:active {
	
}
.bs-slider .bs-slider-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img {
	margin: auto; width: 100% !important;
}
.bs-slider > .carousel-inner > .item > a > img {
	margin: auto; width: 100% !important;
}
.fade {
	opacity: 1;
}
.fade .item {
	transition:opacity 1s ease-in-out; left: 0px !important; top: 0px; width: 100%; display: block !important; position: absolute; z-index: 1; opacity: 0; -webkit-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s;
}
.fade :first-child.item {
	top: auto; position: relative;
}
.fade .active.item {
	transition:opacity 1s ease-in-out; z-index: 2; opacity: 1; -webkit-transition: opacity ease-in-out 1s; -o-transition: opacity ease-in-out 1s; -moz-transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
	background: 0px 0px; border-radius: 100px; top: 47%; width: 45px; height: 45px; color: rgb(255, 255, 255); line-height: 43px; overflow: hidden; font-size: 24px; font-weight: 400; display: block; position: absolute; z-index: 100; cursor: pointer; opacity: 0; text-shadow: none; -webkit-border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .left.carousel-control {
	left: 1%;
}
.control-round .right.carousel-control {
	right: 1%;
}
.control-round .left.carousel-control:hover {
	background: rgba(0, 0, 0, 0.5); border: 0px transparent; border-image: none; color: rgb(253, 253, 253);
}
.control-round .right.carousel-control:hover {
	background: rgba(0, 0, 0, 0.5); border: 0px transparent; border-image: none; color: rgb(253, 253, 253);
}
.control-round .left.carousel-control > span:nth-child(1) {
	left: 45%;
}
.control-round .right.carousel-control > span:nth-child(1) {
	right: 45%;
}
.indicators-line > .carousel-indicators {
	left: auto; width: 90%; height: 20px; text-align: right; right: 48%; bottom: 3%; padding-top: 1px; padding-right: 10px; padding-left: 10px; font-size: 0px; white-space: nowrap; -ms-overflow-x: auto; -ms-overflow-y: hidden;
}
.indicators-line > .carousel-indicators li {
	background: rgb(158, 158, 158); padding: 0px; border-radius: 50%; border: 1px solid rgb(158, 158, 158); transition:0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99); border-image: none; width: 10px; height: 10px; text-align: left; text-indent: 0px; letter-spacing: 1px; overflow: hidden; margin-right: 2px; position: relative; z-index: 10; cursor: pointer; -webkit-font-smoothing: antialiased; -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99); -webkit-border-radius: 50%;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0px;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px; transition:background-color 0.3s; position: relative; box-shadow: 0px 0px 0px 2px #fff; background-color: transparent; -webkit-transition: background-color .3s ease; -o-transition: background-color .3s ease; -moz-transition: background-color .3s ease;
}
.indicators-line > .carousel-indicators .active::before {
	border-radius: 50%; transition:background-color 0.3s; left: -1px; top: -1px; width: 10px; height: 10px; position: absolute; content: ""; transform: scale(0.5); background-color: rgb(255, 255, 255); -webkit-transition: background-color .3s ease; -o-transition: background-color .3s ease; -moz-transition: background-color .3s ease;
}
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	margin: auto; padding: 10px 85px; left: 0px; top: 25%; text-align: left; right: 0px; position: absolute;
}
.slide-text > h1 {
	padding: 0px; color: rgb(255, 255, 255); line-height: 84px; letter-spacing: 1px; font-size: 30px; font-style: normal; margin-bottom: 30px; display: inline-block; animation-delay: 0.7s; -webkit-animation-delay: .7s;
}
.slide-text > p {
	margin: 0px auto 40px; padding: 0px; width: 60%; color: rgb(255, 255, 255); line-height: 24px; letter-spacing: 1px; font-size: 12px; font-weight: 300; animation-delay: 1.1s; -webkit-animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	padding: 17px 30px; border: 0px currentColor; transition:background 0.3s ease-in-out, color 0.3s ease-in-out; border-image: none; text-align: center; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 15px; letter-spacing: 1px; font-size: 13px; font-weight: 400; margin-right: 10px; display: inline-block; white-space: nowrap; animation-delay: 2s; -webkit-transition: background .3s ease-in-out, color .3s ease-in-out; -webkit-animation-delay: 2s;
}
.slide-text > a.btn-primary {
	background: rgb(0, 191, 255); padding: 17px 30px; border: 0px currentColor; transition:background 0.3s ease-in-out, color 0.3s ease-in-out; border-image: none; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 15px; letter-spacing: 1px; font-size: 13px; font-weight: 400; text-decoration: none; margin-left: 10px; display: inline-block; white-space: nowrap; cursor: pointer; animation-delay: 2s; -webkit-transition: background .3s ease-in-out, color .3s ease-in-out; -webkit-animation-delay: 2s;
}
.slide-text > a:hover {
	background: rgb(34, 34, 34); transition:background 0.5s ease-in-out, color 0.5s ease-in-out; color: rgb(255, 255, 255); -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
}
.slide-text > a:active {
	background: rgb(34, 34, 34); transition:background 0.5s ease-in-out, color 0.5s ease-in-out; color: rgb(255, 255, 255); -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
}
@media all and (max-width:991px)
{
.slide-text h1 {
	line-height: 50px; font-size: 40px; margin-bottom: 20px;
}
.slide-text > p {
	font-size: 18px;
}
}
@media all and (max-width:768px)
{
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	line-height: 40px; font-size: 30px; margin-bottom: 10px;
}
.slide-text > p {
	line-height: 20px; font-size: 14px; margin-bottom: 20px;
}
.control-round .carousel-control {
	display: none;
}
}
@media all and (max-width:480px)
{
.slide-text {
	padding: 10px 30px;
}
.slide-text h1 {
	line-height: 25px; font-size: 20px; margin-bottom: 5px;
}
.slide-text > p {
	line-height: 18px; font-size: 12px; margin-bottom: 10px;
}
.slide-text > a.btn-default {
	padding: 10px 15px; text-align: center; line-height: 10px; font-size: 10px; margin-right: 10px;
}
.slide-text > a.btn-primary {
	padding: 10px 15px; text-align: center; line-height: 10px; font-size: 10px; margin-right: 10px;
}
.indicators-line > .carousel-indicators {
	right: 43%;
}
}
@media all and (max-width:1280px)
{
.slide-text h1 {
	font-size: 2em;
}
.slide-text p {
	line-height: 180%; font-size: 1em;
}
}
@media all and (max-width:768px)
{
.slide-text h1 {
	display: none;
}
.slide-text p {
	display: none;
}
.slide-text > a.btn-default {
	display: none;
}
.slide-text > a.btn-primary {
	display: none;
}
}
