* {
    margin: 0;
    padding: 0;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #372d2b;
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
strong {
  font-weight: 700;
}
#logo {
  position: fixed;
  z-index: 999;
  left: 20px;
  top: 20px;
  background: url(../img/logo.svg) no-repeat center;
  background-size: contain;
  height: 95px;
  width: 170px;
}
@media (max-width: 767px) {
  #logo {
    height: 70px;
    width: 125px;
  }
}
#logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  line-height: 0;
  font-size: 0;
}
#menu {
  position: fixed;
  z-index: 999;
  right:0;
  top: 0;
}
img {
  max-width: 100%;
}
.navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle.collapsed {
  display: block;
  transform: translate(0%);
}
.navbar-toggle {
  display: block;
  transform: translate(-300px);
  transition: transform ease-in-out 0.3s;
}
@media (max-width: 375px) {
  .navbar-toggle {
    transform: translate(-78vw);
  }
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  transform: translate(100%);
}
.navbar-collapse {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 80vw;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  max-height: 100vh;
  transition: transform ease-in-out 0.3s;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
  transform: translate(0,0);
}
.collapsing {
    -webkit-transition: transform ease-in-out 0.3s !important;
    transition: transform ease-in-out 0.3s !important;
}
.navbar-toggle {
  border: none;
  background: none;
  font-size: 20px;
  line-height: 16px;
  padding: 0;
  text-align: right;
  margin: 20px 20px 0 0;;
}
span.icon-bar {
  background: #FFF !important;
  height: 3px !important;
  width: 26px !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
ul.menu {
  height: 100vh;
  padding: 5vh 20px !important;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
ul.menu > li {
  display: block;
}
ul.menu > li > a {
  color: #FFF;
  display: block;
  margin: 0 0 15px;
}
header {
  height: 200px;
  width: 100%;
  background: url(../img/header.jpg) no-repeat center;
  background-size: cover;
}
.blog.home {
}
.blog.home .items-leading > div:first-child {
  height: 100vh;
  background: url(../img/bg-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.blog.home .items-leading > div:first-child:after {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  height:200px;
  background: #FFF;
  transform-origin: top left;
  transform: rotate(-2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.blog.home .items-leading > div:first-child .item-intro{
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 70px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,.5);
  margin: 0;
  font-weight: 300;
  line-height: 1.08;
}

@media (max-width: 991px) {
  .blog.home .items-leading > div:first-child .item-intro{
    font-size: 42px;
    width: 100%;
    padding: 0 150px;
}
}
@media (max-width: 500px) {
  .blog.home .items-leading > div:first-child .item-intro{
    font-size: 35px;
    width: 100%;
    padding: 0 40px;
  }
}
.blog.home .items-leading > div:nth-child(2) .item-intro {
  background: #FFF;
}
.blog.home .items-leading > div:nth-child(2) .item-intro > div {
  max-width: 800px;
  padding: 100px 30px;
  margin:  0 auto;
  text-align: center;
}
.blog.home .items-leading > div .item-intro > div h2 {
  font-size: 48px;
  line-height: 1.04;
  display: block;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 27px;
  text-align: center;
  color: #FFF
}
.blog.home .items-leading > div:nth-child(2) .item-intro > div h2, .blog.home .items-leading > div:nth-child(6) .item-intro > div h2 {
  color: #183a1e;
}
.blog.home .items-leading > div .item-intro > div h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #FFF;
  transform: translate(-50%,-1px);
}
.blog.home .items-leading > div:nth-child(2) .item-intro > div h2:after, .blog.home .items-leading > div:nth-child(6) .item-intro > div h2:after {
  background: #183a1e;
}
.blog.home .items-leading > div:nth-child(3) {
  background: url(../img/bg-3.jpg) center;
  background-size: cover;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  padding: 6vw 0;
}
@media (max-width: 767px){
  .blog.home .items-leading > div:nth-child(3) {
    padding: 55px 0;
  }
}
.blog.home .items-leading > div:nth-child(3):before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height:200px;
  background: #FFF;
  transform-origin: bottom left;
  transform: rotate(2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.blog.home .items-leading > div:nth-child(3):after {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  right: 0;
  top: 100%;
  height:200px;
  background: #183a1e;
  transform-origin: top right;
  transform: rotate(2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.moduletable.methode {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
div.category-module.methode {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
div.category-module.methode:before,
div.category-module.methode:after {
  display: none;
}
div.category-module.methode > div {
  width: calc( (100% - 60px) / 3);
  padding: 10px;
  margin: 0 0 30px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
@media (max-width: 800px) {
  div.category-module.methode > div {
    width: calc( (100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  div.category-module.methode > div {
    width: 100% ;
  }
}
.blog.home div.category-module.methode .item-image{
  width: 120px;
  height: 120px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.blog.home div.category-module.methode .item-image img {
  max-height: 80px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
div.category-module.methode > div h3 {
  font-size: 22px;
  font-weight: bold;
}
.blog.home .items-leading > div:nth-child(4) {
  background: #183a1e;
  color: #FFF;
}
.blog.home .items-leading > div:nth-child(4) table td:first-child {
  width: 240px;
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .blog.home .items-leading > div:nth-child(4) table, .blog.home .items-leading > div:nth-child(4) table tbody, .blog.home .items-leading > div:nth-child(4) table tr, .blog.home .items-leading > div:nth-child(4) table td {
    display: block;
  }
  .blog.home .items-leading > div:nth-child(4) table td:first-child {
    width: 100%;
    padding: 0 0 30px;
  }
  .blog.home .items-leading > div:nth-child(4) table td img {
    margin: 0 auto;
    display: block;
  }
}
.blog.home .items-leading > div:nth-child(4) > div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}
.blog.home .items-leading > div:nth-child(5) p {
  margin: 0;
}
.blog.home .items-leading > div:nth-child(5) > div .category-module {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.blog.home .items-leading > div:nth-child(5) > div .category-module > div { 
  width: 33.333%;
  height: 20vw;
  overflow: hidden;
  border: 1px solid #FFF;
}
@media (max-width: 767px) {
  .blog.home .items-leading > div:nth-child(5) > div .category-module > div { 
    width: 50%;
    height: 30vw;
    overflow: hidden;
    border: 1px solid #FFF;
  }
  .blog.home .items-leading > div:nth-child(5) > div .category-module > div:last-child { 
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border: 1px solid #FFF;
  }
}
@media (max-width: 500px) {
  .blog.home .items-leading > div:nth-child(5) > div .category-module > div { 
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border: 1px solid #FFF;
  }
  .blog.home .items-leading > div:nth-child(5) > div .category-module > div:last-child { 
    width: 100%;
    height: 60vw;
    overflow: hidden;
    border: 1px solid #FFF;
  }
}
.blog.home .items-leading > div:nth-child(5) > div .category-module > div img { 
  width: 100%;
  transition: all ease-in-out 1.5s;
}
.blog.home .items-leading > div:nth-child(5) > div .category-module > div:hover img { 
  transform: scale(1.1);
}
.blog.home .items-leading > div:nth-child(5) > div .category-module > div h3 { 
  display: none;
}
.blog.home .items-leading > div:nth-child(6) {
  padding: 60px 30px;
  background: #FFF;
}
.blog.home .items-leading > div:nth-child(6)  .item-intro {
}
.blog.home .items-leading > div:nth-child(6)  .item-intro > div {
  max-width: 1000px;
  margin:  0 auto;
  text-align: center;
}
.blog.home .items-leading > div:nth-child(6)  .item-intro > div h3{
  font-size: 30px;
  display: block;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.blog.home .items-leading > div:nth-child(7) {
  background: url(../img/contact.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.blog.home .items-leading > div:nth-child(7):before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height:200px;
  background: #FFF;
  transform-origin: bottom left;
  transform: rotate(2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blog.home .items-leading > div:nth-child(7):after {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  height: 200px;
  background: #FFF;
  transform-origin: top left;
  transform: rotate(-2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5)
}
.blog.home .items-leading > div:nth-child(7) > div {
  background: rgba(0,0,0,0.6);
  width: 100%;
  
}
.blog.home .items-leading > div:nth-child(7) > div.page-header {
  padding: 5vw 30px 0;
  margin: 0;
  text-align: center;
  display: block;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.7) ;
}
.blog.home .items-leading > div:nth-child(7) > div h2 {
  padding-top: 80px;
}
.blog.home .items-leading > div:nth-child(7) p {
  margin: 0;
}
.blog.home .items-leading > div:nth-child(7) form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 5vw;
  font-size: 20px;
  width: 100%;
}
.blog.home .items-leading > div:nth-child(7) form * {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.blog.home .items-leading > div:nth-child(7) form input, .blog.home .items-leading > div:nth-child(7) form textarea {
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.blog.home .items-leading > div:nth-child(7) form textarea {
  height: 200px;
}
.blog.home .items-leading > div:nth-child(7) form button {
  background: #434343;
  height: 40px;
  width: 100%;
  max-width: 200px;
  font-size: 20px;
  border: none;
  border-radius: 0;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
footer {
  text-align: center;
  padding: 5px 20px 10px;
  font-size: 15px;
  color: #818181;
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 41px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 48px;
  }
}
.blog.about .items-leading > div:nth-child(1) .item-intro > div {
  max-width: 1200px;
  padding: 0 30px 100px;
  margin:  0 auto;
  text-align: left;
}
.blog.about .items-leading > div:nth-child(1) {
  background: #183a1e;
  color: #FFF;
}
.blog.about .items-leading > div div h2 {
  font-size: 48px;
  line-height: 1.04;
  display: block;
  position: relative;
  padding: 50px 0 30px;
  margin: 0 0 27px;
  text-align: center;
  color: #183a1e;
}
.blog.about .items-leading > div h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #183a1e;
  transform: translate(-50%,-1px);
}
.blog.about .items-leading > div:nth-child(1) div h2 {
  color: #FFF;
}
.blog.about .items-leading > div:nth-child(1) h2:after {
  background: #FFF;
}
.blog.about .items-leading > div:nth-child(2) .item-intro > div {
  max-width: 1600px;
  padding: 0 30px 50px;
  margin:  0 auto;
  text-align: center;
}
.blog.about .items-leading > div:nth-child(2) {
  background: #FFF;
}
.blog.about .items-leading > div:nth-child(2) {
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 6vw 0;
}
.blog.about .items-leading > div:nth-child(2):before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height:200px;
  background: #183a1e;
  transform-origin: bottom left;
  transform: rotate(2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blog.about .items-leading > div:nth-child(2):after {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  top: 100%;
  height:200px;
  background: #183a1e;
  transform-origin: top left;
  transform: rotate(-2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blog.about .items-leading > div:nth-child(3) .item-intro > div {
  max-width: 1400px;
  padding: 0 30px 50px;
  margin:  0 auto;
  text-align: center;
}
.blog.about .items-leading > div:nth-child(3) {
  background: #183a1e;
  padding: 3vw 0;
}
.blog.about .items-leading > div:nth-child(3) div h2 {
  color: #FFF
}
.blog.about .items-leading > div:nth-child(3) h2:after {
  background: #FFF;
}
.blog.about .items-leading > div:nth-child(3) h3 {
  display: none;
}
.blog.about div.category-module.methode img {
  width: 100%;
  max-width: 200px;
  margin: 0 0 20px;
}
.blog.services > div.page-header h1 {
  font-size: 48px;
  line-height: 1.04;
  display: block;
  position: relative;
  padding: 50px 0 57px;
  margin: 0;
  text-align: center;
  color: #FFF;
  background: #183a1e;
}
.blog.services > div h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 50px;
  height: 4px;
  background: #FFF;
  transform: translate(-50%,-1px);
}
.blog.services .items-leading > div:nth-child(1) .item-intro > div {
  max-width: 800px;
  padding: 0 30px 50px;
  margin:  0 auto;
  text-align: center;
}
.blog.services .items-leading > div:nth-child(1) {
  background: #183a1e;
  color: #FFF;
}
.blog.services .items-leading > div:nth-child(2) .item-intro > div {
  max-width: 1400px;
  padding: 0 30px 50px;
  margin:  0 auto;
  text-align: center;
}
.blog.services .items-leading > div:nth-child(2) {
  position: relative;
  overflow: hidden;
  padding: 6vw 0 0;
}
.blog.services .items-leading > div:nth-child(2):before {
  content: "";
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height:200px;
  background: #183a1e;
  transform-origin: bottom left;
  transform: rotate(2deg);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blog.services div.category-module.methode img {
  width: 100%;
}
.blog.services div.category-module.methode h3 {
  font-size: 24px;
  margin: 20px 0 5px 0;
}
.blog.services div.category-module.methode > div {
  padding: 0px;
  margin: 0 30px 30px 0;
  color: #372d2b;
  text-shadow: none;
  text-align: justify;
}
@media (max-width: 549px) {
  .blog.services div.category-module.methode > div {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (min-width: 550px) and (max-width: 900px) {
  .blog.services div.category-module.methode > div {
    width: calc( (100% - 30px) / 2);
  }
  .blog.services div.category-module.methode > div:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 901px) {
  .blog.services div.category-module.methode > div {
    width: calc( (100% - 60px) / 3);
    padding: 0px;
    margin: 0 30px 30px 0;
    color: #372d2b;
    text-shadow: none;
    text-align: justify;
  }
  .blog.services div.category-module.methode > div:nth-child(3n) {
    margin: 0 0 30px;
  }
}
.blog.services div.category-module.methode {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.blog.services div.category-module.methode a {
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 18px 52px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #183a1e;
    color: #FFF;
    background: #183a1e;
    transition: all ease-in-out 0.3s;
    margin: 30px 0 10px 0;
}
.blog.services div.category-module.methode a:hover {
    color: #183a1e;
    background: transparent;
}
div.item-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
div.item-page div.page-header h2 {
  font-size: 48px;
  line-height: 1.04;
  display: block;
  position: relative;
  padding: 50px 0 57px;
  margin: 0;
  text-align: center;
  color: #183a1e;
}
div.item-page div h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 50px;
  height: 4px;
  background: #183a1e;
  transform: translate(-50%,-1px);
}
.rl_sliders.accordion>.accordion-group {
  border: none;
  border-radius: 0;
  margin: 0 0 5px;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
  background: #FFF;
  border: 1px solid #efefef;
  color: #183a1e;
}
.rl_sliders.accordion>.accordion-group:focus {
  
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus {
  box-shadow: none;
}
.collapse.in {
  border-top: 2px solid #efefef !important;
}
.map {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 30px 0;
}
.map iframe {
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pull-none {
  margin: 0 0 20px;
}
#content {
  position: relative;
}
#curry {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.9);
  padding: 2px 5px;
  font-size: 12px;
}
#curry a {
  color: #FFF;
  text-decoration: none;
}
#curry a:hover {
  color: #CCC;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock > div > div {
  position: absolute;
  left:0;
  top: 0;
  width: 100% !important;
  height: 100% !important;;
}