in@charset "UTF-8";
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; }



.wrapper, .flexslider li .caption, .page, .general h1, .general h2, .general h3, .general h4, .general h5, .general h6, .general p, .general form, .general ul, .general ol, .general .video, #footer, .newsletter, .newsletter-center, .contests {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after, .flexslider li .caption::after, .page::after, .general h1::after, .general h2::after, .general h3::after, .general h4::after, .general h5::after, .general h6::after, .general p::after, .general form::after, .general ul::after, .general ol::after, .general .video::after, #footer::after, .newsletter::after, .newsletter-center::after, .contests::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 767px) {
    .wrapper, .flexslider li .caption, .page, .general h1, .general h2, .general h3, .general h4, .general h5, .general h6, .general p, .general form, .general ul, .general ol, .general .video, #footer, .newsletter, .newsletter-center, .contests {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper, .flexslider li .caption, .page, .general h1, .general h2, .general h3, .general h4, .general h5, .general h6, .general p, .general form, .general ul, .general ol, .general .video, #footer, .newsletter, .newsletter-center, .contests {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper, .flexslider li .caption, .page, .general h1, .general h2, .general h3, .general h4, .general h5, .general h6, .general p, .general form, .general ul, .general ol, .general .video, #footer, .newsletter, .newsletter-center, .contests {
      width: 1140px; } }

