.footer-section {
	width:100%;
	position:relative; float:left;
	background-color:#09121f;
	color:#fff;
}
.footer-section .column-wrap { 
    position: relative;
    float: left;
    width: 100%;
    padding-top: 75px;
	padding-bottom: 100px;
}
@media only screen and (max-width : 992px) {
	.footer-section .column-wrap { 
		padding-top: 50px;
		padding-bottom: 50px;
	}	
}

.footer-section .bgDots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height:100%;
	margin: 0 auto;
}
.footer-section .dotsFooter {
	width:100%;
	height: 100%;
	bottom: 0;
	opacity: 0.5;
	background-image: url(../../image/dots-white.png);
}
.footer-section h1 { 
	margin:0px;
	margin-bottom:40px;
	font-family: 'DINOT-Black';
	text-transform:uppercase;
	font-size:32px;	
}
@media only screen and (max-width : 992px) {
	.footer-section h1 { 
		margin:0px;
		margin-bottom:30px;
		font-family: 'DINOT-Black';
		text-transform:uppercase;
		font-size:20px;	
	}	
}
.footer-section p { 
	font-size:18px;
	font-family: 'MyriadPro-Light';
	line-height:30px;
}
.footer-section .sendMessage { 
	border-bottom: 2px solid #d3d92b;
	padding-bottom:10px;
	color:#fff;
}
@media only screen and (max-width : 992px) {
	.footer-section p { 
		font-size:16px; 
		line-height:24px;
	}	
	.footer-section .footerContact { 
	padding-bottom:30px;
}
}
.footer-section .sendMessage:hover { 
	border-bottom: 2px solid #d3d92b;
	color:#d3d92b;
	text-decoration:none;	
}
.footer-section .footerContact p:first-child {
	color:#a8a8a8;
}
.footer-section .footerEnd {
	position:relative; 
	float:left;
	padding-top:80px;
}
@media only screen and (max-width : 992px) {
	.footer-section .footerEnd {
		position:relative; 
		float:left;
		padding-top:30px;
	}	
}
.footer-section .rightContact { 
	padding-top:50px;
}
/* Footer - Newsletter */
.footer-section .newsletterBox {
	width:100%;	
	position: relative;
	float:left;
	padding-top:30px;
}
.footer-section .newsletterCntrl {
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	top: 30px;
}
.footer-section .newsletterCntrl input#newsletter {
	width: 250px;
	height: 35px;
	background: rgba(100, 172, 201, .1);
	border: none;
	font-size: 14px;
	float: left;
	color: #fff;
	padding-left: 15px;
}
.footer-section .newsletterCntrl input#newsletter::-webkit-input-placeholder {
color: #ebebeb;
}
.footer-section .newsletterCntrl input#newsletter:-moz-placeholder { /* Firefox 18- */
color: #d7d7d7;
}
.footer-section .newsletterCntrl input#newsletter::-moz-placeholder {  /* Firefox 19+ */
color: #d7d7d7;
}
.footer-section .newsletterCntrl input#newsletter:-ms-input-placeholder {
color: #d7d7d7;
}
.footer-section .newsletterCntrl button.icon {
	border: none;
	background: rgba(17, 24, 32, .8);
	height: 35px;
	width: 40px;
	color: #fff;
	opacity: 1;
	padding: 8px 0 0 0;
	font-size: 15px;
	margin-left: -40px;
}
.footer-section .newsletterCntrl:hover button.icon:hover {
	background: rgba(17, 24, 32, .4);
}
.footer-section .footerEnd a { 
	color:#a8a8a8;
}
.footer-section .footerEnd a:hover { 
	color:#fff;
	text-decoration:none;
}
.footer-section .footerEnd ul {
	font-size:16px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-family: 'MyriadPro-Light';
	color:#a8a8a8;
}
.footer-section .footerEnd ul li {
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #333;
}
.footer-section .footerEnd ul li:first-child {
	padding-left:0px;
}
.footer-section .footerEnd ul li:last-child {
	padding-right:0px;
	border-right:0px;
	
}
@media only screen and (max-width : 992px) {
	.footer-section .footerEnd ul li {
		display:block;
		padding-right:0px;
		padding-left:0px;
		border-right:0px solid #333;
	}
	.footer-section .footerEnd ul li:last-child {
		padding-bottom:30px;
	}
	.footer-section .footerEnd .socials ul li:first-child {
		padding-left:0px;
	}
	.footer-section .footerEnd .socials ul li:last-child {
		padding-right:0px;
		border-right:0px;
	}
	.footer-section .footerEnd .socials ul li {
		display:inline-block;
		padding-right:10px;
		padding-left:10px;
		border-right:1px solid #333;
	}
}