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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	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 img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
embed, iframe, object {
	max-width: 100%;
}

/* =Global
----------------------------------------------- */
html {
	height:101%;
	background-color:#333;
}
body, input, textarea {
	color: #333;
	font-size: 13px;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	line-height: 20px;
	word-wrap: break-word;
}
.background {
	position:absolute;
	background: url("images/shared/background.png") no-repeat center top;
	top:0px;
	width:100%;
	margin: 0 auto;
	z-index:-1;
}
.wrapper {
	width: 950px; /*was max-width */
	padding: 0 10px;
	margin: 0 auto;
	z-index:2;
}
.container {
	margin: 0 auto;
   max-width: 978px;
   height:100%;
   /* width: 94%; */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #58A51E;
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}
h3{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight:bold;
}
h4 {
	font-size: 24px;
	line-height: 30px;
}
h5 {
	font-size: 22px;
	line-height: 28px;
}
h6 {
	font-size: 19px;
	line-height: 25px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top:0px !important;
}
.no-margin-bottom {
	margin-bottom:0px !important;
}
.no-margin-left {
	margin-left:0px !important;
}
.no-margin-right {
	margin-right:0px !important;
}
.no-padding-top {
	padding-top:0px !important;
}
.no-padding-bottom {
	padding-bottom:0px !important;
}
.no-padding-left {
	padding-left:0px !important;
}
.no-padding-right {
	padding-right:0px !important;
}
.no-border-top {
	border-top:0 none !important;
}
.no-border-bottom {
	border-bottom:0 none !important;
}
.no-border-left {
	border-left:0 none !important;
}
.no-border-right {
	border-right:0 none !important;
}

/* Horizontal Line */
hr {
	border-color: #eaeaea;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
}
pre, code, kbd {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 19px;
	background-color: #F9F9F9;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
}

/* Superscript and Subscript */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border-left: 4px solid #58A51E;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}
blockquote p {
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Breadcrumb */
#breadcrumbs {	
	float:left;
	width:100%;
	font-size: 11px;
	color:#666;
	padding-left:2px;
}
#breadcrumbs a {	
	color: #666;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
	color:#58A51E;
}

