.slideframe_bg {
  /*
  background-image: url("../img/slideframe_bg.png");
  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideframe {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  max-height: 360px;
}


.slideframe:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.0;
  z-index: -1;
}

.slideframe .slideframe_tittle h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media only screen and (min-width : 801px ){
  .slideframe .slideframe_tittle h2 {
    font-size: 40px;
  }
  .slideframe {
	  max-height: 360px;
  }
	.slideframe img{
		max-width: 800px;
	}
	.slideframe .container-fluid {
		max-width: 800px;
	}
}

@media only screen and ( min-width : 577px ) and (max-width : 800px ){
  .slideframe .slideframe_tittle h2 {
    font-size: 35px;
  }
  .slideframe {
	  max-height: 310px;
  }
}

@media only screen and ( min-width : 411px ) and (max-width : 576px ){
  .slideframe .slideframe_tittle h2 {
    font-size: 25px;
  }
  .slideframe {
	  max-height: 310px;
  }
}

@media (max-width: 410px) {

	.slideframe .slideframe_content p {
	  font-size: 15px;
	  color: #fff;
	}

	.slideframe .slideframe_content span {
	  margin: 0px 5px;
	  font-size: 12px;
	}

	.slideframe {
	  margin: 0px !important;
	}
}

.rslides {
  margin-top: 3px;
  box-shadow: 0 0 5px #888888;
  -moz-box-shadow: 0 0 5px #888888;
  -webkit-box-shadow: 0 0 5px #888888;
}

.rslides_tabs li a {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  text-indent: -9999px;
  margin: 1em 0.5em 2em;
}
.rslides_tabs li a:hover, ul.rslides_tabs li.rslides_here a {
  background: #333;
}

.rslides_tabs li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.rslides_tabs {
  text-align: center;
  margin: 0;
  padding: 0;
}
