@charset "UTF-8";
html {
  box-sizing: border-box;
}

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

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

.wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 767px) {
  .wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 1023px) {
  .wrapper {
    width: 960px;
  }
}

@media screen and (min-width: 1279px) {
  .wrapper {
    width: 1140px;
  }
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.col8 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.col8:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .col8 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  .col8:last-child {
    margin-right: 0;
  }
}

.col6, .shows .showbox, .posts .postbox, section .supporters .name, section .supporters .info {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.col6:last-child, .shows .showbox:last-child, .posts .postbox:last-child, section .supporters .name:last-child, section .supporters .info:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .col6, .shows .showbox, .posts .postbox, section .supporters .name, section .supporters .info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .col6:last-child, .shows .showbox:last-child, .posts .postbox:last-child, section .supporters .name:last-child, section .supporters .info:last-child {
    margin-right: 0;
  }
  .col6:nth-child(2n), .shows .showbox:nth-child(2n), .posts .postbox:nth-child(2n), section .supporters .name:nth-child(2n), section .supporters .info:nth-child(2n) {
    margin-right: 0;
  }
  .col6:nth-child(2n+1), .shows .showbox:nth-child(2n+1), .posts .postbox:nth-child(2n+1), section .supporters .name:nth-child(2n+1), section .supporters .info:nth-child(2n+1) {
    clear: left;
  }
}

.col4 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.col4:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .col4 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .col4:last-child {
    margin-right: 0;
  }
  .col4:nth-child(3n) {
    margin-right: 0;
  }
  .col4:nth-child(3n+1) {
    clear: left;
  }
}

.col3 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
}

.col3:last-child {
  margin-right: 0;
}

@media screen and (min-width: 767px) {
  .col3 {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  .col3:last-child {
    margin-right: 0;
  }
  .col3:nth-child(4n) {
    margin-right: 0;
  }
  .col3:nth-child(4n+1) {
    clear: left;
  }
}

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

address {
  font-style: normal;
}

span.skype_pnh_container {
  display: none !important;
}

span.skype_pnh_print_container {
  display: inline !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

.button, #nav .search button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.large.button, #nav .search button.large {
  padding: 15px 25px;
  font-size: 16px;
}

.small.button, #nav .search button.small {
  padding: 5px 10px;
  font-size: 12px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.five {
  width: 5%;
}

.ten {
  width: 10%;
}

.fifteen {
  width: 15%;
}

.twenty {
  width: 20%;
}

.twentyfive {
  width: 25%;
}

.thirty {
  width: 30%;
}

.thirtyfive {
  width: 35%;
}

.fourty {
  width: 40%;
}

.fourtyfive {
  width: 45%;
}

.fifty {
  width: 50%;
}

.fiftyfive {
  width: 55%;
}

.sixty {
  width: 60%;
}

.sixtyfive {
  width: 65%;
}

.seventy {
  width: 70%;
}

.seventyfive {
  width: 75%;
}

.eighty {
  width: 80%;
}

.eightyfive {
  width: 85%;
}

.ninety {
  width: 90%;
}

.ninetyfive {
  width: 95%;
}

.onehundred {
  width: 100%;
}

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px;
}

#browserAlert a {
  color: #faabab;
  font-weight: bold;
}

#browserAlert a:hover {
  color: #fff;
}

.lt-ie9 #browserAlert {
  display: block;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.visible-mobile {
  display: block;
}

@media screen and (min-width: 1023px) {
  .visible-mobile {
    display: none;
  }
}

.visible-desktop {
  display: none;
}

@media screen and (min-width: 1023px) {
  .visible-desktop {
    display: block;
  }
}

/* -----------------------------------------------------------------
  CUSTOM FONTS - CIRCULAR
------------------------------------------------------------------*/
@font-face {
  font-family: "Circular-Book";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff2") format("woff2"), url("fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Bold";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff2") format("woff2"), url("fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* -----------------------------------------------------------------
  TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
/*  color: #266BB1;*/
  color: #c82727;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
/*  color: #1d5287;*/
  color: #AC0000;
}

.text-error {
  color: #c82727;
}

.text-success {
  color: #62b51f;
}

.text-warning {
  color: #e4be4c;
}

.text-info {
  color: #5bc0de;
}

b, strong {
  font-weight: normal;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

::-moz-selection {
  background: #266BB1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #266BB1;
  color: #fff;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bolder;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h1 span {
  color: #f15c44;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small, h4 small {
  font-size: 14px;
}

h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
  border-bottom: 4px solid #1b1b1a;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.lead {
  font-size: 18px;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

blockquote {
  margin: 30px 0;
  padding-top: 40px;
  font-size: 20px;
  position: relative;
}

blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: '\f10d \f10e';
  letter-spacing: 0.5em;
  text-align: center;
  width: 100%;
  top: 0;
}

blockquote cite {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0 0;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
}

hr {
  border-color: #f2f2f2;
}