/* Buttons */
a.button {
   border: 1px solid #CEA500;
   color: #000;
   line-height:27px;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   height: 27px;
   margin-bottom: 10px;
   padding: 0px 20px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #FFCC00;
	background: -webkit-linear-gradient(#FFCC00, #E8B900);
	background: -moz-linear-gradient(#FFCC00, #E8B900);
	background: -ms-linear-gradient(#FFCC00, #E8B900);
	background: -o-linear-gradient(#FFCC00, #E8B900);
	background: -webkit-gradient(#FFCC00, #E8B900);
	background: linear-gradient(#FFCC00, #E8B900);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
a.button:hover {
	text-decoration:none;
	background: #FFCC00;
	background: -webkit-linear-gradient(#E8B900, #FFCC00);
	background: -moz-linear-gradient(#E8B900, #FFCC00);
	background: -ms-linear-gradient(#E8B900, #FFCC00);
	background: -o-linear-gradient(#E8B900, #FFCC00);
	background: -webkit-gradient(#E8B900, #FFCC00);
	background: linear-gradient(#E8B900, #FFCC00);
}
a.contact {
	width:161px;
	text-align:center;
}



/* Forms */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea {
	padding: 10px;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 100%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus, 
textarea:focus {
	border: 1px solid #ccc;
}
input.s {
	background: url(images/search.png) no-repeat right 6px #fff;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 0;
	padding: 3px 33px 3px 0;
	height: 22px;
	color: #bbb;
	font-style: italic;
	margin: 0;
	border-color: transparent;
	cursor: pointer;
	text-indent: 25px;
}
input.s:focus {
	width: 100px;
	padding-left: 10px;
	border-color: #eaeaea;
	text-indent: 0;
}
input[type="reset"], 
input[type="button"], 
input[type="submit"] {
   border: 1px solid #0596AF;
   color: #fff;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   height: 40px;
   margin-bottom: 30px;
   padding: 0px 25px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
input[type="reset"]:active, 
input[type="button"]:active, 
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	
}

/* Links */
a {
	color: #58A51E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus, a:active {
	text-decoration:none;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
	
}
img#wpstats {
 	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#productsmenu a.assistive-text:active, #productsmenu a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third {
	clear: both;
}

/* Readmore */
a.readmore {
   border: 1px solid #0596AF;
   color: #fff;
	display:inline-block;
   padding: 5px 25px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
	float: right;
	background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
a.readmore:hover {
	background: -webkit-linear-gradient(#06C0E1, #05aac6);
	background: -moz-linear-gradient(#06C0E1, #05aac6);
	background: -ms-linear-gradient(#06C0E1, #05aac6);
	background: -o-linear-gradient(#06C0E1, #05aac6);
	background: -webkit-gradient(#06C0E1, #05aac6);
	background: linear-gradient(#06C0E1, #05aac6);
}
a.readmore:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
a.more-link:hover {
	text-decoration: underline;
}	

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
----------------------------------------------- */
#branding {
	margin-top: 0px;	
}
.hgroup-wrap {
	padding-top: 0px;
	/* padding-bottom: 51px; */
	padding-bottom:16px;
}
.hgroup-wrap a {
	display: block;
}
#site-logo {
	float:left;
  	margin-top: 20px;
}
#site-title {
	font-size: 36px;
}
#site-title a {
	color: #58A51E;	
}
#site-title a img {
	vertical-align: inherit;
	/* max-width: 798px; */
	max-width: 374px;	
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #58A51E;
}
#site-description {
	font: 13px 'PT Sans', sans-serif;
	line-height: 20px;
	color: #777;
}
.hgroup-right {
	float: right;
	margin-top: 38px;
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* =TOPMenu NIEUW
-------------------------------------------------------------- */
#topmenu {
	float:right;
}
#topmenu li {
	float: left;
	position: relative;
	padding: 0 0 0 20px;
}
#topmenu a {
	color: #FFF;
	display: block;
	float: left;
	font-size: 15px;
	letter-spacing:1px;
	text-transform: lowercase;
	height:24px;
	padding-top:55px;
}
#topmenu a:hover, 
#topmenu ul li.current-menu-item a, 
#topmenu ul li.current_page_ancestor a, 
#topmenu ul li.current-menu-ancestor a, 
#topmenu ul li.current_page_item a,
#topmenu ul li:hover > a {
	border-bottom: 3px solid #FBC900;
	text-decoration:none;
}

/* FOOTERMENU
-------------------------------------------------------------- */
.footermenu-wrapper {
	width: 950px; /*was max-width */
	padding: 0 10px;
	margin: 0 auto;
}
#footermenu {
	float:right;
}
#footermenu li {
	float: left;
	padding: 0 0 0 30px;
}
#footermenu a {
	color: #D1D1DD;
	display: block;
	float: left;
	font-size: 13px;
	letter-spacing:2px;
	text-transform: lowercase;
	line-height:40px;
}
#footermenu a:hover, 
#footermenu ul li.current-menu-item a, 
#footermenu ul li.current_page_ancestor a, 
#footermenu ul li.current-menu-ancestor a, 
#footermenu ul li.current_page_item a,
#footermenu ul li:hover > a {
	text-decoration:none;
	color: #FAC900;
}


/* PRODUCTSMENU
-------------------------------------------------------------- */
#productsmenu {
	float:left;
	width:100%;
	height:40px;
	background: url("images/shared/menu_bg.png") repeat-x;
	margin-top:16px;
}
#productsmenu li {
	float: left;
	position: relative;
}
.default-menu {
	display: none;
}
#productsmenu a {
	color: #fff;
	display: block;
	 float: left;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	padding:0 15px 0 15px;
	letter-spacing:0.8px;
}
#productsmenu a:hover, 
#productsmenu ul li.current-menu-item a, 
#productsmenu ul li.current_page_ancestor a, 
#productsmenu ul li.current-menu-ancestor a, 
#productsmenu ul li.current_page_item a,
#productsmenu ul li:hover > a {
	background: url("images/shared/menu_bg_hover.png") repeat-x;
	text-decoration:none;
}


#productsmenu a:hover, 
#productsmenu ul li.current-menu-item li a, 
#productsmenu ul li.current_page_ancestor li a, 
#productsmenu ul li.current-menu-ancestor li a, 
#productsmenu ul li.current_page_item li a,
#productsmenu ul li:hover li > a {
	background:none;
	background:#ddd;
	text-decoration:none;
}

/* Dropdown */
#productsmenu ul li ul, 
#productsmenu ul li:hover ul ul, 
#productsmenu ul ul li:hover ul ul, 
#productsmenu ul ul ul li:hover ul ul, 
#productsmenu ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 9999;
}
#productsmenu ul li:hover ul, 
#productsmenu ul ul li:hover ul, 
#productsmenu ul ul ul li:hover ul, 
#productsmenu ul ul ul ul li:hover ul,
#productsmenu ul ul ul ul ul li:hover ul {
	display:block;
}
#productsmenu ul li ul {
	position: absolute;
	background-color: #ddd;
	border-top: 4px solid #58A51E;
	top: 39px;
	left: 0px;
	width: 190px;
}
#productsmenu ul li ul li {
	float: none;
	border-bottom: 1px solid #EAEAEA; 
	padding: 0;
}
#productsmenu ul li ul li a, 
#productsmenu ul li.current-menu-item ul li a, 
#productsmenu ul li ul li.current-menu-item a,
#productsmenu ul li.current_page_ancestor ul li a, 
#productsmenu ul li.current-menu-ancestor ul li a,
#productsmenu ul li.current_page_item ul li a {
	float: none;
	line-height: 21px;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 6px 10px;
	color: #333;
	text-transform: capitalize;
}
#productsmenu ul li ul li a:hover, #productsmenu ul li ul li:hover > a, #productsmenu ul li.current-menu-item ul li a:hover {
	background-color: #F9F9F9;
	color: #58A51E;
}
#productsmenu ul li ul li ul {
	left: 190px;
	top: -4px;
}
#productsmenu select { 
	display: none;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider, 
