@import url("//fnt.webink.com/wfs/webink.css/?project=A10B1EA8-445C-4743-88C7-4B0F1BDB23B8&fonts=804C3178-B992-D2B5-E831-E2AF46E4F55C:f=Bachenas-Italic,1BE5DDE5-35B2-BE31-1A03-170620F10DEC:f=Bachenas-Regular,ECB116B8-928B-BE16-5A2E-4BDC8DD9074B:f=CandidaT-Reg,25B971BB-5E0D-80B4-F471-F785343759F3:f=CandidaT-RegIta,633B2C00-D408-06B7-6ED0-90C8DCDD813B:f=CandidaT-Med");
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	font-family: 'Lora', serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* CUSTOM STYLES */
html {
	height: 100%
}
body {
	background-color: #185336;
	color: #999999;
	font-family: 'Lora', serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	height:100%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#wrap {
	min-height: 100%;
	margin-bottom: -50px;
	height:auto;
	position:relative;
	padding:0;
	margin: 0 auto;
}
#main {
	border-top: solid #A69A64 5px;
	margin-bottom: 50px;
}
.inner {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0px;
}
.relative {
	position: relative;
}
.right {
	float: right;
}
.left {
	float: left;
}
p{
	font-family: 'Lora', serif;
}
/* HEADER */

header {
	background-repeat:repeat-x;
	padding:0px;
	background-color: #355338;
}
.home {
}
#navigation {
	position: absolute;
	right: 0px;
	bottom: 3px;
}
#menu-toggle {
	display: none;
	float: right;
}
/* HEADER > MENU */
#main-menu {
	margin: 0px;
	padding: 0px;
}
#main-menu > li {
	background-repeat:no-repeat;
	background-position: top -5px;
	font-family: 'Lora';
	text-shadow: 2px 2px #0F3F26;
	font-size: 20px;
	color:#FFFFFF;
	display: inline-block;
	padding: 14px 14px;
}
#main-menu > li.parent {
}
#main-menu > li.parent > a {
}
#main-menu > li > a {
	color: #eee;
	padding: 0px;
	text-decoration:none;
}
#main-menu > li:hover > a, #main-menu > li.current-menu-item > a {
	color: #FFFFFF;
	text-shadow:none;
	color:#8cc63f;
}
/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}
ul.sub-menu { /* level 2 */
	display: none;
	left: 0px;
	top: 50px;
	padding-top: 0px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}
ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
}
ul.sub-menu > li > a {
	font-family: 'Lora';
	background-color: #8cc63f;
	border-top: none;
	margin-top:1px;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 15px;
	padding: 10px 10px;
	text-shadow: none;
}
ul.sub-menu > li.catering > a {
	background-color: #990;
}
ul.sub-menu > li.sb > a {
	background-color: #903;
}
ul.sub-menu > li.bord > a {
	background-color: #900;
}
ul.sub-menu > li.terrines > a {
	background-color: #630;
}
ul.sub-menu > li.fruitpates > a {
	background-color: #F90;
}
ul.sub-menu > li.themas > a {
	background-color: #330;
}
ul.sub-menu > li.mousses > a {
	background-color: #FFC;
	color:#A69A64;
}
ul.sub-menu > li.login > form {
	background-color: #A09A62;
	padding: 10px;
	font-size:12px;
}
#klantlogin{
	font-size:12px;
	color:#A09A62;
	text-transform: uppercase;
	}
