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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* font-family: "LiberationSansRegular"; */
@font-face {
	font-family: "LiberationSansRegular";
	src: url("../fonts/LiberationSansRegular/LiberationSansRegular.eot");
	src: url("../fonts/LiberationSansRegular/LiberationSansRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/LiberationSansRegular/LiberationSansRegular.woff") format("woff"),
	url("../fonts/LiberationSansRegular/LiberationSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "LiberationSansBold"; */
@font-face {
	font-family: "LiberationSansBold";
	src: url("../fonts/LiberationSansBold/LiberationSansBold.eot");
	src: url("../fonts/LiberationSansBold/LiberationSansBold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/LiberationSansBold/LiberationSansBold.woff") format("woff"),
	url("../fonts/LiberationSansBold/LiberationSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "LiberationSansItalic"; */
@font-face {
	font-family: "LiberationSansItalic";
	src: url("../fonts/LiberationSansItalic/LiberationSansItalic.eot");
	src: url("../fonts/LiberationSansItalic/LiberationSansItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/LiberationSansItalic/LiberationSansItalic.woff") format("woff"),
	url("../fonts/LiberationSansItalic/LiberationSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "LiberationSansBoldItalic"; */
@font-face {
	font-family: "LiberationSansBoldItalic";
	src: url("../fonts/LiberationSansBoldItalic/LiberationSansBoldItalic.eot");
	src: url("../fonts/LiberationSansBoldItalic/LiberationSansBoldItalic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/LiberationSansBoldItalic/LiberationSansBoldItalic.woff") format("woff"),
	url("../fonts/LiberationSansBoldItalic/LiberationSansBoldItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


div, article, section, aside, header, footer {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-family: "LiberationSansBold", sans-serif;
}
i, em {
	font-family: "LiberationSansItalic", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
a:active,
a:focus,
a:hover {
	text-decoration: none;
}
input[type=text],
input[type=submit],
input[type=image],
input[type=password],
input[type=email],
textarea {
	-webkit-appearance: none;
}
textarea,
input[type=submit],
input[type=text] {
	font-family: "LiberationSansRegular", sans-serif;
}
textarea:focus,
button:focus,
a:focus,
input:focus {
	outline: none;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "LiberationSansRegular", sans-serif;
}



.block {
	/*width: 1020px;*/
	width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}



.topbar-wrap {
	background: #f2f2f2;
}
.topbar {
	overflow: hidden;
}
.topbar-menu-btn {
	padding: 13px 10px 11px 0;
	overflow: hidden;
	float: left;
	max-width: 750px;
	border-right: 1px solid #dadada;
	display: none;
}
.topbar-menu-btn:hover {
	opacity: 0.8;
}
.topbar-search-btn {
	padding: 13px 10px 7px 10px;
	overflow: hidden;
	float: left;
	max-width: 750px;
	border-right: 1px solid #dadada;
	display: none;
}
.topbar-search-btn:hover {
	opacity: 0.8;
}
.topbar ul {
	padding: 14px 0 8px;
	overflow: hidden;
	float: left;
	max-width: 750px;
	margin-bottom: 0;
}
.topbar ul li {
	float: left;
	padding: 0 13px 5px 0;
	margin: 0 9px 0 0;
	position: relative;
	font-size: 13px;
}
.topbar ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.topbar ul li:after {
	width: 1px;
	height: 13px;
	top: 0;
	right: 0px;
	background: #dcdcdc;
	display: block;
	position: absolute;
	content: "";
}
.topbar ul li:last-child:after {
	display: none;
}
.topbar ul li a {
	display: block;
	color: #545454;
}
.topbar ul li a:hover {
	color: #5c32a6;
}
.auth {
	float: right;
	overflow: hidden;
	text-align: right;
	padding: 13px 0 8px;
	max-width: 300px;
	margin-bottom: 0;
}
.login {
	vertical-align: top;
	display: inline-block;
	padding: 1px 0 5px 22px;
	background: url(../img/login.png) no-repeat left 2px;
	font-size: 13px;
	color: #5c32a6;
}
.login:hover {
	text-decoration: underline;
}
.signup {
	vertical-align: top;
	display: inline-block;
	padding: 1px 0 5px 30px;
	background: url(../img/signup.png) no-repeat 12px 2px;
	font-size: 13px;
	color: #5c32a6;
	position: relative;
	margin: 0 0 0 10px;
}
.signup:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 13px;
	content: "";
	display: block;
	background: #d8d8d8;
}
.signup:hover {
	text-decoration: underline;
}
.profile {
	vertical-align: top;
	display: inline-block;
	padding: 1px 0 5px 22px;
	background: url(../img/profile.png) no-repeat left 2px;
	font-size: 13px;
	color: #5c32a6;
}
.profile:hover {
	text-decoration: underline;
}
.exit {
	vertical-align: top;
	display: inline-block;
	padding: 1px 0 5px 30px;
	background: url(../img/exit.png) no-repeat 12px 3px;
	font-size: 13px;
	color: #5c32a6;
	position: relative;
	margin: 0 0 0 10px;
}
.exit:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 13px;
	content: "";
	display: block;
	background: #d8d8d8;
}
.exit:hover {
	text-decoration: underline;
}



.header {
	padding-bottom: 2px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #838383;
}
.header:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.logo-wrap {
	overflow: hidden;
	display: block;
	width: 309px;
	margin: 39px 0 0;
	min-height: 65px;
	color: #838383;
	float: left;
	font-size: 14px;
}
.logo {
	padding: 3px 0 0;
	font-family: "LiberationSansBold", sans-serif;
	line-height: 110%;
	font-size: 22px;
	color: #636363;
	width: 144px;
	float: left;
}
.slogan {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	border-left: 3px solid #5c32a6;
	line-height: 110%;
	width: 160px;
}
.logo-wrap:hover {
	color: #5c32a6;
}
.logo-wrap:hover .logo {
	color: #5c32a6;
}
.logo-wrap:hover .slogan {
	color: #5c32a6;
}
.search {
	float: left;
	margin: 40px 0 0;
	position: relative;
}
.search input[type=text] {
	font-family: "LiberationSansItalic", sans-serif;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.1);
	padding: 3px 25px 0 13px;
	box-sizing: border-box;
	width: 229px;
	height: 28px;
}
.search input[type=image] {
	box-sizing: border-box;
	background: #5c32a6;
	border-radius: 2px;
	padding: 4px;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 8px;
	top: 3px;
	transition: all 0.2s;
}
.search input[type=image]:hover {
	background: #310062;
}
table.title-search-result td.title-search-item a {
	vertical-align: middle;
}
table.title-search-result td.title-search-item img {
	vertical-align: middle;
}
div.title-search-result th {
	display: none;
}
table.title-search-result td.title-search-item b {
	color: #5c32a6;
	vertical-align: middle;
}
table.title-search-result td.title-search-more a {
	padding-left: 5px;
	padding-right: 15px;
	text-decoration: none;
	color: #5c32a6;
}
.cart {
	float: right;
	min-width: 167px;
	margin: 36px 0 0 0;
	padding: 0 0 0 67px;
	background: url(../img/cart.png) no-repeat 22px 3px;
	font-size: 14px;
	color: #838383;
}
.cart a {
	display: block;
	padding: 0 0 4px;
	text-decoration: underline;
	color: #5c32a6;
}
.cart a:hover {
	text-decoration: none;
}
.cart p {
	color: #838383;
}
.phone {
	float: right;
	font-family: "LiberationSansBold", sans-serif;
	font-size: 18px;
	color: #525252;
	margin: 45px 0 0 0;
}
.phone b {
	display: inline-block;
	padding: 0px 0 0 23px;
	background: url(../img/phone.png) no-repeat left 4px;
	color: #5c32a6;
}
.header nav {
	clear: both;
	margin: 0 0 20px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.11);
	background: #fff;
	background: linear-gradient(#fff 0%, #f5f5f5 100%);
}
.header nav:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.header nav ul {
	display: table-row;
}
.header nav ul:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.header nav ul li {
	display: table-cell;
	width: 1000px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	font-family: "LiberationSansBold", sans-serif;
	white-space: nowrap;
	text-align: center;
	/*float: left;*/
}
.header nav ul li a {
	display: block;
	padding: 13px 3px 12px;
	border-top: 1px solid #f5f5f5;
	color: #545454;
	position: relative;
	transition: all 0.2s;
}
.header nav ul li a:hover {
	color: #5c32a6;
	text-decoration: none;
}
.header nav ul li.active a {
	background: #5c32a6;
	color: #fff;
	border-top: 1px solid #310062;
	box-shadow: inset 0 2px 5px 1px #310062;
}
.header nav ul li a:after {
	display: block;
	left: 0;
	height: 11px;
	width: 1px;
	background: #dbdbdb;
	content: "";
	position: absolute;
	top: 50%;
	margin: -5px 0 0;
}
.header nav ul li.active a:after {
	display: none;
}
.header nav ul li.active + li a:after {
	display: none;
}
.header nav ul li:first-child a:after {
	display: none;
}





.slider-f {
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.slider-f:after {
	content: "";
	display: block;
	position: absolute;
	top: 75%;
	width: 100%;
	left: 0;
	height: 131px;
	z-index: 10;
	background: url(../img/shadow.png) no-repeat center top;
	background-size: 94% 100%;
	margin-top: -40px;
}
.slides-f {
	max-height: 290px;
	z-index: 15;
	background: #f2f2f2;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	width: 1200%;
	margin-left: -1000px;
}
.slider-f .flex-viewport ul li {
	overflow: hidden;
	position: relative;
	width: 1000px;
	float: left;
	display: block;
	width: 1000px;
	float: left;
	display: block;
}
.slider-f-caption {
	position: absolute;
	height: 100%;
	width: 30%;
	line-height: 290px;
	right: 0;
	top: 0;
	z-index: 25;
}
.slider-f-caption > div {
	vertical-align: middle;
	display: inline-block;
	font-size: 23px;
	line-height: 120%;
}
.slider-f-caption h3 {
	margin: 0 0 15px;
	font-size: 41px;
}
.slider-f-caption p {
	line-height: 120%;
}
.slider-f-caption .slider-f-link {
	display: inline-block;
	position: relative;
	background: #5c32a6;
	border-radius: 3px 0 0 3px;
	padding: 0 21px;
	font-size: 17px;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.slider-f-caption .slider-f-link:after {
	position: absolute;
	content: "";
	display: block;
	left: 100%;
	top: 50%;
	margin: -18px 0 0;
	border-left: 18px solid #5c32a6;
	border-right: 18px solid rgba(0,0,0,0);
	border-top: 18px solid rgba(0,0,0,0);
	border-bottom: 18px solid rgba(0,0,0,0);
}
.slider-f-caption .slider-f-link:hover {
	background: #310062;
	text-decoration: none;
}
.slider-f-caption .slider-f-link:hover:after {
	border-left: 18px solid #310062;
}
.slider-f-img {
	max-width: 1000px;
	display: block;
	width: 100%;
	height: auto;
}
.slider-f .flex-control-nav {
	z-index: 20;
	background: none;
	position: absolute;
	right: 72px;
	overflow: hidden;
	text-align: right;
	bottom: 65px;
}
.slider-f .flex-control-nav li {
	display: inline-block;
}
.slider-f .flex-control-nav li a {
	display: block;
	border-radius: 20px;
	width: 11px;
	transition: all 0.2s;
	height: 11px;
	border: 2px solid #5c32a6;
	text-indent: 100%;
	white-space: nowrap;
	background: none;
	box-shadow: none;
	overflow: hidden;
}
.slider-f .flex-control-nav li a:hover {
	background: #5c32a6;
}
.slider-f .flex-control-nav li a.flex-active {
	background: #5c32a6;
}




.main {
	overflow: hidden;
	padding-bottom: 60px;
	position: relative;
	z-index: 20;
	padding-top: 10px;
	font-size: 13px;
	line-height: 150%;
	color: #575757;
}
.main:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.sidebar {
	padding: 0;
	float: left;
	width: 224px;
}
.sidebar ul {
	border-radius: 3px;
	overflow: hidden;
}
.sidebar ul li {
	position: relative;
}
.sidebar ul li:after {
	display: block;
	content: "";
	right: 12px;
	width: 7px;
	height: 8px;
	margin: -4px 0 0;
	top: 50%;
	background: url(../img/arrow-right.svg) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	position: absolute;
}
.sidebar ul li a {
	color: #717171;
	display: block;
	padding: 13px 22px 8px 32px;
	font-size: 13px;
	background: linear-gradient(#ffffff 0%, #f9f9f9 50%, #f5f5f5 100%);
}
.sidebar ul li.active a {
	background: #5c32a6;
	box-shadow: inset 0 2px 10px 0 rgba(0,0,0,0.5);
	color: #fff !important;
	box-shadow: inset 0 2px 5px 1px #310062;
}
.sidebar ul li.active:after {
	background: url(../img/list1.png) no-repeat left bottom;
}
.sidebar ul li a:hover {
	color: #5c32a6;
}
.sidebar ul li ul {
	display: none;
}
.content {
	float: right;
	width: 940px;
	padding: 3px 0 0;
	font-size: 13px;
	line-height: 150%;
	color: #575757;
}
.main p {
	margin: 0 0 15px;
}
.main h1 {
	padding: 0 0 23px;
	font-size: 16px;
	color: #575757;
}
.main h2 {
	padding: 0 0 23px;
	font-size: 16px;
	color: #575757;
}
/*.main table td {
	border: 1px solid #dbdbdb;
	padding: 5px 7px;
}*/
.main ul {
	margin: 0 0 15px;
}
.main a {
	text-decoration: none;
	color: #5c32a6;
}
.main a:hover {
	text-decoration: underline;
}
.front-tabs {
	overflow: hidden;
}
.front-tabs li {
	float: left;
	margin: 0 10px 10px 0;
}
.front-tabs li a {
	display: block;
	padding: 7px 15px;
	border: 1px solid rgba(0,0,0,0);
}
.front-tabs li a:hover {
	text-decoration: none;
	border: 1px solid #5c32a6;
}
.front-tabs li a.active {
	text-decoration: none;
	border: 1px solid #5c32a6;
}
.prods-f {
	overflow: hidden;
	margin: 0 0 22px;
	text-align: center;
}
.prod-f {
	width: 171px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	padding: 5px 5px 5px;
	margin: 0 21px 21px 0;
	font-size: 14px;
	/*min-height: 230px;*/
	text-align: center;
}
.prod-fs.bx_catalog_list_home .bx_catalog_item_controls {
	opacity: 1;
}
.prod-f:nth-child(5n+1) {
	clear: left;
}
.prod-f:nth-child(5n) {
	margin-right: 0;
}
.prod-f-img {
	display: block;
	height: 136px;
	/*line-height: 100px;*/
	text-align: center;
	margin: 0 0 8px;
}
.prod-f-img img {
	/*display: inline-block;*/
	vertical-align: middle;
	max-height: 100%;
}
.prod-f-img:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.prod-f-img {
	text-align: center;
	transition: all 0.2s;
}
.prod-f-img a {
	text-align: center;
}
.prod-f-img > a > img {
	max-height: 500px;
	width: auto;
	height: auto;
}
.prod-f-img:hover {
	opacity: 0.9;
}
.prod-f h3 {
	font-size: 14px;
	min-height: 41px;
	line-height: 130%;
	padding: 0 0 5px;
}
.prod-f h3 a {
	color: #5c32a6;
	text-decoration: underline;
}
.prod-f h3 a:hover {
	text-decoration: none;
}
.prod-f-price {
	display: inline-block;
	text-align: left;
	line-height: 130%;
	font-size: 14px;
	font-family: "LiberationSansBold", sans-serif;
	/*min-height: 40px;*/
	padding: 0 0 10px;
	margin: 0 !important;
	color: #323232;
}
.prod-f-price-new {
	color: #da1c1c;
}
.prod-f-price del {
	margin: 2px 0 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
}
.prods-r {
	overflow: hidden;
	margin: 0 0 22px;
	text-align: center;
}
.prod-r {
	width: 171px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	padding: 5px 5px 5px;
	margin: 0 36px 36px 0;
	font-size: 14px;
	/*min-height: 230px;*/
	text-align: center;
}
.prod-rs.bx_catalog_list_home .bx_catalog_item_controls {
	opacity: 1;
}
.prod-r:nth-child(5n+1) {
	clear: left;
}
.prod-r:nth-child(5n) {
	margin-right: 0;
}
.prod-r-img {
	display: block;
	height: 136px;
	/*line-height: 100px;*/
	text-align: center;
	margin: 0 0 8px;
	transition: all 0.2s;
}
.prod-r-img img {
	/*display: inline-block;*/
	vertical-align: middle;
	max-height: 100%;
}
.prod-r-img:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.prod-r-img {
	text-align: center;
}
.prod-r-img > a > img {
	max-height: 500px;
	width: auto;
	height: auto;
}
.prod-r-img:hover {
	opacity: 0.9;
}
.prod-r h3 {
	font-size: 14px;
	min-height: 41px;
	line-height: 130%;
	padding: 0 0 5px;
}
.prod-r h3 a {
	color: #5c32a6;
	text-decoration: underline;
}
.prod-r h3 a:hover {
	text-decoration: none;
}
.prod-r-price {
	display: inline-block;
	text-align: left;
	line-height: 130%;
	margin: 0 !important;
	padding: 0 0 10px;
	font-size: 14px;
	font-family: "LiberationSansBold", sans-serif;
	/*min-height: 40px;*/
	color: #323232;
}
.prod-r-price-new {
	color: #da1c1c;
}
.prod-r-price del {
	margin: 2px 0 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
}
.prods {
	overflow: hidden;
	margin: 0 0 22px;
	text-align: center;
}
.prod {
	width: 171px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	padding: 5px 5px 5px;
	margin: 0 21px 21px 0;
	font-size: 14px;
	/*min-height: 230px;*/
	text-align: center;
}
.prods.bx_catalog_list_home .bx_catalog_item_controls {
	opacity: 1;
}
.prod:nth-child(5n+1) {
	clear: left;
}
.prod:nth-child(5n) {
	margin-right: 0;
}
.prod-img {
	display: block;
	height: 136px;
	/*line-height: 100px;*/
	text-align: center;
	margin: 0 0 8px;
	transition: all 0.2s;
}
.prod-img:hover {
	opacity: 0.9;
}
.prod-img img {
	/*display: inline-block;*/
	vertical-align: middle;
	max-height: 100%;
}
.prod-img:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.prod-img {
	text-align: center;
}
.prod-img:hover {
	opacity: 0.9;
}
.prod-img > a > img {
	max-height: 500px;
	width: auto;
	height: auto;
}
.flexslider li {
	line-height: normal;
}
#carousel .slides li {
	margin-right: 10px;
	line-height: normal;
	opacity: 0.5;
	cursor: pointer;
}
#carousel .slides li img {
	display: block;
}
#carousel .slides li:hover {
	opacity: 1;
}
#carousel .slides .flex-active-slide {
	opacity: 1;
	cursor: default;
}
#carousel {
	border: none;
	height: 100px !important;
	overflow: hidden;
	background: none;
}
#carousel .flex-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
}
#carousel .flex-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
}
#carousel .flex-direction-nav a:before {
	font-size: 30px;
	color: #751f82;
}
#carousel .slides li {
	background: #EBEBEB;
}
#carousel .slides li img {
	height: auto;
	max-height: 80px;
	width: auto;
	max-width: 150px;
	margin: 10px auto 10px;
}

