/*
==============================
version 		: 	1.0.20
create 			: 	07.11.2013
last modif 		: 	23.12.2013
module	 		: 	style
name 			: 	frame.css
==============================
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic);

body
{
	font-family: 'Droid Sans', sans-serif;

	-webkit-backface-visibility: hidden;

	background: #3b0000 url(../images/_texture_body.png);
	color:#55371d;
}
.framed
{
	line-height: 0;
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	z-index: 1;

	background-color: #e9dbcf;
	box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.8);
}

		.framed:before,
		.framed:after
		{
			content: '';
			position: absolute;
			width: 18px;
			height: 100%;
			top: 0;
			z-index: 8;

			background: url(../images/_texture_vertical-border.png) 0 0 repeat-y;
		}
		.framed:before
		{
			left: -1px;
		}
		.framed:after
		{
			right: -1px;
		}
header
{
	position: relative;
}
.top-navigate-header
{
	height: 54px;
	width: 100%;
	z-index: 11;

	background: url(../images/_texture_top-menu.png) 0 0 repeat-x;
	border-bottom: 4px solid #27160e;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
}
		.top-navigate-header:before,
		.top-navigate-header:after
		{
			position: absolute;
			content: '';
			top: 0;
			width: 294px;
			height: 404px;
			z-index: 1;
			pointer-events:none;

			background: url(../images/_decor_green-vine.png) 0 0 no-repeat;
		}
		.top-navigate-header:before
		{
			left: -100px;
		}
		.top-navigate-header:after
		{
			right: -100px;

			-webkit-transform: scaleX(-1);
			-moz-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
		}
/**
 * Top Navigation
 */
	.top-navigate
	{
		display: inline-block;
		position: absolute;

		font-size: 0;
		line-height: 54px;
		width: 300px;
		top: 0;
	}
		.top-navigate a
		{
			text-decoration: none;
			display: inline-block;
			vertical-align: middle;
			line-height: 0;
			vertical-align: middle;
			position: relative;
			text-align: right;

			padding: 12px 20px;
			height: 30px;

			-webkit-transition: background-color .2s ease; 
			   -moz-transition: background-color .2s ease;
			   		transition: background-color .2s ease;
		}
		a.second-menuitem
		{
			padding: 12px 60px 12px 20px;
		}
		a.first-menuitem
		{
			padding: 12px 20px 12px 50px;
		}
		a.third-menuitem
		{
			padding: 12px 12px 12px 27px;
		}
		a.fourth-menuitem
		{
			padding-right: 50px;
		}
			.top-navigate-title
			{
				position: relative;
			}
				.fourth-menuitem .top-navigate-title:before
				{
					
				}
				a:hover .top-navigate-title:before
				{
					background-position: 0 -2px;
				}
			.top-navigate a:hover
			{
				background-color: rgba(255,255,255,.3);
			}

				.top-navigate a:after
				{
					position: absolute;
					content: '';
					top: 0;
					right: 0;
					width: 2px;
					height: 100%;

					background: url(../images/_separator_top-menu.png) 0 center no-repeat;
				}
				.top-navigate a:last-child:after
				{
					content: none;
				}
			.top-navigate-title
			{
				display: block;
				font-size: 14px;
				text-align: right;
				font-weight: bold;
				line-height: 18px;
				background-color: transparent;
				text-transform: uppercase;

				text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
				color: #fff;
			}
				.top-navigate a:hover .top-navigate-title
				{
					color: #292828;
					text-shadow:1px 1px 2px rgba(255, 255, 255, 0.5);
				}
			.top-navigate-desc
			{
				font-size: 10px;
				line-height: 12px;
				display: inline-block;
				padding-top: 3px;

				color:#000;
			}
				.top-navigate-bascket-items
				{
					text-decoration: underline;
				}
		.left-side-top-navigate
		{
			left: 130px;
		}
		.right-side-top-navigate
		{
			right: 130px;
			text-align: right;
		}
/**
 * Top Logo
 */
	.top-navigate-logo
	{
		text-align: center;
		position: absolute;
		pointer-events: none;

		padding-top: 10px;
		top:0;
		width: 237px;
		height: 80px;
		z-index: 1;
		left: 50%;
		margin-left: -118px;

		background:url(../images/_shape_top-menu-logo.png) -4px 0 no-repeat;
	}
		.top-navigate-logo a
		{
			pointer-events:visiblePainted;
		}
/**
 * Center Navigation Tabs
 */
