/*
Theme Name: Camylle
Theme URI: http://www.i-desire.nl
Author: i-desire.nl | internetdiensten
Author URI: http://www.i-desire.nl
Version: 1.0
Text Domain: camylle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */

/* HTML5 */
article, aside, dialog, figure, figcaption, footer, header, hgroup, menu, nav, section { display: block; margin: 0; padding: 0; }

/* Reset */
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, input, textarea{ margin: 0; padding: 0; }
html, body { height: 100%; width: 100%; }
ul { list-style: none; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
input::-moz-focus-inner { padding: 0; border: 0; }
img { -ms-interpolation-mode: bicubic; }

/* Text styles */
h1, h2, h3, h4 {
	color: #000000;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 28px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 6px;
}

p,ul,ol,dl {
	padding-bottom: 10px;
}
dl {
	display: table;
	width: 100%;
	padding: 0;
	line-height: 1.2;
}
dl br {
	display: none;
}
dl + br {
	display: none;
}
dt {
	display: table-cell;
	vertical-align: middle;
	margin-right: 7px;
	width: 25px;
	font-size: 20px;
	color: #519146;
}
dd {
	display: table-cell;
	vertical-align: middle;
}

ul,ol {
	list-style-position: inside;
}
ul li {
	background: url(images/bullet.png) 0 0 no-repeat;
	padding-left: 12px;
}
a {
	color: #519146;
}

a:hover,a:focus {
	color: #1a3f20;
}
ol {
	margin: 0 0 20px 20px;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
button[disabled],
input[disabled] {
    cursor: default;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.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-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {

}
.site-content {
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
}
/* Header */
.site-header {

}
.site-header h1,
.site-header h2,
.site-header .site-title {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a,
.site-header .site-title a {
	background: url('images/logo.png') no-repeat;
	width: 160px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1,
.site-header .site-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	/*margin-bottom: 1rem;*/
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}



/* Footer */
footer#colophon {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	clear: both;
	color: #49743f;
	font-weight: bold;
	height: 1%;
	padding: 15px 0;
	margin-top: 40px;
	font-family: Tahoma, Arial;
	text-align: center;
}

footer#colophon p {
	font-size: 13px;
	color: #49743f;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	text-align: center;
}
footer#colophon .addthis_toolbox {
	float: right;
	margin: 8px 0 0 0;
}
footer#colophon ul {
	padding: 5px 0;
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	text-align: left;
}
footer#colophon ul li:first-child .seperator {
	display: none;
}
footer#colophon ul li {
	line-height: 20px;
	background: none;
	padding: 0;
	display: inline-block;
}
footer#colophon ul li .seperator {
	display: inline-block;
	margin: 0 4px 0 0;
}

footer#colophon a,
footer#colophon .separator {
	font-size: 13px;
	color: #49743f;
	font-weight: bold;
	text-decoration: none;
}

footer#colophon a:hover,
footer#colophon a:focus {
	color: #666;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.post-news .entry-header {
	margin-bottom: 5px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	position: relative;
	overflow: hidden;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 6px;
	line-height: 1.5;
	font-size: 14px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 5px 12px 15px 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background: #fff url(images/bg-body.png) 0 0 repeat-x;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
.site .container {
	position: relative;
	margin: 0 auto;
	width: auto;
}
.site-content {
	float: left;
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}

