function content_530ff8eb84ec89_22258543($_smarty_tpl)
    {
        if (!is_callable('smarty_modifier_escape')) {
            include '/Applications/MAMP/htdocs/prestashop/tools/smarty/plugins/modifier.escape.php';
        }
        if (!is_callable('smarty_function_implode')) {
            include '/Applications/MAMP/htdocs/prestashop/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo smarty_modifier_escape($_smarty_tpl->tpl_vars['meta_title']->value, 'html', 'UTF-8');
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['meta_description']->value, 'html', 'UTF-8');
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['meta_keywords']->value, 'html', 'UTF-8');
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo $_smarty_tpl->tpl_vars['css_uri']->value;
                ?>
" type="text/css" media="<?php 
                echo $_smarty_tpl->tpl_vars['media']->value;
                ?>
" />
	<?php 
            }
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['page_name']->value, 'html', 'UTF-8');
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['page_name']->value, 'html', 'UTF-8');
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo $_smarty_tpl->tpl_vars['geolocation_country']->value;
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
			<div class="header-container">
				<header id="header" style="background-image: url('http://4.bp.blogspot.com/-furh5ftHxic/T3s6-6lgfFI/AAAAAAAAAWw/HcU4uhY8On4/s1600/cannabis_wallpaper_z3ctx1.jpg');-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;-o-background-size: 100% 100%;background-size: 100% 100%;-moz-border-image: url(bg-image.png) 0;">
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
							</div>
						</div>
					</div>
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
            echo $_smarty_tpl->tpl_vars['base_dir']->value;
            ?>
" title="<?php 
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['shop_name']->value, 'html', 'UTF-8');
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo smarty_modifier_escape($_smarty_tpl->tpl_vars['shop_name']->value, 'html', 'UTF-8');
            ?>
"<?php 
            if ($_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if ($_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
							</div>
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
                ?>

					<?php 
            }
            ?>
					<div class="row">
						<div id="top_column" class="center_column col-xs-12 col-sm-12">
							<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>

						</div>
					</div>
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-3">
							<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>

						</div>
						<?php 
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo 12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value;
            ?>
">
	<?php 
        }
    }
    function content_564ed807b80b73_25874949($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'E:\\Project\\htdocs\\pf_fshow_quickstart\\tools\\smarty\\plugins\\function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" <?php 
        }
        ?>
 dir="<?php 
        echo $_smarty_tpl->tpl_vars['LANG_DIRECTION']->value;
        ?>
" class="<?php 
        echo $_smarty_tpl->tpl_vars['LANG_DIRECTION']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<?php 
                if (preg_match("#global#", $_smarty_tpl->tpl_vars['css_uri']->value)) {
                    ?>
		<link rel="stylesheet" href="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
"  id="global-style" type="text/css" media="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
" />
		<?php 
                } else {
                    ?>
		<link rel="stylesheet" href="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
" type="text/css" media="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
" />
		<?php 
                }
                ?>
	<?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;subset=latin,latin-ext" type="text/css" media="all" />
		<link href='http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'/>
		<link href='http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'/>

		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
 layout-<?php 
        echo $_smarty_tpl->tpl_vars['DEFAUTL_LAYOUT']->value;
        ?>
" >

	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
			
		<div id="page">
			<div  class="banner hidden-xs hidden-sm">
				<div class="container">
					<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

				</div>
			</div>
			<?php 
            if (!isset($_smarty_tpl->tpl_vars['header_cp']->value)) {
                ?>
				<?php 
                $_smarty_tpl->tpl_vars['header_cp'] = new Smarty_variable(Configuration::get('PTS_CP_HEADER'), null, 0);
                ?>
			<?php 
            }
            ?>
			<?php 
            if ($_smarty_tpl->tpl_vars['header_cp']->value && file_exists((string) $_smarty_tpl->tpl_vars['CURRENT_THEMEDIR']->value . "./sub/headers/" . (string) $_smarty_tpl->tpl_vars['header_cp']->value . "/" . (string) $_smarty_tpl->tpl_vars['header_cp']->value . ".tpl")) {
                ?>
				<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['CURRENT_THEMEDIR']->value . "./sub/headers/" . (string) $_smarty_tpl->tpl_vars['header_cp']->value . "/" . (string) $_smarty_tpl->tpl_vars['header_cp']->value . ".tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array('page_name_skin' => $_smarty_tpl->tpl_vars['page_name']->value), 0);
                ?>

				
			<?php 
            }
            ?>
    		<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
				<div id="breadcrumb">
					<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

				</div>
			<?php 
            }
            ?>
            <?php 
            if (Configuration::get('PTS_CP_ENABLE_PBUILDER') && isset($_smarty_tpl->tpl_vars['PTS_PAGEBUILDER_ACTIVED']->value) && $_smarty_tpl->tpl_vars['PTS_PAGEBUILDER_ACTIVED']->value && $_smarty_tpl->tpl_vars['PTS_PAGEBUILDER_FULL']->value) {
                ?>
            	<div id="columns" class="pagebuilder-content <?php 
                echo $_smarty_tpl->tpl_vars['header_cp']->value;
                ?>
">
					<?php 
                echo $_smarty_tpl->tpl_vars['PTS_PAGEBUILDER_CONTENT']->value;
                ?>

			<?php 
            } else {
                ?>
			<?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>
           		<div  id="pts-slideshow" class="slideshow">
		                <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayslideshow"), $_smarty_tpl);
                    ?>

           		</div>
            <?php 
                }
                ?>
            <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>
	          	<div  id="pts-promotion-top" class="promotion-top">
					<div class="container">
			            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displaypromotetop"), $_smarty_tpl);
                    ?>

			        </div>       
	            </div>
            <?php 
                }
                ?>
			<div id="columns" class="offcanvas-siderbars">
				<?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>
					<div id="top_column" class="top_column ">
						<div class="container"><?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                    ?>
</div>
					</div>				
				<?php 
                }
                ?>
	
				<div class="main-content">	
					<div class="main-content-inner">
						<div class="container">											
							<div class="row">
								<?php 
                if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                    ?>
									<div id="left_column" class="sidebar column col-xs-12 col-sm-12 col-md-<?php 
                    echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                    ?>
 col-lg-<?php 
                    echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                    ?>
 offcanvas-sidebar">
										<?php 
                    echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                    ?>

									</div>
								<?php 
                }
                ?>
							<?php 
                if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                    $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
                } else {
                    $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
                }
                ?>
							<div id="center_column" class="center_column col-xs-12 col-sm-12 col-md-<?php 
                echo intval($_smarty_tpl->tpl_vars['cols']->value);
                ?>
 col-lg-<?php 
                echo intval($_smarty_tpl->tpl_vars['cols']->value);
                ?>
">
								<div id="content">
									
				<?php 
            }
            ?>
			<?php 
        }
    }
    function content_5613965468f363_56470708($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/home/oobox/domains/oobox.stronazen.pl/public_html/xiaomipl/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
>
	<head>
		<meta charset="utf-8" />

		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
			<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
			<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>

		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
				<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
							<?php 
            }
            ?>

		<?php 
        }
        ?>

		<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
            ?>
		<?php 
        }
        ?>

		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" />
				<link href="<?php 
        echo $_smarty_tpl->tpl_vars['css_dir']->value;
        ?>
style.css" rel="stylesheet" type="text/css" />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        } else {
            ?>
 show-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        } else {
            ?>
 show-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
			<div class="header-container">
				<header id="header">
					<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayBanner', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayBanner'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
					<?php 
            if (Smarty::$_smarty_vars['capture']['displayBanner']) {
                ?>
						<div class="banner">
							<div class="container">
								<div class="row">
									<?php 
                echo Smarty::$_smarty_vars['capture']['displayBanner'];
                ?>

								</div>
							</div>
						</div>
					<?php 
            }
            ?>
					<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayNav', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayNav'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
					<?php 
            if (Smarty::$_smarty_vars['capture']['displayNav']) {
                ?>
						<div class="nav">
							<div class="container">
								<div class="row">
									<nav><?php 
                echo Smarty::$_smarty_vars['capture']['displayNav'];
                ?>
</nav>
								</div>
							</div>
						</div>
					<?php 
            }
            ?>
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
            if (isset($_smarty_tpl->tpl_vars['force_ssl']->value) && $_smarty_tpl->tpl_vars['force_ssl']->value) {
                echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
            } else {
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
            }
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
							</div>
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					<?php 
            }
            ?>
					<div id="slider_row" class="row">
						<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayTopColumn', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayTopColumn'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
						<?php 
            if (Smarty::$_smarty_vars['capture']['displayTopColumn']) {
                ?>
							<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
                echo Smarty::$_smarty_vars['capture']['displayTopColumn'];
                ?>
</div>
						<?php 
            }
            ?>
					</div>
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
	<?php 
        }
    }
    function content_56a548a7007eb2_01649023($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/Users/Lubko/Documents/Local/dogs/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
>
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
			<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
			<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<meta name="generator" content="F2FCREATIVE" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<!-- Latest bootstrap compiled and minified CSS -->
		<link rel="stylesheet" href="<?php 
        echo @constant('_THEME_CSS_DIR_');
        ?>
bootstrap/bootstrap.min.css" type="text/css" media="all" />
		<!-- Optional theme -->
		<link rel="stylesheet" href="<?php 
        echo @constant('_THEME_CSS_DIR_');
        ?>
bootstrap/bootstrap-theme.min.css" type="text/css" media="all" />
		<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
				<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<!-- Latest compiled and minified JavaScript -->
		<script src="<?php 
        echo @constant('_THEME_JS_DIR_');
        ?>
bootstrap.min.js"></script>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        } else {
            ?>
 show-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        } else {
            ?>
 show-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
			</div>
		<?php 
            }
            ?>
		<div id="<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo 'page_intro';
            } else {
                echo 'page_global';
            }
            ?>
">
			<div class="header-container<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo '';
            } else {
                echo ' bg-header-dark';
            }
            ?>
">
				<header id="<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo 'header';
            } else {
                echo 'header_global';
            }
            ?>
">
					<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayBanner', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayBanner'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
					<?php 
            if (Smarty::$_smarty_vars['capture']['displayBanner']) {
                ?>
						<div class="banner">
							<div class="container">
								<div class="row">
									<?php 
                echo Smarty::$_smarty_vars['capture']['displayBanner'];
                ?>

								</div>
							</div>
						</div>
					<?php 
            }
            ?>
					
						<div class="container">
							<div class="row">

								<div class="logo <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo '';
            } else {
                echo 'logo_global';
            }
            ?>
 clearfix col-lg-1">
									<a href="<?php 
            if (isset($_smarty_tpl->tpl_vars['force_ssl']->value) && $_smarty_tpl->tpl_vars['force_ssl']->value) {
                echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
            } else {
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
            }
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img src="<?php 
            echo @constant('_THEME_IMG_DIR_');
            ?>
