body{
	margin: 0 !important;
	padding:  0 !important;
	background-color: rgba(83, 87, 88, 0.26);
	
}
.btn-color,.btn-color:hover{
	background-color:  #009ba0;
	color: #fff
}

.clear{
	clear: both;
}
a:hover{
	color: #535558;
}
a{
	text-decoration: none;	
	color:#009ba0;
}

.title{
	margin-left: 10%;
	color: #535558;
	font-weight: bold;
	font-size: 40px;
	margin-top: 10px;
}

.menu-top{
	background-color: #535558;
	border-bottom:dashed 5px #009ba0;
	height: 62px;
}
ul.nav{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	margin: 10px 0;
}
ul.nav li a{
	text-align: center;
	padding: 7px;
	color:#fff;
}
ul.nav li a.active,ul.nav li a:hover{
	background-color: #009ba0;
	color:#fff;
	border-radius: 5px;
}

.center{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer {
	background-color: #535558;
	border-top:dashed 5px #009ba0;
}
.footer ul.menu{
	width: 325px;
	margin: 10px auto;
	text-align: center;
	padding: 0;
	display: block;
	list-style: none;
}

.footer ul li{
	float: left;
	margin-right: 15px;
	padding: 5px;
	display: block;
	text-align: center;
}

.footer .copy{
	text-align: center;
	color:#ddd;

}

.slide img{
	width: 100%;
}

.content{

	opacity: 0.8;
	padding: 20px 30px;
	margin: 50px auto;
	border-radius: 10px;
	background-color: #f4f4f4;
	min-height: 500px;

}



/* Page Home */
	.content .page-home p{
		color: #000;
		line-height: 22px;
	}

/* Page Unsubscrib */
	
	.content .page-unsubscribe p{
		color: #000;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.content .page-unsubscribe form{
		margin: 50px 0;
	}
	.content .page-unsubscribe form input{
		margin: 5px;
	}
	.content .page-unsubscribe h3,.content .page-contact h3{
		font-weight: bold;
		font-size: 20px;
		float: left;
		margin: 20px 0;

	}
	.content .page-unsubscribe .contacting,.content .page-contact .contacting{
		font-size: 13px;
		line-height: 20px;
	}
	.content .page-unsubscribe .email{
		color: #009ba0;
	}

/* Page Contact */
	.content .page-contact form{
		
	}
	.content .page-contact form table{
		width: 100%;
	}
	.content .page-contact  h2{
		margin: 20px 0;
	}
	.content .page-contact  form p{
		margin: 10px 0;
		text-align: left;
		line-height: 30px;
	}
	.content .page-contact  form {
		text-align: left;
	}
	.content .page-contact  form .btn-color{
		text-align: center;
		margin: 0 auto;
		display: block;
		padding: 5px 30px;
	}
	strong{
		font-weight: bold;
	}