    html,body {
        width:100vw;
        height: 100vh;
        margin: 0;
    }
    #videoBG {
        position:fixed;
        z-index: -1;
    }
	
	#textdiv{
		width:1200px;
		height:450px;
		position:fixed;
		top:50%;
		left:50%;
		
		transform:translate(-50%,-50%);
		/*background: rgba(222, 222, 226, 0.2);*/
		 background-image:url(garis2.png); background-repeat:repeat;
		 border:solid 0px #00FF00;
		 
	
	}
.boxheadlogo{

height:170px; width:600px; margin-left:10%; margin-right:30%; border:solid 0px #00FFFF; text-align:left;

}
	
.buttonwebmain{
	width:160px;
	height:25px;
	padding-top:4px;
	padding-bottom:4px;
	
	border-radius:10px;
	background-color:#00FF99;
	 opacity: 0.7;
 	 filter: alpha(opacity=50);
	 color: #FFFFFF;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight:300;
	 text-decoration:none;
	
	
background: rgba(210,255,82,1);
background: -moz-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(left, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1 );



}
	
.boxlogo img{
	width:140px;
	height:200px;
	margin-left:45%;
	margin-rignt:50%;
	margin-top:15px;
	border:solid 0px #FFFFFF;
	float:left;
	padding:0px;
	
}


.boxkabtmp{
display:none;
	
	
}



.boxtext{
	width:100%;
	height:50px;
	
	margin-top:5px;
	border:solid 0px #FFFFFF;
	float:left;
	padding:0px;
	text-align:center;
	color: #FFFFFF;
	font-size:25px;
	font-weight:bold;
	border:solid 0px #FF6600;
	
		
}

.judulmamasa{
border:solid 0px #FFFF00; 
width:450px; 
float:left; 
color: #FFFF00;
font-family: "Times New Roman", Times, serif;
font-weight:900;
text-shadow:#FFFFFF;

 
font-size:18px;

}

.judulmamasaURL{
border:solid 0px #FFFF00; 
width:250px; 
float:left; 
color: #0000FF;
font-family: "Times New Roman", Times, serif;
font-weight:500;
font-style:italic;

 
font-size:18px;

}

.boxicon_main{
 	 width:70%;
	 height:90px;
	 margin-left:15%;
	margin-rignt:auto;
	margin-top:400px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}

.box_tombol{
 	 width:155px;
	 height:45px;
	 margin-left:9%;
	margin-rignt:auto;
	margin-top:210px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}

