/*CSS INDEXSTYLE */

/* INDEX Style */

@font-face {
	font-family:ALGER;
	src:url('../fonts/ALGER.ttf');
	src:url('../fonts/ALGER.woff') format('woff');
}
.ALGER{
	font-family:ALGER;
}
.indexintro{
	background-color:#c80000;
	color:white;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.indexunggulan{
	background-color:#0a0a0a; 
	border-top:solid 10px #640000;
	color:white;
}
.row .text-right input[type=email] {
    height: 45px;
    width: 200px;
    border: none;
    border-bottom: 1px solid #9d9a8f;
    background: #3d3d3d;
    color: #ffffff;
}
.indexfav{
	background-color:#c80000; 
	color:white;
}
.sosmedicon{
	color:white;
}
.sosmedicon:hover{
	color:#50b033;
}

.imagein {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 601px) {
	.judulgaleri{
		font-size: 1em;
		font-weight: bold;
	}
	.bodygaleri{
		font-size: 0.8em;
		margin-top: 10px;
		font-weight: 300;
	}
}

@media screen and (max-width: 600px) {
	.bg-black{
		background-color:#0a0a0a;
	}
	.slidertop{
		margin-top:98px;
	}
	.judulgaleri{
		font-size: 0.6em;
		font-weight: bold;
	}
	.bodygaleri{
		font-size: 0.4em;
		margin-top: 3px;
		font-weight: 300;
	}
}

/* END of INDEX Style */

/* KONTAK KAMI Style */

@media screen and (min-width: 601px) {
	.kontakform{
		text-align:right;
	
	}
}

@media screen and (max-width: 600px) {
	.kontakform{
		text-align:left;
	
	}
	
	
}





/* END of KONTAK KAMI Style */
