@font-face{
	font-family: "SourceSansPro-Black";
	src: url("/templates/css/fonts/SourceSansPro-Black.eot");
	src: url("/templates/css/fonts/SourceSansPro-Black.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-Black.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-Black.svg") format("svg");
}
@font-face{ 
	font-family: "SourceSansPro-Light";
	src: url("/templates/css/fonts/SourceSansPro-Light.eot");
	src: url("/templates/css/fonts/SourceSansPro-Light.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-Light.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-Light.svg") format("svg");
}
@font-face{ 
	font-family: "SourceSansPro-Regular";
	src: url("/templates/css/fonts/SourceSansPro-Regular.eot");
	src: url("/templates/css/fonts/SourceSansPro-Regular.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-Regular.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-Regular.svg") format("svg");
}
@font-face{ 
	font-family: "SourceSansPro-Semibold";
	src: url("/templates/css/fonts/SourceSansPro-Semibold.eot");
	src: url("/templates/css/fonts/SourceSansPro-Semibold.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-Semibold.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-Semibold.svg") format("svg");
}
@font-face{ 
	font-family: "SourceSansPro-SemiboldItalic";
	src: url("/templates/css/fonts/SourceSansPro-SemiboldItalic.eot");
	src: url("/templates/css/fonts/SourceSansPro-SemiboldItalic.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-SemiboldItalic.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-SemiboldItalic.svg") format("svg");
}
@font-face{ 
	font-family: "SourceSansPro-Bold";
	src: url("/templates/css/fonts/SourceSansPro-Bold.eot");
	src: url("/templates/css/fonts/SourceSansPro-Bold.eot#iefix") format("embedded-opentype"),
	     url("/templates/css/fonts/SourceSansPro-Bold.ttf") format("truetype"),
	     url("/templates/css/fonts/SourceSansPro-Bold.svg") format("svg");
}
* { 
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
html, body { 
	height: 100%;
}
img, fieldset {
	border: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 12px/1.3 Arial;
	background: url(/templates/images/bg.png) repeat;
}
.main {
	width: 1131px;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	background: #fff;
	width: 1165px;
	margin: 0 auto;
}
.welcome {
	width: 100%;
	height: 60px;
	color: #fff;
	font: 36px/58px SourceSansPro-Light;
	text-align: center;
	background: url(/templates/images/welcome_bg.png) repeat;
	float: left;
}
.welcome span {
	font: 36px/58px SourceSansPro-Regular;
}
.scroll .welcome {
	display: none;
}
.top {
	width: 100%;
	height: 76px;
	border-top: 3px solid #b8886e;
	position: relative;
	z-index: 8;
	float: left;
}
.top .main {
	position: static;
}
.scroll .top {
	position: fixed;
	top: 0;
	left: 0;
}
.scroll .top:after {
	width: 100%;
	height: 3px;
	content: "";
	background: rgba(221,221,221,0.50);
	position: absolute;
	left: 0;
	bottom: -3px;
}
.top #logo {
	width: 125px;
	text-align: left;
	background: url(/templates/images/logo_bg.png) no-repeat 0 bottom;
	padding: 9px;
	margin: 0 0 0 20px;
	float: left;
}
.scroll .top #logo {
	width: 60px;
	background: none;
	padding: 6px 0 0 0;
}
.top #logo img {
	width: 100%;
	float: left;
}
.top .nav_toggle {
	width: 46px;
	height: 46px;
	background: url(/templates/images/icons.png) no-repeat 0 -500px;
	margin: 13px 0 0 0;
	display: none;
	float: right;
}
.top .nav_toggle.act {
	background: url(/templates/images/icons.png) no-repeat -50px -500px;
}
.scroll .top .nav_toggle {
	width: 38px;
	height: 38px;
	background: url(/templates/images/icons.png) no-repeat 0 -550px;
	margin: 10px 0 0 0;
}
.scroll .top .nav_toggle.act {
	background: url(/templates/images/icons.png) no-repeat -50px -550px;
}
.top .mobile_hold {
	float: right;
}
.top .menu {
	width: 775px;
	margin: 0 30px 0 0;
	display: table;
	float: left;
}
.top .menu li {
	display: table-cell;
}
.top .menu li a {
	height: 73px;
	color: #69391b;
	font: 15px/1.2 SourceSansPro-Regular;
	text-decoration: none;
	text-transform: uppercase;
	padding: 21px 0 0 30px;
	display: block;
}
.top .menu li:first-child a {
	padding: 21px 0 0 0;
}
.top .menu li a:hover, .top .menu li a.act {
	color: #79ab0d;
}
.top .top_items {
	float: right;
}
.top .top_items a.top_icon {
	float: left;
	margin: 25px 10px 0 0;
}
.top .search {
	width: 24px;
	height: 26px;
	padding: 5px 0 0 8px;
	margin: 17px 0 0 0;
	position: relative;
	overflow: hidden;
	float: left;
}
.top .search.open {
	height: 32px;
	background: #f1f1f1;
	border: 3px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 14px 0 0 0;
}
.top .search .search_toggle {
	width: 16px;
	height: 16px;
	background: url(/templates/images/icons.png) no-repeat 0 -50px;
	position: absolute;
	top: 5px;
	right: 8px;
}
.top .search.open .search_toggle {
	right: 5px;
}
.top .search .input {
	width: 144px;
	color: #79ab0d;
	font: 14px SourceSansPro-Regular;
	background: #f1f1f1;
	padding: 0;
	margin: -1px 0 0 0;
	border: 0;
	display: none;
	float: left;
}
.top .search.open .input {
	display: block;
}
.top .lang {
	width: 42px;
	margin: 19px 10px 0 0;
	float: left;
}
.top .lang > li {
	width: 100%;
	position: relative;
	float: left;
}
.top .lang > li > a {
	width: 100%;
	height: 23px;
	color: #69391b;
	font: 15px/22px SourceSansPro-Regular;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	position: relative;
	float: left;
}
.top .lang > li > a:after {
	width: 10px;
	height: 5px;
	content: "";
	background: url(/templates/images/icons.png) no-repeat 0 -75px;
	position: absolute;
	top: 9px;
	right: 4px;
}
.top .lang > li:hover > a {
	background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.top .lang > li ul {
	width: 42px;
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
}
.top .lang > li:hover ul {
	display: block;
}
.top .lang > li ul li {
	width: 100%;
	border-top: 1px solid #dedbdb;
	float: left;
}
.top .lang > li ul li a {
	width: 100%;
	color: #69391b;
	font: 15px/22px SourceSansPro-Regular;
	text-decoration: none;
	text-transform: uppercase;
	background: #f1f1f1;
	padding: 0 0 0 8px;
	float: left;
}
.top .lang > li ul li a:hover {
	color: #fff;
	background: #be896f;
}
.top .lang > li ul li:last-child a {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.top .cart_toggle {
	width: 92px;
	color: #cf373d;
	font: 14px/1 SourceSansPro-Regular;
	text-decoration: none;
	padding: 0 27px 0 0;
	margin: 20px 0 0 15px;
	position: relative;
	float: right;
}
.top .cart_toggle:hover {
	color: #c0272d;
}
.top .cart_toggle span {
	width: 20px;
	height: 36px;
	color: #fff;
	font: 12px/24px SourceSansPro-Semibold;
	text-align: center;
	background: url(/templates/images/icons.png) no-repeat 0 -100px;
	position: absolute;
	top: 1px;
	right: 0;
}
.main_slider {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	float: left;
}
.label_box {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 2;
}
.label_box .url_map {
	width: 73px;
	color: #fff;
	font: 14px/1.14 SourceSansPro-Semibold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background: url(/templates/images/icons.png) no-repeat 0 -150px;
	padding: 81px 0 0 0;
	float: left;
}
.label_box .url_slider, .label_box .url_slider360 {
	width: 73px;
	color: #fff;
	font: 14px/1.14 SourceSansPro-Semibold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background: url(/templates/images/url_slider.png) no-repeat;
	padding: 81px 0 0 0;
	float: left;
}
.label_box .url_slider360 {
	margin: 0 120px 0 0;
}
.label_box .url_virtual {
	width: 86px;
	color: #fff;
	font: 14px/1.14 SourceSansPro-Semibold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	background: url(/templates/images/icons.png) no-repeat -100px -150px;
	padding: 81px 0 0 0;
	margin: 0 0 0 15px;
	float: left;
}
.main_slider .bx-wrapper {
	position: relative;
	z-index: 1;
}
.main_slider li {
	overflow: hidden;
}
.main_slider li img {
	width: 100%;
	float: left;
}
.main_slider li .hold {
	display: block;
}
.main_slider .bx-controls {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 14px;
	z-index: 999999;
}
.main_slider .bx-controls .bx-pager {
	width: 1100px;
	text-align: right;
	margin: 0 auto;
}
.main_slider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
}
.main_slider .bx-controls .bx-pager a {
	width: 18px;
	height: 17px;
	text-align: left;
	text-indent: -99999px;
	background: url(/templates/images/icons.png) no-repeat;
	margin: 0 0 0 8px;
	float: left;
}
.main_slider .bx-controls .bx-pager a.active {
	background: url(/templates/images/icons.png) no-repeat 0 -25px;
}
.big_map {
	width: 100%;
	height: 575px;
	float: left;
}
.content {
	width: 100%;
	padding: 30px 0 61px 0;
	position: relative;
	z-index: 2;
	float: left;
}
.content h1 {
	color: #69391b;
	font: 42px/1 SourceSansPro-Regular;
	margin: -8px 0 18px 0;
	display: block;
}
.content h2 {
	color: #69391b;
	font: 24px/1 SourceSansPro-Semibold;
	margin: 0 0 25px 0;
	display: block;
}
.content h3 {
	color: #69391b;
	font: 30px/1 SourceSansPro-Semibold;
	margin: 0 0 16px 0;
	display: block;
}
.content h4, .content h4 a {
	color: #69391b;
	font: 24px/1 SourceSansPro-Semibold;
	text-decoration: none;
	margin: 0 0 5px 0;
	display: block;
}
.content h4 a:hover {
	text-decoration: underline;
}
.content .breadcrumb {
	width: 100%;
	margin: -4px 0 18px 0;
	float: left;
}
.content .breadcrumb li {
	color: #814d3b;
	font: 14px/1.2 SourceSansPro-Regular;
	float: left;
}
.content .breadcrumb li:before {
	color: #b8a59f;
	content: "/";
	margin: 0 5px;
	float: left;
}
.content .breadcrumb li:first-child:before {
	display: none;
}
.content .breadcrumb li a {
	color: #b8a59f;
	text-decoration: none;
}
.content .breadcrumb li a:hover {
	text-decoration: underline;
}
.content .home_tabs {
	width: 100%;
	margin: -30px 0 0 0;
	float: left;
}
.content .home_tabs .tabs_nav {
	margin: -50px 0 30px 0;
	float: left;
}
.content .home_tabs .tabs_nav li {
	margin: 0 3px 0 0;
	float: left;
}
.content .home_tabs .tabs_nav li a {
	width: 239px;
	height: 50px;
	color: #fff;
	font: 21px/1.2 SourceSansPro-Semibold;
	text-decoration: none;
	background: url(/templates/images/home_tabs.png) no-repeat;
	padding: 13px 0 0 85px;
	float: left;
}
.content .home_tabs .tabs_nav li a:hover {
	background: url(/templates/images/home_tabs.png) no-repeat 0 -200px;
}
.content .home_tabs .tabs_nav li.r-tabs-state-active a {
	width: 243px;
	color: #69391b;
	background: url(/templates/images/home_tabs.png) no-repeat 0 -100px;
}
.content .home_tabs .tabs_panel {
	width: 100%;
	float: left;
}
.content .filter {
	width: 100%;
	text-align: center;
	margin: 0 0 40px 0;
	float: left;
}
.content h1 + .filter {
	margin-top: 14px;
}
.content .filter li {
	margin: 5px 15px;
	display: inline-block;
}
.content .filter li a {
	height: 40px;
	color: #fff;
	font: 18px/1.2 SourceSansPro-Regular;
	text-decoration: none;
	background: #b8886e;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	padding: 10px 30px 0 30px;
	display: inline-block;
	cursor: pointer;
}
.content .filter li a:hover {
	color: #69391b;
	background: #fbc047;
}
.content .filter li.act a, .content .filter li a.current, .content .filter li.active a {
	color: #69391b;
	box-shadow: none;
	background: #fbbd3d;
}
.content .services {
	margin: 0 0 10px -36px;
	display: block;
}
.content .services li {
	width: 369px;
	margin: 0 0 34px 36px;
	float: left;
}
.content .services li:nth-child(3n+1) {
	clear: left;
}
.content .services li a {
	width: 100%;
	color: #393939;
	font: 18px/1.33 SourceSansPro-Regular;
	text-decoration: none;
	float: left;
}
.content .services li.spec a {
	color: #69391b;
	font: 18px/1.33 SourceSansPro-Semibold;
}
.content .services li a .foto {
	height: 299px;
	position: relative;
	display: block;
}
.content .services li.spec a .foto {
	border: 4px solid #fbbd3d;
}
.content .services li a .foto .tag {
	height: 35px;
	color: #69391b;
	font: 15px/1.2 SourceSansPro-Regular;
	background: #fbbd3d;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	padding: 11px 19px 0 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.content .services li a .foto img {
	/*width: 100%;*/
	max-width: 100%;
	height: 100%;
	vertical-align: top;
}
.content .services li a:hover .foto img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.content .services li a .txt {
	padding: 17px 35px 0 0;
	display: block;
}
.content .info_block_left {
	width: 530px;
	padding: 0 0 41px 0;
	float: left;
}
.content .info_block_left p {
	color: #594b43;
	font: 18px/1.33 SourceSansPro-Regular;
	margin: 0 0 23px 0;
	display: block;
}
.content .info_block_left p .spec {
	color: #81b70f;
	font: 18px/1.33 SourceSansPro-SemiboldItalic;
}
.content .info_block_left .url {
	height: 46px;
	text-decoration: none;
	vertical-align: top;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	margin-top: 2px;
	display: inline-block;
}
.content .info_block_left .url + .url {
	margin-left: 28px;
}
.content .info_block_left .url.type_1 {
	color: #fff;
	font: 18px/1.2 SourceSansPro-Semibold;
	background: url(/templates/images/btn.png) repeat-x;
	padding: 13px 30px 0 30px;
}
.content .info_block_left .url.type_1:hover {
	background: url(/templates/images/btn.png) repeat-x 0 -50px;
}
.content .info_block_left .url.type_2 {
	color: #594b43;
	font: 16px/1.2 SourceSansPro-Semibold;
	background: url(/templates/images/btn.png) repeat-x 0 -100px;
	border: 1px solid #ede2dc;
	padding: 13px 30px 0 30px;
}
.content .info_block_left .url.type_2:hover {
	color: #89b331;
	background: url(/templates/images/btn.png) repeat-x 0 -150px;
}
.content .info_block_right {
	width: 580px;
	padding: 0 0 31px 0;
	float: right;
}
.content .info_block_right.contact {
	width: 100%;
	padding: 0 0 10px 0;
	margin: -10px 0 0 0;
	clear: left;
	float: left;
}
.content h2 + .info_block_right.contact + h2 {
	border-top: 1px solid #f3eeeb;
	padding: 25px 0 0 0;
	clear: both;
}
.content .info_block_right li {
	width: 100%;
	color: #594b43;
	font: 18px/1.2 SourceSansPro-Regular;
	padding: 0 0 11px 0;
	position: relative;
	float: left;
}
.content .info_block_right li.icon {
	padding: 0 0 11px 35px;
}
.content .info_block_right li strong {
	font: 18px/1.2 SourceSansPro-Semibold;
}
.content .info_block_right li.icon_4 {
	font: 24px/1 SourceSansPro-Semibold;
}
.content .info_block_right li .txt {
	color: #a49b95;
	font: 14px/1.2 SourceSansPro-Regular;
	padding: 3px 0 0 0;
	display: block;
}
.content .info_block_right li .txt a {
	color: #a49b95;
	text-decoration: underline;
}
.content .info_block_right li .txt a:hover {
	color: #594b43;
}
.content .info_block_right li .url_map {
	color: #85bd0f;
	font: 16px/1.2 SourceSansPro-Regular;
	text-decoration: underline;
	margin: 0 0 0 10px;
	display: inline-block;
}
.content .info_block_right li .url_map:hover {
	color: #79ab0d;
}
.content .info_block_right li .url_mail {
	color: #594b43;
	font: 16px/1.2 SourceSansPro-Semibold;
	text-decoration: underline;
	display: inline-block;
}
.content .info_block_right li .url_mail:hover {
	color: #79ab0d;
}
.content .info_block_right li:before {
	width: 21px;
	height: 17px;
	content: "";
	position: absolute;
	left: 0;
}
.content .info_block_right li.icon_1:before {
	background: url(/templates/images/txt-ico.png) no-repeat;
	top: 2px;
}
.content .info_block_right li.icon_2:before {
	background: url(/templates/images/icons.png) no-repeat 0 -650px;
	top: 2px;
}
.content .info_block_right li.icon_3:before {
	background: url(/templates/images/icons.png) no-repeat 0 -700px;
	top: 3px;
}
.content .info_block_right li.icon_4:before {
	background: url(/templates/images/icons.png) no-repeat 0 -750px;
	top: 5px;
}
.content .info_block_right li.icon_5:before {
	background: url(/templates/images/icons.png) no-repeat 0 -800px;
	top: 2px;
}
.content .info_block_right li.icon_6:before {
	background: url(/templates/images/fax_icon.png) no-repeat;
	top: 2px;
}
.content .contact_column {
	width: 490px;
	float: left;
}
.content .offer_block {
	border-top: 1px solid #f3eeeb;
	border-bottom: 1px solid #f3eeeb;
	padding: 27px 0 0 0;
	margin: 0 0 24px 0;
	clear: both;
	display: block;
}
.content .offer_block .list li {
	width: 128px;
	text-align: center;
	margin: 0 50px 26px 0;
	float: left;
}
.content .offer_block .list li .txt {
	color: #594b43;
	font: 16px/1.25 SourceSansPro-Semibold;
	padding: 9px 0 0 0;
	margin: 0 -2px;
	display: block;
}
.content .button_row {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.content .button_row a {
	width: 369px;
	height: 46px;
	color: #fff;
	font: 18px/1.2 SourceSansPro-Semibold;
	text-decoration: none;
	background: #82b70f;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	padding: 13px 0 0 0;
	display: inline-block;
}
.content .button_row a:hover {
	background: #79ab0e;
}
.content .services_additional {
	width: 100%;
	border-top: 1px solid #f3eeeb;
	padding: 34px 0 5px 0;
	float: left;
}
.content .services_additional .list {
	margin: 0 0 0 -28px;
	display: block;
}
.content .services_additional .list li {
	width: 274px;
	margin: 10px 0 24px 28px;
	float: left;
}
.content .services_additional .list li:nth-child(4n+1) {
	clear: left;
}
.content .services_additional .list li a {
	width: 100%;
	color: #393939;
	font: 18px/1.33 SourceSansPro-Regular;
	text-decoration: none;
	float: left;
}
.content .services_additional .list li a img {
	width: 100%;
	vertical-align: top;
}
.content .services_additional .list li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.content .services_additional .list li a .txt {
	padding: 14px 0 0 0;
	display: block;
}
.content .txt_column {
	width: 100%;
	border-top: 1px solid #f3eeeb;
	padding: 24px 0 15px 0;
	float: left;
}
.content .txt_column .block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
	display: block;
}
.content .txt_column .block p {
	color: #594b43;
	font: 16px/1.5 SourceSansPro-Regular;
	padding: 0 0 18px 0;
	display: block;
}
.content .txt_column .block p strong {
	font: 16px/1.5 SourceSansPro-Black;
}
.content .txt_column .block .url_more {
	height: 34px;
	color: #594b43;
	font: 14px/1.2 SourceSansPro-Semibold;
	text-decoration: none;
	vertical-align: top;
	background: url(/templates/images/btn.png) repeat-x 0 -200px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.14);
	border: 1px solid #ede2dc;
	padding: 9px 18px 0 18px;
	display: inline-block;
}
.content .txt_column .block .url_more:hover {
	color: #89b331;
	background: url(/templates/images/btn.png) repeat-x 0 -250px;
}
.content .contact_form {
	width: 431px;
	height: 382px;
	background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #f1efef;
	padding: 14px 25px 10px 19px;
	margin: 0 0 0 53px;
	float: left;
}
.content .contact_form .form li {
	width: 100%;
	padding: 11px 0 4px 0;
	float: left;
}
.content .contact_form .form li.success {
	color: #7fb50f;
	font: 24px/1.2 SourceSansPro-Regular;
	text-align: center;
	padding: 138px 0 0 0;
}
.content .contact_form .form li.success .big {
	font: 30px/1.2 SourceSansPro-Semibold;
	display: block;
}
.success {
	color: #7fb50f;
	text-align: center;
}
.success .big {
	font: 30px/1.2 SourceSansPro-Semibold;
	display: block;
}
.content .contact_form .form li label {
	width: 100px;
	color: #8f796d;
	font: 16px/1.2 SourceSansPro-Regular;
	padding: 8px 0 0 0;
	float: left;
}
.content .contact_form .form li .input, .content .contact_form .form li textarea {
	width: 278px;
	color: #69391b;
	font: 14px SourceSansPro-Regular;
	background: #fbf8f8;
    border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #dbdbdb;
	padding: 8px 8px 7px 8px;
	float: right;
}
.content .contact_form .form li textarea {
	height: 115px;
	resize: none;
	overflow: auto;
}
.content .contact_form .form li .input:focus, .content .contact_form .form li textarea:focus {
	border: 1px solid #79ab0e;
}
.content .contact_form .form li .input.error, .content .contact_form .form li textarea.error {
	color: #cd676b;
	border: 1px solid #ce686b;
}
.content .contact_form .form li .submit {
	width: 178px;
	height: 46px;
	color: #85bd0f;
	font: 18px/46px SourceSansPro-Semibold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background: url(/templates/images/btn.png) repeat-x 0 -300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	border: 1px solid #ede2dc;
	margin: 0 0 0 105px;
	float: left;
}
.content .contact_form .form li .submit:hover {
	color: #79ab0d;
	background: url(/templates/images/btn.png) repeat-x 0 -350px;
}
.filter_toggle_box {
	width: 239px;
	position: fixed;
	top: 25%;
	left: 0;
	z-index: 7;
}
.filter_toggle_box .subcats {
	width: 100%;
	max-height: 155px;
	overflow: hidden;
}
.filter_toggle_box li.mainli ul {
	width: 108%;
	max-height: 155px;
	overflow: auto;
}
.filter_toggle_box.open {
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.14);
}
.filter_toggle_box .filter_toggle {
	width: 46px;
	height: 43px;
	color: #fff;
	font: 18px/44px SourceSansPro-Regular;
	text-indent: -99999px;
	text-decoration: none;
	background: url(/templates/images/icons.png) no-repeat 0 -850px;
	float: left;
}
.filter_toggle_box .filter_toggle:hover {
	background: url(/templates/images/icons.png) no-repeat 0 -900px;
}
.filter_toggle_box.open .filter_toggle {
	width: 239px;
	text-indent: 0;
	background: url(/templates/images/icons.png) no-repeat 0 -950px;
	padding: 0 0 0 12px;
}
.filter_toggle_box.open .filter_toggle:hover {
	background: url(/templates/images/icons.png) no-repeat 0 -1000px;
}
.filter_toggle_box .list {
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.90);
	padding: 8px 0;
	display: none;
	float: left;
}
.filter_toggle_box.open .list {
	display: block;
}
.filter_toggle_box .list li {
	width: 100%;
	border-top: 1px solid #e9e9e9;
	padding: 11px 14px;
	float: left;
}
.filter_toggle_box .list li.mainli {
	padding: 11px 0 11px 14px;
}
.filter_toggle_box .list li ul li {
	border: none;
	padding: 4px 14px;
}
.filter_toggle_box .list li:first-child {
	border-top: 0;
}
.filter_toggle_box .list li .checkbox {
	margin: 0 13px 0 0;
	float: left;
}
.filter_toggle_box .list li ul li .checkbox {
	margin: 4px 13px 0 0;
}
.filter_toggle_box .list li label {
	width: 170px;
	color: #8e7a6d;
	font: 16px/1.2 SourceSansPro-Regular;
	cursor: pointer;
	padding: 2px 0 0 0;
	float: left;
}
.filter_toggle_box .list li ul li label {
	color: #8f7a6e!important;
	font: 15px/1.2 SourceSansPro-Regular;
	width: 150px;
}
.filter_toggle_box .list li:hover label {
	color: #79ab0d;
}
.filter_toggle_box .list li.spec label {
	color: #69391b;
	font: 16px/1.2 SourceSansPro-Bold;
}
.filter_toggle_box .list li label.checked {
	color: #79ab0d;
}
.filter_toggle_box .list li:hover label.checked {
	color: #cd676b;
}
.filter_toggle_box .list li.spec label.checked {
	color: #69391b;
}
.filter_toggle_box .list li a.filter-nav {
	position: absolute;
	right: 5px;
	display: inline-block;
	background: url('/templates/images/filter-nav.png') no-repeat;
	background-position: 0 -6px;
	width: 10px;
	height: 6px;
	margin: 10px 0 0 0;
}
.filter_toggle_box .list li a.filter-nav.open {
	background-position: 0 0;
}
.footer {
	width: 100%;
	background: url(/templates/images/welcome_bg.png) repeat;
	border-top: 3px solid #b8886e;
	padding: 62px 0 80px 0;
	float: left;
}
.footer .hold {
	width: 800px;
	float: left;
}
.footer .logo {
	width: 83px;
	margin: 0 28px 0 0;
	float: left;
}
.footer .logo img {
	width: 100%;
	float: left;
}
.footer .url_list {
	width: 175px;
	margin: 5px 15px 0 0;
	float: left;
}
.footer .url_list li {
	width: 100%;
	float: left;
}
.footer .url_list li a {
	color: #814d3b;
	font: 14px/1.57 SourceSansPro-Regular;
	text-decoration: none;
}
.footer .url_list li a:hover {
	color: #fcc85e;
	text-decoration: underline;
}
.footer .partner_box {
	width: 305px;
	float: left;
}
.footer .partner_box img {
	width: 80px;
	margin: 0 17px 0 0;
	float: left;
}
.footer .partner_box .txt {
	color: #f8e9e3;
	font: 14px/1.14 SourceSansPro-Semibold;
	padding: 5px 0 11px 0;
	display: block;
}
.footer .partner_box .url {
	height: 31px;
	color: #814d3b;
	font: 14px/30px SourceSansPro-Semibold;
	text-decoration: none;
	background: #fbbd3d;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
	padding: 0 20px;
	display: inline-block;
}
.footer .partner_box .url:hover {
	background: #ebaf38;
}
.footer .copy {
	width: 780px;
	margin: 34px 0 0 0;
	clear: left;
	float: left;
}
.footer .copy .share {
	width: 83px;
	margin: 0 28px 0 0;
	float: left;
}
.footer .copy .share .facebook {
	width: 9px;
	height: 19px;
	background: url(/templates/images/icons.png) no-repeat 0 -300px;
	margin: 1px 13px 0 0;
	float: left;
}
.footer .copy .share .facebook:hover {
	background: url(/templates/images/icons.png) no-repeat 0 -350px;
}
.footer .copy .share .gplus {
	width: 22px;
	height: 20px;
	background: url(/templates/images/gplus.png) no-repeat;
	margin: 1px 13px 0 0;
	float: left;
}
.footer .copy .share .gplus:hover {
	background: url(/templates/images/gplus-hover.png) no-repeat;
}
.footer .copy .share .youtube {
	width: 26px;
	height: 25px;
	background: url(/templates/images/icons.png) no-repeat 0 -400px;
	float: left;
}
.footer .copy .share .youtube:hover {
	background: url(/templates/images/icons.png) no-repeat 0 -450px;
}
.footer .copy .txt {
	color: #814d3b;
	font: 14px/1.2 SourceSansPro-Light;
	margin: 4px 0 0 0;
	float: left;
}
.footer .iso-info {
	color: #814d3b;
	font: 14px/1.2 SourceSansPro-Light;
	width: 250px;
	margin: 4px 0 0 0;
	float: right;
}
.footer .iso {
	width: 250px;
	float: right;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clearfix:after, .clear {
	height: 0;
	content: "";
	clear: both;
	display: table;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Magnific Popup fade */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.45s ease-out;
	-moz-transition: all 0.45s ease-out;
	transition: all 0.45s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Magnific Popup zoom */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.45s ease-out; 
	-moz-transition: all 0.45s ease-out; 
	-o-transition: all 0.45s ease-out; 
	transition: all 0.45s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.6;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: url(/templates/images/modal_bg.png) repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mfp-close {
	width: 58px;
	height: 58px;
	cursor: pointer;
	background: url(/templates/images/icons.png) no-repeat 0 -1050px;
	position: absolute;
	top: -29px;
	right: -29px;
}
.mfp-close:hover {
	background: url(/templates/images/icons.png) no-repeat -100px -1050px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}


.modal {
	width: 1040px;
	background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 29px 33px 33px 33px;
	margin: 50px auto;
	position: absolute;
	top: -99999px;
	left: -99999px;
}

#ajax_container {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
.mfp-content .modal {
	position: relative;
	top: 0;
	left: 0;
}
.modal h2 {
	color: #69391b;
	font: 48px/1 SourceSansPro-Semibold;
	letter-spacing: -1px;
	padding: 0 0 31px 0;
	display: block;
}
.modal h2.line {
	text-align: center;
	border-bottom: 1px solid #f3eeeb;
	padding: 0 0 23px 0;
	margin: -8px 0 0 0;
}
.modal h3 {
	color: #69391b;
	font: 24px/1 SourceSansPro-Semibold;
	padding: 5px 0 10px 0;
	clear: both;
	display: block;
}
.modal h4 {
	color: #69391b;
	font: 30px/1 SourceSansPro-Semibold;
	padding: 0 0 15px 0;
	clear: both;
	display: block;
}
.modal h4.line {
	font: 36px/1 SourceSansPro-Semibold;
	border-top: 1px solid #f3eeeb;
	padding: 24px 0 15px 0;
}
.modal p {
	color: #594b43;
	font: 16px/1.38 SourceSansPro-Regular;
	padding: 0 35px 20px 0;
	display: block;
}
.modal p.important {
	color: #594b43;
	font: 18px/1.33 SourceSansPro-Regular;
	padding: 0 25px 20px 0;
	display: block;
}
.modal ul:not([class]) {
	color: #594b43;
	font: 16px/1.38 SourceSansPro-Regular;
	padding: 0 0 20px 0;
	display: block;
}
.modal ul:not([class]) li {
	padding: 0 0 2px 10px;
	position: relative;
	display: block;
}
.modal ul:not([class]) li:before {
	width: 4px;
	height: 4px;
	content: "";
	background: #82b70f;
    border-radius: 50%;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
.modal .col_left {
	width: 499px;
	float: left;
}
.modal .col_right {
	width: 437px;
	margin: -2px 0 0 0;
	float: right;
}
.modal .gallery {
	width: 100%;
	float: left;
}
.modal .gallery .bx_gallery li img {
	width: 100%;
	vertical-align: top;
}
.modal .gallery .bx_gallery_pager {
	margin: 0 0 11px -11px;
}
.modal .gallery .bx_gallery_pager li {
	width: 91px;
	margin: 11px 0 0 11px;
	float: left;
}
.modal .gallery .bx_gallery_pager li a img {
	width: 100%;
	vertical-align: top;
}
.modal .share {
	width: 100%;
	margin: -1px 0 7px 0;
	float: left;
}
.modal .more_row {
	width: 100%;
	height: 9px;
	text-align: center;
	border-bottom: 1px solid #f3eeeb;
	margin: 5px 0 10px 0;
	float: left;
}
.modal .more_row a {
	color: #69391b;
	font: 13px/1.2 SourceSansPro-Regular;
	text-decoration: underline;
	background: #FFF;
	padding: 0 15px;
	display: inline-block;
}
.modal .more_row a:hover {
	color: #79ab0d;
}
.modal .price_block {
	height: 97px;
	margin: -9px 0 0 0;
	float: right;
}
.modal .col_right .price_block {
	width: 100%;
	background: url(/templates/images/price_block_bg.png) no-repeat;
	padding: 14px 0 0 0;
	margin: 4px 0 17px 0;
	float: left;
}
.modal .col_right .price-block-small {
	background-position: 0 -196px;
}
.modal .price_block li {
	height: 97px;
	border-left: 1px dashed #ede2dc;
	padding: 0 0 0 20px;
	float: left;
}
.modal .price_block li:first-child, .modal .col_right .price_block li {
	border-left: 0;
}
.modal .price_block li .label {
	color: #857972;
	font: 13px/1.2 SourceSansPro-Semibold;
	text-transform: uppercase;
	padding: 13px 0 4px 0;
	display: block;
}
.modal .col_right .price_block li .label {
	padding: 0 0 4px 0;
}
.modal .price_block li .amount_box {
	width: 75px;
	height: 46px;
	margin: 0 21px 0 0;
	position: relative;
	float: left;
}
.modal .price_block li .amount_box.type_1 {
	background: url(/templates/images/icons.png) no-repeat 0 -1400px;
}
.modal .price_block li .amount_box.type_2 {
	background: url(/templates/images/icons.png) no-repeat 0 -1450px;
}
.modal .price_block li .amount_box .input {
	width: 46px;
	font: 26px SourceSansPro-Semibold;
	text-align: center;
	background: #f6f0f0;
	border: 0;
	margin: 6px 0 0 1px;
	float: left;
}
.modal .price_block li .amount_box .up, .modal .price_block li .amount_box .down {
	width: 28px;
	height: 23px;
	position: absolute;
	right: 0;
}
.modal .price_block li .amount_box .up {
	top: 0;
}
.modal .price_block li .amount_box .down {
	bottom: 0;
}
.modal .price_block li .amount_box.type_1 .up {
	background: url(/templates/images/icons.png) no-repeat -100px -1400px;
}
.modal .price_block li .amount_box.type_1 .up:hover {
	background: url(/templates/images/icons.png) no-repeat -150px -1400px;
}
.modal .price_block li .amount_box.type_2 .up {
	background: url(/templates/images/icons.png) no-repeat -100px -1450px;
}
.modal .price_block li .amount_box.type_2 .up:hover {
	background: url(/templates/images/icons.png) no-repeat -150px -1450px;
}
.modal .price_block li .amount_box.type_1 .down {
	background: url(/templates/images/icons.png) no-repeat -100px -1423px;
}
.modal .price_block li .amount_box.type_1 .down:hover {
	background: url(/templates/images/icons.png) no-repeat -150px -1423px;
}
.modal .price_block li .amount_box.type_2 .down {
	background: url(/templates/images/icons.png) no-repeat -100px -1473px;
}
.modal .price_block li .amount_box.type_2 .down:hover {
	background: url(/templates/images/icons.png) no-repeat -150px -1473px;
}
.modal .price_block li .price {
	color: #594b43;
	font: 54px/1 SourceSansPro-Semibold;
	margin: -5px 0 0 0;
	float: left;
}
.modal .price_block li .price .small {
	font: 32px/54px SourceSansPro-Semibold;
}
.modal .price_block.total li .price {
	font: 63px/1 SourceSansPro-Semibold;
	margin: -6px 0 0 0;
}
.modal .price_block.total li .price .small {
	font: 37px/62px SourceSansPro-Semibold;
}
.modal .url_buy {
	width: 247px;
	height: 46px;
	color: #fff;
	font: 18px/46px SourceSansPro-Semibold;
	text-decoration: none;
	background: url(/templates/images/icons.png) repeat-x 0 -1500px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	padding: 0 0 0 52px;
	float: left;
}
.modal .url_buy:hover {
	background: url(/templates/images/icons.png) repeat-x 0 -1550px;
}
.modal .url_orders {
	width: 168px;
	height: 46px;
	color: #eb2145;
	font: 18px/46px SourceSansPro-Semibold;
	text-align: center;
	text-decoration: none;
	background: url(/templates/images/btn.png) repeat-x 0 -300px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	border: 1px solid #ede2dc;
	float: right;
}
.modal .url_orders:hover {
	color: #c1272d;
	background: url(/templates/images/btn.png) repeat-x 0 -350px;
}
.modal .info_box {
	color: #594b43;
	margin: 2px 0 22px 0;
	float: left;
}
.modal .col_right .info_box {
	width: 100%;
	border-bottom: 1px solid #f3eeeb;
	padding: 25px 0 22px 0;
	margin: 0 0 22px 0;
}
.modal .info_box .txt {
	font: 18px/1.2 SourceSansPro-Regular;
	padding: 0 0 10px 0;
	display: block;
}
.modal .info_box .txt span {
	color: #85bd0f;
}
.modal .info_box .phone {
	font: 25px/24px SourceSansPro-Semibold;
	vertical-align: middle;
	padding: 0 0 0 19px;
	margin: 0 25px 0 0;
	position: relative;
	display: inline-block;
}
.modal .info_box .mail {
	color: #594b43;
	font: 16px/24px SourceSansPro-Semibold;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 0 0 27px;
	position: relative;
	display: inline-block;
}
.modal .info_box .phone:before, .modal .info_box .mail:before {
	width: 19px;
	height: 16px;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
}
.modal .info_box .phone:before {
	background: url(/templates/images/icons.png) no-repeat 0 -1600px;
}
.modal .info_box .mail:before {
	background: url(/templates/images/icons.png) no-repeat 0 -1625px;
}
.modal .map {
	width: 100%;
	height: 443px;
	float: left;
}
.modal .url_review {
	color: #49659f;
	font: 13px/1.2 SourceSansPro-Regular;
	text-decoration: none;
	margin: 12px 0 -50px 0;
	position: relative;
	float: right;
}
.modal .url_review:before {
	width: 10px;
	height: 10px;
	content: "";
	background: url(/templates/images/icons.png) no-repeat 0 -1150px;
	position: absolute;
	top: 2px;
	left: -15px;
}
.modal .url_review:hover:before {
	background: url(/templates/images/icons.png) no-repeat -50px -1150px;
}
.modal .review_block {
	width: 100%;
	border-bottom: 1px solid #f3eeeb;
	padding: 22px 0 10px 0;
	margin: 0 0 26px 0;
	float: left;
}
.modal .review_block .list {
	width: 100%;
	padding: 9px 0 21px 0;
	float: left;
}
.modal .review_block .list li {
	width: 50%;
	padding: 0 0 0 80px;
	float: left;
}
.modal .review_block .list li .foto {
	width: 61px;
    border-radius: 50%;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 0 0 -80px;
	float: left;
}
.modal .review_block .list li p {
	color: #594b43;
	font: 14px/1.29 SourceSansPro-Regular;
	padding: 6px 35px 4px 0;
}
.modal .review_block .list li .url {
	color: #69391b;
	font: italic 14px/1.2 SourceSansPro-Regular;
	text-decoration: none;
	display: inline-block;
}
.modal .review_block .list li .url:hover {
	text-decoration: underline;
}
.modal .similar_slaider {
	width: 100%;
	padding: 11px 0 19px 0;
	position: relative;
	float: left;
}
.modal .similar_slaider .bx-wrapper {
	margin: 0 auto;
}
.modal .similar_slaider li a {
	color: #393939;
	text-decoration: none;
}
.modal .similar_slaider li a img {
	width: 100%;
	vertical-align: top;
}
.modal .similar_slaider li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal .similar_slaider li a .txt {
	font: 18px/1.33 SourceSansPro-Regular;
	padding: 13px 0 0 0;
	display: block;
}
.modal .similar_slaider .bx-controls {
	width: 100%;
	float: left;
}
.modal .similar_slaider .bx-controls .bx-controls-direction {
	width: 100%;
	float: left;
}
.modal .similar_slaider .bx-controls .bx-controls-direction a {
	width: 70px;
	height: 78px;
	text-indent: -99999px;
	margin: -39px 0 0 0;
	position: absolute;
	top: 50%;
}
.modal .similar_slaider .bx-controls .bx-controls-direction a.bx-prev {
	background: url(/templates/images/icons.png) no-repeat 0 -1200px;
	left: -72px;
}
.modal .similar_slaider .bx-controls .bx-controls-direction a.bx-prev:hover {
	background: url(/templates/images/icons.png) no-repeat -100px -1200px;
}
.modal .similar_slaider .bx-controls .bx-controls-direction a.bx-next {
	background: url(/templates/images/icons.png) no-repeat 0 -1300px;
	right: -72px;
}
.modal .similar_slaider .bx-controls .bx-controls-direction a.bx-next:hover {
	background: url(/templates/images/icons.png) no-repeat -100px -1300px;
}
.modal .similar_slaider .bx-controls .bx-pager {
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
	float: left;
}
.modal .similar_slaider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
}
.modal .similar_slaider .bx-controls .bx-pager a {
	width: 18px;
	height: 17px;
	text-align: left;
	text-indent: -99999px;
	background: url(/templates/images/icons.png) no-repeat;
	margin: 0 0 0 8px;
	float: left;
}
.modal .similar_slaider .bx-controls .bx-pager a.active {
	background: url(/templates/images/icons.png) no-repeat 0 -25px;
}
.modal .cart_block {
	width: 100%;
	margin: 0 0 24px 0;
	float: left;
}
.modal .cart_block > li {
	width: 100%;
	border-bottom: 1px solid #f3eeeb;
	padding: 30px 0 30px 200px;
	float: left;
}
.modal .cart_block li .foto {
	width: 170px;
	margin: 0 0 0 -200px;
	float: left;
}
.modal .cart_block li h5 {
	font: 30px/1 SourceSansPro-Semibold;
	margin: -1px 20px 20px 0;
	display: block;
}
.modal .cart_block li h5 a {
	color: #69391b;
	text-decoration: none;
}
.modal .cart_block li .txt_box {
	width: 310px;
	float: left;
}
.modal .cart_block li .txt_box p {
	padding: 0;
}
.modal .cart_block li .txt_box p + p {
	padding: 10px 0 0 0;
}
.modal .url_order {
	width: 247px;
	height: 46px;
	color: #fff;
	font: 18px/46px SourceSansPro-Semibold;
	text-decoration: none;
	background: url(/templates/images/icons.png) repeat-x 0 -1650px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	padding: 0 0 0 52px;
	margin: 24px 0 40px 0;
	float: right;
}
.modal .url_order:hover {
	background: url(/templates/images/icons.png) repeat-x 0 -1700px;
}



/* tabs */
.r-tabs .r-tabs-tab {
	display: inline-block;
}
.r-tabs .r-tabs-panel {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
	display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
.r-tabs .r-tabs-nav {
	display: none;
}
.r-tabs .r-tabs-accordion-title {
	display: block;
}
}


/*icheck*/
.icheckbox_minimal {
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-image: url(/templates/images/radio_checkbox.png);
	display: inline-block;
}
ul.list li ul .icheckbox_minimal {
	width: 15px;
	height: 15px;
	background-image: url(/templates/images/filter-small.png);
}
.iradio_minimal {
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-image: url(/templates/images/radio_checkbox.png);
	display: inline-block;
}
.icheckbox_minimal {
	background-position: 0 0;
}
.spec .icheckbox_minimal.checked {
	background-position: 0 -50px;
}
.icheckbox_minimal.checked {
	background-position: 0 -100px;
}
ul.list li ul .icheckbox_minimal.checked {
	background-position: 0 -15px;
}
.iradio_minimal {
	background-position: 0 -150px;
}
.iradio_minimal.checked {
	background-position: 0 -200px;
}

/* Admin bar */
.admin-bar-cont {
	position: fixed;
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	border-radius: 0 10px 0px 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 9999999999;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.admin-bar-cont.atidarytas {
	width: 100%;
	border-radius: 0;
}

.admin-bar-cont .show-btn {
	float: left;
	width: 24px;
	height: 24px;
	background: url('/templates/images/admin-bar/toolbox-icn.png') no-repeat;
	cursor: pointer;
}

.admin-bar-cont .admin-info {
	display: none;
	float: right;
	padding: 0 10px 0 20px;
	color: #fff;
	cursor: default;
}
.admin-bar-cont.atidarytas .admin-info {
	display: inline-block;
}

.admin-bar-cont .admin-menu {
	display: none;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	color: #fff;
}
.admin-bar-cont.atidarytas .admin-menu {
	display: inline-block;
}

.ab-icn-btn {
	float: left;
	padding: 0 0 0 28px;
	margin-right: 22px;
	color: #1ea7db;
	background-repeat: no-repeat;
}
a.ab-icn-btn:hover {
	text-decoration: none;
	color: #6bcc00;
	background-position: 0 -24px;
}
span.ab-icn-btn {
	color: #9e9e9e;
	background-position: 0 -48px;
	cursor: default;
}
.ab-icn-btn.home {
	background-image: url('/templates/images/admin-bar/btn-home-icn.png');
}
.ab-icn-btn.add {
	background-image: url('/templates/images/admin-bar/btn-add-icn.png');
}
.ab-icn-btn.edit {
	background-image: url('/templates/images/admin-bar/btn-edit-icn.png');
}

#order_form .contact_form {
	width: 431px;
	height: 382px;
	padding: 14px 0 10px 0;
	margin: 0 0 0 53px;
	float: right;
}
#order_form .contact_form .form li {
	width: 100%;
	padding: 11px 0 4px 0;
	float: left;
}
#order_form .contact_form .form li.success {
	color: #7fb50f;
	font: 24px/1.2 SourceSansPro-Regular;
	text-align: center;
	padding: 138px 0 0 0;
}
#order_form .contact_form .form li.success .big {
	font: 30px/1.2 SourceSansPro-Semibold;
	display: block;
}
#order_form .contact_form .form li label {
	width: 100px;
	color: #8f796d;
	font: 16px/1.2 SourceSansPro-Regular;
	padding: 8px 0 0 0;
	float: left;
}
#order_form .contact_form .form li .input, #order_form .contact_form .form li textarea {
	width: 278px;
	color: #69391b;
	font: 14px SourceSansPro-Regular;
	background: #fbf8f8;
    border-radius: 6px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #dbdbdb;
	padding: 8px 8px 7px 8px;
	float: right;
}
#order_form .contact_form .form li textarea {
	height: 115px;
	resize: none;
	overflow: auto;
}
#order_form .contact_form .form li .input:focus, #order_form .contact_form .form li textarea:focus {
	border: 1px solid #79ab0e;
}
#order_form .contact_form .form li .input.error, #order_form .contact_form .form li textarea.error {
	color: #cd676b;
	border: 1px solid #ce686b;
}
#order_form .contact_form .form .order_btn {
	width: 247px;
	height: 46px;
	color: #fff;
	font: 18px/46px SourceSansPro-Semibold;
	text-decoration: none;
	background: url(/templates/images/icons.png) repeat-x 0 -1650px;
    border-radius: 8px;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.14);
	padding: 0 0 0 52px;
	margin: 0 0 40px 0;
	float: right;
}
.modal .cart_block li .remove-block {
	float: right;
	background: url(/templates/images/cancel-h.png) no-repeat;
	width: 18px;
	height: 18px;
	margin: 5px 0 0 0;
	cursor: pointer;
}
.modal .cart_block li .remove-block:hover {
	background: url(/templates/images/cancel.png) no-repeat;
}