#slider {
	background: none;
	overflow: hidden;
	margin-bottom: 10px;
	border: none;
}
#slider .flex-viewport {
	z-index: 50;
}
#slider .flex-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
}
#slider .flex-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
}
#slider .flex-direction-nav a:before {
	font-size: 30px;
	color: #751f82;
}
#slider .slides li {
	/*background: #EBEBEB;*/
}
#slider .slides li a {
	/*padding: 10px;*/
	display: block;
}
#slider .slides li img {
	height: auto;
	max-height: 300px;
	width: auto;
	margin: 0 auto;
}
.prod h3 {
	font-size: 14px;
	min-height: 41px;
	line-height: 130%;
	padding: 0 0 5px;
}
.prod h3 a {
	color: #5c32a6;
	text-decoration: underline;
}
.prod h3 a:hover {
	text-decoration: none;
}
.prod-price {
	display: inline-block;
	text-align: left;
	line-height: 130%;
	padding: 0 0 10px;
	font-size: 14px;
	font-family: "LiberationSansBold", sans-serif;
	/*min-height: 40px;*/
	color: #323232;
	margin: 0 !important;
}
.prod-price-new {
	color: #da1c1c;
}
.prod-price-new del {
	margin: 2px 0 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #818181;
}
.main .bx-filter-section .bx-filter-title {
	padding-left: 10px;
	padding-right: 0;
}
.main h1.bx_catalog_tile_category_title {
	padding: 20px 0 23px;
}
.bx-filter .bx-filter-button-box {
	clear: both;
	padding-top: 7px;
}
.bx-filter .bx-filter-section {
	background: #ffe2f1;
}
.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}
.bx-filter .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter .bx-ui-slider-pricebar-v {background: #499fd8;}

.bx-filter .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}
.bx-filter .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter .bx-tag-link {
	color: #68939e;
}
.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	-moz-border-image: url(images/active.png) 2 repeat;
	-o-border-image: url(images/active.png) 2 repeat;
	border-image: url(images/active.png) 2 repeat;
}
.bx-filter .btn-themes {
	background-color: #5c32a6;
	border-color: #5c32a6;
	color: #FFF
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #5c32a6;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #5c32a6;
}
.bx-filter .btn-themes.bx-active,
.bx-filter .btn-themes.focus,
.bx-filter .btn-themes:active,
.bx-filter .btn-themes:focus,
.bx-filter .btn-themes:hover{
	background-color: #310062;
	border-color: #310062;
	color: #FFF
}
.sections_list {
	text-align: center;
	/*padding: 20px 0 20px;*/
	margin: 0 !important;
}
.sections_list li {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	text-align: center;
	margin: 0 5px 20px;
	min-height: 120px;
}
.sections_list li .sections_list_img {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 0 0 5px;
}
.sections_list li .sections_list_img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.sections_list li a {

}
.sections_list li a:hover {

}