ul.sub-menu > li > a:hover {
	background-color: #2e5349;
	text-shadow: none;
	color: #fff;
}
ul.sub-menu > li:first-child {
	border-top: 0px solid #8cc63f;
	text-shadow: none;
}
ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 0px solid #444;
}
ul.sub-menu > li:last-child > a {
	border-radius: 0 0 0px 0px;
}
ul.sub-menu > li > a.parent {
}
#main-menu li:hover > ul.sub-menu {
	display: block; /* show the submenu */
}
#langnav {
	float:right;
	z-index: 33;
	position: relative;
}
#langnav ul li {
	float: left;
	list-style:none;
}
#langnav ul li {
	padding-right:5px;
}
#langnav ul li a {
	background: transparent url(../images/polca-lang-sprite.png) repeat scroll 0 0;
	text-decoration: none;
	display: block;
	height: 20px;
}
#langnav ul li a.nl {
	width: 30px;
	text-indent: -99999em;
}
#langnav ul li a.nl:hover {
	background-position: 0px -20px;
}
#langnav ul li a.fr {
	width: 29px;
	text-indent: -99999em;
	background-position: -29px 0px;
}
#langnav ul li a.fr:hover {
	background-position: -29px -20px;
}
#langnav ul li a.en {
	width: 28px;
	text-indent: -99999em;
	background-position: 58px 0px;
}
#langnav ul li a.en:hover {
	background-position: 58px -20px;
}
#langnav ul li a.es {
	width: 29px;
	text-indent: -99999em;
	background-position: 29px 0px;
}
#langnav ul li a.es:hover {
	background-position: 30px -20px;
}
#langnav ul li.selected a.nl {
	background-position: 0px -20px;
}
#langnav ul li.selected a.fr {
	background-position: -30px -20px;
}
#langnav ul li.selected a.en {
	background-position: 58px -20px;
}
#langnav ul li.selected a.es {
	background-position: 30px -20px;
}
/* BANNER */
#bannerhome {
	height: 200px;
	background:url(../images/polca-bg.gif) center repeat-x;
	margin:0 auto;
	text-align:center;
	width:100%;
}
#banner {
	height: 200px;
	background:url(../images/polca-bg.gif) center repeat-x;
	margin:0 auto;
	text-align:center;
	width:100%;
}
#logohome {
	position:absolute;
	margin: 0 auto;
	z-index: 25;
	text-align:center;
	left: 60px;
	height: 200px;
}
#logohome img {
	position:absolute;
	margin: 0 auto;
	z-index: 25;
	text-align:center;
	height: 200px;
}
#logohome #stamp img{
	position:absolute;
	margin: 0 auto;
	z-index: 26;
	text-align:center;
	height: 70px;
	left: 300px;
	top: 125px;
}
#visual {
	width: 980px;
	margin:0 auto;
	position:relative;
}
#visual h2 {
	color:#FFFFFF;
	font-weight: lighter;
}
#visual .logo {
	width:100%;
	position:absolute;
	padding-top: 5px;
	margin: 0 auto;
	z-index:20;
}
#visual .logo img {
	height: 200px;
}
#visual .image {
	height: 200px;
	display:block;
	position:absolute;
	z-index:19;
	float:left;
	overflow: hidden;
	width: 100%;
}
#visual .image img {
	float:right;
}
#visual .titel {
	padding-top:80px;
	padding-left:40px;
	text-align:left;
	display:block;
	width: 100%;
	position:absolute;
	z-index:20;
	font-size: 40px;
	color: #549147;
	line-height: 40px;
}
#visual .titel h1 {
	color:#FFFFFF;
	font-size:56px;
	text-shadow:none;
	font-weight:lighter;
	text-shadow: 20px 20px 20px #93B53F;
	margin: 20px 0px 0px 0px;
}
/* CONTENT */
#content {
	display:block;
	width:980px;
	margin:0 auto;
}
#container {
	display:block;
	width:980px;
	height:300px;
	margin:0 auto;
}

#content p {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 14px;
	padding-bottom: 10px;
	font-family: 'Lora', serif;
}
#widgetleft {
	display:block;
	padding-right: 20px;
	width:315px;
	float:left;
	padding: 20px 20px 20px 0px;
}
#widgetleft img{
	box-shadow: 10px 10px 210px #003611;
	border: solid 5px #ffffff;
}
#widgetleft a img.catalogus{
	box-shadow: none;
	border:none;
}
#widgetleft h1, #widgetright h1, #widgetcenter h1 {
	font-family: Lora;
	margin-top: 0px;
	line-height: 25px;
}
#widgetcenter a img{
	background-color:none;
}

#contentleft-twoclmns {
	display:block;
	width:640px;
	float:left;
}
#widgetcenter {
	width:315px;
	float:left;
	padding: 20px 20px 20px 0px;
}
#widgetcenter lu {
}
#widgetcenter li {
	padding:5px;
}
#widgetcenter li:hover {
	background-color:#D0E18D;
	cursor: pointer;
}
#widgetcenter .date p {
	margin: 0px 0 0 0;
	padding: 0;
	color:#FFFFFF;
	font-size:12px;
}
#widgetcenter .title p {
	margin: 0;
	padding: 0;
	color:#2e5349;
	font-size:16px;
}
#widgetcenter .message p {
	margin-bottom: 10px;
	padding: 0;
	color:#ffffff;
	font-size:12px;
}
#widgetright {
	width:310px;
	float:left;
	padding: 20px 0px 20px 0px;
}
#widgetright p{
	color:#FFFFFF;
}
#widgetright img{
}
#widgetright #image img {
	background-color:none;
	box-shadow: 20px 20px 20px #93B53F;
}
#widgetright #image a {
	background-color:none;
}
#widgetright #image a:hover {
	background-color:none;
}
#widgetright .slider {
	text-align:center;
	height: 160px;
	width: 260px;
	z-index: 0;
	position: relative;
}
#widgetright .slider .link {
	float:left;
	}
