html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
table img
{
	padding: 0px;
	border-width: 0px;
	margin: 0px;
	display: block;
}
address, caption, cite, code, dfn, em, strong, th, var, td
{
	font-style: normal;
	font-weight: normal;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
strong
{
	font-weight: 700;
}
em
{
	font-style: italic;
}
.strike-out,
s
{
	text-decoration: line-through;
}
img
{
	display: inline-block;
}

@-moz-document url-prefix()
{
	button::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}
}

.clear
{
	clear: both;
}

.api-callback,
{
	display: none;
}

	.api-callback .api-result
	{
		display: block;
		position: fixed;
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2048;
		font-size: 1.2em;
		line-height: 30px;
		opacity: 0.75;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
	}

		.api-callback .api-result-true
		{
			background-color: #067600;
		}

		.api-callback .api-result-false
		{
			background-color: #750013;
		}

.coupon-callback
{
	display: none;
}
	.coupon-result
	{
		display: block;
	}
		.coupon-result-true
		{
			color: #067600;
		}
		.coupon-result-false
		{
			color: #750013;
		}

.error-page
{
	display: block;
	margin: 20px auto auto 20px;
}
	.error-page .error-block
	{
		display: block;
		float: left;
		width: 580px;
		background: rgb(255, 255, 255);
		padding: 10px;
		box-shadow: 0 0 5px 2px rgb(237, 237, 237);
		margin: 20px auto auto 0;
		font-size: 1.15em;
		line-height: 1.5em;
		color: rgb(51, 51, 51);
	}

