/* _MIXINS.SCSS */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
*:focus {
  outline: none;
}

html {
  /* Font smoothing */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #eaeaea;
}

#container {
  max-width: 950px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto 400px auto;
}
#container header {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  position: fixed;
  z-index: 999;
  height: 215px;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 33px;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header {
    height: auto;
    position: relative;
  }
}
#container header .inner {
  width: 740px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header .inner {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
#container header .inner #home {
  width: 64px;
  height: 22px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 80px;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header .inner #home {
    top: 20px;
    left: 10px;
  }
}
#container header .inner #language {
  width: 64px;
  height: 22px;
  text-align: center;
  position: absolute;
  top: 70px;
  right: 80px;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header .inner #language {
    top: 20px;
    right: 10px;
  }
}
#container header .inner .logo {
  width: 210px;
  margin: 0 auto;
  margin-bottom: 35px;
  cursor: pointer;
}
#container header nav {
  text-align: center;
}
#container header nav ul {
  display: table;
  border-spacing: 25px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header nav ul {
    display: inline-block;
  }
}
#container header nav ul li {
  width: 115px;
  height: 44px;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 0) and (max-width: 740px) {
  #container header nav ul li {
    display: block;
    background-image: none !important;
    height: 24px;
    width: 100%;
  }
}
#container section {
  padding-top: 215px;
  width: 100%;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section {
    padding-top: 0;
  }
}
#container section article {
  margin-top: 220px;
  padding: 80px;
  position: relative;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article {
    margin-top: 110px;
    padding: 30px 20px;
  }
}
#container section article .inner {
  padding: 35px;
  background-color: #eaeaea;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article .inner {
    padding: 5px;
  }
}
#container section article .inner header {
  display: none;
  padding: 0;
  position: absolute;
  top: 7px;
  width: 100%;
  text-align: center;
  color: #eaeaea;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article .inner header {
    display: block;
  }
}
#container section article .inner .content {
  border-bottom: 4px solid black;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article .inner .content {
    min-height: inherit;
  }
}
#container section article .inner .content p:last-of-type {
  margin-bottom: 15px;
}
#container section article .inner footer {
  text-align: center;
  border: none;
}
#container section article:last-of-type .inner .content {
  border: none;
}
#container section article#home {
  margin-top: 0px;
}
#container section article#home .inner .phrases {
  text-align: center;
}
#container section article#home .inner .phrases .cycle-slideshow {
  font-family: 'moon_flower_boldregular';
  font-size: 54px;
  line-height: 54px;
  margin: 0 50px 45px 50px;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article#home .inner .phrases .cycle-slideshow {
    margin: 0 0 15px 0;
  }
}
#container section article#home .inner .phrases .cycle-slideshow .cycle-slide {
  width: 100%;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article#home .inner .phrases .cycle-slideshow {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
#container section article#home .inner .phrases #per-slide-template {
  margin-bottom: 65px;
}
@media (min-width: 0) and (max-width: 740px) {
  #container section article#home .inner .phrases #per-slide-template {
    display: none;
  }
}
#container section article#home .inner .phrases #per-slide-template a {
  display: inline-block;
  margin: 0 13px 3px 13px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
#container section article#home .inner .phrases #per-slide-template a.cycle-pager-active {
  border-color: black;
}
#container section article#home .inner .phrases #per-slide-template a:hover {
  border-color: black;
}
#container section article#home .inner .content {
  border: none;
  text-align: center;
  min-height: inherit;
}
#container footer {
  text-align: center;
  width: 70%;
  margin: 60px auto 85px auto;
  border-top: 4px solid black;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 0) and (max-width: 740px) {
  #container footer {
    width: 90%;
  }
}
