/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #646464;
}

body {
	margin: 0;
	font-size: 1em;
	line-height: 1.1;
	-webkit-font-smoothing: subpixel-rendering;
	-webkit-backface-visibility: hidden;
}
.empty-basket {
	font-size: 0.85em;
	line-height: 1.25;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

/* ===== Primary Styles ========================================================
   Author: ahules
   ========================================================================== */

iframe {
	-webkit-font-smoothing: antialiased !important;
}

iframe *{
	-webkit-font-smoothing: antialiased !important;
}

a {
	font-size: 12px;
}

a, a:visited, a:active {
	color: #c33300;
}

a:hover {
	text-decoration: none;
}

@font-face {
	font-family: Helvetica-condenced-normal;
	src: url(../fonts/helvetica.eot) /* нельзя использовать format() */;
}

@font-face {
	font-family: Helvetica-condenced-normal;
	src: url(../fonts/helvetica.otf) format("opentype");
	font-stretch: normal;
	font-weight: normal;
}

.rounding {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.js .js-hidden{
	display: none;
}
.no-js .js-hidden{
	display: block;
}

.button {
	display: inline-block;
	zoom: 1;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Helvetica, Arial, sans-serif;
	padding: 0.40em 2em .45em 0.5em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	font-weight: bold;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

/* orange */
.orange {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9457), to(#ff7221));
	background: -moz-linear-gradient(top, #ff9457, #ff7221);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff9457', endColorstr = '#ff7221');
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f88e11', endColorstr = '#f06015');
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f47a20', endColorstr = '#faa51a');
}

.orange:visited {
	color: #ffffff;
}

/* orange */

/* gray */
.gray {
	font-weight: normal;
	color: #fff !important;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888888', endColorstr = '#575757');
}

.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#757575', endColorstr = '#4b4b4b');
}

.gray:active {
	color: #fffeee !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#575757', endColorstr = '#888888');
}

.wrap {
	width: 960px;
	margin: 0 auto;
}

.sidebar {
	width: 225px;
	float: left;
	margin-right: 20px;
	min-height: 1px;
}

header .top {
	position: relative;
	height: 135px;
}

header .top .table {
	display: table;
	float: left;
	height: 100%;
}

header .top .logo {
	height: 100%;
	width: 225px;
	float: left;
	position: relative;
	margin-right: 20px;
}

header .top .logo img {
	position: absolute;
	top: 60px;
	left: 0;
}

header .top .social {
	position: absolute;
	right: 0;
	top: 25px;
}

header .top .social a img {
	width: 25px;
	height: 25px;
}

header .top .text {
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	font-family: Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	font-size: 24px;
	padding-top: 45px;
	line-height: 1;
}

header .top .search {
	margin-left: 65px;
	float: left;
	padding-top: 75px;

}

header .top .search form {
	position: relative;
}

.search_icon {
	display: block;
	cursor: pointer;
	background-color: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height: 23px;
	width: 23px;
	text-align: center;
}

.search_icon img {
	top: 1px;
	position: relative;
}

header .top .search .search_icon {
	position: absolute;
	top: 1px;
	right: 0;
	margin: 2px;
}

.styled_input_text, .styled_gray_input_text {
	padding: 6px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	/*box-shadow: 0 1px #C9C9C9;*/
	color: #646464;
	border-radius: 3px;
	font-size: 0.65em;
}

.styled_input_text {
	background: #fafafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f3f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f3f1f1));
	background: -webkit-linear-gradient(top, #fafafa 0%, #f3f1f1 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #f3f1f1 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #f3f1f1 100%);
	background: linear-gradient(to bottom, #fafafa 0%, #f3f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fafafa', endColorstr = '#f3f1f1', GradientType = 0);
	border: 1px solid #ffffff;
	font-size: 12px !important;
}

.styled_gray_input_text {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	font-size: 12px;
}

input.error,
textarea.error {
	border-color: red !important;
}

header .top .search .styled_input_text {
	width: 248px;
}

::-webkit-input-placeholder {
	color: #646464;
	font-weight: 100;
}

input:-moz-placeholder {
	color: #646464;
	font-weight: 100;
}

header .top .cart {
	position: absolute;
	right: 0;
	top: 75px;
}

header .cart .button {
	position: relative;
	padding: 5px 15px 5px 40px;
}

.cart .button img {
	position: absolute;
	left: 13px;
	top: 0;
}

/* =============================================================================
   header top nav
   ========================================================================== */

#header_nav {
	position: absolute;
	right: 100px;
	top: 25px;
}

#header_nav ul li {
	float: left;
	margin-left: 15px;
}

#header_nav ul li a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#header_nav ul li a:hover {
	text-decoration: underline;
}

/* =============================================================================
   Main nav
   ========================================================================== */

nav.main {
	/*overflow: hidden;*/
	float: left;
	width: 100%;
	*background-color: #FF8215;
	background-color: #FF8215;
	background-image: linear-gradient(bottom, rgb(242, 100, 18) 16%, rgb(255, 130, 21) 58%);
	background-image: -o-linear-gradient(bottom, rgb(242, 100, 18) 16%, rgb(255, 130, 21) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(242, 100, 18) 16%, rgb(255, 130, 21) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(242, 100, 18) 16%, rgb(255, 130, 21) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(242, 100, 18) 16%, rgb(255, 130, 21) 58%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(242, 100, 18)), color-stop(0.58, rgb(255, 130, 21)));
}

.fixed-nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}