#cart_modal.modal.empty_cart .info_box {
	text-align: center;
	width: 100%;
	margin: 40px auto 0 auto;
}
#cart_modal.modal.empty_cart h2 a {
	color: #85bd0f;
	text-decoration: none;
}
#cart_modal.modal.empty_cart h2 a:hover {
	text-decoration: underline;
}
.mfp-s-loading {
	background: url(/templates/images/loading.gif) center center no-repeat!important;
	font-size: 1px;
}
.fancybox-skin .mfp-close {
	top: -15px;
	right: -15px;
}
.price-block table {
	border-color: #b8886e;
}
.price-block table tr td {
	padding: 10px 20px;
	border-color: #b8886e;
}
.price-block table tr:first-child td {
	background: #b8886e;
	color: #ffffff;
	font-size: 15px;
	height: 53px;
	vertical-align: middle;
}
.leftside {
	display: inline-block;
	vertical-align: top;
	width: 255px;
}
.leftside ul li {
	background: #b8886e;
	margin: 0 0 1px 0;
}
.leftside ul li:hover, .leftside ul li.selected {
	background: #fbc046;
}
.leftside ul li a {
	display: block;
	color: #ffffff;
	font: 16px SourceSansPro-Regular;
	text-decoration: none;
	padding: 15px;
}
.leftside ul li:hover a, .leftside ul li.selected a {
	color: #6a391c;
}
.leftside ul li.selected-sub {
	background: #68930c;
	padding: 0 0 29px 0;
}
.leftside ul li.selected-sub a, .leftside ul li.selected-sub a:hover {
	color: #fff;
}
.leftside ul li.selected-sub ul {
	margin: 0 0 0 29px;
}
.leftside ul li.selected-sub li {
	background: #68930c;
}
.leftside ul li.selected-sub li a {
	color: #fff;
	font-size: 14px;
	padding: 0;
}
.leftside ul li.selected-sub li a:hover, .leftside ul li.selected-sub li a.act {
	color: #fbc046;
}
.rightside {
	display: inline-block;
	vertical-align: top;
	width: 830px;
	margin: 0 11px 0 20px;
}
.intro_column {
	margin: 0 0 30px 0;
}
.intro_photo {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 20px 0 0;
}
.intro_photo img {
	max-width: 180px;
	max-height: 180px;
}
.intro_block {
	display: inline-block;
	vertical-align: top;
	width: 530px;
}
.intro_block p {
	font: 16px SourceSansPro-Regular;
	line-height: 20px!important;
}
.intro_date {
	display: block;
	color: #6a391c;
	margin: 0 0 11px 0;
}
.page_info {
	font: 16px SourceSansPro-Regular;
	width: 831px;
}
.page_info p {
	line-height: 20px!important;
	padding: 10px 0;
}
.btm-banner {
	text-align: right;
	width: 1105px;
}
.banners img {
	margin: 20px 0 0 0;
}
.subnav {
	margin: 0 0 20px 0;
}
.fixcon {
	width: 1131px;
	margin: 0 auto;
}
.neigaliems {
	float: right;
	display: block;
	color: #6a391c;
	font: 12px SourceSansPro-Regular;
	clear: both;
}
#newsletter-holder {
	background: #fbc046;
	width: 255px;
	height: 190px;
	padding: 15px;
	margin: 20px 0 0 0;
}
#newsletter-holder .this-title {
	color: #6a391c;
	text-align: center;
	font: 24px SourceSansPro-Semibold;
}
.email-input {
	text-align: center;
}
#newsletter-input {
	color: #6a391c;
	font: 16px SourceSansPro-Regular;
	width: 206px;
	height: 36px;
	padding: 0 12px;
	margin: 10px 0 0 0;
	border: none;
}
.submit-input {
	text-align: center;
	padding: 15px 0 0 0;
}
#newsletter-submit {
	background: #82b70f;
	color: #ffffff;
	font: 16px SourceSansPro-Semibold;
	text-align: center;
	width: 144px;
	height: 39px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}
.just-for-printing {
	display: none;
}
@media print {
	.no-printing {
		display: none!important;
	}
	.just-for-printing {
		display: block!important;
	}
	#content .layout .layout-left {
		width: 1180px!important;
	}
	.editable-list-cont {
		width: 1150px!important;
	}
	.editable-view {
		width: 1120px!important;
	}
}
.main-cat-intro {
	font: 16px SourceSansPro-Regular;
	padding-bottom: 20px;
}
.article-gallery {
	width: 100%;
	margin-top: 40px;
}
.article-gallery li {
	display: inline-block;
	text-align: center;
	width: 33%;
	padding-bottom: 20px;
}