.center-navigation-tabs
{
	position: absolute;
	right: 20px;
	top: -33px;
}
	.center-navigation-tabs div
	{
		width: 37px;
		height: 50px;
		position: relative;
		display: inline-block;
		top:0;
		z-index: 0;
		opacity: .8;
		cursor: pointer;

		-webkit-transition:all .2s ease;
			-ms-transition:all .2s ease;
				transition:all .2s ease;
	
		will-change: top, opacity;
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
		.center-navigation-tabs div:hover
		{
			top: -5px;
		}
	.center-navigation-tabs .active
	{
		z-index: 1;
		top: 1px;
		opacity: 1;
		cursor: default;
	}
		.center-navigation-tabs .active:hover
		{
			top:1px;
		} 
		.center-navigation-tabs polyline
		{
			stroke: #fff;
			opacity: 0.2;
		}
		.center-navigation-tabs .active polyline
		{
			stroke: #000;
			opacity: 0.3;
		}
	.center-navigation-tab:after,
	.center-subscribe-tab:after,
	.center-search-tab:after
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.center-navigation-tab:after
	{
		left: 3px;
		top: 6px;
		background: url(../images/_icon_bottles.png) 0 0 no-repeat;
	}
	.center-subscribe-tab:after
	{
		left: 5px;
		top: 12px;
		background: url(../images/_icon_mail.png) 0 0 no-repeat;
	}
	.center-search-tab:after
	{
		left: 9px;
		top: 12px;
		background: url(../images/_icon_search.png) 0 0 no-repeat;
	}
/**
 * Center Navigation
 */
.center-navigation
{
	display: inline-block;
	font-size: 1px;
	position: relative;
	top: 3px;
}
	.center-navigation > li
	{
		position: relative;
		line-height: 0;
		display: inline-block;
		padding: 0 6px 0 1px;
		vertical-align: top;
		cursor: pointer;
		overflow: hidden;
		font-family: 'Roboto Condensed', sans-serif;
	}
			.center-navigation > li:after
			{
				position: absolute;
				content: '';
				top: 0;
				right: 1px;
				width: 2px;
				height: 100%;

				background: url(../images/_separator_center-menu.png) 0 center no-repeat;
			}
			.center-navigation > li:last-child:after
			{
				content: none;
			}

		.center-navigation li span,
		.center-subscribe span
		{
			position: relative;
			line-height: 18px;
			font-size: 15px;
			height: 24px;
			z-index: 1;
			display: inline-block;
			padding: 8px 20px 0px;
			border:1px solid transparent;

			color:#e5ddcb;
			text-shadow:0 0 1px rgba(157, 42, 15, .8);
		}
			.center-navigation > li:hover
			{
				overflow: visible;
			}
			.center-navigation li:hover span
			{
				background-color: #A84017;
				border: 1px solid #811900;
			}
			.center-navigation .have-submenu:hover span
			{
				border-bottom: 0 none;
			}
					.center-navigation li:hover span:after
					{
						content: '';
						width: 2px;
						height: 90%;
						box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
						right: 0px;
						position: absolute;
						top: 1px;
					}

		.center-navigation-submenu
		{
			position: absolute;
			top: 32px;
			left: 1px;
			padding: 10px 0 10px;
			opacity: 0;

			-webkit-transition:all .2s ease;
					transition:all .2s ease;

			border: 1px solid #811900;
			background-color: #A84017;
		}
				.center-navigation-submenu:after
				{
					content: '';
					position: absolute;
					width: 47px;
					height: 38px;
					left: -32px;
					bottom: -10px;

					background: url(../images/_decor_vertical-menu-corner-leaf.png) 0 0 no-repeat;
				}
			.center-navigation-submenu li
			{
				line-height: 18px;
				font-size: 14px;
				white-space: nowrap;
				padding: 5px 15px;
				text-shadow: 1px 1px 1px rgba(0,0,0,.5);

				color:#edead7;
			}
				.center-navigation-submenu li:hover
				{
					text-decoration: underline;
					color:#fff;
				}
				li:hover .center-navigation-submenu
				{
					opacity: 1;
				}
				.center-navigation-submenu a
				{
					color:inherit;
					text-decoration:inherit;
				}
.frame-content
{
	padding: 15px 30px 0;
	font-family: 'Droid Sans', sans-serif;
	line-height: 26px;
}
/**
 * MODULE : frame-menu-box;
 */				
.frame-menu-box
{
	position: relative;
	display: inline-block;
	z-index: 11;
	width: 100%;
	min-height: 50px;
}
	.frame-menu-box-carcas
	{
		position: absolute;

		padding: 5px;
		left: -35px;
		right: -35px;
		top: 0;

		-moz-box-sizing:border-box;
			 box-sizing:border-box;
		-webkit-backface-visibility: hidden;
		
		box-shadow: 0 0 0 1px #811900, 0 3px 10px 1px rgba(0, 0, 0, 0.5);
		border-top: 1px solid #c05a2e;
		background: url(../images/_texture_frame-box.png);
	}
			.frame-menu-box-carcas:before,
			.frame-menu-box-carcas:after
			{
				content: '';
				position: absolute;

				width: 275px;
				height: 50px;
				bottom: -51px;
				opacity: 1;
				z-index: -1;

				background: url(../images/_shadow_frame-box.png) 0 0 no-repeat;
			}
			.frame-menu-box-carcas:before
			{
				left: 1px;

				-webkit-transform: scaleX(-1);
				-moz-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
			}
			.frame-menu-box-carcas:after
			{
				right: 1px;
			}
		.frame-menu-box-content
		{
			position: relative;

			min-height: 38px;


			background-color: #841c04;
			box-shadow: 0 0 0 1px #811900, inset 0 5px 10px rgba(217,112,47,.5);
		}
			.frame-menu-box-content > ul,
			.frame-menu-box-content > div
			{
				position: absolute;
			}
/**
 * MODULE : frame-slider-box;
 */
.frame-stuff
{
	position: relative;

	width: 100%;
	min-height: 50px;

	-moz-box-sizing:border-box;
		 box-sizing:border-box;

	background: #d4b69b url(../images/_texture_frame-slider-top.png) 0 0 repeat-x;
}
.frame-stuff.bottom-position
{
	background: #ddcaba;
}
		.frame-stuff.bottom-position:after
		{
			bottom: auto;
			top:-13px;

			background-image: url(../images/_texture_frame-slider-decor-top.png);
		}
		.frame-stuff:after
		{
			content: '';
			position: absolute;
			width: 100%;
			height: 26px;
			bottom: -13px;
			left: 0;

			background: url(../images/_texture_frame-slider-bottom.png) 0 0 repeat-x;
		}
/**
 * MODULE : frame-product-box;
 */
.frame-stuffbox
{
	position: relative;
	display: inline-block;
	white-space: normal;
	margin-bottom: 80px;
	overflow: visible;
	padding-bottom: 0;
}
		.frame-stuffbox:before,
		.frame-stuffbox:after
		{
			content: '';
			position: absolute;

			width: 250px;
			height: 112px;
			z-index: 0;
			opacity: .5;
			
			-webkit-transition:all .2s ease;
					transition:all .2s ease;

			background: url(../images/_texture_stuffbox-leaf.png) 0 0 no-repeat;
		}
		.frame-stuffbox:before
		{
			top: -40px;
			right: 3px;
		}
		.frame-stuffbox:after
		{
			bottom: -50px;
			left: -5px;
		}
			.frame-stuffbox:hover:before
			{
				top: -50px;
				right: -7px;
				opacity: 1;
			}
			.frame-stuffbox:hover:after
			{
				bottom: -60px;
				left: -25px;
				opacity: 1;
			}
	.frame-stuffbox-wrap
	{
		position: relative;

		z-index: 1;
		height: 170px;
		padding: 9px;

		-moz-box-sizing:border-box;
			 box-sizing:border-box;

		box-shadow: inset 0 0 0 1px rgba(179, 82, 31, 0.8), -2px 3px 0 0 rgba(0, 0, 0, 0.5);
		border:1px solid rgba(38, 34, 26, .9);
		border-bottom:0 none;
		background: #873e18 url(../images/_texture_stuffbox.png);
	}
		.frame-stuffbox-container
		{
			height: 100%;

			box-shadow: 0 0 0 2px rgba(255, 255, 255, 1), 0 0 0 4px rgba(64, 55, 40, 1);
			background: #f8eecf url(../images/_texture_stuffbox_striple.png);
		}

			.frame-stuffbox-vinecontainer
			{
				position: absolute;
				width: 153px;
				height: 202px;
				left: -30px;
				top: -25px;
				padding: 20px 27px 0 25px;

				-moz-box-sizing: border-box;
					 box-sizing: border-box;

				background: url(../images/_shape_stuffbox-vinecontainer.png) 0 0 no-repeat
			}
			.frame-stuffbox-content
			{
				margin-left: 120px;
				height: 100%;
				padding-bottom: 10px;
				overflow: hidden;
			}
				.frame-stuffbox-content h5
				{
					margin: 0;
					font-family: 'Roboto Condensed', sans-serif;
					font-size: 18px;
					line-height: 22px;
					margin-bottom: 5px;
					min-height: 45px;
					max-height: 45px;
					overflow: hidden;

					color:#b8642b;
					border-bottom: 1px solid #baa694;
				}
					.frame-stuffbox-content h5 a
					{
						color:inherit;
						text-decoration: inherit;
						display: table-cell;
						height: 45px;
						vertical-align: middle;
					}
						.frame-stuffbox-content h5 a:hover
						{
							text-decoration: underline;
						}
				.frame-stuffbox-content p
				{
					font-size: 12px;
					line-height: 14px;

					color:#622b0e;
				}
			.frame-stuffbox-description
			{
				height: 55px;
				overflow: hidden;
				padding-bottom: 5px;
			}
			.frame-stuffbox-priceside span
			{
				line-height: 30px;
			}
				.frame-stuffbox-addtocart
				{
					min-width: 50px;
					height: 30px;
					border-radius: 20px;
					cursor: pointer;
					position: absolute;
					bottom: 10px;
					right: 5px;
					text-decoration: none;
					display: inline-block;
					font-weight: bold;
					line-height: 0;
					padding: 0 10px 0 5px;
					text-align: left;
					white-space: nowrap;

					-moz-box-sizing:border-box;
						 box-sizing:border-box;

					-webkit-transition: all .1s ease;
							transition: all .1s ease;

					background: url(../images/_texture_stuffbox-addtocart.png);
					box-shadow: 0px 3px 0px #a04d15, 0px 2px 2px rgba(0,0,0,.5), 0px 5px 0px #7c360e;
				}
						.frame-stuffbox-addtocart:before
						{
							content: '';
							position: absolute;
							height: 100%;
							width: 0;
							border-left:1px solid #b56b30;
							border-right:1px solid #ebcb86;
						}
					.frame-stuffbox-addtocart img
					{
						display: inline-block;
						margin-top: 5px;
						margin-right: 2px;
						display: block;
						float: left;
					}
					.frame-stuffbox-addtocart span
					{
						padding-left: 5px;
						font-size: 14px;
						line-height: 30px;

						color:#7e3a16;
					}
					.frame-stuffbox-addtocart:active
					{
						bottom: 8px;
						box-shadow: 0px 1px 0px #a04d15, 0px 1px 2px rgba(0,0,0,.5), 0px 3px 0px #7c360e;
					}
						.frame-stuffbox-addtocart:hover span
						{
							text-shadow:1px 1px 0 rgba(255, 255, 255, .4);
						}
					.frame-stuffbox-price,
					.shelf-tovel-price
					{
						color:#773615;
						font: bold 25px 'Roboto Condensed', sans-serif;						
					}

/**
 * MODULE : frame-content;
 */
.frame-content
{
	font-size: 14px;
	line-height: 24px;
}
		.frame-content:after
		{
			content: '';
			display: table;
			width: 100%;
		}
	.frame-content a
	{
		font-family: 'Roboto Condensed', sans-serif;
		text-decoration: underline;
		font-weight: bold;
		line-height: 16px;
		display: inline-block;

		color: #924117;
	}
	.small-decor,
	.fullwidth-decor,
	.small-half-decor
	{
		min-width: 54px;
		line-height: 16px;
		height: 16px;
		display: inline-block;
		border-radius:2px;
		text-align: center;
		position: relative;

		background: #401e0b;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	}
	.basket-decor
	{
		min-width:130px;
	}
	.buy-plate
	{
		margin-left: 158px;
	}
	.row-basket-content
	{
		margin-top:20px;
	}
	.order-plate
	{
		margin-left: 170px;
	}
	.basket-textarea
	{
		max-height:150px;
	}
	.corp-info
	{
		margin-top:40px;
	}
	.subscribe-block.subscribe-block
	{
		margin-bottom: 50px;
	}
	.quest
	{
	margin-bottom:40px;
	}
	.subscribe-form
	{
		position: relative;
	}
		.subscribe-form .subscribe-link
		{
			top:-50px;
			height:50px;
		}
		.subscribe-social
		{
			margin-top: 23px;
		}
	.small-half-decor
	{
		min-width: 15px;

	}
			.small-decor:before,
			.fullwidth-decor:before,
			.small-half-decor:before,
			.decor-plate:before
			{
				content: '';
				height: 16px;
				position: absolute;
				left: 1px;
				right: 1px;
				top: -3px;

				background: #652e12 url(../images/_texture_wood1.png) 400px 253px;
				box-shadow: inset 0 0 0 1px #9e5b35, 0 0 0 1px #4b2610;
			}
	.fullwidth-decor
	{
		width: 100%;
	}
	.text-center .small-decor
	{
		width: 50%;
	}
	.header-decor
	{
		line-height: 14px;
		margin: 15px 0 19px;
		z-index: 2;
		vertical-align: top;
		position: relative;
		display: inline-block;
	}
	.header-decor.corner
	{
		margin-top:75px;
	}
	.header-decor.leaf-corner
	{
		margin-top:25px;
	}
		.header-decor .header-span
		{
			text-align: center;
			vertical-align: top;
			padding: 0 5px;
			white-space: nowrap;
		}
		.specific .header-span
		{
			width: 100%;
		}
		.header-decor span,
		.header-decor a
		{
			display: table-cell;
		}
			.header-decor.corner:after,
			.header-decor.leaf-corner:after
			{
				content: '';
				position: absolute;
			}
			.header-decor.corner:after
			{
				top: -79px;
				right: -14px;
				width: 97px;
				height: 105px;

				background: url(../images/shape_header-decoration-corner.png) 0 0 no-repeat;
			}
			.header-decor.leaf-corner:after
			{
				top: -39px;
				right: -20px;
				width: 101px;
				height: 72px;

				background: url(../images/shape_header-decoration-leaf-corner.png) 0 0 no-repeat;
			}
	.decor-plate
	{
		position: relative;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		padding: 4px 10px 8px 8px;

		-moz-box-sizing:border-box;
			 box-sizing:border-box;
		-webkit-backface-visibility:hidden;

		background: #401e0b;
		color:#fff;
		box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.5);
	}
			.decor-plate:after
			{
				content: '';
				display: table;
				width: 100%;
			}
		.decor-plate a img
		{
			box-shadow: none
		}
			.decor-plate img
			{
				display: block;
				box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
				width: 100%;
			}
		.decor-plate.square
		{
			border-radius: 0;
		}
			.decor-plate:before
			{
				height: 100%;
				border-bottom-left-radius: 10px;
				border-bottom-right-radius: 10px;
			}
				.decor-plate.square:before
				{
					border-radius: 0;
					background-position: 280px -400px;
				}
		.decor-plate span,
		.decor-plate div,
		.decor-plate p,
		.decor-plate img,
		.decor-plate a
		{
			position: relative;
			z-index: 1;
		}
		.contact-infos
		{
			text-align: center;
			font: bold 14px/24px 'Roboto Condensed', sans-serif;

			color:#e9dbcf;
		}
			.contact-infos a
			{
				color:#e9dbcf;
			}
		.decor-plate span
		{
			display: block;
		}
		.contact-infos span
		{
			display: inline-block;
		}
		.decor-plate .copyright
		{
			font-size: 10px;
			margin-top: -10px;
			font-weight: bold;

			color:#ffdcbc;
		}
		.decor-plate .tel
		{
			font: bold 18px/24px 'Roboto Condensed', sans-serif;
			letter-spacing: 1px;

			color:#ffdcbc;
		}
	.decor-banner
	{
		width: 150px;
		height: 82px;
		margin: 0 auto;
		text-align: center;
		margin-top: -10px;
		padding-top: 22px;

		background: url(../images/_shape_footer_banner.png) 0 0 no-repeat;
	}
		.decor-banner a
		{
			text-decoration: none;
			font-size: 11px;

			color:#ffdcbc;
		}
			.decor-banner a:hover
			{
				text-decoration: underline;
			}
	.decor-plate-chain .decor-plate
	{
		display: inline-block;
		margin-right: 10px;
		font-size: 12px;
		width: 130px;
		text-align: center;

		color:#e9dbcf;
	}
div.link-to-decor-header
{
	position: absolute;
	width: 100%;
	top: -19px;
	overflow: hidden;
	left: 0;
	right: 0;
	z-index: -1;
	height: 20px;
}
.main-footer .link-to-decor-header
{
	top:-38px;
	height: 34px;
	position: absolute;
}
		.link-to-decor-header:after,
		.link-to-decor-header:before
		{
			position: absolute;
			content: '';
			width: 8px;
			height: 100%;
			top: -1px;

			background: #864C2A url(../images/_texture_vertical_beam.png) 0 0 repeat-y;
			box-shadow: inset 0 0 0 1px rgba(194, 147, 99, 0.5), 0 0 0 1px #4C2105, 1px 0 5px rgba(0, 0, 0, 0.5);
		}
		.main-footer .link-to-decor-header:after,
		.main-footer .link-to-decor-header:before
		{
			height: 37px;
		}
		.link-to-decor-header:after
		{
			right: 20px;
		}
		.link-to-decor-header:before
		{
			left: 20px;
		}
.mapindex
{
	height: 280px;
}
.features
{
    background: #e9d7c7;
}
	.span_specific p
	{
	    text-align: left;
	}
	.span_specific a
	{
		margin-top: 20px;
	    text-decoration: underline;
	}
/**
 * Footer in da site
 */
.main-footer
{
	height: 321px;
	margin-top: 50px;
	line-height: 21px;
	position: relative;
	background: url(../images/_texture_wood1-light.png) 0 240px;
}
		.main-footer:after,
		.main-footer:before
		{
			position: absolute;
			content: '';
			top: 15px;
			z-index: 0;
			width: 290px;
			height: 306px;
		}
		.main-footer:after
		{
			right: 15px;

			background: url(../images/_texture_footer-leaf-corner-right.png) 0 0 no-repeat;
		}
		.main-footer:before
		{
			left: 15px;

			background: url(../images/_texture_footer-leaf-corner-left.png) 0 0 no-repeat;
		}
	.footer-lose
	{
		position: absolute;
		top: 0;
		width: 336px;
		height: 356px;
		z-index: 10;
		pointer-events: none;
	}
		.footer-lose.l-left
		{
			left: -29px;
			top: -35px;
			background: url(../images/_shape_bottom-lose-left.png) 0 0 no-repeat;
		}
		.footer-lose.l-right
		{
			right: -29px;
			top: -35px;
			background: url(../images/_shape_bottom-lose-right.png) 0 0 no-repeat;
		}
	.main-footer .row
	{
		padding: 0 30px 0 50px;
		z-index: 11;
		position: relative;

	}
		.main-footer .row:after
		{
			content: none;
		}
	.main-footer .fullwidth-decor
	{
		margin-bottom: 32px;
		z-index: 2;
	}
	.main-footer h4
	{
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
		margin-top: 0;

		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
		color:#fff;
	}
	.footer-menu-link a
	{
		display: block;
		font-size: 12px;
		line-height: 18px;
		text-decoration: none;

		-webkit-transition: all .2s ease;
				transition: all .2s ease;

		color:#121111;
	}
		.footer-menu-link a:hover
		{
			color:#fff;
		}
/**
 * Footer forms
 */
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="tel"],
	textarea
	{
		opacity: .7;
		padding: 0 10px;
		border-radius: 3px;

		-moz-box-sizing: border-box;
			 box-sizing: border-box;

		outline: 0 none;
		background-color: #fff;
		border:1px solid #400d01;
		box-shadow: inset 0 0 5px rgba(79, 18, 4, 0.7);
	}
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="tel"]	
	{
		min-height: 25px;
	}
	textarea
	{
		max-height: 80px;
		resize: none;
		padding: 5px 10px;
		font-family: 'Droid Sans', sans-serif;
		overflow: auto;
	}
	.main-footer input[type="text"],
	.main-footer input[type="email"],
	.main-footer input[type="tel"],
	.main-footer textarea
	{
		width: 100%;
	}
	.frame-menu-box-content input[type="text"],
	.frame-menu-box-content input[type="email"],
	.frame-menu-box-content input[type="tel"]
	{
		width: 200px;
	}

		.form-placeholder
		{
			position: relative;
			line-height: 0;
		}
		.form-placeholder + .form-placeholder
		{
			margin-top:10px;
		}
		.frame-menu-box-content .form-placeholder
		{
			display: inline-block;
		}
			.frame-placeholder
			{
				cursor: text;
				text-align: left;
				font-style: italic;
				white-space: nowrap;
				position: absolute;

				z-index: 1;
				height: 100%;
				right: 10px;
				left: 10px;
				top: 0;
				line-height: 26px;
				font-size: 12px;

				-webkit-transition:all .2s ease;
						transition:all .2s ease;

				color: #9A5329;
			}
