@charset "utf-8";

/*CAROUSEL SLIDER*/

#slider_part{
   width: 100%;
   height:auto;
   overflow:hidden;
   background:#eceff1;
   padding:20px 0;
}
@media (max-width: 500px) {
	#slider_part{
		display:none;
	}
}
.overlay-slide{
    width: 100%;	
    max-height: 500px;
    position: relative;
	display:block;
}
.overlay-slide img{
    height: auto;
    width: 100%;
    display: block;
}
.carousel-caption{
	background:rgba(38,50,56,0.7);
    bottom: 0;
    left:0;
    right: 0;
	padding:15px;
    text-shadow:none!important;	
	text-align: center;
    -webkit-transition: all.3s ease-in 0s;
         -o-transition: all.3s ease-in 0s;
            transition: all.3s ease-in 0s;
}
.carousel-caption h1 {
    font-family: 'Roboto Condensed', sans-serif;	
	font-size:1.4em;
	margin:5px;
	color:#ffffff;
	text-transform:uppercase;
}
.carousel-caption h1 a{
	color:#ffffff;
}
.carousel-caption h1 a:hover{
	color:#7dd5f2;
}
/*-- Animation --*/

.carousel .item .carousel-caption {
	display: none;
}
.carousel .item.active .carousel-caption{
	display: block;
}

/*-- Control--*/ 

.carousel-control.left,
.carousel-control.right{
	background-image:none !important;
    background-repeat:no-repeat !important;
}
.carousel-control{
    width:4% !important;
}
.carousel-control.left span{
    padding:15px;
}
.slides-control .carousel-control{
    position: absolute;
    width: 240px;
    top: 45%;
    z-index:10;
}
.carousel-control.left{
    left: 0;
}
.carousel-control.right{
    right: 20px;
}
.carousel-control.left,
.carousel-control.right {
    width: 120px;
    height: 40px;
}
.slides-control .carousel-control i{
	background:rgba(38,50,56,0.5);
    width: 50px;
    height: 50px;
    line-height: 36px;
    font-size: 2em;
    padding-top: 4px;
    border:1px solid #fff;
    color: #fff;
		
	-webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
            transition: all 500ms ease;
}
.slides-control .carousel-control i:hover{
	background:rgba(52,192,240,0.8);
    border: 1px solid #34c0f0;
}

@media (max-width: 1200px) {
	.overlay-slide {
    	height: 100%;
	}	

}
@media (max-width: 991px) {
	.overlay-slide{	
		max-height: auto;
	}	
/*
	.carousel-caption {
    	top: 15%;
	}	
	.carousel-caption .logo-slider {
		display:none;
	}	
*/	
	.carousel-control.right {
    	right: 50px;
	}	
}

@media (max-width: 767px) {
	/*
	.carousel-caption {
    	top: 5%;
	}
	*/
	.slides-control .carousel-control{
		top: 40%;
	}
	.slides-control .carousel-control i {
	    line-height: 15px;
	    font-size: 20px;
	    width: 30px;
	    height: 30px;
	}
	.carousel-control.right {
    	right: 30px;
	}	
}

@media (max-width: 500px) {
	/*
	.carousel-caption {
    	top: 5%;
	}
	*/
	.carousel-indicators li {
	    width: 15px !important;
	    height: 15px !important;
	}
	.slides-control .carousel-control i {
	    line-height: 15px;
	    font-size: 20px;
	    width: 30px;
	    height: 30px;
	}
}

/*CUSTOM STYLE*/
.carousel .item.active .animated0 {
    -webkit-animation: pulse 0.2s ease-in-out 0ms both;
    		animation: pulse 0.2s ease-in-out 0ms both;
}
.carousel .item.active .animated1 {
    -webkit-animation: bounceInDown 0.4s ease-in-out 300ms both;
    		animation: bounceInDown 0.4s ease-in-out 300ms both;
}
.carousel .item.active .animated2 {
    -webkit-animation: bounceInLeft 0.6s ease-in-out 600ms both;
    		animation: bounceInLeft 0.6s ease-in-out 600ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInRight 0.8s ease-in-out 600ms both;
    		animation: bounceInRight 0.8s ease-in-out 600ms both;
}