a { 
	color: #ff2837; 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
	color:#ff2837;
}

.imgCenter{
	display:block;
	margin:0 auto;
}

.noPadding{
	padding:0;
}

p{
	font-size:18px;
	line-height:1.6em;
}

.bg-white{
	background:#ffffff;
}

.bg-red{
	background:#ff2837;
}

.bg-light-red{
	background:#ffa8ae;
}

.bg-pale-red{
	background:#fed4d6;
}

.bg-red a, .bg-red a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
	text-decoration:none;
}

.fa-chevron-up{
	line-height:40px;
}

.titleSocialIcons {
	float:right;
	display:block;
	padding-right:10px;
	line-height:100px;
}

@media (max-width: 990px) {
	.titleSocialIcons {
		line-height:70px;
	}
}

@media (max-width: 320px) {
	.titleSocialIcons {
		line-height:48px;
	}
}

.titleSocialIcons ul {
	list-style: none;
}

.titleSocialIcons li {
	float: left;
	margin: 0 0 0 10px;
}
.titleSocialIcons li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #898989;
	border-radius: 50% !important;
}

@media (max-width: 800px) {
	.titleSocialIcons li a {
		width:24px;
		height:24px;
	}
}

.titleSocialIcons li a:hover {
	background: #ff2837;
	text-decoration:none;
}
.titleSocialIcons li a i {
	font-size: 18px;
	color: #fff;
	margin:0 auto;
	line-height:34px;
	text-align:center;
	display:block;
	text-decoration:none;
}

@media (max-width: 800px) {
	.titleSocialIcons li a i {
		font-size:14px;
		line-height:24px;
	}
}

.banner {
    background: url(../images/banner-feature-ZLD-425_1920x500.jpg) no-repeat center center;
    background-size: contain;
    height: 500px;
}

.section{
	position:relative;
	clear:both;
	margin:0;
	padding:50px 0;
}

.section h1, .section h2{
	padding-bottom:50px;
}

@media (max-width: 450px) {
	.section h1, .section h2{
		padding-bottom:20px;
	}
}

.section h3{
	padding-top:70px;
}

.intro h1, .intro h3{
	padding-bottom:0;
}

