/*-----------------Slider-----------------*/
.slr{
	margin-bottom:2em;
}

.rslides {
    list-style: outside none none;
    margin:0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    height: auto;
	max-width:500px;
	margin:0 auto;
    
}
.callbacks_nav {
    background: url("../images/themes.png") no-repeat scroll left top transparent;
    height: 36px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
    z-index: 3;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
.callbacks_tabs a::after {
    background: none repeat scroll 0 0 #F00;
    border-radius: 50%;
    content: "?";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0;
    height: 10px;
    visibility: visible;
    width: 10px;
}
.callbacks_here a::after {
    background: none repeat scroll 0 0 #FF0;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: -3px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

@media(max-width:767px){
	.callbacks_tabs li {
		display:none;}
}