/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap');


.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}


.title-big{
    font-size: 65px;
    text-align: center;
    font-family: 'Yeseva One', cursive;
     color: #fff;
    text-shadow: 0px 4px 15px #333;

}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
    
    .title-big{
    font-size: 35px;
    text-align: center;
    font-family: 'Yeseva One', cursive;
     color: #fff;
    text-shadow: 0px 4px 15px #333;
        line-height: 40px;

}
    
    .banner-item {

    background-position: top right !important;
    position: relative;
    width: 100%;
    height: 280px !important;


}





.owl-carousel .owl-nav.disabled+.owl-dots {
 margin-top:10px
}

.owl-carousel  .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots.disabled{
    display:inherit !important
}

.owl-carousel  .owl-dots {
     position:absolute;
     width:100%;
     bottom:10px;
     text-align:center;
     -webkit-tap-highlight-color:transparent
}
.owl-carousel  .owl-dots .owl-dot {
     display:inline-block;
     zoom:1;
     *display:inline
}
.owl-carousel  .owl-dots .owl-dot span {
     width:10px;
     height:10px;
     margin:5px 7px;
     background:#d6d6d6;
     display:block;
     -webkit-backface-visibility:visible;
     transition:opacity 200ms ease;
     border-radius:30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel  .owl-dots .owl-dot:hover span {
     background:#869791
}

    
}