.featured-slider .slider-cycle {
	
	overflow:hidden;
	float:left;
	width:708px;
	height:323px;
	position: relative;
}
.featured-slider .slider-cycle .slides img {
	border-top:1px solid #58A51E;
	border-bottom:1px solid #58A51E;
	border-left:1px solid #58A51E;
	width:709px;
	min-height:323px;
}
.featured-slider .displayblock {
	display: block;
	
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	top: 147px;
	left: 15px;	
	color: #000;
}
.featured-text .featured-title {
	line-height: 30px;
	padding: 10px 10px 0 10px;
	background: #58A51E;
	background: rgba(255, 255, 255, 0.8);
	float: left;
	width: 462px;
	font-size:19px;
}
.featured-text .featured-title a {
	color: #000;
}
.featured-text .featured-content {
	padding: 10px 10px 29px 10px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	float: left;
	clear: right;
	width: 462px;
	font-size:12px;
	height:80px;
	overflow:hidden;
}

/* Controllers */
#controllers {
	bottom: 15px;
	left: 15px;	
	text-align:right;
	line-height:0;
	position: absolute;
	width: 462px;
	padding: 10px 10px 10px 10px;
	float:left;
	bottom: 15px;
	z-index: 1000;
}
#controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow:hidden;
	display:inline-block;
	color: #999;
	background-color: #999;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#controllers a:hover, #controllers a.active {
	background-color: #333;
	color: #333;
}