a.frame-button,
button.frame-button,
.frame-button
{
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 30px;
	height: 28px;
	padding: 0 31px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	border:0 none;
	outline: 0 none;
	cursor: pointer;

	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;

	background-color:#dc9f61;
	text-shadow:1px 1px 0 rgba(255, 255, 255, .3);
	color:#823c17;
	background: url(../images/_texture_footer-button.png) 190px 140px;
	box-shadow: 0 1px 1px #734832, 0 2px 1px #482714, 0 3px 1px #3d2111, 0 4px 4px rgba(0, 0, 0, .25);
}
.frame-button:disabled
{
	cursor: default;
	color:gray;
}
.frame-button:disabled:hover:after,
.frame-button:disabled:hover:before
{
	opacity: 0;
}
.frame-button:disabled:active
{
	top: 0;
	box-shadow: 0 1px 1px #734832, 0 2px 1px #482714, 0 3px 1px #3d2111, 0 4px 4px rgba(0, 0, 0, .5);
}
.frame-button.delete
{
	font-family: 'Roboto Condensed', sans-serif;
	color: #524132;
	font-size: 12px; 
	width: 18px;
	height: 18px;
	padding: 0;
	line-height: 20px;
}
.frame-button.delete:after,
.frame-button.delete:before
{
	content:none;
}
	.main-footer .frame-button
	{
		top:0;
		margin-top: 20px;
		will-change: transform;
		-webkit-transform: translateZ(0);
				transform: translateZ(0);
	}
	.frame-button:active
	{
		top:1px;
		box-shadow: 0 1px 2px #734832, 0 2px 1px #482714;
	}
		.frame-button:after,
		.frame-button:before
		{
			position: absolute;
			content: '';
			width: 38px;
			height: 28px;
			opacity: 0;
			top: 1px;

			-webkit-transition:all .2s ease;
					transition:all .2s ease;
		}
		.frame-button:before
		{
			left: -1px;
			
			-webkit-transform: translate(-31px, -10px);
					transform: translate(-31px, -10px);

			background: url(../images/_shape_button-leaf.png) 0 0 no-repeat;
		}
		.frame-button:after
		{
			right: -1px;

			-webkit-transform: translate(31px, 10px);
					transform: translate(31px, 10px);

			background: url(../images/_shape_button-leaf-scalex.png) 0 0 no-repeat;
		}
			.frame-button:hover:before,
			.frame-button:hover:after
			{
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
				opacity: 1;

				-webkit-transform: translate(0);
						transform: translate(0);
			}
			.frame-button:active:before
			{
				-webkit-transform: translateX(-5px);
						transform: translateX(-5px);
			}
			.frame-button:active:after
			{
				-webkit-transform: translateX(5px);
						transform: translateX(5px);
			}
