/*! http://responsiveslides.com v1.54 by @viljamis */

.ccm-image-slider {
	height: 100vh;
    position: relative;
    transform: translateX(-50%);
    margin: auto;
    left: 50%;
	background-color: #282828;
	overflow: hidden;
}
.ccm-image-slider div, .ccm-image-slider ul, .ccm-image-slider li, .ccm-image-slider img{
	height: 100vh;
}
.ccm-image-slider img{
    min-width: 100%;
    width: auto;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    position: relative;
	opacity: 0.75;
	height: auto;
	max-width: 400%;
    min-height: 100%;
}
.ccm-image-slider .ccm-image-slider-text {
	position: absolute;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
	height: auto;
}
.ccm-image-slider .ccm-image-slider-text h2{
	color: white;
	text-transform: uppercase;
    font-size: 20px;
    text-shadow: 0 0 0px black;
	line-height: 0.5em;
    letter-spacing: 0.2em;
}


.ccm-image-slider .ccm-image-slider-text .slider-logo{
	max-height: 150px;
	min-height: 60px;
	width: auto;
    min-width: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: auto !important;
	float: none;
	transform: none;
	opacity: 1;
}

.ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title {
    margin: 20px auto auto;
	font-size: 45px;
	text-shadow: 1px 1px 8px black;
	letter-spacing: 0px;
}	

.ccm-image-slider-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}

.rslides {
    margin: 0 auto;
}
.content-page-slider{
    /*box-shadow: 0px 2px 13px 0px #afafaf;*/
	margin-bottom: 10px;
}	

.content-page-slider .ccm-image-slider{
    height: calc(25vh + 50px);
    min-height: 200px;
    padding-top: 0px;
}
.content-page-slider .ccm-image-slider div, .content-page-slider .ccm-image-slider ul, .content-page-slider .ccm-image-slider li{
	height: calc(25vh + 50px);
	min-height: 200px;
}
.content-page-slider .ccm-image-slider img{
	min-height: 100%;
}
.content-page-slider .ccm-image-slider img{
	height: auto;
}
.content-page-slider .ccm-image-slider .ccm-image-slider-text {
	height: auto;
	min-height: initial;
	display: none;
}
.half-page .ccm-image-slider img{
    min-width: 100%;
    width: auto;
    transform: translateY(0%) translateX(-50%);
    left: 50%;
    top: 0%;
    position: relative;
	opacity: 0.75;
	height: auto;
	max-width: none;
    min-height: 100%;
}
.news-slider .ccm-image-slider{
    height: calc(75vh);
    min-height: 200px;
    padding-top: 0px;
}
.news-slider .ccm-image-slider div, .news-slider .ccm-image-slider ul, .news-slider .ccm-image-slider li{
	height: calc(75vh);
	min-height: 200px;
}
.news-slider .ccm-image-slider img{
	min-height: 100%;
}
.news-slider .ccm-image-slider img{
	height: auto;
}
.news-slider .ccm-image-slider .ccm-image-slider-text {
	height: auto;
	min-height: initial;
	display: none;
}
@media only screen and (max-width:1600px){
	.news-slider .ccm-image-slider img{
		min-height: 100%;
	}
}
@media only screen and (max-width:1000px){
	.news-slider .ccm-image-slider img{
		max-height: 120%;
		min-width: 0;
	}
}