/* -----------------------------------------------------------------
  FORM ELEMENTS
------------------------------------------------------------------*/
label, legend {
  display: block;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

label .required, legend .required {
  color: #c82727;
}

label.error, legend.error {
  color: #c82727;
}

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "Circular-Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #1b1b1a;
  font-size: 16px;
  background: #fff;
  margin: 0 0 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input:focus,
textarea:focus {
  background: #fafafa;
}

input.error,
textarea.error {
  border: 1px solid #c82727;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

textarea {
  height: 120px;
}

input[type="text"], input[type="password"], input[type="file"], textarea {
  outline: none;
}

select {
  width: 100%;
}

select.error {
  border: 1px solid #c82727;
}

fieldset legend {
  display: inline-block;
  margin-bottom: 10px;
}

fieldset label {
  font-family: "Circular-Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: none;
  display: inline-block;
  padding: 0;
}

fieldset input {
  width: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

fieldset .errormsg {
  margin-top: 20px;
}

button.button, #nav .search button,
input.button {
  border: none;
  display: inline-block;
  width: auto;
}

.errormsg {
  display: none;
}

.error label {
  color: #c82727;
}

.error input, .error textarea {
  border-color: #c82727;
}

.error .errormsg {
  display: block;
}

.errormsg,
.successmsg {
  margin: 0;
  font-size: 14px;
}

.errormsg span,
.successmsg span {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4em;
  margin: -20px 0 20px 0;
}

.errormsg span {
  background: #c82727;
}

.successmsg span {
  background: #62b51f;
}

.errorlist {
  margin: 30px 0;
  background: #c82727;
  color: #fff;
  padding: 20px;
}

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

.content-left img {
  height: auto !important;
}

.button, span.button, #nav .search button {
  padding: 10px 20px;
  background: #c82727;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.button:hover, span.button:hover, #nav .search button:hover {
  color: #fff;
  background: #AC0000;
}

.button.yellow, span.button.yellow, #nav .search button.yellow {
  background: #F4F0A3;
}

.button.yellow:hover, span.button.yellow:hover, #nav .search button.yellow:hover {
  background: #efe975;
}

/*.button.orange, span.button.orange, #nav .search button.orange {
  background: #f15c44;
}

.button.orange:hover, span.button.orange:hover, #nav .search button.orange:hover {
  background: #ed3315;
}*/

.button.green, span.button.green, #nav .search button.green {
  background: #1AAC90;
}

.button.green:hover, span.button.green:hover, #nav .search button.green:hover {
  background: #13806b;
}

.button.turquoise, span.button.turquoise, #nav .search button.turquoise {
  background: #2FC1DD;
}

.button.turquoise:hover, span.button.turquoise:hover, #nav .search button.turquoise:hover {
  background: #1ea1bb;
}

.button.grey, span.button.grey, #nav .search button.grey {
  background: #E7E7E7;
  color: #1b1b1a;
}

.button.grey:hover, span.button.grey:hover, #nav .search button.grey:hover {
  background: #cecece;
}

.button.full, span.button.full, #nav .search button.full {
  width: 100%;
}

span.button a {
  color: #fff;
}

span.button.grey a {
  color: #1b1b1a;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin: 20px auto;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 767px) {
  img.alignleft {
    float: left;
    margin: 10px 30px 10px 0;
  }
}

@media screen and (min-width: 767px) {
  img.alignright {
    float: right;
    margin: 10px 0 10px 30px;
  }
}

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
}

.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*
 * jQuery FlexSlider v2.5.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
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > 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 > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.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 {
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: #000000;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.flex-direction-nav a.flex-next {
  right: 0px;
}

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

/* ====================================================================================================================
 * CONTROL NAV
 * ====================================================================================================================*/
.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-nav li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

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

.flex-control-nav 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%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

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

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

/* ====================================================================================================================
 * PAUSE PLAY
 * ====================================================================================================================*/
.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-size: 20px;
  display: inline-block;
  content: 'Pause';
}

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

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

/* -----------------------------------------------------------------
    FANCYBOX STYLES (fancyBox v2.1.5)
------------------------------------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/scripts/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/scripts/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/scripts/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/scripts/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/scripts/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("../images/scripts/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

/* -----------------------------------------------------------------
  GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff;
}

body {
  font-size: 16px;
  color: #1b1b1a;
  font-family: "Circular-Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
/*  background: #E7E7E7;*/
background: #000;
}

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child {
  margin-top: 0;
}

p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .mobi {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (min-width: 767px) {
  .tab {
    display: block;
  }
}

@media screen and (min-width: 1023px) {
  .mobitab {
    display: none;
  }
}

.desk {
  display: none;
}

@media screen and (min-width: 1023px) {
  .desk {
    display: block;
  }
}

.more {
  text-transform: uppercase;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
}

.more:after {
  font-family: "FontAwesome";
  content: '\f178';
  padding-left: 5px;
}

.space {
  height: 30px;
}

.space::after {
  clear: both;
  content: "";
  display: block;
}

audio {
  width: 100%;
  margin: 20px 0;
}

.button.archive, #nav .search button.archive {
  background: #cecece;
  color: #1b1b1a;
}

