@charset "utf-8";

/******** HSilder Default Styles ********/
.slider article{
	color: #000000;
	right: 0;	 /*default at right*/
	
    padding: 20px;
	padding-left: 20px;
}
.slider article.left{
	left:0;
}
.slider article.right{
	right:0;
}
.slider h1{
	font-size: 40px;
	line-height: 1.2;
    margin-bottom: 0.2em;
	margin-right: 5px;
	font-weight:800;
	font-family: 'Montserrat:800', sans-serif;
	background-color: #43FABA;
	padding:20px;
}
.slider article.left h1{
	
}
.slider h2{
	font-size: 30px;
	margin-right: 10px;
}
.slider h3{
	font-size: 27px;
    margin-top: 12px;
	margin-right: 20px;
	line-height: 1.3;
}

.slider section.active article{
	opacity: 1;
	-webkit-transform:translate3d(0,0px,0);
	-moz-transform:translate3d(0,0px,0);
	-ms-transform:translate3d(0,0px,0);
}
.slider section article{
	opacity: 0;
	-webkit-transform:translate3d(0,200px,0);
	-moz-transform:translate3d(0,200px,0);
	-ms-transform:translate3d(0,200px,0);
}

/******* pagination ********/
.pagination {
}
.pagination li {
  padding: 5px;
  width: 26px;
  height: 26px;
  display:inline;
  float:left;
}
.pagination li a{
  margin: 0px 10px;
  width: 20px;
  height: 20px;
  display: block;
  background: #fafafa;
border: 1px solid #43FABA;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;

  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
  -ms-transition:all 0.2s ease;
}

.pagination li a:hover,.pagination li a.active{
  margin: 0px 10px;
  width: 20px;
  height: 20px;
  display: block;
  background: #43FABA;
  border-radius: 20px;
  border: 1px solid #43FABA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition:all 0.5s ease ;
}

@media only screen and (max-width: 768px){
    .slider h1{
        font-size:50px;
    }
    .slider h2{
        font-size:30px;
    }
    .slider h3{
        font-size:22px;
        margin-top: 8px;
        margin-right: 10px;
    }
}
