@charset "utf-8";

/* CSS Document */



#myCarousel {

	background: #303030;

	position: relative; 

	width: 100%;

	margin:0 auto;

	/*z-index:20;*/

	padding: 0px;

}

#myCarousel .item{

	width:100% !important;  

    margin: 0;

	overflow:hidden;

}

#myCarousel .item > img {

	display:none;

}



#myCarousel .item > a {

	width:80%;

	margin:0 auto;

    display: block;

}



#myCarousel .mycarousel-caption {}

#myCarousel .mycarousel-caption h2 {

	margin: 0;

	padding: 10px 0;

    font-weight: 800;

    font-size: 45px;

    line-height: 55px;

	color: #ffffff;

  	text-transform: uppercase;

	-webkit-animation-delay: 0.5s;

    animation-delay: 0.5s;

	    text-shadow: 1px 1px 1px rgba(0,0,0,7), 2px 2px 2px rgba(0,0,0,0.4), 4px 4px 4px rgba(0,0,0,0.2);

}

#myCarousel .mycarousel-caption p {

	margin: 0;

    padding: 10px 0 50px;

    color: #FFF;

    font-size: 17px;

    line-height: 28px;

    -webkit-animation-delay: 1s;

    animation-delay: 1s;

		    text-shadow: 1px 1px 1px rgba(0,0,0,7), 2px 2px 2px rgba(0,0,0,0.4), 4px 4px 4px rgba(0,0,0,0.2);



}

#myCarousel .mycarousel-caption a {

	color:#fff;

	border: 1px solid rgba(255,255,255,0.8);

	

    padding: 10px 20px;

}

#myCarousel .mycarousel-caption a > i {

	padding-left:20px;

}







#myCarousel .carousel-indicators {

    bottom: 10px;

}

#myCarousel .carousel-indicators li {

	width:10px;

	height:10px;

	margin: 3px;

	border-radius: 10px;

	background-color: rgba(255, 255, 255, 1);

	border:none;

}

#myCarousel .carousel-indicators .active {

    background-color: #f00;

}



#myCarousel .carousel-control {

	width:8%;

    filter: alpha(opacity=100);

    opacity: 1;

	background: none;

}

#myCarousel .carousel-control span {

    width: 40px;

    height: 40px;

    margin-top: -20px;

    font-size: 30px;

    padding: 5px;

}

#swipe-prev span{left:25%;}

#swipe-next span{right:25%;}

#myCarousel .carousel-control span{display:none;}

#myCarousel .carousel-control:hover span {display:block;}



@media (min-width: 768px) {

	#myCarousel .item{

    	height: calc(100vh - 70px);

		    background-size: cover;

    background-attachment: fixed;

	}	

	#myCarousel .mycarousel-caption {

	    position: absolute;

    	top:50%;

	    right: 0;

    	left: 50%;

	    padding: 20px;

    	z-index: 22;

	    margin: 0 6%;

	    overflow: hidden;

    	transform:translateY(-50%);

	}

}



@media (max-width: 767px) {

	#myCarousel .item > img {

		display:block;

	}

	#myCarousel .mycarousel-caption {

    	width: 100%;


		margin:auto;

		background-color:#303030;

	}

	#myCarousel .mycarousel-caption h2 {

	    font-size: 24px;

    	line-height: 32px;

		letter-spacing: 0px; 

		font-weight: 400;

	}

	#myCarousel .mycarousel-caption p {

    	font-size: 16px;

		line-height: 20px;

		padding: 10px 0 30px;

	}

	#myCarousel .mycarousel-caption a {

    color: #fff;

    border: 1px solid rgba(255,255,255,0.8);

    padding: 5px 10px;

	font-size: 12px;

}



	

}