nav.main ul li {
	float: left;
	display: block;
	position: relative;
}

nav.main > ul > li:hover,
nav.main > ul > li.active {
	background-image: linear-gradient(bottom, rgb(255, 130, 21) 16%, rgb(234, 80, 15) 58%);
	background-image: -o-linear-gradient(bottom, rgb(255, 130, 21) 16%, rgb(234, 80, 15) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(255, 130, 21) 16%, rgb(234, 80, 15) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(255, 130, 21) 16%, rgb(234, 80, 15) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(255, 130, 21) 16%, rgb(234, 80, 15) 58%);

	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(255, 130, 21)), color-stop(0.58, rgb(234, 80, 15)));
}

nav.main > ul > li > a {
	padding: 20px 15px;
	font-size: 0.85em;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

nav.main ul > li > a {
	display: block;
	padding: 20px 15px;
	font-size: 0.85em;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

nav.main > ul > li:first-child a {
	padding-left: 19px;
}

nav.main > ul > li:last-child a {
	padding-right: 19px;
}

nav.main ul li .sub_menu_wrapper {
	display: none;
	position: absolute;
	top: 55px;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1000;
}

nav.main ul li:hover .sub_menu_wrapper {
	/*display: block;*/
}

nav.main ul li .sub_menu {
	margin: 15px 0;
	padding-left: 25px;
	padding-right: 5px;
	float: left;
	background: url("../images/sub_menu-pattern.gif") repeat-y right;
	width: 178px;
}

nav.main ul li .sub_menu:last-child {
	background: none;
	margin-right: 0;
}

nav.main ul li .sub_menu li {
	float: left;
	width: 100%;
}

nav.main ul li .sub_menu li a {
	color: #ffffff;
	font-size: 0.75em;
	padding: 5px 0;
}

nav.main ul li .sub_menu li:hover {
	background: none;
}

nav.main ul li .sub_menu li:hover a,
nav.main ul li .sub_menu li:active a,
nav.main ul li .sub_menu li.active a {
	color: #FF8215;
}

/* =============================================================================
   Banners
   ========================================================================== */

.banners {
	margin-top: 20px;
	overflow: hidden;
	height: 280px;
}

.banners .item {
	width: 50%;
	height: 280px;
	float: left;
}

.banners .options {
	display: none;
}

.banners .loader {
	display: none;
}

.banners .slide-image {
	position: relative;
}

.banners .slide-image.current a {
	width: 480px;
	height: 280px;
	z-index: 13;
	display: block;
	position: absolute;
}

/*.banners .slide-image span {*/
/*display: none;*/
/*}*/

/* =============================================================================
   products-slider
   ========================================================================== */

.products-slider .flex-direction-nav,
.brands-slider .flex-direction-nav {
	display: none;
}

.products-slider,
.brands-slider {
	overflow: hidden;
	position: relative;
}

.products-slider .flexslider,
.brands-slider .flexslider {
	height: 100%;
	width: 900px;
	overflow: hidden;
}

.products-slider ul,
.brands-slider ul {
	list-style-type: none;
	width: 99999px;
	margin: 0;
	padding: 0;
}

.products-slider ul li,
.brands-slider ul li {
	float: left;
	text-align: center;
}

.products-slider .next,
.products-slider .prev,
.brands-slider .next,
.brands-slider .prev {
	position: absolute;
	width: 13px;
	height: 22px;
	display: block;
}

.products-slider .next {
	background: url(../images/products-slider-navs.png) top right no-repeat;
	right: 11px;
	top: 71px;
}

.products-slider .prev {
	background: url(../images/products-slider-navs.png) top left no-repeat;
	left: 11px;
	top: 71px;
}

.brands-slider .next {
	background: url(../images/brands-slider-navs.png) top right no-repeat;
	right: 11px;
	top: 16px;
}

.brands-slider .prev {
	background: url(../images/brands-slider-navs.png) top left no-repeat;
	left: 11px;
	top: 16px;
}

.products-slider {
	background: #fff;
	height: 170px;
	margin-top: 1px;
}

.products-slider .flexslider {
	margin: 15px auto;
}

.brands-slider .flexslider {
	margin: 2px auto;
}

.brands-slider {
	margin-top: 1px;
	background: #ebebeb;
	height: 54px;
}

.products-slider ul li {
	width: 150px;
}

.brands-slider ul li {
	width: 128px;
}

.products-slider ul li .image {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
}

.brands-slider-slider ul li {
	text-align: center;
}

.banner {
	margin: 20px auto;
	margin-bottom: 0;
}

.sidebar .shares {
	background-color: #f26412;
}

.sidebar .shares {
	background: #f26412 url("http://www.snaryaga.com.ua/css/sidebar-shares--bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #f26412;
	background: #f26412\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #FFf26412, endColorstr = #FFff8015);
	margin-bottom: 10px;
}

@media all and (min-width: 0px) {
	.sidebar .shares {
		background: #f26412 url("http://www.snaryaga.com.ua/css/sidebar-shares--bg.svg");
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f26412), to(#ff8015));
		background-image: -webkit-linear-gradient(top, #f26412, #ff8015);
		background-image: -moz-linear-gradient(top, #f26412, #ff8015);
		background-image: -o-linear-gradient(top, #f26412, #ff8015);
		background-image: linear-gradient(top, #f26412, #ff8015);
	}
}

.sidebar .news, .sidebar .shares, .sidebar .viewed {
	background-color: #ebebeb;
	padding: 10px 19px 19px 19px;
}

.sidebar .viewed {
	margin-top: 20px;
}
.sidebar .viewed ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.sidebar .viewed ul li .wrp{
	margin: 0 auto;
	width: 87px;
	height: 87px;
}

.sidebar .viewed ul li .border{
	border: 1px solid #cbcbcb;
	background: #fff;
	width: 85px;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sidebar .viewed ul li {
	width: 50%;
	margin-top: 10px;
	float: left;
}

.sidebar .news .title {
	line-height: 1;
}

.sidebar .shares .title {
	line-height: 1;
	color: #fff;
}

.sidebar .shares .list li a,
.sidebar .shares .list li a:active,
.sidebar .shares .list li a:visited {
	color: #fff;
}

.sidebar .news .list,
.sidebar .shares .list {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.sidebar .news .list li img,
.sidebar .shares .list li img {
	margin-bottom: 13px;
}

.sidebar .news .list li {
	padding: 15px 0;
	background: url(../images/news-list-pattern.gif) repeat-x bottom;
}

.sidebar .shares .list li {
	padding: 15px 0;
	background: url(../images/shares-list-pattern.gif) repeat-x bottom;
}

.sidebar .news .list li:last-child,
.sidebar .shares .list li:last-child {
	background: none;
	padding-bottom: 0;
}

.sidebar .shares .list li:first-child,
.sidebar .news .list li:first-child {
	padding-top: 0;
}

.sidebar .news .list li a {
	font-size: 12px;
}

.sidebar .news .date,
.sidebar .shares .date {
	color: #646464;
	font-size: 11px;
	/*margin-left: 5px;*/
}

.sidebar .shares .date {
	color: #c33300;
}

.items-bottom {
	background: #fff;
	padding: 45px 19px 25px 19px;
	overflow: hidden;
}

.pagination .button {
	float: left;
	padding: 0.5em 0.7em;
}

.pagination .button.fixed {
	width: 29px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.items-bottom .description {
	margin-left: 15px;
	float: left;
	font-size: 11px;
	line-height: 1.3;
	color: #afafaf;
}

/* =============================================================================
   content
   ========================================================================== */

.two-column .content {
	width: 715px;
	min-height: 200px;
	float: left;
}


.sidebar > div:last-child,
.sidebar > section:last-child {
	margin-bottom: 0;
}

.two-column .content .tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.two-column .content .tabs li {
	background-color: #646464;
	width: 232px;
	margin-right: 1px;
	float: left;
}

.two-column .content .tabs li a,
.two-column .content .tabs li a:visited,
.two-column .content .tabs li a:active {
	color: #969696;
	display: block;
	font-family: Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	font-size: 28px;
	line-height: 42px !important;
	padding-left: 19px;
	text-decoration: none;
	position: relative;
	top: 3px;
}

.two-column .content .tabs li.active {
	background: #fff;
}

.two-column .content .tabs li:last-child {
	width: 249px;
	margin-right: 0;
}

.two-column .content .tabs li.active a {
	color: #323232;
}

/* =============================================================================
   Full item
   ========================================================================== */

.panel {
	background-color: #ebebeb;
}

.panel .title {
	background-color: #ebebeb;
	padding: 10px 19px;
	margin: 15px 0 10px 0;
	font: 36px Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	display: block;
}

.content .search {
	height: 100%;
}

.full-item .content,
.content .search,
.page article .text,
.basket .content {
	padding: 19px;
	background-color: #ffffff;
	overflow: hidden;
}

.full-item .main-photo a img {
	max-width: 451px;
	max-height: 451px;
}

.full-item .main-photo {
	border: 1px solid #ebebeb;
	width: 453px;
	height: 453px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.full-item .main-photo .zoom-icon {
	position: absolute;
	top: 423px;
	right: 8px;
	z-index: 999;
	cursor: pointer;
}

.full-item .previews {
	margin: 0 0 0 -5px;
	padding: 0;
	width: 460px;
	overflow: hidden;
}

.full-item .previews li.photo {
	margin: 5px 0 0 5px;
	cursor: pointer;
	display: block;
	float: left;
	overflow: hidden;
}

.full-item .previews li.photo .bord {
	border: 1px solid #ebebeb;
	width: 85px;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.full-item figure {
	float: left;
	margin-right: 19px;
}

.full-item .description {
	float: left;
	width: 445px;
	position: relative;
}

.full-item .description .free-ship {
	position: absolute;
	right: -4px;
	top: 0;
}

.full-item .feature {
	line-height: 32px;
	/*border: 1px solid #000;*/
}

.full-item .feature .title {
	width: 100px;
	font-size: 12px;
	color: #646464;
	display: table-cell;
}

.full-item .feature .value {
	font-size: 12px;
	color: #000;
	display: table-cell;
}

.full-item .info {
	margin-bottom: 20px;
	min-height: 80px;
}

.full-item .cart {
	float: left;
}

.full-item .cart .button {
	padding: 0.5em 1.55em .55em 3em;
	position: relative;
}

.full-item .cart .button img {
	top: 3px;
}

.full-item .cart-line {
	margin-bottom: 30px;
}

.full-item .cart-line .price-container {
	padding-left: 157px;
}

.full-item .social {
	padding: 5px 0;
}

.full-item .description .text {
	margin-top: 30px;
	line-height: 1.25;
}

.full-item .description .text .title {
	font-family: Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	font-size: 1.75em;
	color: #323232;
}

.full-item .description .text div {
	color: #646464;
	font-size: 0.75em;
}

.full-item .description .text p {
	margin-bottom: 10px;
}

.dotted-line {
	height: 1px;
	background: url('../images/news-list-pattern.gif') repeat-x;
}

/* =============================================================================
   Products list articles
   ========================================================================== */

.items {
	padding-left: 19px;
	background-color: #fff;
	/*margin-bottom: 45px;*/
}

.items .item {
	height: 325px;
	width: 213px;
	float: left;
	margin: 19px 19px 0 0;
}

.items .item .title {
	margin: 5px 0;
}

.items .item .image {
	height: 215px;
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
}

.items .item .image .image-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 215px;
	width: 213px;
}

.items .item .image-wrap img {
	max-width: 213px;
	max-height: 213px;
}

.items .item .price,
.full-item .price {
	background-color: #ebebeb;
	font-size: 1em;
	line-height: 30px;
}

.items .item .price .current,
.full-item .price .current {
	float: left;
	min-width: 80px;
	background-color: #646464;
	color: white;
	z-index: 2;
	margin-right: 5px;
	padding: 0 5px;
	text-align: center;
}

.items .item .price .old-price,
.full-item .price .old-price {
	background-color: #ff6c00;
	color: #fff;
	z-index: 1;
	text-decoration: line-through;
	font-size: 0.85em;
}

.items .item .price .new,
.full-item .price .new {
	background-color: #b1c100;
	color: #fff;
	z-index: 1;
	font-size: 0.85em;
}

.items .item .empty .empty,
.full-item .empty .empty {
	color: #afafaf;
	z-index: 1;
	font-size: 0.85em;
}

.items .item .empty .current,
.full-item .empty .current {
	background-color: #c8c8c8;
}

.items .item .title a {
	font-size: 14px;
}

.items .item .info {
	font-size: 11px;
	color: #646464;
}

.items .item .image .shadow {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	position: absolute;
	top: 0;
	left: 0;
}

.items .item .image-wrap:hover .shadow {
	display: block;
	opacity: 0.4;
	cursor: pointer;
}

footer.wrap .container {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 19px 0 19px 19px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

footer.wrap .container .block-left {
	margin-right: 39px;
	float: left;
	position: relative;
	height: 290px;
	width: 206px;
}

footer.wrap .container .block {
	margin-right: 19px;
	float: left;
	position: relative;
	height: 290px;
	width: 213px;
}

footer.wrap .container .block .bottom-data,
footer.wrap .container .block-left .bottom-data{
	position: absolute;
	bottom: 0;
	left: 0;
}

footer.wrap .bottom {
	margin: 1px 0 24px 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #969696;
	font-size: 0.6875em;
	line-height: 32px;
	padding-left: 19px;
}

footer.wrap .container .name {
	font: 1.50em Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	color: #fff;
}

footer.wrap .container .text {
	margin-top: 15px;
	font-size: 0.75em;
	color: #969696;
}

.sidebar .title {
	font-family: Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	font-size: 28px;
}

/**zoom plugin*/
.cloud-zoom-lens {
	border: 1px solid #ebebeb;
	margin: -1px;
	background-color: #fff;
	cursor: move;
}

.cloud-zoom-title {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0;
}

.cloud-zoom-big {
	border: 1px solid #ccc;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 453px;
	min-height: 453px;
	background-color: #ffffff;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

/**zoom plugin*/

.sidebar .filter {
	background-color: #ebebeb;
}

.sidebar .filter form label {
	display: block;
	color: #6e6e6e;
	margin-bottom: 10px;
	font-size: 0.75em;
}

.filter .checkbox {
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: url(../images/checkbox.png) no-repeat;
	cursor: pointer;
}

.filter .checkbox.checked {
	background-position: -17px 0;
}

.filter ul {
	padding: 0 0 10px 0;
	margin: 0 0 16px 0;
	list-style-type: none;
	background: url(../images/news-list-pattern.gif) bottom left repeat-x;
}

.filter ul li {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
}

.filter {
	padding: 19px;
}

.filter ul li a {
	color: #c33300;
	font-size: 0.75em;
	text-decoration: underline;
	margin-left: 5px;
}

.filter ul li a.disabled {
	color: #989898;
}

.order-form {
	width: 458px;
	float: left;
	margin-right: 19px;
}

.order-form .form-wraper {
	margin-top: 20px;
}

.order-form .label {
	float: left;
	display: block;
	width: 150px;
}

.order-form .label label {
	line-height: 2em;
	font-size: 0.85em;
	margin-top: 1px;
}

.order .name,
.order-form .name {
	font: 1.75em Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
}

.order-form .input {
	margin-left: 150px;
}

.order-form .input input {
	width: 275px;
}

.order-form .row {
	float: left;
	margin-bottom: 20px;
}

.filter  .styled_input_text {
	width: 120px;
}

.filter .search-inp {
	width: 130px;
	position: relative;
}

.filter .search-inp .search_icon {
	position: absolute;
	bottom: 2px;
	right: 0px;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/*@media only screen and (min-width: 105em) {*/
body.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '.myBackground.jpg', sizingMethod = 'scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

/*}*/

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.order {
	width: 445px;
	float: left;
}

.order .img {
	vertical-align: middle;
	display: table-cell;
	height: 105px;
}

.order .products {
	margin: 19px 0 0 0;
	padding: 1px 0 0 0;
	background: url("../images/news-list-pattern.gif") repeat-x top left;
	list-style-type: none;
}

.order .products li {
	background: url("../images/news-list-pattern.gif") repeat-x bottom left;
	padding-bottom: 1px;
}

.order .products .small-product {
	display: table-row;
}

.order .products .product-name {
	width: 140px;
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1.2;
}

.order .products .delete {
	margin-right: 15px;
	cursor: pointer;

}

.order .products .preview {
	margin-right: 15px;
}

.order .products .count {
	display: table-cell;
	width: 55px;
	vertical-align: middle;
	padding-right: 15px;

}

.order .products .price {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.85em;
	text-align: center;
	width: 83px;
}

.deliver {
	margin: 15px 0;
	overflow: hidden;
	font-size: 0.75em;
}

.deliver .price {
	float: right;
	/*font-size: 14px !important;*/
}

.code {
	background: url("../images/news-list-pattern.gif") repeat-x bottom left;
	line-height: 3.6;
	overflow: hidden;
	font-size: 0.75em;
}
.code .input {
	float: right;
}
.code .input input{
	width: 115px;
}

.to-pay {
	background-color: #ebebeb;
	font-size: 1em;
	line-height: 2.5em;
	padding-left: 10px;
}

#cboxLoadedContent .to-pay {
	background-color: #ffffff;
}

.to-pay .price {
	color: #ffffff;
	float: right;
	background-color: #646464;
	padding: 0 20px 0 30px;
	min-width: 75px;
	text-align: center;
}

.buy {
	margin-top: 20px;
	float: right;
}

.speed-buy {
	margin-top: 20px;
	float: left;
}

.buy .button {
	padding: 0.40em 2.60em .45em 2.60em;
}

.errorMessage {
	padding-left: 150px;
	color: #d63232;
	font-size: 11px;
	margin-top: 5px;
}

.page article .text {
	font-size: 0.75em;
	line-height: 1.25;
}

.page article .text p {
	margin: 0 0 5px 0;
	line-height: 1.25;
}

.page article .text p:last-child {
	margin: 0;
}

.news .pagination {
	overflow: hidden;
	margin-top: 19px;
}

.news {
	background: #ffffff;
	padding: 19px;
}

.news-list article.news-item {
	margin: 1em 0;
}

.news-list article.news-item:first-child {
	margin-top: 0;
}

.news-list article.news-item:last-child {
	margin-bottom: 0;
}

.news-list article.news-item .title {
	display: block;
	overflow: hidden;
}

.news-list article.news-item .title a {
	color: #c33300;
	font-size: 0.85em;
}

.news-list article.news-item .image {
	float: left;
	margin-right: 1em;
	overflow: hidden;
	width: 187px;
	height: 130px;
}

.news-section span.date {
	font-size: 11px;
	font-weight: bold;
}

.text span.date {
	display: block;
	margin-bottom: 15px;
}

.news-list article.news-item div.desc {
	margin-top: 1em;
	font-size: 0.75em;
	line-height: 1.25;
}

.feedback {
	z-index: 5;
	float: right;
	position: relative;
	right: -353px;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;

}

.text-form {
	z-index: 5;
	position: absolute;
	right: -41px;
	top: 150px;
	/*top: 100px;*/
	background: #fefefe;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topRight: 0;
	-khtml-top-right-radius: 0;

	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topLeft: 0;
	-khtml-top-left-radius: 0;

	border-top: none;
	padding: 5px 10px;
	transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	cursor: pointer;
}

.text-form:hover {
	color: #000000;
	background-color: #dedede;
	border-color: #000000;
}

.active-button {
	right: 311px;
}

.active-form {
	right: 0;
}

.row label {
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}

.row {
	margin-bottom: 10px;
}

.row .styled_gray_input_text {
	width: 300px;
}

.row textarea {
	height: 60px;
}

.row .button {
	padding: 0.40em 0.5em;
	float: right;

}

.main-container {
	margin-top: 20px;
}

.sidebar label {
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.subs-list, .brands-list {
	list-style-type: none;
	margin: 0;
	background: #ffffff;
	overflow: hidden;
	padding: 19px;
}
.subs-list li{
	width: 169px;
	min-height: 165px;
}
.brands-list li{
	width: 135px;
}

.subs-list li,
.brands-list li {
	float: left;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
}

.subs-list li .image,
.brands-list li .image {
	text-align: center;
	margin-bottom: 10px;
}
.subs-list li .image img{
	width: 120px;
	height: 120px;
}
.brands-list li .image img{
	width: 120px;
	height: 50px;
}

.subscribe-price {
	float: right;
	line-height: 36px;
	padding: 10px 19px;
}

.subscribe-price a {
	color: #afafaf;
	text-decoration: none;
}

.subscribe-price img {
	vertical-align: middle;
	margin: -1px 5px 0 0;
}

.subscribe-price .price img {
	margin-left: 10px;
}


.diving-suite .row label {
	font-size: 12px;
	display: block;
	margin: 7px 0 0 0;
	float: left !important;
	width: 150px;
}

.clearfix .errorMessage{
	clear: both;
}

.diving-suite .row {
	margin-bottom: 20px;
}

.diving-suite .row .desc {
	color: #a6a6a6;
	margin: 5px 100px 10px 150px;
	font-size: 10px;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* Black prints faster: h5bp.com/s */
	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	/* h5bp.com/t */
	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}


.items-bottom .fixed {
	padding: 0.40em 0.45em .45em 0.5em !important;
}

.info-icons {
	margin-top: 15px;
	border: 1px solid #ebebeb;
	width: 453px;

	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomRight: 15px;
}

.info-icons ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.info-icons ul li {
	float: left;
	width: 36%;
	font-size: 11px;
	vertical-align: middle;
	color: #c33300;
}

.info-icons ul li img{
	width: 50px;
	float: left;
	margin: 2px 1px;
	cursor: pointer;
}

.info-icons ul li span{
	position: relative;
	top: 15px;
	cursor: pointer;
}

footer.wrap .container .block.small-height,
footer.wrap .container .block-left.small-height {
	height: 210px;
}

footer .footer-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 495px;
}

footer .footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table;
}

footer .footer-menu ul li {
	width: 165px;
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	padding-left: 20px;
	line-height: 1.2em;
}

footer .footer-menu ul li a{
	color: #d6d2d1;
	text-decoration: none;
	border-bottom: 1px dashed #d6d2d1;
}

footer .footer-menu ul li a:hover{
	border-bottom: none;
}


.info-title {
	background: url("../images/icon-info.png") no-repeat;
	background-size: contain;
	padding-left: 20px;
	text-decoration: none;
	top: 10px;
	font-size: 14px;
}

.sidebar .viewed {
	margin-top: 0;

}
.content .interest .items-container .items .item{
	margin: 10px 19px 9px 0;
}
.content .interest .items-container .items{
	background: none !important;
}
.content .interest {
	background: #EBEBEB;
	padding: 10px 0 19px 0;
}
.interest .ititle{
	font-family: Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
	font-size: 28px;
	display: block;
	margin-left: 19px;
}

.content-right {
	text-align: right;
}

.content-right .button {
	display: inline-block;
}

.forum-btn {
	margin: 15px 0;
}

.mismatch_price {
	float: right;
	margin-top: 5px;
	font: 13px Helvetica-condenced-normal, Helvetica, tahoma, arial, sans-serif;
}

.styled_gray_select{width:255px;}