.frame-button.icon
{
	padding: 0 20px 0 35px;
}
	.frame-button img
	{
		position: absolute;
		left: 11px;
		top: 5px;
	}
	.frame-stuffbox-content .frame-button
	{
		position: absolute;
		right: 19px;
		bottom: 12px;
	}
		.frame-stuffbox-content .frame-button:active
		{
			top:auto;
			bottom: 9px
		}
.connect-share
{
	margin-top: 15px;
}
.connect-share h4
{
	margin-bottom: 15px;
}
.social-icon
{
	display: inline-block;
	opacity: .7;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: url(../images/_icon_socials.svg) center 0 no-repeat;

	-webkit-transition: all .2s ease;
			transition: all .2s ease;
}
	.social-icon:hover
	{
		opacity: 1;
	}
	.social-icon._in
	{
		background-position: 0 center;
	}
	.social-icon._face
	{
		background-position: -50px center;	
	}
	.social-icon._t
	{
		background-position: -100px center;	
	}	
 .master-cards
 {
 	margin-top: 15px;
 }
	.master-cards li
	{
		width: 45px;
		padding: 0;
		display: inline-block;
		background: url(../images/_shape_card-shadow.png) -5px 24px no-repeat;
	}
		.master-cards img
		{
			height: 25px;
		}