#widget_fw {
	float:left;
	display:block;
	width:100%;
	margin: 10px 0px 10px 0px;
}
.link{
	background-color:#009245;
	color:#FFF;
	padding: 4px;
	z-index: 0;
	position: relative;
}
.link:hover{
	background-color:#A69A64;
}
.clearfooter {
	clear: both;
	height: 60px;
	width: 100%;
}
/*productgrid*/

ul.grid-nav {
	list-style: none;
	font-size: .85em;
	font-weight: 200;
	text-align: center;
}
ul.grid-nav li {
	display: inline-block;
}
ul.grid-nav li a {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
	background: #7b0;
}
ul.grid-nav li a.active {
	background: #333;
}
.grid-container {
	display: none;
}
/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -0%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	padding: 0px;
	margin: 0;
	background: none;
	font-size: 16px;
	vertical-align: top;
	/*	box-shadow: 0 0 5px #ddd;
*/	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.rig li img {
	max-width: 100%;
	height: auto;
	margin: 0 0 0px;
}
ul.rig li h3 {
	text-align:center;
	font-size:18px;
	color:#8cc63f;
	margin: 0px;
}
ul.rig li p {
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
	text-align: center;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 33%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 25%; /* this value + 2 should = 25% */
}

/*Accordion*/
.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background-color: transparent;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  color: #8cc63f;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background-color: transparent;
  color: #ffffff;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  color: #8cc63f;
	
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1000px) {
    .accordion {
    width: 100%;
  }
}


@media (max-width: 1199px) {
	.container {
		width: auto;
		padding: 0 10px;
	}
}

@media (max-width: 600px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
	width: 100% !important; /* over-ride all li styles */
	margin: 0 0 0px;
	}
}
/* STORE LIST */
.store-list {
	width: 900px;
	margin:0 auto;
	display: block;
	padding-top: 30px;
	position: relative;
}
.store-list li {
	overflow:hidden;
	clear:both;
	color:#2e5349;
	font-size:14px;
}
.store-list .image1 {
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.store-list .image2 {
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.store-list .storename {
	display: block;
	float: left;
	margin-left: 20px;
	width: 50%;
}
.store-list h1 {
	display: block;
	float: left;
	width: 100%;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}
.store-list p {
	display:block;
	color:#2e5349;
}
.store-list a.top {
	display: inline-block;
	width: 43px;
	height: 20px;
	position: relative;
	float: right;
}
.store-list .store {
	float:left;
	display:block;
	width: 100%;
}
.store-list .store .adress {
	background-repeat:no-repeat;
	background-position:left top;
}
.store-list .store .phone {
	background-repeat:no-repeat;
	background-position:left top;
}
.store-list .store .website {
	background-repeat:no-repeat;
	background-position:left top;
}
.store-list .store .open {
	background-repeat:no-repeat;
	background-position:left top;
}
.store-list .store .open table {
	font-size:11px;
	width:100%;
	background-color:#C6DC80;
}
.store-list .store .open table td {
	line-height: 10px;
	padding: 3px 5px;
	border-left: solid #AACD54 2px;
}
.store-list .store li {
	padding-left: 25px;
}
.store-list .recipes {
	float:left;
	margin-bottom: 20px;
}
.store-list .recipes p {
	margin-bottom: 5px;
}
.store-list .recipes li {
	display: inline;
}
.store-list .recipes a {
	background-color:#FF0000;
	padding:5px;
	color:#FFF;
	text-decoration:none;
}
.store-list .recipes a:hover {
	background-color:#2e5349;
}
/* ARTICLE LIST */
.article {
	width: 900px;
	margin:0 auto;
	display: block;
	position: relative;
	clear: both;
	padding: 30px 0px 15px 0px;
}
.article li {
	overflow:hidden;
	clear:both;
	color:#2e5349;
	font-size:14px;
}
.article .image {
	display: block;
	width: 350px;
	height: 220px;
	overflow: hidden;
	float: right;
	margin: 10px 20px 0px 0px;
	box-shadow: 10px 10px 210px #003611;
	border: solid 5px #ffffff;
}
.article .image1 {
	clear:right;
	display: block;
	width: 350px;
	height: 220px;
	overflow: hidden;
	float:right;
	margin: 10px 20px 0px 0px;
	box-shadow: 10px 10px 210px #003611;
	border: solid 5px #ffffff;
}
.article .image2 {
	clear:right;
	display: block;
	width: 350px;
	height: 280px;
	overflow: hidden;
	float:right;
	margin: 10px 20px 0px 0px;
}
.article .image3 {
	clear:right;
	display: block;
	width: 350px;
	height: 450px;
	overflow: hidden;
	float:right;
	margin: 10px 20px 0px 0px;
}
.article .image img {
	width: 100%;
	}
.article .image1 img {
	width: 100%;
	}
.article .image2 img, .article .image3 img {
	width: 100%;
	}
.article .text {
	display: block;
	float: left;
	width: 50%;
}
.article .text a{
	color:#0C0;
}
.article .text a:hover{
	color:#FFF;
}
.article .text ul{
	list-style:circle;
}
.article .text ul li{
	color:#FFFFFF;
	padding-bottom: 5px;
}
.article .data {
	color:#FFFFFF;
	display: block;
	float: left;
	background-color: #F00;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}
.article h1 {
	display: block;
	float: left;
	width: 100%;
	color: #A69A65;
	padding: 0px;
	margin: 0px;
	line-height: 28px;
	padding-bottom: 10px;
	font-family: 'Lora';
}
.article h2 {
	display: block;
	float: left;
	width: 100%;
	color:#2e5349;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.article p {
	display:block;
	color:#FFFFFF;
}
.article a.top {
	display: inline-block;
	width: 43px;
	height: 20px;
	position: relative;
	float: right;
}
.article #list {
	float:left;
	display:block;
	width: 100%;
}
.article #list h2{
	color:#009933;
	font-size:22px;
}
.article #list li {
	list-style-image:url(../images/tomabel-list-bullet.gif);
	color: #FFF;
}
.recipesnav {
	list-style: none;
	text-align: right;
	color:#FFFFFF;
	margin-bottom: 10px;
}
.recipesnav li {
	margin-bottom: 10px;
}
.recipesnav li a {
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:20px;
	padding: 8px;
	text-decoration:none;
	line-height: 35px;
}
.recipesnav li a:hover {
	background-color:#2e5349;
	color:#FFFFFF;
	text-decoration:none;
}
.recipesgrid {
	padding: 0px 0px 100px 0px;
	max-width: 980px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.recipesgrid li {
	display: inline-block;
	width: 300px;
	margin: 0;
	text-align: left;
	position: relative;
}
.recipesgrid figure {
	margin: 0;
	position: relative;
}
.recipesgrid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.recipesgrid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #fff;
}
.recipesgrid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #2e5349;
	font-weight:normal;
	font-size:16px;
	line-height: 18px;
}
.recipesgrid figcaption span:before {
	content: 'met ';
}
.recipesgrid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #F00;
	color: #fff;
}