.mobile-icon {
	position: absolute;
	top: 23px;
	right: 0;
	background: url(images/icon_menu.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
}
.main-navigation {
	display: none;
	position: absolute;
	left: 0;
	top: 66px;
	width: 100%;
	background: #f1f7f0;
	padding: 0;
	z-index: 30;
}
.main-navigation ul {
	display: block;
	width: 100%;
	padding: 0;
	border-top: 1px solid #c1dabb;
	border-bottom: 1px solid #f0f6ef;
}
.main-navigation li {
	display: block;
	line-height: 40px;
	background: none;
	border-bottom: 1px solid #c1dabb;
}
.main-navigation a {
	display: block;
	color: #519146;
	font-weight: 700;
	line-height: 40px;
	background: none;
	padding: 0 13px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px solid #f0f6ef;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #1a3f20;
	text-decoration: none;
}
.main-navigation .current-menu-ancestor a,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item,
.main-navigation .current_page_item a,
.main-navigation .current_page_item a:hover,
.main-navigation .current-page-ancestor a,
.main-navigation li:hover a {
	color: #1a3f20;
}
.main-navigation li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    top: 39px;
    left: auto;
    *left: 0;
    margin: 0 0 0 -1px;
    padding: 15px 0 10px 0;
    width: auto;
    border: 1px solid #c1dabb;
    background-color: #f7faf6;
    z-index: 1;
}
.main-navigation li:hover.menu-item-has-children ul.sub-menu {
    display: block;
}
.main-navigation li.menu-item-has-children ul.sub-menu li {
    position: static;
    float: none;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
}
.main-navigation li.menu-item-has-children ul.sub-menu a {
    background: none;
    color: #519146;
    display: block;
    float: left;
    font-weight: 700;
    height: auto;
    line-height: 1.8em;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.main-navigation li.menu-item-has-children ul.sub-menu li.current-menu-ancestor a,
.main-navigation li.menu-item-has-children ul.sub-menu li.current-menu-item a,
.main-navigation li.menu-item-has-children ul.sub-menu li:hover a {
    color: #1a3f20;
}

.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    right: -1px;
    z-index: 3;
    border: none;
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    min-height: 100%;
    padding: 0;
}
.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
    padding: 0;
}
.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li:first-child {
    padding-top: 20px;
}
.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    font-weight: normal;
}
.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current-menu-item a,
.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
    font-weight: bold;
}
.main-navigation li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
    display: block;
}
.main-navigation li.menu-item-has-children ul.sub-menu li:hover.menu-item-has-children {
    width: 400px;
}

.shoppingcart {
	position: relative;
	display: block;
	background: url(images/btn_shoppingcart.png) no-repeat 15px center;
	width: 100%;
	height: 39px;
	font-width: 13px;
	font-family: Tahoma, Arial;
	color: #4b7543;
	font-weight: bold;
    overflow: hidden;
	border-bottom: 1px solid #c1dabb;
}
.shoppingcart div.total {
	position: relative;
	display: block;
	margin: 3px -20px 0 45px;
}
.shoppingcart div.products {
	position: relative;
	display: block;
	color: #e49100;
	font-size: 16px;
	margin: 0 -20px 0 45px;
}
.shoppingcart a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
	background: url(images/blank.gif) repeat;
	display: block;
	font-size: 0;
	text-indent: -9999px;
}
.shoppingcart a:hover,
.shoppingcart a:focus {
	background: none;
}

#lng-nav {
	position: absolute;
	top: 20px;
	right: 30px;
	background: #4a7640 url(images/bg-lng.png) 0 0 no-repeat;
	color: #99ca8f;
	height: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	width: 80px;
}
#lng-nav a {
	color: #d6ebd2;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#lng-nav a:hover, #lng-nav a.active { color: #fff; }

#newsbox {
	display: none;
	background: #f5f5f5 url(images/bg-newsbox.png) 0 0 no-repeat;
	height: 30px;
	margin-bottom: 20px;
	position: relative;
	width: 940px;
}
#newsbox h2 {
	background: #333 url(images/bg-newsbox.png) 0 0 no-repeat;
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
#newsbox ul {
	float: left;
	height: 30px;
	padding: 0;
	width: 760px;
}
#newsbox li {
	background: none;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	width: 760px;
}
#newsbox li a { text-decoration: none; }
#newsbox li a span {
	color: #999;
	display: block;
	float: left;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 100px;
}
#newsprev, #newsnext {
	background-color: #d6ebd2;
	background-image: url(images/bg-prevnext.png);
	background-repeat: no-repeat;
	height: 16px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 7px;
	width: 16px;
}
#newsprev {
	background-position: 0 0;
	right: 29px;
}
#newsprev:hover, #newsnext:hover { background-color: #333; }
#newsprev:hover { background-position: 0 -16px; }
#newsnext:hover { background-position: -16px -16px; }

#newsnext {
	background-position: -16px 0;
	right: 7px;
}

#slideshow {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#slideshow h2 {
	display: none;
	position: absolute;
	top: 40%;
	right: 10%;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	z-index: 10;
	max-width: 40%;
}
#slideshow #slides img {
	width: 100%;
	height: auto;
}
#slideshow #mask {
	display: none;
	background: url(images/mask.png) 0 0 no-repeat;
	height: 400px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 940px;
	z-index: 20;
}

#eyecatchers {
	display: block;
	text-align: center;
	width: 100%;
}

#eyecatchers article, #buywhere {
	display: inline-block;
	height: 250px;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
#buywhere {
	float: right;
	margin-top: 2px;
}

#eyecatchers a, #buywhere a {
	display: block;
	height: 250px;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	max-width: 300px;
}
#eyecatchers a img, #buywhere a img {
	width: 100%;
	height: auto;
}