/* -----------------------------------------------------------------
  ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
  HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 10;
  background: #fff;
}

#header a {
  color: #1b1b1a;
}

@media screen and (min-width: 1023px) {
  #header.clear, #header.black, #header.blue, #header.turquoise, #header.orange, #header.bottle-green, #header.peach, #header.muted-blue, #header.copper-brown {
    color: #fff;
  }
  #header.clear a, #header.black a, #header.blue a, #header.turquoise a, #header.orange a, #header.bottle-green a, #header.peach a, #header.muted-blue a, #header.copper-brown a {
    color: #fff;
  }
}

#header.clear #trigger,
#header.black #trigger {
  color: #fff;
}

#header.clear .navwrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#header.clear {
  background: transparent;
}

#header.white {
  background: #fff;
}

#header.black {
  background: #000000;
}

#header.pale-grey {
  background: #E7E7E7;
}

#header.blue {
  background: #266BB1;
}

#header.blue a:hover {
  color: #1b1b1a;
}

#header.yellow {
  background: #F4F0A3;
}

#header.yellow a:hover {
  color: #1b1b1a;
}

#header.turquoise {
  background: #2FC1DD;
}

#header.turquoise a:hover {
  color: #1b1b1a;
}

#header.orange {
  background: #f15c44;
}

#header.orange a:hover {
  color: #1b1b1a;
}

#header.teal {
  background: #7FE0D7;
}

#header.teal a:hover {
  color: #1b1b1a;
}

#header.bottle-green {
  background: #1AAC90;
}

#header.bottle-green a:hover {
  color: #1b1b1a;
}

#header.peach {
  background: #FF8F7F;
}

#header.peach a:hover {
  color: #1b1b1a;
}

#header.muted-blue {
  background: #274F62;
}

#header.muted-blue a:hover {
  color: #F4F0A3;
}

#header.mint-green {
  background: #95E5B6;
}

#header.mint-green a:hover {
  color: #1b1b1a;
}

#header.copper-brown {
  background: #E0B185;
}

#header.copper-brown a:hover {
  color: #1b1b1a;
}

#header.sky-blue {
  background: #5DCFE5;
}

#header.sky-blue a:hover {
  color: #1b1b1a;
}


#header .navwrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#header #logo-mobi {
  float: left;
  width: 160px;
}

@media screen and (min-width: 767px) {
  #header #logo-mobi {
    display: none;
  }
}

#header #logo-tab {
  display: none;
}

@media screen and (min-width: 767px) {
  #header #logo-tab {
    display: block;
    float: left;
    width: 320px;
  }
}

#header #logo-scroll {
  display: none;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-70px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slideIn {
  from {
    -moz-transform: translateY(-70px);
  }
  to {
    -moz-transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

#header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  border-bottom: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: slideIn 0.2s;
}

#header.sticky.clear {
  background: rgba(255, 255, 255, 0.95);
  color: #1b1b1a;
}

#header.sticky.clear a {
  color: #1b1b1a;
}

#header.sticky.clear a:hover {
  color: #266BB1;
}

#header.sticky.clear #trigger {
  color: #1b1b1a;
}

#header.sticky.black {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: none;
}

#header.sticky.black a:hover {
/*  color: #F4F0A3;*/
  color: #c82727;
}

#header.sticky.pale-grey {
  background: rgba(231, 231, 231, 0.9);
  border-bottom: none;
}

#header.sticky.blue {
  background: rgba(38, 107, 177, 0.9);
  border-bottom: none;
}

#header.sticky.blue a:hover {
  color: #1b1b1a;
}

#header.sticky.yellow {
  background: rgba(244, 240, 163, 0.9);
  border-bottom: none;
}

#header.sticky.yellow a:hover {
  color: #1b1b1a;
}

#header.sticky.turquoise {
  background: rgba(47, 193, 221, 0.9);
  border-bottom: none;
}

#header.sticky.turquoise a:hover {
  color: #1b1b1a;
}

#header.sticky.orange {
  background: rgba(241, 92, 68, 0.9);
  border-bottom: none;
}

#header.sticky.orange a:hover {
  color: #1b1b1a;
}

#header.sticky.teal {
  background: rgba(127, 224, 215, 0.9);
  border-bottom: none;
}

#header.sticky.teal a:hover {
  color: #1b1b1a;
}

#header.sticky.bottle-green {
  background: rgba(26, 172, 144, 0.9);
  border-bottom: none;
}

#header.sticky.bottle-green a:hover {
  color: #1b1b1a;
}

#header.sticky.peach {
  background: rgba(255, 143, 127, 0.9);
  border-bottom: none;
}

#header.sticky.peach a:hover {
  color: #1b1b1a;
}

#header.sticky.muted-blue {
  background: rgba(39, 79, 98, 0.9);
  border-bottom: none;
}

#header.sticky.muted-blue a:hover {
  color: #F4F0A3;
}

#header.sticky.mint-green {
  background: rgba(149, 229, 182, 0.9);
  border-bottom: none;
}

#header.sticky.mint-green a:hover {
  color: #1b1b1a;
}

#header.sticky.copper-brown {
  background: rgba(224, 177, 133, 0.9);
  border-bottom: none;
}

#header.sticky.copper-brown a:hover {
  color: #1b1b1a;
}

#header.sticky.sky-blue {
  background: rgba(93, 207, 229, 0.9);
  border-bottom: none;
}

#header.sticky.sky-blue a:hover {
  color: #1b1b1a;
}

#header.sticky #logo-mobi, #header.sticky #logo-tab {
  display: none;
}

#header.sticky #logo-scroll {
  display: block;
  float: left;
  width: 38px;
}

#header.sticky .navwrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header.sticky #nav > ul {
  padding-top: 8px;
  top: 71px;
}

@media screen and (min-width: 1023px) {
  #header.sticky #nav > ul {
    top: 0;
  }
}

#header.sticky #trigger {
  padding-top: 8px;
}

#jumpfix {
  width: 100%;
  height: 88px;
}

@media screen and (min-width: 767px) {
  #jumpfix {
    height: 116px;
  }
}

/* -----------------------------------------------------------------
  NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#nav {
  float: right;
}

#nav #trigger {
  text-transform: uppercase;
}

#nav #trigger i {
  margin-left: 5px;
}

@media screen and (min-width: 767px) {
  #nav #trigger {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1023px) {
  #nav #trigger {
    display: none;
  }
}

#nav > ul {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 88px;
  width: 100%;
  background: #fff;
  list-style: none;
  font-size: 15px;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}

@media screen and (min-width: 767px) {
  #nav > ul {
    top: 115px;
  }
}

@media screen and (min-width: 1023px) {
  #nav > ul {
    display: block !important;
    position: relative;
    top: 0;
    width: auto;
    padding-top: 15px;
    background: transparent;
    border: none;
  }
}

#nav > ul > li {
  padding: 10px 20px;
  border-bottom: 1px solid #cccccc;
}

#nav > ul > li .fa-caret-down {
  float: right;
  line-height: 1.628571429;
}

@media screen and (min-width: 1023px) {
  #nav > ul > li .fa-caret-down {
    display: none;
  }
}

#nav > ul > li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1023px) {
  #nav > ul > li {
    float: left;
    padding: 0 10px;
    border: none;
  }
  #nav > ul > li:first-child {
    padding-left: 0;
  }
  #nav > ul > li:last-child {
    padding-right: 0;
  }
}

#nav > ul > li > a {
  color: #1b1b1a;
}

#nav > ul > li:hover > a {
/*  color: #266BB1;*/
  color: #c82727;
}

