/* Magnific Popup CSS */
/**
 * fullPage 2.5.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html,
body {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  /*Avoid flicker on slides transitions for mobile phones #336 */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#stop-scroll {
  overflow: hidden;
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */

  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/

  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */

  -moz-box-sizing: border-box;
  /* <=28 */

  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */

  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Colors */
/* Type */
@font-face {
  font-family: 'grandHotel';
  src: url('../fonts/GrandHotel-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_slab500';
  src: url('../fonts/Museo_Slab_500_2-webfont.eot');
  src: url('../fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('../fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('../fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
  font-weight: normal;
  font-style: normal;
}
.body-text {
  font-family: 'museo_slab500';
}
.header-text {
  font-family: 'grandHotel';
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
}
h1 {
  font-family: 'grandHotel';
  color: #fcb749;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
h2 {
  font-family: 'museo_slab500';
  border-bottom: 1px solid #444444;
  font-size: 28px;
  color: #444444;
}
h3 {
  font-family: 'museo_slab500';
  font-size: 26px;
  color: #444444;
}
body {
  font-family: Arial;
  color: #444;
}
body p {
  margin: 0px 0px 15px;
  line-height: 24px;
  font-size: 16px;
}
body p a {
  border-bottom: 1px solid #444;
  color: #444;
}
body .fp-controlArrow.fp-prev,
body .fp-controlArrow.fp-next {
  width: 80px;
  height: 120px;
  border: none;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
body .fp-controlArrow.fp-prev:hover,
body .fp-controlArrow.fp-next:hover {
  opacity: 1;
}
body .fp-controlArrow.fp-prev {
  left: 15px;
  background: url(../images/arrow-left.png);
}
body .fp-controlArrow.fp-next {
  right: 15px;
  background: url(../images/arrow-right.png);
}
body hr {
  border: 0;
  height: 1px;
  margin: 20px 0px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
body img.circle {
  border-radius: 50%;
  border: 2px solid #fcb749;
  margin: auto;
  display: block;
}
body .row {
  display: table;
  width: 100%;
}
body .row:after {
  clear: both;
}
body .article {
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
}
body .article h3 {
  padding: 30px;
  background: rgba(97, 207, 185, 0.9);
  color: #444;
  letter-spacing: 1px;
  border-left: 2px solid rgba(68, 68, 68, 0.7);
  border-right: 2px solid rgba(68, 68, 68, 0.7);
  border-top: 2px solid rgba(68, 68, 68, 0.7);
}
body .article .description {
  padding: 30px;
  border-left: 2px solid rgba(68, 68, 68, 0.7);
  border-right: 2px solid rgba(68, 68, 68, 0.7);
  border-bottom: 2px solid rgba(68, 68, 68, 0.7);
}
body .article .description p {
  font-size: 16px;
  line-height: 24px;
}
body .thumb {
  padding: 5px;
  background: #444;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
body .thumb:hover {
  opacity: 1;
}
body .col-6 {
  width: 100%;
  float: left;
  padding: 5px 0px;
}
@media (min-width: 880px) {
  body .col-6 {
    width: 50%;
  }
}
body .col-4 {
  width: 50%;
  float: left;
  padding: 13px 0px;
  text-align: center;
}
@media (min-width: 880px) {
  body .col-4 {
    width: 33.3%;
  }
}
@media (min-width: 1070px) {
  body .col-4 {
    width: 25%;
  }
}
body .col-3 {
  width: 50%;
  float: left;
  padding: 5px 0px;
  text-align: center;
}
@media (min-width: 880px) {
  body .col-3 {
    width: 33.3%;
  }
}
body figure.video {
  text-align: center;
  margin: 0px 0px 30px;
}
body a.btn {
  padding: 15px;
  background: #444;
  border: 2px solid #444;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
body a.btn:hover {
  background: #ffffff;
  color: #444;
}
header {
  position: absolute;
  width: 100%;
}
header h1 {
  position: relative;
  display: block;
  text-align: center;
  color: #61cfb9;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0px;
}
header h1 a {
  color: #61cfb9;
}
@media (min-width: 780px) {
  header h1 {
    display: inline;
    float: left;
    font-size: 45px;
    line-height: 60px;
  }
}
@media (min-width: 850px) {
  header h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 1020px) {
  header h1 {
    margin-left: 20px;
  }
}
header nav {
  border-bottom: 2px solid rgba(252, 183, 73, 0.9);
  width: 100%;
  position: relative;
  z-index: 1;
  height: 60px;
  max-width: 1020px;
  margin: 20px auto 0px;
}
header nav ul {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  list-style: none;
  text-align: center;
  width: 540px;
  margin: auto;
}
@media (min-width: 780px) {
  header nav ul {
    float: right;
    display: inline-table;
    margin: 20px 20px 0px 0px;
    width: initial;
  }
}
@media (min-width: 885px) {
  header nav ul {
    font-size: 18px;
  }
}
@media (min-width: 1020px) {
  header nav ul {
    margin: 20px 0px 0px 0px;
  }
}
header nav ul:after {
  content: "";
  clear: both;
  display: block;
}
header nav ul li {
  float: left;
  margin: 0px 5px 0px;
}
header nav ul li a {
  text-decoration: none;
  color: #444;
  padding: 5px;
  background: #ffffff;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
header nav ul li a:hover {
  padding: 5px 3px;
  opacity: 1;
  border: 2px solid #444;
}
header nav ul li.store a {
  border: 2px solid #fcb749;
}
header nav ul li.store a:hover {
  padding: 5px;
}
header nav ul li:hover > ul {
  display: block;
  border: 2px solid #444;
  background: #ffffff;
}
header nav ul .active a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
header nav ul .active a ul li a {
  border: none;
}
header nav ul ul {
  display: none;
  padding: 0;
  position: absolute;
  left: auto;
  margin-top: 6px;
  margin-left: 0;
  width: initial;
}
header nav ul ul li {
  float: none;
  position: relative;
  margin: 0;
}
header nav ul ul li a {
  line-height: 35px;
  display: block;
  width: 170px;
  padding: 5px;
}
header nav ul ul li a:hover {
  background: #444444;
  color: #ffffff;
  padding: 5px;
  border: none;
}
/* Base Section styles go here */
/* Home */
#section0 {
  background: url(../images/rainyday2.jpg) center;
  background-size: cover;
}
#section0 .social {
  margin: 20px;
  text-align: center;
  width: 180px;
}
@media (max-width: 780px) {
  #section0 .social {
    float: right;
  }
}
#section0 .social a {
  display: block;
  margin: 20px 0px 0px;
}
#section0 .m-gallery {
  width: 100%;
  overflow: auto;
  max-width: 500px;
}
@media (min-width: 780px) {
  #section0 .m-gallery {
    max-width: 600px;
  }
}
@media (min-width: 870px) {
  #section0 .m-gallery {
    max-width: 700px;
  }
}
@media (min-width: 970px) {
  #section0 .m-gallery {
    max-width: 800px;
  }
}
@media (min-width: 1060px) {
  #section0 .m-gallery {
    max-width: 900px;
  }
}
@media (min-width: 1140px) {
  #section0 .m-gallery {
    max-width: 980px;
  }
}
#section0 .artwork {
  padding-top: 100px;
  background: #ffffff;
}
#section0 .artwork .main {
  overflow: hidden;
  margin: 20px auto 100px;
}
@media (max-width: 780px) {
  #section0 .artwork .main {
    margin-top: 60px;
  }
}
#section0 .artwork aside {
  display: block;
}
@media (max-width: 830px) {
  #section0 .artwork aside {
    overflow: auto;
    padding-bottom: 30px;
  }
}
@media (min-width: 830px) {
  #section0 .artwork aside {
    width: 35%;
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
  }
}
@media (min-width: 870px) {
  #section0 .artwork aside {
    margin-right: 35px;
  }
}
@media (min-width: 960px) {
  #section0 .artwork aside {
    width: 25%;
  }
}
#section0 .artwork section {
  overflow: hidden;
}
#section0 .artwork section img {
  display: block;
  margin: auto;
}
#section0 .artwork .sub {
  width: 200px;
  height: 130px;
  padding: 70px 0px 0px;
  position: relative;
  margin: 0 auto;
}
#section0 .artwork .sub h2 {
  text-align: center;
  color: #fff;
  z-index: 1;
  border: none;
  position: relative;
  font-size: 32px;
  background: #fcb749;
  display: block;
  top: 70px;
  width: 94%;
  padding: 10px;
  margin: auto;
}
#section0 .artwork .sub img {
  border-radius: 50%;
  border: 5px solid #fcb749;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 780px) {
  #section0 .about .sub {
    float: left;
  }
}
#section0 .about aside {
  display: block;
}
@media (min-width: 780px) {
  #section0 .about aside {
    width: 35%;
    float: left;
    margin-bottom: 30px;
    overflow: initial;
  }
}
@media (min-width: 870px) {
  #section0 .about aside {
    margin-right: 35px;
  }
}
@media (min-width: 960px) {
  #section0 .about aside {
    width: 25%;
  }
}
#section0 .about .main {
  width: 100%;
  overflow: auto;
  max-width: 500px;
}
@media (min-width: 780px) {
  #section0 .about .main {
    max-width: 600px;
  }
}
@media (min-width: 870px) {
  #section0 .about .main {
    max-width: 700px;
  }
}
@media (min-width: 970px) {
  #section0 .about .main {
    max-width: 800px;
  }
}
@media (min-width: 1060px) {
  #section0 .about .main {
    max-width: 900px;
  }
}
@media (min-width: 1140px) {
  #section0 .about .main {
    max-width: 960px;
  }
}
@media (max-width: 780px) {
  #section0 .about .main section[role=main] {
    clear: both;
  }
}
@media (min-width: 780px) {
  #section0 .about .main section[role=main] {
    float: right;
    width: 60%;
  }
}
@media (min-width: 960px) {
  #section0 .about .main section[role=main] {
    width: 70%;
  }
}
#section0 .about .main h3 {
  margin-bottom: 30px;
  font-size: 36px;
}
#section0 .about a.cta {
  font-family: 'museo_slab500';
  display: block;
  padding: 15px 45px 15px 15px;
  margin: auto;
  width: 150px;
  text-align: center;
  font-size: 32px;
  background: #ffffff;
  color: #444;
  border: 2px solid #444;
}
#section0 .about a.cta:hover {
  background: #61cfb9;
  color: #ffffff;
  border: 2px solid #ffffff;
}
#section0 .about a.cta,
#section0 .about a.cta:hover {
  background-image: url(../images/resume.png);
  background-repeat: no-repeat;
  background-position-x: 160px;
  background-position-y: 10px;
}
#section0 .about .clients {
  background: rgba(97, 207, 185, 0.5);
}
#section0 .about .clients h3 {
  padding: 15px;
  background: #444;
  color: #fff;
  font-size: 24px;
}
#section0 .about .clients p {
  padding-right: 15px;
  padding-bottom: 20px;
}
#section0 .about .clients img {
  height: 70px;
  padding-right: 15px;
}
#section0 .home {
  width: 40%;
  border: 0;
  font-size: 50px;
  float: left;
  display: block;
  margin-left: 20px;
  margin-bottom: 90px;
}
@media (min-width: 1040px) {
  #section0 .home {
    margin-left: 150px;
    width: 30%;
  }
}
#section0 .home-contact {
  display: block;
  clear: both;
  margin-top: 100px;
  margin-left: 20px;
}
@media (max-width: 700px) {
  #section0 .home-contact {
    text-align: center;
  }
}
@media (min-width: 1040px) {
  #section0 .home-contact {
    margin-left: 150px;
  }
}
#section0 .home-contact a {
  background: #61cfb9;
  color: #ffffff;
  padding: 15px;
}
#section0 .home-contact a:hover {
  background: #ffffff;
  color: #444;
}
#section0 .contact .main {
  text-align: center;
}
#section0 .contact .main p a {
  padding: 3px;
  background: #fcb749;
  color: #ffffff;
  border: 2px solid #fcb749;
  margin-top: 5px;
  display: inline-block;
}
#section0 .contact .main p a:hover {
  background: #ffffff;
  border: 2px solid #444;
  color: #444;
}
#section0 .contact .main h3 {
  margin-bottom: 30px;
  color: #61cfb9;
}
#section0 .contact .main img {
  margin: 30px auto 15px;
  display: inline;
}
.description .col-3 {
  width: 50%;
}
@media (min-width: 830px) {
  .description .col-3 {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .description .col-3 {
    width: 50%;
  }
}
@media (min-width: 1150px) {
  .description .col-3 {
    width: 33.3%;
  }
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(68, 68, 68, 0.25);
}
.news ul {
  list-style: inherit;
}
.news ul li {
  list-style-position: outside;
  margin-left: 50px;
  margin-bottom: 10px;
  line-height: 24px;
}
.news ul h3 {
  text-align: center;
}
.storyboard {
  background: #ffffff;
}
.storyboard header {
  position: relative;
  margin-bottom: 40px;
}
.storyboard nav {
  margin-top: 0;
  padding-top: 20px;
}
.storyboard .wrapper {
  width: 100%;
  overflow: auto;
  max-width: 500px;
  margin: auto;
}
@media (min-width: 780px) {
  .storyboard .wrapper {
    max-width: 600px;
  }
}
@media (min-width: 870px) {
  .storyboard .wrapper {
    max-width: 700px;
  }
}
@media (min-width: 970px) {
  .storyboard .wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1060px) {
  .storyboard .wrapper {
    max-width: 900px;
  }
}
@media (min-width: 1140px) {
  .storyboard .wrapper {
    max-width: 960px;
  }
}
.storyboard p {
  font-size: 16px;
  line-height: 24px;
}
.storyboard footer p {
  margin: 0;
  text-align: center;
  padding: 20px 0px;
}
