#footer h3{
	font-size:13px;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	word-break:break-all;
}

#footerTop{
	position: relative;
}

.newsletter{
	position: relative;
}

.newsletter:after{
	content: '';
	display: block;
	clear: both;
}

.newsletter .description{
	color: #000;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	padding-bottom: 5px;
}

#footer .newsletterMain{
	position:relative;
}

#footer .newsletterMain input[type="text"]{
	background: transparent url('newsletterIcon.png') 5px center no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	width: 250px;
	height: 25px;
	display: block;
	padding: 0 10px 0 28px;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

#footer .newsletterMain input[type="button"]{
	background-color: #595959;
	color: #FFF;
	font-size: 13px;
	font-weight: 300;
	width: 86px;
	height: 25px;
	display: block;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
}

#footer .newsletterMain .placeholder{
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 25px;
	width: 200px;
	padding-left: 0;
	margin-left: 28px;
	box-sizing: border-box;
}

#social {
    margin-top: 7px;
}

#social span{
	color: #3f4444;
	font-size: 21px;
    line-height: 32px;
    height: 27px;
}

#social ul:after{
	content: '';
	display: block;
	clear: both;
}

#social li, #social li a, #social li a img{
	float:left;
	width:30px;
	height:30px;
}

#social li a img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .4;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#social li a:hover img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

#social li{
	padding-left:10px;
}

#footerMiddle ul li{
	display: block;
}

#footerMiddle ul li.divider{
	color: #7b7b7b;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 3px;
}

#footerMiddle ul li a,
#footerMiddle p{
	color: #7b7b7b;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	word-break: break-all;
}

#footerMiddle ul li a:hover{
	color: #af9664;
	text-decoration: underline;
}

#footerBottom{
	margin: 20px 0;
}


#footerBottom .a-center{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

#footerSecurity img{
	max-width: 30%;
	padding-left:10px;
}

#footerCards{
	text-align:right;
}

#footerCards img{
	padding-left:10px;
}

@media screen and (max-width: 1000px) {
	
	#footerMiddle{
		padding-top:25px;
		padding-bottom:25px;
	}
	
	#footerMiddle .col-2{
		padding-top:15px;
		padding-bottom:15px;
	}
	
	#footerMiddle .col-2:nth-child(3n+1){
		clear:both;
	}
	
}

@media screen and (min-width: 769px) {
	
	#footerMiddle ul li div{
		display:block !important;
		height:auto !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	#footer h3{
		font-size:23px;
		line-height:35px;
	}
	
	#footerTop p{
		font-size:15px;
	}

	#newsletter{
		margin-right:0;
	}
	
	#newsletterMain input[type="text"]{
		font-size:15px;
	}
	
	#footerMiddle{
		padding-top:15px;
		padding-bottom:14px;
	}
	
	#footerMiddle .col-2{
		padding-top:0;
		padding-left:0;
		padding-bottom:0;
		padding-right:0;
	}
	
	#footerMiddle ul li{
		float:left;
	}

	#footerMiddle ul li.divider{
		text-indent: -9999px;
		height: 0;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ececec;
		overflow: hidden;
	}
	
	#footerMiddle ul ul li{
		float:none;
		width:auto;
		padding-left:20px;
		padding-right:20px;
		border-bottom:1px solid #fff;
	}
	
	#footerMiddle h3{
		margin-bottom:1px;
		padding-left:20px;
		padding-right:20px;
		line-height:60px;
		background:#dadada url('plusIcon.png') no-repeat right center;
		cursor:pointer;
	}
	
	#footerMiddle h3.active{
		color: #fff;
		background: #6C6C6C url('minusIcon.png') no-repeat right center;
	}
	
	#footerMiddle h3 + div{
		background: #e9e9e9;
		display: none;
	}
	
	#footerMiddle ul li a,
	#footerMiddle p{
		font-size: 14px;
	}
	
	#footerMiddle p{
		padding-left: 20px;
		padding-right: 20px;
	}

	#footerBottom{
		margin: 0;
	}

	#footerSecurity{
		text-align: center;
		margin-top: 10px;
	}

	#footer .newsletterMain input[type="text"]{
		margin-right: 10px;
	}
}

@media screen and (max-width: 540px){

	#footer p{
		text-align: center;
	}

	#footer .newsletterMain input[type="text"]{
		width: calc(100% - 95px);
		margin-right: 0;
	}

	#footer .newsletterMain input[type="button"]{
		float: right;
	}

	#social{
		width: auto;
		float: none;
		margin-top: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	#footerTop .inner{
		text-align: center;
	}

	#footerSecurity img{
		max-width: 30%;
		padding-left: 0;
		margin-top: 15px;
		vertical-align: middle;
		box-sizing: border-box;
	}

	#footerSecurity img + img{
		padding-left: 10px;
	}
}