@media screen and (min-width: 1023px) {
  #nav > ul > li:hover .dropdown {
    display: none;
  }
}

#nav > ul > li.active a {
/*  color: #266BB1;*/
  color: #c82727;
}

#nav .search .drop-contain {
  display: inline-block;
  position: relative;
}

#nav .search .drop-btn {
  position: relative;
}

#nav .search .drop-btn:after {
  display: block;
  position: absolute;
}

#nav .search .dropbox {
  display: none;
  position: absolute;
  top: 47px;
  right: -10px;
  width: 240px;
  z-index: 99999;
  background: #fff;
  color: #1b1b1a;
  box-shadow: 0 0 40px rgba(27, 27, 26, 0.2);
}

#nav .search .show {
  display: block;
}

#nav .search form {
  position: relative;
}

#nav .search input {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
}

#nav .search input::-webkit-input-placeholder {
  font-weight: normal;
}

#nav .search input::-moz-placeholder {
  font-weight: normal;
}

#nav .search input:-moz-placeholder {
  font-weight: normal;
}

#nav .search input:-ms-input-placeholder {
  font-weight: normal;
}

#nav .search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  padding: 5px 10px;
  background: #c82727;
  color: #fff;
}

#nav .search button:hover {
  background: #db4747;
}

#nav .dropdown {
  display: none;
  list-style: none;
  padding: 0;
  text-transform: none;
}

#nav .dropdown li {
  padding: 4px 0;
}

#nav .dropdown li a {
  color: #666;
}

#nav .dropdown li .dropdown {
  padding-left: 10px;
}

/* -----------------------------------------------------------------
  HERO CONTENT
------------------------------------------------------------------*/
.socialbar {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  background: #fff;
  text-align: center;
/*  color: #2FC1DD;*/
  color: #c82727;
  padding: 10px;
}

.socialbar .txt {
  font-size: 14px;
  text-transform: uppercase;
}

.socialbar .ico {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
/*  background: #2FC1DD;*/
  background: #c82727;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 12px;
}

.socialbar .ico:hover {
/*  background: #1ea1bb;*/
  background: #AC0000;
}