/* =CONTACT
----------------------------------------------- */
.contact-blok {
	float:right;
	background-color:#EEF0EB;
	border-top:1px solid #58A51E;
	border-right:1px solid #58A51E;
	border-bottom:1px solid #58A51E;
	height:296px;
	width:201px;
	padding:15px 20px 10px 20px;
	font-size: 13px;
	letter-spacing:1px;
	line-height:16px;
}

/* CONTENT
----------------------------------------------- */
#main {
	padding: 50px 0 10px;
}
#main select {
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 40px;
	padding: 10px 8px;
	width: 100%;
	color: #777777;
}
#main form input, #main form textarea {	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    padding-bottom: 15px;
}
#content ul {
	list-style-type: disc;
}
#content ul, #content ol {
	margin: 0 0 20px 30px;
}
#content ul a, #content ol a {
	color: #777;
}
#content ul a:hover, #content ol a:hover {
	text-decoration: none;
	color: #58A51E;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 15px;
}
.service-item .service-icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.6);
	float: left;
	display: block;
	margin-right: 20px;
	text-align: center;
}
.service-item .service-icon img {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#content .service-item .service-title {
	font-size: 20px;
	line-height: 25px;
	color: #58A51E;
	display: block;
	overflow: hidden;
	padding-top: 7px;
	padding-bottom: 0;
}
.sticky {
	background-color: #E6E6E6;
   padding: 20px;
}

#primary {
	float: left;
	margin-left: 3.06%;
	width: 65.64%;
}
#content .post {
	padding-top: 10px; 
   padding-bottom: 40px;   
	border-top: 1px solid #eaeaea;
}
.page-title-wrap {
	background-color: #F9F9F9;
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0; 
}
.page-title {
	font-size: 24px;
	line-height: 30px;
	color:#58A51E;	
	font-weight: normal;
	float: left;
	padding-top: 2px;
}
.page-title a {
	color: #58A51E;
}
.entry-title,
.entry-header .entry-meta {
 
}
.entry-header {
}

.entry-title,
.entry-title a {
	color: #58A51E;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #58A51E;
}
.entry-meta-bar {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0;
	clear: both;
}
.entry-meta {
	width: 84.89%;
	float: left;
	padding-top: 2px;
}
.entry-meta a {
	color: #58A51E;
}
.entry-meta a:hover {
	color: #58A51E;
}
.entry-meta span {
   padding: 0 5px;
   display: inline-block;
}
.tags {
	margin-bottom: 50px;
}
.tags a {
	color: #888;	
	padding: 0 0 0 10px;
}
.tags a:hover {
	color: #58A51E;
}
.single-author .entry-meta .by-author {
	
}
.post-featured-image {
	margin-bottom: 30px;
	max-width: 700px;
}
.post-featured-image a {
	display: block;
}
.entry-content dt, 
.comment-content dt {
	font-weight: bold;
}
.entry-content dd, 
.comment-content dd {
   margin-bottom: 20px;
}
.entry-content {
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	
}
.entry-content h3,
.comment-content h3 {
	
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.page-link {

}
.page-link a {

}
.page-link a:hover {

}
.page-link span {

}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a.button {
	line-height:26px;
}
.one-half, .one-third, .one-fourth  {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 20px;
}
.one-half {
	width: 47.03%;
}
.one-third {	
	width: 30.36%;
}
.one-fourth {	
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: left;
	margin-left: 3.06%;
	width: 31.28%;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
    float: right;
}
.left-sidebar-template #secondary {
    float: left;
}

/* One Column Template */
.one-column-template .wrapper {
	width: 708px; 
}
.one-column-template .container {
	width: 668px;
}
.no-sidebar-template #content {
	width: 668px;
	margin: 0 auto;
}

/* Single Page */
.single .entry-meta {
   float: none;
   width: 100%;
}
.single .entry-meta-bar {
   padding-bottom: 10px;
}
.single #content .post {
	border-top: 0 none;
   padding-top: 0px;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img, .image-attachment div.attachment a:hover img, .image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}



