@charset "utf-8";

/*@import "http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300"; */
@import url(ticker.css);


body {
	font-family: "roboto_condensedregular", sans-serif, Helvetica, Arial;	
	background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet); 	
	overflow-x: hidden;
	
}


#contentku
{
			
	margin: 15px 15px 15px 15px;
	min-height:800px !important;
	
	
}


/* mouse over link */
a:hover {
    color:#000000;
	text-decoration: none;
	
}


/*
a {
    color: green;
    text-decoration: none;
}

a:hover {
    color: green;
    text-decoration: underline;
}

a:after {
    display: inline-block;
    /*font-family: FontAwesome;
    content: "\f061";
	*/
/*}*/

/*
a:hover:after {
    color: orange;
    text-decoration: none;
}
*/

a:link, a:visited {
    
    text-decoration: none;
    /*display:inline-block;*/
}

a:hover, a:active {
   text-decoration: none;
}


#isine 
{ 
text-align:justify;
margin-left:20px;

}
	

.fa-big{
    font-size: 40px;
	font-weight:600;
	float:left;
	margin-left:20px;
 }
 
#tulisan{
    font-size: 20px;
	font-weight:600;
	float:left;
	color:#FFFFFF;
	
	
 }
 
.judul
{
	margin-left: 40px !important;
	margin-top:-30px !important;
	min-height:30px;
	line-height:1.2em;
	text-transform: lowercase;
}
 
 #kembali{
   
	float:right;
	
 }
 
.wrapper img {
 	display: block;
    margin: auto;
   	width: 100%;
}


.wrapper_barang img {
 	display: block;
    margin: auto;
   	width: 100%;
}

.wrapper_peserta img {
 	display: block;
    margin: auto;
   	width: 100%;
	
}

.title-jam
	{
		font-size:100% !important;
	}









@media only screen and (max-width: 767px) {

	.menampilkan
	{
		margin-top:5px;
		padding:10px;
	}
	
	.fa-big
	{
    font-size: 25px;
	text-align:center;
	visibility: hidden;
 	}
	
	#tulisan
	{
    font-size: 14px;
	font-weight:600;
	text-align:center;
	width: 100%;
 	}
	
	.title-samping
	{
		font-size:100% !important;			
		text-align:center;
		margin-left:25% !important;
		
		
	}
	
	.title-tengah img
	{
		width:70%;
		height:auto;
		margin-top:15px;		
	}
	
	.btn-lg
	{
        display: block;
        width: 100%;
    }
	
	br 
	{
   		 content: "";
    	display: block;
	}
	
	
	
		
}

@media only screen and (max-width: 280px) {
	.fa-big{
	width: 100%;
	visibility: hidden;
 	}
	
	#tulisan{
    font-size: 14px;
	font-weight:600;
	text-align:center;
	width: 100%;	
 	}
	
	.title-samping
	{
		font-size:10px !important;
		
		
	}
	
	#logone
	{
	background:transparent url("images/logo.jpg") no-repeat scroll;

	}

	
}