.scroll-to-top
{
	position: fixed;
	width: 59px;
	height: 41px;
	bottom: 330px;
	right: 440px;
	z-index: 0;
	cursor: pointer;

	-webkit-transition: all .2s ease;
			transition: all .2s ease;

	will-change: left;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	
	background: url(../images/_shape_scroll-to-top-button.png) 0 0 no-repeat;
}
	.scroll-to-top:hover
	{
		right: 420px;
	}
.center-subscribe,
.center-search
{
	line-height: 38px;
	padding: 0 50px;
}
	.center-subscribe span
	{
		font-size: 12px;
		padding: 0 10px 0 0;
	}
	.frame-menu-box-content .separate
	{
		width: 2px;
		height: 37px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		background: url(../images/_separator_center-menu.png) 0 center no-repeat;
	}
.frame-quotes
{
	font-size: 20px;
	color:#ba5c0e;
	line-height: 26px;
	position: relative;
	margin: 10px 0 30px;
}
	.quotes-decor-left
	{
		border-left: 5px solid #ba5c0e;
		padding-left: 10px;
	}
	.quotes-decor-right
	{
		border-right: 5px solid #ba5c0e;
		padding-right: 10px;
		text-align: right;
	}
	.quotes-decor-left:before,
	.quotes-decor-right:before
	{
		content: '';
		position: absolute;
		width: 32px;
		height: 100%;

		background-image: url(../images/_texture_quote-sides.png);	
		background-repeat: repeat-y;
	}
	.quotes-decor-left:before
	{
		left: -36px;
		background-position: 0 0;
	}
	.quotes-decor-right:before
	{
		right: -36px;
		background-position: -32px 0;
	}

