<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <title>ISSA Europe, Middle East & Africa</title>

    <meta name="description" content="" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
    <link rel="apple-touch-icon" sizes="114x114" href="APPLE-TOUCH-ICON_114x114.png" />

    <style type="text/css" media="all">
    	@import url(/css/synapse_main.css);
    </style>

    <!--[if IE 9]>
		<link rel="stylesheet" href="/css/synapse_style-ie9.css" type="text/css">
	<![endif]-->

    <style type="text/css">
    	.under-constr-box {
    		position: fixed;
    		top: 0;
    		bottom: 0;
    		left: 0;
    		right: 0;
    		background-color: #fff;
    	}
    	.under-constr-box .wrapper {
    		position: absolute;
    		top: 15%;
    		left: 50%;
    		width: 700px;
    		margin-left: -350px;
    		text-align: center;
    	}
    	.under-constr-box .wrapper .logo-site {
    		display: block;
    	}
    	.under-constr-box .wrapper h4 a {
    		font-size: 20px;
    	}
        .under-constr-box #counter {
            background: url(/images/ISSA-loader.gif) left center no-repeat;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            padding-left: 11px;
            display: none;
        }
    </style>

</head>
<body>
	<div class="under-constr-box">
	    <div class="wrapper">
	    	<a href="//www.issa.com/about-issa/emea-portal" class="logo-site" title="ISSA &rsaquo; The Worldwide Cleaning Industry Association">
				<img src="/images/ISSA-Logo-blue.png" alt="ISSA Advancing Clean. Driving Innovation.">
			</a>
			<h3>Thank you for visiting ISSA.com/EMEA. This site is currently under construction; you will be redirected to ISSA.com shortly.</h3>
			<h4>Please <a href="//www.issa.com/about-issa/emea-portal" title="ISSA &rsaquo; The Worldwide Cleaning Industry Association">click here</a> if you are not redirected within a few seconds. <span id="counter">1</span></h4>
		</div><!-- wrapper -->
	</div>
    <script type="text/javascript">
        window.onload = function() {
            var redirect_in = 7;
            var counter = document.getElementById('counter');

            function go() {
                if (redirect_in >= 0) {
                    counter.style.display = 'inline-block';
                    counter.innerHTML = redirect_in;
                    window.setTimeout(go, 1000);
                }
                if (redirect_in-- == 0) {
                    counter.style.display = 'none';
                    window.location.href = "//www.issa.com/about-issa/emea-portal";
                }
            }
            go();
        }
    </script>
</body>
</html>