/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 15, ../sass/libs/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

/* line 19, ../sass/libs/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 27, ../sass/libs/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 33, ../sass/libs/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 37, ../sass/libs/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* line 41, ../sass/libs/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 45, ../sass/libs/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 53, ../sass/libs/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block; }

/* line 56, ../sass/libs/_flexslider.scss */
* html .flexslider .slides {
  height: 1%; }

/* line 59, ../sass/libs/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 65, ../sass/libs/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1; }

/* line 69, ../sass/libs/_flexslider.scss */
.flexslider .slides {
  zoom: 1; }

/* line 72, ../sass/libs/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

/* line 76, ../sass/libs/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

/* line 84, ../sass/libs/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 87, ../sass/libs/_flexslider.scss */
.carousel li {
  margin-right: 5px; }

/* line 90, ../sass/libs/_flexslider.scss */
.flex-direction-nav {
  *height: 0; }

/* line 93, ../sass/libs/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 113, ../sass/libs/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

/* line 121, ../sass/libs/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* line 124, ../sass/libs/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px; }

/* line 127, ../sass/libs/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

/* line 131, ../sass/libs/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

/* line 135, ../sass/libs/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

/* line 138, ../sass/libs/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

/* line 142, ../sass/libs/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

/* line 145, ../sass/libs/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

/* line 151, ../sass/libs/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

/* line 164, ../sass/libs/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

/* line 170, ../sass/libs/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1; }

/* line 173, ../sass/libs/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* line 176, ../sass/libs/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

/* line 182, ../sass/libs/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 188, ../sass/libs/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

/* line 204, ../sass/libs/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

/* line 208, ../sass/libs/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

/* line 213, ../sass/libs/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 218, ../sass/libs/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 223, ../sass/libs/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

/* line 236, ../sass/libs/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 239, ../sass/libs/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 247, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  /* line 251, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* line 6, ../sass/home.scss */
.canvas {
  box-shadow: inset 0 35px 50px rgba(0, 0, 0, 0.7);
  height: 100%;
  position: relative;
  overflow: hidden;
  /*background: url( "../images/backgrounds/bg_slideshow.png") center top no-repeat;*/
  background-size: auto 160%; }
  /* line 14, ../sass/home.scss */
  .canvas .slide {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    /*background: url( "../images/backgrounds/bg_slideshow.png") center top no-repeat;*/
    background-size: auto 100%;
    position: relative;
    top: 0;
    height: auto;
    height: 100%;
    width: 100%; }
  @media only screen and (max-width: 900px) {
    /* line 6, ../sass/home.scss */
    .canvas {
      height: 400px;
      background-size: auto 150%; } }