/* RECIPE */
.recipe {
	width: 900px;
	margin:0 auto;
	display: block;
	position: relative;
}
.recipe li {
	overflow:hidden;
	clear:both;
	color:#2e5349;
	font-size:14px;
	float: left;
}
.recipe .image {
	box-shadow: 20px 20px 20px #93B53F;
	display: block;
	width: 400px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}
.recipe .recipename {
	display: block;
	float: left;
	margin-left: 20px;
	width: 50%;
	margin-bottom: 20px;
}
.recipe #social{
	display:block;
	position:relative;
	width: 50%;
	float:left;
	margin-bottom: 10px;
	padding-left: 20px;
	}
.recipe #social .print{
	display:inline-block;
  postion: relative;
  float: left;
	margin-left: 5px;
}
.recipe #social .fb-share-button{
	padding-right: 5px;
	display: inline-block;
	postion: relative;
	float: left;
	border-right: solid #fff 1px;
}
.recipe h1 {
	display: block;
	float: left;
	width: 100%;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
.recipe p {
	display:block;
	color:#2e5349;
}
.recipe a.top {
	display: inline-block;
	width: 43px;
	height: 20px;
	position: relative;
	float: right;
} 
.recipe .info ul{
	float:left;
	display:block;
	width: 100%;
}

.recipe .info ul span{
	float:left;
	display:block;
	width: 100%;
}
.recipe .info .time {
	background-image:url(../images/tomabel-recipes-time.png);
	background-repeat:no-repeat;
	background-position:left top;
	display: block;
	padding-left: 20px;
	color: #FFF;
}
.recipe .info .time img{
	vertical-align: text-bottom;
}
.recipe .info .level {
	float: left;
	display: block;
}
.recipe .info .preparation {
	margin-top: 10px;
}
.recipe .info .ingredients li{
	list-style:inside;
	padding-left: 0px;
}
.breadcrumbs{
	width: 900px;
	margin:0 auto;
	display: block;
	position: relative;
	font-size:11px;
	color:#467836;
	height: 20px;
	padding-top:7px;
}
.breadcrumbs a{
	text-decoration:underline;
	color:#467836;
	padding-left: 3px;
	padding-right: 3px;
}
.breadcrumbs a:hover{
	
	color:#ffffff;
}
.breadcrumbs .selected{
	text-decoration:none;
	color:#ffffff;
}
/* Caption Style */
.cs-style-7 li:first-child {
	z-index: 8;
}
.cs-style-7 li:nth-child(2) {
	z-index: 7;
}
.cs-style-7 li:nth-child(3) {
	z-index: 6;
}
.cs-style-7 li:nth-child(4) {
	z-index: 5;
}
.cs-style-7 li:nth-child(5) {
	z-index: 4;
}
.cs-style-7 li:nth-child(6) {
	z-index: 3;
}
.cs-style-7 li:nth-child(7) {
	z-index: 2;
}
.cs-style-7 li:nth-child(8) {
	z-index: 1;
}
.cs-style-7 figure img {
	z-index: 10;
}
.cs-style-7 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
	box-shadow: 0 0 0 0px #2c3f52;
}
.no-touch .cs-style-7 figure:hover figcaption, .cs-style-7 figure.cs-hover figcaption {
	opacity: 1;
	height: 140%;
	box-shadow: 20px 20px 20px #93B53F;
}
.cs-style-7 figcaption h3 {
	margin-top: 85%;
}
.cs-style-7 figcaption h3, .cs-style-7 figcaption span, .cs-style-7 figcaption a {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}
.cs-style-7 figcaption a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.no-touch .cs-style-7 figure:hover figcaption h3, .no-touch .cs-style-7 figure:hover figcaption span, .no-touch .cs-style-7 figure:hover figcaption a, .cs-style-7 figure.cs-hover figcaption h3, .cs-style-7 figure.cs-hover figcaption span, .cs-style-7 figure.cs-hover figcaption a {
	-webkit-transition: opacity 0.3s 0.2s;
	-moz-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
	opacity: 1;
}