#eyecatchers a:hover, #buywhere a:hover {
	text-decoration: none;
}

#eyecatchers a img, #eyecatchers a div, #buywhere a, #buywhere a div {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

#eyecatchers a div, #buywhere a div {
	height: 220px;
	left: 20px;
	text-align: center;
	top: 20px;
	width: 260px;
	max-width: 260px;
	z-index: 20;
}

#eyecatchers a h2, #buywhere a h2 {
	color: #000;
	padding:0;
}

#eyecatchers a p, #buywhere a p {
	color: #666;
}

#eyecatchers #eye2 a h2 {
	color: #fff;
}

#eyecatchers #eye2 a p {
	color: #999;
}

.home .woocommerce_home {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0 5px 0;
}
.home .woocommerce_home h2 {
    display: block;
    color: #171717;
    font-weight: bold;
    font-family: Tahoma, Arial;
    font-size: 24px;
    padding-bottom: 15px;
}
.home .woocommerce a {
    position: relative;
    float: left;
    background: none;
    width: 295px;
    border: 1px solid #9f9f9f;
    padding: 14px 0;
    text-align: center;
    margin: 0 0 20px 24px;
    text-decoration: none;
}
.home .woocommerce a.first {
    margin-left: 0;
}
.home .woocommerce a .title {
    display: block;
    clear: both;
    color: #49743f;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma, Arial;
    text-align: center;
}
.home .woocommerce a .price {
    display: block;
    clear: both;
    color: #49743f;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma, Arial;
    text-align: left;
    border-top: 2px solid #c6c6c6;
    padding: 10px 0 0 0;
    margin: 5px 20px 0 20px;
}
.home .woocommerce a img {
    display: inline-block;
    width: auto;
    max-height: 135px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 10px 0;
}

#crumbs {
	display: none;
	font-size: 11px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#crumbs a {
	display: block;
	color: #666;
	float: left;
	text-decoration: none;
}
#crumbs a:hover { text-decoration: underline; }

#crumbs span.arrow {
	background: url(images/crumbs-seperator.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	vertical-align: middle;
	width: 30px;
}

.entry-content #content {
	position: relative;
	float: right;
	width: 100%;
}
.full-width .entry-content #content {
	margin-left: 0;
}
/*#main.wrapper {
	background: url(images/banner.jpg) no-repeat 0 75px;
}*/

#secondary,
aside {
	position: relative;
	float: left;
	width: 220px;
}
#secondary,
aside#sidebar {
	margin-bottom: 20px;
}
#secondary aside,
#sidebar nav {
	background: #2f2f2f url(images/bg-sidebar.png) 0 0 no-repeat;
	padding-top: 10px;
}
#secondary span.btm,
#sidebar ul {
	background: #2f2f2f url(images/bg-sidebar.png) bottom left no-repeat;
	padding-bottom: 10px;
}
#secondary span.btm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#secondary h3 {
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 6px;
}
#secondary .contactbox {
	width: 190px;
	padding: 15px 15px 5px 15px;
	color: #ceefd2;
}
#secondary a {
	color: #ffffff;
}
#sidebar nav {
	background: #49743f url(images/bg-sidebar.png) 0 0 no-repeat;
	padding-top: 10px;
}
#sidebar ul {
	background: #49743f url(images/bg-sidebar.png) bottom left no-repeat;
	padding-bottom: 10px;
}

#sidebar li {
	background: none;
	border-top: 1px solid #519146;
	font-weight: bold;
	padding: 0;
}
#sidebar .promo, #sidebar li:first-child {
	border: 0;
}
#sidebar #news-archives {
	font-size: 11px;
	padding-top: 20px;
	text-align: right;
}

#sidebar li a {
	display: block;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
#sidebar li a:hover { text-decoration: underline; }

#sidebar li ul {
	background: none;
	padding: 0 0 5px 0;
}
#sidebar li li {
	border: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
}
#sidebar li li a {
	border: 0;
	color: #d6ebd2;
	padding: 2px 15px;
}


#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

body {
	background: #fdf7e7;
	color: #555555;
	font: 12px/16px Arial, Verdana, sans-serif;
	text-align: center;
}
body .site {
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}

