body{
	font-family: 'Open Sans';
	font-size: 16px;
	color: #777777;
}
textarea{
	font-size: 14px;
}
h2{
	font-size: 26px;
    line-height: 30px;
	font-weight: 800;
}
h2,h4{ color:#333333;}
b{ color:#5C6AC4;}
b,h4{ font-weight: 600; }
.btn-success{
	background: #5C6AC4;
	color: #ffffff;
	font-size: 14px;
	line-height: 12px;
	padding: 10px 20px;
	outline: none;
	border: none;
	font-weight: 600;
}
.btn-success:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover{
	background: #333333;
	color: #ffffff;
}