@media screen and (min-width: 767px) {
  .socialbar .ico {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1279px) {
  .socialbar {
    position: absolute;
    top: 1px;
    bottom: auto;
    left: auto;
    right: -70px;
    width: 50px;
    background: #fff;
    text-align: center;
/*    color: #2FC1DD;*/
    color: #c82727;
    padding: 90px 10px 0 10px;
  }
  .socialbar .txt {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 33px;
    left: -10px;
    width: 70px;
  }
  .socialbar .ico {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
  }
}

.parallax-hero {
  margin-top: -115px;
}

.hero-home {
  margin-top: -155px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-home::after {
  clear: both;
  content: "";
  display: block;
}

.hero-home .blurb {
  padding-top: 200px;
  padding-bottom: 480px;
}

@media screen and (min-width: 767px) {
  .hero-home .blurb {
    width: 70%;
  }
}

.hero-home .blurb .lead {
  font-size: 28px;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.hero-home .blurb img {
  padding-bottom: 30px;
  border-bottom: 5px solid #1b1b1a;
}

.hero-home .blurb ul {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
}

.hero-home .blurb ul li {
  float: left;
}

.hero-home .blurb ul li:after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .hero-home .blurb ul li:after {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1023px) {
  .hero-home .blurb ul li:after {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media screen and (min-width: 1279px) {
  .hero-home .blurb ul li:after {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.hero-home .blurb ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

.hero-home .blurb ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.hero-home .blurb ul li a:hover {
  color: #266BB1;
}

.hero-internal {
  background-size: cover;
  background-position: center;
  height: 280px;
  position: relative;
}

.hero-internal::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 767px) {
  .hero-internal {
    height: 480px;
  }
}

.show-slider {
  position: relative;
}

.show-slider .socialbar {
  top: auto;
  bottom: -70px;
}

@media screen and (min-width: 1279px) {
  .show-slider .socialbar {
    top: 1px;
    bottom: auto;
  }
}

.show-slider .container {
  position: absolute;
  bottom: -60px;
  width: 100%;
  color: #fff;
  background: #1b1b1a;
  padding: 15px 15px 40px 15px;
}

.show-slider .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.show-slider .container ul li .show {
  padding: 15px;
}

.show-slider .container ul li .show h2 {
  font-size: 20px;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.show-slider .container ul li .show a {
  color: #fff;
}

.show-slider .container ul li .show a:hover {
  color: #266BB1;
}

.show-slider .container .flexslider {
  background: transparent;
  margin: 0;
}

.show-slider .container .flexslider .flex-direction-nav a {
  top: auto;
  margin: 25px 0 0;
  background: transparent;
  font-size: 24px;
  width: auto;
  height: auto;
}

.show-slider .container .flexslider .flex-direction-nav a.flex-prev {
  left: auto;
  right: 55px;
}

.show-slider .container .flexslider .flex-direction-nav a.flex-prev:before {
  font-family: "FontAwesome";
  content: '\f104';
}

.show-slider .container .flexslider .flex-direction-nav a.flex-next {
  right: 15px;
}

.show-slider .container .flexslider .flex-direction-nav a.flex-next:before {
  font-family: "FontAwesome";
  content: '\f105';
}

.show-slider .container .flexslider .flex-direction-nav a:hover {
  color: #266BB1;
}

.show-slider .container .flexslider .flex-control-nav {
  width: auto;
  text-align: left;
  margin-left: 10px;
  bottom: -66px;
}

.show-slider .container .flexslider .flex-control-nav li {
  margin: 0 5px;
}

.show-slider .container .flexslider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
}

.show-slider .container .flexslider .flex-control-nav li a:hover {
  background: #fff;
}

.show-slider .container .flexslider .flex-control-nav li a.flex-active {
  background: #fff;
}

.show-slider .container .divider {
  margin: 15px;
  height: 5px;
  background: #fff;
}

.show-slider .container .divider::after {
  clear: both;
  content: "";
  display: block;
}

#crows {
  height: 480px;
  width: 100%;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/* -----------------------------------------------------------------
  SIDEBAR
------------------------------------------------------------------*/
aside {
  float: left;
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 1023px) {
  aside {
    width: 30%;
    margin-top: 0;
  }
}

.calendar {
/*  background: #266BB1;*/
  background: #E7E7E7;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.calendar::after {
  clear: both;
  content: "";
  display: block;
}

.calendar .month {
  margin-bottom: 20px;
}

.calendar .month::after {
  clear: both;
  content: "";
  display: block;
}

.calendar .month:last-child {
  margin-bottom: 0;
}

.calendar .month h5 {
  text-transform: uppercase;
  color: #1b1b1a;
  display: inline-block;
}

.calendar .month .more {
  color: #1b1b1a;
  float: right;
  padding-top: 4px;
  font-size: 12px;
  font-weight: normal;
}

.calendar .month .title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #1b1b1a;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.calendar .month .title::after {
  clear: both;
  content: "";
  display: block;
}

.calendar .month .title a {
  display: inline-block;
  color: #1b1b1a;
  font-size: 20px;
}

.calendar .month .title a.prev {
  float: left;
}

.calendar .month .title a.next {
  float: right;
}

.calendar .month .title span {
  display: inline-block;
  padding-top: 6px;
}

.calendar .month ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calendar .month ul li {
  float: left;
  width: calc(100% / 7.01);
  padding: 20px 0;
}

.calendar .month ul li a {
  color: #1b1b1a;
  display: block;
}

.calendar .month ul li a:hover {
  background: #fff;
  color: #c82727;
}

.calendar .month ul.week li {
  font-size: 14px;
  color: #1b1b1a;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.calendar .month ul.days li {
  padding: 2px;
  color: rgba(0, 0, 0, 0.3);
}

.calendar .month ul.days li .box {
  display: block;
  position: relative;
  text-align: center;
}

.calendar .month ul.days li .box span {
  font-size: 12px;
  padding: 9px;
  display: block;
}

.newsletter {
  margin-bottom: 30px;
  color: #fff;
  padding: 20px;
  background: #1b1b1a;
}

.newsletter::after {
  clear: both;
  content: "";
  display: block;
}

.newsletter p {
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.newsletter form {
  position: relative;
}

.newsletter form input {
  border: none;
  border-bottom: 4px solid #1b1b1a;
  padding: 10px 0;
}

.newsletter form input:focus {
  outline: none;
  background: transparent;
}

.newsletter form input[type="submit"] {
  font-family: "FontAwesome";
}

.newsletter form .button, .newsletter form #nav .search button, #nav .search .newsletter form button {
  position: absolute;
  right: 0;
  top: 4px;
  border: none;
  background: transparent;
  color: #999;
}

.newsletter form .button:hover, .newsletter form #nav .search button:hover, #nav .search .newsletter form button:hover {
  color: #266BB1;
}

.social {
  font-size: 24px;
  margin-top: 10px;
}

.social a {
  margin-right: 20px;
/*  color: #1b1b1a;*/
  color: #fff;
}

.social a:hover {
/*  color: #266BB1;*/
  color: #c82727;
}

#sidenav {
  display: none;
/*  background: #F4F0A3;*/
  background: #1b1b1a;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1023px) {
  #sidenav {
    display: block;
  }
}

#sidenav h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
  color: #fff;
}

#sidenav h2 a {
  color: #fff;
}

#sidenav h2 a:hover {
/*  color: #1b1b1a;*/
  color: #c82727;
}

#sidenav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
}

#sidenav > ul > li {
  line-height: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidenav > ul > li .fa-plus-circle {
  float: right;
}

#sidenav > ul > li > a {
  color: #fff;
}

#sidenav > ul > li:hover > a {
/*  color: #1b1b1a;*/
  color: #c82727;
}

#sidenav > ul > li.active a {
/*  color: #1b1b1a;*/
  color: #c82727;
}

#sidenav .dropnav {
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  list-style: none;
  font-family: "Circular-Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

#sidenav .dropnav > li {
  position: relative;
  padding-left: 15px;
}

#sidenav .dropnav > li:before {
  position: absolute;
  left: 0;
  content: '–';
}

#sidenav .dropnav > li > a {
  color: #666;
}

#sidenav .dropnav > li > a:hover {
  color: #1b1b1a;
}

#sidenav .dropnav > li.active a {
  color: #1b1b1a;
}

#sidenav .dropnav.active {
  display: block;
}

/* -----------------------------------------------------------------
  CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
main {
  float: right;
  width: 100%;
}

@media screen and (min-width: 1023px) {
  main {
    width: calc(70% - 30px);
  }
}

main h1 {
  padding-bottom: 30px;
  border-bottom: 4px solid #1b1b1a;
  margin-bottom: 30px;
  color: #fff;
}

main .titlebox {
  background: #F4F0A3;
  margin: -30px -20px 30px -20px;
  padding: 20px;
}

main .titlebox::after {
  clear: both;
  content: "";
  display: block;
}

main .titlebox h1 {
  font-size: 32px;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (min-width: 767px) {
  main .titlebox {
    display: none;
  }
}

.block {
  margin-top: 90px;
  margin-bottom: 60px;
/*  padding: 30px 20px;*/
/*  background: #fff;*/
  background: transparent;
  position: relative;
}