logo.png" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
 />
										
									</a>
								</div>

								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>

								
										

								<div class="loginsignup <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo '';
            } else {
                echo 'loginsignup_global';
            }
            ?>
 col-lg-2">
									
									<div class="login">
										<?php 
            if ($_smarty_tpl->tpl_vars['logged']->value) {
                ?>
											<a href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getPageLink('index', true, null, "mylogout"), ENT_QUOTES, 'UTF-8', true);
                ?>
" rel="nofollow" title="<?php 
                echo smartyTranslate(array('s' => 'Log me out', 'mod' => 'blockuserinfo'), $_smarty_tpl);
                ?>
"><?php 
                echo smartyTranslate(array('s' => 'Log out', 'mod' => 'blockuserinfo'), $_smarty_tpl);
                ?>
</a>
										<?php 
            } else {
                ?>
											<a href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getPageLink('my-account', true), ENT_QUOTES, 'UTF-8', true);
                ?>
" rel="nofollow" title="<?php 
                echo smartyTranslate(array('s' => 'Log in to your customer account', 'mod' => 'blockuserinfo'), $_smarty_tpl);
                ?>
"><?php 
                echo smartyTranslate(array('s' => 'Log in', 'mod' => 'blockuserinfo'), $_smarty_tpl);
                ?>
</a>
										<?php 
            }
            ?>
									</div>

									<div class="signup">	
										<form action="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getPageLink('authentication', true), ENT_QUOTES, 'UTF-8', true);
            ?>
" method="post" id="create-account_form" >
											<input type="hidden" class="hidden" name="SubmitCreate" value="<?php 
            echo smartyTranslate(array('s' => 'Create an account'), $_smarty_tpl);
            ?>
" />
											<button class="button btn btn-dog-register" type="submit" id="SubmitCreate" name="SubmitCreate">
												<span>
													<i class="icon-user left"></i>
													<?php 
            echo smartyTranslate(array('s' => 'Sign up'), $_smarty_tpl);
            ?>

												</span>
											</button>								
										</form>
									</div>
									<div class="clearfix"></div>
								</div>
								
							</div>
						</div>

				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container"> <!-- <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'authentication') {
                echo '';
            } else {
                echo ' bg-white';
            }
            ?>
 -->
					<!-- welcome intro moved to own information block -->

					

					<div id="slider_row" class="row">
						<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayTopColumn', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayTopColumn'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
						<?php 
            if (Smarty::$_smarty_vars['capture']['displayTopColumn']) {
                ?>
							<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
                echo Smarty::$_smarty_vars['capture']['displayTopColumn'];
                ?>
</div>
						<?php 
            }
            ?>
					</div>
					
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            if (isset($_smarty_tpl->tpl_vars['category']->value) && $_smarty_tpl->tpl_vars['category']->value->level_depth == '3') {
                echo ' catdesc';
            } else {
                echo '';
            }
            ?>
">
	<?php 
        }
    }
    function content_56376ee320c194_54773376($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/home/sumit/public_html/html/ps-hotel-reservation-system/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
>
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
			<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
			<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
				<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<!-- <link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" /> -->

		<!-- by webkul -->
		<link href='https://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
		<link href='https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        } else {
            ?>
 show-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        } else {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
			<div class="header-container">
				<header id="header" style='<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == "index") {
                ?>
background-image:url("<?php 
                echo $_smarty_tpl->tpl_vars['img_ps_dir']->value;
                ?>
hotel_header_image.png")<?php 
            } else {
                ?>
background-color:#252525;<?php 
            }
            ?>
'>
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
							</div>
						</div>
					</div>
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo" class="col-xs-5">
									<a href="<?php 
            if (isset($_smarty_tpl->tpl_vars['force_ssl']->value) && $_smarty_tpl->tpl_vars['force_ssl']->value) {
                echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
            } else {
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
            }
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
							</div>
							<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displaySearchHotelPanel'), $_smarty_tpl);
            ?>
	
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
					
					<div id="slider_row" class="row">
						<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>
</div>
					</div>
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
	<?php 
        }
    }
    function content_52a0b742752965_38445757($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'C:\\wamp\\www\\a3shop\\tools\\smarty\\plugins\\function.implode.php';
        }
        if (count($_smarty_tpl->tpl_vars['categories']->value) && isset($_smarty_tpl->tpl_vars['categories']->value)) {
            ?>
	<script type="text/javascript">
		var inputName = '<?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['input_name'];
            ?>
';
		var use_radio = <?php 
            if ($_smarty_tpl->tpl_vars['categories']->value['use_radio']) {
                ?>
1<?php 
            } else {
                ?>
0<?php 
            }
            ?>
;
		var selectedCat = '<?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['categories']->value['selected_cat']), $_smarty_tpl);
            ?>
';
		var selectedLabel = '<?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['trads']['selected'];
            ?>
';
		var home = '<?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['name'];
            ?>
';
		var use_radio = <?php 
            if ($_smarty_tpl->tpl_vars['categories']->value['use_radio']) {
                ?>
1<?php 
            } else {
                ?>
0<?php 
            }
            ?>
;
		var use_context = <?php 
            if (isset($_smarty_tpl->tpl_vars['categories']->value['use_context'])) {
                ?>
1<?php 
            } else {
                ?>
0<?php 
            }
            ?>
;
		$(document).ready(function(){
			buildTreeView(use_context);
		});
	</script>

	<div class="category-filter">
		<span><a href="#" id="collapse_all" ><?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Collapse All'];
            ?>
</a>
		 |</span>
		 <span><a href="#" id="expand_all" ><?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Expand All'];
            ?>
</a>
		<?php 
            if (!$_smarty_tpl->tpl_vars['categories']->value['use_radio']) {
                ?>
		 |</span>
		 <span></span><a href="#" id="check_all" ><?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Check All'];
                ?>
</a>
		 |</span>
		 <span></span><a href="#" id="uncheck_all" ><?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Uncheck All'];
                ?>
</a></span>
		 <?php 
            }
            ?>
		<?php 
            if ($_smarty_tpl->tpl_vars['categories']->value['use_search']) {
                ?>
			<span style="margin-left:20px">
				<?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['trads']['search'];
                ?>
 :
				<form method="post" id="filternameForm">
					<input type="text" name="search_cat" id="search_cat">
				</form>
			</span>
		<?php 
            }
            ?>
	</div>

	<?php 
            $_smarty_tpl->tpl_vars['home_is_selected'] = new Smarty_variable(false, null, 0);
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['cat'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['cat']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['categories']->value['selected_cat'];
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['cat']->key => $_smarty_tpl->tpl_vars['cat']->value) {
                $_smarty_tpl->tpl_vars['cat']->_loop = true;
                ?>
		<?php 
                if (is_array($_smarty_tpl->tpl_vars['cat']->value)) {
                    ?>
			<?php 
                    if ($_smarty_tpl->tpl_vars['cat']->value['id_category'] != $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['id_category']) {
                        ?>
				<input <?php 
                        if (in_array($_smarty_tpl->tpl_vars['cat']->value['id_category'], $_smarty_tpl->tpl_vars['categories']->value['disabled_categories'])) {
                            ?>
disabled="disabled"<?php 
                        }
                        ?>
 type="hidden" name="<?php 
                        echo $_smarty_tpl->tpl_vars['categories']->value['input_name'];
                        ?>
" value="<?php 
                        echo $_smarty_tpl->tpl_vars['cat']->value['id_category'];
                        ?>
" >
			<?php 
                    } else {
                        ?>
				<?php 
                        $_smarty_tpl->tpl_vars['home_is_selected'] = new Smarty_variable(true, null, 0);
                        ?>
			<?php 
                    }
                    ?>
		<?php 
                } else {
                    ?>
			<?php 
                    if ($_smarty_tpl->tpl_vars['cat']->value != $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['id_category']) {
                        ?>
				<input <?php 
                        if (in_array($_smarty_tpl->tpl_vars['cat']->value, $_smarty_tpl->tpl_vars['categories']->value['disabled_categories'])) {
                            ?>
disabled="disabled"<?php 
                        }
                        ?>
 type="hidden" name="<?php 
                        echo $_smarty_tpl->tpl_vars['categories']->value['input_name'];
                        ?>
" value="<?php 
                        echo $_smarty_tpl->tpl_vars['cat']->value;
                        ?>
" >
			<?php 
                    } else {
                        ?>
				<?php 
                        $_smarty_tpl->tpl_vars['home_is_selected'] = new Smarty_variable(true, null, 0);
                        ?>
			<?php 
                    }
                    ?>
		<?php 
                }
                ?>
	<?php 
            }
            ?>
	<ul id="categories-treeview" class="filetree">
		<li id="<?php 
            echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['id_category'];
            ?>
" class="hasChildren">
			<span class="folder">
				<?php 
            if ($_smarty_tpl->tpl_vars['categories']->value['top_category']->id != $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['id_category']) {
                ?>
					<input type="<?php 
                if (!$_smarty_tpl->tpl_vars['categories']->value['use_radio']) {
                    ?>
checkbox<?php 
                } else {
                    ?>
radio<?php 
                }
                ?>
"
							name="<?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['input_name'];
                ?>
"
							value="<?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['id_category'];
                ?>
"
							<?php 
                if ($_smarty_tpl->tpl_vars['home_is_selected']->value) {
                    ?>
checked<?php 
                }
                ?>
							onclick="clickOnCategoryBox($(this));" />
						<span class="category_label"><?php 
                echo $_smarty_tpl->tpl_vars['categories']->value['trads']['Root']['name'];
                ?>
</span>
				<?php 
            } else {
                ?>
					&nbsp;
				<?php 
            }
            ?>
			</span>
			<ul>
				<li><span class="placeholder">&nbsp;</span></li>
		  	</ul>
		</li>
	</ul>
	<?php 
            if ($_smarty_tpl->tpl_vars['categories']->value['use_radio']) {
                ?>
	<script type="text/javascript">
		searchCategory();
	</script>
	<?php 
            }
        }
    }
    function content_56c9f353902e24_21838531($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'T:\\home\\stamp-expert.ru\\www\\tools\\smarty\\plugins\\function.implode.php';
        }
        ?>
<!DOCTYPE HTML> 
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<html lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
" <?php 
        if (isset($_smarty_tpl->tpl_vars['IS_RTL']->value) && $_smarty_tpl->tpl_vars['IS_RTL']->value) {
            ?>
 dir="rtl" class="rtl<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value)) {
                ?>
 <?php 
                echo $_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value;
            }
            ?>
" <?php 
        } else {
            ?>
 class="<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value)) {
                echo $_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value;
            }
            ?>
" <?php 
        }
        ?>
>
	<?php 
        echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./layout/setting.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
        ?>

	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<?php 
        if ($_smarty_tpl->tpl_vars['ENABLE_RESPONSIVE']->value) {
            ?>
<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /><?php 
        }
        ?>
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
            
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
		<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
			<?php 
            }
        }
        ?>