.bottom-f {
	clear: both;
	overflow: hidden;
}
.about-f {
	width: 100%;
	margin: 40px 0 9px 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 150%;
	color: #575757;
	float: left;
}
.about-f h1 {
	font-size: 16px;
	padding: 0 0 9px;
	border-bottom: 2px solid #f5f5f5;
	margin: 0 0 25px;
	color: #575757;
}
.about-f h1 a {
	color: #575757;
	transition: all 0.2s;
}
.about-f h1 a:hover {
	color: #5c32a6;
	text-decoration: none;
}
.about-f img {
	float: left;
	max-width: 150px;
	margin: 0 26px 26px 0;
}
.about-f p {
	padding: 0 0 19px;
}
.news-f {
	width: 39%;
	margin: 0 0 9px 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 150%;
	float: left;
}
.news-f h2 {
	font-size: 16px;
	padding: 0 0 9px;
	border-bottom: 2px solid #f5f5f5;
	margin: 0 0 25px;
	color: #575757;
}
.news-f h2 a {
	color: #575757;
	transition: all 0.2s;
}
.news-f h2 a:hover {
	color: #5c32a6;
	text-decoration: none;
}
.news-f-item {
	padding: 0 0 20px;
}
.news-f-item time {
	display: block;
	font-family: "LiberationSansItalic", sans-serif;
	padding: 0 0 5px;
	font-size: 11px;
	color: #656565;
}
.news-f-item h3 {
	font-size: 13px;
	margin: 0 0 6px;
}
.news-f-item h3 a {
	color: #5c32a6;
	text-decoration: underline;
}
.news-f-item h3 a:hover {
	text-decoration: none;
}



