/*Footer style start*/
.footer{
	font-family: 'robotoregular';
    font-weight: normal;
    font-style: normal;
	margin-top:5%;
}
/*.footer > div{display:inline-block;vertical-align:middle;line-height:48px;text-transform:uppercase;}*/
.footer .footer-links{display:inline-block; width:100%;}
.footer .footer-links ul{width:33%; float:left;}
.footer .footer-links li{display:inline-block;vertical-align:middle; width:100%;}
.footer .footer-logo{width:100%;}
.footer .footer-logo img{height:35px;}
.footer .footer-social-links{padding:0px 0 0;width:30%;text-align: right;}
.footer-links li a{
	display:inline-block;color:#fff;text-decoration:none;
	line-height:24px; font-size:14px;
}
.footer-links li:last-child a{border:0 none;}
.footer-links a:hover, .footer-top-right ul li a:hover, .footer-top-left ul li a:hover{color:#fe9844;}
.mobile-footer-block h2{display:none;}
/*New footer styling*/
.footer-top{background:#637e8c; padding:20px 0; }
.footer-bottom{background:#3e5561; padding:20px 0; }
.footer-top-left{
	border-right:2px dashed rgba(255, 255, 255, 0.08);
	display:inline-block;
	padding:10px 0;
	padding-right:6%;
	margin-right:-15px;
}
.footer-top-right, .footer-top-left{display:inline-block;padding:10px 0; width:100%;}
.footer-top-left h2, .footer-top-right h2, .footer-social-block h2, .footer-app-block h3{
	text-transform:uppercase;
	font-family:'roboto_condensedbold';
	color:#fff;
	opacity:0.6;
	font-size:16px;
	margin-top:0;
}
.footer-top-right h2{margin-left:3%;}
.footer-top-left p, .footer-top-right p{color:#fff; text-align:justify; font-size:13px; line-height:22px;}
.footer-read-more{}
.footer-read-more a{color:#fff; text-align:left;}
.footer-top-right ul, .footer-top-left ul{float:left; width:47%; margin-left:3%;} 
.footer-top-right ul li, .footer-top-left ul li{width:100%;} 
.footer-top-right ul li a, .footer-top-left ul li a{
	color:#fff;
	line-height:24px;
	font-size:13px;
}
.amazing-voucher-list{}
.amazing-voucher-list ul{/*width:100%;*/ margin-left:0; float:left;}
.voucher-merchant-logo{
	width:40px;
	height:40px;
	border-radius:40px;
	display:inline-block;
	overflow:hidden;
	margin:5px 10px 5px 0;
	vertical-align: middle;
}
.voucher-merchant-logo img{width:100%; height:100%; display:block;}
.footer-social-block{display:inline-block;}
.link-block{width:50%; float:left; margin:5px 0;}
.circle-bx{
	width:40px;
	height:40px;
	border-radius:40px;
	background:rgba(255, 255, 255, 0.06);
	text-align:center;
	overflow:hidden;
}
.circle-bx a{
	display: inline-block;
    width: 100%;
}
.circle-bx .icon{
	font-size:20px;
	width:100%;
	margin-right:0;
	margin:auto;
	line-height:40px;
}
.circle-bx a.facebook{}
.circle-bx a.twitter{}
.circle-bx a.google{}
.circle-bx a.instagram{}
.circle-bx a.facebook:hover{ background:#3b5998 !important;}
.circle-bx a.twitter:hover{ background:#00aced;}
.circle-bx a.google:hover{ background:#dd4b39;}
.circle-bx a.instagram:hover{ background:#517fa4;}
.footer-app-block{}
.app-link-block{margin:10px 0;}
.app-link-block a{display:block; width:60%;}
.app-link-block a img{width:100%;}
.footer-cat-block{padding-left:20%;}
.footer-title-ink{cursor:pointer; color: #fff; opacity:0.6; display:block;}
.footer-title-ink:hover{color: #fff; }
.footer-title-ink .icon{
	display:none;
    float: right;
	width:auto;
	line-height:normal;
	margin-right:0;
	font-size:16px;
}
.footer-link-block{}
.magicpin-title{
	color: #fff;
    cursor: pointer;
    display: none;
	font-family: "roboto_condensedbold";
    font-size: 16px;
    margin-top: 0;
    opacity: 0.6;
    text-transform: uppercase;
}
@media all and (max-width:768px){
	.footer-title-ink .icon{
		display:inline-block;
	}
	.footer-link-block, .footer .footer-logo{display:none;}
	.footer-top-right h2 {
		margin-left: 0;
	}
	.footer-top-left{border-right:0 none;}
	.footer-top-right ul, .footer-top-left ul{ margin-left: 0;}
	.footer-cat-block {
		padding-left:0;
	}
	.footer-social-block{width:100%;}
	.link-block{width: 24%; float: none; display:inline-block;}
	.circle-bx{margin:0 auto;}
	.app-link-block {
		display: inline-block;
		margin: 10px 0;
		width: 49%;
	}
	.magicpin-title{display:block;}
	.footer .footer-links{display:none;}
}
/*Footer block style end*/