@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Droid+Serif:400,700);
.clearfix:before, .player-single:before, .content:before,
.clearfix:after,
.player-single:after,
.content:after {
  content: "";
  display: table; }


.clearfix:after,
.player-single:after,
.content:after {
  clear: both; }

.pseudo {
  position: absolute;
  content: ''; }

.image--left {
  float: left; }

.image--right {
  float: right; }

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

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

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: 0; }

hr {
  -moz-box-sizing: content-box;
  -webkit-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; }

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

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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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; }

input[type="text"],
input[type="submit"],
textarea {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

blockquote {
  margin: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.icon-amazon {
  background-image: url(../images/sprites.png);
  background-position: 0px -84px;
  width: 55px;
  height: 55px; }

.icon-back {
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 35px;
  height: 20px; }

.icon-checkbox-checked {
  background-image: url(../images/sprites.png);
  background-position: 0px -20px;
  width: 32px;
  height: 32px; }

.icon-checkbox {
  background-image: url(../images/sprites.png);
  background-position: 0px -52px;
  width: 32px;
  height: 32px; }

.icon-facebook {
  background-image: url(../images/sprites.png);
  background-position: 0px -249px;
  width: 62px;
  height: 62px; }

.icon-instagram {
  background-image: url(../images/sprites.png);
  background-position: 0px -311px;
  width: 62px;
  height: 62px; }

.icon-itunes {
  background-image: url(../images/sprites.png);
  background-position: 0px -139px;
  width: 55px;
  height: 55px; }

.icon-store {
  background-image: url(../images/sprites.png);
  background-position: 0px -194px;
  width: 55px;
  height: 55px; }

.icon-tumblr {
  background-image: url(../images/sprites.png);
  background-position: 0px -373px;
  width: 62px;
  height: 62px; }

.icon-twitter {
  background-image: url(../images/sprites.png);
  background-position: 0px -435px;
  width: 62px;
  height: 62px; }

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

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

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

@media screen and (max-width: 640px) {
  .hidden--phone {
    display: none; } }

@media screen and (max-width: 768px) {
  .hidden--tablet {
    display: none; } }

@media screen and (max-width: 960px) {
  .hidden--desktop {
    display: none; } }

.row {
  text-align: center;
  vertical-align: top;
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row .grid--1 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--1:first-child {
      margin-left: 0%; }
  .row .grid--2 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--2:first-child {
      margin-left: 0%; }
  .row .grid--3 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--3:first-child {
      margin-left: 0%; }
  .row .grid--4 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--4:first-child {
      margin-left: 0%; }
  .row .grid--5 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--5:first-child {
      margin-left: 0%; }
  .row .grid--6 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--6:first-child {
      margin-left: 0%; }
  .row .grid--7 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--7:first-child {
      margin-left: 0%; }
  .row .grid--8 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--8:first-child {
      margin-left: 0%; }
  .row .grid--9 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--9:first-child {
      margin-left: 0%; }
  .row .grid--10 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--10:first-child {
      margin-left: 0%; }
  .row .grid--11 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--11:first-child {
      margin-left: 0%; }
  .row .grid--12 {
    float: left;
    text-align: left;
    height: 100%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 1%; }
    .row .grid--12:first-child {
      margin-left: 0%; }
  .row .grid--1 {
    width: 7.33333%;
    width: 7.4159%; }
  .row .grid--2 {
    width: 15.66667%;
    width: 15.83333%; }
  .row .grid--3 {
    width: 24%;
    width: 24.25%; }
  .row .grid--4 {
    width: 32.33333%;
    width: 32.66667%; }
  .row .grid--5 {
    width: 40.66667%;
    width: 40.66667%; }
  .row .grid--6 {
    width: 49%;
    width: 49.5%; }
  .row .grid--7 {
    width: 57.33333%;
    width: 57.33333%; }
  .row .grid--8 {
    width: 65.66667%;
    width: 65.66667%; }
  .row .grid--9 {
    width: 74%;
    width: 74%; }
  .row .grid--10 {
    width: 82.33333%;
    width: 82.33333%; }
  .row .grid--11 {
    width: 90.66667%;
    width: 90.66667%; }
  .row .grid--12 {
    width: 99%;
    width: 100%; }
  .row .row {
    width: 100%; }
    .row .row .grid--1 {
      margin-bottom: 0; }
    .row .row .grid--2 {
      margin-bottom: 0; }
    .row .row .grid--3 {
      margin-bottom: 0; }
    .row .row .grid--4 {
      margin-bottom: 0; }
    .row .row .grid--5 {
      margin-bottom: 0; }
    .row .row .grid--6 {
      margin-bottom: 0; }
    .row .row .grid--7 {
      margin-bottom: 0; }
    .row .row .grid--8 {
      margin-bottom: 0; }
    .row .row .grid--9 {
      margin-bottom: 0; }
    .row .row .grid--10 {
      margin-bottom: 0; }
    .row .row .grid--11 {
      margin-bottom: 0; }
    .row .row .grid--12 {
      margin-bottom: 0; }
  .row .grid--right {
    float: right; }
  .row .grid--1.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--2.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--3.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--4.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--5.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--6.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--7.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--8.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--9.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--10.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--11.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row .grid--12.grid--center {
    display: inline-block;
    float: none;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  .grid--2:nth-child(3n+1),
  .grid--3:nth-child(4n+1),
  .grid--4:nth-child(3n+1),
  .grid--6:nth-child(2n+1) {
    margin-left: 0; } }

@media (max-width: 768px) {
  .hide--on-medium {
    display: none !important; }
  .row {
    width: 94%; }
    .row .grid--1 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--2 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--3 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--4 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--5 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--6 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--7 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--8 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--9 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--10 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--11 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--12 {
      margin-left: 0%;
      width: 100%; }
    .row .grid--mobile-half:nth-child(2n+1),
    .row .grid--mobile-third:nth-child(3n+1),
    .row .grid--mobile-quarter:nth-child(4n+1) {
      margin-left: 0% !important; }
    .row .grid--mobile-half {
      width: 49%;
      margin-left: 2%; }
    .row .grid--mobile-third {
      width: 32.33333%;
      margin-left: 1.5%; }
    .row .grid--mobile-quarter {
      width: 24%;
      margin-left: 1.33333%; } }

@media (max-width: 640px) {
  .hide--on-small {
    display: none !important; }
  .row .grid--mobile-half,
  .row .grid--mobile-third,
  .row .grid--mobile-quarter {
    margin-left: 0%;
    width: 100%; } }

@font-face {
  font-family: 'kenyan';
  src: url("../fonts/kenyan_coffee_rg-webfont.eot");
  src: url("../fonts/kenyan_coffee_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kenyan_coffee_rg-webfont.woff2") format("woff2"), url("../fonts/kenyan_coffee_rg-webfont.woff") format("woff"), url("../fonts/kenyan_coffee_rg-webfont.ttf") format("truetype"), url("../fonts/kenyan_coffee_rg-webfont.svg#kenyan_coffeeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'questrialregular';
  src: url("../fonts/questrial-regular-webfont.eot");
  src: url("../fonts/questrial-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/questrial-regular-webfont.woff") format("woff"), url("../fonts/questrial-regular-webfont.ttf") format("truetype"), url("../fonts/questrial-regular-webfont.svg#questrialregular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif; }

h1 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 45.6px;
  line-height: 4.56rem;
  margin: 0 auto 19px;
  margin: 0 auto 1.9rem;
  font-weight: 400;
  font-weight: 300; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38.4px;
  line-height: 3.84rem;
  margin: 0 auto 16px;
  margin: 0 auto 1.6rem;
  font-weight: 400; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 33.6px;
  line-height: 3.36rem;
  margin: 0 auto 14px;
  margin: 0 auto 1.4rem; }

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26.4px;
  line-height: 2.64rem;
  margin: 0 auto 11px;
  margin: 0 auto 1.1rem; }

h5 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin: 0 auto 11px;
  margin: 0 auto 1.1rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19.2px;
  line-height: 1.92rem;
  margin: 0 auto 11px;
  margin: 0 auto 1.1rem; }

p, li, a {
  margin: 12px auto;
  margin: 1.2rem auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

.row .text--left {
  text-align: left; }

.row .text--center {
  text-align: center; }

.row .text--right {
  text-align: right; }

ul {
  padding: 0 20px; }

a {
  text-decoration: none; }

em {
  font-style: italic; }

strong {
  font-weight: 600;
  margin: 0; }

.btn {
  display: inline-block;
  margin-right: 10px;
  background: #355f5b;
  padding: 10px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn:hover {
    background: #3e6f6b; }

.newsletter .grid--12 {
  max-width: 1100px; }
  .newsletter .grid--12 p {
    margin-bottom: 0;
    display: inline-block;
    margin-top: -9px;
    vertical-align: middle; }
  .newsletter .grid--12 h3 {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block; }

.newsletter .xoxo {
  padding: 0; }

.newsletter #errorField {
  position: absolute;
  top: 24px;
  left: 118px;
  font-style: italic;
  color: #884d4f;
  display: none !important; }

.newsletter .invalid {
  border: 1px solid #884d4f !important; }

.newsletter form {
  height: 0;
  padding-bottom: 30px; }

.oxox {
  display: none; }

#FbridgeSGWidget h2 {
  display: none; }

#FbridgeSGWidget #fbridge_email {
  margin-right: 10px;
  width: 130px; }
  @media screen and (max-width: 1100px) {
    #FbridgeSGWidget #fbridge_email {
      width: 100%; } }

#FbridgeSGWidget #fbridge_firstname {
  margin-right: 10px;
  width: 130px; }
  @media screen and (max-width: 1100px) {
    #FbridgeSGWidget #fbridge_firstname {
      width: 100%; } }

#FbridgeSGWidget #fbridge_city {
  margin-right: 10px;
  width: 130px; }
  @media screen and (max-width: 1100px) {
    #FbridgeSGWidget #fbridge_city {
      width: 100%; } }

