/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

input, button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: #5F5F5F; }

div.mm-menu {
  background: #5F5F5F; }
  div.mm-menu ul.mm-list {
    padding: 0; }
    div.mm-menu ul.mm-list li a {
      color: white;
      text-decoration: none;
      font: 400 18px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif; }
      div.mm-menu ul.mm-list li a i {
        font-size: 18px;
        line-height: 20px; }
        div.mm-menu ul.mm-list li a i.hide {
          display: none; }
      div.mm-menu ul.mm-list li a.mm-subopen {
        background: #222; }
    div.mm-menu ul.mm-list li:first-of-type {
      background: image-url("logo@2x.png") no-repeat top left;
      background-position: 20px 20px;
      background-size: auto 100px;
      padding-top: 140px; }
    div.mm-menu ul.mm-list li.mm-opened {
      background: #222; }
      div.mm-menu ul.mm-list li.mm-opened ul.mm-list li a {
        padding: 10px; }

div.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 40px;
  min-width: 320px; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    div.wrap {
      padding: 0 20px; } }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

header {
  padding: 30px 0 15px 0;
  background: #292929; }
  @media (min-width: 861px) {
    header div.logo h1 {
      text-align: center; } }
  @media (max-width: 568px) {
    header div.logo h1 {
      text-align: center; } }
  header div.logo h1 a {
    display: inline-block;
    width: 159px;
    height: 165px;
    background-image: url("/i/logo@2x.png");
    background-repeat: no-repeat;
    background-size: 159px auto;
    background-position: center;
    text-indent: -1000em; }
    @media (max-width: 568px) {
      header div.logo h1 a {
        background-size: 130px auto;
        height: 140px; } }

nav {
  background: #292929;
  text-align: center;
  padding: 8px 0 15px 0; }
  nav ul {
    display: inline-block; }
    nav ul.mobilenav {
      display: none; }
      nav ul.mobilenav li {
        padding: 0; }
        nav ul.mobilenav li:first-of-type {
          padding: 0; }
        nav ul.mobilenav li:last-of-type {
          padding: 0; }
    nav ul li {
      display: inline-block;
      font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
      padding: 0 30px; }
      nav ul li:first-of-type {
        padding: 0 30px 0 0; }
      nav ul li:last-of-type {
        padding: 0 0 0 30px; }
      @media (min-width: 1025px) and (max-width: 1280px) {
        nav ul li {
          padding: 0 20px; }
          nav ul li:first-of-type {
            padding: 0 20px 0 0; }
          nav ul li:last-of-type {
            padding: 0 0 0 20px; } }
      @media (max-width: 1024px) {
        nav ul li {
          padding: 0 10px; }
          nav ul li:first-of-type {
            padding: 0 10px 0 0; }
          nav ul li:last-of-type {
            padding: 0 0 0 10px; }
          nav ul li em {
            display: none; } }
      nav ul li a {
        color: white;
        text-decoration: none; }
      nav ul li.active a {
        color: #ababab; }
    @media (max-width: 768px) {
      nav ul.main {
        display: none; }
      nav ul.mobilenav {
        display: block; } }

section.shop {
  background: #292929;
  padding: 30px 0;
  text-align: center; }
  section.shop a {
    display: inline-block;
    border-radius: 5px;
    background: #5F5F5F;
    text-decoration: none;
    color: white;
    font: 400 20px/120% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    padding: 20px 80px 20px 40px;
    text-transform: uppercase;
    background-image: url(/i/button-icon.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: right center; }

section.videos {
  padding: 40px 0 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  section.videos div.intro {
    text-align: center;
    padding-bottom: 20px; }
    section.videos div.intro h2 {
      font: 400 52px/120% "EB Garamond", Georgia, Times, "Times New Roman", serif;
      color: white;
      padding-bottom: 20px; }
    section.videos div.intro p {
      font: 400 22px/120% "EB Garamond", Georgia, Times, "Times New Roman", serif;
      color: white;
      padding-bottom: 20px; }
      section.videos div.intro p a {
        color: white; }
  section.videos div.videowrap {
    padding: 0 100px 0 100px; }
    @media (max-width: 1140px) {
      section.videos div.videowrap {
        padding: 0; } }
  section.videos div.main {
    padding: 0 0 20px 0; }
  section.videos div.additional:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  section.videos div.additional div.video {
    padding-bottom: 20px; }
    @media (min-width: 667px) {
      section.videos div.additional div.video {
        width: 48.9361702128%;
        float: left;
        margin-right: 2.1276595745%; }
        section.videos div.additional div.video:nth-of-type(2n) {
          float: right;
          margin-right: 0; } }
    section.videos div.additional div.video a {
      display: block;
      padding: 120px 30px;
      text-decoration: none;
      text-align: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (min-width: 800px) and (max-width: 960px) {
        section.videos div.additional div.video a {
          padding: 100px 30px; } }
      @media (max-width: 799px) {
        section.videos div.additional div.video a {
          padding: 60px 30px; } }
      @media (min-width: 414px) and (max-width: 666px) {
        section.videos div.additional div.video a {
          padding: 120px 30px; } }
      @media (max-width: 413px) {
        section.videos div.additional div.video a {
          padding: 120px 30px; } }
      section.videos div.additional div.video a div.overlay {
        background: rgba(95, 95, 95, 0.7);
        padding: 5px 0; }
        section.videos div.additional div.video a div.overlay h2 {
          font: 400 20px/120% "EB Garamond", Georgia, Times, "Times New Roman", serif;
          text-transform: uppercase;
          color: white; }
        section.videos div.additional div.video a div.overlay h3 {
          font: 400 20px/120% "EB Garamond", Georgia, Times, "Times New Roman", serif;
          color: white; }

section.more {
  background: white;
  padding: 30px 0;
  text-align: center; }
  section.more h2 {
    font: 600 23px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929; }
  section.more p {
    font: 500 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929; }
    section.more p a {
      color: #292929; }

footer {
  padding: 30px 0; }
  @media (min-width: 961px) {
    footer div.smallprint {
      width: 31.914893617%;
      float: left;
      margin-right: 2.1276595745%; } }
  @media (min-width: 668px) and (max-width: 960px) {
    footer div.smallprint {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%; } }
  @media (max-width: 667px) {
    footer div.smallprint {
      text-align: center;
      padding: 0 0 20px 0; } }
  footer div.smallprint p {
    font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: white; }
    footer div.smallprint p a {
      color: #799c4b; }
  footer div.smallprint ul:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  footer div.smallprint ul li {
    display: inline-block;
    padding: 0 10px 0 0;
    font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: white; }
    footer div.smallprint ul li a {
      color: white; }
  @media (min-width: 961px) {
    footer div.social {
      width: 31.914893617%;
      float: left;
      margin-right: 2.1276595745%;
      text-align: center;
      padding: 15px 0 0 0; } }
  @media (min-width: 668px) and (max-width: 960px) {
    footer div.social {
      text-align: right;
      padding: 0 0 10px 0; } }
  @media (max-width: 667px) {
    footer div.social {
      text-align: center;
      padding: 0 0 10px 0; } }
  footer div.social ul {
    display: inline-block; }
    footer div.social ul li {
      display: inline-block;
      padding: 0 3px; }
      footer div.social ul li a {
        color: white;
        text-decoration: none;
        font-size: 30px; }
  @media (min-width: 961px) {
    footer div.details {
      width: 31.914893617%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 668px) {
    footer div.details {
      text-align: right; } }
  @media (max-width: 667px) {
    footer div.details {
      text-align: center; } }
  footer div.details p {
    font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: white; }
    footer div.details p a {
      color: white; }
  @media (min-width: 668px) and (max-width: 960px) {
    footer div.socialdetails {
      width: 48.9361702128%;
      float: right;
      margin-right: 0; } }

section.homehero {
  background: white; }
  section.homehero div.flexslider ul.slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    section.homehero div.flexslider ul.slides li div.wrap {
      text-align: center; }
      section.homehero div.flexslider ul.slides li div.wrap div.title {
        padding: 80px 0; }
        section.homehero div.flexslider ul.slides li div.wrap div.title p {
          font: 400 100px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif;
          color: white; }
          @media (min-width: 768px) and (max-width: 960px) {
            section.homehero div.flexslider ul.slides li div.wrap div.title p {
              font: 400 80px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }
          @media (max-width: 767px) {
            section.homehero div.flexslider ul.slides li div.wrap div.title p {
              font: 400 60px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }
          section.homehero div.flexslider ul.slides li div.wrap div.title p em, section.homehero div.flexslider ul.slides li div.wrap div.title p i {
            font-style: italic; }
          section.homehero div.flexslider ul.slides li div.wrap div.title p b, section.homehero div.flexslider ul.slides li div.wrap div.title p strong {
            font-weight: bold; }
      section.homehero div.flexslider ul.slides li div.wrap h2.sub {
        font: 400 32px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: white;
        padding: 0 0 20px 0; }
      section.homehero div.flexslider ul.slides li div.wrap div.body p {
        font: 400 20px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: white;
        padding: 0 0 20px 0; }
      section.homehero div.flexslider ul.slides li div.wrap div.icons {
        padding: 80px 0; }
        section.homehero div.flexslider ul.slides li div.wrap div.icons:after {
          content: " ";
          visibility: hidden;
          display: block;
          height: 0;
          clear: both; }
        @media (min-width: 668px) {
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item {
            width: 23.4042553191%;
            float: left;
            margin-right: 2.1276595745%; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item:nth-of-type(4n) {
              float: right;
              margin-right: 0; } }
        section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details {
          text-align: left; }
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 {
            font: 400 22px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            color: white;
            padding: 0 0 0 0; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 a {
              color: white;
              text-decoration: none; }
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details p {
            font: 400 16px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            color: white; }
        @media (min-width: 1141px) and (max-width: 1280px) {
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 {
            font: 400 20px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; }
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details p {
            font: 400 16px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }
        @media (min-width: 961px) and (max-width: 1140px) {
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 {
            font: 400 20px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; }
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details p {
            font: 400 15px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }
        @media (min-width: 668px) and (max-width: 960px) {
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details {
            margin-left: 0; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 {
              font: 400 20px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details p {
              font: 400 15px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }
        @media (max-width: 667px) {
          section.homehero div.flexslider ul.slides li div.wrap div.icons div.item {
            width: 48.9361702128%;
            float: left;
            margin-right: 2.1276595745%;
            padding-bottom: 30px; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item:nth-of-type(2n) {
              float: right;
              margin-right: 0; }
            section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details {
              text-align: center;
              margin-left: 0; }
              section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details h3 {
                font: 400 20px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; }
              section.homehero div.flexslider ul.slides li div.wrap div.icons div.item div.details p {
                font: 400 15px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif; } }

section.hero {
  background: white; }
  section.hero div.flexslider ul.slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    section.hero div.flexslider ul.slides li div.wrap {
      height: 600px;
      text-align: center;
      padding-top: 250px; }
      section.hero div.flexslider ul.slides li div.wrap img {
        height: 120px;
        display: inline-block; }
      section.hero div.flexslider ul.slides li div.wrap h1 {
        font: 400 60px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: white;
        padding: 0 0 10px 0; }
      section.hero div.flexslider ul.slides li div.wrap h2 {
        font: 400 28px/110% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: white;
        padding: 0 0 20px 0; }
      @media (min-width: 801px) and (max-width: 960px) {
        section.hero div.flexslider ul.slides li div.wrap {
          height: 500px;
          padding-top: 200px; } }
      @media (min-width: 569px) and (max-width: 800px) {
        section.hero div.flexslider ul.slides li div.wrap {
          height: 400px;
          padding-top: 150px; }
          section.hero div.flexslider ul.slides li div.wrap img {
            height: 100px; } }
      @media (min-width: 415px) and (max-width: 568px) {
        section.hero div.flexslider ul.slides li div.wrap {
          height: 300px;
          padding-top: 100px; }
          section.hero div.flexslider ul.slides li div.wrap img {
            height: 90px; } }
      @media (max-width: 414px) {
        section.hero div.flexslider ul.slides li div.wrap {
          height: 250px;
          padding-top: 90px; }
          section.hero div.flexslider ul.slides li div.wrap img {
            height: 60px; } }

section.landingpage {
  background: #ababab;
  padding: 30px 0; }
  section.landingpage h2 {
    font: 400 30px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    padding: 0 0 30px 0;
    text-align: center; }
  section.landingpage div.page {
    margin-bottom: 20px; }
    @media (min-width: 668px) {
      section.landingpage div.page {
        width: 48.9361702128%;
        float: left;
        margin-right: 2.1276595745%;
        margin-bottom: 20px; }
        section.landingpage div.page:nth-of-type(2n) {
          float: right;
          margin-right: 0; } }
    section.landingpage div.page div.photo img {
      display: block;
      width: 100%; }
    section.landingpage div.page div.copy {
      background: white;
      padding: 30px 50px; }
      @media (max-width: 960px) {
        section.landingpage div.page div.copy {
          padding: 30px 20px; } }
      section.landingpage div.page div.copy h3 {
        font: 400 28px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: #292929;
        padding: 0 0 20px 0;
        text-align: center; }
        section.landingpage div.page div.copy h3 a {
          text-decoration: none;
          color: #292929; }
        @media (max-width: 960px) {
          section.landingpage div.page div.copy h3 {
            font: 400 26px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            padding: 0 0 15px 0; } }
      section.landingpage div.page div.copy p {
        font: 400 20px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: #444;
        padding: 0 0 20px 0;
        text-align: center; }
        @media (max-width: 960px) {
          section.landingpage div.page div.copy p {
            font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            padding: 0 0 20px 0; } }

section.page {
  background: #ababab;
  padding: 30px 0; }
  section.page h2 {
    font: 400 30px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    padding: 0 0 30px 0;
    text-align: center; }
  section.page div.main {
    background: white; }
    section.page div.main div.page-hero ul.slides li {
      height: 600px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (min-width: 801px) and (max-width: 960px) {
        section.page div.main div.page-hero ul.slides li {
          height: 500px; } }
      @media (min-width: 569px) and (max-width: 800px) {
        section.page div.main div.page-hero ul.slides li {
          height: 400px; } }
      @media (min-width: 415px) and (max-width: 568px) {
        section.page div.main div.page-hero ul.slides li {
          height: 300px; } }
      @media (max-width: 414px) {
        section.page div.main div.page-hero ul.slides li {
          height: 250px; } }
    section.page div.main div.page-hero ol.flex-control-nav {
      bottom: 30px;
      z-index: 5; }
    section.page div.main div.content {
      background: white;
      padding: 40px 60px; }
      @media (max-width: 960px) {
        section.page div.main div.content {
          padding: 30px 20px; } }
      section.page div.main div.content h3 {
        font: 400 28px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: #292929;
        padding: 0 0 30px 0; }
        @media (max-width: 960px) {
          section.page div.main div.content h3 {
            font: 400 26px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            padding: 0 0 15px 0; } }
      section.page div.main div.content p {
        font: 400 20px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: #444;
        padding: 0 0 20px 0; }
        @media (max-width: 960px) {
          section.page div.main div.content p {
            font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
            padding: 0 0 20px 0; } }
        section.page div.main div.content p strong, section.page div.main div.content p b {
          font-weight: bold; }
        section.page div.main div.content p em, section.page div.main div.content p i {
          font-style: italic; }
        section.page div.main div.content p a {
          color: #ababab; }
      section.page div.main div.content ul {
        padding: 0 0 20px 20px;
        list-style: disc; }
        section.page div.main div.content ul li {
          font: 400 20px/180% "EB Garamond", Georgia, Times, "Times New Roman", serif;
          color: #444; }
          section.page div.main div.content ul li strong, section.page div.main div.content ul li b {
            font-weight: bold; }
          section.page div.main div.content ul li em, section.page div.main div.content ul li i {
            font-style: italic; }
          section.page div.main div.content ul li a {
            color: #ababab; }
      section.page div.main div.content blockquote {
        font: 400 22px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        color: #292929;
        padding: 0 0 20px 0; }

section.fullpage {
  background: #ababab;
  padding: 30px 0;
  text-align: center; }
  section.fullpage h3 {
    font: 400 28px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    padding: 0 0 30px 0; }
    @media (max-width: 960px) {
      section.fullpage h3 {
        font: 400 26px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        padding: 0 0 15px 0; } }
  section.fullpage p {
    font: 400 20px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #444;
    padding: 0 0 20px 0; }
    @media (max-width: 960px) {
      section.fullpage p {
        font: 400 18px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
        padding: 0 0 20px 0; } }
    section.fullpage p strong, section.fullpage p b {
      font-weight: bold; }
    section.fullpage p em, section.fullpage p i {
      font-style: italic; }
    section.fullpage p a {
      color: white; }
  section.fullpage ul {
    padding: 0 0 20px 20px;
    list-style: disc; }
    section.fullpage ul li {
      font: 400 20px/180% "EB Garamond", Georgia, Times, "Times New Roman", serif;
      color: #444; }
      section.fullpage ul li strong, section.fullpage ul li b {
        font-weight: bold; }
      section.fullpage ul li em, section.fullpage ul li i {
        font-style: italic; }
      section.fullpage ul li a {
        color: white; }
  section.fullpage blockquote {
    font: 400 22px/160% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    padding: 0 0 20px 0; }

div.gallery {
  padding-top: 30px; }
  div.gallery:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  @media (min-width: 667px) {
    div.gallery div.photo {
      width: 23.4042553191%;
      float: left;
      margin-right: 2.1276595745%;
      padding-bottom: 25px; }
      div.gallery div.photo:nth-of-type(4n) {
        float: right;
        margin-right: 0; } }
  @media (max-width: 666px) {
    div.gallery div.photo {
      width: 48.9361702128%;
      float: left;
      margin-right: 2.1276595745%;
      padding-bottom: 25px; }
      div.gallery div.photo:nth-of-type(2n) {
        float: right;
        margin-right: 0; } }
  div.gallery div.photo img {
    display: block;
    width: 100%; }

section.map-header {
  background: #ababab;
  padding: 30px 0; }
  section.map-header h2 {
    font: 400 30px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    text-align: center; }

section.map iframe {
  display: block; }

section.contact {
  background: white;
  padding: 30px 0; }
  section.contact h3 {
    font: 400 28px/140% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #292929;
    padding: 0 0 30px 0;
    text-align: center; }
  section.contact p {
    font: 400 20px/180% "EB Garamond", Georgia, Times, "Times New Roman", serif;
    color: #444;
    padding: 0 0 20px 0;
    text-align: center; }
    section.contact p a {
      color: #444; }
