{% if block3 %}
	{{ block3 }}
{% endif %}
<footer>
	<div class="footer-static">
		<div class="container">
			<div class="container-inner">
				<div class="row">
					<div class="col-xs-12 col-sm-12 col-md-4">
						
						<div class="col col1">
							<div class="footer-title"><h2>{{ footer_logo }}</h2></div>
							<div class="footer-content">
								<div class="footer-logo">
									<a href="#"><img src="catalog/view/theme/tt_calcio2/image/logo.png" alt=""></a>
								</div>
								<p>We are a team of designers and developers that create high quality Magento, Prestashop, Opencart.</p>
								<p class="footer-address">{{ address }}</p>
								<p class="footer-phone">{{ telephone }}</p>
								<p class="footer-email">{{ email }}</p>
							</div>
						</div>
						
					</div>
					<div class="col-xs-12 col-sm-12 col-md-2">
						<div class="col col2">
							<div class="footer-title"><h2>{{ text_information }}</h2></div>
							<div class="footer-content">
								<ul class="list-unstyled">
									{% if informations %}
										{% for information in informations %}
											<li><a href="{{ information.href }}">{{ information.title }}</a></li>
										{% endfor %}
									{% endif %}
									<li><a href="{{ manufacturer }}">{{ text_manufacturer }}</a></li>
									<li><a href="{{ voucher }}">{{ text_voucher }}</a></li>
								</ul>
							</div>
						</div>
					</div>
					<div class="col-xs-12 col-sm-12 col-md-2">
						<div class="col col3">
							<div class="footer-title"><h2>{{ text_account }}</h2></div>
							<div class="footer-content">
								<ul class="list-unstyled">
									<li><a href="{{ account }}">{{ text_account }}</a></li>
									<li><a href="{{ order }}">{{ text_order }}</a></li>
									<li><a href="{{ wishlist }}">{{ text_wishlist }}</a></li>
									<li><a href="{{ newsletter }}">{{ text_newsletter }}</a></li>
									<li><a href="{{ affiliate }}">{{ text_affiliate }}</a></li>
									<li><a href="{{ special }}">{{ text_special }}</a></li>
								</ul>
							</div>
						</div>
					</div>
					<div class="col-sm-12 col-md-4 col-xs-12">
						<div class="col col4">
							<div class="footer-title">
								<h2>{{ text_instagram }}</h2>
							</div>
							<div class="footer-content">
								{% if block4 %}
									{{ block4 }}
								{% endif %}
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	{% if block5 %}
		{{ block5 }}
	{% endif %}
	<div class="footer-bottom">
		<div class="container">
			<div class="row">
				<div class="col-md-5 col-sm-12 col-sms-12">
					<div id="back-top">{{ text_backtop }}</div>
					<p class="copyright-text">{{ powered }}</p>
				</div>
				<div class="col-md-7 col-sm-12 col-sms-12">
					{% if block6 %}
						{{ block6 }}
					{% endif %}
				</div>
			</div>
		</div>
	</div>
</footer>
<script type="text/javascript">
$(document).ready(function(){
	// hide #back-top first
	$("#back-top").hide();
	// fade in #back-top
	$(function () {
		$(window).scroll(function () {
			if ($(this).scrollTop() > 300) {
				$('#back-top').fadeIn();
			} else {
				$('#back-top').fadeOut();
			}
		});
		// scroll body to 0px on click
		$('#back-top').click(function () {
			$('body,html').animate({scrollTop: 0}, 800);
			return false;
		});
	});
	if (jQuery(window).width() < 992) {   
		jQuery('.footer-static .footer-title').click(function(){     
			jQuery(this).parent('.col').toggleClass('active').siblings().removeClass('active'); 
			jQuery(this).next('.col .footer-content').toggle(300);
			jQuery(this).parent('.col.active').siblings().children('.col .footer-content').slideUp(300); 
		}); 
		 
	}
});
</script>
<!--
OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
Please donate via PayPal to donate@opencart.com
//-->
</div><!-- wrapper -->
</body></html>