/* 4.5% */
/* 3% / 66% * 100 */
.clearAfter {
  content: '';
  clear: both;
  display: block;
}
body {
  background-color: #f4f4f4;
}
a {
  color: #d97d05;
  text-decoration: none;
  font-family: "ff-tisa-web-pro";
}
#content a.target {
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
}
#content .home a.target {
  margin-top: -40px;
}
#content .product a.target {
  margin-top: -110px;
}
#content .wrapper a[target^="_blank"]:after {
  content: '\f08e';
  font-family: "FontAwesome";
  margin-left: 3px;
  font-size: 80%;
}
#content .wrapper a[target^="_blank"].img:after {
  content: '';
  font-family: "FontAwesome";
  margin-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
.be {
  margin: 0;
  font-family: "ff-tisa-web-pro";
}
.wrapper {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
}
/* {
    outline: 1px dashed red;
}*/
#head {
  background-color: #ececec;
  background-image: -webkit-linear-gradient(#ececec 0%, white 100%);
  background-image: -moz-linear-gradient(#ececec 0%, white 100%);
  background-image: -o-linear-gradient(#ececec 0%, white 100%);
  background-image: linear-gradient(#ececec 0%, white 100%);
  height: 150px;
  border-top: 3px solid #ffffff;
}
#head img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 32px;
  width: 20%;
  padding: 0 3% 0 3%;
  float: left;
}
#head nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  display: block;
  font-family: "ff-tisa-web-pro";
  float: left;
  margin-top: 58px;
}
#head nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#head nav li {
  float: left;
  padding: 0 3.5% 7px 3.5%;
  position: relative;
}
#head nav li.hasSubs {
  background: transparent url(img/navi-arrow.png) no-repeat bottom center;
}
#head nav a {
  float: left;
  width: 100%;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