<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
        }
        ?>
		<?php 
        if ($_smarty_tpl->tpl_vars['ENABLE_RESPONSIVE']->value) {
            ?>
		<link rel="stylesheet" type="text/css" href="<?php 
            echo $_smarty_tpl->tpl_vars['content_dir']->value;
            ?>
themes/<?php 
            echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
            ?>
/css/responsive.css"/>
		<?php 
        } else {
            ?>
		<link rel="stylesheet" type="text/css" href="<?php 
            echo $_smarty_tpl->tpl_vars['content_dir']->value;
            ?>
themes/<?php 
            echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
            ?>
/css/non-responsive.css"/>
		<?php 
        }
        ?>
		<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['content_dir']->value;
        ?>
themes/<?php 
        echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
        ?>
/css/font-awesome.min.css"/>
		<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['content_dir']->value;
        ?>
themes/<?php 
        echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
        ?>
/css/font.css"/>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

                <?php 
        if (isset($_smarty_tpl->tpl_vars['LEO_CSS']->value)) {
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['LEO_CSS']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
                <link rel="stylesheet" href="<?php 
                echo $_smarty_tpl->tpl_vars['css_uri']->value;
                ?>
" type="text/css" media="<?php 
                echo $_smarty_tpl->tpl_vars['media']->value;
                ?>
" />
                <?php 
            }
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['CUSTOM_FONT']->value)) {
            ?>
                <?php 
            echo $_smarty_tpl->tpl_vars['CUSTOM_FONT']->value;
            ?>

		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['LAYOUT_WIDTH']->value)) {
            ?>
                <?php 
            echo $_smarty_tpl->tpl_vars['LAYOUT_WIDTH']->value;
            ?>

		<?php 
        }
        ?>
		<!-- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'/> -->
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		<?php 
        if (isset($_smarty_tpl->tpl_vars['LEO_SKIN_CSS']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['linkCss'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['linkCss']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['LEO_SKIN_CSS']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['linkCss']->key => $_smarty_tpl->tpl_vars['linkCss']->value) {
                $_smarty_tpl->tpl_vars['linkCss']->_loop = true;
                ?>
				<?php 
                echo $_smarty_tpl->tpl_vars['linkCss']->value;
                ?>

			<?php 
            }
            ?>
		<?php 
        }
        ?>
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
 <?php 
        if (isset($_smarty_tpl->tpl_vars['LEO_LAYOUT_MODE']->value)) {
            echo $_smarty_tpl->tpl_vars['LEO_LAYOUT_MODE']->value;
        }
        if (isset($_smarty_tpl->tpl_vars['USE_FHEADER']->value) && $_smarty_tpl->tpl_vars['USE_FHEADER']->value) {
            ?>
 keep-header<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['LEO_HEADER_STYLE']->value)) {
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['LEO_HEADER_STYLE']->value;
        }
        ?>
">
		<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<section id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo $_smarty_tpl->tpl_vars['geolocation_country']->value;
                ?>
</span></p>
			</section>
		<?php 
            }
            ?>
		<?php 
            if (in_array($_smarty_tpl->tpl_vars['page_name']->value, array('index'))) {
                ?>
			<h1 class="hidden"><?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
</h1>
		<?php 
            }
            ?>
		<section id="page" data-column="<?php 
            echo $_smarty_tpl->tpl_vars['colValue']->value;
            ?>
" data-type="<?php 
            echo $_smarty_tpl->tpl_vars['LISTING_GRIG_MODE']->value;
            ?>
">
			<!-- Header -->
			<header id="header" class="header-center">
				<section class="header-container">
					<div class="banner">
						<div class="container">
							<div class="inner">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>	
					</div>
					
					<div id="header-main" class="header-left">
						<div class="container">
							<div class="inner">
								<div class="header-wrap row">
									<div id="header_logo" class="col-md-3 col-sm-3 col-xs-12">
									<!-- <div id="header_logo" class="col-md-2-4 col-sm-2-4 col-xs-12"> -->
										<a href="<?php 
            echo $_smarty_tpl->tpl_vars['base_dir']->value;
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
											<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" <?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
											
										</a>
									</div>
									<div id="topbar" class="col-md-9 col-sm-9 col-xs-12">
										<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
									</div>
									<div class="header_right col-md-9 col-sm-9 col-xs-12">
									<!-- <div class="col-md-9-6 col-sm-9-6 col-xs-12"> -->
										<div class="topnavigation">
											<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
										</div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</section>
			</header>
			
			<?php 
            if (in_array($_smarty_tpl->tpl_vars['page_name']->value, array('index'))) {
                ?>
				<div id="slideshow" class="clearfix hidden-xs"> 
					<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                ?>

				</div>
			<?php 
            }
            ?>

			<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
				<div id="breadcrumb" class="clearfix">
					<div class="container">			
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					</div>			
				</div>
			<?php 
            }
            ?>

			<!-- Content -->
			<section id="columns" class="columns-container">
				<div class="container">
					<div class="row">                                
                        <?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<!-- Left -->
						<section id="left_column" class="column sidebar col-md-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
" role="navigation">
								<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>

						</section>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<!-- Center -->
						<section id="center_column" class="col-md-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
							
	<?php 
        }
    }
    function content_56b31245f356f0_99120098($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/Applications/MAMP/htdocs/prestashop/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 <?php 
        if (isset($_smarty_tpl->tpl_vars['IS_RTL']->value) && $_smarty_tpl->tpl_vars['IS_RTL']->value) {
            ?>
 dir="rtl" class="rtl<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value)) {
                ?>
 <?php 
                echo $_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value;
            }
            ?>
" <?php 
        } else {
            ?>
 class="<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value)) {
                echo $_smarty_tpl->tpl_vars['LEO_DEFAULT_SKIN']->value;
            }
            ?>
" <?php 
        }
        ?>
>
	<?php 
        echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./layout/setting.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
        ?>

	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
			<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
			<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<?php 
        if ($_smarty_tpl->tpl_vars['ENABLE_RESPONSIVE']->value) {
            ?>
<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /><?php 
        }
        ?>
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
				<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<?php 
        if (!$_smarty_tpl->tpl_vars['LOAD_CSS_TYPE']->value) {
            ?>
			<?php 
            if ($_smarty_tpl->tpl_vars['ENABLE_RESPONSIVE']->value) {
                ?>
			<link rel="stylesheet" type="text/css" href="<?php 
                echo $_smarty_tpl->tpl_vars['content_dir']->value;
                ?>
themes/<?php 
                echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
                ?>
/css/responsive.css"/>
			<?php 
            } else {
                ?>
			<link rel="stylesheet" type="text/css" href="<?php 
                echo $_smarty_tpl->tpl_vars['content_dir']->value;
                ?>
themes/<?php 
                echo $_smarty_tpl->tpl_vars['LEO_THEMENAME']->value;
                ?>
/css/non-responsive.css"/>
			<?php 
            }
            ?>
			<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_CSS']->value)) {
                $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['media']->_loop = false;
                $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['LEO_CSS']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                    $_smarty_tpl->tpl_vars['media']->_loop = true;
                    $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                    ?>
			<link rel="stylesheet" href="<?php 
                    echo $_smarty_tpl->tpl_vars['css_uri']->value;
                    ?>
" type="text/css" media="<?php 
                    echo $_smarty_tpl->tpl_vars['media']->value;
                    ?>
" />
			<?php 
                }
            }
            ?>
			<?php 
            if (isset($_smarty_tpl->tpl_vars['LEO_SKIN_CSS']->value)) {
                ?>
				<?php 
                $_smarty_tpl->tpl_vars['linkCss'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['linkCss']->_loop = false;
                $_from = $_smarty_tpl->tpl_vars['LEO_SKIN_CSS']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['linkCss']->key => $_smarty_tpl->tpl_vars['linkCss']->value) {
                    $_smarty_tpl->tpl_vars['linkCss']->_loop = true;
                    ?>
					<?php 
                    echo $_smarty_tpl->tpl_vars['linkCss']->value;
                    ?>

				<?php 
                }
                ?>
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['CUSTOM_FONT']->value)) {
            ?>
                <?php 
            echo $_smarty_tpl->tpl_vars['CUSTOM_FONT']->value;
            ?>

		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['LAYOUT_WIDTH']->value)) {
            ?>
                <?php 
            echo $_smarty_tpl->tpl_vars['LAYOUT_WIDTH']->value;
            ?>

		<?php 
        }
        ?>
		<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'>
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        } else {
            ?>
 show-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        } else {
            ?>
 show-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
  <?php 
        if (isset($_smarty_tpl->tpl_vars['LEO_LAYOUT_MODE']->value)) {
            echo $_smarty_tpl->tpl_vars['LEO_LAYOUT_MODE']->value;
        }
        if (isset($_smarty_tpl->tpl_vars['USE_FHEADER']->value) && $_smarty_tpl->tpl_vars['USE_FHEADER']->value) {
            ?>
 keep-header<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['LEO_HEADER_STYLE']->value)) {
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['LEO_HEADER_STYLE']->value;
        }
        if ($_smarty_tpl->tpl_vars['LEO_HEADER_STYLE']->value != "header-hide-topmenu" && $_smarty_tpl->tpl_vars['LEO_SIDEBAR_MENU']->value != "sidebar-hide") {
            ?>
 double-menu<?php 
        }
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<section id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
			</section>
		<?php 
            }
            ?>
		<section id="page" data-column="<?php 
            echo $_smarty_tpl->tpl_vars['colValue']->value;
            ?>
" data-type="<?php 
            echo $_smarty_tpl->tpl_vars['LISTING_GRIG_MODE']->value;
            ?>