.block::after {
  clear: both;
  content: "";
  display: block;
}

.block.home {
  margin-top: 150px;
  /*background: #fff;
  padding: 20px;*/
}
.block.home main {
  padding: 20px;
  background: #fff;
}



/*@media screen and (min-width: 767px) {
  .block {
    padding: 60px 30px;
  }
}*/

.block.listing main,
.block.internal main {
  padding: 20px;
  background: #fff;
}

.block.home main h1,
.block.listing main h1,
.block.internal main h1 {
  color: #1b1b1a;
}

@media screen and (min-width: 1279px) {
  .block {
    margin-top: 60px;
  }
  .block.home {
    margin-top: 120px;
  }
}

.shows::after {
  clear: both;
  content: "";
  display: block;
}

.shows .showbox {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  padding-bottom: 20px;
  border-bottom: 4px solid #1b1b1a;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.shows .showbox img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.shows .showbox img.ed {
  display: none;
}

.shows .showbox h2 {
  font-size: 24px;
}

.shows .showbox a {
  color: #1b1b1a;
}

.shows .showbox:hover img.og {
  display: none !important;
}

.shows .showbox:hover img.ed {
  display: block !important;
}

.shows .showbox.black:hover {
  background: #000000;
  color: #fff;
  outline: 15px solid #000000;
}

.shows .showbox.black:hover a {
  color: #fff;
}

.shows .showbox.pale-grey:hover {
  background: #E7E7E7;
  color: #1b1b1a;
  outline: 15px solid #E7E7E7;
}

.shows .showbox.pale-grey:hover a {
  color: #1b1b1a;
}

.shows .showbox.blue:hover {
  background: #266BB1;
  color: #fff;
  outline: 15px solid #266BB1;
}

.shows .showbox.blue:hover a {
  color: #fff;
}

.shows .showbox.yellow:hover {
  background: #F4F0A3;
  color: #1b1b1a;
  outline: 15px solid #F4F0A3;
}

.shows .showbox.yellow:hover a {
  color: #1b1b1a;
}

.shows .showbox.turquoise:hover {
  background: #2FC1DD;
  color: #1b1b1a;
  outline: 15px solid #2FC1DD;
}

.shows .showbox.turquoise:hover a {
  color: #1b1b1a;
}

.shows .showbox.orange:hover {
  background: #f15c44;
  color: #1b1b1a;
  outline: 15px solid #f15c44;
}

.shows .showbox.orange:hover a {
  color: #1b1b1a;
}

.shows .showbox.teal:hover {
  background: #7FE0D7;
  color: #1b1b1a;
  outline: 15px solid #7FE0D7;
}

.shows .showbox.teal:hover a {
  color: #1b1b1a;
}

.shows .showbox.bottle-green:hover {
  background: #1AAC90;
  color: #1b1b1a;
  outline: 15px solid #1AAC90;
}

.shows .showbox.bottle-green:hover a {
  color: #1b1b1a;
}

.shows .showbox.peach:hover {
  background: #FF8F7F;
  color: #1b1b1a;
  outline: 15px solid #FF8F7F;
}

.shows .showbox.peach:hover a {
  color: #1b1b1a;
}

.shows .showbox.muted-blue:hover {
  background: #274F62;
  color: #fff;
  outline: 15px solid #274F62;
}

.shows .showbox.muted-blue:hover a {
  color: #fff;
}

.shows .showbox.mint-green:hover {
  background: #95E5B6;
  color: #1b1b1a;
  outline: 15px solid #95E5B6;
}

.shows .showbox.mint-green:hover a {
  color: #1b1b1a;
}

.shows .showbox.copper-brown:hover {
  background: #E0B185;
  color: #1b1b1a;
  outline: 15px solid #E0B185;
}

.shows .showbox.copper-brown:hover a {
  color: #1b1b1a;
}

.shows .showbox.sky-blue:hover {
  background: #5DCFE5;
  color: #1b1b1a;
  outline: 15px solid #5DCFE5;
}

.shows .showbox.sky-blue:hover a {
  color: #1b1b1a;
}

.posts::after {
  clear: both;
  content: "";
  display: block;
}

.posts .postbox {
  padding-bottom: 20px;
  border-bottom: 4px solid #1b1b1a;
  margin-bottom: 30px;
  font-size: 14px;
}

.posts .postbox img {
  margin: 0 auto;
}

.posts .postbox h2 {
  font-size: 24px;
}

.posts .postbox a {
  color: #1b1b1a;
}

.posts .postbox a:hover {
  color: #266BB1;
}

.posts .postbox .logos {
  border: 1px solid #cccccc;
  padding: 30px;
}

.posts .postbox .logos::after {
  clear: both;
  content: "";
  display: block;
}

.date {
  font-size: 16px;
  margin-top: 0;
}

.date i {
  color: #266BB1;
  padding-right: 5px;
}

address {
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  position: relative;
  padding-left: 20px;
}

address:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: '\f041';
/*  color: #266BB1;*/
  color: #c82727;
}

section {
  margin-top: 30px;
}

section::after {
  clear: both;
  content: "";
  display: block;
}

section:first-child {
  margin-top: 0;
}

section h4 {
  border-bottom: 4px solid #1b1b1a;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

section .phone, section .mail {
  position: relative;
  padding-left: 20px;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
}

section .phone:before, section .mail:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  color: #266BB1;
}

section .mail {
  margin-top: 0;
}

section .phone:before {
  content: '\f095';
}

section .mail:before {
  content: '\f0e0';
}

section .supporters {
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}

section .supporters::after {
  clear: both;
  content: "";
  display: block;
}

section .supporters span {
  font-family: "Circular-Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #999;
}

@media screen and (min-width: 767px) {
  section .supporters .info {
    text-align: right;
  }
}

.sponsors {
  text-align: center;
}

