	@import url('owl.carousel.css'); /* Import Color Skins Stylesheet */	
	@import url('owl.theme.css'); /* Import Color Skins Stylesheet */	

	
/*owl-carousel*/

.owl-carousel{
  
}

.modal-close{
  position: absolute;
    top: -30px;
    right: -30px;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 5px;
    line-height: 0.8;
    color: #999;
}
.modal-close:hover{ 
    color: #FFF;    
}


.owl-pagination{
  display: none;
}
.owl-theme .owl-controls {
    margin-top: 0;  
}
.owl-nav{
  position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
  border-radius: 0px;
  font-size: 36px;
  padding: 0px ;
  margin: 0;
  width: 50px;
    height: 50px;
    background: #000;
}
 .owl-nav .owl-next{
  right: 0;
}
 .owl-nav .owl-prev{
  left: 0;
}
.owl-theme .owl-controls .owl-nav div {
    position: absolute;
    border-radius: 0px;
    font-size: 36px;
    margin: 0;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0);
    opacity: 0.8;
}
.owl-theme .owl-controls .owl-nav div:hover {    
    opacity: 1;
}

#owl-homeslide .owl-page {
    display:none;
}
#owl-homeslide .owl-next{
    right:25px;
}
#owl-homeslide .owl-prev{
    left:25px;
}
.owl-nav .fa.fa-chevron-circle-right, .owl-nav .fa.fa-chevron-circle-left{
    padding: 10px;
    font-size: 30px;
    opacity: 1;
    color: #FFF;
}
.owl-pag{
  text-align: center;
  font-size: 16px;
  color: #7E7E7E;
  padding-top: 15px;
}
.owl-pag #num{
  font-size: 16px;
}       

.owl-item img{
    width: 100%;
    margin: 0px!important;
}
.owl-controls .disabled{
  display: none!important;
}
.owl-carousel .owl-nav.disabled{
  display: none!important;
}




/*End owl-carousel*/


	