/* Example for media query: change number of items per row */

@media screen and (max-width: 1190px) {
.product-rfgrid li {
	width: 130px; /* Fallback */
}
}
 @media screen and (max-width: 945px) {
.product-rfgrid li {
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
}
 @media screen and (max-width: 660px) {
.product-rfgrid li {
	width: 33.3333333%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}
 @media screen and (max-width: 660px) {
.product-rfgrid li {
	width: 33.3333333%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}
 @media screen and (max-width: 400px) {
.product-rfgrid li {
	width: 50%; /* Fallback */
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
}
 @media screen and (max-width: 300px) {
.product-rfgrid li {
	width: 100%;
}
}

/*
ORGANIGRAM
*/
.tree {
	padding-top: 20px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.tree ul {
	padding-top: 20px; position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 2px solid #8dc63f;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 2px solid #8dc63f;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 2px solid #8dc63f;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 2px solid #8dc63f;
	width: 0; height: 20px;
}

.tree li a{
	border: 2px solid #8dc63f;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	background-color: #8dc63f;
}

/* -------------------------------- */
/* Now starts the vertical elements */
/* -------------------------------- */

.tree ul.vertical, ul.vertical ul {
  padding-top: 0px;
  left: 50%;
}

/* Remove the downward connectors from parents */
.tree ul ul.vertical::before {
	display: none;
}

.tree ul.vertical li {
	float: none;
  text-align: left;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after{
	display: none;
}

.tree ul.vertical li a{
	padding: 10px 0.75em;
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
	border-bottom: 1px solid #8dc63f;
	border-left: 1px solid #8dc63f;
	width: 20px; height: 60px;
}

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px;
}

/* Lets add some extra styles */

div.tree > ul > li > ul > li > a {
  width: 11em;
}

div.tree > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}


/*
FORM
*/

.cbp-mc-form {
	position: relative;
}
.cbp-mc-form:before, .cbp-mc-form:after {
	content: " ";
	display: table;
}
.cbp-mc-form:after {
	clear: both;
}
.cbp-mc-column {
	width: 32%;
	padding: 0px 0px 0px 5px;
	float: left;
}
.cbp-mc-twocolumn {
	width: 48%;
	padding: 0px 0px 0px 5px;
	float: left;
}
.cbp-mc-form label {
	display: block;
	padding: 5px 5px 5px 2px;
	font-size: 1.1em;
	cursor: pointer;
	color: #FFF;
}
.cbp-mc-form .error{
	color:#FF0000;
}
.cbp-mc-form .sortofproducts li label{
	padding: 2px 0px 0px 2px;
	margin: 0px;
}
.cbp-mc-form ul .sortofproducts #checkbox {
	display: block;
	float:left;
	cursor: pointer;
	color: #FFF;
	margin:0;
	padding:0px 10px 0px 0px;
}
.cbp-mc-form ul .sortofproducts {
	display: block;
	}
.cbp-mc-form input, .cbp-mc-form textarea, .cbp-mc-form select {
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 5px;
	color: #fff;
	display: block;
	width: 100%;
	background: transparent;
}
.cbp-mc-form select {
	border: 2px solid #fff;
	border-radius: 0px;
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 5px;
	color: #fff;
	display: block;
	width: 100%;
}
.cbp-mc-form input, .cbp-mc-form textarea {
	border: 2px solid #fff;
}
.cbp-mc-form textarea {
	min-height: 150px;
}
.cbp-mc-form input:focus, .cbp-mc-form textarea:focus, .cbp-mc-form label:active + input, .cbp-mc-form label:active + textarea {
	outline: none;
	border: 2px solid #2e5349;
}
.cbp-mc-form input[type=checkbox], input[type=radio] {
	display:block;
	margin:0;
	padding:0;
	width: 20px;
    vertical-align: middle;
	float:left;
    bottom: 1px;
}
.cbp-mc-form input[type=radio] {
    bottom: 2px;
}
.cbp-mc-form select:focus {
		outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
.cbp-mc-submit-wrap {
	text-align: right;
	clear: both;
	padding: 10px 25px 10px 0px;
}
.cbp-mc-form input.cbp-mc-submit {
	background: #A09A65;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #009900;
}
 @media screen and (max-width: 70em) {
.cbp-mc-column {
	width: 50%;
}
.cbp-mc-column:nth-child(3) {
	width: 100%;
}
.cbp-mc-twocolumn {
	width: 50%;
}
.cbp-mc-twocolumn:nth-child(3) {
	width: 100%;
}
}
 @media screen and (max-width: 48em) {
.cbp-mc-column {
	width: 100%;
	padding: 10px;
}
.cbp-mc-twocolumn {
	width: 100%;
	padding: 10px;
}
}
.search {
	z-index: 31;
	float: right;
	position: relative;
}
.store-search {
	z-index: 31;
	float: right;
	position: relative;
	width:100%;
}
.store-search form .text-field {
	width: 200px;
}
.store-search input.submit {
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	text-indent:-999px; /* To remove any default text on the button*/
	line-height:16px; /* required for IE */
	background:url(../images/tomabel-search-sprite.png) no-repeat 0 0; /* This will display the search icon by default */
	cursor:pointer; /* Hand cursor for the normal state */
	border: none;
	float: left;
	margin: 3px;
	padding: 0;
}
.store-search input.submit:hover {
	background-position: 0 -16px; /* This will display the dark search icon on hover */
}
.store-search input.submit:active {
	background-position: 0 -35px; /* And finally, this is the one that shows the loader */
	cursor:wait; /* Shows the wait cursor on click */
}

#certificats {
	display:block;
	float:left;
	position: absolute;
}
form {
	padding: 0px 0;
}
form .text-field {
	float: left;
	border: 2px solid #E2E2E2;
	padding: 2px;
	width: 150px;
}
form .text-field:focus {
	border-color:#333;
}
input.submit {
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	text-indent:-999px; /* To remove any default text on the button*/
	line-height:16px; /* required for IE */	cursor:pointer; /* Hand cursor for the normal state */
	border: none;
	float: left;
	margin: 3px;
	padding: 0;
}
input.submit:hover {
	background-position: 0 -16px; /* This will display the dark search icon on hover */
}
input.submit:active {
	background-position: 0 -35px; /* And finally, this is the one that shows the loader */
	cursor:wait; /* Shows the wait cursor on click */
}
/* COLLABSIBLES */
.list-container {
	margin-right:auto;
	margin-left:auto
}
@media (min-width:768px) {
.list-container {
	width:100%
}
}
@media (min-width:992px) {
.list-container {
	width:100%
}
}
@media (min-width:1200px) {
.list-container {
	width:100%
}
}
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
tr.collapse.in {
	display:table-row
}
tbody.collapse.in {
	display:table-row-group
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease
}
.panel {
	margin-bottom:20px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
	box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding:15px;
	background-color: none;
}
.panel-heading {
	padding:10px 15px;
	border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color:inherit
}
.panel-heading .panel-title a{
	margin-top:0;
	margin-bottom:0;
	font-size:24px;
	color:#355338;
}
.panel-title a{
	margin-top:0;
	margin-bottom:0;
	font-size:24px;
	color:#000;
}
.panel-title>a {
	color: #000;
}
.panel-footer {
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item {
	border-width:1px 0;
	border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.list-group+.panel-footer {
	border-top-width:0
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom:0
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:3px
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top:0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	margin-bottom:0;
	border:0
}
.panel-group {
	margin-bottom:20px;
	margin-top: 10px;
}
.panel-group .panel {
	margin-bottom:0;
	border-radius:4px
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
}
.panel-default>.panel-heading {
	color:#333;
	background-color: #A09A66;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	color:#f5f5f5;
	background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#428bca
}
.panel-primary>.panel-heading {
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#428bca
}
.panel-primary>.panel-heading .badge {
	color:#428bca;
	background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#428bca
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	color:#dff0d8;
	background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	color:#d9edf7;
	background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	color:#fcf8e3;
	background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	color:#f2dede;
	background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
/* TIMELINE */
#timeline {
	height: 350px;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	width: 800px;
}
#issues li a{
	background-color:#FF0000;
	padding: 5px;
}
#issues li a:hover{
	background-color:#2E5349;
	padding: 5px;
}
#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0px auto;
	display: block;
}
#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
	margin: 0 auto;
}
#issues li.selected img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}
#issues li h1 {
	color: #FF0000;
	font-size: 48px;
	margin: 20px 0;
}
#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
}
#grad_left, #grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}
#next, #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover, #prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled, #prev.disabled {
	opacity: 0.2;
}
/* FOOTER */
footer {
	color: #fff;
	background-image:url(../images/polca-footer-bg.jpg);
	background-repeat:repeat-x;
	border-top: solid #A69A64 5px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px;
	text-align : center;
	float: left;
	width: 100%;
}
footer img {
	float: right;
}
footer p {
	line-height: 16px;
}
footer div#left a, footer div#right a{
	color: #7CCC3A;
}
address {
	float: left;
	width: 100%;
	font-style: normal;
	height: 25px;
}
address a {
	color:#FF6600;
}
footer div#left {
	float: left;
	width: 70%;
	height: 40px;
	color: #ffffff;
	background-repeat:no-repeat;
	background-position: 34px right;
	text-align: left;
}
footer div#left img {
	float: right;
	margin-bottom: 10px;
}
footer div#left li a:link, footer div#left li a:visited {
	text-decoration: none;
	color: #ffffff;
	padding-left: 0px;
	font-weight: normal;
}
footer div#left li a:hover {
	text-decoration: none;
	color: #7CCC3A;
	font-weight: normal;
}
footer div#left .col1, footer div#left .col4, footer div#left .col2, footer div#left .col3, footer div#left .col4, footer div#left .col5, footer div#left .col6 {
	padding-left: 10px;
	float: left;
	width: 16%;
	border-left: 1px solid #FFF;
	margin-top: 10px;
}
footer div#left h4 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0px;
	clear: both;
}
footer div#left ul {
	display: block;
	float: left;
	list-style: none;
}
footer div#left li {
	font-size: 12px;
}
footer div#right {
	float: right;
	width: 30%;
	height: 230px;
	color: #ffffff;
}
footer div#right h4 {
	font-size: 1em;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #fff;
}
footer div#right img {
	float: right;
	margin-top: 45px;
	margin-right: 50px;
}
footer .nav-css {
	height: 31px;
	width: 50px;
	display: inline-block;
	padding: 0px;
	padding-left: 0px;
}
#foot-bottom {
	color: #FFFFFF;
	height: 60px;
	margin-top: -60px;
	position: relative;
	background-color: #009245;
}
#foot-bottom a, a {
	text-decoration: none;
	color: #ffffff;
}
#foot-bottom a:hover, a:hover {
	text-decoration: none;
	color: #ffffff;
}
#foot-bottom-wrapper {
	width: 1024px;
	height: 50px;
	overflow: hidden;
	margin: 0px auto;
}
@media all and (max-width: 700px) {
#bannerhome {
	height: 200px;
	background: #0c4622 url(../images/polca-bg.gif);
	margin:0 auto;
	text-align: center;
	width: 100%;
}
#logohome {
	width:100%;
	left: 10px;
	padding-top: 5px;
	text-align:center;
	z-index:20;
	margin:0 auto;
}
#logohome img {
	margin: 0 auto;
	left: 0px;
	height: 90%;
}
#logohome #stamp img {
	top: 100px;
	left: 10px;
	height: 60px;
	width:60px;
}