.sponsors::after {
  clear: both;
  content: "";
  display: block;
}

.sponsors .sponsorlogo {
  max-width: 48%;
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.sponsors .sponsorlogo::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 767px) {
  .sponsors .sponsorlogo {
    padding: 20px;
    max-width: 30%;
  }
}

.sponsors .sponsorlogo img {
  display: inline;
}

.sponsors .sponsorlogo p {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 10px;
}

.sponsors .sponsorlogo.break {
  max-width: 100%;
  display: block;
}

ol.alpha {
  list-style: upper-latin;
  padding-left: 20px;
}

ol.alpha li {
  padding-top: 5px;
  padding-bottom: 5px;
}

ol.alpha li:first-child {
  padding-top: 0;
}

ol.alpha li:last-child {
  padding-bottom: 0;
}

.grid {
  margin: 20px 0;
}

.grid .grid-item {
  width: 50%;
  padding: 1.1788257989%;
}

@media screen and (min-width: 767px) {
  .grid.mini .grid-item {
    width: 25%;
  }
}

.fancybox-title-float-wrap .child {
  background: transparent;
}

.fancybox-next, .fancybox-close {
  right: -30px;
}

.fancybox-next > span, .fancybox-close > span {
  right: 0;
}

.fancybox-prev {
  left: -30px;
}

.fancybox-prev > span {
  left: 0;
}

.pagination {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: center;
}

.pagination ul li {
  display: inline;
  list-style: none;
}

.pagination ul li.page-prev {
  float: left;
}

.pagination ul li.page-next {
  float: right;
}

.pagination ul ul {
  text-align: center;
  display: inline;
}

.pagination ul ul li {
  display: none;
}

.pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
  display: inline;
}

@media screen and (min-width: 1023px) {
  .pagination ul ul li {
    display: inline;
  }
}

.pagination ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #1b1b1a;
  outline: none;
  padding: 0.375em 15px;
  text-decoration: none;
  color: #1b1b1a;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active, .pagination ul li a.active {
  background: #1b1b1a;
  color: #fff;
  border: 1px solid #1b1b1a;
}

.infobox {
  margin-top: -30px;
  background: #1b1b1a;
  padding: 20px;
  color: #fff;
}

.infobox::after {
  clear: both;
  content: "";
  display: block;
}

.infobox i {
  color: #F4F0A3;
  width: 25px;
}

.infobox .button, .infobox #nav .search button, #nav .search .infobox button {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .infobox .button, .infobox #nav .search button, #nav .search .infobox button {
    margin-top: 10px;
  }
}

.infobox ul.infolist {
  list-style: none;
  padding: 0;
}

.infobox ul.infolist li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 14px;
}

.infobox ul.infolist li:last-child {
  padding-bottom: 0;
}

.infobox ul.infolist li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
/*  color: #F4F0A3;*/
  color: #c82727;
}

.infobox ul.infolist li.location:before {
  content: '\f041';
  padding-left: 2px;
}

.infobox ul.infolist li.produced:before {
  content: '\f005';
}

.infobox ul.infolist li.written:before {
  content: '\f040';
}

.infobox ul.infolist li.directed:before {
  content: '\f0a1';
}

.infobox ul.infolist li.dates:before {
  content: '\f073';
}

.infobox ul.infolist li.price:before {
  content: '\f0d6';
}

.infobox ul.infolist li.runtime:before {
  content: '\f017';
}

.tabs {
  padding: 0;
  margin-top: 30px;
}

.tabs::after {
  clear: both;
  content: "";
  display: block;
}

.tabs .tab-box {
  list-style: none;
}

@media screen and (min-width: 767px) {
  .tabs .tab-box {
    display: inline;
  }
}

.tabs .tab-link {
  display: block;
  padding: 0.75em 2em;
  border: 2px solid #fff;
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}

@media screen and (min-width: 767px) {
  .tabs .tab-link {
    display: inline-block;
    border-bottom: none;
  }
}

.tabs .tab-link:hover {
  background: #fff;
  color: #1b1b1a;
}

.tabs .is-active {
  background: #fff;
  color: #1b1b1a;
}

.tabs .tab-content {
  display: none;
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  color: #1b1b1a;
}

@media screen and (min-width: 767px) {
  .tabs .tab-content {
    float: left;
  }
}

.tabs .dates {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs .dates li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs .dates li::after {
  clear: both;
  content: "";
  display: block;
}

.tabs .dates li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 767px) {
  .tabs .dates li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.tabs .dates li span {
  display: block;
}

@media screen and (min-width: 767px) {
  .tabs .dates li span {
    display: inline-block;
    padding-top: 10px;
  }
}

.tabs .dates li .button, .tabs .dates li #nav .search button, #nav .search .tabs .dates li button {
  margin-top: 10px;
  font-size: 14px;
  min-width: 190px;
}

@media screen and (min-width: 767px) {
  .tabs .dates li .button, .tabs .dates li #nav .search button, #nav .search .tabs .dates li button {
    margin-top: 0;
    float: right;
  }
}

.tabs .team {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs .team li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tabs .team li:last-child {
  border-bottom: none;
}

.result {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.result::after {
  clear: both;
  content: "";
  display: block;
}

.result:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.result span {
  color: #f15c44;
}

/* -----------------------------------------------------------------
  FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  padding-top: 40px;
  padding-bottom: 40px;
/*  background: #F4F0A3;*/
  background: #E7E7E7;
  font-size: 14px;
}

#footer .col4 {
  font-family: "Circular-Bold", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
  #footer .col4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  #footer .col4:nth-child(2n) {
    text-align: center;
  }
  #footer .col4:nth-child(3n) {
    text-align: right;
  }
}

#footer address:before {
  content: '';
}

@media screen and (min-width: 767px) {
  #footer address:before {
    content: '\f041';
  }
}