/**
 * Typography list styles
 */
	.list-arrow li:before
	{
		content: '';
		width: 10px;
		height: 10px;
		left: -5px;
		top: 6px;
		position: absolute;

		background-color: #a35015;
		box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);

		-webkit-transform: rotate(45deg);
	}
	.list-circle li:before
	{
		content: '';
		width: 8px;
		height: 8px;
		left: 0px;
		top: 7px;
		position: absolute;

		border-radius: 100%;
		background-color: #a35015;
		box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.3);
	}
	.list-number
	{
		counter-reset: section 0;
	}
		.list-number li 
		{
			padding-left: 0;
		}
			.list-number ul
			{
				counter-reset: subsection 0;
			}	
				.list-number li:before
				{
					font-size: 14px;
					line-height: 20px;
					font-weight: bold;
					position: relative;
					left: 0;

					counter-increment: section 1;
					content: counter(section) '. ';
					color: #55371d;
				}
		.list-number li li
		{
			padding-left: 16px;
		}
				.list-number li li:before
				{
					counter-increment: subsection 1;
					content:  counter(section) '.' counter(subsection) '. ';
				}
/**
 * Tabs styles
 */
.frame-tabs
{
	position: relative;
	min-height: 50px;

	-webkit-transition: all .2s ease;
			transition: all .2s ease;
}
	.simple-navigation-tabs
	{
		position: relative;
		padding-left: 10px;
	}
			.simple-navigation-tabs:before
			{
				content: '';
				width: 100%;
				height: 1px;
				position: absolute;
				bottom: -2px;
				left: 0;
				z-index: 1;

				background-color: #c1ac9d;
			}
	.frame-tabs .center-navigation-tabs
	{
		position: relative;
		top: 0;
		right:0;
	}
	.tab-navigation-button
	{
		font-weight: bold;
		border-bottom: none;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		padding: 5px;
		margin: 0 2px;
		position: relative;
		cursor: pointer;

		background-color: #e6c6aa;
		border:1px solid #b7a193;
		color:#7d4413;

		-webkit-transition: all .2s ease;
				transition: all .2s ease;
	}
		.tab-navigation-button.disabled
		{
			opacity: .3;
			cursor: default;
		}
		.tab-navigation-button.active
		{
			z-index: 10;
			cursor: default;

			background-color: #e9dbcf;
		}
	.tab-navigation
	{
		position: absolute;
		padding: 15px 12px;
		left: 0;
		right: 0;
	}
