@import url("https://fonts.googleapis.com/css?family=Exo:700");



/*CLEARFIX*/
.clearfix:after {content: ".";	display: block;	clear: both; visibility: hidden; line-height: 0; height: 0;} 
.clearfix {	display: inline-block;} 
html[xmlns] .clearfix {display: block;} 
* html .clearfix {height: 1%;}

/*CSS RESET*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/*GLOBALS*/
a{text-decoration:none;	}
body, hmtl{background: #444; font-family: 'Exo', sans-serif;}


/*NAV*/
#nav-wrap{
	background-color:rgba(0,0,0,0.3);
	height:60px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}

#nav{
	height:60px;
	width:600px;
	margin: 0 auto;
}

#nav ul{position:relative;}
#nav-indicator{
	position:absolute;
	width:100px;
	top:55px;
	left:0;
	height:5px;
	background:#41a85f;	
	
	-webkit-transition: all 0.1s ease;
	-moz-transition:    all 0.1s ease;
	-o-transition:      all 0.1s ease;
	-ms-transition:     all 0.1s ease;
	transition:         all 0.1s ease;
}

.nav-btn{
	width:99px;
	float:left;
	padding:24px 0;
	list-style:none;
	color:#fff;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	
	text-shadow:rgba(0,0,0,0.8) 1px 1px 0px;
}

.nav-btn:first-child{
	border:none;
	box-shadow: none;
}

.nav-btn:hover, .nav-btn.active {
	color:#FFF;
}


/*CONTENT*/
#content-wrap{
	width:100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
h1, h2{
	color:#ccc;
	text-shadow:rgba(0,0,0,0.8) 1px 1px 1px;
	text-align:center;	
	
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-o-transition:      all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	transition:         all 0.5s ease;	
}

h1{	font-size:36px;}
h2{font-size:16px;	margin:15px 0 40px;	}

.row{
	width:101%;
	font-size:18px;
	position:relative;
}

.row.active, h2 span{color:#41a85f;}
.row span{text-decoration:line-through;}


#top{
	width:40px;
	height:20px;
	background:#41a85f;
	margin:30px auto;
	cursor:pointer;	
	color:#ccc;
	text-align:center;
	padding:20px;
}

#top:active{
	border-top:none;
}





/*ANIMATION*/
.row-btn, .circle, .row{
	-webkit-transition: all 0.1s ease;
	-moz-transition:    all 0.1s ease;
	-o-transition:      all 0.1s ease;
	-ms-transition:     all 0.1s ease;
	transition:         all 0.1s ease;	
}

/*hide left*/
h1{
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-o-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	opacity:0;
}

/*hide right*/
h2{
	-moz-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-o-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);	
	opacity:0;
}

/*Slide left > right || right > left*/
h1.animationActive, h2.animationActive {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);	
	opacity:1;
}


.news-title {
	font-size: 18px;
	font-weight: bold;
}
.cover-header {
	z-index: 2;
	padding:30px 50px 100px 50px;
	background-color: rgba(0,0,0,0.5);
	height: 700px;
	position: relative;
	top: 0;
}
.swag-button {
	padding: 7px;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
}

.swag-button.green.big {
	background-color: #41a85f;
	padding: 10px;
	font-size: 20px;
}

.swag-button.outline.big {
	background-color: transparent;
	border:1px solid #41a85f;
	padding: 10px;
	font-size: 20px;
}
.swag-button.outline.big:hover {
	background-color: rgba(0,0,0,0.3);
}
.swag-button.green {
	background-color: #41a85f;
}

.swag-button.outline {
	background-color: transparent;
	border:1px solid #41a85f;
}
.card-berita {
	padding: 10px;
	background-color: #fff;
	border:1px solid #dedede;
}
.title-menu {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #444444;
	margin-top: 40px;
	margin-bottom: 20px;
}
.judul-berita {
	font-size: 16px;
	font-weight: bold;
}
.isi-berita {
	font-size: 13px;
}

.bg-galeri {
	background-color: #41a85f;
	padding: 10px 0 60px 0;
}
.card-regulasi {
	padding: 50px 0 50px 0;
	text-align:
	center; border:1px solid #dedede;
	margin-right: 10px;
	font-size: 15px;
	border-radius: 15px;
}
.icon {
	font-size: 45px;
	color: #41a85f;
}