html, body {
	max-width:100vw;
	max-height:100vh;
	min-width:1366px;
	margin: 0px;
	overflow: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	background-color:#aab7b8;
	font-family: 'Lato', sans-serif;
	color:white;
	z-index: -1;
}

/* left side */
#left-image-bottom {
	position: absolute; 
	left:0; 
	top:0;
	width: 100vw;
	height: 100vh;
	background: url(https://snap-photos.s3.amazonaws.com/img-thumbs/960w/1D180509DF.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	z-index:0;
	-webkit-animation-duration: 10s;
    -webkit-animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	 /* Hey browser, use your GPU */
   	-webkit-transform: translate3d(0, 0, 0);
}

/*bottom container*/
#slide-container {
	position:absolute;
	top:92vh;
    width:100%;
	min-width:1366px;
	height:8vh;
    background: #c0392b;
    z-index:2;
    overflow: hidden;
}
/* text scroller */

#first-content {

    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-transform:translateX(100%);	
    -webkit-animation: scroll-left 60s linear infinite;
}

.box-item{
	background:rgba( 28, 28, 28 , 0.5)!important;
}

.instansi{
	width:100%;
	display: flex;
	flex-direction: row;
}
.logo{
	width:10%;
	min-width:100px;
	height:auto;
}
.instansi-info{
	width:90%;
	display: flex;
	padding-left: 2vw;
	padding-top : 0.7vh;
	flex-direction: column;	
}

#judul-aplikasi{
	font-weight:600;
	font-size: 3vw;
	line-height:45px;
}
#nama-instansi{
	font-size: 2.2vw;
	font-weight:900;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
	line-height:5vh;
}
#alamat-instansi{
	font-size: 1vw;
}
#box-dt{
	padding: 1vw 4vw;
}
.box-date-time{
	background:rgba( 8, 174, 36, 0.5 ) !important;
	margin:auto;
	padding: 1vw 0vw;
}
#waktu{
	font-size: 3vw;
	font-weight: 600;
	line-height:45px;
}
#tanggal{
	font-size: 1.5vw;
	font-weight: 600;	
	line-height:25px;
}
.embed-responsive-4by3{
	padding-bottom:60%;
}
#center-row{
  min-height: 50%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 50vh; /* These two lines are counted as one :-)       */
}
.header-agenda{
	font-size:3vh!important;
	color:white!important;	
	font-weight:600;
}

h4.no-berkas{
	text-decoration: underline;
	font-size:3vh;
}
p.permohonan{
	font-size:2.5vh;
}

.content-event{
	background: rgba( 0, 0, 0, 0.5 ) !important;
	color:white;
	height:55vh;
	padding-top:1.8vh;
	padding-left:2vw;	
	overflow:hidden;
}
.event{
	padding-top: 100%;
	-moz-animation: marquee 5s linear infinite;
	-webkit-animation: marquee 5s linear infinite;
	animation: marquee 15s linear infinite;	
}
.video-p{
	display: flex!important;
	flex-wrap: nowrap;	
	align-items: center;
	justify-content: center;	
}
.video-a{
	width:57vw;
}
.ads-row{
	position:absolute;
	width:100vw;
	width:100%;
	top:82vh;
	z-index:2;
	background: rgba( 0, 0, 0, 0.5 ) !important;
	margin-left:0!important;
	margin-top:0.5vh;
}
#banner-ads{

}
.item-ads{
	margin:auto;
}
@-moz-keyframes marquee {
0% {
  transform: translate(0, 0);
}
90% {
  transform: translate(0, -100%);
}
}
@-webkit-keyframes marquee {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(0, -100%);
}
}
@keyframes marquee {
0% {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
100% {
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
}
/* Global Classes */
.header-text {
	font-family: 'Helvetica', sans-serif;
	font-size: 2.8vw;
	color: #FFFFFF;
	width:100vw;
}

.title {
	font-size: 6.8vw;
	font-weight: 600;
}
/*container*/

.transparan{
	background-color: rgba(0,0,0,0.5);
}
.transparan-abu{
	background-color: rgba(208,211,212,0.5);
	color:black;
}
.card{
	background-color : rgba(0,0,0,0.5)!important;
}
.bg-red {
	background-color : rgba(244,67,54,0.5) !important;
}
.bg-blue-grey{
	background-color : rgba(96,125,139,0.5) !important;
}
.bg-cyan{
	background-color : rgba(0,188,212,0.5) !important;
}
.bg-green{
	background-color : rgba(76,175,80,0.5) !important;
}
.bg-orange{
	background-color : rgba(255,152,0,0.5) !important;
}
.bg-pink{
	background-color : rgba(233,30,99,0.5) !important;
}

.card-no{
	background-color : rgba(0,0,0)!important;
}
.bg-red-no{
	background-color : rgba(244,67,54) !important;
}
.bg-blue-grey-no{
	background-color : rgba(96,125,139) !important;
}
.bg-cyan-no{
	background-color : rgba(0,188,212) !important;
}
.bg-green-no{
	background-color : rgba(76,175,80) !important;
}
.bg-orange-no{
	background-color : rgba(255,152,0) !important;
}
.bg-pink-no{
	background-color : rgba(233,30,99) !important;
}
#main-content{
	height:100%;
	margin-bottom:10px;
}

#media{
	height:100%;
	padding-bottom:12vh;
}

.embed-responsive-4by3{
	padding-bottom:65%!important;
}
.card{
	margin-bottom:0px!important;
	min-height:30px!important;
}
.card .body{
	padding : 12px!important;
}
.logo{
	width:8vw!important;
	height:auto!important;
}
.header-image{
	width:66vw!important;
	height:auto!important;
}