/* @group flipster Navigation */
.flipster .flipster-nav {
  display: block;
  background: #da0d25;
  height: 25px;
  font-size: 0.0px;
  margin: 0;
  padding: 5px 5px 0;
  text-align: justify;
  margin-bottom: 52px;
  position: relative;
  border-bottom: solid 2px #da0d25;
  list-style-type: none;
}
.flipster .flipster-nav:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.flipster .flipster-nav li {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flipster .flipster-nav .flip-nav-category,
.flipster .flipster-nav .no-category {
  width: 25%;
}
.flipster .flipster-nav .flip-nav-category-link,
.flipster .flipster-nav .flip-nav-item-link {
  display: block;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
}
.flipster .flipster-nav .flip-nav-category-link,
.flipster .flipster-nav .no-category .flip-nav-item-link {
  border: solid 2px transparent;
  height: 23px;
  line-height: 25px;
  color: #ffffff;
  padding: 1px 7px;
  font-size: 0.8em;
}
.flipster .flipster-nav .flip-nav-current .flip-nav-category-link,
.flipster .flipster-nav .no-category .flip-nav-current.flip-nav-item-link {
  border-color: #da0d25;
  border-bottom: none;
  background: #ffffff;
  color: #000000;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0;
  height: 32px;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link {
  padding: 5px 18px;
  color: #da0d25;
  font-family: Helvetica;
  text-transform: uppercase;
  font-size: 16px;
}
.flipster .flipster-nav .flip-nav-category .flip-nav-items .flip-nav-item-link.flip-nav-current {
  background: #da0d25;
  color: #FFF;
}
.flipster .flipster-nav .flip-nav-category.flip-nav-current .flip-nav-items {
  display: block;
}
/* @end */
/* @group Previous & Next Buttons 
.flipster .flipto-prev,
.flipster .flipto-next {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  padding: 10px;
  margin-top: 25px;
  background: transparent;
  color: #FFF;
  border: solid 2px #da0d25;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.flipster .flipto-prev:hover,
.flipster .flipto-next:hover {
  background-color: #da0d25;
  color: #da0d25;
}
.flipster .flipto-prev {
  left: 0;
}
.flipster .flipto-next {
  right: 0;
}

/*-------------*/

.flipster .lightcase-icon-prev,
.flipster .lightcase-icon-next {
    position: absolute;
    top: 44.8%;
    z-index: 0;
    display: block;
     padding: 6px 15px; 
    /* margin-top: 25px; */
    background: #0f206c!important;
    color: #CCA86E!important;
   text-decoration: none;
    border-radius: 50%;
    font-family: monospace;
    font-size: 20px;
    transition: 1s;
}


.flipster .lightcase-icon-prev::after{
    
   content: '<'; 
    font-weight: 100;
    
}
.flipster .lightcase-icon-next::after {
    
    content: '>';
    font-weight: 100;

}







.flipster .lightcase-icon-prev:hover,
.flipster .lightcase-icon-next:hover {
  background: transparent!important;
  color: #0f206c!important;
    border:1px solid #0f206c;
    transition: 1s;
}

.flipster .lightcase-icon-prev {
  left: 15px;
}
.flipster .lightcase-icon-next {
  right: 15px;
}




lightcase-icon-next

.lightcase-icon-prev{
    color: red;
}


@media(max-width: 640px){
    
  .flipster .lightcase-icon-prev,
.flipster .lightcase-icon-next {  
    
      height: 40px;  
    
}

}

/* @end */


.flipster .flipster-nav{
    display: none!important;
}