/* Slider */
/* Fallback */
body {
  font-family: 'Lato', sans-serif;
  color: #232323;
}
a {
  color: #232323;
}
a:hover {
  text-decoration: none;
  color: #785f28;
}
.modal-content {
  position: relative;
  background-color: #333;
  border: none;
  border-radius: 0px;
}
button.close {
  position: absolute;
  right: 6px;
}
button.close span {
  color: #fff;
  text-shadow: none;
}
.mobileNavigation {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  background-color: #785f28;
  font-size: 17px;
  padding: 7px 13px;
  cursor: pointer;
  z-index: 999;
}
#navigationModal ul {
  list-style: none;
  padding: 20px;
}
#navigationModal ul li a {
  color: #fff;
  font-size: 1.3em;
  padding: 2px 15px;
  display: block;
}
#navigationModal ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
a.moreBtn {
  position: relative;
  font-weight: 800;
  color: #fff;
  margin-top: 10px;
  display: block;
  padding-right: 21px;
}
a.moreBtn:after {
  content: "\f101";
  font-family: 'FontAwesome';
  color: #ffbc06;
  position: absolute;
  height: 20px;
  width: 10px;
  font-size: 16px;
  top: 0px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#sidebar {
  background: rgba(255, 255, 255, 0.9);
  max-width: 230px;
  height: 100%;
  position: fixed;
  top: 0;
}
#sidebar ul {
  list-style: none;
  padding: 0px;
  font-weight: 400;
}
#sidebar ul li a {
  margin-bottom: 3px;
  display: block;
  color: #232323;
  padding-left: 25px;
  border-left: 10px solid rgba(255, 255, 255, 0);
}
#sidebar ul li a:hover {
  color: #785f28;
}
#sidebar ul li.active a {
  margin-bottom: 3px;
  display: block;
  color: #785f28;
  border-left: 10px solid #785f28;
}
#main_content {
  padding-left: 230px;
  width: 100%;
}
.logo {
  padding: 40px 35px;
}
#sideContact {
  position: absolute;
  bottom: 30px;
  padding: 5px 35px;
}
.home_content {
  background: rgba(0, 0, 0, 0.6);
}
.home_intro {
  position: relative;
  margin: 15% 0 0 auto;
  width: 90%;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 35px;
  text-align: right;
}
.home_intro h1 {
  margin: 0;
  font-weight: 100;
}
body.page {
  background: url('../images/1.jpg') no-repeat;
  background-size: cover;
}
.page_content {
  position: relative;
  margin: auto auto 50px 0;
  width: 90%;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  padding: 35px;
}
.page_content h1 {
  padding: 0;
  margin: 0;
  font-weight: 100;
  font-size: 27px;
}
.page_content p {
  font-weight: 100;
  font-size: 16px;
}
.splitline {
  margin: 30px 0;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 35%;
  left: -35px;
  position: relative;
}
#gallery img {
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
#gallery > div {
  margin-bottom: 20px;
}
#contentSidebar img {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}
.content_element img:nth-last-of-type(1) {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
}
.content_element a {
  color: #fff;
}
.content_element a:hover {
  text-decoration: none;
  color: #ffbc06;
}
#mobileContact {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 30px;
  display: none;
  padding-bottom: 30px;
}
.cbp-bislideshow {
  list-style: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
}
.cbp-bislideshow li {
  position: absolute;
  width: 101%;
  height: 101%;
  top: -0.5%;
  left: -0.5%;
  opacity: 0;
}
.cbp-bislideshow li img {
  display: block;
  width: 100%;
}
.backgroundsize .cbp-bislideshow li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.backgroundsize .cbp-bislideshow li img {
  display: none;
}
.cbp-bicontrols {
  position: fixed;
  width: 85px;
  height: 40px;
  margin: 0;
  bottom: 10px;
  right: 30px;
}
.cbp-bicontrols span {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.cbp-bicontrols span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.3);
}
.cbp-bicontrols span:hover:before {
  opacity: 1;
}
.cbp-bicontrols span:active:before {
  top: 2px;
}
.cbp-bicontrols span.cbp-binext {
  float: right;
}
span.cbp-binext:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
span.cbp-biprev:before {
  content: "\f104";
  font-family: 'FontAwesome';
}
.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
  opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
  display: block;
}
/* 1340 */
@media only screen and (max-width : 1340px) {
  .mobileNavigation {
    display: none;
  }
}
/* 1200 */
@media only screen and (max-width : 1200px) {
  .mobileNavigation {
    display: none;
  }
}
/* 992 */
@media only screen and (max-width : 992px) {
  .mobileNavigation {
    display: none;
  }
  .home_intro h1 {
    font-size: 28px;
  }
}
/* 768 */
@media only screen and (max-width : 768px) {
  .mobileNavigation {
    display: none;
  }
  #sidebar {
    max-width: 190px;
  }
  #main_content {
    padding-left: 190px;
  }
  .home_intro h1 {
    font-size: 20px;
  }
}
/* 641 */
/* 640 */
@media only screen and (max-width : 640px) {
  #mainHead nav {
    display: none;
  }
  .mobileNavigation {
    display: none;
  }
  #sidebar {
    max-width: 150px;
  }
  #sidebar ul li a {
    padding-left: 11px;
  }
  .page_content p {
    font-weight: 100;
    font-size: 14px;
  }
  #main_content {
    padding-left: 150px;
  }
  #sideContact {
    position: absolute;
    bottom: 30px;
    padding: 5px 17px;
  }
  .logo {
    padding: 30px 21px;
  }
}
/* 480 */
@media only screen and (max-width : 480px) {
  .mobileNavigation {
    display: block;
  }
  #sidebar {
    display: none;
  }
  #mobileContact {
    display: block;
  }
  #main_content {
    padding-left: 0px;
  }
  .page_content {
    position: relative;
    margin: 50px auto;
    width: 100%;
  }
  #cbp-bicontrols {
    display: none;
  }
  header#mobileHead {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 40px 10px;
  }
  footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 50px;
  }
  #logo-test {
    display: none;
  }
  #mobileHead .logo a {
    display: block !important;
  }
}
/* 360 */
@media only screen and (max-width : 360px) {
  #mainHead nav {
    display: none;
  }
  .mobileNavigation {
    display: block;
  }
}
/* 320 */
@media only screen and (max-width : 320px) {
  #mainHead nav {
    display: none;
  }
  .mobileNavigation {
    display: block;
  }
}
#mobileHead .logo a {
  display: none;
}