/* Woocommerce */
body.woocommerce .entry-content #content .images {
    position: relative;
    float: left;
}
body.woocommerce .entry-content #content .images a.woocommerce-main-image img {
    max-width: 299px;
    max-height: 240px;
    overflow: hidden;
}
body.woocommerce .entry-content #content .images .thumbnails a {
    width: auto;
}
body.woocommerce .entry-content #content .images .thumbnails a img {
    max-width: 68px;
    max-height: 55px;
    overflow: hidden;
    margin-left: 9px;
}
body.woocommerce .entry-content #content .images .thumbnails a.first img {
    margin-left: 0;
}

#content .woocommerce ul.products li.product {
	background: none;
	min-width: 204px;
	border: 1px solid #e0e0e0;
	padding: 14px 0;
	text-align: center;
	margin: 0 0 20px 0;
	width: 100%;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
	float: left;
	clear: none!important;
	margin: 24px 0 0;
}

#content .woocommerce ul.products li.product.last {
	margin-right: 0;
}

.woocommerce #payment div.payment_method_ogone, .woocommerce-page #payment div.payment_method_ogone {
	background: url(http://www.abisco.be/wp-content/themes/abisco/images/icon_paymentmethods.png) no-repeat right center #dcdcd8;
}

#content .woocommerce ul.products li.product a h3 {
	width: 95%;
	height: 40px;
	font-size: 14px;
	color: #49743f;
	font-weight: bold;
	font-family: Tahoma, Arial;
	margin: 0 0 10px 0;
}
#content .woocommerce ul.products li.product-category a h3 {
    color: #e49100;
}
#content .woocommerce ul.products li.product a img {
	display: inline-block;
	width: 178px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-bottom: 2px solid #c6c6c6;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
}
#content .woocommerce ul.products li.product a span.price {
	color: #49743f;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	text-align: left;
	margin: 0 0 15px 14px;
	text-align: center;
}
#content .woocommerce ul.products li.product a span.price .from {
	text-transform: none;
	color: #49743f;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial;
	text-align: left;
}
#content .woocommerce a.button {
	background: #e49100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	text-shadow: none;
	float: right;
	margin: 0 14px 0 0;
	background: #e49100 url(images/icon_shoppingcart.png) no-repeat 8px 0px;
	padding: 6px 10px 6px 35px;
}
#content .woocommerce a.button.add_to_cart_button {
	display: inline-block;
	max-width: none !important;
	font-size: 11px;
}
#content .woocommerce a.added_to_cart:before {
	content: "";
	display: block;
	clear: both;
}
#content .woocommerce a.added_to_cart {
	display: block;
	font-size: 11px;
}
#content .woocommerce ul.products li.product a img,
#content .woocommerce-page ul.products li.product a img {
    width: inherit;
    max-width: 150px;
}

#gmapplugin {
	position: relative;
	float: none;
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}
.storeIntro {
	display: block;
	margin-top: 60px;
	margin-bottom: 60px;
}

.storeIntro h2 {
	display: block;
	text-align: center;
	color: #519146;
}

.storeIntro form {
	display: block;
	text-align: center;
}

.storeIntro form select {
	padding: 10px 30px 10px 15px;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	margin: 0 15px;
	width: 250px;
	border-color: #dcdcdc;
}

.gm-style .gm-style-iw {
	font-size: 14px;
}

/*style the box*/
.gm-style .gm-style-iw {
	background-color: #ffffff !important;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block !important;
}

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p{
	padding: 0 40px;
}


/*style the arrow*/
.gm-style div div div div div div div div {
	background-color: #ffffff !important;
	padding: 0;
	margin: 0;
	padding: 0;
	top: 0;
	color: #fff;
	font-size: 16px;
}

/*style the link*/
.gm-style div div div div div div div div a {
	color: #f1f1f1;
	font-weight: bold;
}

.storeOverview {
	margin-top: 60px;
}
.storeOverview .region {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px 0;
}
.storeOverview .region > .title {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #e4e4e4;
	margin: 15px 0 0 0;
	padding: 0 0 6px 0;
	font-size: 20px;
	font-weight: bold;
	color: #519146;
}
.storeOverview .stores {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 15px 0;
}
.storeOverview .store {
	position: relative;
	display: block;
	padding-bottom: 50px;
}
.storeOverview .store:after {
	content: "";
	display: block;
	clear: both;
}
.storeOverview .store .title {
	position: relative;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 5px 0;
}
.storeOverview .store .image-container {
	position: relative;
	display: table;
	text-align: center;
	height: 130px;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #dcdcdc;
}
.storeOverview .store .image-container .image {
	display: table-cell;
	vertical-align: middle;
}
.storeOverview .store .image-container .image img {
	display: block;
	max-height: 120px;
	width: auto;
	margin: 0 auto;
}
.storeOverview .store .cat {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
}

