<!DOCTYPE html>
<html>
<head>
<title>Listing Management Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600,700" rel="stylesheet">

<style type="text/css">
*{ margin:0; padding: 0; }
img{border:0;}
li{list-style-type: none;}
ul,p{margin: 0;padding: 0}
.fl{float: left;}
.fr{float: right}
.txtCenter{text-align: center}

.clearfix:before,
.clearfix:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

body{color: #333333;background-size:cover; font-size: 12px;font-family: 'Raleway', sans-serif,arial;font-weight: 400;background:#fafafa }	

.header{padding: 35px 0;background: #fff}
.header .mainHeadSocial{width: 100px;margin: 8px 0 0 20px;}
.header .mainHeadSocial .sIcon{width: 27px;height: 27px;margin: 0 3px}
.header .mainHeadSocial .m_fb{background: url(https://i7cdnimg-a.akamaihd.net/lclimg/5411_claimlisting_c_fb.png) no-repeat bottom center;}
.header .mainHeadSocial .m_insta{background: url(https://i7cdnimg-a.akamaihd.net/lclimg/5413_claimlisting_insta.png) no-repeat bottom center;}
.header .mainHeadSocial .m_twit{background: url(https://i7cdnimg-a.akamaihd.net/lclimg/5412_claimlisting_c_twit.png) no-repeat bottom center;}

.container{width: 1200px;margin:0 auto}
.upgradeMsg{background: url(https://i7cdnimg-a.akamaihd.net/lclimg/5433_bglocal.png) no-repeat center;padding: 250px 0}
.upgradeMsg .msg_Heading{font-size: 32px;font-weight: 700;line-height: 44px;}
.upgradeMsg .msg_Heading span{color: #ff4d30}
.upgradeMsg .copyTxt{font-size: 16px;margin: 40px 0}
.upgradeMsg a{color: #333333;font-size: 16px}
.upgradeMsg a:hover{text-decoration: none;}

.ftBlock{background: #fff;padding: 15px 0;color: #666666;font-size: 13px;border-top: 1px solid #e6e6e6;position: fixed;bottom: 0;width: 100%}

@media only screen and (max-height: 800px) {
   .ftBlock{position: relative;}
}

@media only screen and (max-width: 1360px) {
	.upgradeMsg{background-size:contain; }
}

@media only screen and (max-width: 1240px) {
	.container{width: 96%}
}

@media only screen and (max-width: 1050px) {
	.brNone{display: none;}
}

@media only screen and (max-width: 767px) {
	.header{padding: 20px 0}	
	.header .logo img{width: 150px}
	.upgradeMsg{padding: 70px 20px}	
	.upgradeMsg .msg_Heading{font-size: 24px;}
	.upgradeMsg .copyTxt{font-size: 14px;margin: 50px 0;line-height: 35px;margin:10px 0 20px;}
	.upgradeMsg a{font-size: 14px}
}

</style>


</head>
<body>

	<div class="header">
	    <div class="container clearfix">
	        <div class="logo fl"><a href="https://www.local.com/"><img src="https://i7cdnimg-a.akamaihd.net/lclimg/5404_local_claim_local.png" alt="local.com"></a></div>
	        <ul class="mainHeadSocial fr">
	            <li><a target="_blank" href="https://www.facebook.com/local.com" class="m_fb sIcon fl"></a></li>
	            <li><a target="_blank" href="https://www.instagram.com/Local_HQ/" class="m_insta sIcon fl"></a></li>
	            <li><a target="_blank" href="https://twitter.com/localcom" class="m_twit sIcon fl"></a></li>
	        </ul>
	    </div>
	</div>

	<div class="upgradeMsg txtCenter ">
		<div class="container clearfix">	
			<h1 class="msg_Heading">Our Business Listing Management Platform is getting an upgrade <br class="brNone"> and will be back by <span>March 15th, 2018.</span></h1>

			<p class="copyTxt">During this period any modifications to the existing business listings will not be possible. Our apologies for this temporary inconvenience.</p>

			<a href="https://www.local.com/" class="link_home">Take me home</a>
		</div>	
	</div>

	<div class="ftBlock txtCenter ">
		<div class="container clearfix">
			Copyrights &copy; 2018. All Rights Reserved 
		</div>	
	</div>	

</body>
</html>