#FbridgeSGWidget #_submit-input {
  border: 0;
  line-height: 36px;
  float: left;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  color: white;
  background: #884d4f;
  text-transform: capitalize; }

header {
  background: #0a0e0f;
  background: #e5dad4 !important; }
  header .row {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 640px) {
      header .row {
        padding: 10px; } }
    header .row .grid--12 {
      margin-bottom: 0; }
  header h1,
  header .home-link {
    float: left;
    font-family: kenyan;
    color: #884d4f;
    font-size: 50px;
    margin: 0;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      header h1,
      header .home-link {
        padding: 0; } }
    @media only screen and (max-width: 640px) {
      header h1,
      header .home-link {
        font-size: 50px; } }
    @media only screen and (max-width: 480px) {
      header h1,
      header .home-link {
        font-size: 40px; } }

nav h1 {
  display: none; }

nav ul {
  list-style: none;
  float: right;
  padding-top: 6px; }
  nav ul li {
    display: block;
    float: left;
    margin: 10px 5px; }
    nav ul li a {
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      text-transform: uppercase; }

header .desktop h1,
header .hamburger {
  display: none; }
  @media only screen and (max-width: 768px) {
    header .desktop h1,
    header .hamburger {
      display: block; } }

.hamburger {
  float: right;
  cursor: pointer;
  width: 35px;
  position: absolute;
  top: 32px;
  right: 0px; }
  .hamburger i {
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #884d4f;
    position: absolute;
    display: block;
    top: 15px;
    right: 0; }
    .hamburger i:first-child {
      top: 25px; }
    .hamburger i:last-child {
      top: 5px; }
  @media only screen and (max-width: 768px) {
    .hamburger {
      top: 04px; } }
  @media only screen and (max-width: 640px) {
    .hamburger {
      top: 4px; } }

.container {
  -webkit-transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

nav.mobile {
  display: none; }

header h1 {
  display: block; }

@media only screen and (max-width: 768px) {
  header h1 {
    width: 100%;
    display: block; }
  nav.desktop {
    display: none; }
  .open-menu .container {
    -webkit-transform: translate3d(0, 0, -300px);
    -ms-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative; }
    .open-menu .container:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  nav.mobile {
    -webkit-transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    nav.mobile h1 {
      font-family: kenyan;
      font-size: 40px; }
  .open-menu nav.mobile {
    left: 0; }
  nav.mobile {
    width: 320px;
    left: -100%;
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    height: 100%;
    min-width: 0;
    background: #884d4f; }
    nav.mobile h1 {
      display: block;
      color: #0a0e0f;
      padding: 30px 30px 10px;
      width: 100%;
      font-weight: 300;
      font-family: 'Lato', sans-serif !important; }
      nav.mobile h1 span {
        float: right;
        font-size: 40px;
        line-height: 45px;
        cursor: pointer; }
    nav.mobile ul {
      width: 100%;
      display: block;
      padding: 0 20px; }
      nav.mobile ul li {
        float: none;
        border-top: 1px solid #a66264;
        width: 100%;
        margin: 0 auto;
        -webkit-transition: background-color 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: background-color 120ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        nav.mobile ul li:last-child {
          border-bottom: 1px solid #a66264; }
        nav.mobile ul li:hover {
          background: #784446; }
        nav.mobile ul li a {
          padding: 15px 30px;
          margin: 0;
          display: block;
          width: 100%;
          font-weight: 300;
          color: #e3dbd1;
          font-weight: 300 !important; }
        nav.mobile ul li:hover, nav.mobile ul li.current_page_item {
          background: #784446; }
          nav.mobile ul li:hover a,
          nav.mobile ul li:hover a:visited, nav.mobile ul li.current_page_item a,
          nav.mobile ul li.current_page_item a:visited {
            font-weight: 700; } }

.current_page_item {
  border-bottom: 1px solid     #e3dbd1; }

html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  background: #f3efe0; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #f3efe0;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.st-menu ul li:first-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px transparent;
  box-shadow: inset 0 -1px transparent;
  color: #fff; }

.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  -ms-perspective: 1500px;
  perspective: 1500px; }

.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  -ms-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-9.st-menu::after {
  display: none; }

header .row .grid--12 {
  position: relative; }

header .social-links {
  position: absolute;
  top: -18px;
  right: 24px; }
  @media only screen and (max-width: 960px) {
    header .social-links {
      top: -7px;
      right: 52px; } }
  @media only screen and (max-width: 768px) {
    header .social-links {
      top: -7px;
      right: 52px; } }
  @media only screen and (max-width: 640px) {
    header .social-links {
      top: -7px;
      right: 52px; } }
  @media only screen and (max-width: 480px) {
    header .social-links {
      top: -7px;
      right: 52px; } }
  header .social-links a {
    display: block;
    float: left;
    margin-left: 10px;
    width: 26px;
    height: 26px; }
    header .social-links a svg {
      margin-top: 4px; }
  @media only screen and (max-width: 640px) {
    header .social-links a.instagram {
      display: none; } }
  @media only screen and (max-width: 480px) {
    header .social-links a.youtube {
      display: none; } }

footer .social-links a {
  display: block;
  float: left;
  margin-left: 10px;
  width: 32px;
  height: 32px;
  margin-top: -4px; }

header {
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  header h1,
  header .row,
  header .social-links,
  header ul {
    -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  header .row .grid--12 {
    margin: 0 auto !important;
    float: none; }

header.scrolled {
  background: rgba(10, 14, 15, 0.9); }
  header.scrolled .row,
  header.scrolled h1 {
    padding-top: 0;
    padding-bottom: 0; }
  header.scrolled h1 {
    font-size: 36px; }
  header.scrolled ul {
    margin: 5px 0 0; }
  header.scrolled .social-links {
    top: -100px; }

@media only screen and (max-width: 768px) {
  header .row h1 a {
    padding: 11px 0 8px;
    font-size: 35px; } }

@media only screen and (max-width: 480px) {
  header .row .social-links .twitter {
    display: none; } }

@media only screen and (max-width: 960px) {
  nav.desktop ul li a {
    font-size: 13px; }
  header .social-links {
    top: -18px;
    right: 25px; } }

@media only screen and (max-width: 768px) {
  header .social-links {
    top: -7px;
    right: 52px; } }

@media (max-width: 980px) {
  .home-link img {
    margin-top: 10px;
    width: auto;
    height: 50px !important; } }

@media (max-width: 960px) {
  .home-link img {
    margin-top: 15px;
    width: auto;
    height: 40px !important; }
  .main-header .row {
    padding-right: 0; } }

@media (max-width: 768px) {
  .home-link img {
    margin-top: -10px;
    width: auto;
    height: 50px !important; } }

@media (max-width: 480px) {
  .home-link img {
    margin-top: -10px;
    width: auto;
    height: 45px !important; } }

footer {
  padding: 40px 0;
  color: white;
  font-size: 13px;
  text-transform: uppercase; }
  footer .current_page_item {
    border: 0; }
  footer .grid--3 {
    padding-top: 6px; }
  footer .grid--7 > div {
    display: inline-block; }
    footer .grid--7 > div a {
      display: inlne-block; }
  footer li {
    display: inline-block;
    margin: 0 5px; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
  footer a, footer a:visited {
    color: white;
    font-size: 13px; }

.newsletter {
  width: 100%;
  max-width: 100%;
  background: #0a0e0f; }
  .newsletter p {
    color: #FFFFFF; }
  .newsletter h3 {
    color: #884d4f; }
  .newsletter form fieldset {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 0;
    display: inline-block; }
    .newsletter form fieldset:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .newsletter form fieldset {
        width: 48%;
        margin-right: 1%;
        float: left;
        display: block; } }
    @media only screen and (max-width: 768px) {
      .newsletter form fieldset {
        width: 100%; } }
    .newsletter form fieldset label {
      float: left;
      height: 36px;
      background: #884d4f;
      color: #FFFFFF;
      line-height: 36px;
      padding: 0 10px;
      font-size: 14px; }
      @media screen and (max-width: 1100px) {
        .newsletter form fieldset label {
          width: 130px;
          position: absolute; } }
    .newsletter form fieldset input {
      border: 0;
      line-height: 36px;
      background: white;
      float: left;
      height: 36px;
      padding: 0 10px;
      font-size: 14px; }
      @media screen and (max-width: 1100px) {
        .newsletter form fieldset input {
          width: 100%;
          padding-left: 138px; } }
      .newsletter form fieldset input[type="submit"] {
        color: white;
        background: #884d4f;
        padding-left: 10px; }
    .newsletter form fieldset #fbridge_state {
      max-width: 120px; }
      @media screen and (max-width: 1100px) {
        .newsletter form fieldset #fbridge_state {
          max-width: 100%; } }

div.fancy-select {
  width: 100%;
  max-width: 250px;
  position: relative;
  font-size: 13px;
  color: #46565D; }
  div.fancy-select.disabled {
    opacity: 0.5; }
  div.fancy-select select:focus + div.trigger {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }

div.fancy-select div.trigger {
  width: 100%;
  max-width: 250px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  color: #333333;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px 24px 9px 9px;
  -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 3px; }
  div.fancy-select div.trigger:after {
    width: 0;
    height: 0;
    top: 50%;
    right: 9px;
    display: block;
    position: absolute;
    content: '';
    margin-top: -2px;
    border: 5px solid transparent;
    border-top-color: #4B5468; }
  div.fancy-select div.trigger.open {
    color: #7A8498;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #a2a2a2; }

div.fancy-select ul.options {
  left: 0;
  margin: 0;
  top: 80px;
  opacity: 0;
  padding: 0;
  z-index: 50;
  overflow: auto;
  list-style: none;
  width: 100%;
  min-width: 250px;
  position: absolute;
  border-radius: 3px;
  visibility: hidden;
  background: #fbfbfb;
  max-height: 250px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  div.fancy-select ul.options.open {
    visibility: visible;
    top: 40px;
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), top 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    div.fancy-select ul.options.overflowing.open {
      top: auto;
      bottom: 50px;
      -webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  div.fancy-select ul.options li {
    cursor: pointer;
    width: 100%;
    padding: 8px 10px;
    white-space: nowrap;
    color: #333;
    -webkit-transition: all 75ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 75ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    div.fancy-select ul.options li.selected {
      background: #e1e1e1; }
    div.fancy-select ul.options li.hover {
      background: #e9e9e9; }

#bit-events th {
  font-weight: 300; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
  border-radius: 4px; }

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

.fancybox-opened .fancybox-skin {
  -webkit-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("../../app/images/non-sprite/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("../../app/images/non-sprite/fancybox_loading.gif") center center no-repeat; }

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../app/images/non-sprite/blank.gif");
  /* helps IE */
  -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; }

/* Overlay helper */
.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("../../app/images/non-sprite/fancybox_overlay.png"); }

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

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

/* Title helper */
.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;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
  top: 100%;
  margin-top: 20px; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-family: 'Lato';
  font-weight: 300;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px; }

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

/*Retina graphics!*/
@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("../../app/images/non-sprite/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../../app/images/non-sprite/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.slidee {
  cursor: pointer; }
  .slidee img {
    width: 100%;
    position: realtive; }
  .slidee span {
    opacity: 0;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    content: '';
    border-radius: 80px;
    left: 0;
    right: 0;
    margin: -25px auto 0;
    top: 50%;
    position: absolute;
    display: none; }
    .slidee span:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 30px;
      border-color: transparent transparent transparent #eaeaea;
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 20px;
      left: 30px; }
  .slidee:hover span {
    opacity: .89; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  max-width: 1100px;
  margin: 0 auto 40px; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.home .owl-carousel .owl-controls {
  margin-top: -35px; }

.owl-carousel .owl-controls {
  position: absolute;
  width: 100%;
  margin-top: 66px;
  top: 50%;
  z-index: 10;
  opacity: 1;
  text-transform: uppercase; }
  .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    overflow: hidden;
    width: 5%;
    margin-top: -40px;
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: transparent;
    opacity: 0.4; }
    .owl-carousel .owl-controls .owl-buttons div img {
      width: 100%; }
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    left: 0;
    padding: 0;
    margin-left: 5px; }
    .owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
      margin-left: -1px; }
    @media only screen and (max-width: 768px) {
      .owl-carousel .owl-controls .owl-buttons .owl-prev img {
        top: 30%;
        position: relative; } }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    right: 0;
    padding: 0;
    margin-right: 5px; }
    .owl-carousel .owl-controls .owl-buttons .owl-next:hover {
      margin-right: 1px; }
    @media only screen and (max-width: 768px) {
      .owl-carousel .owl-controls .owl-buttons .owl-next img {
        top: 30%;
        position: relative; } }

div.player {
  padding: 6px 20px;
  position: relative;
  margin-bottom: 0; }
  div.player h1 {
    margin: 0;
    text-align: left;
    color: #884d4f;
    position: relative; }
    div.player h1:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      bottom: -20px;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 77, 79, 0.5)), to(rgba(136, 77, 79, 0.1)));
      background-image: -webkit-linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
      background-image: linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
      opacity: 0.9; }
    div.player h1 span {
      font-weight: 300;
      color: #0a0e0f; }

.sc-artwork-list {
  position: absolute; }

.sc-waveform-container {
  display: none; }

.sc-player {
  position: relative; }

.sc-time-indicators,
.sc-info-toggle,
.sc-play,
.sc-info,
.sc-controls,
.sc-artwork-list li,
.player img {
  display: none; }

.player .sc-artwork-list li:first-child img,
.player .sc-artwork-list li:first-child {
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .player .sc-artwork-list li:first-child img,
    .player .sc-artwork-list li:first-child {
      position: relative;
      width: 100%;
      height: auto; }
      .player .sc-artwork-list li:first-child img img,
      .player .sc-artwork-list li:first-child img {
        position: relative; } }

@media only screen and (max-width: 768px) {
  .sc-artwork-list {
    padding: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto -10px;
    height: auto; }
    .sc-artwork-list li {
      margin: 20px auto 0 !important; }
    .sc-artwork-list img {
      width: 100%;
      position: relative; } }

.player button {
  position: absolute;
  top: 240px;
  left: 0;
  width: 300px;
  height: 40px;
  line-height: 50px;
  border: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #545454;
  letter-spacing: 4px;
  -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.player button:hover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

.player .sc-trackslist {
  width: 100%;
  padding-left: 320px;
  text-align: left;
  padding-top: 20px;
  line-height: 30px; }
  @media only screen and (max-width: 768px) {
    .player .sc-trackslist {
      padding-left: 0;
      z-index: 999;
      position: relative; } }
  .player .sc-trackslist li {
    display: block;
    width: 100%;
    padding-left: 10%;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 0;
    line-height: 30px;
    overflow: hidden;
    position: relative; }
    .player .sc-trackslist li a {
      color: rgba(10, 14, 15, 0.6);
      text-decoration: none; }
    .player .sc-trackslist li span {
      color: rgba(10, 14, 15, 0.3);
      position: absolute;
      margin-left: 10px;
      font-weight: 600;
      float: right; }
  .player .sc-trackslist li.active,
  .player .sc-trackslist li:hover {
    position: relative;
    background: rgba(136, 77, 79, 0.2);
    cursor: pointer; }
    .player .sc-trackslist li.active a,
    .player .sc-trackslist li:hover a {
      color: black; }
    .player .sc-trackslist li.active:before,
    .player .sc-trackslist li:hover:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #000000;
      left: 10px;
      top: 5px; }

.playing .sc-trackslist li.active {
  background: rgba(255, 255, 255, 0.8); }
  .playing .sc-trackslist li.active:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 16px;
    border-style: none;
    background: black;
    left: 10px;
    top: 7px; }
  .playing .sc-trackslist li.active:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 16px;
    border-style: none;
    background: black;
    left: 18px;
    top: 7px; }

.player .sc-trackslist li.active i {
  position: absolute;
  height: 30px;
  left: 0;
  top: 0;
  display: block !important;
  background: rgba(136, 77, 79, 0.3); }

.player-single .sc-info-toggle {
  display: none !important; }

.player-single .sc-artwork-list {
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0;
  margin: 0; }
  .player-single .sc-artwork-list li {
    display: block; }
    .player-single .sc-artwork-list li img {
      width: 50%; }

.player--set {
  padding: 6px 20px;
  min-height: 400px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .player--set {
      min-height: 30px;
      overflow: hidden; } }

.audio {
  padding-bottom: 40px; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  min-width: 320px;
  font-size: 62.5%;
  font-family: 'Droid Serif', serif;
  height: 100%;
  background: #0a0e0f;
  margin: 0 !important;
  -webkit-perspective: 1500px;
  -ms-perspective: 1500px;
  perspective: 1500px; }

body {
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'questrialregular', serif; }

.container {
  background: #e6e6e6;
  background: #e5dad4;
  background-image: url("../images/non-sprite/bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  min-height: 100%; }
  @media only screen and (max-width: 640px) {
    .container {
      background-position: center 65px; } }

.grid--12,
.row {
  margin: 50px auto;
  max-width: 960px; }

.player {
  max-width: 960px;
  margin: 0 auto 50px; }

.masonary {
  margin: 50px auto;
  max-width: 1140px; }

.content {
  padding-top: 170px;
  margin: 0px auto 0;
  text-align: center;
  display: block; }

.push {
  height: 97px; }

.row {
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px; }

.main {
  width: 60%;
  float: left; }

.image {
  width: 50%;
  padding-bottom: 20%;
  display: block;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border: 5px solid #e7ddd7;
  -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media only screen and (max-width: 768px) {
    .image {
      padding-bottom: 30%; } }
  @media only screen and (max-width: 640px) {
    .image {
      padding-bottom: 75%; } }
  .image img {
    opacity: 0.99;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .image:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .image:hover img {
      opacity: 0.8; }

.blog-post {
  background-color: #e5dad4 !important;
  border: 5px solid #884d4f;
  padding-bottom: 0;
  margin-bottom: 30px;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  border-right: 4px solid #884d4f;
  -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media only screen and (max-width: 768px) {
    .blog-post {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%; } }
  .blog-post .backstretch {
    opacity: 0.1;
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .blog-post .backstretch:after {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #884d4f;
      content: ''; }
  .blog-post p {
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .blog-post h1 {
    color: #884d4f; }
  .blog-post h2 {
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-family: 'Lato', sans-serif; }
    .blog-post h2 a {
      -webkit-transition: all 360ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 360ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      text-decoration: none;
      border: 0;
      font-size: 30px; }
      @media only screen and (max-width: 768px) {
        .blog-post h2 a {
          font-size: 30px; } }
      @media only screen and (max-width: 640px) {
        .blog-post h2 a {
          font-size: 26px; } }
      @media only screen and (max-width: 480px) {
        .blog-post h2 a {
          font-size: 20px; } }
  .blog-post a, .blog-post a:visited {
    color: #884d4f; }
  .blog-post:hover {
    cursor: pointer; }
    .blog-post:hover .backstretch {
      opacity: 0.9; }
    .blog-post:hover h2 a, .blog-post:hover h2 a:visited {
      background-color: #884d4f;
      color: white;
      padding: 5px 20px; }
    .blog-post:hover p {
      opacity: 0; }

@media only screen and (min-width: 768px) {
  .home .blog-post {
    width: 100%; } }

.content {
  font-size: 16px;
  line-height: 26px;
  color: #535353;
  margin-bottom: 30px; }
  .content .wp-post-image {
    display: none; }
  .content h1 {
    color: #884d4f;
    position: relative;
    margin-bottom: 50px; }
    .content h1:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      bottom: -20px;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 77, 79, 0.5)), to(rgba(136, 77, 79, 0.1)));
      background-image: -webkit-linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
      background-image: linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
      opacity: 0.9; }
  .content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px; }
    .content ul li:after {
      position: absolute;
      content: '';
      width: 4px;
      height: 4px;
      background-color: #884d4f;
      left: -14px;
      top: 8px; }
  .content p, .content li, .content a {
    font-size: 16px;
    line-height: 26px;
    color: #535353;
    margin-bottom: 30px; }
  .content a, .content a:visited {
    color: #884d4f;
    text-decoration: underline; }
  .content hr {
    border: 0;
    height: 1px;
    margin: 40px auto;
    display: block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(136, 77, 79, 0.5)), to(rgba(136, 77, 79, 0.1)));
    background-image: -webkit-linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
    background-image: linear-gradient(left, rgba(136, 77, 79, 0.5) 2%, rgba(136, 77, 79, 0.1) 90%);
    opacity: 0.9; }
  .content .attachment-medium {
    padding: 5px;
    background: rgba(136, 77, 79, 0.3);
    -webkit-transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 480ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .content .attachment-medium:hover {
      background: rgba(136, 77, 79, 0.5); }
  .content .navigation {
    text-align: center; }
    .content .navigation > div {
      vertical-align: middle;
      width: auto;
      display: inline-block;
      margin: 10px; }
      .content .navigation > div a {
        background: #884d4f;
        color: white;
        padding: 10px;
        text-decoration: none; }
  .content .twitter, .content .facebook {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 48px;
    -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .content .twitter svg, .content .facebook svg {
      width: 48px;
      height: 48px; }
    .content .twitter:hover, .content .facebook:hover {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8); }
  .content .facebook {
    margin-right: 10px; }
  .content .row.pagination {
    padding: 0; }

p, li, a {
  font-size: 16px;
  line-height: 26px;
  color: #535353; }

.video-slider-wrap .featured-video {
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto; }

.video-slider-wrap h4 {
  display: block;
  text-align: center;
  margin: 0;
  padding: 5px 0 20px; }

.video-slider-wrap .video {
  position: relative; }
  .video-slider-wrap .video img {
    width: 100%;
    border: 10px solid transparent;
    cursor: pointer;
    -webkit-transition: border 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: border 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .video-slider-wrap .video img:hover {
      border: 10px solid rgba(0, 0, 0, 0.2); }

#bit-events a.bit-track-artist-header {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: -14px !important;
  border-bottom: 1px solid #884d4f !important; }

#bit-events .bit-share-text,
#bit-events .bit-share-links {
  display: none; }

#bit-events .bit-description-links {
  display: none; }

#bit-events td.bit-date {
  background: #884d4f;
  color: white;
  text-align: center; }

#bit-events .bit-venue {
  padding-left: 20px !important; }

#bit-events .bit-events td {
  position: relative;
  border-top: 1px solid #884d4f !important; }

#bit-events tr {
  border-right: 1px solid #884d4f; }

#bit-events table {
  position: relative; }
  #bit-events table:after {
    width: 100%;
    height: 1px;
    background: #884d4f;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0; }

#bit-events .bit-buy-tix {
  margin: 0; }

#bit-events .bit-uiButton {
  background: #884d4f !important;
  border: 0 !important;
  color: white !important;
  height: 30px !important; }
  #bit-events .bit-uiButton a {
    color: white !important;
    margin: 0 !important; }

.pop_content iframe, .pop_container_advanced {
  height: 320px !important; }

.col-wrap {
  max-width: 1100px;
  margin: 0 auto; }

.right-col,
.left-col {
  padding: 0 20px;
  width: 50%;
  display: block;
  float: left; }

.left-col,
.right-col {
  padding-top: 60px; }

.block-link {
  color: white !important;
  background: #884d4f;
  display: inline-block;
  text-decoration: none !important;
  padding: 0px 10px;
  position: absolute;
  margin-left: -53px;
  margin-top: -13px;
  font-size: 14px !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .right-col,
  .left-col {
    width: 100%;
    padding-top: 0; }
  .left-col {
    padding-top: 60px; } }

h2 a.non-link {
  text-decoration: none;
  color: #535353 !important;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38.4px;
  line-height: 3.84rem;
  margin: 0 auto 16px;
  margin: 0 auto 1.6rem;
  font-weight: 400; }
  h2 a.non-link:hover {
    text-decoration: underline; }

.gallery .widgettitle {
  display: none; }

.instagram-pics {
  list-style: none; }

.press-kit .image-wrapper img {
  width: 100%;
  margin-bottom: 20px; }

.lyrics .song h2 {
  color: #884d4f; }

.songList .grid--12 {
  text-align: left; }
  .songList .grid--12 h3 span {
    color: #884d4f; }
  .songList .grid--12 h3 {
    margin: 12px auto;
    display: block; }
  .songList .grid--12 a, .songList .grid--12 a:visited {
    padding: 2px 10px;
    display: inline-block;
    margin: 0 6px 6px 0;
    text-decoration: none;
    background: #884d4f;
    color: white;
    -webkit-transition: all 220ms linear;
    transition: all 220ms linear; }
  .songList .grid--12 a:hover {
    opacity: 0.6; }
  .songList .grid--12 .innerWrap {
    padding-left: 264px;
    min-height: 264px;
    position: relative; }
    .songList .grid--12 .innerWrap img {
      position: absolute;
      top: 0;
      left: 0; }

@media only screen and (max-width: 768px) {
  .songList .grid--12 .innerWrap {
    margin: 12px auto 36px;
    padding-left: 0; }
    .songList .grid--12 .innerWrap img {
      position: relative;
      margin: 12px auto;
      display: block; } }

#bit-events td * {
  font-weight: 300;
  font-weight: 300 !important; }

.widget {
  list-style: none; }

.instagram-pics {
  list-style: none; }
  .instagram-pics li {
    display: inline-block;
    width: 25%;
    padding: 1rem; }
    .instagram-pics li a {
      width: 100%;
      display: block;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      border: 5px solid #e7ddd7;
      -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .instagram-pics li a img {
        width: 100%;
        height: auto;
        display: block; }

.menu-item-5288 {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .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: 80% !important;
    display: block;
    margin: 0 auto; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  nav,
  .footer,
  .slider {
    display: none; } }
