body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
	font-family: 'Open Sans';
}

h1 {
	font-weight: 400;
	font-size: 20pt;
	color: #7A9B49;
}

h2 {
	font-weight: 400;
	font-style: Italic;
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
	font-weight: 600;
}

h4 {
	font-weight: 600;
	font-size: 8pt;
	color: #E6E7E8;
}

h5 {
	font-weight: 700;
	font-size: 24pt;
	color: #00A14B;
}

iframe {
	margin-left: 20px;
}

a {
	color: #7A9B49;
}

a.fancy {
	color: #555559;
	text-decoration: none;
}

.tags a {
	color: #7A9B49;
	text-decoration: underline;
}

::-webkit-input-placeholder {
	color: white;
}

:-moz-placeholder {
	color: white;
}

::-moz-placeholder {
	color: white;
}

:-ms-input-placeholder {
	color: white;
}

.login-textbox::-webkit-input-placeholder {
	color: #BCBEC0;
}

.login-textbox:-moz-placeholder {
	color: #BCBEC0;
}

.login-textbox::-moz-placeholder {
	color: #BCBEC0;
}

.login-textbox:-ms-input-placeholder {
	color: #BCBEC0;
}

.header {
	min-width: 100%;
	display: inline-block;
	margin-bottom: -5px;

}

.header-content { 
	height: 500px;
	color: #fff;
	text-decoration: none;
	font-size: 13pt;
	font-weight: 600;
}

.logo {
	float: left;
}

.search {
	float: right;
	display: block;	
	width: 24px;
	height: 24px;
	position: relative;
}

.search:hover {

}

.search:hover  .search-box{
	display: block;
}

.search-text {
	padding: 5px;
	font-size: 18px;
	outline: none;
	background-color: #7A9B49;
	border: 1px solid #717171;
	color: white;
	font-weight: 600;
	width: 575px;
	height: 16px;
}

.search-container {
	height: 24px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}

.search-box {
	display: none;
	background-color: #7A9B49;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 640px;
	height: 300px;
	box-shadow: 0 0 5px #000;
}

.search-content {
	margin: 10px;
}

.search-results {
	width: 100%;
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 20px;
}

.result-product {
	margin-left: 15px;
	color: white;
	text-decoration: none;
}

.language-bar {
	float: right;
	margin-right: 100px;
	position: relative;
}

.language-bar  a{
	color: #939597;
	text-decoration: none;
	font-size: 13pt;
	font-weight: 600;
}

.menu {
	clear: right;
	float: right;
	margin-top: 40px;
}

.social-bar{
	position: absolute;
	bottom: 0px;
	background-color: white;
	height: 35px;
	text-align: right;
}

.content {
	min-width: 100%;
	display: inline-block;
	margin-bottom: -5px;
	background-color: #E6E7E8;
	color: #555559;

}

.content-content {
	background-color: white;
}

.content-column {
	position: relative;
	float: left;
	height: 355px;
	background-color: white;
	font-size: 8pt;
	font-weight: 600;
}

.content-column-1 {
	width: 220px;
}

.content-column-2 {
	width: 440px;
}

.content-column-padding {
	padding: 32px 15px 1px;
}

.content-column-more {
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
}

.content-column-seperator {
	float: left;
	width: 1px;
	height: 355px;
	background-position: 0 22px;
	background-repeat: no-repeat;
	background-image: url('/img/column_seperator.png');
	background-color: white;
}

.content-row-seperator {
	height: 5px;
	background-repeat: no-repeat;
	background-image: url('/img/row_seperator.png');
}

.post {
	font-weight: 600;
	font-size: 9pt;
}

.post-column-1 {
	width: 845px; 
	margin-bottom: 15px;
}
.post-column-2 {
	margin-left: 230px; 
	width: 620px;
}
.post-column-3 {
	width: 223px;
}

.post-bottom {
	width: 653px;
	border-top: 1px solid #C2B59B;
	padding-bottom: 20px;
	margin-left: 230px;
}

.back-to-top {
	cursor: pointer; 
}

.to-top {
	cursor: pointer;
}

.product-width {
	width: 850px;
}

.filters {
	margin-right: 15px;
}

.product-filters-header {
	font-weight: 600;
	font-size: 10pt;
	color: #555559;
	cursor: pointer;
}

.product-filter-column {
	width: 25%;
	position: relative;
}

.product-category-logo {
	position: absolute;
	top: -15px;
	right: 25px;
}

.product-image {
	display: block;
	margin: 20px auto 10px;
}

.product-vsep {
	float: left;
	width: 10px;
	height: 465px;
	background-repeat: no-repeat;
	background-position: 0px 30px;
	background-image: url("/img/product_vsep.png");
}

