.home-backgrounds {
	position: relative;
	width: 100%;
	min-height: 280px;
}

.slide-image {
	background-size: cover;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity .75s ease-in-out 350ms;
}

.slide-image.off {
	opacity: 0;
	transition: opacity .75s ease-in-out 350ms;
}

@media (min-width: 740px) {
	.home-backgrounds {
		min-height: 420px;
	}
}

@media (min-width: 1024px) {
	.home-backgrounds {
		min-height: 600px;
	}
}

/* BUTTONS */

#home-content .btn-prev {
	background-image: url(../images/slider-arrow-left.png);
	background-size:  60px 60px;
	color: #FFF;
	display: none;
	width: 60px;
	height: 60px;
	float: left;
	opacity: .75;
	outline: none;
	margin-left: 0;
	margin-right: -100%;
	text-indent: -9999px;
	transition: opacity .25s ease-in-out;
}

@media (min-width: 740px) {
	#home-content .btn-prev {
		display: block;
		margin-top: 100px;
	}
}

@media (min-width: 1024px) {
	#home-content .btn-prev {
		margin-top: 130px;
	}
}

#home-content .btn-next {
	background-image: url(../images/slider-arrow-right.png);
	background-size: 60px 60px;
	color: #FFF;
	display: none;
	width: 60px;
	height: 60px;
	float: right;
	opacity: .75;
	outline: none;
	text-indent: -9999px;
	transition: opacity .25s ease-in-out;
}

@media (min-width: 740px) {
	#home-content .btn-next {
		display: block;
		margin-top: 100px;
	}
}

@media (min-width: 1024px) {
	#home-content .btn-next {
		margin-top: 130px;
	}
}

#home-content .btn-prev:hover {
	opacity: 1;
}
#home-content .btn-next:hover {
	opacity: 1;
}

/* SLIDE TEXT */

#home-content {
	font-size: 12px;
	position: absolute;
	margin-top: -90px;
	width: 100%;
	z-index: 10;
}

@media (min-width: 740px) {
	#home-content {
		font-size: 14px;
		top: 160px;
	}
}

@media (min-width: 1024px) {
	#home-content {
		top: 200px;
	}
}

#home-content .slides-wrap {
	background: rgba(255,255,255,0.75);
	border-radius: 10px;
	height: 200px;
	padding: 16px 30px;
}

@media (min-width: 740px) {
	#home-content .slides-wrap {
		float: left;
		margin-left: 12.5%;
		margin-right: -100%;
		min-width: 430px;
		width: 56.5%;
		height: 250px;
		padding: 24px 32px;
		position: relative;
	}
}

@media (min-width: 1024px) {
	#home-content .slides-wrap {
		margin-left: 6.25%;
		max-width: 580px;
		padding: 32px 60px;
		height: 260px;
	}
}

#home-content ul.slides {
	position: relative;
}

#home-content ul.slides li {
	position: absolute;
	top: -10px;
	opacity: 0;
	transition: visibility 0s linear 1s, opacity .5s ease-in-out, top .35s ease-in-out .25s;
	visibility: hidden;
}

#home-content ul.slides li.active {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition-delay: 0s;
}

@media (min-width: 1024px) {
	#home-content ul.slides li {
 		top: -12px;
	}
	#home-content ul.slides li.active {
 		top: 0;
	}
}

#home-content .slide h2 {
	border-bottom: 2px dotted #13b7d1;
	color: #0e528f;
	/* font-family: "nimbus-sans-extended"; */
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: .25em;
	margin-bottom: .25em;
	text-transform: lowercase;
	font-style: normal;
/* 	filter: none; */
}

.ie #home-content .slide h2 {
	/*font-family: "nimbus-sans";*/
	font-family: sans-serif;
/* 	letter-spacing: 1px; */
}

.pc #home-content .slide h2 {
	/*font-family: "nimbus-sans";*/
	font-family: sans-serif;
}

@media (min-width: 740px) {
	#home-content .slide h2 {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	#home-content .slide h2 {
		font-size: 30px;
	}
}

#home-content .slide h2 strong {
	font-weight: 700;
}

/* PAGER */

#home-content .slideshow-pager {
	display: block;
	margin-top: 156px;
	text-align: center;
}

@media (min-width: 740px) {
	#home-content .slideshow-pager {
		margin-top: 200px;
	}
}

#home-content .slideshow-pager li {
	margin-right: 24px;
	display: inline-block;
}

#home-content .slideshow-pager li:last-child {
	margin-right: 0;
}

@media (min-width: 740px) {
	#home-content .slideshow-pager li {
		display: block;
		float: left;
		margin-right: 16px;
	}
}

#home-content .slideshow-pager li a {
	background-color: #888;
	border-radius: 20px;
	display: block;
	height: 14px;
	outline: none;
	text-indent: -9999px;
	width: 14px;
}

@media (min-width: 740px) {
	#home-content .slideshow-pager li a {
		height: 10px;
		width: 10px;
	}
}

#home-content .slideshow-pager li.active a {
	background-color: #13b7d1;
}