/* line 31, ../sass/home.scss */
.flexslider {
  height: 540px;
  overflow: hidden; }
  /* line 34, ../sass/home.scss */
  .flexslider li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
  /* line 41, ../sass/home.scss */
  .flexslider .slide-content-wrap {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  /* line 51, ../sass/home.scss */
  .flexslider .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-next {
    margin-top: -22px;
    width: 91px;
    height: 44px;
    opacity: 0.7;
    text-indent: -1000px;
    padding: 0; }
    /* line 58, ../sass/home.scss */
    .flexslider .flex-direction-nav .flex-prev:before, .flexslider .flex-direction-nav .flex-next:before {
      content: ''; }
  @media (max-width: 959px) {
    /* line 50, ../sass/home.scss */
    .flexslider .flex-direction-nav {
      display: none; } }
  /* line 67, ../sass/home.scss */
  .flexslider .flex-direction-nav .flex-prev {
    background: transparent url(../images/graphics/left_hand.png) 0 0 no-repeat;
    left: 5px; }
  /* line 72, ../sass/home.scss */
  .flexslider .flex-direction-nav .flex-next {
    background: transparent url(../images/graphics/right_hand.png) 0 0 no-repeat;
    right: 5px; }

/* line 79, ../sass/home.scss */
.slide-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 10rem 0 16rem;
  box-sizing: border-box; }
  @media (max-width: 959px) {
    /* line 79, ../sass/home.scss */
    .slide-content {
      padding: 6rem 2rem 8rem; } }
  /* line 90, ../sass/home.scss */
  .slide-content h2 {
    font-size: 3rem;
    color: #fff;
    line-height: 1; }
  /* line 95, ../sass/home.scss */
  .slide-content p {
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: 500px;
    color: #fff;
    font-style: italic; }
  /* line 103, ../sass/home.scss */
  .slide-content a {
    display: inline-block;
    margin: 1rem 0;
    font-size: 1.5rem;
    color: #E5DDBB;
    font-weight: bold;
    font-variant: small-caps;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .7; }
    /* line 113, ../sass/home.scss */
    .slide-content a i {
      position: relative;
      top: 6px;
      left: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    /* line 119, ../sass/home.scss */
    .slide-content a:hover {
      opacity: 1; }
      /* line 122, ../sass/home.scss */
      .slide-content a:hover i {
        left: 4px; }

/* line 130, ../sass/home.scss */
.content {
  box-shadow: 0 -35px 50px black, inset 0 35px 50px rgba(0, 0, 0, 0.7), inset 0 -35px 50px rgba(0, 0, 0, 0.7);
  overflow: visible;
  background-size: 100%; }
  /* line 136, ../sass/home.scss */
  .content:after {
    /*
    @include background-image( linear-gradient( #1f1f1f, #020202 ) );
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    */ }
  /* line 151, ../sass/home.scss */
  .content .featured {
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 2px;
    width: 85%;
    min-height: 318px;
    position: relative;
    font-family: "IM Fell English", serif;
    overflow: visible; }
    /* line 162, ../sass/home.scss */
    .content .featured p {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 125%; }
    /* line 169, ../sass/home.scss */
    .content .featured em {
      font-style: italic; }
    /* line 173, ../sass/home.scss */
    .content .featured a {
      color: black;
      display: block;
      position: relative;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      border-radius: 4px;
      overflow: hidden; }
      /* line 181, ../sass/home.scss */
      .content .featured a:hover {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.6); }
    /* line 187, ../sass/home.scss */
    .content .featured article {
      float: left;
      margin: 10px;
      min-height: 343px; }
      /* line 192, ../sass/home.scss */
      .content .featured article footer {
        font-size: 13px;
        font-size: 0.8125rem;
        background: #e5d9ba;
        padding: 22px 22px 0;
        text-align: center;
        min-height: 177px;
        position: relative; }
        /* line 200, ../sass/home.scss */
        .content .featured article footer span {
          text-transform: uppercase;
          width: auto;
          min-width: 41px;
          min-height: 19px;
          overflow: visible;
          display: inline-block;
          position: absolute;
          padding: 15px 0 10px;
          bottom: 1px;
          width: 80%;
          left: 10%; }
          /* line 212, ../sass/home.scss */
          .content .featured article footer span:after {
            content: "";
            background: url("../images/backgrounds/bg_featured-span.jpg") right center no-repeat;
            width: 62px;
            height: 19px;
            display: inline-block;
            position: relative;
            top: 4px; }
    /* line 225, ../sass/home.scss */
    .content .featured figure {
      position: relative;
      padding-top: 50px;
      overflow: hidden; }
      /* line 230, ../sass/home.scss */
      .content .featured figure:after {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMWYxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyMDIwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f1f1f), color-stop(100%, #020202));
        background-image: -webkit-linear-gradient(#1f1f1f, #020202);
        background-image: linear-gradient(#1f1f1f, #020202);
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      /* line 241, ../sass/home.scss */
      .content .featured figure img {
        width: 100%;
        height: auto; }
      /* line 245, ../sass/home.scss */
      .content .featured figure figcaption {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 17px;
        background: #2c2929;
        color: white;
        text-align: center;
        width: 100%;
        top: 0;
        position: absolute;
        font-variant: small-caps; }
      /* line 257, ../sass/home.scss */
      .content .featured figure em {
        font-style: italic; }
  /* line 262, ../sass/home.scss */
  .content .sub_feature {
    padding: 0px 0px;
    color: white; }
    /* line 266, ../sass/home.scss */
    .content .sub_feature article {
      float: left;
      margin: 10px; }
    /* line 271, ../sass/home.scss */
    .content .sub_feature h2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-variant: small-caps;
      letter-spacing: 1px; }
    /* line 277, ../sass/home.scss */
    .content .sub_feature p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 125%; }
    /* line 282, ../sass/home.scss */
    .content .sub_feature figure {
      width: 100%; }
      /* line 284, ../sass/home.scss */
      .content .sub_feature figure img {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        border-radius: 4px;
        width: 100%; }
    /* line 291, ../sass/home.scss */
    .content .sub_feature header {
      padding: 22px 0; }
    /* line 295, ../sass/home.scss */
    .content .sub_feature a {
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-transform-origin: center;
              transform-origin: center; }
      /* line 298, ../sass/home.scss */
      .content .sub_feature a:hover {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
        /* line 300, ../sass/home.scss */
        .content .sub_feature a:hover img {
          -webkit-filter: grayscale(0.5);
                  filter: grayscale(0.5); }
  /* line 307, ../sass/home.scss */
  .content .featured,
  .content .sub_feature {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    width: 85%;
    position: relative;
    top: -80px; }
    /* line 317, ../sass/home.scss */
    .content .featured a,
    .content .sub_feature a {
      display: block; }
      /* line 319, ../sass/home.scss */
      .content .featured a img,
      .content .sub_feature a img {
        display: block; }
    @media only screen and (max-width: 1190px) {
      /* line 307, ../sass/home.scss */
      .content .featured,
      .content .sub_feature {
        padding: 20px 0;
        top: 0;
        margin: 0 auto; }
        /* line 328, ../sass/home.scss */
        .content .featured article,
        .content .sub_feature article {
          width: 90%;
          margin: 25px 5%; }
        /* line 332, ../sass/home.scss */
        .content .featured figure,
        .content .sub_feature figure {
          padding: 0; }
        /* line 335, ../sass/home.scss */
        .content .featured figure figcaption,
        .content .featured h2,
        .content .sub_feature figure figcaption,
        .content .sub_feature h2 {
          font-size: 25px;
          font-size: 1.5625rem;
          position: static; }
        /* line 341, ../sass/home.scss */
        .content .featured p,
        .content .featured footer,
        .content .sub_feature p,
        .content .sub_feature footer {
          font-size: 20px;
          font-size: 1.25rem; } }

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