
/*-- banner-top --*/

.banner-top {
	background-size: cover!important;
	  height:100%;
}




/*--slider--*/
.slider{ height:100%;}     

#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%; height:100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 1;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 60px;
	width: 60px; z-index:999; top:50%; margin-top:-30px;border-radius:100%;
}

.callbacks_nav.next {
	background: url(../images/right1.png) no-repeat center center;
	right: 40px;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left1.png) no-repeat center center;
	left: 40px;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%; height:100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%; height:100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute; margin:0; padding:0;
	z-index: 99; left:0; right:0; bottom:30px; margin:auto; text-align:center;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display:inline-block;
	margin: 5px;
}


/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 3px;
	width: 100px;
	display: inline-block;
	background: rgba(255,255,255,0.5); 
	
}


.callbacks_here a:after{
      animation: rotate 5s 1 linear;
      -webkit-animation: rotate 15s 1 linear;
      -moz-animation: rotate 15s 1 linear;
      -ms-animation: rotate 15s 1 linear;
      -o-animation: rotate 15s 1 linear;
	  animation-fill-mode:forwards;
       -webkit-animation-fill-mode:forwards;
    
}
@keyframes rotate{
    from{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat -100px 0px; }
    to{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat 0px 0px; }
}
@-webkit-keyframes rotate{
    from{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat -100px 0px; }
    to{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat 0px 0px; }
}
@-moz-keyframes rotate{
    from{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat -100px 0px; }
    to{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat 0px 0px; }
}
@-ms-keyframes rotate{
    from{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat -100px 0px; }
    to{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat 0px 0px; }
}
@-o-keyframes rotate{
    from{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat -100px 0px; }
    to{background: rgba(255,255,255,0.5) url(../images/lin.jpg) no-repeat 0px 0px; }
}

@media (max-width: 1024px){
.slider{ height:450px;}
}
@media (max-width: 768px) {
	.slider{ height:200px;}
	.callbacks_tabs a:after{ width:50px;}  
	.callbacks_here a:after{
		  animation: rotate 15s 1 linear;
		  -webkit-animation: rotate 15s 1 linear;
		  -moz-animation: rotate 15s 1 linear;
		  -ms-animation: rotate 15s 1 linear;
		  -o-animation: rotate 15s 1 linear;
		  animation-fill-mode:forwards;
		   -webkit-animation-fill-mode:forwards;
		
	}
.callbacks_nav{ width:20px; height:20px;}
.callbacks_nav.next{ right:10px;}
.callbacks_nav.prev{ left:10px;}
}

