/* ==========================================================================
    Slider core styles
===========================================================================*/
/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Francois+One|Raleway');
.paraWidth{
	margin-right:80%;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #e6e7e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
	height:320px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  
}
.slider__item img {
  display: block;
  width: 100%;
  height: auto;
}

.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #fff;
  opacity: 1;
  transition: opacity .15s ease;
  fill: #34b0e4;
}
.slider__switch--prev {
  left: 40px;
}
.slider__switch--next {
  right: 40px;
}

.slider__switch:hover {
  opacity: .6;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {

  position: absolute;
  top: 35%;
  left: 10%;
  display: block;
  width: 40%;
  padding: 10px;
  color: #fff;
  /* ie8 */
}
.slider__caption h1{
	font-family: 'Ubuntu', sans-serif;
	font-size:2.8em;
  margin-top:0px;
  font-weight: bold;
  line-height:45px;
  color:#fff;
  /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider__caption a .smImg{
	width:30%;
	height:auto;
}
.slider-nav {
	display: block;
	line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 10px;
  height: 10px;
  background: #34afe2;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}


/*media querry*/
@media (max-width: 580px) {
	.slider{
		height:auto;
	}
  .slider__switch {
    display: none;
  }
  .slider__caption {
	font-family: 'omnesreg';
  position: absolute;
  top: 20px;
  left: 2%;
  display: block;
  width: 60%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
	
	font-family: 'Ubuntu', sans-serif;
	font-size:1em;
  margin-top:0px;
  font-weight: bold;
  line-height:20px;
  color:#fff;

}
 .slider__caption img{
	 display:none;
 }
 .line-spacing{
	 display:none;
 }
}

@media screen and (max-width:800px) and (min-width:579px){
	.slider{
		height:auto;
	}
	  .slider__switch {
    display: none;
  }

	 .slider__caption {
		 font-size:0.8em;
	font-family: 'Acme', sans-serif;
  position: absolute;
  top: 50px;
  left: 10%;
  display: block;
  max-width: 47%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
		font-family: 'Ubuntu', sans-serif;
	font-size:1.5em;
  margin-top:0px;
  font-weight: bold;
  line-height:30px;
  color:#fff;
}
.slider__caption img{
	 display:none;
 }
}
@media screen and (max-width:1300px) and (min-width:799px){
		 .slider__caption {
	font-family: 'omnesreg';
  position: absolute;
  top: 80px;
  left: 12%;
  display: block;
  max-width: 100%;
  padding: 10px;
  color: #69696a;
  /* ie8 */
}
.slider__caption h1{
		font-family: 'Ubuntu', sans-serif;
	font-size:1.8em;
  margin-top:0px;
  font-weight: bold;
  line-height:40px;
  color:#fff;
}
}