#head nav li.active a,
#head nav li a:hover {
  color: #5b9645;
}
#head nav ul li:hover > ul,
#loginBox.active,
span.popup:hover div {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
#head nav ul ul,
.hoverBox,
span.popup div {
  margin: 5px 0 0 0;
  opacity: 0;
  visibility: hidden;
  width: 152px;
  top: 36px;
  left: -26px;
  position: absolute;
  z-index: 200;
  background-color: #fefefe;
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #fefefe;
  border-right: 1px solid #fefefe;
  -moz-box-shadow: 0px 3px 3px #777;
  -webkit-box-shadow: 0px 3px 3px #777;
  box-shadow: 0px 3px 3px #777;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0px);
}
#head nav ul ul:before,
.hoverBox:before,
span.popup div:before {
  content: '';
  position: absolute;
  border-left: 0px solid transparent;
  border-top: 20px solid transparent;
  border-right: 30px solid #fefefe;
  top: -19px;
  left: 10px;
}
#head nav ul ul li {
  padding: 0 1px;
  white-space: nowrap;
  background: none;
}
#head nav ul ul li a {
  display: block;
  font-size: 14px;
  color: #d97d05 !important;
  width: 130px;
  padding: 4px 10px 5px 10px;
}
#head nav ul ul li a:hover {
  background-color: #558f40;
  color: #fff !important;
}
#head nav ul ul li a:after {
  content: '';
  display: block;
  height: 1px;
  width: 150px;
  position: absolute;
  top: 33px;
  left: 1px;
  background-image: linear-gradient(left, #ffffff 4%, #bdbdbd 50%, #ffffff 96%);
  background-image: -o-linear-gradient(left, #ffffff 4%, #bdbdbd 50%, #ffffff 96%);
  background-image: -moz-linear-gradient(left, #ffffff 4%, #bdbdbd 50%, #ffffff 96%);
  background-image: -webkit-linear-gradient(left, #ffffff 4%, #bdbdbd 50%, #ffffff 96%);
  background-image: -ms-linear-gradient(left, #ffffff 4%, #bdbdbd 50%, #ffffff 96%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.04, #ffffff), color-stop(0.5, #bdbdbd), color-stop(0.96, #ffffff));
  background-color: #bdbdbd;
}
#head nav ul ul li:last-child a:after {
  display: none;
}
@font-face {
  font-family: Batch;
  src: url('fonts/batch.eot');
  src: url('fonts/batch.eot?#iefix') format('embedded-opentype'), url('fonts/batch.woff') format('woff'), url('fonts/batch.ttf') format('truetype'), url('fonts/batch.svg#batchregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-right: 3%;
  float: right;
}
#search div {
  margin-top: 58px;
  float: right;
}
#search div,
div.search div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
  height: 34px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 0px 6px 0px 16px;
}
div.search {
  width: 66%;
}
#search div *,
div.search div * {
  background: none;
  color: #989898;
  height: 24px;
  border: 0 !important;
  padding: 0;
  margin: 0;
  height: 31px;
  display: block;
  float: left;
}
#search div .text,
div.search div .text {
  font-family: "ff-tisa-web-pro";
  font-style: italic;
  font-size: 14pt;
  width: 85% !important;
}
#search div .submit,
div.search div .submit {
  font-family: "Batch";
  font-size: 12pt;
  width: 12%;
  text-align: right;
  color: #8ac176;
  height: 34px;
}
#breadcrumb {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #ffffff;
  height: 30px;
}
#breadcrumb nav ul {
  list-style: none;
  padding: 0;
  margin: 0 3%;
  font-family: "ff-tisa-web-pro";
  font-size: 11pt;
}
#breadcrumb nav li {
  color: #6e6f71 !important;
  float: left;
  margin-right: 5px;
  position: relative;
}
#breadcrumb nav li a {
  color: #6e6f71 !important;
}
#breadcrumb nav li:after {
  content: '>';
  margin-left: 5px;
}
#breadcrumb nav li:last-child:after {
  display: none;
}
#breadcrumb .loginLink,
#breadcrumb .shoppingCartLink {
  float: right;
  position: relative;
  margin-right: 3%;
}
#breadcrumb .loginLink i,
#breadcrumb .shoppingCartLink i {
  color: #7b7b7b;
  font-size: 18px;
  vertical-align: middle;
}
#breadcrumb .loginLink a,
#breadcrumb .shoppingCartLink a {
  font-size: 11pt;
}
.loginBox:before {
  left: 165px;
}
.loginBox {
  left: auto;
  right: 0;
  width: 256px;
}
.hoverBox fieldset {
  padding: 0 16px;
}
form {
  /*fieldset {
        padding: 0 16px;
    }*/
}
form label,
form div.label {
  font-weight: bold;
  font-family: "ff-tisa-web-pro";
  font-size: .9em;
  line-height: 1.3em;
  display: block;
  margin: .3em 0;
  clear: both;
}
form div.label label {
  display: inline;
  clear: none;
  margin: auto;
}
form label.required:after {
  font-family: "ff-tisa-web-pro";
  content: '*';
  color: #dd571d;
  margin-left: 4px;
}
form div.required {
  font-family: "ff-tisa-web-pro";
  font-size: 0.9em;
  float: left;
  margin: 1.2em 0 0 0;
}
form div.required:before {
  font-weight: bold;
  content: '*';
  color: #dd571d;
  margin-right: 4px;
}
form input[type="text"],
form input[type="password"],
form input[type="file"],
form textarea,
form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  font-family: "ff-tisa-web-pro";
  font-size: 11pt;
  margin-bottom: .6em;
}
form input[type="text"].error,
form input[type="password"].error,
form input[type="file"].error,
form textarea.error,
form select.error {
  border-color: #dd571d !important;
}
form input[type="text"] + p,
form input[type="password"] + p,
form input[type="file"] + p,
form textarea + p,
form select + p {
  clear: both;
}
form input[type="radio"],
form input[type="checkbox"] {
  float: left;
  clear: both;
  margin: .9em .6em .3em 0;
}
form input[type="radio"].error,
form input[type="checkbox"].error {
  border-color: #dd571d !important;
}
form input[type="radio"].error ~ label b,
form input[type="checkbox"].error ~ label b {
  color: #dd571d;
}
form input[type="radio"] + label,
form input[type="checkbox"] + label,
form input[type="hidden"] + label {
  float: left;
  margin: .6em 0 .3em 0;
  width: 95%;
  clear: none !important;
  font-weight: normal;
}
form input[type="radio"] + label:after {
  content: '';
  clear: both;
  display: block;
}
form select[multiple] {
  height: auto;
}
form select.r {
  width: 5%;
}
form .one-third {
  width: 15.666665% !important;
  margin-right: 1% !important;
}
form .two-thirds {
  width: 33.33333% !important;
}
form select.inline {
  width: auto;
  float: none;
  display: inline;
}
form textarea {
  width: 100%;
  height: 250px;
}
form textarea .smal {
  width: 50%;
  height: 75px;
}
form .navigation {
  margin-top: 1.2em;
}
form button {
  float: right;
}
form button.back {
  float: left;
  margin-left: 0;
}
form div.error {
  width: 100%;
}
form .error .errorHint,
form input.error + div.errorHint,
form textarea.error + div.errorHint {
  display: block !important;
}
form .errorHint {
  font-family: "ff-tisa-web-pro";
  display: none !important;
  position: absolute;
  color: #fff !important;
  left: 100%;
  margin-left: 20px !important;
  padding: 4px !important;
  width: 250px !important;
  min-height: 20px;
  line-height: 18px !important;
  height: auto !important;
  background-color: #dd571d !important;
}
form .errorHint:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #dd571d;
}
form input.error + div.errorHint {
  left: 50%;
}
form fieldset {
  position: relative;
}
form fieldset legend {
  font-family: "ff-tisa-web-pro";
  color: #5b9645;
  font-size: 1.4em;
  font-weight: bold;
  clear: both;
}
form fieldset legend input {
  width: auto;
  border: none;
  margin: 5px !important;
  float: none !important;
  clear: none !important;
}
form fieldset legend input ~ span {
  color: #b0b2b4;
}
form fieldset legend input ~ label {
  color: #b0b2b4;
  float: none !important;
  margin: 0.3em 0 !important;
  width: auto !important;
  clear: none !important;
  font-weight: bold !important;
}
form fieldset legend input:checked ~ label {
  color: #5b9645;
}
form fieldset legend label {
  display: inline;
  font-size: 1em;
}
form fieldset.disabled legend {
  color: #b0b2b4;
}
form fieldset p.checkbox-description {
  padding-left: 1.8em;
}
.hoverBox input {
  width: 100% !important;
}
div.inlineForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: auto;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  position: relative;
}
div.inlineForm * {
  background: none;
  color: #000;
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  float: left;
}
div.inlineForm.error {
  border-color: #dd571d !important;
}
div.inlineForm .text {
  font-family: "ff-tisa-web-pro";
  font-style: italic;
  font-size: 14px;
  width: 92%;
  background: none;
  color: #000;
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  display: block;
  float: left;
}
div.inlineForm .submit {
  display: block;
  background: transparent url(img/smal-right-arrow.png) no-repeat center;
  width: 8%;
  height: 25px;
}
table.formReprint {
  font-family: "ff-tisa-web-pro";
  font-size: .9em;
  line-height: 1.3em;
  width: 66%;
}
table.formReprint th {
  text-align: left;
  width: 40%;
}
.hoverBox div.footer {
  background-color: #fdf7eb;
  padding: 10px 16px;
  border-top: 1px solid #c7c4be;
  font-size: 15px;
}
header {
  background-color: #558f40;
  border-top: 1px solid #d3d3d3;
  background-image: -webkit-linear-gradient(#72ba57 0%, #558f40 98%);
  background-image: -moz-linear-gradient(#72ba57 0%, #558f40 98%);
  background-image: -o-linear-gradient(#72ba57 0%, #558f40 98%);
  background-image: linear-gradient(#72ba57 0%, #558f40 98%);
}
.wrapper:after {
  content: '';
  clear: both;
  display: block;
}
#subnavi {
  width: 100%;
  clear: both;
  position: absolute;
  background-color: #558f40;
  z-index: 100;
}
#subnavi.fly {
  position: fixed;
}
#content {
  background-color: #fafafa;
  clear: both;
  padding-top: 35px;
  padding-bottom: 35px;
}
#content .right {
  float: right;
  width: 33.33%;
  margin-top: 1em;
}
#content .left {
  float: left;
  width: 66.66%;
}
#subnavi ~ #content {
  padding-top: 70px;
}
/** Demo Teaser */
div.demoTeaser {
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
  border-top: 1px solid #d3d3d3;
  padding-top: 1.3em;
}
.left div.demoTeaser {
  margin-right: 2.25%;
  margin-left: 4.5%;
  width: 43.25%;
}
div.demoTeaser img {
  float: left;
  width: 58px;
  height: 58px;
  border: 1px solid #c6c6c6;
  margin: 0 18px 30px 0;
}
div.demoTeaser h3 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4em;
  clear: none !important;
}
div.demoTeaser p,
div.productTeaser p,
div.productTeaser ul {
  width: auto !important;
  background-color: transparent !important;
  clear: none !important;
}
/** Product Teaser */
div.productTeaser {
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  float: left;
  padding-top: 1.3em;
}
div.productTeaser img {
  position: relative;
  z-index: 5;
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 18px 30px 0;
}
div.productTeaser > a:before {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  background-color: #f9f9f9;
  -moz-box-shadow: 1px 1px 2px #777;
  -webkit-box-shadow: 1px 1px 2px #777;
  box-shadow: 1px 1px 2px #777;
  z-index: 4;
  content: '';
  display: block;
  position: absolute;
  height: 120px;
  width: 120px;
  margin: 20px 10px;
}
div.productTeaser > a:hover:before {
  -moz-box-shadow: 1px 1px 2px #e69e04;
  -webkit-box-shadow: 1px 1px 2px #e69e04;
  box-shadow: 1px 1px 2px #e69e04;
}
div.productTeaser h3,
div.productTeaser p {
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
}
div.productTeaser ul,
div.productTeaser h3 {
  padding-top: 12px !important;
}
span.popup {
  position: relative;
  color: #d97d05 !important;
  cursor: help;
  margin: 0 !important;
}
span.popup div {
  font-weight: normal;
  left: -36px;
  color: #000000;
  width: 200px;
}
#content span.popup div p {
  font-size: 1em !important;
  width: auto !important;
  margin-left: 3% !important;
  margin-right: 3% !important;
}
span.popup div p:last-child {
  margin-bottom: 0 !important;
}
/* content parts */
#content h2,
#content h3,
#content h4,
#content p,
#content ul,
#content ol,
#content hr,
#content .be,
#content fieldset,
#content pre,
#content div.searchResult,
#content div.info,
#content div.errorMsg,
#content div.hint,
#content div.heading,
#content form.demo,
#content blockquote {
  margin-left: 3%;
  margin-right: 3%;
  padding-bottom: .3em;
  margin-bottom: .3em;
}
#content h2,
#content h3,
#content h4,
#content div.heading,
#content div.run,
#content pre {
  clear: both;
}
#content .default p,
#content .default ul,
#content .default ol,
#content .default hr,
#content .default fieldset,
#content .default div.info,
#content .default div.errorMsg,
#content .default div.hint,
#content .default blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.16%;
}
#content .left h2,
#content .left h3,
#content .left h4,
#content .left p,
#content .left ul,
#content .left ol,
#content .left hr,
#content .left .be,
#content .left fieldset,
#content .left pre,
#content .left div.searchResult,
#content .left div.info,
#content .left div.errorMsg,
#content .left div.hint,
#content .left form.demo,
#content .left blockquote {
  margin-right: 2.25%;
  margin-left: 4.5%;
  /* 3%/66% * 100 */
  width: auto !important;
}
#content form.demo h2,
#content form.demo h3,
#content form.demo h4,
#content form.demo p,
#content form.demo hr,
#content form.demo pre,
#content form.demo ul,
#content form.demo ol,
#content form.demo fieldset {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#content .right h2,
#content .right h3,
#content .right h4,
#content .right p,
#content .right ul,
#content .right hr,
#content .right .be {
  margin-left: 6.75%;
  margin-right: 9%;
}
#content .right ul {
  background-color: transparent;
  padding: 0;
}
#content .right ul li {
  margin: 0 14px;
}
#content .right h2 {
  font-size: 1.4em;
}
#content .right h3 {
  font-size: 0.9em;
  color: #000;
}
#content .news article h2,
#content section.whatWeOffer article h2,
#content .news article h3,
#content section.whatWeOffer article h3,
#content .news article h4,
#content section.whatWeOffer article h4,
#content .news article p,
#content section.whatWeOffer article p,
#content .news article ul,
#content section.whatWeOffer article ul,
#content .news article hr,
#content section.whatWeOffer article hr {
  margin-left: 9%;
  /* 3%/33.333% * 100 */
  margin-right: 9%;
  clear: none;
}
#content fieldset p,
#content div.info p,
#content div.errorMsg p,
#content div.hint p,
#content blockquote p,
#content fieldset ul,
#content div.info ul,
#content div.errorMsg ul,
#content div.hint ul,
#content blockquote ul,
#content fieldset hr,
#content div.info hr,
#content div.errorMsg hr,
#content div.hint hr,
#content blockquote hr,
#content fieldset h3,
#content div.info h3,
#content div.errorMsg h3,
#content div.hint h3,
#content blockquote h3,
#content fieldset h4,
#content div.info h4,
#content div.errorMsg h4,
#content div.hint h4,
#content blockquote h4,
#content fieldset p,
#content div.info p,
#content div.errorMsg p,
#content div.hint p,
#content blockquote p,
#content fieldset ul,
#content div.info ul,
#content div.errorMsg ul,
#content div.hint ul,
#content blockquote ul,
#content fieldset hr,
#content div.info hr,
#content div.errorMsg hr,
#content div.hint hr,
#content blockquote hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto !important;
}
#content table hr {
  margin-left: 0;
  margin-right: 0;
  width: auto !important;
}
#content p,
#content div.info,
#content div.errorMsg,
#content div.hint {
  margin-bottom: 1em;
}
#content blockquote {
  background-color: white;
  padding: 0 14px;
  font-style: italic;
}
#content p {
  font-size: 0.9em;
  line-height: 1.3em;
}
#content h2 {
  color: #5b9645;
  font-size: 1.96em;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: .6em;
}
#content h2 span,
#content h3 span {
  font-weight: normal;
  color: #6e6f71;
  /*font-size: .45em;*/
  font-size: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