.storeOverview .store .button {
	position: absolute;
	bottom: 0;
}

.storeOverview .store .button a {
	text-decoration: none;
	color: #519146;
	font-size: 16px;
	font-weight: bold;
}

.storeOverview .store .button a:hover {
	text-decoration: underline;
}

.storeOverview .store .hide {
	display: none;
}
.storeOverview .store dt {
	margin-right: 7px;
	width: 25px;
	font-size: 20px;
	color: #519146;
}

#content .gform_wrapper .top_label input[type="submit"] {
	position: relative;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border: none;
}
#content .gform_wrapper .top_label input[type="submit"] {
	margin: 0 0 20px 0;
}
#content .gform_wrapper .top_label input[type="submit"],
.more-link {
	background: #e49100 url(images/bg-submit.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	height: 26px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 120px;
	border: none;
}
.more-link:hover {
	color: #ffffff;
}

.dealer-list {
	float: left;
	width: 940px;
}
.dealer-list li {
	background: none;
	margin: 0 10px;
	float: left;
	padding: 0;
	width: 290px;
	border-right: 1px solid #ddd;
}
.dealer-list li.last {
	border: none;
}
.dealer-list dl{
	padding-left: 125px;
}
.dealer-list dt { width: auto; margin-right: 5px;}
.dealer-list dd { padding: 0; margin: 0; }
.dealer-list .hide{display: none;}
.dealer-list div{
	float: left;
	min-height: 140px;
	margin-right: 10px;
	line-height: normal;
}
.dealer-list div img{
	margin-top: 5px;
}
.dealer-list p.cat{
	clear: both;
	padding-right: 10px;
	height: 30px;
	font-size: 11px;
}


.dealer-list div.addthis_toolbox,
.dealer-list div.addthis_toolbox div {
	min-height: 0;
	clear: both;
}
.dealer-list div.addthis_toolbox {
	margin: 0 0 30px 0;
}

section#content .children {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 0 0;
}
.entry-image {
	position: relative;
	float: left;
	width: 178px;
	height: 156px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 22px 10px 0;
}
section#content .children .child {
	position: relative;
	float: left;
	width: 178px;
	height: 236px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 62px 30px 0;
}
section#content .children .child.last {
	margin: 0 0 30px 0;
}
section#content .children .child h2 {
	position: relative;
	float: none;
	width: 166px;
	margin: 1px auto 0 auto;
	padding: 5px 0 0 0;
	border-top: 2px solid #cccccc;
	display: inline-block;
}
section#content .children .child h2,
section#content .children .child h2 a {
	font-size: 16px;
	color: #e49100;
	text-decoration: none;
	line-height: 1.6em;
}
section#content .children .child .image {
	position: relative;
	float: left;
	width: 178px;
	height: 178px;
}

