body{
	color: #333;
}

nav{
	/*margin-top: 30px;*/
	border-top: 10px solid #333;
}

nav ul li a{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "PT sans";
	letter-spacing: 2px;
	border-right: 1px dashed rgba(0,0,0,0.1);
}

nav ul li:last-child a{
	border-right: none;
}

nav ul li.active a{
	background: #EEE;
}

nav ul li a:hover{
	color: #333;
}

.form-pendaftaran{
	border-top:10px solid #333;
	border-bottom:10px solid #333;
	padding: 30px 0 20px 0;
	font-family: "PT Sans";
}

.form-pendaftaran .form-group > label:first-child{
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-pendaftaran input[type="radio"] + label, .form-pendaftaran input[type="radio"]{
	cursor: pointer;
}

.form-pendaftaran input[type="radio"] + label{
	vertical-align: top;
}

.footer-social{
	margin-bottom: 5px;
}

.footer-social a{
	color: #333;
}

.footer-social a:hover{
	/*color: #226baa;*/
	opacity: 0.8;
}

footer{
	text-align: center;
	margin-top: 20px;
}

.btn-daftar{
	margin:30px 0;
	color:#333;
	border:1px dashed #333;
	background:transparent;
	padding: 13px 20px;
	font-size: 16px;
}

.btn-daftar:hover{
	background: #EEE;
}

.relay-info{
	padding: 50px 0;
	font-family: "PT Sans";
}

.relay-info h1, .relay-info h2{
	text-align: center;
}

.relay-info h2{
	color: #333;
	font-weight: bold;
}

.relay-info h4{
	font-size: 15px;
	line-height: 20px;
}

.relay-info .relay-item-container{
	display: block;
	/*min-height: 700px;*/
}

.relay-info .relay-item-container .relay-item{
	width: 150px;
	float: left;
	min-height: 185px;
	margin: 0 20px;
}


@media (max-width: 768px) {

}

@media (min-width: 769px) and (max-width: 992px) {

}

@media (min-width: 993px) and (max-width: 1200px) {

}

@media (min-width: 1201px) {

}