">
			<!-- Header -->
			<header id="header" class="header-center">
				<section class="header-container">
					<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayBanner', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayBanner'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
					<?php 
            if (Smarty::$_smarty_vars['capture']['displayBanner']) {
                ?>
						<div class="banner">
							<?php 
                echo Smarty::$_smarty_vars['capture']['displayBanner'];
                ?>

						</div>
					<?php 
            }
            ?>
					<div id="header-main" class="header-left">
						<div class="container">
							<div class="inner">
								<div class="row">
									<div id="header_logo" class="col-lg-3 col-md-3 col-sm-5 col-xs-5 col-sp-12">
										<a href="<?php 
            if ($_smarty_tpl->tpl_vars['force_ssl']->value) {
                echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
            } else {
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
            }
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
											<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
										</a>
									</div>
									<div id="header_content" class="col-lg-9 col-md-9 col-sm-7 col-xs-7 col-sp-12">
										<div class="inner">
											<?php 
            $_smarty_tpl->_capture_stack[0][] = array('displayNav', null, null);
            ob_start();
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayNav'), $_smarty_tpl);
            list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
            if (!empty($_capture_buffer)) {
                if (isset($_capture_assign)) {
                    $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                }
                if (isset($_capture_append)) {
                    $_smarty_tpl->append($_capture_append, ob_get_contents());
                }
                Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
            } else {
                $_smarty_tpl->capture_error();
            }
            ?>
											<?php 
            if (Smarty::$_smarty_vars['capture']['displayNav']) {
                ?>
												<div id="topbar">
													<div class="container">
														<div class="inner">
															<nav><?php 
                echo Smarty::$_smarty_vars['capture']['displayNav'];
                ?>
</nav>
														</div>
													</div>
												</div>
											<?php 
            }
            ?>
											<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
										</div>
										
									</div>
								</div>
							</div>
						</div>
					</div>
				</section>
			</header>
			
			<?php 
            if (in_array($_smarty_tpl->tpl_vars['page_name']->value, array('index', 'category', 'product'))) {
                ?>
				<?php 
                $_smarty_tpl->_capture_stack[0][] = array('displayTopColumn', null, null);
                ob_start();
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayTopColumn'), $_smarty_tpl);
                list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
                if (!empty($_capture_buffer)) {
                    if (isset($_capture_assign)) {
                        $_smarty_tpl->assign($_capture_assign, ob_get_contents());
                    }
                    if (isset($_capture_append)) {
                        $_smarty_tpl->append($_capture_append, ob_get_contents());
                    }
                    Smarty::$_smarty_vars['capture'][$_capture_buffer] = ob_get_clean();
                } else {
                    $_smarty_tpl->capture_error();
                }
                ?>
				<?php 
                if (Smarty::$_smarty_vars['capture']['displayTopColumn']) {
                    ?>
					<div id="slideshow" class="clearfix">
						<div class="container">
							<div class="row">
							<?php 
                    echo Smarty::$_smarty_vars['capture']['displayTopColumn'];
                    ?>

							</div>
						</div>
					</div>
				<?php 
                }
                ?>
			<?php 
            }
            ?>
			<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
				<div id="breadcrumb" class="clearfix">
					<div class="container">
						<div class="inner">				
							<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>
	
						</div>
					</div>
				</div>
			<?php 
            }
            ?>
			<!-- Content -->
			<section id="columns" class="columns-container">
				<div class="container">
					<div class="row">                                
                        <?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<!-- Left -->
						<section id="left_column" class="column sidebar col-md-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
">
								<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>

						</section>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<!-- Center -->
						<section id="center_column" class="col-md-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
	<?php 
        }
    }
    function content_55af3b38df9183_04029793($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/Applications/MAMP/htdocs/guiding-you-phase2/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<head>

		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
	<?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<script type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['js_dir']->value;
        ?>
wow.min.js"></script>
		<script type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['js_dir']->value;
        ?>
fileinput.min.js"></script>
		<script>new WOW().init();</script>  
		<link rel="stylesheet" href="<?php 
        echo $_smarty_tpl->tpl_vars['css_dir']->value;
        ?>
animate.css" type="text/css" />
		<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
		<link rel="stylesheet" href="<?php 
        echo $_smarty_tpl->tpl_vars['css_dir']->value;
        ?>
fileinput.css" type="text/css" />
		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" />
		<link href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900" rel='stylesheet' type='text/css' media="all">
		<link href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Bitter:400,100,200,300,500,600,700,800,900" rel='stylesheet' type='text/css' media="all">
			<link href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Roboto:400,100,200,300,500,600,700,800,900" rel='stylesheet' type='text/css' media="all">
		<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		<script type="text/javascript">
		$(document).ready(function() {
			$('#select-cat div').first().removeClass('selector');
			$('#select-cat span').first().remove();
		});
		</script>
	</head>
	
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
change!!!!!
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
		<div class="auth-form"><?php 
            echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./authentication-top.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
            ?>
</div>
		<div class="clearfix"></div>
		<div id="page">
		
			<div class="header-container">
			
		<div class="clearfix"></div>
		
				<header id="header" >
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
							</div>
						</div>
					</div>
					<div>
						<div class="container">

							<div class="col-xs-12 col-sm-12 col-md-12" >

								<div class="row">

									<div class="col-xs-12 col-sm-12 col-md-4 " >
									
										<a href="/" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" >
											<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
 />
										</a>
									</div>
									
									<div class="col-xs-12 col-sm-12 col-md-2 nopadding" />
										<form method="get" action="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getPageLink('search'), ENT_QUOTES, 'UTF-8', true);
            ?>
" >
										<input type="hidden" name="controller" value="search" />
                                        <input type="hidden" name="orderby" value="position" />
                                        <input type="hidden" name="orderway" value="desc" />

										<input type="text" class="form-control col-xs-12 input-search-top" placeholder="Country and City" id="search_query_top" name="search_loc" >
					
									</div>

									<div class="col-xs-12 col-sm-12 col-md-2 nopadding" id="select-cat"/>
										<select class="form-control input-search-top" name="search_cat">
											<option value="0">Guide and Activity</option>
									            <?php 
            $_smarty_tpl->tpl_vars['category'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['category']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['new_categories']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['category']->key => $_smarty_tpl->tpl_vars['category']->value) {
                $_smarty_tpl->tpl_vars['category']->_loop = true;
                ?>
									            <optgroup label="<?php 
                echo $_smarty_tpl->tpl_vars['category']->value['name_main'];
                ?>
">
									              <?php 
                if (count($_smarty_tpl->tpl_vars['category']->value['child']) > 0) {
                    ?>
									                <?php 
                    $_smarty_tpl->tpl_vars['cat'] = new Smarty_Variable();
                    $_smarty_tpl->tpl_vars['cat']->_loop = false;
                    $_from = $_smarty_tpl->tpl_vars['category']->value['child'];
                    if (!is_array($_from) && !is_object($_from)) {
                        settype($_from, 'array');
                    }
                    foreach ($_from as $_smarty_tpl->tpl_vars['cat']->key => $_smarty_tpl->tpl_vars['cat']->value) {
                        $_smarty_tpl->tpl_vars['cat']->_loop = true;
                        ?>
									                  <option  
									                   <?php 
                        if (Tools::getValue('search_cat') == $_smarty_tpl->tpl_vars['cat']->value['id_category']) {
                            ?>
									                    selected="selected"
									                    <?php 
                        }
                        ?>
									                  value="<?php 
                        echo $_smarty_tpl->tpl_vars['cat']->value['id_category'];
                        ?>
">
									                  <?php 
                        echo $_smarty_tpl->tpl_vars['cat']->value['name'];
                        ?>

									              	  </option>
									                <?php 
                    }
                    ?>
									              <?php 
                }
                ?>
									            </optgroup>
									            <?php 
            }
            ?>
										</select>						
									</div>

									<div class="col-xs-12 col-sm-12 col-md-2 nopadding" />
										 <input class="form-control input-search-top" type="text" id="" name="search_words" 
                                             <?php 
            if (!empty(Tools::getValue('search_words'))) {
                ?>
                                            	value="<?php 
                echo Tools::getValue('search_words');
                ?>
" 
                                            <?php 
            }
            ?>
                                            placeholder="Free Word"
                                            />
									</div>
									<input type='submit' style='display: inline-block ;float:left; height:1px; width:1px; visibility:hidden;position:absolute';  /> 
									</form>
									<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>


	                               

                                </div>
								
							</div> <!-- end row -->
						</div>
					</div>
				</header>
			</div>

			<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "FrontSearch"), $_smarty_tpl);
            ?>


			<div class="columns-container">
			<div id="slider_row" class="row">
						<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>
</div>
					</div>
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					<?php 
            }
            ?>
					
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>


						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
	<?php 
        }
    }
    function content_56617b22815ca8_21121404($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/Applications/MAMP/htdocs/HealthyTaiwanStore/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
	<?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
<script type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['js_dir']->value;
        ?>
megnor/owl.carousel.js"></script>
<script type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['js_dir']->value;
        ?>
megnor/custom.js"></script>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		
		<!-- ================ Additional Links By Tempaltemela : START  ============= -->
		<link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['css_dir']->value;
        ?>
megnor/custom.css" />
		<!-- ================ Additional Links By Tempaltemela : END  ============= -->
		
		
		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css" media="all" />
		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Rokkitt:400,700" type="text/css" media="all"/>
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo $_smarty_tpl->tpl_vars['geolocation_country']->value;
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
			<div class="header-container">
				<header id="header">
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
					
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
            echo $_smarty_tpl->tpl_vars['base_dir']->value;
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
								
								
								<div class="nav">
									<div class="nav_inner">
										<div class="container">
											<div class="row">
												<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
											</div>
										</div>
									</div>	
								</div>
							</div>
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
				  	<div class="inner_container">
				  	 	<div class="inner_container_sub">
								<div id="slider_row" class="row">
									<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>
</div>
								</div>
							
								<div class="row"  id="columns_inner">
								<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
								<div id="left_column" class="column col-xs-12" style="width:<?php 
                echo $_smarty_tpl->tpl_vars['left_column_size']->value;
                ?>
%;"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
								<?php 
            }
            ?>
								
								<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
<div id="center_column" class="center_column col-xs-12" style="width:<?php 
            echo 100 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value;
            ?>
