.slides_inhome {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 0;
	overflow: hidden;
}
.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 {
	background: transparent;
	padding: 0px;
	max-width: 45%
}

.slides_inhome .caption h3 {
	position: relative;
	display: table;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
}
.slides_inhome .caption p {
	color: #fff;
	font-size: 24px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.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: transparent;
	border: 2px solid #fff;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.slides_inhome .bx-wrapper .bx-pager.bx-default-pager a:hover, .slides_inhome .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 2px solid #fff;
	background: #da2028;
}
.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: 28px;
	height: 50px;
	opacity: 0.7;
}
.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/misc-arrow-left.svg") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-next {
	background: rgba(0, 0, 0, 0) url("../images/misc-arrow-right.svg") no-repeat scroll;
}
.slides_inhome .bx-wrapper .bx-pager {
	bottom: 10px !important;
}
@media (max-width: 1280px) {
	.slides_inhome .container {
		left: 20px;
	}
}
@media (max-width: 767px) {
	.slides_inhome ul.bxslider li {
		height: auto;
		min-height: unset;
	}
	.slides_inhome .bx-controls, .slides_inhome .caption {
		display: none;
	}
}

@media (max-width: 375px) {
}