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

.ccm-image-slider {
    position: relative;
}

.ccm-image-slider-text {
    position: absolute;
    width: 60%;
    left: 5%;
    top: 30%;
    z-index:200;
}

.ccm-image-slider-text h2{
    font-size: 50px;
    line-height:50px;
    font-weight:700;
    color: #f9d616;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin:0;
    padding:0;
    letter-spacing:-0.04em;
}

.ccm-image-slider-text h3{
    font-size: 40px;
    line-height:42px;
    font-weight:700;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    margin:0;
    letter-spacing:-0.04em;
}

.ccm-image-slider-text h4 a{
    font-size: 32px;
    line-height:34px;
    font-weight:700;
    color: #fff;
    text-align: left;
    text-transform:none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    letter-spacing:-0.04em;
}

.ccm-image-slider-text h4 a:hover{
    color: #f9d616;
    text-decoration:none;
}


.ccm-image-slider-title {
    margin-top:auto;
}	

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

.slider-overlay{
    bottom: 0;
    background: linear-gradient(to left,transparent 0,rgba(0,0,0,.6) 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 50;
}


/*
.ccm-image-slider-inner{
    background: linear-gradient(to right, rgba(68,68,68,0.65) 0%,rgba(68,68,68,0.64) 1%,rgba(0,0,0,0) 100%);
}
*/
/* ==============================
LOGOPRESS
============================== */
.slider-logo{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 30;
}
.slider-logo img{
    max-width: 200px;
}
/* =========================== */

@media (max-width: 1199px){
  .ccm-image-slider-text {
    position: absolute;
    width: 80%;
    left: 5%;
    top: 35%;
}
.ccm-image-slider-text h2{
    font-size: 40px;
    line-height:40px;
}

.ccm-image-slider-text h3{
    font-size: 30px;
    line-height:32px;
}

.ccm-image-slider-text h4 a{
    font-size: 22px;
    line-height:24px;
}
  
}

@media (max-width: 991px){
.ccm-image-slider-text {
    position: absolute;
    width: 85%;
    left: 5%;
    top: 35%;
}
.ccm-image-slider-text h2{
    font-size: 32px;
    line-height:32px;
}

.ccm-image-slider-text h3{
    font-size: 24px;
    line-height:26px;
}

.ccm-image-slider-text h4 a{
    font-size: 18px;
    line-height:22px;
}

}

@media (max-width: 768px) {
.ccm-image-slider-text {
    position: absolute;
    width: 85%;
    left: 8%;
    top: 35%;
}

.ccm-image-slider-text h2{
    font-size: 28px;
    line-height:28px;
}

.ccm-image-slider-text h3{
    font-size: 22px;
    line-height:24px;
}

.ccm-image-slider-text h4 a{
    font-size: 18px;
    line-height:20px;
    margin-top:3px;
}

.slider-logo{
    position: absolute;
    top: 10%;
    left: 8%;
    z-index: 30;
}

.slider-logo img{
    max-width: 145px;
}


}

@media (max-width: 480px) {
.ccm-image-slider {
    width:100%;
}

.ccm-image-slider-text {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 20%;
	padding: 0 20px;
}
.ccm-image-slider-text h2{
    font-size: 22px;
    line-height:22px;
}

.ccm-image-slider-text h3{
    font-size: 18px;
    line-height:18px;
}

.ccm-image-slider-text h4 a{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.rslides {
    min-height:150px;
}

.rslides_nav {
    margin-top: -35px;
}

.rslides img {
    width: auto;
    height: 150px;
}

.slider-logo{
    display:none;
}


}






/*  	added April 23, 2020 tallacman     */



.rslides_here a{
	background: red  !important ;
}
ul.rslides_tabs.rslides1_tabs {
	text-align: center;
	margin: -66px 0 0;
	position: absolute;
	z-index: 55;
	width: 100%;
}
ul.rslides_tabs.rslides1_tabs li a{
	background: white;
}

@media (max-width: 767px) {
	ul.rslides_tabs.rslides1_tabs {
	display: none;
}
	
	}
div.ccm-image-slider-inner {
	position: relative;
}