#navigation {
	position: static;
}

#menu-toggle {
	font-size: 18px;
	text-align:left;
	text-shadow: 2px 2px #0F3F26;
	background-image:url(../images/polca-menu-icon.png);
	background-repeat:no-repeat;
	background-position:right top;
	width: 70px;
	margin-right: 15px;
	margin-top: 15px;
	display: block;
}
#menu-toggle:hover {
	color:#8cc63f;
	background-image:url(../images/polca-menu-icon-over.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-right: 15px;
	margin-top: 15px;
	display: block;
}
#main-menu {
	display: none;
	float: none;
}
#main-menu li {
	text-shadow: none;
	display: block;
	margin: 0;
	padding: 0;
}
#main-menu > li {
	margin-top: -1px;
}
#main-menu > li:first-child {
	margin-top: 0;
}
#main-menu > li > a {
	background-color: #a12223;
	color: #bbb;
	display: block;
	font-size: 16px;
	padding: 10px !important;
	padding: 0;
}
#main-menu li > a:hover {
	background-color: #0C6;
}
#main-menu > li.parent {
	background: none !important;
	padding: 0;
}
#main-menu > li:hover > a, #main-menu > li.current-menu-item > a {
	color: #fff !important;
}
ul.sub-menu {
	display: block;
	margin-top: -1px;
	margin-left: 0px;
	position: static;
	padding: 0;
	width: inherit;
}
ul.sub-menu > li:first-child {
	border-top: 1px solid #444 !important;
}
ul.sub-menu > li > a.parent {
	background: #333 !important;
}
#langnav {
	padding: 0px;
	margin: 0px;
}
#content {
	width:100%;
}
#widgetleft, #widgetcenter, #widgetright, #contentleft-twoclmns, #widget_fw {
	width:90%;
	margin-left: 15px;
}
#contentleft-twoclmns {
	float:left;
	width: 300px;
}
.product-rfgrid {
	width:100%;
	clear: both;
}
#visual {
	width: 100%;
	margin:0 auto;
}
#visual .image img {
	height: 100%;
	margin:0 auto;
}
#visual .logo img {
	height: 150px;
}
#visual .titel {
	padding-left: 0px;
	padding-top:150px;
	text-align:center;
	display:block;
	width: 100%;
	position:absolute;
	z-index:22;
}
#visual .titel h1 {
	color:#FFFFFF;
	font-size:40px;
	text-shadow:none;
	font-weight:lighter;
	text-shadow: 20px 20px 20px #93B53F;
	margin-top: 15px;
	width: 100%;
}
#visual h2 {
	color:#FFFFFF;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.search {
	display:none;
}
.product-list {
	width: 100%;
	min-height: 100% !important;
}
.product-list .image {
	width: 100% !important;
	height: auto !important;
}
.product-list .details {
	width: 90% !important;
	height: auto !important;
}
.product-list .features {
	width: 90% !important;
	height: auto !important;
}
.store-list {
	min-height: 610px !important;
	width: 100%;
}
.store-list .image1 {
	width: 100% !important;
	height: auto !important;
	padding-left: 20px;
}
.store-list .image2 {
	display:none;
}
.store-list #store .open table {
	width:50%;
}
.recipe {
	width: 90%;
}
.breadcrumbs {
	width: 90%;
}
.recipe .image {
	box-shadow: none;
	width: 100% !important;
	height: auto !important;
}
.recipe .image img {
	box-shadow: 20px 20px 20px #93B53F;
	width: 100% !important;
	height: auto !important;
}
.recipe h1 {
	width: 100%;
}
.recipe .recipename {
	width: 100%;
	padding: 0;
	margin: 0;
	}