#content h2 span:first-child,
#content h3 span:first-child {
  margin-left: 0;
}
#content h2 span.active,
#content h3 span.active {
  font-weight: bold;
  color: #5b9645;
  font-size: 1em;
}
#content h3,
#content div.heading,
#content div.heading select {
  font-family: "ff-tisa-web-pro";
  color: #5b9645;
  font-size: 1.4em;
  background-color: transparent;
  border: none;
  font-weight: bold;
}
#content div.heading select {
  font-size: 1em;
  margin-right: 10px;
}
#content div.heading select ~ span {
  font-size: 15px;
  font-family: "ff-tisa-web-pro";
  color: #AEAEAE;
}
#content div.heading select ~ span:before {
  content: '\f060';
  font-family: "FontAwesome";
  margin-right: 6px;
}
#content h4 {
  color: #5b9645;
  font-size: 1em;
}
#content ul {
  margin-top: 0;
  margin-bottom: .4em;
  padding: 5px 0 10px 0;
  background-color: #fff;
  font-size: 0.9em;
  font-family: "ff-tisa-web-pro";
  line-height: 1.6em;
  list-style-type: square;
  list-style-position: outside;
  /* http://www.patternify.com/ */
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAFklEQVQImWNgIAZETXP9j44HVBIbAADn3jcVxmILQwAAAABJRU5ErkJggg==);
}
#content ul li {
  margin: 0 24px;
}
#content ul li > ul,
#content ul li > ol {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
}
#content ol {
  margin-top: 0;
  margin-bottom: .4em;
  padding: 5px 0 10px 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "ff-tisa-web-pro";
  line-height: 1.6em;
  list-style-position: outside;
}
#content ol li {
  margin: 0 24px;
}
#content ol li > ul,
#content ol li > ol {
  padding: 0;
  margin-bottom: 0;
}
#content hr {
  border: 0;
  border-top: 1px solid #d3d3d3;
  height: 0px;
  clear: both;
  margin-top: 1em;
  text-align: left;
}
#content hr.dotted {
  border-style: dotted;
}
#content .info,
#content .errorMsg,
#content .hint {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  -webkit-border-radius: 0 15px 0 15px;
  -moz-border-radius: 0 15px 0 15px;
  border-radius: 0 15px 0 15px;
  min-height: 85px;
  padding: 20px 20px 20px 80px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
