
#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 35%;
	padding:25px;
	background-color:rgba(0,0,0,0.2);
}
#main-slider .carousel .slide-margin {
	position:absolute;
	top:0;
	right:0;
	left:0;
}
#main-slider .carousel h1 {
	font-family:"Lucida Fax";
	color: #fff;
	font-size:28px;
	/*-webkit-text-stroke-width: 5px;
   -webkit-text-stroke-color: rgba(0,0,0,0.2);*/
   text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
   padding-bottom:10px;
}
#main-slider .carousel h2 {
	color: #fff;
	font-size:18px;
	text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
	padding-left:158px;
}
.img2 {
	width:100%;
	top:0px;
}
.img3 {
	margin-left:82px;
	width:100%;
	top:35px;
}
#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;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-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: #0d67b0;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 15px;
}
#main-slider .next {
	right: 15px;
}
#main-slider .carousel-indicators li {
	width: 18px;
	height: 18px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: rgba(0,0,0,0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 18px;
	height: 18px;
	background-color: #c52d2f;
	margin: 0 15px 0 0;
	border: 1px solid #c52d2f;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: #0d67b0;
	border: 1px solid #0d67b0;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-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;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-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;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-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;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}

@media (max-width: 1200px) {
#main-slider .carousel .carousel-content {
	margin-top: 11%;
	margin-left:50px
}
#main-slider .carousel h1 {
	font-size:28px;
}
#main-slider .carousel h2 {
	font-size:16px;
}
.img2 {
	width:100%;
	top:-68px;
	right:50px;
}
.img3 {
	margin-left:82px;
	width:80%;
	top:30px;
	right:50px;
}
}
@media (max-width: 1000px) {
#main-slider .carousel .slider-img {
	display:none;
}
}
@media (max-width: 992px) {
#main-slider .carousel .carousel-content {
	margin-top: 20%;
}
}
@media (max-width: 800px) {
#main-slider .carousel .carousel-content {
	margin-top: 7%;
	padding:0 70px;
	background:none
}

}
@media (max-width: 640px) {
#main-slider .carousel .carousel-content {
	display:none;
}
.carousel-indicators {
    bottom: 0px;
}
#main-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
}
#main-slider .carousel-indicators li:after {
	width: 18px;
	height: 18px;
}
#main-slider .carousel-indicators .active {
	width: 14px;
	height: 14px;
}
#main-slider .carousel-indicators .active:after {
	width: 18px;
	height: 18px;;
}
}