.recipe #social {
	width: 100%;
	padding-left:0px;
	}
.article {
	width:100%;
}
.article .image, .article .image1, .article .image2, .article .image3 {
	width: 90% !important;
	height: 250px !important;
	padding-left: 0px;
	padding-bottom: 10px;
}

.article .data {
	margin-top: 0px;
}
.article .text {
	width:80%;
	margin-left: 20px;
}
.recipesgrid {
	padding: 0px 10px 10px 10px;
}
.recipesgrid li {
	width: 100%;
	min-width: 300px;
}
#timeline {
	width: 500px;
	height: 600px;
	margin: 40px auto;
	position: relative;
	background: url('../images/dot.gif') 3px top repeat-y;
}
#dates {
	width: 100px;
	height: 600px;
	overflow: hidden;
	float: left;
}
#dates li {
	list-style: none;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	padding-left: 10px;
	background: url('../images/biggerdot.png') left center no-repeat;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 100%;
	overflow: hidden;
	float: left;
}
#issues li {
	width: 400px;
	height: 600px;
	list-style: none;
}
#issues li.selected img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
	box-shadow: 20px 20px 20px #93B53F;
}
#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	text-align: center;
	text-shadow: #000 1px 1px 2px;
}
#issues li p {
	font-size: 14px;
	margin: 10px 20px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}
#grad_top,  #grad_bottom {
	width: 500px;
	height: 80px;
	position: absolute;
}
#grad_top {
	top: 0;
	background: url('../images/grad_top.png') repeat-x;
}
#grad_bottom {
	bottom: 0;
	background: url('../images/grad_bottom.png') repeat-x;
}
#next,  #prev {
	position: absolute;
	left: 55%;
	font-size: 70px;
	width: 38px;
	height: 22px;
	background-position: 0 -44px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,  #prev:hover {
	background-position:  0 0;
}
#next {
	bottom: 0;
	background-image: url('../images/next_v.png');
}
#prev {
	top: 0;
	background-image: url('../images/prev_v.png');
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
#footer{
	width:100%;
}
footer div#left {
	width: 50%;
	margin:0 auto;
}
#foot-bottom {
	display:block;
	width: 100%;
}
#foot-bottom-wrapper {
	width: 100%;
}
}