.downloads {
	background: #F7F7F7;
	border: 1px solid #d6d6d6;
	padding: 15px;
	clear: both;
	margin-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.downloads ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.downloads ul li {
	background: none;
	padding: 0;
	margin: 0;
}

.product-data {
	background: #f7f7f7;
	padding: 20px 20px 10px;
	float: right;
	width: 340px;
	margin: 0 0 20px;
}
.product-img {
	float: left;
	width: 310px;
	position: relative;
	margin-bottom: 20px;
}
.product-gallery {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: left;
}
.product-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-gallery ul li {
	background: #fff;
	float: left;
	display: inline;
	margin: 0 20px 15px 0;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.product-gallery ul li img {
	max-width: 100px;
}

#content .gform_wrapper .top_label .gfield_label {
	margin: 0;
	line-height: 1em;
}
#content .gform_wrapper ul.gform_fields li {
	position: relative;
	width: 380px;
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#content .gform_wrapper ul.gform_fields li ul.gfield_radio li {
	margin: 0;
	padding: 0;
}
#content .gform_wrapper .top_label .gfield_label {
	background: #fff;
	position: absolute;
	left: 7px;
	top: 8px;
	font-weight: normal;
}
#content .gform_wrapper .top_label li.gfield.nolabel .gfield_label {
	position: relative;
	left: auto;
	top: auto;
}
#content .gform_wrapper .gfield_required {
	color: #d92b2b;
	font-size: 12px;
}
#content .gform_wrapper .top_label input[type="text"],
#content .gform_wrapper .top_label input[type="url"],
#content .gform_wrapper .top_label input[type="email"],
#content .gform_wrapper .top_label input[type="tel"],
#content .gform_wrapper .top_label input[type="number"] {
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 2px 2px #F7F7F7;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #5D4E3A;
	font-family: inherit;
	height: 18px;
	padding: 4px;
	width: 300px;
}
#content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin: 2px;
}
#content .gform_wrapper .gfield_description {
	color: #999;
	display: block;
	padding: 2px 0 0 0;
}
#content .gform_wrapper .top_label textarea.textarea {
	height: 100px;
	margin: 0;
	overflow: auto;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 2px 2px #F7F7F7;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #5D4E3A;
	font-family: inherit;
	padding: 4px;
	width: 300px;
}
#content .gform_wrapper .gform_heading {
	margin-bottom: 2px;
}
#content .gform_wrapper span.gform_description {
	color: #666;
	font-size: 11px;
}
#content .gform_wrapper span.gform_description span {
	color: #c00;
}
#content .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}
#content .gform_wrapper div.validation_error {
	background: #ea1c1c;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	text-transform: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .gform_wrapper li.gfield.gfield_error {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	padding: 0;
	margin: 0;
}
#content .gform_wrapper .ginput_container + .gfield_description.validation_message {
	padding: 0;
	margin: 0;
}
#content .gform_wrapper .top_label .gfield_description.validation_message,
#content .gform_wrapper .gfield_description.validation_message {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #c00;
	font-weight: bold;
	padding: 5px 0;
	position: relative;
	float: left;
	width: 380px;
}
#content .gform_wrapper .top_label .gfield_description.validation_message,
#content .gform_wrapper .gfield_description.validation_message,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	color: #c00;
}
#content .gform_wrapper li.gfield_error input[type=text],
#content .gform_wrapper li.gfield_error input[type=url],
#content .gform_wrapper li.gfield_error input[type=email],
#content .gform_wrapper li.gfield_error input[type=tel],
#content .gform_wrapper li.gfield_error input[type=number],
#content .gform_wrapper li.gfield_error input[type=password],
#content .gform_wrapper li.gfield_error textarea {
	border: 1px solid #d92b2b !important;
}

.entry-content.content-small #content {
	float: left;
	width: 350px;
}
.entry-content.content-small #eyecatchers {
	position: relative;
	float: right;
	width: 300px;
}

.date-cat {
	color: #999;
	font-size: 10px;
}
.more-link {
	margin: 15px 0 0 0;
	position: relative;
	display: table;
}

.blog section#content {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-bottom: 15px;
}
.blog section#content:first-of-type {
	padding-top: 0;
	border-top: none;
}

/* Woocommerce */
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	background: #f7f7f7;
	padding: 20px 20px 10px;
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.woocommerce div.product div[itemprop="offers"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.woocommerce div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product p.price {
	background: #49743F;
	color: #fff;
	text-align: right;
	margin: 0px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	float: right;
	padding: 6px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 14px;
}
.woocommerce table.variations input[type="radio"] {
	margin: 0 5px 0 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: auto;
}
.woocommerce ul,
.woocommerce ul li {
	background: none;
}
.woocommerce .shipping {
	background: #fdf7e7;
	color: #49743f;
}
.woocommerce input#place_order.button.alt, .woocommerce-page #content input.checkout-button.button.alt {
	background: #e49100;
	border-color: #e49100;
	padding: 10px 40px;
	font-size: 17px;
	letter-spacing: 1px;
	/*text-shadow: 0 0px 0 rgba(255,255,255,0);*/
	margin-left: 98px;
	font-weight: bold;
}
.woocommerce #customer_details {
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0px -1px 24px 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce-page form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	font-size: 110%;
}

.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
	font-size: 1em;
}

.woocommerce-page #content table.cart input {
	vertical-align: top;
	font-weight: normal;
}


.half {float:left;width:45%;margin-right:5px;}

/* iValue */
.woocommerce .shop_table td.actions {
	background: #efefef;
}

.woocommerce .cart-collaterals .cart_totals table {
	width: 300px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 50%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	text-align: right;

}

.woocommerce .discount {
	background: #c6e482;
}

.woocommerce .discount .amount {
	padding-left: 5px;
}
.c2a {
    border: 1px solid #49743f;
    padding: 5px;
    background: #f1f7f0;
    border-radius: 4px;
}

