/*/////Variables//////*/
/*/Numbers and colors/*/
/*///// breakpoints //////*/
/*///// container-width //////*/
/*/////Mixins//////*/
/*////Mixin With Arguments////*/
/*////Call Out A Mixin////*/
.clear-fix {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.home-container {
  max-width: 1242px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative; }
  .home-container:before {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .home-container:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

@media only screen and (min-width: 1000px) {
  .home-side-bar-container {
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; } }

.home .site-main {
  padding: 20px 0px; }
  @media (min-width: 800px) {
    .home .site-main {
      padding: 50px 0 30px 0px; } }
  @media (min-width: 1100px) {
    .home .site-main {
      padding: 100px 0px 45px 0px; } }

.home-slider-wrapper {
  margin-bottom: 20px; }

.home-hotspots {
  margin-bottom: 50px; }
  @media (min-width: 480px) {
    .home-hotspots {
      margin-bottom: 90px; } }
  @media (min-width: 800px) {
    .home-hotspots {
      margin-bottom: 120px; } }
  .home-hotspots .hotspot-list {
    /* max-width - control overall size of <li>*/
    /* ul style */
    padding: 0;
    margin: 0 auto;
    box-sizing: box-sizing;
    max-width: 400px; }
    .home-hotspots .hotspot-list li, .home-hotspots .hotspot-list .gallery-item {
      float: left;
      width: 100%;
      margin-right: 1%;
      margin-bottom: 1%;
      list-style: none;
      margin-left: 0; }
    .home-hotspots .hotspot-list li:nth-child(1n), .home-hotspots .hotspot-list .gallery-item:nth-child(1n) {
      margin-right: 0; }
    .home-hotspots .hotspot-list:after {
      content: '.';
      display: block;
      clear: both;
      height: 0;
      visibility: hidden; }
    .home-hotspots .hotspot-list li:nth-child(n) {
      margin-right: 1%; }
    .home-hotspots .hotspot-list h2 {
      color: #fff;
      border-bottom: 0.125em solid #ff7f00;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-size: 1.4em;
      opacity: 1;
      font-weight: bold;
      text-align: center;
      white-space: nowrap;
      font-family: 'DIN-Bold', Arial, sans-serif; }
    .home-hotspots .hotspot-list li:hover img {
      visibility: hidden;
      opacity: 0;
      transition: 0.5s; }
    .home-hotspots .hotspot-list li:hover .hover-box {
      display: block;
      transition: 0.5s; }
    .home-hotspots .hotspot-list li:hover h2 {
      opacity: 0; }
    @media (min-width: 480px) {
      .home-hotspots .hotspot-list {
        /* ul style */
        padding: 0;
        margin: 0 auto;
        box-sizing: box-sizing;
        max-width: 760px; }
        .home-hotspots .hotspot-list li, .home-hotspots .hotspot-list .gallery-item {
          float: left;
          width: 49.5%;
          margin-right: 1%;
          margin-bottom: 1%;
          list-style: none;
          margin-left: 0; }
        .home-hotspots .hotspot-list li:nth-child(2n), .home-hotspots .hotspot-list .gallery-item:nth-child(2n) {
          margin-right: 0; }
        .home-hotspots .hotspot-list:after {
          content: '.';
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .home-hotspots .hotspot-list li:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1100px) {
      .home-hotspots .hotspot-list {
        /* ul style */
        padding: 0;
        margin: 0 auto;
        box-sizing: box-sizing;
        max-width: 1150px; }
        .home-hotspots .hotspot-list li, .home-hotspots .hotspot-list .gallery-item {
          float: left;
          width: 32.6666666667%;
          margin-right: 1%;
          margin-bottom: 1%;
          list-style: none;
          margin-left: 0; }
        .home-hotspots .hotspot-list li:nth-child(3n), .home-hotspots .hotspot-list .gallery-item:nth-child(3n) {
          margin-right: 0; }
        .home-hotspots .hotspot-list:after {
          content: '.';
          display: block;
          clear: both;
          height: 0;
          visibility: hidden; }
        .home-hotspots .hotspot-list li:nth-child(2n) {
          margin-right: 1%; }
        .home-hotspots .hotspot-list li:nth-child(3n) {
          margin-right: 0; } }
    .home-hotspots .hotspot-list li {
      position: relative;
      border-radius: 8px; }
    .home-hotspots .hotspot-list img {
      width: 100%;
      border-radius: 8px;
      display: block;
      visibility: visible;
      opacity: 1;
      background: #003300; }
    .home-hotspots .hotspot-list .hover-box {
      display: none;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .home-hotspots .hotspot-list .hover-box span {
        display: inline-block;
        margin-bottom: 15px;
        color: #fff; }
      .home-hotspots .hotspot-list .hover-box a {
        display: inline-block;
        font-family: 'DIN-Bold', Arial, sans-serif;
        padding: 20px 40px;
        font-size: 18px;
        background: #ff7f00;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
        text-transform: uppercase; }
    .home-hotspots .hotspot-list .hostpot-overlay {
      width: 100%;
      background: #003300;
      border-radius: 8px; }

.home-hotspot-button {
  text-align: center;
  margin: 15px auto 50px auto; }
  @media (min-width: 1100px) {
    .home-hotspot-button {
      margin: 30px auto 80px auto; } }
  .home-hotspot-button a {
    width: 8.57em;
    height: 2.85em;
    line-height: 2.85em;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DIN-Bold', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #ff7f00;
    margin: 0; }
    .home-hotspot-button a:hover {
      background: #333333;
      color: #fff; }
    @media (min-width: 480px) {
      .home-hotspot-button a {
        font-size: 20px;
        margin: 1em; } }
    @media (min-width: 1100px) {
      .home-hotspot-button a {
        font-size: 25px; } }

@media (min-width: 1100px) {
  .home-side-bar .home-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex; } }

.home-side-bar {
  width: 100%;
  background: #333333;
  margin: 0;
  padding: 40px 0; }
  .home-side-bar .column-left {
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 1000px) {
      .home-side-bar .column-left {
        margin-left: 0;
        margin-right: 0;
        max-width: 25%; } }
  .home-side-bar .column-right {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 1000px) {
      .home-side-bar .column-right {
        max-width: 75%;
        width: 100%;
        margin-left: 30px;
        margin-right: 0; } }
  .home-side-bar:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .home-side-bar:before {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.home-side-bar {
  font-family: 'DIN-Regular', 'Open Sans',  Arial, sans-serif;
  color: #fff;
  font-size: 16px; }
  .home-side-bar h1 {
    font-size: 30px;
    margin-bottom: 30px; }

.social-media-widget img {
  max-width: 287px;
  width: 100%; }

.home-side-bar ul.home-recent-posts {
  margin-bottom: 30px; }
  .home-side-bar ul.home-recent-posts li {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 210px;
    width: 100%;
    max-width: 300px; }
    .home-side-bar ul.home-recent-posts li:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1000px) {
      .home-side-bar ul.home-recent-posts li {
        float: left;
        width: 32%;
        margin-right: 1%;
        margin-bottom: 0;
        height: 210px; } }
  .home-side-bar ul.home-recent-posts img {
    display: block;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 0; }
  .home-side-bar ul.home-recent-posts div.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .home-side-bar ul.home-recent-posts div.inner-box {
    position: absolute;
    display: block;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .home-side-bar ul.home-recent-posts div.inner-box span {
      display: inline-block;
      text-shadow: 0 0 0.25em black, 0 0 0.25em black; }
      .home-side-bar ul.home-recent-posts div.inner-box span:first-child {
        margin-bottom: 15px; }
    .home-side-bar ul.home-recent-posts div.inner-box a {
      display: inline-block;
      font-family: 'DIN-Bold', Arial, sans-serif;
      padding: 13px 27px;
      background: #ff7f00;
      color: #fff;
      text-decoration: none;
      text-shadow: none; }
  .home-side-bar ul.home-recent-posts:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.home-goto-news {
  display: block; }
  .home-goto-news a {
    text-decoration: none;
    color: #ff7f00; }

.cff-wrapper {
  background: #fff;
  padding: 1em;
  color: #333; }
  .cff-wrapper a {
    color: #ff7f00; }

/*# sourceMappingURL=home.css.map */
