.slides_inhome {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 0;
}
.slides_inhome ul.bxslider {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}

.slides_inhome ul.bxslider li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slides_inhome ul.bxslider li img {
	margin: 0 auto;
	position: relative;
}

.slides_inhome .container {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left: 0;
	right: 0;
}

.slides_inhome .caption {
	position: relative;
	max-width: 50%;
}
.slides_inhome .caption h3 {
	position: relative;
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 30px;
	padding: 0px;
	color: #fff !important;
}
.slides_inhome .caption span {
	position: relative;
	font-size: 30px;
	line-height: 35px;
	margin: 10px 0 30px;
	padding: 0px;
	display: block;
}
.slides_inhome .caption p {
	text-align: justify;
	color: #fff !important;
}
.slides_inhome .caption a.readmore {
	border: 1px solid #fff;
	margin: 40px 0 0;
	padding: 6px 30px;
	display: table;
	width: auto;
	font-size: 1.3 rem;
	background: transparent;
	background-size: 100% 200%;
	background-position: left top;
	color: #fff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-weight: lighter;
	text-transform: lowercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.slides_inhome .caption a.readmore:hover {
	border: 1px solid #f15a22;
	color: #fff;
}
.slides_inhome .caption.dark h3, .slides_inhome .caption.dark p {
	color: #000;
}
.slides_inhome .caption.dark a.readmore {
	color: #000;
	border: 1px solid #000;
}
.slides_inhome .caption.dark a.readmore:hover {
	background: #000;
	color: #fff;
}

.slides_inhome .bx-wrapper .bx-pager, .slides_inhome .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.slides_inhome .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 0;
	display: block;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.slides_inhome .bx-wrapper .bx-pager.bx-default-pager a:hover, .slides_inhome .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 0;
	background: #000;
}
.slides_inhome .bx-wrapper {
	margin: 0 auto 0px;
	padding: 0;
	position: relative;
	width: 100%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.slides_inhome .bx-wrapper .bx-viewport {
	background: #fff none repeat scroll 0 0;
	border: 0;
	box-shadow: none;
	left: 0px;
	transform: translateZ(0px);
}
.slides_inhome .bx-wrapper .bx-controls-direction a {
	width: 34px;
	height: 34px;
	opacity: 0.7;
	border: 1px solid #fff;
	border-radius: 50%;
}
.slides_inhome .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}
.slides_inhome .bx-wrapper .bx-prev {
	background: rgba(0, 0, 0, 0) url("../images/btn-left.png") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/btn-right.png") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-pager {
	bottom: 10px !important;
	right: 100px;
	width: auto;
}
@media (max-width: 1280px) {
	.slides_inhome .container {
		left: 20px;
	}
}

@media (max-width: 1024px) {
	.slides_inhome .caption {
		max-width: 80%;
	}
}
@media (max-width: 767px) {
	.slides_inhome .caption h3 {
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.slides_inhome .caption span {
		font-size: 20px;
		line-height: 25px;
		margin: 0 0 20px;
	}
	.slides_inhome .caption p {
		display: none;
	}
}

@media (max-width: 375px) {
}