#footer h3{
	font-size:16px;
	font-family: 'PNB';
	line-height:20px;
	text-transform:uppercase;
	word-break:break-all;
	margin-top:0;
	color: #4a4a4a;
}

#footerTop{
	padding-top:35px;
	padding-bottom:35px;
	background:#9362a9;
}

#footerTop h3{
	color:#fff;
	font-size: 20px;
	font-family: 'PNSB';
	margin-bottom: 0;
	margin-top: 10px;
}

#footerTop p{
	display:block;
	font-size:12px;
	color:#d6bbdf;
	line-height:20px;
}

.newsletter{
	margin-bottom:0;
}

[dir="rtl"] .newsletter{
	margin-right:0;
}

#footer .newsletterMain{
	border: 1px solid #c998df;
    position: relative;
    border-radius: 5px;
}

#footer .newsletterMain input[type="text"]{
	width:100%;
	height:48px;
	line-height:48px;
	border:0;
	text-indent: 10px;
	background: none;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
}

#footer .newsletterMain input[type="text"]::-webkit-input-placeholder{
	font-size:12px;
	color:#fff;
}
#footer .newsletterMain input[type="text"]::-moz-placeholder{
	font-size:12px;
	color:#fff;
}
#footer .newsletterMain input[type="text"]:-ms-input-placeholder{
	font-size:12px;
	color:#fff;
}
#footer .newsletterMain input[type="text"]:-moz-placeholder{
	font-size:12px;
	color:#fff;
}

#footer .newsletterMain .placeholder{
    right: 50px;
    line-height: 48px;
	padding-left: 10px;
}

#footer .newsletterMain input[type="button"]{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 33;
    width: 15%;
    height: 100%;
    background: url(send_ico.png) center no-repeat;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -webkit-background-size: 40%;
    background-size: 40%;
}

[dir="rtl"] #footer .newsletterMain input[type="button"]{
	right:auto;
	left:10px;
}

[dir="rtl"] #social{
	float:left;
}

#social ul{
	padding-top:10px;
}

#social li, #social li a, #social li a img{
	float:left;
	width:30px;
	height:30px;
}

[dir="rtl"] #social li, 
[dir="rtl"] #social li a, 
[dir="rtl"] #social li a img{
	float:right;
}

#social li{
	padding-right:10px;
	padding-bottom:10px;
}

[dir="rtl"] #social li{
	padding-right:0;
	padding-left:10px;
}

#footerMiddle{
	padding-top:45px;
	padding-bottom:45px;
}

#footerMiddle ul li{
	display:block;
}

#footerMiddle ul li a, #footerMiddle p{
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	line-height:14px;
	font-size:12px;
	color:#4a4a4a;
}

#footerBottom{
	min-height:50px;
}

#footerBottom .col{
	min-height:50px;
	line-height:47px;
	display:list-item;
	list-style:none;
}

#footerBottom .col img{
	vertical-align:middle;
	max-height:26px;
}

#footerSecurity img{
	padding-right:10px;
}

#footerCards{
	margin-bottom: 20px;
}

#footerCards div{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#footerCards img{
}

#footerMostMiddle{
	background: #f8f8f8;
}

.altText{
    font-size: 14px;
    line-height: 20px;
    color: #4f4f4f;
}

@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;
	}

	#footerMostMiddle{
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.altLogo{
		text-align: center;
		margin-top: 20px;
	}
	
	#footerCards div{
		padding-top: 20px;
		padding-bottom: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	
	#footer h3{
		font-size:23px;
		line-height:35px;
	}
	div#seoBox {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	#footerTop p{
		font-size:13px;
	}

	#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 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:50px;
		background:#dadada url('plusIcon.png') no-repeat right center;
		cursor:pointer;
	}
	
	[dir="rtl"] #footerMiddle h3{
		background:#dadada url('plusIcon.png') no-repeat 20px center;
	}
	
	#footerMiddle h3.active{
		color:#fff;
		background:#6C6C6C url('minusIcon.png') no-repeat right center;
	}
	
	[dir="rtl"] #footerMiddle h3.active{
		background:#6C6C6C url('minusIcon.png') no-repeat 20px center;
	}
	
	#footerMiddle h3 + div{
		background:#e9e9e9;
		display:none;
	}
	
	#footerMiddle ul li a, #footerMiddle p{
		line-height:35px;
		font-size:17px;
	}
	
	#footerMiddle p{
		padding-left:20px;
		padding-right:20px;
	}
	
	#footerBottom .col{
		text-align:center;
	}
	
	#footerBottom .col img{
		padding-right:5px;
		padding-left:5px;
	}

}
#seoBox .inner
{border:  dashed 1px #ccc;padding: 10px;box-sizing: border-box;}
#seoBox .inner > div
{

}
#footer h3
{
line-height:  20px;
font-size:16px;
margin-bottom:  3px;
color: #acacac;
margin-top:   3px;
word-break: break-all;
font-family: 'Proxima Nova', sans-serif;
}
#seoBox h1 , #seoBox h2
{
line-height:  20px;
font-size:18px !important;
color:  #328CBF;
font-weight:400;
word-break:  break-all;
font-family: Helvetica,Arial,sans-serif;
text-align:  center;
}
#seoBox h1
{
margin-bottom:  30px;
}

#seoBox > div > div > table > tbody > tr > td > p {
    line-height: 1.5;
    font-size: .95rem;
    color: #acacac;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: Helvetica,Arial,sans-serif;
}
@media screen and (max-width: 540px) {

	#footer	h3{
		font-size:15px;
	}
	
	#footerMiddle ul li a, #footerMiddle p{
		font-size:13px;
	}

	#footerTop{
		padding-bottom: 0;
		padding-top: 0;
	}

	#footerBottom .col{
		min-height: 30px;
		line-height: 27px;
	}

	#footerBottom .col img{
		max-height: 15px;
	}

	.altText{
		max-height: 150px;
		overflow-y: auto;
	}
	
}