.Dashboard {
    padding-top: 40px;
    opacity: 1.5;
    background: url('../img/1.jpg')no-repeat top center #000000;
    background-size: cover;
}
h2{font-size: 20px !important;}
.col-4.title {
	text-align: center;
width: 100%;
}
.col-8.box-slider {
    width: 100%;
    margin-left: 0;
}
.slider .swiper-container{
	height: auto !important; 
}
.col-desc {
    margin: 10px;
	position: relative;
	display: inline;
}

.col-8.mobile{display: none;}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
	left: 0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 1024px;
    min-height: 100px;
    vertical-align: middle;
    width: 90%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */.start, .end, .tanggalundi, .jmlkupon{	font-weight: bold;}


@media (max-width: 450px){
	.col-8.mobile{display: block;float: none;width: 100%;}
	.col-8.desktop,.mobile-desc{display: none;}
	.col-4.mobile {width: 100%;}
	.Dashboard{padding-top: 0px;}
	.mobile .card{margin-top: 20px !important;}
}