

/* SVG wrap */
.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.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%;
    height: 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;
}

/********************
*****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: 0;
    z-index: 100;
    color: #ffffff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}


.control-round .carousel-control {
	margin: 0 20px;
	padding: 9px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background:rgba(255, 255, 255, 0.95);
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
}

.carousel-control .icon-wrap {
	position: absolute;
	width: 32px;
}

.carousel-control.left .icon-wrap {
	left:auto;
}

.carousel-control.right .icon-wrap {
	right: auto;
}

.carousel-control svg.icon {
	fill: #fff;
}

.carousel-control:hover svg.icon{ fill:#009df7 ;}


.carousel-control h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	white-space: nowrap;
	font-size:14px;
	line-height:62px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	color:#009df7;
}

.carousel-control.left h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-control.right h3 {
	left: 20px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.control-round .carousel-control:hover {
	 
	background: #fff;
}
.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0;
    bottom: 30px;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	margin-right:0;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;  
    z-index: 10;
    cursor:pointer; border-radius:50%; margin: 1px 5px 1px 1px;
	background:#fff;border:none ;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
   
    background-color: #009df7 ;
    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;
	border:none ;

}
.indicators-line > .carousel-indicators .active:before{
    
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}


.slide-text {      left: 0;
    top: 35%;
    right: 0;
    margin: auto; 
    position: absolute;
    text-align:center;
    padding: 43px 60px 34px;
    max-width: 1700px; 
    
}  
.slide-text .slide-text-m>p{ color:#ffffff; font-size:76px; line-height:76px; text-transform:capitalize; font-family: 'Playball-Regular'; letter-spacing:4px;}
.slide-text .slide-text-m>span{ display:block; letter-spacing:4px; font-size:92px; color:#ffffff; line-height:92px;  font-family: 'Exo-Bold'; text-transform:uppercase; margin-top:60px; text-shadow:5px 3px 0 rgba(0,0,0,0.2)}
.btn-default{ 
	margin-top:121px; text-transform:uppercase; background:#009df7;
    color: #ffffff; border-radius:25px;  
    font-size: 14px; border:none;
    white-space: nowrap; letter-spacing:1px;
    display: inline-block;
    -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;
	line-height:46px;text-align:center;
	padding:0px 35px; position:relative;

}
.btn-default i{background:url(../images/more_icon1.png) no-repeat; display:inline-block; width:21px; height:11px; vertical-align:middle; margin-left:14px}
 .btn-default:hover{ color:#fff}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1299px) { 
	.slide-text{ top:28%}
	.btn-default{ margin-top:60px}
	.slide-text .slide-text-m>p{    font-size: 60px; line-height:60px}
	.slide-text .slide-text-m>span{    font-size: 80px; line-height:80px; margin-top:45px}
	}
@media (max-width: 1024px) { 
	.slide-text{ top:12%}
	.btn-default{ margin-top:40px}
	.slide-text .slide-text-m>p{    font-size: 50px; line-height:50px}
	.slide-text .slide-text-m>span{    font-size: 62px; line-height:62px; margin-top:30px}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
 	.slide-text{ top:8%;    padding: 43px 20px 34px;}
	.btn-default{ margin-top:30px}
	.slide-text .slide-text-m>p{    font-size: 38px; line-height:38px}
	.slide-text .slide-text-m>span{    font-size: 44px; line-height:44px; margin-top:25px}
 	 
	
}
@media  (max-width: 632px) {
	
.slide-text .slide-text-m> a.btn-default{ display:none}
}
@media  (max-width: 465px) { 
 .slide-text{ top:0;  padding: 43px 15px 20px;}
  .control-round .carousel-control.left,.control-round .carousel-control.right{ display:none}
   .indicators-line > .carousel-indicators{ bottom:10px}
	.slide-text .slide-text-m>p{    font-size: 26px; line-height:26px; letter-spacing:2px}
	.slide-text .slide-text-m>span{    font-size: 32px; line-height:32px; margin-top:20px; letter-spacing:2px}
}

@media  (max-width: 325px) {
	.slide-text .slide-text-m>p{    font-size: 24px; line-height:24px; letter-spacing:2px}
	.slide-text .slide-text-m>span{    font-size: 28px; line-height:28px; margin-top:20px; letter-spacing:2px}
	}