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

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

.ccm-image-slider-text {
	position:static;
	text-align:center;
  width: 100%;
}

.ccm-image-slider-title {
    margin-top:auto;
	font-size: 1em;
}

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

.rslides img {
	margin-bottom: 15px;
}

.rslides_tabs {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
	text-align:center;
}
.rslides_tabs li {
      list-style-type: none;
      display: inline-block;
}
.rslides_tabs li a {
        overflow: hidden;
        text-indent: 99px;
        background: #aaa;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-right: 10px;
		margin-left: 10px;
        border-radius: 30px;
      }
.rslides_tabs .rslides_here a {
	background: #0B0768;
}

.ccm-image-slider-inner .rslides_nav {
    opacity: 0;
    -moz-transition: all .3s;
-o-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
.ccm-image-slider-inner:hover .rslides_nav {
    opacity: .7;
}
@media (max-width: 768px){
.rslides_nav{
  height: 40px;
  width: 25px;
  background-size: 50px auto;
}
}