%;">
						<?php 
        }
        ?>
						<?php 
    }
    function content_55574da0ee05d1_37594902($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/home/matej/webapps/webshop/tools/smarty/plugins/function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
<?php 
        $_smarty_tpl->tpl_vars["current_option"] = new Smarty_variable(Configuration::get('OVIC_CURRENT_OPTION'), null, 0);
        ?>
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
        <link rel="stylesheet" href="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['css_dir']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
globalmd.css" type="text/css" media="All" />
		<link rel="stylesheet" href="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['css_dir']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
jquery.mCustomScrollbar.css" type="text/css" media="All" />
		
        
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
	<?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
    <script type="text/javascript" src="<?php 
        echo $_smarty_tpl->tpl_vars['js_dir']->value;
        ?>
owl.carousel.min.js"></script>
	
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

        <link rel="stylesheet" type="text/css" href="<?php 
        echo $_smarty_tpl->tpl_vars['css_dir']->value;
        ?>
animate.min.css" />
		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		<?php 
        if (isset($_smarty_tpl->tpl_vars['codeCss']->value) && count($_smarty_tpl->tpl_vars['codeCss']->value) > 0) {
            ?>
		<style type="text/css">
			<?php 
            $_smarty_tpl->tpl_vars['value'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['value']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['codeCss']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['value']->key => $_smarty_tpl->tpl_vars['value']->value) {
                $_smarty_tpl->tpl_vars['value']->_loop = true;
                ?>
				<?php 
                echo $_smarty_tpl->tpl_vars['value']->value;
                ?>

			<?php 
            }
            ?>
		</style>
		<?php 
        }
        ?>
	</head>
    <?php 
        if (isset($_smarty_tpl->tpl_vars['current_option']->value)) {
            ?>
        <?php 
            $_smarty_tpl->tpl_vars["option_class"] = new Smarty_variable("option" . (string) $_smarty_tpl->tpl_vars['current_option']->value, null, 0);
            ?>
    <?php 
        }
        ?>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="fix-backgroundcolor <?php 
        if (isset($_smarty_tpl->tpl_vars['option_class']->value)) {
            echo $_smarty_tpl->tpl_vars['option_class']->value;
            ?>
 <?php 
        }
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
        <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'product') {
                $_smarty_tpl->smarty->_tag_stack[] = array('addJsDefL', array('name' => 'min_item'));
                $_block_repeat = true;
                echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'min_item'), null, $_smarty_tpl, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    echo smartyTranslate(array('s' => 'Please select at least one product', 'js' => 1), $_smarty_tpl);
                    $_block_content = ob_get_clean();
                    $_block_repeat = false;
                    echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'min_item'), $_block_content, $_smarty_tpl, $_block_repeat);
                }
                array_pop($_smarty_tpl->smarty->_tag_stack);
            }
            ?>
        <?php 
            if (($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'product') && isset($_smarty_tpl->tpl_vars['comparator_max_item']->value)) {
                ?>
        <?php 
                $_smarty_tpl->smarty->_tag_stack[] = array('addJsDefL', array('name' => 'max_item'));
                $_block_repeat = true;
                echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'max_item'), null, $_smarty_tpl, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    echo smartyTranslate(array('s' => 'You cannot add more than %d product(s) to the product comparison', 'sprintf' => $_smarty_tpl->tpl_vars['comparator_max_item']->value, 'js' => 1), $_smarty_tpl);
                    $_block_content = ob_get_clean();
                    $_block_repeat = false;
                    echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'max_item'), $_block_content, $_smarty_tpl, $_block_repeat);
                }
                array_pop($_smarty_tpl->smarty->_tag_stack);
                ?>

        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['addJsDef'][0][0]->addJsDef(array('comparator_max_item' => $_smarty_tpl->tpl_vars['comparator_max_item']->value), $_smarty_tpl);
                ?>

        <?php 
            }
            ?>
        <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'category' && $_smarty_tpl->tpl_vars['page_name']->value != 'product' && $_smarty_tpl->tpl_vars['page_name']->value != 'best-sales' && $_smarty_tpl->tpl_vars['page_name']->value != 'search' && $_smarty_tpl->tpl_vars['page_name']->value != 'manufacturer' && $_smarty_tpl->tpl_vars['page_name']->value != 'supplier' && $_smarty_tpl->tpl_vars['page_name']->value != 'prices-drop' && $_smarty_tpl->tpl_vars['page_name']->value != 'new-products' && isset($_smarty_tpl->tpl_vars['compared_products']->value)) {
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['addJsDef'][0][0]->addJsDef(array('comparedProductsIds' => $_smarty_tpl->tpl_vars['compared_products']->value), $_smarty_tpl);
            }
            ?>
		<div id="page">
            <?php 
            if (isset($_smarty_tpl->tpl_vars['current_option']->value) && $_smarty_tpl->tpl_vars['current_option']->value == 1) {
                ?>
			<div class="header-container">
				<header id="header" class="fix_maincolor1">
					<!--
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
                ?>

							</div>
						</div>
					</div>
					-->
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav>
                                    <div class="div-display-nav">
										<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_CMSPOS']->value;
                ?>

                                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

									</div>
                                </nav>
							</div>
						</div>
					</div>
					<div id="top-header">
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
										<img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
									</a>
								</div>
                                <div id="enable_mobile_header" class="visible-xs"></div>
								<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
							</div>
						</div>
					</div>
				</header>
			</div>
            <?php 
            } elseif ($_smarty_tpl->tpl_vars['current_option']->value == 2) {
                ?>
                <div class="header-container">
                    <header id="header" class="fix_maincolor1">
                        <div id="top-header">
						<div class="container">
							<div class="row">
								<div id="header_logo" class="col-sm-3">
									<a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
										<img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
									</a>
								</div>
                                <div id="right_header" class="col-sm-9">
                                    <?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
                                    <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

                                </div>
                                
							</div>
						</div>
					</div>
                    </header>
                </div>
            <?php 
            } elseif ($_smarty_tpl->tpl_vars['current_option']->value == 5) {
                ?>
                <div class="header-container">
				<header id="header" class="fix_maincolor1">
					<!--
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
                ?>

							</div>
						</div>
					</div>
					-->
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav>
                                    <div class="div-display-nav">
										<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_CMSPOS']->value;
                ?>

                                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

									</div>
                                </nav>
							</div>
						</div>
					</div>
					<div id="top-header">
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
										<img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
									</a>
								</div>
                                <div id="enable_mobile_header" class="visible-xs"></div>
								<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
							</div>
						</div>
					</div>
				</header>
			</div>
            <?php 
            } elseif ($_smarty_tpl->tpl_vars['current_option']->value == 3) {
                ?>
                <div class="header-container">
    				<header id="header">
    					<div class="banner">
    						<div class="container">								
    							<div class="row">
    								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
                ?>

    							</div>
    						</div>
    					</div>
                        <div id="top-header">
    						<div class="container">
    							<div class="row">
    								<div id="header_logo">
    									<a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
    										<img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
    									</a>
    								</div>
                                    <div id="enable_mobile_header" class="visible-xs"></div>
    								<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
    							</div>
    						</div>
    					</div>
    					<div id="nav_option3" class="nav">
    						<div class="container">
    							<div class="row">
    								<nav>
                                        <div class="div-display-nav">
    										<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_CMSPOS']->value;
                ?>

                                            <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

    									</div>
                                    </nav>
    							</div>
    						</div>
    					</div>
    				</header>
    			</div>
            <?php 
            } else {
                ?>
                <div class="header-container">
    				<header id="header">
    					<div class="banner">
    						<div class="container">
    							<div class="row">
    								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
                ?>

    							</div>
    						</div>
    					</div>
    					<div class="nav">
    						<div class="container">
    							<div class="row">
    								<nav>
                                        <div class="div-display-nav">
    										<?php 
                echo $_smarty_tpl->tpl_vars['HOOK_CMSPOS']->value;
                ?>

                                            <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

    									</div>
                                    </nav>
    							</div>
    						</div>
    					</div>
    					<div id="top-header">
    						<div class="container">
    							<div class="row">
    								<div id="header_logo">
    									<a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
    										<img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
    									</a>
    								</div>
                                    <div id="enable_mobile_header" class="visible-xs"></div>
    								<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
    							</div>
    						</div>
    					</div>
    				</header>
    			</div>
            <?php 
            }
            ?>
<div id="container-home-top">	
    <?php 
            if ($_smarty_tpl->tpl_vars['current_option']->value == 4) {
                ?>
        <div class="main-top-menus">
            <div class="container clearfix">
                <div class="row"> 
				   <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                ?>
                    
				</div>
            </div>
        </div>
        <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>
        <div class="container clearfix home-top">
            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayHomeTopColumn'), $_smarty_tpl);
                    ?>

        </div>			
        <?php 
                }
                ?>
    <?php 
            } else {
                ?>
    <div class="container clearfix home-top">				
				<div class="row"> 
				   <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                ?>
                    
				</div>
                <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>
                    <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayHomeTopColumn'), $_smarty_tpl);
                    ?>

                <?php 
                }
                ?>
			</div>
    <?php 
            }
            ?>
						
</div>					
			<div class="columns-container">
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					<?php 
            }
            ?>
                    
					
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
">
	<?php 
        }
    }
    function content_5627a0e3b5e790_96378248($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/home/u481889647/public_html/tools/smarty/plugins/function.implode.php';
        }
        $_smarty_tpl->tpl_vars['option_tpl'] = new Smarty_variable(OvicLayoutControl::getTemplateFile('header.tpl'), null, 0);
        if ($_smarty_tpl->tpl_vars['option_tpl']->value !== null) {
            ?>
    <?php 
            echo $_smarty_tpl->getSubTemplate($_smarty_tpl->tpl_vars['option_tpl']->value, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
            ?>

<?php 
        } else {
            ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
"><![endif]-->
<html lang="<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
</title>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
                ?>
		<meta name="description" content="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
		<?php 
            }
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
                ?>
		<meta name="keywords" content="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
		<?php 
            }
            ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
            if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
                ?>
no<?php 
            }
            ?>
index,<?php 
            if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
                ?>
no<?php 
            }
            ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" />
		<meta name="apple-mobile-web-app-capable" content="yes" />
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
            echo $_smarty_tpl->tpl_vars['favicon_url']->value;
            ?>
?<?php 
            echo $_smarty_tpl->tpl_vars['img_update_time']->value;
            ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
            echo $_smarty_tpl->tpl_vars['favicon_url']->value;
            ?>
?<?php 
            echo $_smarty_tpl->tpl_vars['img_update_time']->value;
            ?>
" />
		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Judson:200,300,400,400italic,500,600,700" type="text/css">
		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,400italic,500,600,700" type="text/css">
		<link id="Open_Sans_secondary-css" href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css' />
		<?php 
            $_smarty_tpl->tpl_vars["globalcss"] = new Smarty_variable((string) $_smarty_tpl->tpl_vars['tpl_uri']->value . "css/global.css", null, 0);
            ?>
		<link rel="stylesheet" href="<?php 
            echo $_smarty_tpl->tpl_vars['globalcss']->value;
            ?>
" type="text/css" media="all" />    		
		<?php 
            if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
                ?>
			<?php 
                $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['media']->_loop = false;
                $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
                $_from = $_smarty_tpl->tpl_vars['css_files']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                    $_smarty_tpl->tpl_vars['media']->_loop = true;
                    $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                    ?>
				<?php 
                    if ($_smarty_tpl->tpl_vars['css_uri']->value != $_smarty_tpl->tpl_vars['globalcss']->value) {
                        ?>
				<link rel="stylesheet" href="<?php 
                        echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                        ?>
" type="text/css" media="<?php 
                        echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                        ?>
" />
				<?php 
                    }
                    ?>
			<?php 
                }
                ?>
		<?php 
            }
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
                ?>
			<?php 
                echo $_smarty_tpl->tpl_vars['js_def']->value;
                ?>

			<?php 
                $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
                $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
                $_from = $_smarty_tpl->tpl_vars['js_files']->value;
                if (!is_array($_from) && !is_object($_from)) {
                    settype($_from, 'array');
                }
                foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                    $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                    ?>
			<script type="text/javascript" src="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
"></script>
			<?php 
                }
                ?>
		<?php 
            }
            ?>
		<!-- <script type="text/javascript" src="<?php 
            echo $_smarty_tpl->tpl_vars['js_dir']->value;
            echo $_smarty_tpl->tpl_vars['current_dir']->value;
            ?>
.js"></script> -->       
		<?php 
            echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
            ?>

		<link rel="stylesheet" type="text/css" href="<?php 
            echo $_smarty_tpl->tpl_vars['css_dir']->value;
            ?>
animate.min.css" />
		<link rel="stylesheet" href="http<?php 
            if (Tools::usingSecureMode()) {
                ?>
s<?php 
            }
            ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext" type="text/css" media="all" />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		<script type="text/javascript">
		//<![CDATA[
		//if (typeof EM == 'undefined') EM = {};
		//]]	
		</script>
	</head>
	<body<?php 
            if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
                ?>
 id="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
            }
            ?>
 class="<?php 
            if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
                ?>
 <?php 
                echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
            }
            if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
                ?>
 hide-left-column<?php 
            }
            if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
                ?>
 hide-right-column<?php 
            }
            if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
                ?>
 content_only<?php 
            }
            ?>
 lang_<?php 
            echo $_smarty_tpl->tpl_vars['lang_iso']->value;
            ?>
 <?php 
            echo $_smarty_tpl->tpl_vars['current_dir']->value;
            ?>
 content-type wide granada-theme <?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                ?>