.bcrumbs {
	overflow: hidden;
	padding: 0px 0 20px;
	margin: 0 !important;
}
.bcrumbs li {
	float: left;
	padding: 0 14px 10px 0;
	margin: 0 16px 0 0;
	font-size: 12px;
	color: #575757;
	position: relative;
}
.bcrumbs li a {
	color: #5c32a6;
	text-decoration: underline;
}
.bcrumbs li a:hover {
	text-decoration: none;
}
.bcrumbs li:after {
	content: "";
	position: absolute;
	display: block;
	right: -6px;
	top: 5px;
	width: 10px;
	height: 7px;
	background: url(../img/b-arr.png) no-repeat;
	font-size: 12px;
	color: #5c32a6;
}
.bcrumbs li:last-child:after {
	display: none;
}


.product {
	overflow: hidden;
	position: relative;
	padding: 0 0 48px;
	margin: 0 0 30px;
}
.product:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 12px;
	background: url(../img/shadow2.png) no-repeat center top;
	background-size: 100% auto;
}
.product-img {
	float: left;
	width: 300px;
	overflow: hidden;
}
.product-mainimg {
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: all 0.2s;
	box-sizing: border-box;
}
.product-mainimg:hover {
	border: 1px solid #5c32a6;
}
.product-mainimg img {
	box-sizing: border-box;
	line-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
/*.product-mainimg:after {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    width: 0px;
}*/
.product-thumbs {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px;
}
.product-carwrap {
	overflow: hidden;
	position: relative;
	width: 260px;
	margin: 0 auto;
}
.product-car {
	overflow: hidden;
	position: relative;
	width: 20000em;
	margin: 0 !important;
	padding: 0;
}
.product-car li {
	transition: all 0.2s;
	float: left;
	padding: 5px;
	width: 59px;
	height: 59px;
	border: 1px solid #f0f0f0;
	border-radius: 1px;
	box-sizing: border-box;
	margin: 0 8px 0 0;
}
.product-car li.active {
	border: 1px solid #5c32a6;
}
.product-car li:hover {
	border: 1px solid #5c32a6;
}
.product-car li a {

}
.product-car li a:hover {

}
.product-car li img {
	width: 100%;
	height: 100%;
	display: block;
}
.product-carprev {
	background: url(../img/carprev.png) no-repeat left top;
	width: 11px;
	height: 19px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -9px 0 0;
	transition: all 0.2s;
}
.product-carnext {
	background: url(../img/carnext.png) no-repeat left top;
	width: 11px;
	height: 19px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -9px 0 0;
	transition: all 0.2s;
}
.product-carprev:hover {
	opacity: 0.8;
}
.product-carnext:hover {
	opacity: 0.8;
}
.product-carprev.inactive {
	opacity: 0.1;
	cursor: default;
}
.product-carnext.inactive {
	cursor: default;
	opacity: 0.1;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
	border: 1px solid #f0f0f0;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
	border: 1px solid #f0f0f0;
}
.product-info {
	float: left;
	width: 514px;
	font-size: 13px;
	color: #797979;
	line-height: 110%;
	padding: 0 0 30px;
	margin: 0 0 0 28px;
}
.product-info h1 {
	line-height: 110%;
	font-size: 28px;
	font-family: "LiberationSansRegular", sans-serif;
	color: #575757;
	padding: 0 0 24px;
}
.product-btns {
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
	padding: 30px 0 31px;
	margin: 0 0 34px;
	overflow: hidden;
}
.product-price {
	font-size: 21px;
	float: left;
	min-width: 120px;
	padding: 10px 3px 0 0;
	margin: 0;
	color: #575757;
	line-height: 100%;
}
.product-price del {
	color: #ccc;
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 100%;
}
.product-count-wrap {
	background: #ccc;
	float: left;
	font-family: "LiberationSansBold", sans-serif;
	width: 69px;
	height: 36px;
	color: #575757;
	font-size: 21px;
	position: relative;
}
.product-minus {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	overflow: hidden;
	background: url(../img/arr1.png) no-repeat left top;
	right: 11px;
	top: 8px;
}
.product-count {
	width: 100%;
	box-sizing: border-box;
	padding: 2px 18px 0 0;
	display: block;
	font-family: "LiberationSansBold", sans-serif;
	font-size: 21px;
	height: 100%;
	border: none;
	box-shadow: inset 1px 1px 7px 0 rgba(0,0,0,0.16);
	text-align: center;
}
.product-plus {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	overflow: hidden;
	background: url(../img/arr1.png) no-repeat left bottom;
	right: 11px;
	bottom: 7px;
}
a.product-tocart {
	border-radius: 3px;
	background: url(../img/tocart.jpg) no-repeat left center, linear-gradient(#ffe50c 0%, #ffbd0b 100%)
;
	background-size: auto 100%;
	font-size: 16px;
	padding: 5px 10px 5px 30px;
	float: right;
	color: #313131;
	padding: 10px 14px 12px 51px;
	font-family: "LiberationSansBold", sans-serif;
}
a.product-tocart:hover {
	background: url(../img/tocart.jpg) no-repeat left center, linear-gradient(#FDE622 0%, #FFC730 100%)
;
	text-decoration: none;
}
a.product-buy {
	background: #5c32a6;
	padding: 10px 15px 12px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	float: right;
	margin: 0 0 0 9px;
	font-family: "LiberationSansBold", sans-serif;
}
a.product-buy:hover {
	background: #310062;
	text-decoration: none;
}
p.product-have {
	margin: 0;
	padding: 3px 0 43px 30px;
	background: url(../img/have.png) no-repeat left top;
}
.product > p {
	padding: 0 0 10px;
}
.product .item_info_section {
	padding: 0;
}
.product.bx_item_detail .bx_optionblock {
	float: none;
	margin-left: 0;
}
.product-properties {
	margin: 0 0 20px;
	overflow: hidden;
}
.product-properties dt {
	/*display: inline-block;*/
	float: left;
	width: 40%;
	clear: left;
	font-family: "LiberationSansBold", sans-serif;
	padding: 7px 2px;
	box-sizing: border-box;
	border-top: 1px solid #f0f0f0;
}
.product-properties dd {
	border-top: 1px solid #f0f0f0;
	padding: 7px 2px;
	/*display: inline-block;*/
	float: left;
	width: 60%;
	box-sizing: border-box;
}
.product-properties dt:first-of-type {
	border-top: none;
}
.product-properties dd:first-of-type {
	border-top: none;
}
.blog-comment-form .blog-comment-fields {
	padding: 0;
	background-color: inherit;
}
.blog-comment-form .blog-comment-fields input[type=text] {
	font-size: 13px;
	height: 32px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d9e1e3;
}
.blog-comment-form .blog-comment-fields textarea {
	border: 1px solid #5c32a6;
	font-size: 13px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 10px 10px;
	border-radius: 0;
	box-shadow: none;
	background: #fcfcfc;
}
.blog-comment-form .blog-comment-fields input[type=button] {
	background: #5c32a6;
	padding: 10px 15px 12px 15px !important;
	font-size: 16px !important;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	cursor: pointer;
	border: none;
	margin: 0;
	font-family: "LiberationSansBold", sans-serif;
}
.blog-comment-form .blog-comment-fields input[type=button]:hover {
	background: #310062;
}
.blog-comment-fields div.blog-comment-field-user-sep {
	width: 2%;
}
.blog-comment-fields div.blog-comment-field-email {
	width: 49%;
}
.blog-comment-fields div.blog-comment-field-author {
	width: 49%;
}



/* AUTH */

.bx-authform {

}
.bx-authform .bx-authform-formgroup-container {
	margin-bottom: 15px;
}
.aboutcontacts_page .main input[type=text],
.bx_profile input[type=text],
.bx-authform input[type=text] {
	border: 1px solid #5c32a6;
	font-size: 13px;
	height: 32px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	background: #f9f9f9;
}
.aboutcontacts_page .main input[type=password],
.bx_profile input[type=password],
.bx-authform input[type=password] {
	border: 1px solid #5c32a6;
	font-size: 13px;
	height: 32px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	background: #fcfcfc;
}
.aboutcontacts_page .main textarea {
	border: 1px solid #5c32a6;
	font-size: 13px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 10px 10px;
	border-radius: 0;
	box-shadow: none;
	background: #fcfcfc;
}
.aboutcontacts_page .main input[type=submit],
.bx_profile input[type=submit],
.bx-authform input[type=submit] {
	background: #5c32a6;
	padding: 10px 15px 12px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	cursor: pointer;
	border: none;
	margin: 0;
	font-family: "LiberationSansBold", sans-serif;
}
.aboutcontacts_page .main input[type=submit]:hover,
.bx_profile input[type=submit]:hover,
.bx-authform input[type=submit]:hover {
	background: #310062;
}

/* AUTH */





/* CART */

.bx_ordercart {

}
.bx_ordercart .bx_sort_container {

}
.bx_ordercart .bx_sort_container > a {
	background: none;
	box-shadow: none;
	border: none;
	height: auto;
	line-height: normal;
	padding: 0;
}
.bx_ordercart .bx_sort_container > a:active,
.bx_ordercart .bx_sort_container > a:hover {
	background: none;
	box-shadow: none;
	border: none;
	color: #4f4f4f;
	text-shadow: none;
}
.bx_ordercart .bx_sort_container > a.current {
	color: #5c32a6;
	background: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	text-decoration: none;
}
.bx_ordercart table {
	border: 1px solid #E5EBFF;
}
.bx_ordercart table tr {

}
.bx_ordercart table tr td {
	text-align: center;
	font-size: 13px;
	border: 1px solid #E5EBFF;
}
.bx_ordercart table tbody tr td {
	text-align: center !important;
}
.bx_ordercart table tr td.margin {
	display: none;
}
.bx_ordercart .bx_ordercart_order_table_container {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 0;
	font-size: 14px;
}
.bx_ordercart table .bx_ordercart_photo_container {
	position: relative;
	padding-top: 100%;
	min-width: 50px;
	max-width: 100%;
	height: 0;
	border: none;
	border-radius: 0;
}
.bx_ordercart table .itemphoto {
	border-right: none;
}
.bx_ordercart table .item {
	border-left: none;
	width: auto !important;
	text-align: left !important;
}
.bx_ordercart table .control {

}
.bx_ordercart table .control a:hover {
	text-decoration: underline !important;
}
.bx_ordercart table tr td.price .current_price {
	font-weight: normal !important;
}
.bx_ordercart table tr td.custom table {
	border: none;
	margin: 0 auto;
}
.bx_ordercart table tr td.custom table tr td {
	border: none;
}
.bx_ordercart table tr td.custom table tr td input {
	border: 1px solid #E5EBFF;
	text-align: center;
}



.bx_ordercart_order_pay .bx_ordercart_coupon input[type=text] {
	border: 1px solid #E5EBFF;
	box-shadow: none;
	border-radius: 0;
	padding: 0 10px;
	font-weight: normal;
	font-size: 13px;
}
.bx_ordercart_order_pay .bx_ordercart_order_sum {
	border: none;
}
.bx_ordercart_order_pay .bx_ordercart_order_sum tr td {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right !important;
}
.bx_order_list .bx_order_list_table input[type=submit],
.bx_order_make .sale_order_full_table input[type=submit],
.bx_order_make .bx_ordercart_order_pay_center a.checkout,
.bx_ordercart .bx_ordercart_order_pay_center a.checkout {
	background: #5c32a6;
	padding: 10px 15px 12px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	cursor: pointer;
	float: right;
	font-weight: normal;
	border: none;
	margin: 0;
	font-family: "LiberationSansBold", sans-serif;
}
.bx_order_make .sale_order_full_table input[type=submit] {
	float: none;
	margin: 0 0 15px;
}
.bx_order_list .bx_order_list_table input[type=submit] {
	margin: 0 0 15px !important;
	float: none;
}
.bx_order_list .bx_order_list_table input[type=submit]:hover,
.bx_order_make .sale_order_full_table input[type=submit]:hover,
.bx_order_make .bx_ordercart_order_pay_center a.checkout:hover,
.bx_ordercart .bx_ordercart_order_pay_center a.checkout:hover {
	background: #310062;
	text-decoration: none;
}


#order_form_content .label input[type=radio] {
	vertical-align: middle;
	margin: -1px 0 0;
}
.main .sale_order_full_table td {
	border: none;
	padding: 0;
}

.bx_order_list .bx_order_list_table {
	margin: 0 0 30px;
}
.bx_order_list .bx_order_list_table input[type=submit] {
	margin: 0 0 30px;
}
.bx_order_list h3 {
	padding: 0 0 23px;
	font-size: 16px;
	color: #575757;
}
.bx_order_list .bx_order_list_table_order {

}
.bx_order_list .bx_order_list_table_order tr {

}
.bx_order_list .bx_order_list_table_order tr td {

}
.bx_order_list .bx_order_list_table_order tr td {

}
.bx_order_list .bx_order_list_table_order tr td.img {
	min-width: inherit;
	border-right: none;
}
.bx_order_list .bx_order_list_table_order tr td.name {
	min-width: inherit;
	border-left: none;
}
.bx_order_list .bx_order_list_table_order tr td table tr td {
	border: none;
}
.bx_order_list .bx_ordercart_order_sum td {
	border: none;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.bx_order_list .bx_control_table td {
	border: none;
	padding: 0;
}
.bx_order_list .bx_control_table td a:hover {
	text-decoration: none;
}
/* CART */




/* NEWS */
.main .bx-newslist-block {
	padding: 0;
}
.main .bx-newsdetail-block {
	padding: 0;
}
.main .bx-newslist .btn {
	color: #fff;
	transition: all 0.2s;
	padding: 4px 12px;
	font-size: 13px;
}
.main .bx-newslist .btn:hover {
	text-decoration: none;
	background-color: #310062;
}
/* NEWS */




/* OTHER */

#AuthorizePopup {

}
#AuthorizePopup .popup-window {
	border: none;
	box-shadow: none;
}
#AuthorizePopup .popup-window-top-row {
	display: none;
}
#AuthorizePopup .popup-window-bottom-row {
	display: none;
}
#AuthorizePopup .popup-window-left-column {
	display: none;
}
#AuthorizePopup .popup-window-right-column {
	display: none;
}
#AuthorizePopup .bx_login_popup_form {
	min-width: inherit;
	min-height: inherit;
	padding: 0 0 10px 0px;
}
#AuthorizePopup .login_page {
	padding: 25px 20px 10px;
}
#AuthorizePopup .login_page .rememberme {
	padding: 0 10px 0 0 !important;
}
#AuthorizePopup .login_page .rememberme input[type=checkbox] {
	vertical-align: middle;
	margin: 0px 2px 0 0px;
}
#AuthorizePopup .login_page .forgotpassword {
	padding: 0 !important;
}
#AuthorizePopup .login_page .forgotpassword a {

}
#AuthorizePopup .login_page .forgotpassword a:hover {
	text-decoration: underline;
}
#AuthorizePopup .login_page input[type=text] {
	border: 1px solid #5c32a6;
	font-size: 13px;
	height: 32px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	background: #f9f9f9;
}
#AuthorizePopup .login_page input[type=password] {
	border: 1px solid #5c32a6;
	font-size: 13px;
	height: 32px;
	width: 100%;
	min-width: 200px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	background: #fcfcfc;
}
#AuthorizePopup .login_page input[type=submit] {
	background: #5c32a6;
	padding: 10px 15px 12px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	display: block;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	margin: 0 auto;
	font-family: "LiberationSansBold", sans-serif;
}
#AuthorizePopup .login_page input[type=submit]:hover {
	background: #310062;
}


