body,
html {
  font-family: Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 16px;
  height: 100%;
  width: 100%;
  /*overflow-x: hidden;*/
}
.wrapper {
  max-width: 970px;
  padding: 0 15px;
  margin: 0 auto;
}
#branding {
  height: 95px;
  background: url('../images/content/innique.png') no-repeat left center;
  border-top: 5px solid #63b32e;
  border-bottom: 1px solid #a8a8a7;
  margin-bottom: 10px;
}
#branding.mobile {
  height: 65px;
  background: #FFF;
  border-top: 5px solid #63b32e;
  border-bottom: none;
  margin-bottom: 0;
}
#decoy {
  height: 65px;
  width: 147px;
  position: absolute;
  left: 30px;
  top: 0;
  background: url('../images/content/innique.png') no-repeat left 20px;
}
#branding h1 {
  position: absolute;
  left: -9999px;
}
a,
.section.first .map a {
  color: #646363;
  text-decoration: none;
}
a:hover,
.section.first .map a:hover {
  color: #63b32e;
  text-decoration: none;
  background: none;
}
.section.first a {
  color: #FFF;
  text-decoration: none;
  background: none;
}
.section.first a:hover {
  color: #646363;
  text-decoration: none;
  background: none;
}
nav,
#nav {
  font-family: 'Open Sans', Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 12px;
  color: #646363;
}
#nav_wrapper {
  height: 255px;
}
#nav.mobile {
  /*display: none;*/
  background: #FFF;
  width: 215px;
  position: absolute;
  right: 0;
  border-top: 1px solid #a8a8a7;
  margin-top: -1px;
}
.headroom--unpinned #nav.mobile {
  display: none;
}
.headroom--unpinned {
  top: -65px;
}
.headroom--pinned {
  top: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  color: #646363;
  background-color: #FFF;
  border-radius: 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
}
.nav > li > a:hover {
  background: none;
}
.nav.nav-stacked {
  padding-left: 30px;
}
.nav-pills > li.level1 a {
  padding: 10px 15px;
}
.nav-stacked > li.level1 a {
  padding: 10px 0;
}
.nav-pills > li.level1 ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
}
.nav-stacked > li.level1 ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
}
.nav-pills > li.level1.active ul {
  display: block;
}
.nav-stacked > li.level1.active ul {
  display: block;
  padding-bottom: 15px;
}
.nav-pills > li.level1.active > a,
.nav-stacked > li.level1.active > a {
  color: #63b32e;
  text-decoration: none;
  background: none;
}
.nav-pills > li.level1 ul li {
  width: 175px;
  padding-bottom: 8px;
}
.nav-pills > li.level1 ul li a {
  padding: 0;
  padding-left: 15px;
  display: block;
  line-height: 16px;
}
#nav .nav-pills > li.level1 {
  font-weight: bold;
  font-weight: 800;
  text-transform: uppercase;
  border-left: 1px solid #c1c1c1;
}
#nav.mobile .nav-stacked > li.level1 {
  font-weight: bold;
  font-weight: 800;
  text-transform: uppercase;
  border-left: none;
}
#nav .nav-pills > li.level1.first {
  max-width: 205px;
  border-left: none;
}
.nav-pills > li.level1.first a {
  padding-left: 0;
}
#sec_nav {
  border-left: 1px solid #c1c1c1;
  min-width: 230px;
  padding-left: 15px;
}
#sec_nav.mobile {
  border-left: none;
  border-top: 1px solid #c1c1c1;
  min-width: 100px;
  padding-left: 30px;
}
#sec_nav .nav-pills > li {
  text-transform: uppercase;
  font-size: 12px;
}
#lang_nav a {
  padding: 10px 5px;
}
#lang_nav.mobile a {
  padding: 10px 20px 10px 0;
  font-size: 12px;
  line-height: 20px;
}
#lang_nav li.active a,
#lang_nav li a.active {
  font-weight: bold;
  color: #63b32e;
}
#main.content_wrapper {
  margin-top: 25px;
}
#main.home .img_wrapper {
  width: 100%;
  height: 410px;
  max-height: 410px;
  position: relative;
}
#main.home .img_wrapper div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main.home .img_wrapper div.logo {
  background: url('../images/content/homeslider/logo.png') no-repeat center center;
  width: 272px;
  height: 164px;
  z-index: 50;
  left: 30%;
  top: 75px;
}
.form-control {
  border-radius: 0;
  color: #646363;
  font-size: 16px;
}
.form-group {
  margin-bottom: 25px;
}
#main.content_wrapper .content .col-xs-6 {
  padding: 0 0 0 30px;
}
#main.content_wrapper .content .timeTable span {
  width: 120px;
  display: inline-block;
}
@media (max-width: 565px) {
  #main.content_wrapper .content .timeTable {
    margin-left: 0;
  }
}
.innercontent {
  padding-left: 0;
  margin: 15px 0;
}
#home_nav {
  height: 165px;
  background: #b2b4b6;
  margin-top: 3px;
}
#home_nav .wrapper {
  padding: 0 3px;
  height: 165px;
  background: #FFF;
  display: table;
}
#home_nav .item {
  /*padding: 0 25px;*/
  display: table-cell;
  color: #FFF;
  font-size: 12px;
  background: #b2b4b6;
  cursor: pointer;
  width: 240px;
  position: relative;
  /*-webkit-animation: animPos 1s;*/
  /*animation: animPos 1s;*/
  /*animation-direction:alternate;*/
  /*-webkit-animation-direction:alternate;*/
}
#home_nav .item .textwrap {
  padding: 20px 10px 0 10px;
  height: 120px;
}
#home_nav .item .itemwrap {
  position: absolute;
  top: 0;
}
#home_nav .item.active,
#home_nav .item:hover {
  background: #63b32e;
  color: #FFF;
}
#home_nav .item.active .itemwrap,
#home_nav .item:hover .itemwrap {
  background: #63b32e;
  position: absolute;
  top: -35px;
  -webkit-transition: top 1s;
  transition: top 1s;
}
#home_nav .divider {
  padding: 0;
  width: 3px;
  display: table-cell;
  color: #FFF;
  font-size: 1px;
  background: #FFF;
}
#home_nav a {
  color: #FFF;
  text-decoration: underline;
}
@keyframes animPos {
  from {
    top: 0px;
  }
  to {
    top: -35px;
  }
}
@-webkit-keyframes animPos {
  from {
    top: 0px;
  }
  to {
    top: -35px;
  }
}
#home_nav .item.center {
  border: none;
}
#home_nav h2 {
  font-family: 'Open Sans', Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#home_nav p {
  margin: 10px 0 0 0;
}
#footer {
  /*height: 50px;*/
}
#main .content {
  /*padding: 50px 0;*/
}
#main .content.contact {
  color: #FFF;
  background: #63b32e;
}
.col-sm-6.col-xs-12.form,
.col-sm-6.col-xs-12.map {
  /*padding: 0;*/
}
.col-sm-6.col-xs-12.form {
  padding-left: 0;
  float: left;
}
.col-sm-6.col-xs-12.map {
  display: table;
  padding-right: 0;
  float: right;
  height: 345px;
  background: #FFF url('../images/template/bg_map.jpg') no-repeat center center;
  background-size: cover;
}
.col-sm-6.col-xs-12.map .text {
  display: table-cell;
  vertical-align: middle;
  color: #646363;
}
.col-sm-6.col-xs-12.map .text div {
  width: 145px;
  margin: 0 auto;
}
#main .section {
  overflow: hidden;
}
#main .section h3 {
  font-family: 'Open Sans', Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 37px;
  font-weight: 800;
  text-transform: uppercase;
  color: #646363;
  margin-bottom: 45px;
  margin-top: 0;
}
#main .section h4 {
  font-family: 'Open Sans', Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #646363;
}
#main .section p {
  line-height: 19px;
}
#main .section p,
#main .section ul {
  font-family: Arial, 'Arial', 'Verdana', sans-serif;
  color: #63b32e;
}
#main .section ul {
  margin: 0;
  padding: 0;
}
#main .section.first {
  color: #FFF;
  background: #64b42f;
}
#main .section.first p {
  font-family: Arial, 'Arial', 'Verdana', sans-serif;
  color: #FFF;
}
#main .section.first h3 {
  color: #FFF;
}
#main .section.first.product {
  padding-top: 50px;
  height: 565px;
}
#main .section.first.product .imgholder {
  margin-right: -14px;
  margin-top: -6px;
}
#main .section.first.noimage .content {
  width: 50%;
}
#main .section.first.noimage .wrapper {
  padding: 90px 15px;
  position: relative;
  height: 395px;
}
#main .section .content {
  z-index: 10;
}
#main .section .imgholder {
  display: block;
  overflow: visible;
  height: 100%;
  z-index: 0;
  padding: 0;
}
#main .section .imgholder img {
  width: auto;
  max-height: 100%;
}
#main .section.page {
  background-color: #ececec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f5f5f5));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #ececec, #f5f5f5);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #ececec, #f5f5f5);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #ececec, #f5f5f5);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #ececec, #f5f5f5);
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  margin-bottom: 5px;
  background-repeat: none;
}
#main .section .wrapper {
  padding: 55px 15px;
  position: relative;
}
#main .section .content ul {
  margin-left: 15px;
}
#main .section .content .text {
  display: table-cell;
  vertical-align: middle;
}
#main .section.product .content {
  padding: 65px 0;
}
#main .section.product.imgleft .content {
  padding: 50px 15px 30px 0;
  float: right;
}
#main .section.section_2 .wrapper {
  padding: 70px 15px;
}
#main .section.section_2 .wrapper .imgholder {
  width: 445px;
}
#main .section.section_2 .wrapper .content {
  margin-left: 65px;
  padding: 0;
}
#main .section.product.section_2 {
  height: 560px;
}
#main .section.product.section_2 .wrapper {
  padding: 55px 15px;
}
#main .section.product.section_2.imgleft .content {
  padding: 60px 15px 30px 0;
  margin-left: 0;
}
#main .section.product.section_3 {
  height: 565px;
}
#main .section.product.section_3 .wrapper .content {
  padding: 100px 0;
  position: relative;
}
#main .section.product.section_3 .imgholder img {
  margin-left: -126px;
  margin-top: -18px;
  margin-bottom: 0;
}
#main .section.product.section_4 {
  height: 565px;
}
#main .section.product.section_4 .wrapper .content {
  padding-top: 124px;
  padding-left: 44px;
}
#main .section.product.section_4 .wrapper .imgholder {
  margin-top: 50px;
}
#main .section.product.section_4 .wrapper .imgholder img {
  width: 709px;
  margin-left: -88px;
}
#main .section.product.section_5 {
  height: 530px;
}
#main .section.product.section_5 .wrapper .content {
  padding-top: 100px;
}
#main .section.product.section_5 .wrapper .imgholder {
  margin-top: 20px;
}
#main .section.product.section_5 .wrapper .imgholder img {
  margin-left: -64px;
}
#main .section.product.imgleft.section_2 img {
  margin-left: -153px;
  margin-top: 11px;
}
#main .section.product.section_5 img {
  margin-top: 50px;
}
#main .section.product.imgleft img {
  margin-left: -75px;
}
#main .section.product.imgright img {
  margin-left: -75px;
}
#main .section .subsection {
  height: 360px;
  padding: 40px 0;
  width: 100%;
  border-bottom: 3px solid #FFF;
  font-family: 'Open Sans', Arial, 'Arial', 'Verdana', sans-serif;
  font-size: 23px;
  font-weight: 800;
  text-transform: none;
  color: #646363;
}
#main .section .subsection div {
  padding: 0;
}
#main .section .subsection .textwrapper {
  padding-top: 62px;
}
#main .section .subsection .imgholder {
  position: relative;
}
#main .section .subsection .imgholder img {
  padding-top: 0;
  margin: 0 auto;
}
#main .section .subsection ul {
  margin-left: 18px;
  margin-top: 18px;
}
#main .section .subsection ul li {
  font-size: 16px;
  line-height: 19px;
  margin-right: 15px;
  font-weight: normal;
}
#main .section .subsection.odd .textwrapper {
  width: 430px;
  float: right;
  padding-top: 37px;
}
#main .section .subsection.odd .imgholder {
  margin-left: -42px;
  margin-top: 7px;
  position: relative;
}
#main .section.single {
  padding: 0 15px;
  width: 100%;
}
#main .section.single.first .noimage p {
  width: 62%;
}
#main .section.single .content {
  width: 100%;
}
#main .section.single .content.textarea {
  width: 50%;
}
#main .section.single .textarea {
  padding: 0;
}
.mobilenav {
  position: fixed;
  top: 0;
  height: 65px;
  width: 100%;
  z-index: 99;
  background: #FFF;
  transition: top 0.2s ease-in-out;
}
#navmobile_btn {
  background: url('../images/template/btn_navmobile.gif') no-repeat center center;
  height: 18px;
  width: 25px;
  position: absolute;
  right: 25px;
  top: 27px;
  cursor: pointer;
}
.carousel_wrapper .carousel-control,
.carousel_wrapper .carousel-indicators {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 915px) {
  /*#sec_nav {*/
  /*position: absolute;*/
  /*top: 25px;*/
  /*right: 35px;*/
  /*}*/
  #sec_nav .pull-right {
    display: none;
  }
  #sec_nav {
    min-width: 60px;
    /*display: none;*/
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid #63b32e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 12px;
}
.carousel-indicators .active {
  border: 1px solid #63b32e;
  background: #63b32e;
  width: 14px;
  height: 14px;
  margin: 1px;
  margin-right: 5px;
}
.first.section .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #FFF;
  background: #FFF;
  border-radius: 12px;
  margin-right: 5px;
}
.first.section .carousel-indicators .active {
  width: 12px;
  height: 12px;
  border: 0;
  background-color: #336910;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 5px;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-inner img {
  margin: 0 auto;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
  border-width: 4px;
}
.editorbutton,
.btn.primary {
  display: inline-block;
  border-radius: 0;
  font-family: Arial, sans-serif;
  color: #FFF;
  padding: 8px 20px;
  text-align: center;
  background: #7c7d7d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7c7d7d 0%, #414141 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7d7d), color-stop(100%, #414141));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c7d7d 0%, #414141 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c7d7d 0%, #414141 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c7d7d 0%, #414141 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c7d7d 0%, #414141 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7d', endColorstr='#414141', GradientType=0);
  /* IE6-9 */
}
.editorbutton a {
  color: #FFF;
  line-height: 24px;
  /*font-weight: bold;*/
  font-size: 14px;
}
*[data-ride="carousel"] {
  margin-top: -50px;
}
.imageslide {
  width: 100%;
  max-width: 960px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.imageslide .slider-content {
  position: absolute;
  width: 100%;
  height: 400px;
}
.ng-enter,
.ng-leave {
  -webkit-transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) all;
  -moz-transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) all;
  -ms-transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) all;
  -o-transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) all;
  transition: 2000ms cubic-bezier(0.165, 0.84, 0.44, 1) all;
}
.ng-enter {
  left: 100%;
}
.ng-enter.ng-enter-active {
  left: 0;
}
.animate-leave {
  left: 0;
}
.ng-leave.ng-leave-active {
  margin-left: -100%;
}
#main_wrapper,
#main_wrapper #main {
  height: 100%;
  width: 100%;
}
.mobilestart {
  height: 100%;
  width: 100%;
  background: url('../images/content/start_m.jpg') no-repeat top left;
  background-size: cover;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #home_nav .item .textwrap {
    padding: 10px 5px 0 10px;
  }
  #home_nav h2 {
    font-size: 14px;
  }
}
.hide-cookie-box.d-none {
  display: none !important;
}
.hide-cookie-box.cookie_info {
  animation: fadeOutBottom 1s normal forwards ease-in-out;
}
.cookie_info {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  animation: fadeInBottom 1.5s normal forwards ease-out;
  color: #777;
  background: #b1b3b5;
}
/*# sourceMappingURL=main.css.map */