.pd-top-10 {
	padding-top: 10px;
}
.pd-top-20 {
	padding-top: 20px;
}
.pd-top-30 {
	padding-top: 30px;
}
.pd-top-40 {
	padding-top: 40px;
}
.pd-top-50 {
	padding-top: 50px;
}
.pd-top-60 {
	padding-top: 60px;
}
.pd-top-70 {
	padding-top: 70px;
}
.pd-top-80 {
	padding-top: 80px;
}
.pd-top-90 {
	padding-top: 90px;
}
.pd-top-100 {
	padding-top: 100px;
}
.pd-top-110 {
	padding-top: 110px;
}
.pd-top-120 {
	padding-top: 120px;
}
.pd-bottom-10 {
	padding-bottom: 10px;
}
.pd-bottom-20 {
	padding-bottom: 20px;
}
.pd-bottom-30 {
	padding-bottom: 30px;
}
.pd-bottom-40 {
	padding-bottom: 40px;
}
.pd-bottom-50 {
	padding-bottom: 50px;
}
.pd-bottom-60 {
	padding-bottom: 60px;
}
.pd-bottom-70 {
	padding-bottom: 70px;
}
.pd-bottom-80 {
	padding-bottom: 80px;
}
.pd-bottom-90 {
	padding-bottom: 90px;
}
.pd-bottom-100 {
	padding-bottom: 100px;
}
.pd-bottom-110 {
	padding-bottom: 110px;
}
.pd-bottom-120 {
	padding-bottom: 120px;
}
body {
	background-color: #f4f7f9;
	color: #24334a;
}
/* HEADER
----------------------------------------------------------*/
.header {
	background: #fefefe;
	padding:15px 0 0;
}
.header .logo{
	padding:0 0 15px;
	margin:0;
}
.header-right p {
	font-family:"MuliRegular"
}
.header-right .btn {
	margin-left:10px;
}
.main-content{
	padding-top:40px;
	padding-bottom:40px;
}
.sub-heading{
	margin-top:0;
	margin-bottom:20px;
}