@charset "utf-8";
/* CSS Document */
.scrol-down {left: 0px;
    position: absolute;
    right: 0px;
    bottom: 11%;
    z-index: 99;
}
.mouse-scrol {
    background-image: url(../img/mouse-scroll.png);
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: 5s ease 0s normal none infinite running scrolldown;
    animation: 5s ease 0s normal none infinite running scrolldown;
    transition-timing-function: ease-out;
}
@keyframes scrolldown {
	0% {top: 0px;}
    25% {top: 0px;}
	75% {top: 25px;}
	100% {top: 0px;}
}
.bs-slider{
    overflow: hidden;
    height:auto;
    position: relative;
    background: #000000;
}
.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);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height:auto;
}
/********************
*****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 ----------*/
.carousel-indicators {
	position: relative;
	bottom: 0px;
	margin-top: 10px;
	    margin-left: -5px;
}
.carousel-indicators li {display: block; margin-bottom:10px  !important;}
.slider-cntrolbutton {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    margin: 0px;
    padding: 0px;
	z-index: 99;
}
.control-round .carousel-control {
    opacity: 0;
}
.circl-dot {height:5px;width: 5px; background-color: #fff;}
.btncr-control-pre, .btncr-control-next { background-color: transparent; border: 0px; padding: 0px;}
.btncr-control-pre i {
	font-size:24px;
    z-index: 9;
    margin-top: 0px;
	color: #fff;
    opacity: 1;
    cursor: pointer;
}
.btncr-control-next i {font-size:24px;
    z-index: 9;
    margin-top: 0px;
	color: #fff;
    opacity: 1;
    cursor: pointer;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right:46%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width:12px;
    height:12px;
    border:0px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background:rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 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 li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    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 > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:12px;
    height:12px;
    border-radius: 50%;
    -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;
}
/*---------- 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 {
    left: 0;
    top:28%;
    right: 0;
    position: absolute;
    text-align: left;
    padding: 10px 15px;
	width: 75%;  
	margin: 0px auto;
}
.slide-text > h1 {
	color: #fff;
	margin-top: 0;
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    opacity: .95;
    margin-bottom:35px;
    display:block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
	position:relative;
	text-shadow: 0px 1px 1px #000;
}
.slide-text > h2 {color: #fff;
	margin-top: 0px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    opacity: .65;
    background: rgba(0,0,0,0.45);
    padding: 5px 8px 5px 8px;
    display: inline-block;
    margin-bottom: 40px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
	 letter-spacing: 2px;
    word-spacing: 1px;
}
.slide-text > a.btn-banner {
    text-align: center;
    white-space: nowrap;
	display: inline-block;
    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;

}
.btn-banner {background-color: rgba(255,255,255, .8);
    text-transform: uppercase;
    color: #111;
    letter-spacing: 0.8px;
    font-size:12px;
    word-spacing: 2px;
	    padding: 8px 20px;
}
.btn-banner:hover, .btn-banner:focus, .btn-banner:active, .btn-banner:active:focus {background-color:#fff;color: #111;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size:36px;
        line-height:40px;
        margin-bottom: 20px;
    }
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {padding: 10px 50px;}
    .slide-text h1 {
        font-size: 30px;
        line-height:35px;
        margin-bottom: 10px;
    }
	.slide-text > h2 {font-size:25px;}
}
@media  (max-width: 480px) {
	.control-round .carousel-control{display: none;}
    .slide-text {display:none;}
    .indicators-line > .carousel-indicators {display: none;}
}
