body {
  font-family: 'Ubuntu', sans-serif;
  background: rgba(0, 0, 0, 0) url("../img/bg_home_mobile.jpg") no-repeat fixed top center;
  color: #464646;
  font-size: 12px;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  body {
    background: rgba(0, 0, 0, 0) url("../img/bg_home_desktop.jpg") no-repeat fixed top center;
    background-size: cover;
  }
}
.mobiledetect {
  display: none;
}
@media only screen and (max-width: 360px) {
  .mobiledetect {
    display: block;
  }
}
a {
  text-decoration: none;
  color: #f1f1f1;
}
main a {
  font-weight: bold;
}
.headermini {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding-bottom: .5rem;
  background: #000000 none repeat scroll 0 0;
  margin-top: -20;
}
.headermini .logo,
.headermini nav {
  margin-top: 1rem;
}
.open-nav {
  display: block;
  float: right;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 640px) {
  .open-nav {
    display: none;
  }
}
.open-nav.light {
  color: #eaeaea !important;
}
.open-nav.light span {
  background-color: #666 !important;
  color: #666 !important;
}
.open-nav.light span:before {
  background-color: #666 !important;
}
.open-nav.light span:after {
  background-color: #666 !important;
}
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  header {
    position: fixed;
  }
}
header .logo {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  float: left;
  width: 80%;
  margin: 5% 0 0 5%;
}
@media only screen and (min-width: 640px) {
  header .logo {
    float: left;
    margin: 2rem 0 0 2rem;
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  header .logo {
    margin: 3rem 0 0 3rem;
    width: calc(20% - 3rem);
    float: left;
  }
}
header nav {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  float: left;
  width: calc(100% - 10%);
  margin: 5% 0 0 5%;
  display: none;
}
header nav a {
  font-size: 0.7rem;
}
header nav a:hover {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
@media only screen and (min-width: 640px) {
  header nav {
    display: block;
    float: right;
    margin: 2rem 2rem 0 0;
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  header nav {
    float: left;
    width: 60%;
    margin: 3rem auto 0 auto;
  }
}
header nav .last {
  margin-right: 0;
}
header nav ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: .8rem;
}
header nav ul .last {
  border: 0;
}
header nav ul li {
  width: calc(100% - 10px);
  background: rgba(255, 255, 255, 0.1);
  list-style: none;
  padding: 2px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header nav ul li:last-child {
  border-bottom: 0;
}
header nav ul li ul {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  max-height: 0px;
  overflow: hidden;
}
header nav ul li ul.section {
  max-height: none;
}
@media only screen and (min-width: 640px) {
  header nav ul li ul.section {
    max-height: 0px;
  }
}
header nav ul li ul li {
  background: rgba(255, 255, 255, 0.05);
}
header nav ul li:hover ul {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  max-height: 180px;
}
@media only screen and (min-width: 640px) {
  header nav ul li {
    width: auto;
    background: transparent;
    float: left;
    margin-right: 2rem;
    border: none;
  }
  header nav ul li ul {
    padding: 10px 0 0 0;
    position: absolute;
  }
  header nav ul li ul li {
    float: none;
    background: none;
    margin: 0;
    padding-left: 0;
  }
}
header nav:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.light {
  color: #464646 !important;
}
.light a {
  color: #464646;
}
.dark {
  color: #eaeaea !important;
}
.dark a {
  color: #eaeaea;
}
main {
  padding-bottom: 60px;
  padding-top: 60px;
  /*index*/
  /* index end */
  /*gallery*/
  /*gallery end*/
}
@media only screen and (min-width: 640px) {
  main {
    padding-top: 180px;
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  main {
    margin: 0;
    padding-top: 10%;
  }
}
main article.index {
  padding: 0 5%;
  width: calc(100% - 10%);
  max-width: 500px;
  float: left;
}
@media only screen and (min-width: 640px) {
  main article.index {
    padding-left: 0;
    margin: 0 0 80px 2rem;
    width: calc((70% / 7) * 4);
    min-height: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  main article.index {
    margin: 0 0 0 calc(20%);
    min-height: 200px;
  }
}
main article.index p {
  text-align: justify;
}
main aside.newsfeed {
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  margin: 0 5% 3rem 5%;
  width: calc(100% - (10% + 2rem));
  float: left;
  color: #eaeaea;
}
@media only screen and (min-width: 640px) {
  main aside.newsfeed {
    width: calc(20%);
    float: right;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  main aside.newsfeed {
    margin-right: 20%;
    margin-left: 0;
  }
}
main aside.newsfeed h3 {
  margin-top: 0;
}
main aside.newsfeed:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
main article.contact {
  padding: 0 5%;
  width: calc(100% - 10%);
  max-width: 500px;
  float: left;
}
@media only screen and (min-width: 640px) {
  main article.contact {
    padding-left: 0;
    margin: 0 0 80px 2rem;
    width: calc((70% / 7) * 3);
    min-height: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  main article.contact {
    margin: 0 0 0 calc(20%);
    min-height: 200px;
  }
}
main article.contact p {
  text-align: justify;
}
main aside.contact {
  padding: 0 5%;
  width: calc(100% - 10%);
}
@media only screen and (min-width: 640px) {
  main aside.contact {
    padding: 0;
    width: 100%;
  }
}
main aside.contact img {
  max-width: 100%;
}
main aside.map {
  background: rgba(203, 195, 190, 0.3);
  padding: 1rem;
  margin: 0 0 3rem 0;
  width: calc(100% - (2rem));
  float: left;
}
@media only screen and (min-width: 640px) {
  main aside.map {
    float: right;
  }
}
main aside.map h3 {
  margin-top: 0;
}
main aside.map:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
main aside.bottom {
  width: calc(100% - 10%);
  margin-top: 5em;
  margin: 0 5%;
  padding-bottom: 5em;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 640px) {
  main aside.bottom {
    margin: 0;
    width: calc(100% - 4rem);
    padding: 0 2rem 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  main aside.bottom {
    width: calc(100%);
    margin: 0;
    padding: 0;
  }
}
main aside.bottom h3 {
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: -1.2rem 0 0 calc(5%);
}
@media only screen and (min-width: 640px) {
  main aside.bottom h3 {
    margin: -1.2rem 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  main aside.bottom h3 {
    margin: -1.2rem 0 0 20%;
  }
}
main aside.bottom .slider {
  padding: 1rem;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 640px) {
  main aside.bottom .slider {
    padding: 1rem 0;
    width: calc(100%);
  }
}
@media only screen and (min-width: 1280px) {
  main aside.bottom .slider {
    width: 60%;
    padding: 3rem 0 3rem 0;
    margin: 0 0 0 calc((20%));
  }
}
main aside.bottom .slider .sliderimage {
  width: 100%;
  margin-right: 20px;
  float: left;
  color: #eaeaea;
}
main aside.bottom .slider .sliderimage img {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  main aside.bottom .slider .sliderimage {
    width: calc(((100% - (3 * 20px)) / 4));
  }
}
main aside.bottom .slider .sliderimage:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
main aside.bottom .slider .sliderimage p {
  font-size: 0.8rem;
}
main aside.bottom .slider .sliderimage.last {
  margin-right: 0px;
}
main article.gallery {
  float: left;
  width: calc(100% - 2rem);
  margin: 0 0 0 1rem;
}
@media only screen and (min-width: 640px) {
  main article.gallery {
    width: calc(100% - 2rem);
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  main article.gallery {
    width: 70%;
    margin: 0 0 0 20%;
  }
}
main article.gallery p {
  text-align: justify;
}
main .stamp {
  width: calc((50% - 80px));
  margin-bottom: 40px;
  background-color: rgba(203, 195, 190, 0.08);
  padding: 20px;
}
@media only screen and (max-width: 360px) {
  main .stamp {
    width: calc((100% - 40px));
  }
}
main .grid-item {
  width: calc((25% - 40px));
  margin-bottom: 40px;
}
@media only screen and (max-width: 360px) {
  main .grid-item {
    width: calc((50% - 20px));
  }
}
main .grid-item img {
  display: block;
  width: 100%;
}
footer {
  -webkit-transition: "all .4s ease";
  -moz-transition: "all .4s ease";
  -ms-transition: "all .4s ease";
  -o-transition: "all .4s ease";
  bottom: -100px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  footer {
    position: fixed;
  }
}
footer p {
  color: #999;
  margin: 0;
  font-size: .8rem;
  line-height: 3rem;
  text-align: center;
}
.footershow {
  -webkit-transition: "all .4s ease";
  -moz-transition: "all .4s ease";
  -ms-transition: "all .4s ease";
  -o-transition: "all .4s ease";
  bottom: 0px;
}
.language {
  float: right;
}
.open-nav span {
  display: inline-block;
  -webkit-transform: translateX(10%) translateY(-50%);
  -moz-transform: translateX(10%) translateY(-50%);
  -ms-transform: translateX(10%) translateY(-50%);
  -o-transform: translateX(10%) translateY(-50%);
  transform: translateX(10%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.sticky-header .open-nav span,
.open-nav.nav-dark span {
  background-color: #0d0d0d;
}
.open-nav span:before,
.open-nav span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .3s, background .3s;
  -webkit-transition: -webkit-transform 0.3s, background 0.3s;
  -moz-transition: -moz-transform 0.3s, background 0.3s;
  -o-transition: -o-transform 0.3s, background 0.3s;
  -ms-transition: -ms-transform 0.3s, background 0.3s;
}
.sticky-header .open-nav span:before,
.sticky-header .open-nav span:after,
.open-nav.nav-dark span:before,
.open-nav.nav-dark span:after {
  background-color: #0d0d0d;
}
.open-nav span:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.open-nav span:after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.open-nav:hover span:before {
  -webkit-transform: translateY(-8px) rotate(0deg);
  -moz-transform: translateY(-8px) rotate(0deg);
  -ms-transform: translateY(-8px) rotate(0deg);
  -o-transform: translateY(-8px) rotate(0deg);
  transform: translateY(-8px) rotate(0deg);
}
.open-nav:hover span:after {
  -webkit-transform: translateY(8px) rotate(0deg);
  -moz-transform: translateY(8px) rotate(0deg);
  -ms-transform: translateY(8px) rotate(0deg);
  -o-transform: translateY(8px) rotate(0deg);
  transform: translateY(8px) rotate(0deg);
}
.open-nav span.is-clicked {
  background-color: transparent;
}
.open-nav span.is-clicked:before,
.open-nav span.is-clicked:after {
  background-color: #fff;
}
.sticky-header .open-nav span.is-clicked:before,
.sticky-header .open-nav span.is-clicked:after {
  background-color: #fff;
}
.open-nav span.is-clicked:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.open-nav span.is-clicked:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* open-nav button */
