body{
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}

header{
	background : #fccd1f;
	height:95px;
}


.main-logo{
	margin-top:17px;
}

.navbar-court{
	background: #0068c1;
	height: 30px;
}

.navbar-court .nav{
	
	height: 30px;
}

.nav > li > a:focus, .nav > li > a:hover {
	background: #0577da;
	
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color:#fff;
  font-size: 11px;
}



.section-badges {	
	background-color:#fff;
	
}

@media screen and ( min-width: 48em ) {
	.section-badges{ padding:3.2em 0 }
}

.sticker {
	width:100%;
	padding:0 20px;
	position:relative;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	
}

.sticker:after{
	content:"";
	display:none;
	width:1px;
	height:80px;
	background-color:#ccc;
	position:absolute;
	right:0;top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%)
}

.agent-step{
	background: #0068c1;
	border-radius: 50%;
	color:#fff;
	position: relative;
	width: 240px;
	height: 240px;
	margin:30px;
}

.agent-step img{
	position: absolute;
	top:40%;
	width: 40px;
	right:-50px;
}



.agent-step-alt{
	background: #fccd1f;
	color: #333;
}

.agent-step p{
	width: 80%;
	margin:40% 10%;
	text-align: center;
	font-size: 16px;


}

.agent-step-box{
	width: 25%;
	float: left;
	background: #0068c1;
	height: 270px;
	position: relative;
}

.agent-step-box-alt{
	background: #fccd1f;
	
}

.agent-step-box span{
	position: absolute;
	top: 7%;
	left:7%;
	font-size: 70px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 120px;
	border: 10px solid #fff;
	border-radius: 50%;
	opacity: 0.4;
}

.agent-step-box p{
	top: 35%;
	left: 30%;
	width: 60%;
	position:absolute;
	font-size: 18px;
	color: #fff;
	font-family: 'Comfortaa', cursive;
}


.agent-step-box-alt p{
	color: #333;
}

@media screen and (min-width: 48em){
	.sticker:after{display:inline-block}
}

.sticker:last-child{border-bottom:none;margin-bottom:0}
.sticker:last-child:after{display:none}

@media screen and (min-width: 48em){
	.sticker{width:33.33%;margin-bottom:0;border-bottom:none;padding-bottom:0}
}

.stickers{margin:0;padding:0 0;display:block}

@media screen and (min-width: 48em){
	.stickers{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
}

.sticker{
	float: left;
	height: auto;
}

.sticker_img{
	width: 40%;
	float:left;
}

.sticker_img img{
	width: 100%;
}

.sticker_text{
	width: 50%;
	margin-left: 5%;
	margin-top: 30px!important;
	float: left;
}

.no-margin{
	margin-top:0px!important;
}



.court-locations{
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background: #f9f9f9;
	float: left;
	padding: 20px 0px 40px 0px;
	width: 100%;
}

.court-locations h2{
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #0068c1!important;
}

.location-item {
	line-height: 22px;
	margin-top:20px;
	margin-bottom: 30px;
}

.location-item img{
	width: 100%;
	max-height: 150px;
	margin-bottom: 20px;
}

.location-item h4{
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

.location-item p{
	font-size: 12px;
}

.social{
	padding: 40px;
	border-bottom : 1px solid #cccccc;
	background: #fff;
	float: left;
	width: 100%;
}

.social p{
	font-size: 12px;
	line-height: 24px;
	margin-left: 15px;
	margin-top:10px;
}

.social h4{
	margin:0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

.social .block{
	margin:10px;
	width: 100%;
	float: left;
}

.social .block a{
	float: right;
}

.landing-form{
	margin: 40px 0px;
}

.landing-form-pic{
	width: 50%;
	float: left;
}

.landing-form h3{
	font-size: 16px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

.landing-form h3 input{
	float: right;
	background: #0068c1;
	border:none;
	padding: 6px 25px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
}

.landing-form-pic img{
	width: 100%;
}
.landing-form-content{
	width: 50%;
	float: left;
	padding: 0px 20px;
}

.form-item{
	float: left;
	width: 100%;
}

.form-item input, .form-item textarea, .form-item select{
	float: left;
	width: 100%;
	padding: 9px;
	margin-bottom: 10px;
	border:none;
	background: #fff;
	border: 1px solid #ccc;
}

.cara-mudah{
	width:100%;text-align:center;margin:40px 0px;font-size:24px;color:#555;
	font-family: 'Comfortaa', cursive;
}

footer{
	text-align:center;
	padding:10px 0px;
	width: 100%;
	float: left;
	background: #fccd1f;
}

footer p{
	margin: 0;
	padding: 0;
}



/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.agent-step-box{
		width: 50%;
		
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.agent-step-box{
		width: 50%;
		
	}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.agent-step-box{
		width: 100%;
		
	}
	.navbar-court{
		height: 70px;
	}

	.slick-dots li
	{
	    width: 10px;
	    height: 10px;
	    margin: 0 5px;

	}
	.slick-dots
	{
	    bottom:5px;
	}
	.sticker_img{
		width: 30%;

	}
	.sticker_text{
		width: 60%;
		margin-top:0px;
	}

	.main-logo{
		width:150px;
	}

	header{
		height: 80px;
	}

	.landing-form-pic, .landing-form-content{
		width: 100%;
		margin:10px 0px;
	}
	.social h4{
		text-align: center;
		margin-top: 30px;
	}

	.social .block{
		text-align: center;
	}
	.social .block a{
		float: none;
		margin: 0px;
	}
	footer p{
		width: 70%;
		margin: auto;

	}

	.landing-form h3 button{
		margin:10px 0px;
	}

	.social p{
		text-align: center;
	}

	.logo-footer{
		
		margin:auto;
		display: block;
	}

	.agent-step img{
		display: none;
	}

	.agent-step{
		width: 300px;
		height: 300px;
	}

	.agent-step p{
		margin:0;
		width: 100%;
		padding:40% 10%;	
		font-size:20px;
	}

}