/**
 * Hr styles
 */
.hr
{
	position: relative;
	height: 0;
	border-top: 1px solid #c1a995;
	border-bottom: 1px solid #f0e9e4;
	margin: 0 147px;
}
.hr.dark
{
	border-top-color: #b2855d;
	border-bottom-color: #d7cbc2;
}
		.hr:before,
		.hr:after
		{
			content: '';
			position: absolute;
			width: 147px;
			height: 2px;
			top: -1px;
			background-image: url(../images/_shape_hr.png);
		}
		.hr.dark:before,
		.hr.dark:after
		{
			background-image: url(../images/_shape_hr_dark.png);	
		}
		.hr:before
		{
			left: -147px;
		}
		.hr:after
		{
			right: -147px;
			background-position: 0 -2px;
		}
/**
 * Content Form styles
 */
.content-form
{
	position: relative;
}
	.frame-content input[type="text"],
	.frame-content input[type="email"],
	.frame-content input[type="tel"],
	.frame-content textarea,
	.table-row input[type="text"]
	{
		border-radius: 0;
		width: 100%;

		box-shadow: 0 0 0 1px #F6F1EC, inset 0 0 10px rgba(180, 86, 5, 0.1);
		border:1px solid #baa898;
		background-color: #f8f4f1;
	}
	.content-form .connect-share
	{
		margin-top: 0;
	}
	.content-form span
	{
		color: #aa662c;
		font-size: 14px;
		line-height: 18px;
		vertical-align: middle;
		display: inline-block;
	}
	.content-form label
	{
		margin-bottom: 25px;
		position: relative;
		display: block;
	}
			label[data-req]:after
			{
				content: '(' attr(data-req) ')';
				position: absolute;
				top: 0;
				right: 0;
				font-size: 12px;

				color: #baa28d;
			}
	.onwood
	{
		padding: 15px;
		text-align: left;
	}
		.onwood span
		{
			color: #fff;
		}
			.onwood label[data-req]:after
			{
				color: #fff;
				opacity: .8;
			}