index-page<?php 
            } else {
                ?>
orther-page<?php 
            }
            ?>
">
	<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['addJsDef'][0][0]->addJsDef(array('tplUri' => $_smarty_tpl->tpl_vars['tpl_uri']->value), $_smarty_tpl);
            ?>

    <div id="wrapper" style="overflow: hidden">
    <?php 
            if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
                ?>
		<?php 
                if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                    ?>
			<div id="restricted-country">
				<p><?php 
                    echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span></p>
			</div>
		<?php 
                }
                ?>
        <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'product') {
                    $_smarty_tpl->smarty->_tag_stack[] = array('addJsDefL', array('name' => 'min_item'));
                    $_block_repeat = true;
                    echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'min_item'), null, $_smarty_tpl, $_block_repeat);
                    while ($_block_repeat) {
                        ob_start();
                        echo smartyTranslate(array('s' => 'Please select at least one product', 'js' => 1), $_smarty_tpl);
                        $_block_content = ob_get_clean();
                        $_block_repeat = false;
                        echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'min_item'), $_block_content, $_smarty_tpl, $_block_repeat);
                    }
                    array_pop($_smarty_tpl->smarty->_tag_stack);
                }
                ?>
        <?php 
                if (($_smarty_tpl->tpl_vars['page_name']->value == 'index' || $_smarty_tpl->tpl_vars['page_name']->value == 'product') && isset($_smarty_tpl->tpl_vars['comparator_max_item']->value)) {
                    ?>
        <?php 
                    $_smarty_tpl->smarty->_tag_stack[] = array('addJsDefL', array('name' => 'max_item'));
                    $_block_repeat = true;
                    echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'max_item'), null, $_smarty_tpl, $_block_repeat);
                    while ($_block_repeat) {
                        ob_start();
                        echo smartyTranslate(array('s' => 'You cannot add more than %d product(s) to the product comparison', 'sprintf' => $_smarty_tpl->tpl_vars['comparator_max_item']->value, 'js' => 1), $_smarty_tpl);
                        $_block_content = ob_get_clean();
                        $_block_repeat = false;
                        echo $_smarty_tpl->smarty->registered_plugins['block']['addJsDefL'][0][0]->addJsDefL(array('name' => 'max_item'), $_block_content, $_smarty_tpl, $_block_repeat);
                    }
                    array_pop($_smarty_tpl->smarty->_tag_stack);
                    ?>

        <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['addJsDef'][0][0]->addJsDef(array('comparator_max_item' => $_smarty_tpl->tpl_vars['comparator_max_item']->value), $_smarty_tpl);
                    ?>

        <?php 
                }
                ?>
        <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value != 'category' && $_smarty_tpl->tpl_vars['page_name']->value != 'best-sales' && $_smarty_tpl->tpl_vars['page_name']->value != 'search' && $_smarty_tpl->tpl_vars['page_name']->value != 'manufacturer' && $_smarty_tpl->tpl_vars['page_name']->value != 'supplier' && $_smarty_tpl->tpl_vars['page_name']->value != 'prices-drop' && $_smarty_tpl->tpl_vars['page_name']->value != 'new-products' && isset($_smarty_tpl->tpl_vars['compared_products']->value)) {
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['addJsDef'][0][0]->addJsDef(array('comparedProductsIds' => $_smarty_tpl->tpl_vars['compared_products']->value), $_smarty_tpl);
                }
                ?>
			<div id="sticky-header" class="header4 dark boxed-menu" data-fixed="fixed"></div>
    		<header id="header" class="header4 boxed-menu dark">
               <div id="header-top">
                  <div class="container clearfix">
                  	<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>
                     
                  </div>
               </div>
               <div class="container header-inside">
                  <div class="row">
                     <div class="col-sm-12 clearfix">
                        <div class="logo-container">
                           <h1 class="logo clearfix"><a href="<?php 
                echo $_smarty_tpl->tpl_vars['base_dir']->value;
                ?>
" title="<?php 
                echo $_smarty_tpl->tpl_vars['shop_name']->value;
                ?>
 - <?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['shop_name']->value;
                ?>
</a></h1>
                        </div>
                        <div class="right-side clearfix">
                        	<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
	                        	
                        </div>
                     </div>
                  </div>
               </div>
               <div id="nav-wrapper">	               
	               <div class="container nav-wrapper" data-clone="sticky">
	                  <div class="row">
	                     <div class="col-sm-12">
	                        <a href="#" class="header-search-btn visible-xs" title="Search"></a>
	                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                ?>

	                     </div>
	                  </div>
	               </div>
               </div>
            </header>
	<?php 
            }
            ?>
	
<?php 
        }
    }
    function content_56e17f0d0e8a54_38127507($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'T:\\home\\stamp-expert.ru\\www\\tools\\smarty\\plugins\\function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo $_smarty_tpl->tpl_vars['css_uri']->value;
                ?>
" type="text/css" media="<?php 
                echo $_smarty_tpl->tpl_vars['media']->value;
                ?>
" />
	<?php 
            }
        }
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" />
        <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css' />
        <link href='http://fonts.googleapis.com/css?family=Raleway:400,200,100,500,600,700,300,800,900' rel='stylesheet' type='text/css' />
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
	</head>
    	<!--[if lt IE 9]><div style='clear:both;height:59px;padding:0 15px 0 15px;position:relative;z-index:10000;text-align:center;'><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div><![endif]-->
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo $_smarty_tpl->tpl_vars['geolocation_country']->value;
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
        <div id="toTop" style="display: block;"></div>
        <div class="main-wrap-center">
        <div class="main-wrap"> 
			<div class="header-container">
				<header id="header">
					<div class="banner">
						<div class="container">
							<div class="row">
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
					<div class="nav">
						<div class="container">
							<div class="row">
								<nav><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>
</nav>
							</div>
						</div>
					</div>
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo">
									<a href="<?php 
            echo $_smarty_tpl->tpl_vars['base_dir']->value;
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if ($_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if ($_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
							</div>
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					<?php 
            }
            ?>
					<div class="row">
						<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>
</div>
					</div>
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo 12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value;
            ?>
">
	<?php 
        }
        ?>
 
<?php 
    }
    function content_56520ae0105d07_40550037($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'C:\\Program Files (x86)\\EasyPHP-DevServer-14.1VC9\\data\\localweb\\projects\\Prestashop\\prestashop\\tools\\smarty\\plugins\\function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9" lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
"><![endif]-->
<html lang="<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
		<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
		<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> 
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
	<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
		<link rel="stylesheet" href="<?php 
                echo $_smarty_tpl->tpl_vars['css_uri']->value;
                ?>
" type="text/css" media="<?php 
                echo $_smarty_tpl->tpl_vars['media']->value;
                ?>
" />
	<?php 
            }
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

		
		<!--[if IE 8]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		
		<link rel="stylesheet" href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" />
		<link href='http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />
	<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
	<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

	<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
	<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
	<?php 
            }
        }
        ?>
	
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
	<?php 
        if (!$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
		<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
			<div id="restricted-country">
				<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                ?>
 <span class="bold"><?php 
                echo $_smarty_tpl->tpl_vars['geolocation_country']->value;
                ?>
</span></p>
			</div>
		<?php 
            }
            ?>
		<div id="page">
			<div class="header-container">
				<header id="header">
				
				
					<div>
						<div class="container">
							<div class="row">
								<div id="header_logo" class="col-lg-9 col-md-9 col-sm-4">
									<a href="<?php 
            echo $_smarty_tpl->tpl_vars['base_dir']->value;
            ?>
" title="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
">
										<img class="logo img-responsive" src="<?php 
            echo $_smarty_tpl->tpl_vars['logo_url']->value;
            ?>
" alt="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
            if ($_smarty_tpl->tpl_vars['logo_image_width']->value) {
                ?>
 width="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                ?>
"<?php 
            }
            if ($_smarty_tpl->tpl_vars['logo_image_height']->value) {
                ?>
 height="<?php 
                echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                ?>
"<?php 
            }
            ?>
/>
									</a>
								</div>
								
								<?php 
            if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
            }
            ?>
								<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
            ?>

							</div>
						</div>
					</div>
				</header>
			</div>
			<div class="columns-container">
				<div id="columns" class="container">
					<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
						<?php 
                echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

					<?php 
            }
            ?>
					<div class="row">
						<div id="top_column" class="center_column col-xs-12 col-sm-12"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
            ?>
</div>
					</div>
					<div class="row">
						<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                ?>
						<div id="left_column" class="column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                ?>
"><?php 
                echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                ?>
</div>
						<?php 
            }
            ?>
						<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo 12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value;
            ?>
">
	<?php 
        }
    }
    function content_55c496cda58657_24498585($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include '/var/www/html/paintings.loc/tools/smarty/plugins/function.implode.php';
        }
        ?>

<!DOCTYPE HTML>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8 ie7" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9 ie8" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<!--[if gt IE 8]>
<html class="no-js ie9" lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
"><![endif]-->
<html lang="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
">
<head>
    <meta charset="utf-8"/>
    <title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
    <?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
        <meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"/>
    <?php 
        }
        ?>
    <?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
        <meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"/>
    <?php 
        }
        ?>
    <meta name="generator" content="PrestaShop"/>
    <meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow"/>
    <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0"/>
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
"/>
    <link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
"/>
    <?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
        <?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
            <link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css"
                  media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"/>
        <?php 
            }
            ?>
    <?php 
        }
        ?>
    <?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
        <?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

        <?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
            <script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
        <?php 
            }
            ?>
    <?php 
        }
        ?>
    <?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>

    <link rel="stylesheet"
          href="http<?php 
        if (Tools::usingSecureMode()) {
            ?>
s<?php 
        }
        ?>
://fonts.googleapis.com/css?family=Open+Sans:300,600&amp;subset=latin,latin-ext"
          type="text/css" media="all"/>
    <!--[if IE 8]>
    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    <![endif]-->
</head>
<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
        class="<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
">
<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
    <div id="restricted-country">
        <p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
                <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
    </div>
<?php 
            }
            ?>

<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'order-opc' || $_smarty_tpl->tpl_vars['page_name']->value == 'module-paypal-confirm' || $_smarty_tpl->tpl_vars['page_name']->value == 'module-paypal-submit') {
                ?>
<div id="checkout-bg">
<div id="wrapper-checkout">
    <div id="wrapper-container">
        <div id="page-content-top">
<?php 
            } else {
                ?>
<div id="page">
    <div class="header-container">
        <header id="header">
            <div class="fixed-header">
                <div class="header-content centering">
                    <div class="nav left-nav">
                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

                    </div>
                    <div class="center-logo">
                        <div id="header_logo">
                            <a href="<?php 
                if ($_smarty_tpl->tpl_vars['force_ssl']->value) {
                    echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
                } else {
                    echo $_smarty_tpl->tpl_vars['base_dir']->value;
                }
                ?>
"
                               title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
                                <img class="logo img-responsive" src="<?php 
                echo $_smarty_tpl->tpl_vars['img_ps_dir']->value;
                ?>
logo.png"
                                     alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"<?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
/>
                            </a>
                        </div>
                        
                    </div>
                    <div class="nav right-nav">
                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

                    </div>

                    <div class="account-link">
                        <a href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getPageLink('my-account', true), ENT_QUOTES, 'UTF-8', true);
                ?>
