/* Slider */
#slider-container {
	display: block;
	width: 900px;
	height: 500px;
	margin: 50px auto;
}

#slider-container img {
	position: relative;
	max-width: 900px;
	/*min-width: 900px;*/
	max-height: 500px;
	vertical-align: middle;
	margin: auto;
}

.slider-content {
	position: absolute;
	display: block;
	min-height: 130px;
	color: #fff;
	background: rgba(0,0,0,0.8); !important;
	width: 900px;
	z-index: 2;
	margin-top: -130px;
	padding-left: 40px;
}

.slider-title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 3px;
}
.slick-dots li button:before {
	color: #fff !important;
}

.slick-prev:before, .slick-next:before {
	font-size: 45px !important;
}

.slick-prev, .slick-next {
	height: 45px !important;
	width: 45px !important;
}

.slick-prev {
	margin-left: -25px !important;
}

.slick-next {
	margin-right: -25px !important;
}

.imgcontain {
	width: 300px;
	float: left;
	display: block;
}

.content-image img{
	max-height: 300px;
	max-width: 300px;
	display: block;
	margin: auto;
}

.headings, .page-text {
	float: left !important;
	width: 545px !important;
	margin-left: 20px;
}

.headings {
	margin-top: 5px;
	text-transform: capitalize;
}

.content-article:first-of-type {
	margin-bottom: 30px;
}

#line-top {
	width: 100%;
	margin: 20px auto;
	display: block;
	background: url(../img/line_body.png) no-repeat;
	background-size: contain;
	height: 13px;
}