.product-vsep.last {
	width: 1px;
}

.product-hsep {
	float: left;
	margin-left: -30px;
	width: 1103px;
	height: 10px;
	background-color: #E6E7E8;
}

.subs {
	margin-top: -1px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #58595B;
	border-bottom: 1px solid #58595B;
	width: 200px;
	height: 160px;
	float: left;
	font-family: 'Georgia';
	font-size: 11pt;
	font-weight: 600;
}

.subs img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sub_products {

}

.sub_categories {

}

.category-products {
	margin-top: 100px;
	width: 450px;
	float: right;
}

.registration-form {
	border-spacing: 10px;
}

.registration-form-row {
	height: 44px;
	outline: 1px solid #CFD1D2;
}

.registration-form-cell {
	font-weight: 600;
	font-size: 10pt;
	color: #363637;
	width: 150px;
	border-right: 1px solid #CFD1D2;
	padding-right: 5px;
	padding-left: 20px;
}

.form-left{
	width: 280px;
	float:left;
}

.form-right{
	width: 280px;
	float: right;
}

.contact-form {
	padding: 20px;
	background-color: #E6E7E8;
}

.contact-form-elements {
	height: 22px;
	width: 100%;
}

.height5 {
	height: 100px;
}

.footer {
	min-width: 100%;
	display: inline-block;
	margin-bottom: -5px;
	background-color: #594A42;
	color: white;
	font-weight: 600;
	font-size: 8pt;
}

.footer-content {
	height: 265px;
}

.footer-column {
	float: left;
	width: 20%;	
}

.footer-column2 {
	float: left;
	width: 40%;	
}

.footer-menu a {
	text-decoration: none;
	color: white;
	font-weight: 600;
	font-size: 8pt;	
}

.border-bottom-1 {
	border-bottom: 1px solid;
}

.spacer-10 {
	clear: both;
	height: 10px;
}

.spacer-30 {
	clear: both;
	height: 30px;
}

.content-width {
	width: 1103px;
}

.margin-lr-auto {
	margin-left: auto;
	margin-right: auto;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

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

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-46 {
	margin-top: 46px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-bottom-110 {
	margin-bottom: 110px;
}

.margin-left-10{
	margin-left: 10px;
}

.margin-left-15{
	margin-left: 15px;
}

.margin-left-20{
	margin-left: 20px;
}

.margin-left-25 {
	margin-left: 25px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-35 {
	margin-left: 35px;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-right-15 {
	padding-right: 15px;
}

.block {
	display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.width-full {
	width: 100%;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.button {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #7A9B49;
}

.textbox {
	color: #ffffff;
	background-color: #594A42;
	border-bottom: 1px solid;
}

.register-textbox {
	height: 20px;
	padding-left: 10px;
	width: 350px;
}

.register-textarea {
	padding-left: 10px;
	width: 350px;
}

.register-button {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #939597;
	width: 171px;
	height: 44px;
	font-weight: 700;
	font-size: 15pt;
}

.register-text {
	text-align: justify;
	margin-top: 250px;
	margin-left: -55px;
	width: 255px;
	display: none;
}

.login-textbox {
	width: 100%;
	border-bottom: 1px solid #BCBEC0;
}

.login-button {
	padding-right: 10px;
	padding-left: 10px;
	color: white;
}

#login-form {
	display: none;
}

input[type=checkbox] {
	visibility: hidden;
	display: none;
}


/* SQUARED ONE */
.squared {
	height: 19px;
}

.squaredOne {
	width: 17px;
	height: 17px;
	position: relative;
	margin-bottom: 10px;
}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 17px;
	height: 17px;
	border: 1px solid #555559;
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url('/img/check_btn.png');
}

.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.masonry {
	max-width: 851px;
	width: 851px;
	
/*	background-image: url('/img/product_vsep.png');*/
}

.masonry .item {
	position: relative;
	width:  205px;
	height: 450px;
	float: left;
	margin-top: 30px;
	
	background-color: #fff;
/*	box-shadow:2px 2px 2px #aaa;*/
}

.item.w2 { width:  420px; }
.item.w3 { width:  635px; }
.item.w4 { width:  850px; }

.show {
	display: none;
}

.single-product {
	font-family: 'Open Sans';
	padding: 0px 15px 30px 15px;
	width: 1070px;
}.single-product-images {	clear: both;}

.single-product-description {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 11pt;
	color: #555559;
	float: left;
	width: 550px;
	margin-left: 15px;
}

#map-canvas { 
	height: 300px;
}

#map-canvas2 { 
	height: 300px;
}

.map {
	height: 400px;
	width: 300px;
}

.mapcanvas {
	height: 400px;
	width: 300px;
}