"
                           title="<?php 
                echo smartyTranslate(array('s' => 'Manage my customer account'), $_smarty_tpl);
                ?>
" rel="nofollow"><?php 
                echo smartyTranslate(array('s' => 'My account'), $_smarty_tpl);
                ?>
</a>
                    </div>
                    <div class="cart-link">
                        <?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayCart'), $_smarty_tpl);
                ?>

                    </div>
                </div>
            </div>
            <?php 
                if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                    ?>

                <div class="banner">
                    <div class="banner-content">
                        <div class="banner-content-line">
                            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBannerContent"), $_smarty_tpl);
                    ?>

                        </div>
                        <div class="review-block">
                            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayFacebook'), $_smarty_tpl);
                    ?>

                        </div>
                        <div class="quality-block">
                            <?php 
                    echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./banner-imgs.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                    ?>

                        </div>
                    </div>
                </div>

                <div class="search-line">
                    <div class="search-block">
                        <div class="search-content">
                            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displaySearchContent"), $_smarty_tpl);
                    ?>

                        </div>
                        <div class="categories-search-block">
                            <?php 
                    if (isset($_smarty_tpl->tpl_vars['HOOK_HOME_TAB']->value) && trim($_smarty_tpl->tpl_vars['HOOK_HOME_TAB']->value)) {
                        ?>
                                <span class="search-for"><?php 
                        echo smartyTranslate(array('s' => 'SEARCH FOR:'), $_smarty_tpl);
                        ?>
</span>
                                <ul id="home-tabs">
                                    <?php 
                        echo $_smarty_tpl->tpl_vars['HOOK_HOME_TAB']->value;
                        ?>

                                </ul>
                            <?php 
                    }
                    ?>
                            <?php 
                    echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'displayProductCategories'), $_smarty_tpl);
                    ?>

                            <?php 
                    if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                        echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                    }
                    ?>
                        </div>
                    </div>
                </div>
            <?php 
                }
                ?>
        </header>
        
    </div>
    <div class="columns-container">
        <div id="columns">
            
            
            
            
            
            
            <div class="row">
                <?php 
                if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                    ?>
                    <div id="left_column"
                         class="column col-xs-12 col-sm-<?php 
                    echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                    ?>
"><?php 
                    echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                    ?>
</div>
                <?php 
                }
                ?>
                <?php 
                if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                    $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
                } else {
                    $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
                }
                ?>
                <div id="center_column" class="center_column col-xs-12 col-sm-<?php 
                echo intval($_smarty_tpl->tpl_vars['cols']->value);
                ?>
">
                    <?php 
            }
        }
    }
    function content_56c9f7f7a726a8_55992634($_smarty_tpl)
    {
        if (!is_callable('smarty_function_implode')) {
            include 'T:\\home\\stamp-expert.ru\\www\\tools\\smarty\\plugins\\function.implode.php';
        }
        ?>
<!DOCTYPE HTML>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9 ie8"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<!--[if gt IE 8]> <html class="no-js ie9"<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
><![endif]-->
<html<?php 
        if (isset($_smarty_tpl->tpl_vars['language_code']->value) && $_smarty_tpl->tpl_vars['language_code']->value) {
            ?>
 lang="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['language_code']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
>
	<head>
		<meta charset="utf-8" />
		<title><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
</title>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_description']->value) && $_smarty_tpl->tpl_vars['meta_description']->value) {
            ?>
			<meta name="description" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['meta_keywords']->value) && $_smarty_tpl->tpl_vars['meta_keywords']->value) {
            ?>
			<meta name="keywords" content="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_keywords']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
" />
		<?php 
        }
        ?>
		<meta name="generator" content="PrestaShop" />
		<meta name="robots" content="<?php 
        if (isset($_smarty_tpl->tpl_vars['nobots']->value)) {
            ?>
no<?php 
        }
        ?>
index,<?php 
        if (isset($_smarty_tpl->tpl_vars['nofollow']->value) && $_smarty_tpl->tpl_vars['nofollow']->value) {
            ?>
no<?php 
        }
        ?>
follow" />
		<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width">
		<meta name="apple-mobile-web-app-capable" content="yes" /> 
		<link rel="icon" type="image/vnd.microsoft.icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<link rel="shortcut icon" type="image/x-icon" href="<?php 
        echo $_smarty_tpl->tpl_vars['favicon_url']->value;
        ?>
?<?php 
        echo $_smarty_tpl->tpl_vars['img_update_time']->value;
        ?>
" />
		<?php 
        if (isset($_smarty_tpl->tpl_vars['css_files']->value)) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['media'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['media']->_loop = false;
            $_smarty_tpl->tpl_vars['css_uri'] = new Smarty_Variable();
            $_from = $_smarty_tpl->tpl_vars['css_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['media']->key => $_smarty_tpl->tpl_vars['media']->value) {
                $_smarty_tpl->tpl_vars['media']->_loop = true;
                $_smarty_tpl->tpl_vars['css_uri']->value = $_smarty_tpl->tpl_vars['media']->key;
                ?>
				<link rel="stylesheet" href="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['css_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" type="text/css" media="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['media']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        if (isset($_smarty_tpl->tpl_vars['js_defer']->value) && !$_smarty_tpl->tpl_vars['js_defer']->value && isset($_smarty_tpl->tpl_vars['js_files']->value) && isset($_smarty_tpl->tpl_vars['js_def']->value)) {
            ?>
			<?php 
            echo $_smarty_tpl->tpl_vars['js_def']->value;
            ?>

			<?php 
            $_smarty_tpl->tpl_vars['js_uri'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['js_uri']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['js_files']->value;
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['js_uri']->key => $_smarty_tpl->tpl_vars['js_uri']->value) {
                $_smarty_tpl->tpl_vars['js_uri']->_loop = true;
                ?>
			<script type="text/javascript" src="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['js_uri']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
"></script>
			<?php 
            }
            ?>
		<?php 
        }
        ?>
		<?php 
        echo $_smarty_tpl->tpl_vars['HOOK_HEADER']->value;
        ?>


		<?php 
        if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['font_include'])) {
            ?>
			<?php 
            $_smarty_tpl->tpl_vars['font'] = new Smarty_Variable();
            $_smarty_tpl->tpl_vars['font']->_loop = false;
            $_from = $_smarty_tpl->tpl_vars['warehouse_vars']->value['font_include'];
            if (!is_array($_from) && !is_object($_from)) {
                settype($_from, 'array');
            }
            foreach ($_from as $_smarty_tpl->tpl_vars['font']->key => $_smarty_tpl->tpl_vars['font']->value) {
                $_smarty_tpl->tpl_vars['font']->_loop = true;
                ?>
				<link rel="stylesheet" href="http<?php 
                if (Tools::usingSecureMode()) {
                    ?>
s<?php 
                }
                ?>
://<?php 
                echo $_smarty_tpl->tpl_vars['font']->value;
                ?>
" type="text/css" media="all" />
			<?php 
            }
            ?>
		<?php 
        }
        ?>

		<!--[if lt IE 9]>
		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
		<![endif]-->
		<meta property="og:title" content="<?php 
        echo mb_convert_encoding(htmlspecialchars($_smarty_tpl->tpl_vars['meta_title']->value, ENT_QUOTES, 'UTF-8', true), "HTML-ENTITIES", 'UTF-8');
        ?>
"/>
		<meta property="og:url" content="http://<?php 
        echo $_SERVER['HTTP_HOST'];
        echo $_SERVER['REQUEST_URI'];
        ?>
"/>
		<meta property="og:site_name" content="<?php 
        echo mb_convert_encoding(htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true), "HTML-ENTITIES", 'UTF-8');
        ?>
"/>
		
		<meta property="og:description" content="<?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['meta_description']->value, ENT_QUOTES, 'UTF-8', true);
        ?>
">
		<?php 
        if ($_smarty_tpl->tpl_vars['page_name']->value == 'product') {
            ?>
		<meta property="og:type" content="product">
		<?php 
            if (isset($_smarty_tpl->tpl_vars['have_image']->value)) {
                ?>
		<?php 
                if ($_smarty_tpl->tpl_vars['have_image']->value[0]) {
                    ?>
<meta property="og:image" content="<?php 
                    echo $_smarty_tpl->tpl_vars['link']->value->getImageLink($_smarty_tpl->tpl_vars['product']->value->link_rewrite, $_smarty_tpl->tpl_vars['cover']->value['id_image'], 'large_default');
                    ?>
"><?php 
                }
                ?>
		<?php 
            } else {
                ?>
		<meta property="og:image" content="<?php 
                echo $_smarty_tpl->tpl_vars['img_ps_dir']->value;
                ?>
logo.jpg" />
		<?php 
            }
            ?>
		<?php 
        } else {
            ?>
		<meta property="og:type" content="website">
		<meta property="og:image" content="<?php 
            echo $_smarty_tpl->tpl_vars['img_ps_dir']->value;
            ?>
logo.jpg" />
		<?php 
        }
        ?>
	</head>
	<body<?php 
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            ?>
 id="<?php 
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
            ?>
"<?php 
        }
        ?>
 class="<?php 
        if (!isset($_smarty_tpl->tpl_vars['page_name']->value) || isset($_smarty_tpl->tpl_vars['page_name']->value) && $_smarty_tpl->tpl_vars['page_name']->value != 'index') {
            ?>
not-index <?php 
        }
        if (isset($_smarty_tpl->tpl_vars['page_name']->value)) {
            echo htmlspecialchars($_smarty_tpl->tpl_vars['page_name']->value, ENT_QUOTES, 'UTF-8', true);
        }
        if (isset($_smarty_tpl->tpl_vars['body_classes']->value) && count($_smarty_tpl->tpl_vars['body_classes']->value)) {
            ?>
 <?php 
            echo smarty_function_implode(array('value' => $_smarty_tpl->tpl_vars['body_classes']->value, 'separator' => ' '), $_smarty_tpl);
        }
        if ($_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 hide-left-column<?php 
        }
        if ($_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 hide-right-column<?php 
        }
        if (!$_smarty_tpl->tpl_vars['hide_left_column']->value) {
            ?>
 show-left-column<?php 
        }
        if (!$_smarty_tpl->tpl_vars['hide_right_column']->value) {
            ?>
 show-right-column<?php 
        }
        ?>
 <?php 
        if (isset($_smarty_tpl->tpl_vars['content_only']->value) && $_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
 content_only<?php 
        }
        ?>
 lang_<?php 
        echo $_smarty_tpl->tpl_vars['lang_iso']->value;
        ?>
  <?php 
        if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['is_rtl']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['is_rtl']) {
            ?>
 is_rtl<?php 
        }
        ?>
 	<?php 
        if ($_smarty_tpl->tpl_vars['is_logged']->value) {
            ?>
 isLogged<?php 
        }
        ?>
 <?php 
        if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'] == 1) {
            ?>
 is-sidebar-header<?php 
        }
        ?>
