#main-slider {
	color:white;
	/*margin-top:0px;*/
}

#main-slider .carousel .slide-margin {
	margin-top: 140px;
}

#main-slider .carousel h1 {
	font-size: 20px;
	Xfont-weight: 700;
	margin: 0 0 20px;
	color: white;
}




/*#main-slider .carousel h2 {
	font-size: 28px;
	color:white;
	Xmargin-left: 20px;
	text-shadow: 2px 2px 4px #000000;
}	*/

/* 
#main-slider .carousel h2::before
{
	content: "\222B";
	Xcontent: "\226C";
	Xcontent: "\2225";
	padding-right: 15px;
    font-size: 79px;
	float: left;
	color:pink;
	margin-top: -11px;
    Xheight: 200px;
}*/
 

@media (min-width:768px)
{
	#main-slider .carousel h1 {
		font-size: 22px; 
		padding-top: 35px;
	}
}

#main-slider .carousel .carousel-content {
text-shadow: 2px 2px 4px #000000;
}

#main-slider .carousel .btn-slide {
	margin-top: 40px;
	font-size: 16px;
	padding: 0 30px;
	line-height: 42px;
	background: #ce1641;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ce1641;
}

#main-slider .carousel .btn-slide.white {
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	background: rgba(255, 255, 255, 0.26);
	color: #fff;
}

#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}

#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	Xheight: 300px; /*450px;*/
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}

#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	/*z-index: 1;*/
}

#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #ce1641;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}

#main-slider .prev:hover, #main-slider .next:hover {
	background-color: white;
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider .carousel-indicators {
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 80px;
}

#main-slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: transparent;
	margin: 0 5px;
	position: relative;
	border: 1px solid #fff;
}

#main-slider .carousel-indicators li.active {
	background-color: #ce1641;
	border: 1px solid #ce1641
}

#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}



 

 