.right-leaf-decor,
.left-leaf-decor
{
	position: absolute;
	z-index: -1;
}
.right-leaf-decor
{
	background: url(../images/_texture_decorplate-two-leaf.png) 0 0 no-repeat;
	width: 280px;
	height: 207px;
	top: -40px;
	right: -30px;
}
.left-leaf-decor
{
	background: url(../images/_texture_decorplate-one-leaf.png) 0 0 no-repeat;
	width: 313px;
	height: 210px;
	left: -60px;
	top: -50px;
}
.product-frame-button
{
	margin-top:20px;
}
/**
 * Products Record styles
 */
.products-record
{

}
	.products-record dt,
	.products-record dd
	{
		line-height: 28px;
	}
	.products-record dt
	{
		color: #aa662c;	
		font-size: 14px;
		font-weight: bold;
		margin-right: 10px;
		float: left;
	}
			.products-record dt:after
			{
				content: ':';
				color: #aa662c;
				font-size: 14px;
				font-weight: bold;
			}
	.products-record dd
	{
		color: #55371d;
		font-size: 12px;
	}
.shelf-tovel
{
	position: absolute;
	width: 247px;
	height: 90px;
	bottom: 45px;
	left: 50px;

	background: url(../images/_shape_shelf-with-towel.png) 0 0 no-repeat;
}
	.shelf-tovel img
	{
		position: absolute;
		bottom: 53px;
	}
	.shelf-tovel-price
	{
		position: absolute;
		top: 44px;
		left: 15px;
		width: 80px;
		text-align: center;

		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	}
	.shelf-tovel .frame-button 
	{
		position: absolute;
		bottom: 0;
		right: 10px;
	}
	.shelf-tovel .frame-button:active
	{
		top: auto;
		bottom: -2px;
	}
.conditions li
{
	padding-left: 0;
	background: url(../images/_texture_dot.png) 0 13px repeat-x;
}
.conditions span
{
	padding: 0 5px;
	white-space: nowrap;
	display: table-cell;
	background-color: #E9DBCF;
}
.conditions .fullwidth
{
	background-color: transparent;
	width: 100%;
}
/**
 * Basket Pages styles
 */
.frame-basket
{
	margin-top:150px;
}
.basket-page-navigation .col
{
	margin-left: 2%;
}
.table-row,
.table-row-header
{
	line-height: 50px;
	display: block;
	overflow: hidden;
}
	.table-row-header
	{
		margin-top: 25px;
	}
	.table-row-header div
	{
		color: #aa662c;
		font-weight: bold;
	}
	.table-row-header,
	.table-row
	{
		text-align: center;
	}
	.basket-page-navigation .hr
	{
		margin-bottom: -2px;
	}
	.table-row .frame-button
	{
		margin-bottom:0;
	}
	.table-row input[type="text"]
	{
		width: 70px;
		text-align: center;
	}
	.table-row div
	{
		display: inline-block;
	}
label
{
	color:#aa662c;
	font-size: 12px;
}
.intotal
{
	font: bold 20px/40px 'Roboto Condensed', sans-serif;
}
.recepient-form
{
	opacity: 0;
	-webkit-transition: opacity .2s ease;
			transition: opacity .2s ease;
}
.pre-code
{
	background:#fff;
	color:#000;
}
.pre-value-s
{
	color:#ff5600;
}
.pre-class-names
{
	color:#00a33f;
}
.hr-long-height
{
	margin-bottom:40px;
}
.product-sample-box
{
	padding:25px;
}
.product-sample-box .frame-stuffbox
{
	margin-bottom:0;
}
.mtopzero
{
	margin-top: 0;
}
.gm-style .gm-style-mtc label,.gm-style .gm-style-mtc div{font-weight:400}

.gm-style .gm-style-cc span,.gm-style .gm-style-cc a,.gm-style .gm-style-mtc div{font-size:10px}
@media print {  .gm-style .gmnoprint, .gmnoprint {    display:none  }}@media screen {  .gm-style .gmnoscreen, .gmnoscreen {    display:none  }}
.gm-style{font-family:Roboto,Arial,sans-serif;font-size:11px;font-weight:400;text-decoration:none}
.sitemap ul{ padding:10px; list-style-type:none; margin:10px 20px;}
.sitemap ul ul,.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul { padding:10px; list-style-type:none; margin:10px 20px; border-left: 3px solid #ccc;}
.sitemap ul li { padding:5px; font-size:16px; text-align:left;}
.sitemap ul li.first { padding:5px; font-size:16px; font-weight:700; }
.sitemap a{color:#666;}
.sitemap a:hover{color:#924117;}

.imagedropshadow { padding: 4px; } a:hover img.imagedropshadow { border: solid 1px #CCC; -moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }

#container {
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
position: absolute; bottom: 0px;

    padding: 20px;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}<!--Array
(
    [label01] =>    0.00000
    [label02] =>    0.00107
    [label03] =>    0.02401
    [label04] =>    0.02402
    [label05] =>    0.02402
)
-->