#content .info p,
#content .errorMsg p,
#content .hint p,
#content .info ul,
#content .errorMsg ul,
#content .hint ul {
  margin-left: 0;
  marign-right: 0;
}
#content .info:after,
#content .errorMsg:after,
#content .hint:after {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  left: 16px;
  top: 16px;
  width: 52px;
  height: 52px;
  text-align: center;
  background-color: #5b9645;
  color: #fff;
  position: absolute;
  content: '\F075';
  font-family: "Batch";
  font-size: 26px;
  line-height: 50px;
}
#content .errorMsg {
  border-color: #dd571d;
}
#content .errorMsg:after {
  background-color: #dd571d;
  content: '\F15B';
}
#content .hint {
  border-color: #ffc459;
}
#content .hint:after {
  background-color: #ffc459;
  font-family: "FontAwesome";
  content: '\f129';
}
#content .inlineMsg {
  color: #5b9645;
  font-weight: bold;
  margin-left: 4px;
}
#content .inlineMsg:before {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
  float: left;
  color: #fff;
  content: '\F075';
  font-family: "Batch";
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  background-color: #5b9645;
}
header .default h1 {
  padding: 2px 0 16px 3%;
  color: #fff;
  font-size: 37.5pt;
  line-height: 61pt;
  text-shadow: 1px 2px 1px rgba(52, 74, 44, 0.75);
}
#subnavi {
  height: 18px;
}
#subnavi ul.subnavi {
  margin-left: 3% !important;
  margin-top: 4px !important;
}
ul.subnavi,
ul.buttons,
ul.followUsList {
  background-color: transparent !important;
  list-style: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 25px;
}
ul.subnavi li,
ul.buttons li {
  float: left;
  padding: 0 20px 0 0;
  position: relative;
  margin: 0px !important;
  font-size: 12pt;
  font-family: "ff-tisa-web-pro";
}
button {
  height: 25px;
  margin: 0;
  padding: 0;
  display: inline;
}
button.submit {
  margin: 16px 0;
}
button.inline {
  float: none;
}
ul.subnavi li a,
ul.buttons li a,
.loginBox a.submit,
.button,
button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-family: "ff-tisa-web-pro";
  background-color: #e69e04;
  border: 1px solid #e69e04;
  color: #fff;
  margin: 0;
  padding: 0 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 3px;
  text-shadow: 1px 2px 1px rgba(187, 127, 0, 0.75);
}
button ~ button {
  margin-left: 10px;
}
ul.subnavi li a:hover,
ul.buttons li a:hover,
.loginBox a.submit:hover,
.button:hover,
button:hover,
ul.shareList a:hover,
ul.followUsList a:hover {
  -moz-box-shadow: 0px 2px 2px #777;
  -webkit-box-shadow: 0px 2px 2px #777;
  box-shadow: 0px 2px 2px #777;
}
ul.subnavi li a,
ul.buttons li a {
  float: left;
}
ul.subnavi li a {
  -moz-box-shadow: 0px 2px 2px #777;
  -webkit-box-shadow: 0px 2px 2px #777;
  box-shadow: 0px 2px 2px #777;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  color: #4b4b4b;
  text-shadow: none;
}
ul.subnavi li a:hover {
  -moz-box-shadow: 0px 2px 2px #e69e04;
  -webkit-box-shadow: 0px 2px 2px #e69e04;
  box-shadow: 0px 2px 2px #e69e04;
}
ul.subnavi li a.active {
  background-color: #fff;
  color: #e69e04 !important;
  text-shadow: none;
}
.loginBox button {
  background-color: #558f40;
  border: 1px solid #558f40;
  text-shadow: 1px 2px 1px rgba(66, 99, 54, 0.75);
  margin: 16px 0;
}
ul.followUsList,
ul.shareList {
  list-style: none !important;
}
ul.followUsList {
  float: right;
  font-family: Arial;
}
ul.shareList {
  height: 25px;
}
ul.followUsList li,
ul.shareList li {
  float: left;
  padding: 0 0 0 12px;
  position: relative;
  text-align: center;
}
ul.followUsList li a,
ul.shareList li a {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  font-size: 17px;
  margin-top: -7px;
  float: left;
  display: block;
  background-color: #e69e04;
  color: #fff;
  width: 30px;
  height: 30px;
}
ul.shareList li {
  padding: 0 15px 0 0;
  margin: 0 !important;
}
ul.shareList li a {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  font-size: 16px;
  width: 25px;
  height: 25px;
  margin-top: 0;
}
ul.shareList li a:after {
  content: '' !important;
  font-size: 100% !important;
  margin-left: 0 !important;
}
div.chooser {
  border-top: 1px solid #d3d3d3;
  padding-top: 1.3em;
}
div.chooser select {
  width: auto;
}
div.chooser .r {
  float: right;
  margin-right: 1.3em;
}
div.chooser .name {
  font-weight: bold;
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
div.chooser .name a {
  font-weight: normal;
}
div.chooser button {
  margin: 0 !important;
}
div.chooser:after {
  content: '';
  clear: both;
  display: block;
}
div.chooser + p {
  margin-top: 2em;
}
address:first-line {
  font-weight: bold;
}
div.clientsLogos {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.16%;
  margin: 0 0 0.3em 3%;
  padding-top: 1em;
  padding-bottom: .3em;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
div.clientsLogos div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(white 0%, #ececec 100%);
  background-image: -moz-linear-gradient(white 0%, #ececec 100%);
  background-image: -o-linear-gradient(white 0%, #ececec 100%);
  background-image: linear-gradient(white 0%, #ececec 100%);
  border: 1px solid #d3d3d3;
  background-color: #fff;
  width: 22%;
  margin-right: 3.9%;
  margin-bottom: 1em;
  height: 100px;
  float: left;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
div.clientsLogos div a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
div.clientsLogos div a:after {
  content: '' !important;
  margin: 0 !important;
}
div.clientsLogos div:nth-child(4n+0) {
  margin-right: 0;
}
div.clientsLogos:after {
  content: '';
  clear: both;
  display: block;
}
div.invoice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.16%;
  background-color: #ffffff;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: .6em;
  padding: 10px 14px;
}
div.invoice table {
  font-family: "ff-tisa-web-pro";
  clear: both;
  width: 100%;
  font-size: .9em;
}
div.invoice table th,
div.invoice table td {
  padding: .3em .6em;
  text-align: left;
  vertical-align: top;
  border-right: 1px dashed #d3d3d3;
}
div.invoice table th.c,
div.invoice table td.c {
  text-align: center !important;
  white-space: nowrap;
}
div.invoice table th.r,
div.invoice table td.r {
  text-align: right !important;
  white-space: nowrap;
}
div.invoice table th.nb,
div.invoice table td.nb {
  border-right: none;
  white-space: nowrap;
}
div.invoice table th span,
div.invoice table td span {
  display: block;
  font-size: 80%;
  margin-left: 1em;
  color: gray;
}
div.invoice table thead,
div.invoice table tbody {
  border-bottom: 1px solid #d3d3d3;
}
div.invoice table tr:last-child {
  border-bottom: none;
}
div.invoice table button {
  float: right;
  font-family: "FontAwesome";
  margin: 0;
}
footer {
  font-family: Arial;
  font-size: 14px;
  clear: both;
  border-top: 1px solid #d3d3d3;
}
footer .copyright a {
  font-family: Arial;
}
footer .copyright,
footer .followUs {
  margin: 22px 3%;
}
footer .copyright {
  float: left;
}
footer .followUs {
  display: block;
  float: right;
}
/* Payment icons */
.paymentType {
  display: inline-block;
  vertical-align: -10%;
  height: 16px;
  overflow: hidden;
  width: 24px;
  background: transparent url(img/payment-types.png) no-repeat 0 0;
}
.paymentType.visa {
  background-position: 50% 0;
}
.paymentType.master {
  background-position: 50% -16px;
}
.paymentType.elv {
  background-position: 50% -32px;
}
.paymentType.maestro {
  background-position: 50% -48px;
}
.paymentType.amex {
  background-position: 50% -64px;
}
.paymentType.jcb {
  background-position: 50% -80px;
}
.paymentType.diners {
  background-position: 50% -96px;
}
.paymentType.cup {
  background-position: 50% -112px;
}
.paymentType.discover {
  background-position: 50% -128px;
}
div.searchResult {
  background-color: #fff;
  padding: .3em;
}
div.searchResult > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div.searchResult h4,
div.searchResult p {
  margin: 0 !important;
  padding: 0 !important;
}
div.pageNavigation {
  position: relative;
  color: #1d1d1b;
  font-size: 14px;
  margin-left: 3%;
  margin-right: 3%;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 1em;
  padding-bottom: 1.7em;
  margin-bottom: 1.3em;
  content: '';
  clear: both;
  display: block;
}
div.pageNavigation.bottom {
  border-bottom: none;
  border-top: 1px solid #d3d3d3;
  padding-top: 1.7em;
  padding-bottom: .3em;
  margin-bottom: .3em;
}
div.pageNavigation a {
  color: #000;
  font-weight: bold;
}
div.pageNavigation a:hover {
  color: #d97d05;
}
div.pageNavigation a.next {
  float: right;
}
div.pageNavigation a.prev:before,
div.pageNavigation a.next:before {
  content: '';
  width: 7px;
  height: 25px;
  display: block;
  background: transparent url(img/page-navi-arrow.png) no-repeat 0px center;
}
div.pageNavigation a.next:before {
  float: right;
  margin-left: 10px;
  background-position: 0px center;
}
div.pageNavigation a.next:hover:before {
  background-position: -14px center;
}
div.pageNavigation a.prev:before {
  float: left;
  margin-right: 10px;
  background-position: -7px center;
}
div.pageNavigation a.prev:hover:before {
  background-position: -21px center;
}
div.pageNavigation + h2 {
  padding-top: .3em !important;
}
div.pageNavigation .others {
  position: absolute;
  display: none;
  top: 34px;
  z-index: 10;
  width: 250px;
  padding: 0 20px;
}
div.pageNavigation .others ul {
  background-color: #FAFAFA !important;
  list-style: none !important;
  line-height: 20px !important;
  margin: 0 0 !important;
  padding: 0 5px !important;
  width: 100% !important;
  -moz-box-shadow: 2px 3px 2px 0 #777777;
  -webkit-box-shadow: 2px 3px 2px 0 #777777;
  box-shadow: 2px 3px 2px 0 #777777;
}
div.pageNavigation .others ul li {
  margin: 5px 0 !important;
}
div.pageNavigation .others ul a {
  font-weight: normal;
  font-size: 14px;
}
div.pageNavigation.bottom .others {
  top: 44px;
}
div.pageNavigation a.next + .others {
  right: 0;
  text-align: right;
}
div.pageNavigation span:hover .others {
  display: block;
}
.product div.pageNavigation {
  padding-top: 1.7em;
}
.ui-effects-transfer {
  border: 1px solid #d3d3d3;
}