/* Woocommerce tabs */
.woocommerce-tabs {
    position: relative;
    display: block;
    clear: both;
    margin: 45px 0;
}
.woocommerce-tabs ul.tabs {
    position: relative;
    display: block;
}
.woocommerce-tabs ul.tabs li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
}
.woocommerce-tabs ul.tabs li.active {
    background-color: #ffffff;
}
.woocommerce-tabs ul.tabs li a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #394148;
    text-decoration: none;
    font-family: 'PTSansBold', Arial, Verdana;
    padding: 12px 24px;
}
.woocommerce-tabs .panel.entry-content {
    position: relative;
    padding: 20px;
}
.woocommerce-tabs .panel.entry-content iframe {
    margin: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    font-size: 14px;
    text-transform: none;
    color: #878787;
    font-family: 'PTSansRegular', Arial, Verdana;
    background-color: #eeeeee;
    font-weight: normal;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    font-size: 14px;
    text-transform: none;
    color: #878787;
    font-family: 'PTSansRegular', Arial, Verdana;
    font-weight: normal;
    padding: 0 0 0 20px;
    font-style: normal;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    padding: 0;
}
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
    background-color: #eeeeee;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td {
    background-color: #ffffff;
}


.woocommerce .related.products ul.products {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0;
    margin: 20px 0 0 0;
}
.woocommerce .related.products ul.products li.product,
.woocommerce-page .woocommerce .related.products ul.products li.product {
    margin: 0;
}
.woocommerce .related.products ul.products li.product.first,
.woocommerce-page .woocommerce .related.products ul.products li.product.first {
    border-right: 2px solid #d8d8d8;
    margin-right: 20px;
}
.woocommerce .related.products ul.products li.product a.button,
.woocommerce-page .related.products ul.products li.product a.button {
    display: none;
}
.woocommerce .related.products ul.products li.product img,
.woocommerce-page .woocommerce .related.products ul.products li.product img {
    position: relative;
    float: left;
    max-width: 100px;
    max-height: 90px;
    margin: 0 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce .related.products ul.products li.product h3,
.woocommerce-page .woocommerce .related.products ul.products li.product h3 {
    position: relative;
    display: inline-block;
    width: 140px;
    overflow: hidden;
    vertical-align: top;
    font-size: 16px;
    color: #394148;
    font-family: 'ptsansregular', Arial, Verdana;
    text-transform: none;
    font-weight: normal;
}
.woocommerce .related.products ul.products li.product .price,
.woocommerce-page .woocommerce .related.products ul.products li.product .price {
    position: relative;
    float: left;
    width: 140px;
}
.woocommerce .related.products h2 {
    text-transform: none;
    font-family: 'ptsansbold', arial, verdana;
}

.woocommerce div.product form.cart .button {
    background-color: #e49100;
    height: 32px;
}

#content .woocommerce .products a.button.add_to_cart_button
{
    max-width: none !important;
    font-size: 11px;
}

#content .woocommerce .products a.button.add_to_cart_button.added
{
	background-image: none;
	padding-left: 5px;
	margin-right: 19px;
	margin-bottom: 10px;
}

#secondary,
aside#sidebar {
	margin: 0 auto 20px;
	float: none;
	display: block;
}
#secondary:after,
aside#sidebar:after {
	content: "";
	display: block;
	clear: both;
}

/* Tablet */
@media (min-width: 768px) {
	#crumbs {
		display: block;
		padding-bottom: 170px;
	}
	#main.wrapper {
		background: url(images/banner.jpg) no-repeat 0 75px;
	}
	body.home.page #main.wrapper {
		background: none;
	}

	#slideshow h2 {
		display: block;
	}
	#eyecatchers article#eye2 {
		margin: 0 20px;
	}

	.storeOverview .store {
		float: left;
		width: 31%;
		margin-right: 1%;
		margin-left: 1%;
	}

	#content .woocommerce ul.products li.product {
		float: left;
		clear: none;
		width: 30.75%;
		margin: 0 24px 20px 0;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: right;
		clear: none!important;
	}
	#content .woocommerce ul.products li.product a span.price {
		text-align: left;
	}

	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce-page #content div.product div.images {
		float: left;
		width: 310px;
	}
	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce-page #content div.product div.summary {
		float: right;
		width: 340px;
	}
	.woocommerce div.product div[itemprop="offers"] {
		width: 310px;
	}

	footer#colophon,
	footer#colophon p {
		text-align: left;
		float: left;
	}
	footer#colophon ul {
		margin: 0 0 0 25px;
	}
	footer#colophon .menu-footermenu-container {
		float: left;
	}
}

