/* Revolution slider */

.tp-bullets.tp-thumbs {
     padding: 0px !important;
     background: none !important;
}

.tp-bullets.tp-thumbs .bullet.selected {
     border: 2px solid #acdd13;
}

.tp-bullets.tp-thumbs .bullet {
     margin-right: 10px !important;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

     .tp-bullets.tp-thumbs .bullet.selected {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          filter: grayscale(0%);
     }
     
.tp-mask {
     width: 370px !important;
}


@media (max-width: 1270px) { 
     .responsive .tp-bullets.tp-thumbs {
          display: none !important;
     }
}

.tp-leftarrow.default,
.tp-rightarrow.default {

 
}

     .buttons-prev-next-type-2 .tp-leftarrow.default, 
     .buttons-prev-next-type-2 .tp-rightarrow.default {

     }
     
 

     	
     	.tp-leftarrow.default {
			 display: inline-block;
     	         width: 106px;
     height: 77px;
	     background-image: url(../image/solok.png);
    background-position: top center;
    background-repeat: no-repeat;
			
		}
     	.tp-rightarrow.default {
     	         	     display: inline-block;
     	         width: 106px;
     height: 77px;
	     background-image: url(../image/sagok.png);
    background-position: top center;
    background-repeat: no-repeat;
     	}
     	     
     	     .tp-rightarrow.default:before {
     	         background-image: url(../image/sagok.png);
    background-position: top center;
    background-repeat: no-repeat;
     	     }
     	     
     	  
     	     
.tp-bullets.simplebullets.round .bullet {
     width: 13px;
     height: 13px;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     background: #fff;
     opacity: 0.1;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     margin-left: 7px;
}

     .tp-bullets.simplebullets.round .bullet.selected {
          opacity: 1;
     }