.popup-window.popup-window-titlebar {
	border-radius: 0;
	border: none;
}
.popup-window.popup-window-titlebar .popup-window-top-row {
	display: none;
}
.popup-window.popup-window-titlebar .popup-window-content-row .popup-window-left-column {
	display: none;
}
.popup-window.popup-window-titlebar .popup-window-content-row .popup-window-right-column {
	display: none;
}
.popup-window.popup-window-titlebar .popup-window-bottom-row {
	display: none;
}
.popup-window.popup-window-titlebar .popup-window-content-row .popup-window-center-column {
	max-width: 230px;
	padding: 30px 10px 0;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-img {
	margin: 0px auto 15px;
	display: block;
	max-height: 250px;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-ttl {
	padding: 0 0 5px;
	text-align: center;
	margin: 0;
	font-family: "LiberationSansBold", sans-serif;
	font-size: 13px;
}
.popup-window.popup-window-titlebar .popup-window-content-row .popup-window-buttons {
	margin: 0;
	padding: 11px 10px 12px 10px;
	text-align: center;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-btn1 {
	background: #5c32a6;
	padding: 9px 10px 9px 10px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	margin: 0 0px 8px;
	font-family: "LiberationSansBold", sans-serif;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	vertical-align: top;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-btn1:hover {
	background: #310062;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-btn2 {
	vertical-align: top;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	margin: 0 0px;
	border-bottom: 1px dotted #333;
	transition: all 0.2s;
	padding: 0 0 1px;
}
.popup-window.popup-window-titlebar .popup-window-content-row .prod-popup-btn2:hover {
	border-bottom: 1px dotted rgba(0,0,0,0);
}
.popup-window-titlebar-close-icon {
	margin-top: 0px;
	margin-right: -1px;
}


.popup-window.popup-window-with-titlebar {
	border-radius: 0;
	border: none;
}
.popup-window.popup-window-with-titlebar .popup-window-titlebar {
	display: none;
}
.popup-window.popup-window-with-titlebar .popup-window-content {
	max-width: 230px;
	padding: 30px 10px 0;
	background-color: transparent;
}
.popup-window.popup-window-with-titlebar .popup-window-content .prod-popup-img {
	margin: 0px auto 10px;
	display: block;
	max-height: 250px;
}
.popup-window.popup-window-with-titlebar .popup-window-content .prod-popup-ttl {
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-family: "LiberationSansBold", sans-serif;
	font-size: 13px;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons {
	margin: 0;
	padding: 15px 10px 7px 10px;
	text-align: center;
	border-top: 1px solid #ebebeb;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .prod-popup-btn1 {
	background: #5c32a6;
	padding: 9px 10px 9px 10px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	margin: 0 auto 10px;
	font-family: "LiberationSansBold", sans-serif;
	display: block;
	font-size: 13px;
	max-width: 150px;
	cursor: pointer;
	vertical-align: top;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .prod-popup-btn1:hover {
	background: #310062;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .prod-popup-btn2 {
	vertical-align: top;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	margin: 0 0px;
	border-bottom: 1px dotted #333;
	transition: all 0.2s;
	padding: 0 0 1px;
}
.popup-window.popup-window-with-titlebar .popup-window-buttons .prod-popup-btn2:hover {
	border-color: transparent;
}
.popup-window-titlebar-close-icon {
	margin-top: 0px;
	margin-right: -1px;
}


.search-page {

}
.search-page input[type=text] {
	border: 1px solid #5c32a6;
	font-size: 13px;
	height: 32px;
	min-width: 200px;
	margin: 0;
	padding: 0 10px;
	border-radius: 0;
	box-shadow: none;
	background: #f9f9f9;
}
.search-page input[type=submit] {
	background: #5c32a6;
	padding: 9px 15px 12px 15px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	line-height: 100%;
	height: auto;
	box-shadow: none;
	transition: all 0.2s;
	text-shadow: none;
	float: none;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	font-family: "LiberationSansBold", sans-serif;
}
.search-page input[type=submit]:hover {
	background: #310062;
}
/* OTHER */



/* ORDERS LIST */
body .main .sale-order-list-title,
body .main .sale-order-list-accomplished-title {
	padding: 12px 10px 10px;
	margin: 0;
}
body .main .sale-order-list-button {
	color: #fff;
	text-decoration: none;
}
.sale-order-list-inner-row .sale-order-payment-change-pp-list {

}
.sale-order-list-inner-row .sale-order-payment-change-pp-list:after {
	clear: both;
	display: block;
	content: '';
}
.sale-order-list-inner-row .sale-order-payment-change-pp-company {
	float: left;
	width: 25%;
	clear: none !important;
}
.sale-order-list-inner-row .sale-order-payment-change-pp-company:nth-child(4n+1) {
	clear: left !important;
}
.sale-order-list-inner-row .sale-order-payment-change-pp-company-smalltitle {
	line-height: 100%;
}
.sale-order-list-inner-row:after {
	clear: both;
	display: block;
	content: '';
}
.sale-order-list-about-container {
	display: inline-block;
}
.sale-order-list-repeat-container {
	float: right;
}
.sale-order-list-cancel-container {
	float: right;
}
.main .sale-order-detail-about-order-inner-container-repeat-button {
	color: #fff;
}
.main .sale-order-detail-about-order-inner-container-repeat-button:hover {
	color: #fff;
	text-decoration: none;
}
.main .sale-order-detail-payment-options-methods-button-element,
.main .sale-order-detail-payment-options-methods-button-element-new-window {
	color: #fff;
}
.main .sale-order-detail-payment-options-methods-button-element:hover,
.main .sale-order-detail-payment-options-methods-button-element-new-window:hover {
	color: #fff;
	text-decoration: none;
}
.sale-order-detail-general a:hover {
	text-decoration: none;
	border-color: transparent;
}
@media only screen and (max-width : 480px) {
	.sale-order-list-inner-row .sale-order-payment-change-pp-company {
		width: 50%;
	}
	.sale-order-list-inner-row .sale-order-payment-change-pp-company:nth-child(4n+1) {
		clear: none !important;
	}
	.sale-order-list-inner-row .sale-order-payment-change-pp-company:nth-child(2n+1) {
		clear: left !important;
	}
}
/* ORDERS LIST */



/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #5c32a6;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #5c32a6;
	border-color: #5c32a6;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #310062;
	border-color: #310062;
}
/*RATING*/
.bx-newslist .fa.bx-star-active {
	color: #5c32a6;
}
/*BTN*/
.bx-newslist .btn {
	background-color: #5c32a6;
	border-color: #5c32a6;
}
.bx-newslist .btn:active,
.bx-newslist .btn:hover {
	background-color: #310062;
	border-color: #310062;
}



.footer-wrap {
	background: #f5f5f5;
	box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.08);
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	font-size: 13px;
	color: #6c6c6c;
}
.copyright {
	width: 200px;
	float: left;
	padding: 18px 10px 0 0;
	line-height: 150%;
}
.menu1-f {
	padding: 21px 5px 0 0;
	width: 160px;
	float: left;
	line-height: 110%;
	font-size: 12px;
}
.menu1-f p {
	color: #5c32a6;
	font-family: "LiberationSansBold", sans-serif;
	padding: 0 0 14px;
}
.menu1-f ul {

}
.menu1-f ul li {
	padding: 0 0 9px;
}
.menu1-f ul li a {
	text-decoration: underline;
}
.menu1-f ul li a:hover {
	text-decoration: none;
}
.menu2-f {
	padding: 20px 5px 0 0;
	width: 160px;
	float: left;
	line-height: 110%;
	font-size: 12px;
}
.menu2-f p {
	color: #5c32a6;
	font-family: "LiberationSansBold", sans-serif;
	padding: 0 0 14px;
}
.menu2-f ul {

}
.menu2-f ul li {
	padding: 0 0 9px;
}
.menu2-f ul li a {
	text-decoration: underline;
}
.menu2-f ul li a:hover {
	text-decoration: none;
}
.menu3-f {
	padding: 20px 5px 0 0;
	width: 160px;
	float: left;
	line-height: 110%;
	font-size: 12px;
}
.menu3-f p {
	color: #5c32a6;
	font-family: "LiberationSansBold", sans-serif;
	padding: 0 0 14px;
}
.menu3-f ul {

}
.menu3-f ul li {
	padding: 0 0 9px;
}
.menu3-f ul li a {
	text-decoration: underline;
}
.menu3-f ul li a:hover {
	text-decoration: none;
}
.phone-f {
	float: right;
	padding: 21px 0 0 10px;
	text-align: right;
	font-size: 18px;
	overflow: hidden;
}
.phone-f .phone-f-num {
	font-family: "LiberationSansBold", sans-serif;
	padding: 0 0 15px 0px;
}
.phone-f .phone-f-num b {
	color: #5c32a6;
	padding-left: 23px;
	background: url(../img/phone.png) no-repeat left 4px;
}
.phone-f ul {

}
.phone-f ul li {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	overflow: hidden;
}
.phone-f ul li a {

}
.phone-f ul li a:hover {

}
.phone-f ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
.twiststudio {
	clear: both;
	text-align: left;
	padding: 8px 0 5px;
	float: left;
	width: 50%;
}
.twiststudio a {
	font-size: 12px;
	line-height: 110%;
}
.twiststudio a:hover {
	text-decoration: none;
	color: #6c6c6c;
}
.twiststudio span {
	color: #5c32a6;
	font-family: "LiberationSansBold", sans-serif;
}
#bx-composite-banner {
	text-align: right;
	width: 50%;
	float: right;
}
#bx-composite-banner a {
	/*border: none;
	background-position: 104% -62px;
	padding-right: 40px !important;
	padding-left: 0 !important;
	color: #6c6c6c !important;
	background-color: transparent !important;*/
	background-color: #aaa !important;
}














/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivoSlider img {
	height: 100% !important;
	width: auto !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	opacity: 0;
}
.front-slider-wrap:hover .nivo-directionNav {
	opacity: 1;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index: 80;
	cursor:pointer;


	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-radius: 50px;
	text-indent: 100%;
	color: #000;
	white-space: nowrap;
	background: rgba(255,255,255,0.4);
}
.nivo-directionNav a:hover {
	background: rgba(255,255,255,0.6);
}
.nivo-directionNav a:before {
	top: 10px;
	right: 22px;
	position: absolute;
	font-size: 30px;
	line-height: 100%;
	display: block;
	width: auto;
}
.nivo-prevNav {
	left:15px;
}
.nivo-prevNav:before {
	content: "\f104";
}
.nivo-nextNav {
	right:15px;
}
.nivo-nextNav:before {
	content: "\f105";
	right: 18px !important;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,.fancybox-inner{position:relative;}
.fancybox-inner{overflow:hidden;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}
.fancybox-image{max-width:100%;max-height:100%;}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../js/fancy/fancybox_sprite.png);}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}
#fancybox-loading div{width:44px;height:44px;background:url(../js/fancy/fancybox_loading.gif) center center no-repeat;}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../js/fancy/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span{left:10px;background-position:0 -36px;}
.fancybox-next span{right:10px;background-position:0 -72px;}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}
.fancybox-lock{overflow:hidden!important;width:auto;}
.fancybox-lock body{overflow:hidden!important;}
.fancybox-lock-test{overflow-y:hidden!important;}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../js/fancy/fancybox_overlay.png);}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../js/fancy/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/fancy/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#fancybox-thumbs{position:fixed;left:0;width:100%;overflow:hidden;z-index:8050;}
#fancybox-thumbs.bottom{bottom:2px;}
#fancybox-thumbs.top{top:2px;}
#fancybox-thumbs ul{position:relative;list-style:none;margin:0;padding:0;}
#fancybox-thumbs ul li{float:left;opacity:0.5;padding:1px;}
#fancybox-thumbs ul li.active{opacity:0.75;border:1px solid #fff;padding:0;}
#fancybox-thumbs ul li:hover{opacity:1;}
#fancybox-thumbs ul li a{display:block;position:relative;overflow:hidden;border:1px solid #222;background:#111;outline:none;}
#fancybox-thumbs ul li img{display:block;position:relative;border:0;max-width:none;padding:0;}






/*
* jQuery FlexSlider v2.5.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
/*@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #ffffff;
	border: 4px solid #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	/*font-family: "flexslider-icon";*/
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	/*font-family: "flexslider-icon";*/
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.bx_sitemap .bx_sitemap_li_title a {
	font-size: 20px;
	color: #5c32a6;
}

div#frontslider {
    display: none;
}