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

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

/* all banner caption */
.banner-item .banner-caption{
	
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
    top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #333;
	font-family: 'Raleway', sans-serif;
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
    top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

/* banner caption no 3 */
.banner-item .banner-caption.id-2{
    top: 40%;
	right: 0%;
	transform: translate(-50%, -50%);
	text-align: right;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.title-big{ 
    text-transform:uppercase;
    font-size:60px;
    margin-bottom:0px;

}

.btn-white{
color:#333;
background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
border:0px solid #fff;
}

.btn-white:hover{
    color:#333;
    background:#fff;
    border:0px solid #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{
    top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #333 !important;
	font-family: 'Raleway', sans-serif;
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
    top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff !important;
	font-family: 'Raleway', sans-serif;
}

/* banner caption no 3 */
.banner-item .banner-caption.id-2{
    top: 40%;
	right: 0%;
	transform: translate(-50%, -50%);
	text-align: right;
	color: #fff  !important;
	font-family: 'Raleway', sans-serif;
}

    
    .title-big{ 
    text-transform:uppercase;
    font-size:30px;
    margin-bottom:0px;
    color: #fff !important;

}

.btn-white{
    color:#333;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border:0px solid #fff;
    font-size:12px!important;
    padding: 6px 10px;
}

.btn-white:hover{
    color:#333;
    background:#fff;
    border:0px solid #333;
}
}