body.add-bg {
	
}

.btn-warning {
	background-color: #ED5504;
	border-color: #ED5504;
}

.container-zero {
	padding: 0px !important;
	width: 100% !important;
}

.container-box .info p {
	margin-bottom: 10px !important;
}

.container-box .info .btn-learn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.section-email {
	background: #ED5504;
	padding: 20px 0px;
	text-align: center;
	color: #FFF;
}

.section-email .signup {
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.section-email .signup i {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #CCC;
}

.section-email  form {
	margin-top: 20px;
}

.section-email .btn-default {
	background-color: #000;
}

.h4-black {
	text-align: center;
	font-weight: 700;
	color: #fff; 
	background-color: #000;
	padding: 20px;
	margin: 0px;
}
.overflow-hidden{
	overflow:hidden;
}
.marginright-20{
	margin-right:20px;
}
.footer ul li a h3{
	color: #333;
display: inline-block;
font-weight: 700;
font-size: 16px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border-bottom:none !important;
margin:0 !important;
}