* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Merriweather', sans-serif;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #272727;
}
img {
  max-width: 100%;
}
.content-web {
  background: url("../images/opbg_02.png") repeat-x #fbf6f0 top center;
}
.headerImage {
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  background: #b76f11;
  position: relative;
  padding-bottom: 50px;

}
div#look {
  position: absolute;
  top: 110px;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 38px;
  font-weight: 600;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
  z-index: 99999;
}
div#look a {
  display: block;
  text-shadow: none;
  width: 250px;
  margin: 20px auto;
  background: #b76f11;
  color: white;
  font-size: 17px;
  padding: 10px;
  border-radius: 10px;
}
.headerImage img.bag {
  width: 100%;
  position: relative;
  z-index: 2;
}
.headerImage img.sign {
  position: absolute;
  bottom: -65px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  z-index: 3;
}
.headerImage video {
  width: 100%;
  margin-top: -100px;
}
.mobileShow {
  display: none;
}
#videoLayout {
  overflow: hidden;
  max-height: 450px;
}

@media (max-width: 1025px) {
  #videoLayout {
    display: none;
  }
  .mobileShow {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}


.contentPage {
  background-color: #fff;
  padding: 120px 15px 50px 15px;
}
.text-inner {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
.text-inner h1 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.text-inner h1 span {
  display: block;
  font-size: 29px;
  color: #a72429;
}
.perex {
  font-size: 21px;
  font-style: italic;
  margin: 70px 0;
}

.program {
  font-size: 18px;
  text-align: left;
  margin-bottom: 70px;
}
.program span {
  color: #a72429;
}
.program img {
  float: right;
}
.text-bottom {
  margin-bottom: 40px;
}
.journey {
  margin-top: 15px;
  font-size: 16px;
  background-color: #b76f11;
}
.journey-content {
  background-color: #f0dac1;
  padding: 10px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.journey h2 {
  color: #8f181c;
  font-size: 25px;
  margin-top: 13px;
  font-weight: 600;
}
.journey img {
  display: block;
}
.journey h3 {
  font-size: 18px;
  font-weight: 600;
  color: #8f181c;
  margin-top: 30px;
}
.journey p {
  font-size: 16px;
}
.navbar-inverse {
  background: transparent;
  border: 0;
  float: right;
  margin-top: 30px;
  min-height: 30px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #845a32;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: #000;
}
.menu img {
  position: absolute;
  z-index: 9;
  left: 50px;
}
.fotogalerie {
  margin: 50px 0;
}
.fotogalerie h2 {
  color: #845a32;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
}
.fotogalerie h2 span {
  color: #d1b494;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.gallery {
  margin: 50px 0 20px 0;
}
.gallery img {
  display: block;
  margin-bottom: 30px;
}
#loadMore {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color:#845a32;
  border-top: 2px solid #845a32;
  border-bottom: 2px solid #845a32;
  padding: 6px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

#loadMore:hover {
  background-color: #845a32;
  color: #fff;
}

.partners {
  background-color: #f0dac1;
  margin-top: 80px;
}

.partners-inner {
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.partners-inner h2 {
  color: #845a32;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 50px;
}
.delim {
  display: none;
}
@media(max-width: 1199px) {
  .navbar-inverse .navbar-nav>li>a {
    padding: 0 16px;
  }
  .menu img {
    position: absolute;
    z-index: 9;
    left: 37px;
    width: 200px;
    top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
@media(max-width: 991px) {
  .navbar-inverse {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-inverse .navbar-nav>li>a {
    text-align: right;
    padding: 8px 3px;
    border-bottom: 1px solid #ccc;

  }
  .navbar-nav {
    margin-right: 0;
  }
  .navbar-inverse .navbar-toggle {
    background-color: #b76f11;
    border: 0;
  }
  .headerImage img.sign {
    width: 450px;
    bottom: -50px;
    margin-left: -225px;
  }
  .text-inner {
    max-width: 630px;
  }
  .text-inner h1 {
    font-size: 22px;
  }
  .text-inner h1 span {
    font-size: 24px;
  }
  .program img {
    display: none;
  }
  .perex {
    font-size: 18px;
    margin: 40px 0;
  }
  .contentPage {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .program {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .text-bottom {
    font-size: 16px;
  }
  .journey-content {
    padding: 30px;
  }
  .journey-content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .journey h2 {
    font-size: 22px;
  }
  .journey h3 {
    font-size: 16px;
  }
  .journey p {
    font-size: 14Px;
  }
  .fotogalerie h2, .partners h2 {
    font-size: 26px;
  }
  .gallery img {
    width: 100%;
  }

}
@media(max-width: 606px) {
  .text-inner h1, .text-inner h1 span {
    font-size: 20px;
  }
  .partners-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #loadMore {
    font-size: 14px;
  }
}

@media(max-width: 540px) {
  .headerImage img.sign {
    width: 350px;
    bottom: -44px;
    margin-left: -175px;
  }
  .program span {
    clear: both;
  }
  .delim {
    display: block;
  }
  .navbar-inverse {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .navbar-inverse .navbar-collapse {
    margin-top:20px;
  }
}