">
	<?php 
        if (!isset($_smarty_tpl->tpl_vars['content_only']->value) || !$_smarty_tpl->tpl_vars['content_only']->value) {
            ?>
	<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['preloader']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['preloader']) {
                ?>
	<div id="preloader">
	<div id="status">&nbsp;</div>
	</div>
	<?php 
            }
            ?>
	<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'freeFblock'), $_smarty_tpl);
            ?>

	<?php 
            if (isset($_smarty_tpl->tpl_vars['restricted_country_mode']->value) && $_smarty_tpl->tpl_vars['restricted_country_mode']->value) {
                ?>
	<div id="restricted-country">
		<p><?php 
                echo smartyTranslate(array('s' => 'You cannot place a new order from your country.'), $_smarty_tpl);
                if (isset($_smarty_tpl->tpl_vars['geolocation_country']->value) && $_smarty_tpl->tpl_vars['geolocation_country']->value) {
                    ?>
 <span class="bold"><?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['geolocation_country']->value, ENT_QUOTES, 'UTF-8', true);
                    ?>
</span><?php 
                }
                ?>
</p>
	</div>
	<?php 
            }
            ?>

	<div id="page">
		<div class="header-container<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'])) {
                if ($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'] == 1) {
                    ?>
 sidebar-header<?php 
                } elseif ($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'] == 2) {
                    ?>
 inline-header<?php 
                }
            }
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['cart_style']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['cart_style'] == 1) {
                ?>
 alt-cart<?php 
            }
            ?>
">
			<header id="header">
		
			
						<div class="banner">
					<div class="container">
						<div class="row">
							<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayBanner"), $_smarty_tpl);
            ?>

						</div>
					</div>
				</div>
					<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['top_width']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['top_width'] == 1 && $_smarty_tpl->tpl_vars['warehouse_vars']->value['top_bar']) {
                ?>
				<div class="nav">
					<div class="container">
						<div class="row">
							<nav>
								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

								<?php 
                echo $_smarty_tpl->getSubTemplate("./product-compare.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

								<a href="<?php 
                echo $_smarty_tpl->tpl_vars['link']->value->getModuleLink('blockwishlist', 'mywishlist', array(), true);
                ?>
" title="<?php 
                echo smartyTranslate(array('s' => 'My wishlist'), $_smarty_tpl);
                ?>
" class="wishlist_top_link pull-right"><i class="icon-heart-empty"></i>  <?php 
                echo smartyTranslate(array('s' => 'My wishlist'), $_smarty_tpl);
                ?>
</a>
							</nav>
						</div>
					</div>
				</div>
				<?php 
            }
            ?>
				<div>
					<div class="container container-header">
										<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['top_width']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['top_width'] == 0 && $_smarty_tpl->tpl_vars['warehouse_vars']->value['top_bar']) {
                ?>
				<div class="nav">
						<div class="row">
							<nav>
								<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayNav"), $_smarty_tpl);
                ?>

								<?php 
                echo $_smarty_tpl->getSubTemplate("./product-compare.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                ?>

								<a href="<?php 
                echo $_smarty_tpl->tpl_vars['link']->value->getModuleLink('blockwishlist', 'mywishlist', array(), true);
                ?>
" title="<?php 
                echo smartyTranslate(array('s' => 'My wishlist'), $_smarty_tpl);
                ?>
" class="wishlist_top_link pull-right"><i class="icon-heart-empty"></i>  <?php 
                echo smartyTranslate(array('s' => 'My wishlist'), $_smarty_tpl);
                ?>
</a>
							</nav>
						</div>
					
				</div>
				<?php 
            }
            ?>
			
					<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'] == 2) {
                ?>
					<div class="row">
					<div class="inline-table">
					<div class="inline-row">
					<div id="header_logo" class="col-xs-12 inline-cell">

						<a href="<?php 
                if (isset($_smarty_tpl->tpl_vars['force_ssl']->value) && $_smarty_tpl->tpl_vars['force_ssl']->value) {
                    echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
                } else {
                    echo $_smarty_tpl->tpl_vars['base_dir']->value;
                }
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
							<img class="logo img-responsive replace-2xlogo" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" <?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo']) {
                    ?>
data-retinalogo="<?php 
                    echo $_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo'];
                    ?>
" <?php 
                }
                ?>
 <?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
 alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
						</a>
					</div> 
					<div class="inline-cell display-menu">
						<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'iqitMegaMenu'), $_smarty_tpl);
                ?>

					</div>
					<div class="displayTop inline-cell">
						<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
					</div>
					</div>
					</div>
					</div>
					<?php 
            } else {
                ?>
					<div class="row">
					<div id="header_logo" class="col-xs-12 col-sm-<?php 
                echo 4 + $_smarty_tpl->tpl_vars['warehouse_vars']->value['logo_width'];
                ?>
 <?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['logo_position']) && !$_smarty_tpl->tpl_vars['warehouse_vars']->value['logo_position']) {
                    ?>
 col-sm-push-<?php 
                    echo 4 - $_smarty_tpl->tpl_vars['warehouse_vars']->value['logo_width'] / 2;
                    ?>
 centered-logo  <?php 
                }
                ?>
">

						<a href="<?php 
                if ($_smarty_tpl->tpl_vars['force_ssl']->value) {
                    echo $_smarty_tpl->tpl_vars['base_dir_ssl']->value;
                } else {
                    echo $_smarty_tpl->tpl_vars['base_dir']->value;
                }
                ?>
" title="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
">
							<img class="logo img-responsive replace-2xlogo" src="<?php 
                echo $_smarty_tpl->tpl_vars['logo_url']->value;
                ?>
" <?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo']) {
                    ?>
data-retinalogo="<?php 
                    echo $_smarty_tpl->tpl_vars['warehouse_vars']->value['retina_logo'];
                    ?>
" <?php 
                }
                ?>
 <?php 
                if (isset($_smarty_tpl->tpl_vars['logo_image_width']->value) && $_smarty_tpl->tpl_vars['logo_image_width']->value) {
                    ?>
 width="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_width']->value;
                    ?>
"<?php 
                }
                if (isset($_smarty_tpl->tpl_vars['logo_image_height']->value) && $_smarty_tpl->tpl_vars['logo_image_height']->value) {
                    ?>
 height="<?php 
                    echo $_smarty_tpl->tpl_vars['logo_image_height']->value;
                    ?>
"<?php 
                }
                ?>
 alt="<?php 
                echo htmlspecialchars($_smarty_tpl->tpl_vars['shop_name']->value, ENT_QUOTES, 'UTF-8', true);
                ?>
" />
						</a>
					</div>
					<?php 
                if (isset($_smarty_tpl->tpl_vars['HOOK_TOP']->value)) {
                    echo $_smarty_tpl->tpl_vars['HOOK_TOP']->value;
                }
                ?>
					<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'iqitMegaMenu'), $_smarty_tpl);
                ?>

					</div>
					<?php 
            }
            ?>

				
					</div>
				</div>
				<div class="fw-pseudo-wrapper"><?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'maxHeader'), $_smarty_tpl);
            ?>
 	</div>
			<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['header_style'] == 1) {
                ?>
				<div class="sidebar-footer">
				<?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['footer_img_src']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['footer_img_src']) {
                    ?>
<div class="paymants_logos col-xs-12"><img class="img-responsive" src="<?php 
                    echo htmlspecialchars($_smarty_tpl->tpl_vars['link']->value->getMediaLink($_smarty_tpl->tpl_vars['warehouse_vars']->value['image_path']), ENT_QUOTES, 'UTF-8', true);
                    ?>
" alt="footerlogo" /></div><?php 
                }
                ?>
					<?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['copyright_text'])) {
                    ?>
<div class="col-xs-12 cpr-txt"> <?php 
                    echo $_smarty_tpl->tpl_vars['warehouse_vars']->value['copyright_text'];
                    ?>
  </div><?php 
                }
                ?>
             		 
             	</div>
             <?php 
            }
            ?>

			</header>

			<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                ?>
			<div class="fw-pseudo-wrapper fw-pseudo-wrapper-slider">
			<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => "displayTopColumn"), $_smarty_tpl);
                ?>

			<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'maxSlideshow'), $_smarty_tpl);
                ?>
 
		</div>
			<?php 
            }
            ?>
		</div>
		<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['breadcrumb_width']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['breadcrumb_width'] == 0) {
                    echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                }
            }
            ?>
		<div class="columns-container">
			<div id="columns" class="container">


				
				<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value != 'index' && $_smarty_tpl->tpl_vars['page_name']->value != 'pagenotfound') {
                ?>
				<?php 
                if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['breadcrumb_width']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['breadcrumb_width'] == 1) {
                    echo $_smarty_tpl->getSubTemplate((string) $_smarty_tpl->tpl_vars['tpl_dir']->value . "./breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);
                }
                ?>
				<?php 
            }
            ?>
								<div class="fw-pseudo-wrapper">
				<?php 
            if ($_smarty_tpl->tpl_vars['page_name']->value == 'index') {
                ?>
				<?php 
                echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'maxInfos'), $_smarty_tpl);
                ?>
 
				<?php 
            }
            ?>
				<?php 
            echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->smartyHook(array('h' => 'maxInfos2'), $_smarty_tpl);
            ?>
 
				
					</div>
				<div class="row content-inner">
					<?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['left_on_phones']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['left_on_phones'] == 0) {
                ?>
					<?php 
                if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && !empty($_smarty_tpl->tpl_vars['left_column_size']->value)) {
                    ?>
					<div id="left_column" class="column col-xs-12 col-sm-<?php 
                    echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
                    ?>
"><?php 
                    echo $_smarty_tpl->tpl_vars['HOOK_LEFT_COLUMN']->value;
                    ?>
</div>
					<?php 
                }
                ?>
					<?php 
            }
            ?>
					<?php 
            if (isset($_smarty_tpl->tpl_vars['left_column_size']->value) && isset($_smarty_tpl->tpl_vars['right_column_size']->value)) {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12 - $_smarty_tpl->tpl_vars['left_column_size']->value - $_smarty_tpl->tpl_vars['right_column_size']->value, null, 0);
            } else {
                $_smarty_tpl->tpl_vars['cols'] = new Smarty_variable(12, null, 0);
            }
            ?>
					<div id="center_column" class="center_column col-xs-12 col-sm-<?php 
            echo intval($_smarty_tpl->tpl_vars['cols']->value);
            ?>
 <?php 
            if (isset($_smarty_tpl->tpl_vars['warehouse_vars']->value['left_on_phones']) && $_smarty_tpl->tpl_vars['warehouse_vars']->value['left_on_phones'] == 1) {
                ?>
 col-sm-push-<?php 
                echo intval($_smarty_tpl->tpl_vars['left_column_size']->value);
            }
            ?>
">
						<?php 
        }
    }