/* Desktop */
@media (min-width: 1010px) {
	.site {
		width: 1010px;
		padding-left: 0;
		padding-right: 0;
	}

	.site .container {
		width: 940px;
	}

	.mobile-icon {
		display: none;
	}
	.main-navigation {
		display: block !important;
		position: relative;
		left: 0;
		top: auto;
		width: 940px;
		background: #f5f5f5 url(images/bg-nav.png) 0 0 no-repeat;
		height: 50px;
		padding: 0;
		z-index: 30;
	}
	.main-navigation ul {
		padding: 0;
		border: none;
	}
	.main-navigation li {
		background: url(images/bg-nav-li.png) 100% 0 no-repeat;
		display: inline;
		float: left;
		height: 40px;
		padding: 0;
		border: none;
	}
	.main-navigation a {
		background: url(images/bg-nav-li.png) 100% 0 no-repeat;
		color: #519146;
		display: block;
		float: left;
		font-weight: 700;
		height: 40px;
		line-height: 40px;
		padding: 0 13px;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
		border: none;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: url(images/bg-nav-li.png) 100% 50% no-repeat;
		color: #1a3f20;
		text-decoration: none;
	}
	.main-navigation .current-menu-ancestor a,
	.main-navigation .current-menu-item a,
	.main-navigation .current_page_item,
	.main-navigation .current_page_item a,
	.main-navigation .current_page_item a:hover,
	.main-navigation .current-page-ancestor a,
	.main-navigation li:hover a {
		color: #1a3f20;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu {
		display: none;
		position: absolute;
		top: 39px;
		left: auto;
		*left: 0;
		margin: 0 0 0 -1px;
		padding: 15px 0 10px 0;
		width: auto;
		border: 1px solid #c1dabb;
		background-color: #f7faf6;
		z-index: 1;
	}
	.main-navigation li:hover.menu-item-has-children ul.sub-menu {
		display: block;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li {
		position: static;
		float: none;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu a {
		background: none;
		color: #519146;
		display: block;
		float: left;
		font-weight: 700;
		height: auto;
		line-height: 1.8em;
		padding: 0 15px;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li.current-menu-ancestor a,
	.main-navigation li.menu-item-has-children ul.sub-menu li.current-menu-item a,
	.main-navigation li.menu-item-has-children ul.sub-menu li:hover a {
		color: #1a3f20;
	}

	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: auto;
		right: -1px;
		z-index: 3;
		border: none;
		border-left: 1px solid #3a3a3a;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		min-height: 100%;
		padding: 0;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
		padding: 0;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li:first-child {
		padding-top: 20px;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
		font-weight: normal;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current-menu-item a,
	.main-navigation li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
		font-weight: bold;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
		display: block;
	}
	.main-navigation li.menu-item-has-children ul.sub-menu li:hover.menu-item-has-children {
		width: 400px;
	}

	.shoppingcart {
		position: relative;
		float: left;
		background: url(images/btn_shoppingcart.png) no-repeat 15px center;
		width: 190px;
		height: 39px;
		font-width: 13px;
		font-family: Tahoma, Arial;
		color: #4b7543;
		font-weight: bold;
		overflow: hidden;
		border: none;
	}
	.shoppingcart div.total {
		position: relative;
		display: block;
		margin: 3px -20px 0 45px;
	}
	.shoppingcart div.products {
		position: relative;
		display: block;
		color: #e49100;
		font-size: 16px;
		margin: 0 -20px 0 45px;
	}
	.shoppingcart a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 39px;
		background: url(images/blank.gif) repeat;
		display: block;
		font-size: 0;
		text-indent: -9999px;
	}
	.shoppingcart a:hover,
	.shoppingcart a:focus {
		background: none;
	}

	#newsbox {
		display: block;
	}

	#slideshow {
		height: 400px;
		width: 940px;
	}

	#slideshow h2 {
		right: 40px;
		top: 180px;
		width: 500px;
		font-size: 28px;
		line-height: 30px;
		max-width: none;
	}

	#slideshow #mask {
		display: block;
		height: 400px;
		width: 940px;
	}

	#eyecatchers {
		height: 250px;
		width: 940px;
	}

	#eyecatchers article, #buywhere {
		float: left;
		clear: none;
	}

	#lng-nav {
		position: absolute;
		top: 20px;
		right: 0;
	}

	#secondary,
	aside#sidebar {
		margin: 0;
		float: left;
		display: block;
	}

	.entry-content #content {
		position: relative;
		float: right;
		width: 700px;
		margin-left: 20px;
	}

	#content .woocommerce ul.products li.product {
		width: 30.75%;
	}
}