#top-footer{
	margin: 30px 0 0 0;
}
#top-footer .socialsFollow, #top-footer .newsBan {
	display: inline-block;
	vertical-align: top;
}
#top-footer .socialsFollow {
	width:40%;
}
 #top-footer .newsBan {
	width:60%;
	padding-left: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#top-footer h2 {
	font: 14px/40px Helvetica,sans-serif;
	color: #6f6d68;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin-right: 15px;
}
#socialLogos {
	display:inline-block;
	min-width: 220px;
}
#socialLogos li{
	display:inline-block;
	width:40px;
	height:40px;
	margin-left: 45px;
}
#socialLogos li a{
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: initial;
	text-align: center;
	transition: all .4s;
	border-radius: 100%;
}
#socialLogos li a:before{
	font-family: "fontello_n";
	font-size: 28px;
	line-height: 40px;
	color: #666;
	transition: all .4s;
}
#socialLogos li a.facebookLogo:before{
	content: "\e809";
}
#socialLogos li a.twitterLogo:before{
	content: "\e81d";
}
#socialLogos li a.instaLogo:before{
	content: "\e80d";
}
#socialLogos li a.pinLogo:before{
	content: "\e816";
}
#socialLogos li a.googleLogo:before{
	content: "\e80b";
}
#socialLogos li a.youtubeLogo:before{
	content: "\e800";
}
#socialLogos li a.vimeoLogo:before{
	content: "\e81f";
}
#socialLogos li a.vineLogo:before{
	content: "\e820";
}
#socialLogos li a:hover{
	background: #666;
	transition: all .4s;
}
#socialLogos li a:hover:before{
	color: #fff;
	transition: all .4s;
}

#top-footer #newsletter {
	display:inline-block;
	vertical-align: top;
}
#top-footer #newsletter input[type=text] {
    width: 210px;
    height: 35px;
    margin-top: 1px;
    padding-left: 10px;
    background: rgba(255,255,255,0.4);
    border: 0;
}
#top-footer #newsletter input[type=button] {
    height: 35px;
    border: 0;
    padding: 10px;
    margin-top: 1px;
    background: #4d4f4e;
    font: bold 12px/12px Helvetica,sans-serif;
    color: #fff;
	cursor: pointer;
}
#top-footer #newsletter input[type=button]:hover {
	background: #b10035;
}

@media screen and (min-width: 1100px) {
	#socialLogos li{
		margin-left: 35px;
	}
}