/* Default wp-page */ 
#content ul.default-wp-page {
	margin: 0;
	list-style: none;
	margin-bottom: 40px;	
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 7px 0 0; 
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
   display: inline-block;
   color: #777;
   background-color: #f9f9f9;
   border: 1px solid #eaeaea;     	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 8px 2px;
}
ul.default-wp-page li a:hover {
   border: 1px solid #0596AF;
   color: #fff !important; 
   background: #06B8D7;
	background: -webkit-linear-gradient(#06B8D7, #05aac6);
	background: -moz-linear-gradient(#06B8D7, #05aac6);
	background: -ms-linear-gradient(#06B8D7, #05aac6);
	background: -o-linear-gradient(#06B8D7, #05aac6);
	background: -webkit-gradient(#06B8D7, #05aac6);
	background: linear-gradient(#06B8D7, #05aac6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);	
}
ul.default-wp-page li a:active {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}

/* =Footer
----------------------------------------------- */
.footer {
	width:100%;
	height:40px;;
	float:left;
	background:#222222;
}
.copy {
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	float:left;
	background:#333333;
	color:#929292;
	font-size:11px;
	letter-spacing:1px;
	padding-bottom:10px;
}
	.copy a {
		color:#929292;
	}
	.copy a:hover {
		color:#FAC900;
		text-decoration:none;
	}


/* RESPONSIVE
-------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
	.wrapper { 
		width: 708px; 
	}
	.container {
		/* width: 668px; */
		max-width:736px;
	}
	.background {
		top:-10px;	}
	.footermenu-wrapper {
	width: 708px; /*was max-width */ }
	.clearfix-half {
		clear: both;
	}
	#topmenu a {
		font-size: 13px;
		letter-spacing:0.5px;
		height:24px;
		padding-top:45px;
	}
	#productsmenu {
		height:30px;
		margin-top:0px;	
	}
	#productsmenu a {
		font-size: 11px;
		text-transform: uppercase;
		line-height: 30px;
		padding:0 8px 0 8px;
		letter-spacing:0px;
	}
	#productsmenu ul li ul {
		top: 29px;
	}
	#productsmenu ul li ul li a, 
	#productsmenu ul li.current-menu-item ul li a, 
	#productsmenu ul li ul li.current-menu-item a,
	#productsmenu ul li.current_page_ancestor ul li a, 
	#productsmenu ul li.current-menu-ancestor ul li a,
	#productsmenu ul li.current_page_item ul li a {
		line-height: 16px;
		font-size: 11px;
		padding: 5px 8px;
		color: #333;
	}
	.footer {
		height:30px;
	}
	#footermenu a {
		font-size: 12px;
		letter-spacing:2px;
		line-height:30px;
	}
	.contact-blok {
		display:none; }
	.featured-slider {
		margin-bottom:12px;
		margin-top:-15px;
	}	
	.featured-slider .slider-cycle .slides img {
		width:706px;
		border-right:1px solid #58A51E;
	}
	.clearfix-third {
		clear: none;
	}
	#site-title {
		line-height:70px;
	}
	#site-title a img {
		width: 250px;	
	}
	#primary, #secondary, 
	#colophon .widget {
	   float: none;
	   margin-left: 0;
	   width: 100%;
	}
	.slogan-wrap .slogan {
		width: 77.5%;
	}
	.no-sidebar-template #content {
		margin: 0 ;
		width: 100%;
	}
	/* Column */
	.column {
		margin-left: -2.99%;
	}
	.one-half, 
	.one-third, 
	.one-fourth  {
		margin: 0 0 0 2.90%;
	}
	.one-third, .one-fourth {
	    width: 30.43%;
	}	
	.widget_service .one-third, 
	.widget_service .one-fourth {	
		width: 47.02%;
	}
	#colophon .widget-area {
		margin-left: 0;
	}
	#colophon .widget_info, #colophon .widget_text {
		margin-bottom: 30px;
	}
}


