<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
/* SASS / Social Media Brand Colors */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #111;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "verdana", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: black;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #b3b3b3;
  border: 1px solid #999;
  margin: 0 0 14.4px;
  padding: 28.8px; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "verdana", "Arial", sans-serif;
  font-size: 16px; }

label {
  font-weight: 600;
  margin-bottom: 7.2px; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "verdana", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 14.4px;
  padding: 9.6px;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: gray; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #111;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(4, 4, 4, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 7.2px; }

input[type="file"] {
  padding-bottom: 14.4px;
  width: 100%; }

select {
  margin-bottom: 28.8px;
  max-width: 100%;
  width: auto; }

ul.default, .page-content ul.post-list, .page-content .page ul.posts-list, .site-navigation ul, .site-contact ul,
.page-content ol.post-list,
.page-content .page ol.posts-list,
ol.default {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: disc;
  margin-bottom: 14.4px;
  padding-left: 28.8px; }

ol {
  list-style-type: decimal;
  margin-bottom: 14.4px;
  padding-left: 28.8px; }

dl {
  margin-bottom: 14.4px; }
  dl dt {
    font-weight: bold;
    margin-top: 14.4px; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 14.4px 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #737373;
  font-weight: 600;
  padding: 14.4px 0;
  text-align: left; }

td {
  border-bottom: 1px solid #999;
  padding: 14.4px 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "verdana", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "verdana", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-weight: 300; }

h1 {
  font-size: 1.728em; }

h2 {
  font-size: 1.728em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 0.8333333333em; }

h6 {
  font-size: 0.6944444444em; }

p {
  margin: 0 0 14.4px; }

a {
  color: #111;
  text-decoration: none; }
  a:active, a:focus, a:hover {
    color: black;
    text-decoration: underline; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #999;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 28.8px 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

body {
  height: 100%;
  background-color: #fff; }

section {
  padding: 1rem 0; }

code {
  background-color: #eee;
  display: inline-block;
  border-radius: 3px;
  padding: 0 3px; }

.icon {
  display: inline-block;
  width: 30px;
  height: 30px; }

a:hover .icon {
  /* hover colour */
  fill: #bc0000; }

.icon--readmore {
  fill: #fff;
  margin-bottom: -5px;
  width: 20px;
  height: 20px; }

.icon--post {
  fill: #111;
  margin-bottom: -5px;
  width: 20px;
  height: 20px; }

.icon--inactive {
  fill: #999; }

.icon--logo {
  fill: #bc0000;
  width: 20px;
  height: 20px; }

.icon-facebook_sign {
  fill: #3b5998; }

.icon-instagram {
  fill: #bc2a8d; }

.icon-twitter_sign {
  fill: #00aced; }

.icon-youtube {
  fill: #bb0000; }

.icon-soundcloud {
  fill: #ff3a00; }

.icon-vimeo_square {
  fill: #1ab7ea; }

pre code.hljs {
  font-size: 0.8333333333em; }

.page-divider {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd; }
  .page-divider .one {
    position: relative;
    top: -9px;
    display: block;
    background: #ddd;
    width: 18px;
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%; }
  .page-divider .two {
    position: relative;
    top: -26px;
    display: block;
    background: #fff;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%; }

.site-header-container, .post-header-container {
  width: 100%; }
  .site-header-container.has-cover, .post-header-container.has-cover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.67) !important;
    background-position: 50% 50%;
    background-size: cover; }
    .site-header-container.has-cover .title, .post-header-container.has-cover .title {
      font-size: 2.985984em; }
    .site-header-container.has-cover .subtitle, .site-header-container.has-cover .info, .post-header-container.has-cover .subtitle, .post-header-container.has-cover .info {
      font-size: 1.2em; }
  .site-header-container .scrim, .post-header-container .scrim {
    padding: 3em 1em; }
    .site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
      background-color: rgba(0, 0, 0, 0.2);
      padding: 0 0 6em  !important; }
      @media screen and (min-width: 768px) {
        .site-header-container .scrim.has-cover, .post-header-container .scrim.has-cover {
          padding: 0 1em 9em !important; } }
      .site-header-container .scrim.has-cover .site-header, .post-header-container .scrim.has-cover .site-header {
        background-color: rgba(0, 0, 0, 0.2);
        padding: 0 1em !important; }

.carousel {
  margin: 0 auto;
  text-align: center;
  max-width: 32em;
  padding-bottom: 1em; }

.half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .half:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) {
    .half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .half:last-child {
        margin-right: 0; } }

.textright {
  text-align: right; }

.page-content {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background-color: #fff; }
  .page-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 768px) {
    .page-content .home, .page-content .page {
      padding: 1em 0; } }
  .page-content .post-list {
    padding-top: 1em !important; }
  .page-content .post-meta {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    color: #999; }
    .page-content .post-meta::after {
      clear: both;
      content: "";
      display: table; }
    .page-content .post-meta .post-date {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      text-align: left;
      font-size: 0.9em; }
      .page-content .post-meta .post-date:last-child {
        margin-right: 0; }
    .page-content .post-meta .post-categories {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 0;
      text-align: right;
      font-size: 0.9em; }
      .page-content .post-meta .post-categories:last-child {
        margin-right: 0; }
  .page-content .pagination {
    padding-top: 2em;
    text-align: center;
    color: #999; }
    .page-content .pagination .page-number {
      padding: 0 1em; }
  .page-content .site-header-container {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.33);
    background-color: #606060; }
    .page-content .site-header-container .site-header .title {
      font-size: 2.985984em; }
    .page-content .site-header-container .site-header .subtitle {
      font-style: italic;
      font-size: 1.2em; }
  .page-content img {
    display: block;
    margin: auto;
    max-width: 100%; }
  .page-content .post ul {
    margin-bottom: 1em; }
  .page-content .post .post-header-container .scrim {
    padding: 2em 1em 1em 1em; }
  .page-content .post .post-meta {
    padding-bottom: 1em; }
  .page-content .post .post-content {
    padding: 1em 0; }
  .page-content .post .tags {
    font-size: 0.9em; }
  .page-content .post .rss {
    margin: 1em 0 0 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .page-content .post .rss:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .page-content .post .rss {
        margin: 1em 0;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .page-content .post .rss:last-child {
          margin-right: 0; } }
  .page-content .post .share {
    font-weight: bold;
    margin: 0 0 1em 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .page-content .post .share:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .page-content .post .share {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin: 1em 0;
        text-align: right; }
        .page-content .post .share:last-child {
          margin-right: 0; } }
    .page-content .post .share a {
      width: 1em;
      padding: 0 0.25em;
      text-decoration: none; }
  .page-content .post .disqus {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .page-content .post .disqus:last-child {
      margin-right: 0; }
  .page-content .post .post-navigation {
    font-size: 0.9em;
    display: block;
    width: auto; }
    .page-content .post .post-navigation .prev-post {
      display: block;
      width: 50%;
      float: left;
      margin: 1em 0; }
    .page-content .post .post-navigation .next-post {
      display: block;
      width: 50%;
      float: left;
      margin: 1em 0;
      text-align: right; }
  .page-content .page .post-header {
    padding: 0; }
    .page-content .page .post-header h1 {
      padding-bottom: 0;
      /*margin-bottom: 0;*/ }
  .page-content .page .posts-list li {
    padding: 0.4822530864em;
    padding-left: 0; }
  .page-content .page .posts-list .desc {
    font-size: 0.9em; }
  .page-content .page .posts-list .post-date {
    color: #999; }
  .page-content .page .profile {
    max-width: 320px;
    margin: auto;
    padding-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .page-content input {
      width: 50%; } }

.site-footer {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background-color: #fff; }
  .site-footer::after {
    clear: both;
    content: "";
    display: table; }
  .site-footer .wrapper {
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em; }
    .site-footer .wrapper::after {
      clear: both;
      content: "";
      display: table; }
  .site-footer a:active, .site-footer a:focus {
    outline: none; }

.site-navigation {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 0.9em; }
  .site-navigation:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) {
    .site-navigation {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .site-navigation:last-child {
        margin-right: 0; } }

.site-signature {
  margin-top: 1em;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  /*@include media ($tablet) {
      @include span-columns(6);
      margin-right: 0;
      margin-top: 0;
  }*/
  font-size: 0.9em; }
  .site-signature:last-child {
    margin-right: 0; }
  .site-signature a {
    text-decoration: underline; }

.site-contact {
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  font-size: 0.9em; }
  .site-contact:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) {
    .site-contact {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-top: 0;
      margin-right: 0; }
      .site-contact:last-child {
        margin-right: 0; } }
  .site-contact i {
    width: 1.25em;
    text-align: center; }

.editor-link {
  display: none; }

.cms-editor-active .editor-link {
  display: block; }

/*
*   Navigation Menu - http://refills.bourbon.io/unstyled/ (see "Navigation")
*/
.navigation {
  margin: 0;
  border-bottom: 1px solid #333;
  background-color: #fff; }

.banner {
  background-color: #fff;
  color: #fff;
  padding: 1em; }

.navigation-wrapper {
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative; }
  .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.logo {
  text-align: center; }
  .logo span {
    font-size: 1.25em; }
  .logo h1 {
    margin-bottom: 0;
    border-bottom: 1px solid #333;
    font-weight: 400; }
  .logo:active, .logo:focus, .logo:hover {
    text-decoration: none; }
  .logo:active, .logo:focus {
    outline: none; }

.navigation-menu-button {
  display: block;
  float: right;
  margin: 0;
  font-size: 1.5em;
  padding-top: 0.5em; }
  @media screen and (min-width: 768px) {
    .navigation-menu-button {
      display: none; } }

nav {
  float: none;
  padding: 1.25em 0; }
  @media screen and (min-width: 768px) {
    nav {
      text-align: center;
      line-height: 1.5em;
      padding: 0 0 1.25em 0; } }

ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    ul.navigation-menu {
      display: block;
      margin: 0;
      padding: 0; } }
  ul.navigation-menu.show {
    display: block; }

li.nav-link {
  display: block;
  text-align: right;
  width: 100%;
  padding: 0.25em 0; }
  @media screen and (min-width: 768px) {
    li.nav-link {
      background: transparent;
      display: inline;
      text-decoration: none;
      width: auto; } }
  li.nav-link a {
    color: #111;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      li.nav-link a {
        padding-right: 1.5em; } }
    li.nav-link a:hover {
      color: #999;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    li.nav-link:last-child a {
      padding-right: 1em; } }

li.active a {
  color: #111; }

li.more {
  overflow: visible;
  padding-right: 0; }
  li.more a {
    padding-right: 0.8em; }
  li.more &gt; a {
    padding-right: 1.6em;
    position: relative;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 768px) {
      li.more &gt; a {
        margin-right: 1em; } }
    li.more &gt; a::after {
      content: "›";
      font-size: 1.2em;
      position: absolute;
      right: 0.5em; }
  li.more:focus &gt; .submenu, li.more:hover &gt; .submenu {
    display: block; }
  @media screen and (min-width: 768px) {
    li.more {
      padding-right: 0.8em;
      position: relative; } }

li.more.nav-link {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    li.more.nav-link {
      padding-right: 1em; } }
  li.more.nav-link &gt; ul &gt; li:first-child a {
    padding-top: 1em; }
  li.more.nav-link a {
    margin-right: 1em; }
  li.more.nav-link &gt; a {
    padding-right: 0.6em; }
  li.more.nav-link &gt; a::after {
    position: absolute;
    top: auto;
    right: -0.4em;
    bottom: auto;
    left: auto;
    color: #111;
    content: "\25BE"; }

ul.submenu {
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    ul.submenu {
      left: -7em;
      position: absolute;
      top: 1em; } }
  @media screen and (min-width: 768px) {
    ul.submenu .submenu {
      left: 14.8em;
      top: 0; } }
  ul.submenu li {
    display: block;
    padding-right: 0;
    line-height: 2em; }
    ul.submenu li:last-child &gt; a {
      padding-bottom: 0.7em; }
    ul.submenu li a {
      background-color: #E5E5E5;
      display: inline-block;
      width: 100%;
      transition: all 0.2s ease-in-out;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        ul.submenu li a {
          padding-left: 1em;
          text-align: left;
          width: 15em; } }
      ul.submenu li a:hover, ul.submenu li a:active, ul.submenu li a:focus {
        transition: all 0.2s ease-in-out;
        background-color: #fff;
        text-decoration: none; }

.menu__container {
  display: inline-block; }

.menuclick {
  display: none;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .menu__container.is-active .menuclick, .menu__container.is-hovered .menuclick {
    display: block; }
    @media screen and (min-width: 768px) {
      .menu__container.is-active .menuclick, .menu__container.is-hovered .menuclick {
        display: inline-block; } }

.menu__button {
  font-weight: 700; }
  .menu__button:hover {
    opacity: 0.8; }
  .menu__container.is-active .menu__button {
    color: #333; }

.gallery {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .gallery {
      max-width: 48em;
      margin-left: auto;
      margin-right: auto; }
      .gallery::after {
        clear: both;
        content: "";
        display: table; } }
  .gallery a img {
    opacity: 1;
    transition: all 0.2s ease-in-out; }
    .gallery a img:hover, .gallery a img:active, .gallery a img:focus {
      opacity: 0.8;
      transition: all 0.2s ease-in-out; }
  .gallery a h3 {
    color: #333; }
  .gallery a:active, .gallery a:focus, .gallery a:hover {
    text-decoration: none;
    color: black; }

.gallery-box,
.gallery-box-large {
  padding-bottom: 1em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .gallery-box,
    .gallery-box-large {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .gallery-box:last-child,
      .gallery-box-large:last-child {
        margin-right: 0; } }

@media screen and (min-width: 768px) {
  .gallery-box-home {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .gallery-box-home:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .alpha {
    clear: both; } }

@media screen and (min-width: 768px) {
  .last {
    margin-right: 0; } }

.lightbox .lb-image {
  border: 0; }

.lb-dataContainer {
  background: #fff;
  padding: 1em;
  width: 90%; }

.lb-data {
  color: #333; }

/*
 * jQuery FlexSlider v2.6.3
 * 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)
 *
 */
@font-face {
  font-family: 'flexslider-icon';
  src: url("/assets/fonts/flexslider-icon.eot");
  src: url("/assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/flexslider-icon.woff") format("woff"), url("/assets/fonts/flexslider-icon.ttf") format("truetype"), url("/assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides &gt; li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides &gt; li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides &gt; li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.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: #fff;
  text-shadow: 1px 1px 0 black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font: normal normal normal 36px/1 FontAwesome;
  display: inline-block;
  content: '\f053';
  color: #fff;
  text-shadow: 1px 1px 0 black; }

.flex-direction-nav a.flex-next:before {
  content: '\f054'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.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; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.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;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* caption */
.flex-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  background: rgba(41, 57, 117, 0.8);
  color: #fff;
  font-size: large; }
  .flex-caption a {
    color: #fff; }
    .flex-caption a:hover {
      text-decoration: none; }
</pre></body></html>