/* -----------------------------------------------------------------
    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, .topletter, .facebook-btn, .twitter-btn, .instagram-btn, .youtube-btn, .green-btn, .red-btn, .ghost-btn, .ghost-green, .ghost-red, .send-btn, .appstore, .kobastore, .footletter, .newsletter .subscribe-btn {
  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, .large.topletter, .large.facebook-btn, .large.twitter-btn, .large.youtube-btn, .large.green-btn, .large.red-btn, .large.ghost-btn, .large.ghost-green, .large.ghost-red, .large.send-btn, .large.appstore, .large.kobastore, .large.footletter, .newsletter .large.subscribe-btn {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button, .small.topletter, .small.facebook-btn, .small.twitter-btn, .small.youtube-btn, .small.green-btn, .small.red-btn, .small.ghost-btn, .small.ghost-green, .small.ghost-red, .small.send-btn, .small.appstore, .small.kobastore, .small.footletter, .newsletter .small.subscribe-btn {
    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-ie8 #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; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #e75925;
  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: #7f2c0e; }

.text-error {
  color: #c82727; }

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

.text-warning {
  color: #e4be4c; }

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

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #e75925;
  text-transform: uppercase;
  font-weight: 700; }

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

.lead {
  font-size: 1.4em; }

.txt-red {
  color: #e75925; }

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 38px; }

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

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  border-color: #f2f2f2; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
.field-half {
  width: 100%;
  float: left;
  padding-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .field-half {
      width: 360px; } }
  @media screen and (min-width: 1023px) {
    .field-half {
      width: 465px; } }
  @media screen and (min-width: 1279px) {
    .field-half {
      width: 555px; } }

.last {
  float: left; }
  @media screen and (min-width: 767px) {
    .last {
      float: right; } }

.field-full, .send {
  width: 100%;
  float: left;
  padding-bottom: 20px; }

.radiocheck {
  padding-bottom: 20px; }
  .radiocheck label {
    display: block;
    width: 100%;
    padding-left: 15px;
    text-indent: -15px; }
    .radiocheck label span {
      font-weight: 400; }
  .radiocheck input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    *overflow: hidden; }

.errormsg {
  width: 100%;
  background: #c82727;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 12px; }

.successmsg {
  width: 100%;
  background: #62b51f;
  color: #fff;
  padding: 12px 24px;
  float: left;
  margin-bottom: 20px; }

.send {
  padding: 30px 0;
  text-align: right; }

label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  label .required {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }
  label.success {
    color: #62b51f; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #58585a;
  font-size: 16px;
  background: #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;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #fafafa; }
  input.error,
  textarea.error {
    border: 1px solid #c82727;
    background: rgba(200, 39, 39, 0.04); }
  input.success,
  textarea.success {
    border: 1px solid #62b51f;
    background: rgba(98, 181, 31, 0.04); }
  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: 180px; }

.radio label,
.checkbox label {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button, button.topletter, button.facebook-btn, button.twitter-btn, button.youtube-btn, button.green-btn, button.red-btn, button.ghost-btn, button.ghost-green, button.ghost-red, button.send-btn, button.appstore, button.kobastore, button.footletter, .newsletter button.subscribe-btn,
input.button,
input.topletter,
input.facebook-btn,
input.twitter-btn,
input.youtube-btn,
input.green-btn,
input.red-btn,
input.ghost-btn,
input.ghost-green,
input.ghost-red,
input.send-btn,
input.appstore,
input.kobastore,
input.footletter,
.newsletter input.subscribe-btn {
  border: none;
  display: inline-block;
  width: auto; }

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

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

.button, .topletter, .facebook-btn, .twitter-btn, .instagram-btn .youtube-btn, .green-btn, .red-btn, .ghost-btn, .ghost-green, .ghost-red, .send-btn, .appstore, .kobastore, .footletter, .newsletter .subscribe-btn {
  padding: 10px 20px;
  background: #e75925;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .button:hover, .topletter:hover, .facebook-btn:hover, .twitter-btn:hover, .instagram-btn:hover .youtube-btn:hover, .green-btn:hover, .red-btn:hover, .ghost-btn:hover, .ghost-green:hover, .ghost-red:hover, .send-btn:hover, .appstore:hover, .kobastore:hover, .footletter:hover, .newsletter .subscribe-btn:hover {
    background: #7f2c0e;
    color: #fff; }

.topletter {
  padding: 4px 8px;
  background: #58585a;
  border: 1px solid #58585a;
  color: white; }
  .topletter:hover {
    background: transparent;
    color: #58585a; }

.facebook-btn {
  border-radius: 100%;
  background: #1671ab;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px; }
  .facebook-btn:hover {
    background: #2a9be4; }

.twitter-btn {
  border-radius: 100%;
  background: #10ccf4;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px; }
  .twitter-btn:hover {
    background: #59dcf7; }

.instagram-btn {
  border-radius: 100%;
  background: #e75925;
	color:#fff;
	text-align:center;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
margin-left:8px;}
  .instagram-btn:hover {
    background: #7f2c0e; 
color:#fff;}

.youtube-btn {
  border-radius: 100%;
  background: #d13d3d;
  padding: 0;
	text-align:center;
  width: 32px;
  height: 32px;
  line-height: 32px; 
color:#fff;}
  .youtube-btn:hover {
    background: #e07b7b;
color:#fff;}

.green-btn {
  background: #5ac4be;
  border: 1px solid #5ac4be;
  text-transform: uppercase;
  font-weight: 700; }
  .green-btn:hover {
    background: transparent;
    color: #5ac4be; }

.red-btn {
  background: #e75925;
  border: 1px solid #e75925;
  text-transform: uppercase;
  font-weight: 700; }
  .red-btn:hover {
    background: transparent;
    color: #e75925; }

.ghost-btn, .ghost-green, .ghost-red {
  background: transparent;
  border: 2px solid #58585a;
  text-transform: uppercase;
  color: #58585a; }
  .ghost-btn:hover, .ghost-green:hover, .ghost-red:hover {
    background: #58585a;
    color: #fff; }

.ghost-green {
  border-color: #5ac4be;
  color: #5ac4be; }
  .ghost-green:hover {
    background: #5ac4be; }

.ghost-red {
  border-color: #e75925;
  color: #e75925; }
  .ghost-red:hover {
    background: #e75925; }

.send-btn {
  text-transform: uppercase;
  padding: 16px 32px;
  font-size: 18px; }

.appstore, .kobastore {
  width: 280px;
  padding: 16px 22px;
  background: #58585a;
  border: 2px solid #58585a;
  margin: 0 15px; }
  .appstore i, .kobastore i {
    font-size: 48px;
    float: left;
    padding-right: 14px;
    padding-top: 4px;
    padding-left: 36px; }
  .appstore .txt, .kobastore .txt {
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em; }
    .appstore .txt span, .kobastore .txt span {
      font-size: 28px;
      font-weight: 700; }
  .appstore:hover, .kobastore:hover {
    background: transparent;
    color: #58585a; }

.kobastore {
  background: #fff;
  color: #58585a; }
  .kobastore img {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
    margin-left: 0;
    width: 40px; }
  .kobastore .txt {
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em; }
    .kobastore .txt span {
      font-size: 28px;
      font-weight: 700; }
  .kobastore:hover {
    background: #58585a;
    color: #fff; }

.footletter {
  background: #fff;
  color: #5ac4be;
  border: 4px solid #5ac4be !important;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto; }
  .footletter:hover {
    background: #5ac4be;
    color: #fff; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -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) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

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

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

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

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

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

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

.flexslider .slides img {
  display: block; }

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

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

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

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

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

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

.flexslider .slides {
  zoom: 1; }

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center; }

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

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

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

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

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

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

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #999;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #fff; }

.flex-control-paging li a.flex-active {
  background: #fff;
  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; }

.flex-control-nav {
  bottom: 150px; }
  @media screen and (min-width: 767px) {
    .flex-control-nav {
      bottom: 20px; } }

.flexslider li {
  position: relative; }
  .flexslider li .caption {
    z-index: 10;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff; }
    .flexslider li .caption p.sale {
      text-shadow: 0 0 40px #000;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 38px;
      margin-bottom: 0; }
    .flexslider li .caption h1 {
      text-shadow: 0 0 40px #000;
      margin-top: 0;
      color: #fff; }
    .flexslider li .caption .green-btn {
      margin: 20px 0 10px 0;
      width: 100%;
      clear: both; }
      .flexslider li .caption .green-btn:hover {
        background: #379a95;
        border: 1px solid #379a95;
        color: #fff; }
      @media screen and (min-width: 767px) {
        .flexslider li .caption .green-btn {
          width: 160px;
          float: right;
          margin: 10px; } }
    .flexslider li .caption .red-btn {
      margin: 10px 0;
      width: 100%;
      clear: both; }
      .flexslider li .caption .red-btn:hover {
        background: #ad3c13;
        border: 1px solid #ad3c13;
        color: #fff; }
      @media screen and (min-width: 767px) {
        .flexslider li .caption .red-btn {
          width: 160px;
          float: right;
          margin: 10px; } }
    @media screen and (min-width: 767px) {
      .flexslider li .caption {
        position: absolute;
        top: 40%; } }

.flexslider {
  overflow: hidden;
  border-bottom: 4px solid #e75925;
  padding-bottom: 10px; }
  .flexslider .slides img {
    margin: 0 auto; }
  @media screen and (min-width: 767px) {
    .flexslider {
      padding-bottom: 0; } }

.showslider {
  position: relative;
  display: none;
  float: right;
  border: 2px solid #fff;
  overflow: hidden; }
  .showslider ul.slides {
    overflow: hidden; }
  .showslider .flex-control-nav {
    width: auto;
    right: 10px;
    bottom: 0; }
  .showslider .flex-control-paging li a {
    background: transparent;
    border: 2px solid #fff; }
  .showslider .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default; }
  .showslider .flex-control-paging li a:hover {
    background: #fff; }
  @media screen and (min-width: 767px) {
    .showslider {
      display: block;
      margin-top: 90px;
      height: 142px;
      width: 420px; } }
  @media screen and (min-width: 1023px) {
    .showslider {
      margin-top: 70px;
      height: 202px;
      width: 600px; } }
  @media screen and (min-width: 1279px) {
    .showslider {
      margin-top: 40px;
      height: 252px;
      width: 750px; } }

/* -----------------------------------------------------------------
    CHOSEN STYLES (Chosen v1.0.0)
------------------------------------------------------------------*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  height: 44px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-clip: padding-box;
  color: #58585a;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px; }
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      border-left: 1px solid #e6e6e6; }
      .chosen-container-single .chosen-single div b:after {
        position: absolute;
        top: 0px;
        left: 38%;
        font-size: 20px;
        font-family: 'FontAwesome';
        content: '\f107';
        color: #58585a; }
.chosen-container-single .chosen-default {
  color: #58585a; }
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative; }
  .chosen-container-single .chosen-search:after {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f002';
    color: #e6e6e6; }
  .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 50px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0;
    margin: 0; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #58585a;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #fafafa;
  background-clip: padding-box;
  color: #58585a;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #fafafa;
      color: #58585a;
      border-color: #e6e6e6; }
    .chosen-container .chosen-results li.no-results {
      display: list-item;
      background: #fff;
      border-color: none; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

.chosen-container-active .chosen-single {
  border: 1px solid #e6e6e6; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e6e6e6;
  background: #fafafa; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #e6e6e6; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single,
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

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

body {
  font-size: 16px;
  color: #58585a;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: #fff; }

ul, ol {
  padding-left: 22px;
  padding-bottom: 10px; }

ol li:before {
  font-weight: 700; }

.hr {
  width: 100%;
  height: 1px;
  background: #ddd;
  clear: both; }

.space {
  width: 100%;
  height: 40px;
  clear: both; }

.full {
  width: 100%; }

img.left {
  padding: 20px 30px 20px 0; }

img.right {
  padding: 20px 0 20px 30px; }

img.center, img.partners {
  padding: 30px 0;
  margin: 0 auto; }

.center, .partners {
  text-align: center; }

.half {
  width: 100%; }
  @media screen and (min-width: 767px) {
    .half {
      float: left;
      width: 345px;
      margin-right: 30px; } }
  @media screen and (min-width: 1023px) {
    .half {
      float: left;
      width: 450px;
      margin-right: 30px; } }
  @media screen and (min-width: 1279px) {
    .half {
      float: left;
      width: 540px;
      margin-right: 30px; } }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS 
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#logo {
  width: 180px; }

/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
header.navigation {
  background-color: #fff;
  height: 90px;
  width: 100%;
  z-index: 999; }
  @media screen and (min-width: 1023px) {
    header.navigation {
      height: 140px; } }
  header.navigation .navigation-wrapper {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  header.navigation .logo {
    float: left;
    max-height: 140px;
    padding-left: 1em;
    padding-right: 2em; }
    header.navigation .logo img {
      max-height: 140px;
      padding-top: 22px; }
      @media screen and (min-width: 1023px) {
        header.navigation .logo img {
          padding: 40px 0;
          margin-top: 12px; } }
  header.navigation .navigation-menu-button {
    color: #58585a;
    display: block;
    float: right;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin: 0;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 90px; }
    @media screen and (min-width: 1023px) {
      header.navigation .navigation-menu-button {
        display: none;
        line-height: 140px; } }
    header.navigation .navigation-menu-button:hover {
      color: #e75925; }
  header.navigation .nav {
    z-index: 9999999;
    float: none; }
    @media screen and (min-width: 1023px) {
      header.navigation .nav {
        float: right;
        margin-top: 30px; } }
  header.navigation ul#navigation-menu {
    -webkit-transform-style: preserve-3d;
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
    text-transform: uppercase; }
    @media screen and (min-width: 1023px) {
      header.navigation ul#navigation-menu {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li a {
    padding-bottom: 1em; }
  header.navigation ul li.nav-link {
    background: #fff;
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding-right: 1.8em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 1023px) {
      header.navigation ul li.nav-link {
        background: transparent;
        display: inline;
        text-decoration: none;
        width: auto; } }
    header.navigation ul li.nav-link a {
      color: #58585a;
      display: inline-block;
      font-weight: 400; }
      @media screen and (min-width: 1023px) {
        header.navigation ul li.nav-link a {
          padding-right: 1.2em; } }
      header.navigation ul li.nav-link a:hover {
        color: #e75925; }
  header.navigation ul.showmenu li.nav-link {
    padding-right: 1em; }
    @media screen and (min-width: 1023px) {
      header.navigation ul.showmenu li.nav-link a {
        padding-right: 0.1em; } }
  header.navigation .active-nav-item a {
    border-bottom: 1px solid #e75925;
    padding-bottom: 3px; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 1023px) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 2em; }
    header.navigation li.more.nav-link > a:after {
      position: absolute;
      top: -0.1em;
      right: 0.6em;
      bottom: auto;
      left: auto;
      font-family: "FontAwesome";
      content: '\f107';
      color: #58585a; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: .8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 1023px) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a:after {
        content: '›';
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 1023px) {
      header.navigation li.more {
        padding-right: .8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 1023px) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 1023px) {
      header.navigation ul.submenu .submenu {
        left: 13.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 1023px) {
        header.navigation ul.submenu li:first-child > a {
          margin-top: 10px; }
        header.navigation ul.submenu li:last-child > a {
          padding-bottom: 1em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 1023px) {
          header.navigation ul.submenu li a {
            background-color: #fff;
            padding-left: 1em;
            text-align: left;
            width: 14em; } }

.topnav {
  height: 50px;
  text-align: right;
  padding-right: 30px; }
  .topnav .facebook-btn, .topnav .twitter-btn, .topnav .youtube-btn {
    margin-left: 8px; }

/* -----------------------------------------------------------------
	HERO
------------------------------------------------------------------*/
.hero, .shows-hero {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #e75925; }
  .hero h1, .shows-hero h1 {
    text-align: center;
    color: #fff;
    padding-top: 170px;
    text-shadow: 0 0 40px #000;
    margin: 0; }

.shows-hero {
  background: url("../images/temp/shows-hero.jpg"); }
  .shows-hero img.show-logo {
    height: 400px;
    margin: 0 auto; }
    @media screen and (min-width: 767px) {
      .shows-hero img.show-logo {
        float: left;
        margin: 0; } }

.shows-hero-contained{
 width: 100%;
 border-bottom: 4px solid #e75925;
}
.shows-hero-contained img{
width:100%;
height: auto;
}
/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
.page {
  padding-top: 40px; }

.general {
  padding-top: 40px; }
  .general h1, .general h2, .general h3, .general h4, .general h5, .general h6, .general p, .general form, .general ul, .general ol, .general .video {
    margin: 20px auto; }
  .general ul, .general ol {
    padding-left: 22px;
    padding-bottom: 10px; }

.tab {
  padding: 0;
  margin-bottom: 20px; }
  .tab::after {
    clear: both;
    content: "";
    display: table; }
  .tab .tab-header-and-content {
    list-style: none;
    display: inline; }
  .tab .tab-link {
    display: inline-block;
    padding-right: 1em;
    color: #58585a;
    padding-bottom: 20px; }
    .tab .tab-link:hover {
      color: #e75925; }
  .tab .is-active {
    color: #e75925; }
  .tab .tab-content {
    display: none;
    width: 100%;
    float: left; }

.show {
  width: 100%;
  margin-bottom: 45px;
  border-top: 4px solid #fec240;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .show:hover {
    border-top: 4px solid #e75925; }
  .show .cont {
    position: relative; }
  .show .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 767px) {
      .show .caption {
        bottom: 0; } }
  .show .ghost-btn, .show .ghost-green, .show .ghost-red {
    margin-top: 10px;
    width: 100%; }
  @media screen and (min-width: 767px) {
    .show {
      float: left;
      width: 345px;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 30px; }
      .show .ghost-btn, .show .ghost-green, .show .ghost-red {
        margin-top: 10px;
        width: 170px; }
        .show .ghost-btn:last-child, .show .ghost-green:last-child, .show .ghost-red:last-child {
          float: right; } }
  @media screen and (min-width: 1023px) {
    .show {
      width: 300px;
      margin-right: 30px;
      margin-left: 0;
      margin-bottom: 30px; }
      .show:nth-child(3n+3) {
        margin-right: 0; }
      .show .ghost-btn, .show .ghost-green, .show .ghost-red {
        margin-top: 10px;
        width: 145px; } }
  @media screen and (min-width: 1279px) {
    .show {
      width: 350px;
      margin-right: 45px;
      margin-bottom: 45px; }
      .show .ghost-btn, .show .ghost-green, .show .ghost-red {
        width: 170px; } }
  .show .full {
    width: 100%; }

.yellow-section, .green-section {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff; }
  .yellow-section h2, .green-section h2 {
    color: #fff; }
  .yellow-section .claim, .green-section .claim {
    width: 100%; }
    .yellow-section .claim h2, .green-section .claim h2 {
      font-size: 28px;
      color: #fff;
      text-align: center;
      line-height: 1.4em; }
  .yellow-section .info, .green-section .info {
    width: 100%;
    text-align: center; }
    .yellow-section .info p, .green-section .info p {
      margin-top: 22px;
      color: #fff;
      font-size: 18px;
      line-height: 1.6em; }
  .yellow-section .full, .green-section .full {
    color: #fff;
    font-size: 18px; }
    .yellow-section .full img, .green-section .full img {
      float: left;
      border: 4px solid #fff;
      margin: 20px 30px 20px 0; }
    .yellow-section .full span, .green-section .full span {
      font-size: 24px;
      text-transform: uppercase;
      line-height: 2.5em; }
  @media screen and (min-width: 1023px) {
    .yellow-section .claim, .green-section .claim {
      float: left;
      width: 465px;
      margin-right: 30px; }
      .yellow-section .claim h2, .green-section .claim h2 {
        text-align: right; }
    .yellow-section .info, .green-section .info {
      float: left;
      width: 465px;
      text-align: left; } }
  @media screen and (min-width: 1279px) {
    .yellow-section .claim, .yellow-section .info, .green-section .claim, .green-section .info {
      width: 540px; } }

.yellow-section {
  background: #fec240; }

.green-section {
  background: #5ac4be; }

.s1, .s3 {
  float: left;
  width: 100%;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ddd; }

.s2, .s4 {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin-left: -1px; }

@media screen and (min-width: 767px) {
  .s1, .s3 {
    width: 375px;
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding: 0 30px 30px 0; }

  .s2, .s4 {
    width: 375px;
    border-left: 1px solid #ddd;
    padding: 0 0 30px 30px; }

  .s3, .s4 {
    padding-top: 40px; } }
@media screen and (min-width: 1023px) {
  .s1, .s3 {
    width: 480px; }

  .s2, .s4 {
    width: 480px; } }
@media screen and (min-width: 1279px) {
  .s1, .s3 {
    width: 570px; }

  .s2, .s4 {
    width: 570px; } }
.description {
  padding-top: 10px; }
  .description img {
    float: left;
    margin: 7px 20px 30px 0;
    border: 3px solid #ddd; }
  .description span {
    font-size: 18px;
    text-transform: uppercase; }
  .description p {
    margin-top: 0; }

.show-credits {
  width: 100%;
  padding-top: 40px;
  font-size: 14px; }
  .show-credits h4 {
    text-align: center; }
  .show-credits ul {
    padding-left: 0;
    list-style: none; }
  .show-credits span {
    font-weight: bolder;
    padding-right: 10px; }
  .show-credits .side-left {
    float: left;
    width: 100%; }
  .show-credits .side-right {
    float: right;
    width: 100%;
    padding-top: 20px; }
    .show-credits .side-right img {
      margin-bottom: 12px; }
  @media screen and (min-width: 767px) {
    .show-credits .side-left {
      width: 45%; }
    .show-credits .side-right {
      float: right;
      width: 45%;
      text-align: right; }
      .show-credits .side-right img {
        float: right; } }

.videobox {
  padding: 40px 0;
  margin: 0 auto; }

.video-wrapper {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 30px; }
  .video-wrapper embed, .video-wrapper object, .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.post {
  padding: 20px 0; }
  .post .title {
    font-size: 20px;
    color: #e75925;
    margin-bottom: 0; }
  .post p {
    margin-top: 10px;
    margin-bottom: 10px; }
  .post a {
    color: #5ac4be; }
  .post img {
    display: block;
    float: left;
    padding: 20px 30px 10px 0; }
  .post .author {
    color: #000;
    font-weight: 700; }

.pagination {
  text-align: center;
  margin-top: 40px; }
  .pagination ul {
    display: inline;
    text-align: center;
    padding-left: 0; }
    .pagination ul li {
      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: 1279px) {
        .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;
      background: #f7f7f7;
      border-radius: 2px;
      border: 1px solid #ddd;
      color: #58585a;
      padding: 4px 8px; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: white;
        color: #e75925; }
      .pagination ul li a:active {
        background: #f7f7f7; }

.tel {
  padding-left: 10px;
  color: #58585a; }

.store {
  width: 100%;
  background: #fafafa;
  padding: 30px 0;
  text-align: center; }

.tour-head {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-left: 10px; }
  .tour-head .date, .tour-head .city, .tour-head .time, .tour-head .venue {
    font-weight: 700;
    text-transform: uppercase;
    display: none; }
    @media screen and (min-width: 767px) {
      .tour-head .date, .tour-head .city, .tour-head .time, .tour-head .venue {
        display: block; } }

.dates-fix {
  margin-top: 60px;
}

@media screen and (min-width: 767px) {
  .dates-fix {
    margin-top: 0;
  }
}

.row {
  width: 100%;
  display: inline-block;
  padding: 20px 0 30px 20px; }
  .row .thead {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px; }
  @media screen and (min-width: 767px) {
    .row {
      font-size: 14px;
      padding: 10px 0 10px 10px; }
      .row .thead {
        display: none; } }
  .row:last-child {
    border-bottom: none; }
  .row:nth-child(2n) {
    background: #f6f6f6; }
  @media screen and (min-width: 1023px) {
    .row {
      font-size: 16px;
    }
  }

.info {
  float: left; }

.date, .city, .time, .venue {
  float: left;
  width: 100%; }
  .date p, .city p, .time p, .venue p {
    padding-top: 6px;
    margin: 0; }
  .date i, .city i, .time i, .venue i {
    margin-left: 10px; }
  .date .vip, .city .vip, .time .vip, .venue .vip {
    color: #e75925; }

.action {
  float: left;
  margin-top: 10px;
  padding-right: 10px; }

.action img {
  display: inline-block;
  margin-right: 10px;
}

.notes {
  clear: both;
  font-size: 16px;
  padding: 8px 0 10px 0; }
  .notes b {
    color: #777; }

@media screen and (min-width: 767px) {
  .date {
    width: 120px; }

  .city {
    width: 140px; }

  .time {
    width: 70px; }

  .venue {
    width: 170px; }

  .action {
    float: right;
    text-align: right;
    margin-top: 0; } }
@media screen and (min-width: 1023px) {
  .date {
    width: 140px; }

  .city {
    width: 190px; }

  .time {
    width: 100px; }

  .venue {
    width: 280px; } }
@media screen and (min-width: 1279px) {
  .date {
    width: 200px; }

  .city {
    width: 230px; }

  .time {
    width: 120px; }

  .venue {
    width: 330px; } }
.partners h1, .partners h2 {
  padding-bottom: 30px; }
.partners .logos {
  width: 100%;
  text-align: center;
  display: inline-block; }
.partners img {
  display: inline;
  padding: 0 10px; }

.divide {
  border-left: none;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px; }
  @media screen and (min-width: 767px) {
    .divide {
      border-left: 1px solid #ddd;
      border-top: none;
      margin-top: 0;
      padding-top: 0; } }

ul.accordion {
  padding-left: 0; }

.accordion {
  margin-bottom: 20px;
  margin-top: 40px;
  list-style: none; }
  .accordion li {
    list-style: none;
    padding: 10px 20px;
    background: #fafafa;
    margin-bottom: 10px;
    border-left: 4px solid #58585a; }
    .accordion li > a.js-accordion-trigger {
      display: block;
      color: #58585a;
      font-weight: 700; }
      .accordion li > a.js-accordion-trigger:hover {
        color: #e75925; }
      .accordion li > a.js-accordion-trigger:after {
        float: right;
        font-family: "FontAwesome";
        content: '\f067'; }
      .accordion li > a.js-accordion-trigger i {
        float: right;
        font-size: 24px;
        padding-top: 2px; }
  .accordion ul.submenu {
    display: none;
    padding-left: 0; }
    .accordion ul.submenu li {
      padding-left: 0;
      border-left: none; }
  .accordion .is-expanded {
    display: block;
    padding-bottom: 0;
    border-left: 4px solid #e75925; }
    .accordion .is-expanded a.js-accordion-trigger {
      color: #e75925; }

.accordion li.is-expanded a.js-accordion-trigger:after {
  content: '\f068'; }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  border-top: 4px solid #e75925;
  padding-top: 20px;
  padding-bottom: 20px; }
  #footer .credits {
    text-align: center;
    font-size: 12px; }
  #footer a {
    color: #58585a; }
    #footer a:hover {
      color: #e75925; }
  #footer a.links {
    text-transform: uppercase;
    color: #5ac4be;
    padding-left: 5px;
    padding-right: 5px; }
  #footer .logo {
    width: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto; }
  @media screen and (min-width: 1023px) {
    #footer .credits {
      text-align: right;
      font-size: 12px; }
    #footer .logo {
      float: left; } }

.newsletter {
  padding-top: 30px;
  padding-bottom: 60px; }
  .newsletter h3 {
    font-size: 28px;
    text-align: center;
    color: #58585a; }
  .newsletter form {
    margin: 40px auto 0 auto;
    width: 100%; }
  .newsletter label {
    display: none; }
  .newsletter .subscribe {
    width: 100%;
    height: 64px;
    border: 4px solid #e5e5e5; }
  .newsletter .subscribe-btn {
    width: 100% !important;
    height: 64px;
    background: #fff;
    color: #5ac4be;
    border: 4px solid #5ac4be !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px; }
    .newsletter .subscribe-btn:hover {
      background: #5ac4be;
      color: #fff; }
  @media screen and (min-width: 767px) {
    .newsletter form {
      width: 600px; }
    .newsletter .subscribe {
      width: 480px; }
    .newsletter .subscribe-btn {
      width: 122px !important;
      margin-left: -8px; } }

.newsletter-center {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }

.contact-left {
  float:left; width: 100%;
}
.contact-right {
  float:right; width: 100%;
}

@media screen and (min-width: 1023px) {
  .contact-left {
    float:left; width:47%;
  }
  .contact-right {
    float:right; width:47%;
  }
}


.showreel {
  text-align: center;
}

.showreel .red-btn {
  margin-top: 24px;
  font-size: 18px;
}

@media screen and (min-width: 767px) {
  .showreel {
    float: right;
  }
  .showreel .red-button {
    margin-top: 30px;
  }
}
.contests {
  padding: 40px 20px; }
  @media screen and (min-width: 767px) {
    .contests {
      padding: 40px 0; } }
  .contests .contest-block {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd; }
    .contests .contest-block img {
      width: 100%; }
      @media screen and (min-width: 767px) {
        .contests .contest-block img {
          width: 300px; } }
    .contests .contest-block:last-child {
      border-bottom: none; }
  .contests .alignleft {
    margin-top: 20px;
    border: none;
    padding: 0; }


/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