@media only screen and (max-width: 767px) {
	#topmenu {
		float:left;
	}
	#topmenu ul {		
		margin-top:20px;
	}
	#topmenu li {
		padding: 0 5px 0 5px;
	}
	#topmenu a {
		color: #58A51E;
		font-size: 13px;
		letter-spacing:0px;
		text-transform: none;
		padding-top:0px;
		margin-bottom:5px;
	}
	#topmenu a:hover, 
	#topmenu ul li.current-menu-item a, 
	#topmenu ul li.current_page_ancestor a, 
	#topmenu ul li.current-menu-ancestor a, 
	#topmenu ul li.current_page_item a,
	#topmenu ul li:hover > a {
		height:21px;
	}
	#productsmenu {
		float:left;
		width:100%;
		height:auto;
		background: none;
		margin-top:0px;
	}

	#productsmenu a {
		color: #fff;
		display: block;
		float: left;
		font-size: 13px;
		text-transform: uppercase;
		line-height: 32px;
		padding:0 10px 0 10px;
		letter-spacing:0.5px;
		width:100%;
		background: #58A51E;
		border-bottom:2px solid #468617;
	}
	#productsmenu a:hover, 
	#productsmenu ul li.current-menu-item a, 
	#productsmenu ul li.current_page_ancestor a, 
	#productsmenu ul li.current-menu-ancestor a, 
	#productsmenu ul li.current_page_item a,
	#productsmenu ul li:hover > a {
		background: #468617;
	}
	#productsmenu ul li ul {
		position:static;
		background-color: none;
		border-top: none;
		top: 0px;
		margin-top:34px;
		left: 0px;
		width: 190px;
	}
	#productsmenu ul li ul li a, 
	#productsmenu ul li.current-menu-item ul li a, 
	#productsmenu ul li ul li.current-menu-item a,
	#productsmenu ul li.current_page_ancestor ul li a, 
	#productsmenu ul li.current-menu-ancestor ul li a,
	#productsmenu ul li.current_page_item ul li a {
		float: none;
		line-height: 21px;
		font-size: 13px;
		font-weight: normal;
		height: auto;
		padding: 6px 10px;
		color: #333;
		text-transform: capitalize;
		background-color: #ddd;
		border-bottom:2px solid silver;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.wrapper { 
		width: 448px; 
	}
	.container {
		max-width:476px;
	}
	.background {
		top:-10px;
	}
	.footermenu-wrapper {
		width: 456px; 
	}
	.clearfix-half {
		clear: both;
	}
	.one-half, 
	.one-third, 
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-third, 
	.widget_service .one-fourth {
		width: 448px;
	}

	#topmenu li {
		width:214px;
	}
	#topmenu a {
		width:auto;
	}
	#productsmenu a {
		width:428px;
	}

}

@media only screen and (max-width: 479px) { 
	.wrapper { 
		width: 290px; 
	}
	.container {
		max-width:318px;
	}
	.background {
		top:-10px;	}
	.footermenu-wrapper {
		width: 298px; 
	}
	.clearfix-half {
		clear: both;
	}
	.one-half, 
	.one-third, 
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-third, 
	.widget_service .one-fourth {
		width: 290px;
	}
	#topmenu li {
		width:135px;
	}
	#topmenu a {
		width:auto;
	}
	#productsmenu a {
		width:270px;
	}
	#footermenu {
		float:left;
	}
	#footermenu li {
		float: left;
		padding: 0 0 0 10px;
	}
	#footermenu a {
		color: #D1D1DD;
		display: block;
		float: left;
		font-size: 13px;
		letter-spacing:2px;
		text-transform: lowercase;
		line-height:40px;
		width:290px; 
	}
	.footer {
		width:100%;
		height:auto;
		float:left;
		background:#222222; 
	}
	/* fix height code for inner floating div */
	.footer:after { content: ".";display: block;clear: both;visibility: hidden; line-height: 0;	height: 0; } 
	.footer { display: inline-block; }
	html[xmlns] .footer { display: block; }
	* html .footer { height: 1%; }
	/* end of fix height code */
}