@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
#myCarousel.carousel, #myCarousel.carousel .item, #myCarousel .carousel-inner {
	height: 100%;
}
#myCarousel.carousel .carousel-inner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#myCarousel .carousel-caption {
	top: 28%;
	bottom: inherit;
	margin: auto;
	max-width: 400px;
	text-shadow:none;
	text-align: center;
	z-index:inherit;
}
#myCarousel .carousel-caption h1 {
	font: normal 700 45px 'Oswald', 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	margin:0;
}
#myCarousel .carousel-caption h2 {
	font-weight:300;
	color: #ff4f4f;
	text-transform:uppercase;
	margin:0;
}
#myCarousel .carousel-caption p {
	width:80%;
	text-align:center;
	line-height:24px;
	color: #666;
	margin:0 auto;
}
#myCarousel .carousel-caption a {
	border-radius:50%;
	border:1px solid #ff4f4f;
	width:50px;
	height:50px;
	padding:15px 0;
	margin:20px auto 0;;
	display:block;
}
/* Carousel Fade In
-------------------------------------------------- */
#myCarousel.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	opacity: 0.5;
}
#myCarousel.carousel.carousel-fade .active.item {
	opacity: 1;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1600px) {
#myCarousel .carousel-caption {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
	top:35%;
}
}
@media (max-width: 768px) {
#myCarousel .carousel-caption {
	-ms-transform: scale(.8); /* IE 9 */
    -webkit-transform: scale(.8); /* Safari */
    transform: scale(.8);
	top:25%;
}
}
@media (max-width: 468px) {
#myCarousel .carousel-inner {
	overflow:visible;
}
#myCarousel .carousel-caption {
	top: inherit;
	bottom: -50px;
    left: 0;
    right: 0;
	background:rgba(0,0,0,.65);
}
#myCarousel .carousel-caption h2 {
	font-size:30px;
}
#myCarousel .carousel-caption p {
    width: 85%;
    color: #fff;
}
}
