/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Containers
--------------------------------------------------------------*/
@font-face {
	font-family: 'FontAwesome';
	src: 	url('../fonts/fontawesome-webfont.eot');
	src: 	local('☺'), url('../fonts/fontawesome-webfont.woff') format('woff'), 
			url('../fonts/fontawesome-webfont.ttf') format('truetype'), 
			url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}
*,
*:before, *:after {
	box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus, a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p {
	margin-bottom: 0;
	padding-bottom: 16px;
}
b, strong {
	font-weight: bold;
}
a {
    text-decoration: none;	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;  
}
a:hover, a:focus, a:active {
    text-decoration: none;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0;
	padding: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 1.5rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 15px 15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 12px;
	margin: 0;
	vertical-align: baseline;
}
#login-form label {
	display: block;
}
#login-form #form-login-remember label {
	display: inline-block;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #2b2b2b;
	width: 100%;
}
#login-form .icon-arrow-right {
	display: none;
}
#aside-right .btn {
	margin-top: 5px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
    color: #606060;
    border: 1px solid #ccc;
	height: 30px;
}
textarea {
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
    color: #606060;
    border: 1px solid #ccc;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px 10px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*--------------------------------------------------------------
14.0 Images
--------------------------------------------------------------*/
.pull-left, .pull-right, .pull-none,
.img-intro__left, .img-intro__right, .img-intro__none,
.img-full__left, .img-full__right, .img-full__none {
	max-width: 100%;
}
.img-intro__left {
	float: left;
	margin: 6px 20px 9px 0;
}
 .img-intro__right {
	float: right;
	margin: 6px 0 9px 20px;
 }
.pull-left {
	float: left;
	margin: 0 20px 9px 0;
}
.pull-right {
	float: right;
	margin: 0 0 9px 20px;
}
.pull-none, .img-intro__none {
	float: none;
	margin: 0 0 9px 0;
}

/*--------------------------------------------------------------
14.0 Main
--------------------------------------------------------------*/
html {
	background-color: #DFDFDF;
	background: -webkit-linear-gradient(top, #DFDFDF, #F5F5F5);
	background: -o-linear-gradient(top, #DFDFDF, #F5F5F5);
	background: -moz-linear-gradient(top, #DFDFDF, #F5F5F5);
	background: linear-gradient(top, #DFDFDF, #F5F5F5);
}
body, p {	
	color:#181818;
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	width: 100%;
	
}
.container-fluid {
	max-width: 1030px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
14.0 Header
--------------------------------------------------------------*/
#wg-header-row {
	background-color: #f4f4f4;
	background: -webkit-linear-gradient(top, #f4f4f4, #ffffff, #f7f7f7);
	background: -o-linear-gradient(top, #f4f4f4, #ffffff, #f7f7f7);
	background: -moz-linear-gradient(top, #f4f4f4, #ffffff, #f7f7f7);
	background: linear-gradient(top, #f4f4f4, #ffffff, #f7f7f7);
}
#logo {
	margin-left: -102px;
}
#search #mod-search-searchword {
	max-width: 150px;
}
#search .moduletable.search-mod {
	float: right;
	position: relative;
	text-align: right;
}
#search .moduletable.search-mod input {
	background: -webkit-linear-gradient(#E5E5E5, #EFEFEF);
	background: -o-linear-gradient(#E5E5E5, #EFEFEF);
	background: -moz-linear-gradient(#E5E5E5, #EFEFEF);
	background: linear-gradient(#E5E5E5, #EFEFEF);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
} 
#search .moduletable.search-mod .btn {
	background: #b4b4b4;
	border: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
14.0 Navigation
--------------------------------------------------------------*/
.navigation .select-menu {
	display: none;
}
#wg-navigation-row .row-fluid {
	background-color: #C8C8C8;
	background: -webkit-linear-gradient(top, #C8C8C8, #D6D6D6, #C8C8C8);
	background: -o-linear-gradient(top, #C8C8C8, #D6D6D6, #C8C8C8);
	background: -moz-linear-gradient(top, #C8C8C8, #D6D6D6, #C8C8C8);
	background: linear-gradient(top, #C8C8C8, #D6D6D6, #C8C8C8);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	margin: 20px 0;
	padding: 0 10px;
}
.navigation .sf-menu li a {
	border-right: 1px solid #BEBAB7;
	color: #231f20;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
}
.navigation .sf-menu li:hover a,
.navigation .sf-menu li.active a {
	color: #77ac20;
}
.navigation .sf-menu li:last-child a {
	border: none;
}
.navigation ul.sf-menu {
	display: table;
	width: 100%;
}
.navigation ul.sf-menu > li {
	display: table-cell;
	float: none;
	padding: 13px 0;
	text-align: center;
}
.navigation .sf-menu ul {
	background: #CCCCCC;
	top: 46px !important;
	text-align: left;
	width: 215px;
}
.navigation .sf-menu ul li a {
	border: none;
	color: #231f20 !important;
	padding: 5px 30px;
}
.navigation .sf-menu ul li:hover a,
.navigation .sf-menu ul li.active a {
	background: #E8E8E8;
	color: #77ac20 !important;
}

/*--------------------------------------------------------------
14.0 Typography
--------------------------------------------------------------*/
h1	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #77AC20;
	font-weight: normal;
	
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #062C53;
	line-height: 11px;
	padding: 0;
}
h3, .djc_title {
	color: #85C437;
	font-size: 16px;
	line-height: 18px;
}
h3 a {
	  color: #85C437;
}
h4 	{
	color: #333;
	font-size: 14px;
}
h5 {
	color: #85C437;
	font-size: 12px;
}
a {
	color: #77AC20;
}

/*--------------------------------------------------------------
14.0 Feature
--------------------------------------------------------------*/
#wg-feature-row {
	background: -webkit-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: -o-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: -moz-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 4px 6px 0px #CCC;
	-moz-box-shadow: 0px 4px 6px 0px #CCC;
	-o-box-shadow: 0px 4px 6px 0px #CCC;
	box-shadow: 0px 4px 6px 0px #CCC;
	color: #FFF;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 15px;
	padding: 15px 0;
}
#wg-feature-row .custom.feature-banner {
	max-width: 81%;
}
#wg-feature-row .moduletable.feature-banner {
	position: relative;
}
#wg-feature-row .moduletable.feature-banner:after {
	content: url(../images/banner.png);
	position: absolute;
	right: 0;
	top: -35px;
}
#wg-feature-row .custom.feature-banner p {
	padding: 0;
}

/*--------------------------------------------------------------
14.0 Component
--------------------------------------------------------------*/
#wg-content-row .content-inner {
	background: #F9F9F9;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 15px 8px #e7e7e7 inset;
	-moz-box-shadow: 0 0 15px 8px #e7e7e7 inset;
	-o-box-shadow: 0 0 15px 8px #e7e7e7 inset;
	box-shadow: 0 0 15px 8px #e7e7e7 inset;
	margin-bottom: 20px;
}
#wg-content-row #component {
	padding: 20px;
}
.page-header h2 {
	color: #77ac20;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
#wg-content-row #component a {
	color: #80c11f;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	text-decoration: none;
}
#wg-content-row #component li {
	font-size: 11px;
	list-style: circle;
}
/* Producers */
.body-homepage #djcatalog .djc_items .djc_image img, 
.body-homepage #djcatalog .djc_related_items .djc_image img {
	background: #FFF;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 15px 2px #e7e7e7 inset;
	-moz-box-shadow: 0 0 15px 2px #e7e7e7 inset;
	-o-box-shadow: 0 0 15px 2px #e7e7e7 inset;
	box-shadow: 0 0 15px 2px #e7e7e7 inset;
}
.body-homepage #djcatalog .djc_items .djc2_cols_1 .djc_image, 
.body-homepage #djcatalog .djc_items .djc2_cols_2 .djc_image {
	margin: 0;
	overflow: inherit;
}
.body-homepage #djcatalog .djc_items .djc_item_bg, 
.body-homepage #djcatalog .djc_related_items .djc_item_bg {
	background: none;
}
#djcatalog .djc_subcategories_grid .djc_subcategory_bg {
	background: #EEE;
}
#djcatalog .djc_subcategories_grid .djc_image,
#djcatalog .djc_items .djc_image img, #djcatalog .djc_related_items .djc_image img {
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float: left;
	margin-right: 15px;
	padding: 3px;
}
#djcatalog .djc_subcategories_grid .djc_title {
	text-align: left;
}
#djcatalog .djc_subcategories_grid .djc_title h3 {
	margin-top: 0;
}
#wg-content-row #component #djcatalog .djc_subcategories_grid .djc_title h3 a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}
#djcatalog .djc_subcategories_grid .djc_image img {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.djc_description {
	overflow: hidden;
}
.readon {
	padding-top: 15px;
}
#wg-content-row #component .item-pageproduct-catalogues ul > li {
	list-style-type: none;
	position: relative;
}
.body-product-catalogues .item-pageproduct-catalogues ul li a:before {
	display: inline-block;
	vertical-align: top;
    font: 12px/18px Fontawesome;
    color: #181818;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
	left: -15px;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	text-align: center;
}
.body-product-catalogues .item-pageproduct-catalogues ul li a[href*=".pdf"]::before { 
	content: '\f019'; 
}
.body-product-catalogues .item-pageproduct-catalogues ul li a[href*=".jpg"]::before,
.body-product-catalogues .item-pageproduct-catalogues ul li a[href*=".png"]::before { 
	content: '\f03e'; 
}
.rsform-block td {
	font-size: 11px;
}
.componentheading {
	color: #77ac20;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}

/*--------------------------------------------------------------
14.0 Aside
--------------------------------------------------------------*/
#aside-right {
	border-left: 1px solid #d7d7d7;
	-webkit-border-radius: 0 16px 16px 0;
	-moz-border-radius: 0 16px 16px 0;
	-o-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
	-webkit-box-shadow: 10px 1px 15px 0px #e7e7e7 inset;
	-moz-box-shadow: 10px 1px 15px 0px #e7e7e7 inset;
	-o-box-shadow: 10px 1px 15px 0px #e7e7e7 inset;
	box-shadow: 10px 1px 15px 0px #e7e7e7 inset;
	padding: 20px;
}
.moduletable.aside_press ul {
	margin-left: 0;
}
.moduletable.aside_press ul > li:first-child {
	margin-right: 20px;
}
.moduletable.aside_press ul > li {
	display: inline-block;
	list-style: none;
	width: 45%;
}
.moduletable.aside_press .read-more a {
	font-weight: bold;
}

/*--------------------------------------------------------------
14.0 Footer, Copyright
--------------------------------------------------------------*/
#wg-footer-wrapper {
	background: -webkit-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: -o-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: -moz-linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	background: linear-gradient(top, #7FAE2C, #A1CB41, #7FAE2C);
	border-bottom: 1px solid #FFF;
	-webkit-box-shadow: 0px 4px 6px 0px #CCC;
	-moz-box-shadow: 0px 4px 6px 0px #CCC;
	-o-box-shadow: 0px 4px 6px 0px #CCC;
	box-shadow: 0px 4px 6px 0px #CCC;
	color: #0d0d0d;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.footer-menu .nav > li {
	display: inline-block;
}
.footer-menu .nav > li a {
	color: #0d0d0d;
	padding: 0 18px;
}
.footer-menu .nav > li a:hover {
	color: #77ac20;
}
#copyright a {
	color: #000;
	text-decoration: underline;
}
#back-top {
	bottom: 85px;
	position: fixed;
	right: 20px;
	z-index: 99;
}
#back-top a {
	color: #606060;
	display: block;
	font: 12px/16px "Droid Sans",sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 52px;
}
#back-top span {
	background: url(../images/up-arrow.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	display: block;
	height: 51px;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 51px;
}