/* body{
	position:relative;
	
	font-family:arial, sans-serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
} */

/* slider styles */

.slider-wrapper { /*width:100vw; visibility: hidden;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    box-shadow: 0 3px 5px #666;
    font-family: inherit;
    /*background: rgb(33, 33, 33);*/
    background-image: linear-gradient(#000000, #111111, #555555);

}

.responsive-container {
    background: url('/images/cp.svg') center center no-repeat;
    background-size: 96px 96px;
}

.remove-logo {
    background: none !important;
    background-size: 0 !important;
}

.slider { /*visibility: hidden;*/
    overflow: visible;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slide {
}
@media only screen and (min-width: 320px) {
    .slider {
        width: 90vw;
        height: 75vw;
    }
}

@media only screen and (min-width: 480px) {
    .slider {
        width: 90vw;
        height: 60vw;
    }
}
@media only screen and (min-width: 768px) {
    .slider {
        width: 90vw;
        height: 40vw;

    }
}
@media only screen and (min-width: 992px) {
    .slider {
        width: 100%;
        /*min-width: 800px;*/
        max-width: 1170px;
        height: 325px;
        min-height: 200px;
        max-height: 325px;
    }
}
/*
@media only screen and (min-width: 1440px) {
.slider { width: 1698px;
    height:457px;}
}
*/

/* element styles */

.slider-wrapper .item-marker {
    opacity: 0;
}
/* to keep hidden until initalized */
.slider-wrapper .item-marker { /* z-index: 1;*/
    padding: .2% .4% 0 .4%;
    font-size: 22px;
    height: auto;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
}
.slider-wrapper .item-marker a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 -1px 3px #000;
}

.slider-wrapper .item-marker a:hover {
/*    text-decoration: none;*/
    text-shadow: 0 2px 3px #000000;
    color: rgba(255, 255, 255, 1);
    bottom:1px;
    position: relative;
}

/* 
.slider-wrapper .claim { line-height: 100% }
.slider-wrapper .teaser { padding: 2px 3px; font-size: 14px; line-height: 100% }
.slider-wrapper .small { width: 250px; padding-left: 0; padding-right: 0; text-align: center; }
*/

.slider-wrapper .date {
    height: 27px;
    width: 90px;
    text-align: center;
    font-weight: 300;
    border-bottom-left-radius: 18px;
}
.slider-wrapper .event {
    height: 27px; /*width:120px;*/
    min-width: 120px;
    width: auto !important;
    zoom: 1;
    padding-right: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-top-right-radius: 18px;
}
.slider-wrapper .event-info {
    padding: .20% .20%;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, .75);
}
/* .slider-wrapper .small { width: 250px; padding-left: 0; padding-right: 0; text-align: center; } */

.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
}
.clearfix {
    zoom: 1;
}