#footer a {
  color: #1b1b1a;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .credits {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px solid #1b1b1a;
  text-align: center;
}

#footer .credits::after {
  clear: both;
  content: "";
  display: block;
}

#footer .credits span {
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 767px) {
  #footer .credits span {
    display: inline-block;
    margin: 0;
  }
  #footer .credits span.copy {
    float: left;
  }
  #footer .credits span.mouthmedia {
    float: right;
  }
}

/* -----------------------------------------------------------------
  NEW STUFF
------------------------------------------------------------------*/
.hero-internal .wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-internal .txt-contain {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
@media screen and (min-width: 767px) {
  .hero-internal .txt-contain {
    right: 0;
    bottom: 20px;
  }
}
.hero-internal .txt-contain p {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
}

/* Buy Tickets & Social bar */
.block.alt {
  margin-top: 100px;
}
.buybox {
  display: none;
  background: #266BB1;
  color: #fff;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}
.buybox h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
}
.buybox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buybox li {
  padding: 5px 0;
}
.buybox a {
  color: #fff;
  font-weight: 700;
}

.block.alt .socialbar {
  display: none;
}
.buybar {
  display: none;
  background: #266BB1;
  color: #fff;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.buybar h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  display: none;
}
.buybar .button {
  padding: 10px;
  font-size: 12px;
  font-size: 12px;
/*  background: #08a1ff;*/
  background: #c82727;
}
.buybar .button:hover {
/*  background: #1d5287;*/
  background: #AC0000;
}
@media screen and (min-width: 440px) {
  .buybar h2 {
    display: block;
  }
}
@media screen and (min-width: 1023px) {
  .buybar {
    display: none;
  }
  .block.alt .socialbar {
    display: block;
  }
  .buybox {
    display: block;
  }
  .block.alt {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1279px) {
  .block.alt {
    margin-top: 60px;
  }
  .block.alt .socialbar {
    top: 0;
  }
}

.hero-home .blurb .lead {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 5px solid #1b1b1a;
}



/* TEMP STYLE */
@media screen and (min-width: 767px) {
  #header.tempheader #logo-tab {
    width: 220px;
  }
  #header.tempheader #nav > ul {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1279px) {
  #header.tempheader #logo-tab {
    width: 320px;
  }
  #header.tempheader #nav > ul {
    padding-top: 15px;
  }
}


.hero-home.new .blurb .lead {
  border: none;
  padding-bottom: 35px;
}

.linkbar {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.linkbar p {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.linkbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.full {
  width: 100%;
}

.gridbox {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  grid-gap: 20px;
}
.gridbox img {
  width: 100%;
}
.gridbox p {
  word-break: break-word;
}
@media screen and (min-width: 600px) {
  .gridbox {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media screen and (min-width: 1023px) {
  .gridbox {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}

.mySwiper {
  margin: 20px 0 0;
}
.mySwiper img {
  width: 100%;
}
.mySwiper h5 {
  margin: 10px 0;
}
.mySwiper p {
  margin: 0;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.5);
  transition: all 0.3s;
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  color: #444;
  font-size: 24px;
}
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
  background: #fff;
}
.mySwiper .swiper-button-next {
  right: 0;
}
.mySwiper .swiper-button-prev {
  left: 0;
}
.mySwiper .swiper-button-next.alt,
.mySwiper .swiper-button-prev.alt {
  top: 45%;
}
@media screen and (min-width: 600px) {
  .mySwiper .swiper-button-next.alt,
  .mySwiper .swiper-button-prev.alt {
    top: 40%;
  }
}
@media screen and (min-width: 1023px) {
  .mySwiper .swiper-button-next.alt,
  .mySwiper .swiper-button-prev.alt {
    top: 37%;
  }
}

.footer-credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 4px solid #1b1b1a;
}
.footer-credits .col {
  width: 100%;
  text-align: center;
}
.footer-credits .col.social {
  font-size: 18px;
}
.footer-credits .social a {
  margin: 0 10px;
}
@media screen and (min-width: 767px) {
  .footer-credits .col {
    width: calc(50% - 80px);
    text-align: left;
  }
  .footer-credits .col.social {
    text-align: center;
    width: 160px;
  }
  .footer-credits .link {
    text-align: right;
  }
}

.newhero-home {
  margin-top: -120px;
  padding-top: 180px;
}
.newhero-home h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
}
.heroSwiper {
  color: #fff;
  background: #1b1b1a;
  padding: 30px 30px 75px 30px !important;
  bottom: -50px;
  position: relative;
  overflow: hidden;
}
.heroSwiper .post img {
  width: 100%;
}
.heroSwiper h2 {
  font-size: 20px;
}
.heroSwiper a {
  color: #fff;
}
.heroSwiper a:hover,
.heroSwiper a:focus {
/*  color: #2FC1DD;*/
  color: #c82727;
}
.heroSwiper .progbar {
  top: auto !important;
  bottom: 45px !important;
  background: #fff !important;
  height: 5px !important;
  left: 30px !important;
  width: calc(100% - 60px) !important;
}
.heroSwiper .progbar .swiper-pagination-progressbar-fill {
  background: #c82727;
}

.mySwiper {
  position: relative;
  overflow: hidden;
}


/* NEW INTERNAL HERO */
.hero {
  position: relative;
}
.hero .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  max-width: calc(100% - 20px);
  background: rgba(0,0,0,0.7);
  padding: 5px 10px;
}
.hero .caption p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}


/* DISABLE SOCIAL SHARING */
.nosocial .socialbar {
  display: none !important;
}


/* NEW STUFF */
.carousel .swiper-slide a {
  color: #1b1b1a;
}
.carousel .swiper-slide a:hover {
  color: #c82727;
}

main.container {
  padding: 20px;
  background: #fff;
}
main.container h1 {
  color: #1b1b1a;
}