@font-face
{
  font-family: 'MonotypeCorsiva';
  src: url('MonotypeCorsiva.eot?#iefix') format('embedded-opentype'),  url('MonotypeCorsiva.woff') format('woff'), url('MonotypeCorsiva.ttf')  format('truetype'), url('MonotypeCorsiva.svg#MonotypeCorsiva') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {font-family:"QumpellkaNo12";src:url("QumpellkaNo12.eot?") format("eot"),url("QumpellkaNo12.woff") format("woff"),url("QumpellkaNo12.ttf") format("truetype"),url("QumpellkaNo12.svg#QumpellkaNo12") format("svg");font-weight:normal;font-style:normal;}
*
{
	margin: 0;
}
html
{ 
	background: rgb(255,255,255); 
}
html, body
{
	height: 100%;
}
body
{
	background-image: url('../images/page/body_background.png');
	background-repeat: no-repeat;
	background-size: 100% 464px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: rgb(0,0,0);
}
h1, h2
{
	display: block;
	font-size: 24px;
	color: rgb(81,81,81);
	margin: 10px 0 10px 0;
	line-height: 48px;
}
a
{
	color: rgb(64,132,14);
	text-decoration: none;
}
.button
{
	display: block;
	width: 83px;
	height: 21px;
	background: -webkit-linear-gradient(rgb(236,52,72), rgb(186,29,18)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(236,52,72), rgb(186,29,18)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(236,52,72), rgb(186,29,18)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(236,52,72), rgb(186,29,18)); /* Standard syntax */
	color: rgb(255,255,255);
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	border: 0;
	cursor: pointer;
}

.header
{
	display: block;
	width: 100%;
	height: 86px;
	margin: 0;
	background: rgb(255,255,255);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
	border: 7px solid rgb(64,132,14);
	border-width: 0 0 7px 0;
}
	.header .header-center
	{
		display: block;
		width: 960px;
		height: 86px;
		margin: 0 auto 0 auto;
	}
	.header .header-logo
	{
		display: block;
		float: left;
		width: 434px;
		height: 68px;
		padding: 9px 0 9px 0;
	}
		.header .header-logo a
		{
			display: block;
			margin: 0 auto 0 auto;
		}
			.header .header-logo a img
			{
				display: block;
				margin: 0 auto 0 auto;
			}
	.header .navigation
	{
			display: block;
			float: left;
			width: 500px;
			height: 86px;
			margin: 0 0 0 26px;
	}
		.header .navigation ul li
		{
			display: block;
			float: left;
			height: 86px;
			padding: 0 20px 0 20px;
			line-height: 86px;
		}
		.header .navigation ul li:first-child
		{
			background: none;
		}
			.header .navigation ul li:first-child img
			{
				display: block;
				margin: 5px 0 0 0;
			}
			.header .navigation ul li a
			{
				font-size: 16px;
				color: rgb(91,104,115);
				font-weight: 400;
				text-decoration: none;
				line-height: 24px;
			}
			.header .navigation ul li a.active
			{
				color: rgb(100,174,46);
			}

.page
{
	display: block;
	width: 930px;
	min-height: 720px;
	margin: 5px auto 10px auto;
	padding: 0;
}

.footer, .push
{
	height: 110px;
}
.footer
{
	background: url('../images/page/div_footer_background.png') left top repeat-x;
	display: block;
	width: auto;
	height: 585px;
}
	.footer .footer-form
	{
		display: block;
		background: rgb(64,132,14);
		width: 990px;
		height: 475px;
		margin: 0 auto 0 auto;
		padding: 25px 0 0 0;
	}
		.footer .footer-form header
		{
			display: block;
			background: url('../images/page/footer_header.png') left top no-repeat;
			color: rgb(255,255,255);
			text-align: center;
			font-size: 24px;
			margin: 0 0 25px 0;
		}
		.footer .footer-form p
		{
			display: block;
			color: rgb(255,255,255);
			text-align: center;
			font-size: 16px;
			line-height: 24px;
			margin: 0 0 15px 0;
		}
		.footer .footer-form .footer-form-left
		{
			display: block;
			width: 495px;
			float: left;
		}
			.footer .footer-form .footer-form-left input
			{
				width: 204px;
				height: 40px;
				background: rgb(102,157,62);
				border: 0px;
				border-radius: 5px;
				margin: 0 20px 0 0;
				padding: 0 15px 0 15px;
				color: rgb(255,255,255);
				font-size: 14px;
			}
			.footer .footer-form .footer-form-left input[type="submit"]
			{
				width: 150px;
				height: 40px;
				background: rgb(81,81,81);
				color: rgb(255,255,255);
				border: 0px;
				border-radius: 5px;
				margin: 10px 0 0 0;
				cursor: pointer;
			}
			.footer .footer-form .footer-form-left textarea
			{
				width: 460px;
				height: 150px;
				background: rgb(102,157,62);
				border: 0px;
				border-radius: 5px;
				margin: 10px 0 0 0;
				padding: 15px;
				color: rgb(255,255,255);
				font-size: 14px;
			}
		.footer .footer-form .footer-form-right
		{
			background: url('../images/page/map.png') center top no-repeat;
			display: block;
			width: 495px;
			height: 327px;
			float: left;
		}
	.footer .footer-copyright
	{
		display: block;
		width: 990px;
		height: 85px;
		margin: 0 auto 0 auto;
	}

.product-list
{
	display: block;
}
	.product-list .product-item
	{
		display: block;
		float: left;
		width: 280px;
		height: 270px;
		background: rgb(64,132,14);
		margin: 0 30px 30px 0;
	}
		.product-list .product-item a
		{
			display: block;
			float: left;
			width: 280px;
			height: 270px;
			text-decoration: none;
		}
			.product-list .product-item a span
			{
				display: block;
				color: rgb(255,255,255);
				line-height: 20px;
				padding: 0 10px 0 10px;
			}
			.product-list .product-item a span.title
			{
				font-weight: 700;
				font-size: 14px;
			}
			.product-list .product-item a span.comment
			{
				font-weight: 400;
				font-size: 12px;
			}

label.error
{
	color: rgb(255,204,0);
	text-align: left;
	font-weight: 400;
	font-style: italic;
	display: block;
	margin: 10px 0 0 0;
	line-height: 12px;
}
input.error,
textarea.error
{
	border: 1px solid rgb(255,204,0) !important;
}

.page-navigation-list
{
	display: block;
	float: left;
	width: 230px;
	min-height: 400px;
	margin: 0 20px 0 0;
}
	li.page-navigation-item ul li
	{
		display: block;
		border: 1px dashed rgb(91,104,115);
		border-width: 1px 0 0 0;
	}
	li.page-navigation-item:first-child
	{
		border-width: 0;
	}
		li.page-navigation-item a
		{
			display: block;
			font-size: 18px;
			line-height: 27px;
		}
		li.page-navigation-item ul li a
		{
			font-size: 16px;
			line-height: 24px;
		}
		li.page-navigation-item a.show-hide
		{
			font-weight: 700;
		}
		li.page-navigation-item ul.page-navigation-group
		{
			display: none;
			padding: 0 0 0 20px; 
		}
.page-content
{
	display: block;
	float: left;
	width: 680px;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	/*bottom: -30px;*/
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(255,255,255);
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px 2px #C9C9C9;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgb(64,132,14);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
