.slider {
  max-width: 100%;
/*  background:url(../images/sample_bg.png) no-repeat;*/
/*  min-height:540px;
  background-size:cover;*/
  margin-bottom:30px;
  padding: 60px 0;
  background: #fafafa;
}

.slide_viewer {
  height: 730px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
   
}

.slide:nth-of-type(2) {
   
}

.slide:nth-of-type(3) {
   
}

.slide:nth-of-type(4) {
   
}

.slide:nth-of-type(5) {
   
}

.slide_buttons {
  left: 0;
  top:-52px;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
 font-size: 82px;
    margin: 0 0.115em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
 bottom: 681px;
    left: 45px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
  bottom: 681px;
  margin: auto;
  position: absolute;
  right: 48px;
  top: 0;
}
.previous_btn i.fa, .next_btn i.fa{
color: #024fb6;
    font-size: 26px;
    opacity: 0.3;
}
.previous_btn i.fa:hover, .next_btn i.fa:hover{
color: #f77621;
opacity: 1;
}
.previous_btn, .next_btn {
  cursor: pointer;
    height: auto;
    z-index: 99;
    border: 0;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: auto;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 24px;
    bottom: 580px;
  }
  .next_btn {
    right: 24px;
    bottom: 580px;
  }
  .slider {
  
  margin-bottom:30px;
}
.slide_viewer {
  height: 1200px;
  overflow: hidden;
  position: relative;
}
.slide_btn.active, .slide_btn:hover{
    color: #f47621;
}

}