.buttonku{
 	 width:150px;
	 height:35px;
	
	 border-radius: 60px 60px 60px 60px;
	-moz-border-radius: 60px 60px 60px 60px;
	-webkit-border-radius: 60px 60px 60px 60px;
	border: 0px solid #000000;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	 
	 


background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(88%, rgba(150,101,27,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#96651b', GradientType=0 );
	
	-webkit-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);

}

.buttonku:hover{

background: rgba(241,231,103,1);
background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}


.box_tombol2{
 	 width:155px;
	 height:45px;
	 margin-left:26%;
	margin-rignt:auto;
	margin-top:210px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}


.buttonku2{
 	 width:150px;
	 height:35px;
	
	 border-radius: 60px 60px 60px 60px;
	-moz-border-radius: 60px 60px 60px 60px;
	-webkit-border-radius: 60px 60px 60px 60px;
	border: 0px solid #000000;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	 
	 


background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(88%, rgba(150,101,27,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#96651b', GradientType=0 );
	
	-webkit-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);

}

.buttonku2:hover{

background: rgba(241,231,103,1);
background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}


.box_tombol3{
 	 width:155px;
	 height:45px;
	 margin-left:44%;
	margin-rignt:auto;
	margin-top:210px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}


.buttonku3{
 	 width:150px;
	 height:35px;
	
	 border-radius: 60px 60px 60px 60px;
	-moz-border-radius: 60px 60px 60px 60px;
	-webkit-border-radius: 60px 60px 60px 60px;
	border: 0px solid #000000;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	 
	 


background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(88%, rgba(150,101,27,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(150,101,27,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#96651b', GradientType=0 );
	
	-webkit-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 4px 13px 0px rgba(0,0,0,0.75);

}

.buttonku3:hover{

background: rgba(241,231,103,1);
background: -moz-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(left, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to right, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=1 );
}


.boxicon_main2{
 	 width:150px;
	 height:80px;
	 margin-left:45%;
	margin-rignt:44%;
	margin-top:400px;
	text-align:center;
	
	
	
	 float: none;
	
	 border: solid 0px #FF0000;

}

.boxicon_main3{
 	 width:350px;
	 height:80px;
	 margin-left:45%;
	margin-rignt:44%;
	margin-top:400px;
	text-align:center;
	background-color:#0033FF;
	
	
	
	 float: left;
	
	 border: solid 1px #FF0000;

}



.boxicon{
 	 width:80px;
	 height:80px;
	 margin-right:5px;
	 float:left;
	 border: solid 0px #FF0000;

}

.boxicon2 img{
 	 width:60px;
	 height:60px;
	 margin-right:5px;
	 float:left;
	 border: solid 0px #FF0000;

}


    .img-circle {
        border-radius: 50%;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
		 box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
    }
	
	 .img-circle:Hover {
        border-radius: 20%;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
		 box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.78);
    }

	
    @media (min-aspect-ratio: 16/9) {
        #videoBG {
            width:100%;
            height: auto;
        }
    }
    @media (max-aspect-ratio: 16/9) {
        #videoBG { 
            width:auto;
            height: 100%;
        }
    }
    
	@media (max-width: 767px) {
	/*@media (max-width: 767px) {*/
        #videoBG {
            display: none;
        }
		
        body {
			background-image:url(bgposter.jpg);
            
            background-size: cover;
        }
		
		
		
		.boxicon_main{
			 width:100%;
			 height:80px;
			 margin-left:auto;
			margin-rignt:auto;
			margin-top:95%;
			
			}
		
		#textdiv{
			width:95%;
			height:90%;
			position:fixed;
			margin-top:5px;
			top:50%;
			border:solid 0px #FF0000;
			
			
			
				transform:translate(-50%,-50%);
				background: rgba(0, 0, 0, 0.6);
				 
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
			 
   	 }
	 .boxlogo{
	 
			width:80px;
			height:100px;
			margin-left:22%;
			margin-rignt:22%;
			margin-top:0px;
			border:solid 0px #FFFFFF;
			float:left;
			padding:0px;
	
	}
	
	 
	
	.boxicon{
 	 width:65px;
	 height:65px;
	 margin-right:5px;
	 float:left;
	 border: solid  0px #FF0000;

}

.boxtext{
	width:90%;
	height:50px;
	margin-left:50px;
	margin-rignt:50%;
	margin-top:-80px;
	border:solid 0px #FFFFFF;
	float:left;
	padding:0px;
	text-align:center;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	
		
}

.boxkab{
	width:100%;
	height:25px;
	margin-left:auto;
	margin-rignt:auto;
	margin-top:5px;
	border:solid 0px #FFFFFF;
	float:left;
	padding:0px;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
	
	
}

.boxprov{
display:none;
	
}

.boxkabtmp{
display:block;
width:100%;
	height:20px;
	margin-left:0px;
	margin-rignt:15px;
	margin-top:0px;
	border:solid 0px #FFFFFF;
	float:left;
	padding:0px;
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
	
}

.boxicon_main2{
 	 width:150px;
	 height:80px;
	 margin-left:28%;
	margin-rignt:39%;
	margin-top:450px;
	text-align:center;
	
	
	
	 float: none;
	
	 border: solid 0px #FF0000;

}

.mtext{
width:auto;
margin-top:-40px;
margin-left:0px;



}

.box_tombol{
 	 width:155px;
	 height:45px;
	 margin-left:9%;
	margin-rignt:auto;
	margin-top:255px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}

.box_tombol2{
 	 width:155px;
	 height:45px;
	 margin-left:9%;
	margin-rignt:auto;
	margin-top:300px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}

.box_tombol3{
 	 width:155px;
	 height:45px;
	 margin-left:9%;
	margin-rignt:auto;
	margin-top:350px;
	color: #FFFF00;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}

.boxheadlogo{

height:175px; width:550px; margin-left:3%; margin-right:30%; border:solid 0px #00FFFF; text-align:left;
margin-top:10px;

}	

.judulmamasa{

color: #FFFFFF;
 
font-size:14px;

}

.judulmamasaURL{
color: #FFFF00;
font-size:12px;

}

.boxicon_main{
 	 width:85%;
	 height:80px;
	 margin-left:7%;
	margin-rignt:auto;
	margin-top:450px;
	color: #FFFF00;
	font-size: 11px;
	text-align:center;
	
	 position:absolute;
	 float:left;
	
	 border: solid 0px #FF0000;

}
}