/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
a {
  color: #333;
  text-decoration: none; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

p {
  line-height: 1.6em; }

ul:after {
  display: none !important; }

address {
  font-style: normal; }

dl {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

dd {
  -webkit-margin-start: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #666;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  font-family: sans-serif;
  margin: 0;
  font-weight: 100; }

h2 {
  font-size: 20px;
  font-family: sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100; }

h3 {
  font-size: 16px;
  font-family: sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100; }

h4 {
  font-size: 1em;
  font-family: sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 100; }

h5 {
  font-size: 0.83em;
  font-family: sans-serif;
  margin: 0;
  font-weight: 100; }

h6 {
  font-size: 0.75em;
  font-family: sans-serif;
  margin: 0;
  font-weight: 100; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

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

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Compass
=reference default mixin calls at http://compass-style.org/reference/compass/css3/
----------------------------------------------------------------------------- */
.animated {
  -webkit-transition: all 175ms linear;
  -moz-transition: all 175ms linear;
  -o-transition: all 175ms linear;
  transition: all 175ms linear; }

.hidden {
  display: none !important; }

/* ----------------------------------------------------------------------------
=Compass support variables
=Determine what css3 support levels are generated from mixins
=Reference at http://compass-style.org/reference/compass/support/
----------------------------------------------------------------------------- */
iframe {
  border: none; }

[data-width="default"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%; }
  [data-width="default"]:last-child {
    margin-right: 0; }
  .home [data-width="default"] {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%; }
    .home [data-width="default"]:last-child {
      margin-right: 0; }

[data-width="1"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%; }
  [data-width="1"]:last-child {
    margin-right: 0; }

[data-width="2"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%; }
  [data-width="2"]:last-child {
    margin-right: 0; }

[data-width="3"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%; }
  [data-width="3"]:last-child {
    margin-right: 0; }

#pages #content .holder [data-width="1"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 42.85714%; }
  #pages #content .holder [data-width="1"]:last-child {
    margin-right: 0; }
#pages #content .holder [data-width="2"] {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%; }
  #pages #content .holder [data-width="2"]:last-child {
    margin-right: 0; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .content_item {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%; }
    .content_item:last-child {
      margin-right: 0; }

  .partial-column-2 {
    margin-right: 0; }

  [data-width="3"] {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    [data-width="3"]:last-child {
      margin-right: 0; } }
/**
 * Slippery slope of important tags!
 */
@media screen and (max-width: 640px) {
  .content_item {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    height: auto !important; }
    .content_item:last-child {
      margin-right: 0; }
    .content_item .widget_content {
      height: auto  !important; }
      .content_item .widget_content.instagram_list {
        height: 322px !important; } }
[class*="btn-"], .btn, button {
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative; }
  [class*="btn-"] > i, .btn > i, button > i {
    padding-right: 5px;
    font-size: 20px;
    float: left;
    line-height: 40px; }
  [class*="btn-"].btn-tickets, .btn.btn-tickets, button.btn-tickets {
    -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.18);
    -moz-box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.18);
    box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, 0.18); }

/* Need to update once we get color settings */
[class*="btn-"], .btn {
  color: #000; }

/* ----------------------------------------------------------------------------
= Body and Containers
----------------------------------------------------------------------------- */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 16px;
  height: auto !important;
  min-height: 100%; }

.hide {
  display: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: table; }
  .clearfix:after {
    clear: both; }

#container {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100%; }

#layout {
  position: relative;
  margin: 30px auto 0;
  padding: 0;
  min-height: 600px; }
  .fullscreen_theme #layout {
    width: 100%; }
  @media screen and (max-width: 640px) {
    #layout {
      margin-top: 0px; } }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    #layout {
      margin-top: 0px; } }

#content, .toolbar_wrapper, .search_wrapper {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0; }
  .fullscreen_theme #content, .fullscreen_theme .toolbar_wrapper, .fullscreen_theme .search_wrapper {
    width: 100%; }

.toolbar_wrapper, .search_wrapper,
.one_sidebar_right, .one_sidebar_left, .full_column, .full {
  max-width: 1050px;
  margin: auto; }

.column {
  position: relative;
  margin: 0;
  padding: 0;
  float: left; }

.home .full, .home .full .full_column {
  padding: 0; }

.full {
  clear: both; }
  .full .full_column {
    padding: 10px;
    *zoom: 1; }
    .full .full_column:before, .full .full_column:after {
      content: "\0020";
      display: table; }
    .full .full_column:after {
      clear: both; }
    .full .full_column .container {
      padding: 20px;
      *zoom: 1; }
      .full .full_column .container:before, .full .full_column .container:after {
        content: "\0020";
        display: table; }
      .full .full_column .container:after {
        clear: both; }

.one_sidebar_right {
  margin: 30px auto 0; }
  .one_sidebar_right #column_1 {
    margin-top: 98px;
    z-index: 10;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 65.71429%; }
    .one_sidebar_right #column_1:last-child {
      margin-right: 0; }
  .one_sidebar_right #column_2 {
    margin-top: 98px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
    margin-right: 0; }
    .one_sidebar_right #column_2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .one_sidebar_right #column_2 {
        margin-top: 30px; } }
    @media screen and (min-width: 640px) {
      .one_sidebar_right #column_2.is_sticky {
        position: fixed;
        width: 100%;
        margin: auto;
        max-width: 1050px;
        z-index: 5; }
        .one_sidebar_right #column_2.is_sticky .widgetBorderColor, .one_sidebar_right #column_2.is_sticky .holder {
          width: 31.42857%;
          float: right;
          clear: right; }
        .one_sidebar_right #column_2.is_sticky.at_bottom {
          position: absolute;
          bottom: 0px; } }
  .one_sidebar_right .full-slideshow {
    margin-bottom: 0px;
    height: 399px; }
    .one_sidebar_right .full-slideshow .royalSlider {
      top: -25px;
      margin-left: -25px; }
      @media screen and (min-width: 640px) and (max-width: 980px) {
        .one_sidebar_right .full-slideshow .royalSlider {
          top: 0px;
          margin-left: 0px; } }
      @media screen and (max-width: 640px) {
        .one_sidebar_right .full-slideshow .royalSlider {
          top: 0px;
          margin-left: 0px; } }

.one_sidebar_left {
  margin: 30px auto 0; }
  .one_sidebar_left #column_1 {
    margin-top: 98px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 65.71429%;
    margin-right: 0;
    float: right; }
    .one_sidebar_left #column_1:last-child {
      margin-right: 0; }
  .one_sidebar_left #column_2 {
    margin-top: 98px;
    float: left;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%; }
    .one_sidebar_left #column_2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .one_sidebar_left #column_2 {
        margin-top: 30px; } }

.page_header_container {
  top: 100px;
  left: 0;
  width: 100%;
  padding: 20px 0 25px;
  z-index: 98;
  min-height: 84px;
  background: #444;
  background: rgba(68, 68, 68, 0.9); }
  .page_header_container.rolls_up {
    position: absolute;
    top: 0; }
  .page_header_container > div {
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
  .page_header_container .page_header_left {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 77.14286%; }
    .page_header_container .page_header_left:last-child {
      margin-right: 0; }
  .page_header_container .page_header_right {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 20%;
    margin-right: 0;
    float: right; }
    .page_header_container .page_header_right:last-child {
      margin-right: 0; }
  .page_header_container h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 150%; }
  .page_header_container h4, .page_header_container h5 {
    letter-spacing: 1px;
    font-weight: 300;
    overflow: hidden; }
  .page_header_container h5 {
    font-size: 16px;
    line-height: 150%; }
  .page_header_container h4 {
    text-transform: none;
    font-size: 20px; }
  .page_header_container .hidden {
    height: 0;
    opacity: 0; }
  .page_header_container .btn-tickets {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  #column_2 {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%; }
    #column_2:last-child {
      margin-right: 0; } }
@media screen and (max-width: 640px) {
  .one_sidebar_right #column_1, .one_sidebar_right #column_2, .one_sidebar_left #column_1, .one_sidebar_left #column_2 {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-right: 0;
    clear: both; }
    .one_sidebar_right #column_1:last-child, .one_sidebar_right #column_2:last-child, .one_sidebar_left #column_1:last-child, .one_sidebar_left #column_2:last-child {
      margin-right: 0; } }
/* ----------------------------------------------------------------------------
= Overlay
----------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  #meerkat-wrap {
    display: none !important; } }

#overlay_container {
  display: none;
  text-align: center;
  padding-top: 40px;
  position: relative;
  top: 50%;
  margin-top: -260px; }
  @media screen and (max-width: 640px) {
    #overlay_container {
      display: none !important; } }
  #overlay_container .overlay_content {
    position: relative;
    text-align: center;
    margin: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
    max-width: 850px; }
    #overlay_container .overlay_content a {
      display: block; }
    #overlay_container .overlay_content img {
      max-width: 100%; }
  #overlay_container .dontshow-overlay {
    cursor: pointer;
    margin-top: -4px;
    padding: 8px 0;
    background: black; }
  #overlay_container .close-overlay {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px; }
    #overlay_container .close-overlay i {
      font-size: 30px;
      text-shadow: 0px 1px 0px #000; }
    #overlay_container .close-overlay:hover i {
      color: white; }

.ads_bottom {
  width: 100%;
  margin: 30px auto; }
  .ads_bottom .adserve_728 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    background: white; }
  @media screen and (max-width: 640px) {
    .ads_bottom {
      display: none; } }

@media screen and (max-width: 640px) {
  #layout .sponsors {
    margin-top: 30px; } }

.fixed {
  position: fixed; }

.search_container {
  overflow: hidden;
  height: 60px;
  margin-top: -60px;
  background: #000000;
  position: fixed;
  top: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .search_container.active {
    margin-top: 0;
    z-index: 700; }
  .search_container button {
    margin-top: 10px;
    background: none;
    border: none;
    color: white;
    height: 37px;
    line-height: 37px; }
  .search_container input[type="text"] {
    margin-top: 10px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 88.57143%;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    font-size: 30px;
    height: 37px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 300; }
    .search_container input[type="text"]:last-child {
      margin-right: 0; }
    .search_container input[type="text"]:focus {
      outline: 0; }
  .search_container.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600; }

#toolbar {
  text-transform: uppercase;
  color: #888;
  background: white;
  width: 100%;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
  z-index: 600;
  position: fixed;
  top: 0;
  font-size: 14px;
  left: 0; }
  #toolbar a {
    text-decoration: none; }
  #toolbar .align_left {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 42.85714%;
    float: left;
    line-height: 30px; }
    #toolbar .align_left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1190px) {
      #toolbar .align_left {
        width: auto;
        margin-right: 0px;
        margin-left: 110px; } }
  #toolbar.search-active {
    top: 60px; }
  #toolbar .align_right {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 54.28571%;
    margin-right: 0;
    float: right; }
    #toolbar .align_right:last-child {
      margin-right: 0; }
  #toolbar .toolbar_wrapper {
    height: 30px; }
  #toolbar .search_button {
    font-size: 12px;
    float: right;
    padding-left: 20px;
    height: 100%;
    line-height: 30px;
    width: 110px;
    text-transform: uppercase;
    cursor: pointer; }
    #toolbar .search_button div {
      display: none; }
      #toolbar .search_button div.active {
        display: block; }
    #toolbar .search_button i {
      margin-left: 10px; }
  #toolbar .social {
    float: right;
    margin-right: 5px; }
  #toolbar .social li {
    font-weight: bold;
    line-height: 30px;
    margin: 0 5px;
    display: inline-block; }
    #toolbar .social li a {
      color: #888; }

@media screen and (max-width: 640px) {
  #toolbar {
    display: none; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  #toolbar {
    display: none; } }
header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 30px;
  z-index: 590;
  *zoom: 1; }
  header:before, header:after {
    content: "\0020";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    padding: 0;
    margin: 13px auto 12px;
    width: 100%; }
  header .logo span, header .logo a {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none; }
  header .logo a, header .logo span {
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%; }

.header-fixed header, .layout-mobile header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 99;
  margin-top: 0; }
  .header-fixed header .logo, .layout-mobile header .logo {
    background: none; }
  .header-fixed header .logo, .header-fixed header nav, .layout-mobile header .logo, .layout-mobile header nav {
    float: left;
    width: auto; }
  .header-fixed header nav, .layout-mobile header nav {
    max-width: 873px; }
    .header-fixed header nav > ul, .layout-mobile header nav > ul {
      width: 150%; }
  .header-fixed header nav a, .layout-mobile header nav a {
    -webkit-transition: all 175ms linear;
    -moz-transition: all 175ms linear;
    -o-transition: all 175ms linear;
    transition: all 175ms linear;
    font-size: 17px; }
  .header-fixed header ul ul a, .layout-mobile header ul ul a {
    font-size: 12px; }
  .header-fixed header .header-wrapper, .layout-mobile header .header-wrapper {
    width: 1050px;
    margin: 0 auto;
    margin-right: auto;
    float: none; }
.header-fixed #layout > #content, .layout-mobile #layout > #content {
  margin-top: 100px; }
.header-fixed #container, .layout-mobile #container {
  background-position: center -30px; }

.home.header-fixed header {
  top: -70px;
  display: none; }
.home.header-fixed #layout > #content {
  margin-top: 285px; }
.home.header-fixed #container {
  background-position: center -285px; }

@media screen and (max-width: 640px) {
  .logo {
    display: none; }
    .layout-mobile .logo {
      display: block; }

  .header-fixed header, .layout-mobile header {
    top: 0;
    padding-top: 40px;
    height: 110px;
    position: relative; }
    .header-fixed header .header-wrapper, .layout-mobile header .header-wrapper {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .header-fixed header .header-wrapper:last-child, .layout-mobile header .header-wrapper:last-child {
        margin-right: 0; }
    .header-fixed header .logo, .layout-mobile header .logo {
      margin: 0 auto;
      float: none; }
  .header-fixed #layout > #content, .layout-mobile #layout > #content {
    margin-top: 0; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  .logo {
    display: none; }
    .layout-middledesktop .logo {
      display: block; }

  .header-fixed header, .layout-middledesktop header {
    top: 0;
    padding-top: 40px;
    height: 110px;
    position: relative;
    z-index: 400; }
    .header-fixed header .header-wrapper, .layout-middledesktop header .header-wrapper {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .header-fixed header .header-wrapper:last-child, .layout-middledesktop header .header-wrapper:last-child {
        margin-right: 0; }
    .header-fixed header .logo, .layout-middledesktop header .logo {
      margin: 0 auto;
      float: none; }
  .header-fixed #layout > #content, .layout-middledesktop #layout > #content {
    margin-top: 0; }

  .search_container.fixed {
    display: none;
    top: 40px;
    height: 38px;
    z-index: 10000;
    background: black;
    color: white; }
    .search_container.fixed.active {
      display: block; }
    .search_container.fixed input[type="text"] {
      margin-left: 20px;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 87.09677%;
      height: 24px;
      font-size: 14px;
      font-weight: 400;
      color: white;
      text-align: left;
      text-indent: 29px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .search_container.fixed input[type="text"]:last-child {
        margin-right: 0; }

  .search_container button {
    height: 23px;
    line-height: 23px;
    font-size: 18px; } }
@media screen and (max-width: 640px) {
  .search_container.fixed {
    display: none;
    top: 40px;
    height: 38px;
    color: White;
    background: transparent; }
    .search_container.fixed.active {
      display: block; }
    .search_container.fixed input[type="text"] {
      margin-left: 20px;
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 73.33333%;
      height: 24px;
      font-size: 14px;
      font-weight: 400;
      color: white;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      text-indent: 29px; }
      .search_container.fixed input[type="text"]:last-child {
        margin-right: 0; }

  .search_container button {
    height: 23px;
    line-height: 23px;
    font-size: 18px; } }
#venue_switcher {
  position: absolute;
  left: -100px;
  top: 6px;
  cursor: pointer;
  margin: 0px;
  z-index: 600; }
  #venue_switcher dd {
    overflow: hidden;
    display: none;
    padding: 0px 20px;
    background: #333;
    margin: 0px;
    margin-left: -20px; }
    #venue_switcher dd a {
      font-size: 12px;
      margin: 0px 0;
      padding: 20px 0;
      display: block;
      border-top: 1px solid #555; }
      #venue_switcher dd a img {
        display: block;
        margin: auto;
        max-height: 50px;
        max-width: 150px; }
      #venue_switcher dd a:hover {
        color: white; }
      #venue_switcher dd a:first-child {
        border-top: none; }
  #venue_switcher dt {
    overflow: hidden; }
    #venue_switcher dt a {
      overflow: hidden;
      display: block;
      color: #333; }
    #venue_switcher dt.open .fa {
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      /* Standard syntax */ }
  #venue_switcher span {
    display: block;
    float: left;
    height: 24px; }
  #venue_switcher .fa {
    transition: all 0.5s ease;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    width: 18px;
    height: 18px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    display: block;
    float: left;
    margin-top: 0px;
    margin-left: 3px; }
  @media screen and (max-width: 1190px) {
    #venue_switcher {
      position: absolute;
      left: 10px;
      top: 6px;
      cursor: pointer;
      margin: 0px; } }

nav {
  display: none; }

.layout-desktop nav {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 69px;
  z-index: 500;
  display: block; }
  .layout-desktop nav .nav-trigger {
    display: none; }
  .layout-desktop nav ul {
    display: table;
    text-align: left;
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-height: 69px; }
    .layout-desktop nav ul li {
      display: block;
      padding: 0;
      margin: 0;
      position: relative; }
      .layout-desktop nav ul li:first-child, .layout-desktop nav ul li.page_1 {
        display: none; }
      .layout-desktop nav ul li:last-child:after {
        display: none; }
  .layout-desktop nav > ul > li {
    height: 69px;
    line-height: 69px;
    float: left; }
    .layout-desktop nav > ul > li:after {
      background: rgba(255, 255, 255, 0.2);
      display: block;
      width: 1px;
      height: 25px;
      position: absolute;
      top: 22px;
      right: 0px;
      content: ''; }
  .layout-desktop nav a {
    -webkit-transition: all 175ms linear;
    -moz-transition: all 175ms linear;
    -o-transition: all 175ms linear;
    transition: all 175ms linear;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0 18px; }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      .layout-desktop nav a {
        font-size: 14px; } }
    .layout-desktop nav a span {
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 1.5px;
      display: block;
      margin: 0 0 10px;
      clear: both;
      text-transform: uppercase; }
.layout-desktop nav ul .sub {
  position: absolute;
  left: 50%;
  top: 69px;
  display: none;
  width: auto;
  padding: 0;
  z-index: 9000;
  margin: 0 0 0 -100px; }
.layout-desktop nav ul ul {
  float: left;
  background: none;
  width: 200px;
  height: auto;
  border: none;
  border-top: none;
  margin: 0;
  padding: 0; }
  .layout-desktop nav ul ul li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto;
    border-top: 1px solid #555; }
    .layout-desktop nav ul ul li:first-child {
      display: block;
      border-top: none; }
  .layout-desktop nav ul ul a {
    display: block;
    margin: 0px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 120%;
    font-size: 12px;
    font-weight: 300; }
    .layout-desktop nav ul ul a:hover, .layout-desktop nav ul ul a.active {
      background: #555; }
      .layout-desktop nav ul ul a:hover:before, .layout-desktop nav ul ul a.active:before {
        display: block;
        content: '';
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .header-fixed header nav, .layout-middledesktop header nav {
    min-height: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    .header-fixed header nav:last-child, .layout-middledesktop header nav:last-child {
      margin-right: 0; }
    .header-fixed header nav .nav-trigger, .layout-middledesktop header nav .nav-trigger {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      text-transform: uppercase;
      padding-left: 10px;
      width: 100%;
      height: 40px; }
    .header-fixed header nav > ul, .layout-middledesktop header nav > ul {
      display: none;
      position: absolute;
      top: 77px;
      padding: 0;
      width: 100%;
      box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.6);
      z-index: 1000; }
      .header-fixed header nav > ul.show, .layout-middledesktop header nav > ul.show {
        height: auto; }
      .header-fixed header nav > ul .sub, .layout-middledesktop header nav > ul .sub {
        display: none; }
      .header-fixed header nav > ul li, .layout-middledesktop header nav > ul li {
        display: block;
        float: none;
        text-transform: uppercase; }
        .header-fixed header nav > ul li.active .sub, .layout-middledesktop header nav > ul li.active .sub {
          display: block;
          position: relative;
          top: 0;
          left: 0; }
        .header-fixed header nav > ul li a, .layout-middledesktop header nav > ul li a {
          padding: 5px 50px;
          display: block; }
          .header-fixed header nav > ul li a.active, .layout-middledesktop header nav > ul li a.active {
            color: #d7ba00;
            border-bottom: 0; }
      .header-fixed header nav > ul > li, .layout-middledesktop header nav > ul > li {
        height: auto;
        line-height: 150%; }
        .header-fixed header nav > ul > li > a, .layout-middledesktop header nav > ul > li > a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding: 8px 20px;
          font-size: 14px;
          margin: 0 20px; }
          .header-fixed header nav > ul > li > a.active, .layout-middledesktop header nav > ul > li > a.active {
            background: #555;
            margin: -1px 0 0;
            border-top: 0;
            padding-left: 35px;
            padding-right: 40px;
            border-left: 5px solid transparent; }
        .header-fixed header nav > ul > li:last-child a, .layout-middledesktop header nav > ul > li:last-child a {
          border-bottom: 0; } }
@media screen and (max-width: 640px) {
  .header-fixed header nav, .layout-mobile header nav {
    min-height: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%; }
    .header-fixed header nav.show_overflow, .layout-mobile header nav.show_overflow {
      height: 100%;
      overflow-y: scroll; }
    .header-fixed header nav:last-child, .layout-mobile header nav:last-child {
      margin-right: 0; }
    .header-fixed header nav .nav-trigger, .layout-mobile header nav .nav-trigger {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      text-transform: uppercase;
      padding-left: 10px;
      width: 100%;
      height: 40px; }
    .header-fixed header nav > ul, .layout-mobile header nav > ul {
      display: none;
      position: absolute;
      top: 77px;
      padding: 0;
      width: 100%;
      box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.6); }
      .header-fixed header nav > ul.show, .layout-mobile header nav > ul.show {
        height: auto; }
      .header-fixed header nav > ul .sub, .layout-mobile header nav > ul .sub {
        display: none; }
      .header-fixed header nav > ul li, .layout-mobile header nav > ul li {
        display: block;
        float: none;
        text-transform: uppercase; }
        .header-fixed header nav > ul li.active .sub, .layout-mobile header nav > ul li.active .sub {
          display: block;
          position: relative;
          top: 0;
          left: 0; }
        .header-fixed header nav > ul li a, .layout-mobile header nav > ul li a {
          padding: 5px 50px;
          display: block; }
          .header-fixed header nav > ul li a.active, .layout-mobile header nav > ul li a.active {
            color: #d7ba00;
            border-bottom: 0; }
      .header-fixed header nav > ul > li, .layout-mobile header nav > ul > li {
        height: auto;
        line-height: 150%; }
        .header-fixed header nav > ul > li > a, .layout-mobile header nav > ul > li > a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          padding: 8px 20px;
          font-size: 14px;
          margin: 0 20px; }
          .header-fixed header nav > ul > li > a.active, .layout-mobile header nav > ul > li > a.active {
            background: #555;
            margin: -1px 0 0;
            border-top: 0;
            padding-left: 35px;
            padding-right: 40px;
            border-left: 5px solid transparent; }
        .header-fixed header nav > ul > li:last-child a, .layout-mobile header nav > ul > li:last-child a {
          border-bottom: 0; } }
/** Fancy Nav Button **/
.nav-trigger {
  padding-top: 5px; }
  .nav-trigger span {
    color: #fff;
    line-height: 25px;
    display: inline-block; }

footer, .footer {
  margin: 0;
  padding: 30px 0 0 0;
  width: 100%;
  z-index: 11;
  overflow: hidden; }
  footer .footer-holder, .footer .footer-holder {
    max-width: 1050px;
    margin: 0 auto; }
  footer .footer_logo, .footer .footer_logo {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 8.57143%; }
    footer .footer_logo:last-child, .footer .footer_logo:last-child {
      margin-right: 0; }
    footer .footer_logo:hover, .footer .footer_logo:hover {
      opacity: 0.8; }
  footer .footer-holder, .footer .footer-holder {
    min-height: 167px; }
  footer .venueinfo, .footer .venueinfo {
    border-left: 1px solid #444B53;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 20%;
    position: relative;
    float: left;
    min-height: 60px; }
    footer .venueinfo:last-child, .footer .venueinfo:last-child {
      margin-right: 0; }
    footer .venueinfo address, .footer .venueinfo address {
      font-size: 12px;
      color: #ccc;
      line-height: 160%;
      margin: 0 0 0 20px; }
      footer .venueinfo address .venue_title, .footer .venueinfo address .venue_title {
        color: white; }
      footer .venueinfo address:first-child, .footer .venueinfo address:first-child {
        margin-bottom: 20px; }
  footer .nav, .footer .nav {
    border-left: 1px solid #444B53;
    padding-left: 40px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 65.71429%;
    margin-right: 0; }
    footer .nav:last-child, .footer .nav:last-child {
      margin-right: 0; }
    footer .nav ul, .footer .nav ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0px;
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 20%;
      font-size: 12px; }
      footer .nav ul:last-child, .footer .nav ul:last-child {
        margin-right: 0; }
      footer .nav ul:nth-child(4n), .footer .nav ul:nth-child(4n) {
        margin-right: 0; }
      footer .nav ul:nth-child(4n+1), .footer .nav ul:nth-child(4n+1) {
        clear: left; }
    footer .nav li, .footer .nav li {
      display: block;
      height: auto;
      padding: 5px 0 5px 20px; }
    footer .nav a, .footer .nav a {
      color: #ccc;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0;
      margin: 0; }
  footer .global_wrapper, .footer .global_wrapper {
    color: #BEBAB9;
    font-size: 12px;
    min-height: 50px;
    line-height: 50px;
    max-width: 1050px;
    margin: 0 auto;
    font-weight: 300; }
    footer .global_wrapper p, .footer .global_wrapper p {
      margin: 0;
      padding: 20px 0;
      line-height: 16px; }
    footer .global_wrapper a, .footer .global_wrapper a {
      color: #BEBAB9;
      text-decoration: none; }
      footer .global_wrapper a:hover, .footer .global_wrapper a:hover {
        text-decoration: underline; }
  footer a#carbonhouse, footer a#carbonhouse:link, footer a#carbonhouse:visited, .footer a#carbonhouse, .footer a#carbonhouse:link, .footer a#carbonhouse:visited {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    font-family: 'helvetica';
    cursor: pointer;
    text-decoration: none; }
    footer a#carbonhouse span, footer a#carbonhouse:link span, footer a#carbonhouse:visited span, .footer a#carbonhouse span, .footer a#carbonhouse:link span, .footer a#carbonhouse:visited span {
      font-size: 12px; }
    footer a#carbonhouse:hover, footer a#carbonhouse:link:hover, footer a#carbonhouse:visited:hover, .footer a#carbonhouse:hover, .footer a#carbonhouse:link:hover, .footer a#carbonhouse:visited:hover {
      text-decoration: none;
      color: white; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    footer .footer_logo, .footer .footer_logo {
      margin-left: -6%;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
      footer .footer_logo a, .footer .footer_logo a {
        float: right; }
      footer .footer_logo:last-child, .footer .footer_logo:last-child {
        margin-right: 0; }
    footer .venueinfo, .footer .venueinfo {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%;
      margin-right: 0; }
      footer .venueinfo:last-child, .footer .venueinfo:last-child {
        margin-right: 0; }
    footer .nav, .footer .nav {
      margin: 20px 0;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      footer .nav:last-child, .footer .nav:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    footer .footer-holder, .footer .footer-holder {
      margin-left: -16%; }
    footer .footer_logo, .footer .footer_logo {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 46.66667%; }
      footer .footer_logo a, .footer .footer_logo a {
        float: right; }
      footer .footer_logo:last-child, .footer .footer_logo:last-child {
        margin-right: 0; }
    footer .venueinfo, .footer .venueinfo {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 46.66667%;
      margin-right: 0; }
      footer .venueinfo:last-child, .footer .venueinfo:last-child {
        margin-right: 0; }
    footer .nav, .footer .nav {
      margin: 20px 0;
      padding: 0;
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      footer .nav:last-child, .footer .nav:last-child {
        margin-right: 0; }
      footer .nav ul, .footer .nav ul {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%;
        text-align: left; }
        footer .nav ul:last-child, .footer .nav ul:last-child {
          margin-right: 0; }
        footer .nav ul:nth-child(2n), .footer .nav ul:nth-child(2n) {
          margin-right: 0; }
        footer .nav ul:nth-child(2n+1), .footer .nav ul:nth-child(2n+1) {
          clear: left; }
        footer .nav ul:nth-child(2n+1), .footer .nav ul:nth-child(2n+1) {
          text-align: right; }
    footer .global_wrapper, .footer .global_wrapper {
      text-align: center; }
      footer .global_wrapper p, .footer .global_wrapper p {
        line-height: 175%; }
      footer .global_wrapper .rights_reserved, .footer .global_wrapper .rights_reserved {
        display: block; }
      footer .global_wrapper a#carbonhouse, footer .global_wrapper a#carbonhouse:link, footer .global_wrapper a#carbonhouse:visited, .footer .global_wrapper a#carbonhouse, .footer .global_wrapper a#carbonhouse:link, .footer .global_wrapper a#carbonhouse:visited {
        position: relative;
        text-align: center;
        float: none; } }

.sponsors {
  max-width: 1050px;
  margin: 0 auto 24px;
  margin-right: auto;
  float: none;
  text-align: center; }
  .sponsors > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sponsors > ul > li {
      margin: 0;
      padding: 0;
      height: 60px;
      display: inline-block;
      position: relative; }
    .sponsors > ul a {
      height: 60px;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
    .sponsors > ul img {
      max-height: 60px;
      padding: 0 10px; }

/**
 * Base widget class and helper classes used in widgets
 * 1. Widget Classes
 * 2. Helper Classes
 * 3. Widget Override for Layouts
 */
/**
 * 1. Base Widget Classes
 * Sets a standard for various widget elements
 */
.content_item {
  background: white;
  height: 322px;
  margin-top: 30px;
  overflow: hidden; }
  .content_item .entry img {
    width: 100%; }
  .full_column .content_item {
    position: relative; }

.widget_content {
  height: 247px;
  overflow: hidden;
  *zoom: 1;
  overflow: hidden;
  position: relative;
  margin: 25px 20px; }
  .widget_content:before, .widget_content:after {
    content: "\0020";
    display: table; }
  .widget_content:after {
    clear: both; }
  .widget_content .entry {
    position: relative; }
  .widget_content .thumb {
    overflow: hidden; }
    .widget_content .thumb a {
      display: block; }
  .widget_content a {
    text-decoration: none; }

.widget_title {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  background: #333;
  padding: 7px 20px;
  height: 34px; }
  .widget_title a {
    text-decoration: none; }
  @media screen and (max-width: 640px) {
    .widget_title {
      text-align: center; } }

/**
 * 2. Helper Classes
 * These classes are used in widgets and set a base for
 * a common element or help in widget layout
 */
.widget_content .buttons, .calendario .buttons {
  text-transform: uppercase;
  font-size: 12px; }

.last-column {
  margin-right: 0; }

.image_fit_area img {
  width: 100%; }

.info.popup {
  width: 100%;
  height: 78px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0; }
  .ie8 .info.popup {
    background: black;
    display: none;
    bottom: 0; }

.media_frame {
  position: relative;
  background-size: cover;
  width: 327px;
  height: 322px;
  float: left; }
  .media_frame.medium {
    width: 322px;
    height: 322px; }
  .media_frame.small {
    height: 140px;
    width: 140px;
    margin: 0 0 8px 0; }
    [data-width="1"] .media_frame.small {
      height: 88px;
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 31.42857%; }
      [data-width="1"] .media_frame.small:last-child {
        margin-right: 0; }
      [data-width="1"] .media_frame.small:nth-child(3n) {
        margin-right: 0; }
      [data-width="1"] .media_frame.small:nth-child(3n+1) {
        clear: left; }
    [data-width="2"] .media_frame.small {
      height: 88px;
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 31.42857%; }
      [data-width="2"] .media_frame.small:last-child {
        margin-right: 0; }
      [data-width="2"] .media_frame.small:nth-child(3n) {
        margin-right: 0; }
      [data-width="2"] .media_frame.small:nth-child(3n+1) {
        clear: left; }
      @media screen and (min-width: 640px) and (max-width: 980px) {
        [data-width="2"] .media_frame.small {
          float: left;
          display: block;
          margin-right: 3.22581%;
          width: 48.3871%; }
          [data-width="2"] .media_frame.small:last-child {
            margin-right: 0; }
          [data-width="2"] .media_frame.small:nth-child(2n) {
            margin-right: 0; }
          [data-width="2"] .media_frame.small:nth-child(2n+1) {
            clear: left; }
          [data-width="2"] .media_frame.small:nth-child(3n+1) {
            clear: none; } }
      @media screen and (max-width: 640px) {
        [data-width="2"] .media_frame.small {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 46.66667%; }
          [data-width="2"] .media_frame.small:last-child {
            margin-right: 0; }
          [data-width="2"] .media_frame.small:nth-child(2n) {
            margin-right: 0; }
          [data-width="2"] .media_frame.small:nth-child(2n+1) {
            clear: left; }
          [data-width="2"] .media_frame.small:nth-child(3n+1) {
            clear: none; } }
    [data-width="3"] .media_frame.small {
      margin: 0 0.8% 20px 0;
      width: 13.6%; }
      [data-width="3"] .media_frame.small:nth-child(7n) {
        margin-right: 0; }
      [data-width="3"] .media_frame.small:nth-child(7n+1) {
        clear: left; }
      @media screen and (min-width: 640px) and (max-width: 980px) {
        [data-width="3"] .media_frame.small {
          width: 15.86%; } }
      @media screen and (max-width: 640px) {
        [data-width="3"] .media_frame.small {
          width: 19%; } }
  .media_frame.large {
    height: 285px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 54.28571%;
    margin-right: 10px; }
    .media_frame.large:last-child {
      margin-right: 0; }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      .media_frame.large {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        .media_frame.large:last-child {
          margin-right: 0; } }
  .media_frame .fill_link {
    height: 100%;
    width: 100%;
    display: block; }
    .media_frame .fill_link:hover {
      background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 640px) {
  h2.title_onsalethisweek span {
    display: none; } }
/**
 * 3. Widget Override for Layouts
 * If widgets are used in layouts beside homepage, set base here
 */
.one_sidebar_right .content_item {
  background: transparent;
  height: auto;
  margin: 10px 0 0 0;
  border: none; }

.widget_title .fa-youtube {
  display: block;
  float: left;
  margin: -2px 10px 0 0px;
  font-size: 21px; }

.fb-wall-likes, .fb-wall-date img {
  display: none; }

.ad_serve {
  margin: 35px auto;
  max-width: 300px;
  max-height: 250px; }

[data-width="1"][data-layout="default"] .widget_title {
  display: none; }
[data-width="1"][data-layout="default"] .widget_content {
  height: 310px;
  margin: 5px 5px 10px 5px; }
#pages [data-width="1"][data-layout="default"].link .widget_title {
  display: block; }
#pages [data-width="1"][data-layout="default"].link ul.list {
  list-style-type: none;
  margin: 0 10px;
  padding: 0;
  border-top: none; }
  #pages [data-width="1"][data-layout="default"].link ul.list li {
    position: relative;
    padding: 17px 10px 17px 30px;
    margin: 0;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    #pages [data-width="1"][data-layout="default"].link ul.list li a {
      text-decoration: none; }
    #pages [data-width="1"][data-layout="default"].link ul.list li:last-child {
      border-bottom: none; }
    #pages [data-width="1"][data-layout="default"].link ul.list li:before {
      font-family: 'FontAwesome';
      content: "\f105";
      display: block;
      position: absolute;
      top: 20px;
      left: 5px;
      width: 12px;
      height: 13px;
      text-align: center;
      border-radius: 50%;
      line-height: 13px;
      font-size: 11px;
      padding-left: 1px; }
[data-width="1"][data-layout="default"].promotionswidget .info {
  padding: 6px 9px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; }
  [data-width="1"][data-layout="default"].promotionswidget .info.no_thumb {
    bottom: auto; }
    [data-width="1"][data-layout="default"].promotionswidget .info.no_thumb p {
      line-height: 1.6; }
  [data-width="1"][data-layout="default"].promotionswidget .info.no_info {
    display: none; }
  @media screen and (max-width: 640px) {
    [data-width="1"][data-layout="default"].promotionswidget .info {
      position: relative;
      padding: 10px 9px; } }
[data-width="1"][data-layout="default"].promotionswidget .thumb.no_info {
  height: 100%;
  display: block;
  max-height: 100%; }
  [data-width="1"][data-layout="default"].promotionswidget .thumb.no_info a {
    height: 100%; }
  [data-width="1"][data-layout="default"].promotionswidget .thumb.no_info img {
    height: 100%;
    width: auto;
    min-width: 100%; }
[data-width="1"][data-layout="default"].promotionswidget p {
  margin: 5px 0 0 0;
  line-height: 130%;
  padding: 0; }
[data-width="1"][data-layout="default"].youtubewidget .widget_title {
  display: block; }
[data-width="1"][data-layout="default"].youtubewidget .widget_content {
  height: 322px;
  margin: 0; }
[data-width="1"][data-layout="default"].youtubewidget iframe {
  width: 100%; }
[data-width="1"][data-layout="default"].youtubewidget .info {
  padding: 15px; }

[data-width="1"][data-layout="multiple"] .widget_content,
[data-width="1"][data-layout="news"] .widget_content,
[data-width="1"][data-layout="social"] .widget_content {
  margin: 20px; }
  [data-width="1"][data-layout="multiple"] .widget_content:focus,
  [data-width="1"][data-layout="news"] .widget_content:focus,
  [data-width="1"][data-layout="social"] .widget_content:focus {
    outline: none; }
[data-width="1"][data-layout="multiple"] .entry,
[data-width="1"][data-layout="news"] .entry,
[data-width="1"][data-layout="social"] .entry {
  padding: 15px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #555;
  background: none; }
[data-width="1"][data-layout="multiple"] .info,
[data-width="1"][data-layout="news"] .info,
[data-width="1"][data-layout="social"] .info {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 77.14286%;
  float: left; }
  [data-width="1"][data-layout="multiple"] .info:last-child,
  [data-width="1"][data-layout="news"] .info:last-child,
  [data-width="1"][data-layout="social"] .info:last-child {
    margin-right: 0; }
[data-width="1"][data-layout="multiple"] .buttons,
[data-width="1"][data-layout="news"] .buttons,
[data-width="1"][data-layout="social"] .buttons {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 20%;
  margin-right: 0; }
  [data-width="1"][data-layout="multiple"] .buttons:last-child,
  [data-width="1"][data-layout="news"] .buttons:last-child,
  [data-width="1"][data-layout="social"] .buttons:last-child {
    margin-right: 0; }
[data-width="1"][data-layout="multiple"] .thumb,
[data-width="1"][data-layout="news"] .thumb,
[data-width="1"][data-layout="social"] .thumb {
  display: none; }
[data-width="1"][data-layout="multiple"] .date,
[data-width="1"][data-layout="news"] .date,
[data-width="1"][data-layout="social"] .date {
  font-size: 12px;
  text-transform: uppercase; }
@media screen and (max-width: 640px) {
  [data-width="1"][data-layout="multiple"],
  [data-width="1"][data-layout="news"],
  [data-width="1"][data-layout="social"] {
    height: 200px !important; } }
[data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry:first-child,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry:first-child,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry:first-child {
  padding-top: 0px; }
[data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry .event_venue,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry .event_venue,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry .event_venue {
  font-size: 12px; }
[data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry .tagline, [data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry .teaser,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry .tagline,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry .teaser,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry .tagline,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry .teaser {
  display: none; }
[data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry .title,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry .title,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry .title {
  padding: 2px 0px;
  max-height: 42px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    [data-width="1"][data-layout="multiple"] .widget_content.scroller_container .list .entry .title,
    [data-width="1"][data-layout="news"] .widget_content.scroller_container .list .entry .title,
    [data-width="1"][data-layout="social"] .widget_content.scroller_container .list .entry .title {
      max-height: 23px; } }
[data-width="1"][data-layout="multiple"] .widget_content.scroller_container .buttons,
[data-width="1"][data-layout="news"] .widget_content.scroller_container .buttons,
[data-width="1"][data-layout="social"] .widget_content.scroller_container .buttons {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin-top: -10px; }
  [data-width="1"][data-layout="multiple"] .widget_content.scroller_container .buttons a,
  [data-width="1"][data-layout="news"] .widget_content.scroller_container .buttons a,
  [data-width="1"][data-layout="social"] .widget_content.scroller_container .buttons a {
    display: block;
    padding: 0 0 0 20px;
    border-left: 1px solid #555; }
    [data-width="1"][data-layout="multiple"] .widget_content.scroller_container .buttons a span,
    [data-width="1"][data-layout="news"] .widget_content.scroller_container .buttons a span,
    [data-width="1"][data-layout="social"] .widget_content.scroller_container .buttons a span {
      display: none; }
    [data-width="1"][data-layout="multiple"] .widget_content.scroller_container .buttons a i,
    [data-width="1"][data-layout="news"] .widget_content.scroller_container .buttons a i,
    [data-width="1"][data-layout="social"] .widget_content.scroller_container .buttons a i {
      font-size: 18px; }

@media screen and (max-width: 640px) {
  [data-width="1"][data-layout="multiple"] {
    height: 460px !important; } }

[data-width="1"][data-layout="single"] .widget_content {
  margin: 10px 27px;
  height: 272px; }
[data-width="1"][data-layout="single"] .entry {
  height: 275px; }
  [data-width="1"][data-layout="single"] .entry img {
    width: auto;
    max-height: 100%;
    margin: 0 auto; }
[data-width="1"][data-layout="single"] .thumb {
  width: 100%;
  text-align: center; }

@media screen and (max-width: 640px) {
  [data-width="1"][data-layout="social"].instagramwidget {
    height: 322px !important; } }
[data-width="1"][data-layout="social"].instagramwidget .widget_content {
  padding: 3px;
  margin: 0;
  height: 284px; }
[data-width="1"][data-layout="social"].instagramwidget .widget_title {
  display: block; }
  [data-width="1"][data-layout="social"].instagramwidget .widget_title a {
    float: right;
    font-size: 12px;
    line-height: 20px; }
[data-width="1"][data-layout="social"].twitterwidget .widget_title {
  display: block; }
  [data-width="1"][data-layout="social"].twitterwidget .widget_title a {
    float: right;
    font-size: 12px;
    line-height: 20px; }
[data-width="1"][data-layout="social"].twitterwidget ul {
  list-style-type: none; }
[data-width="1"][data-layout="social"].twitterwidget li {
  margin-bottom: 15px;
  clear: left; }
[data-width="1"][data-layout="social"].twitterwidget .twitter_feed {
  height: 254px; }
[data-width="1"][data-layout="social"].twitterwidget .tweet_meta {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden; }
  [data-width="1"][data-layout="social"].twitterwidget .tweet_meta a {
    display: block;
    float: left;
    padding: 0 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    [data-width="1"][data-layout="social"].twitterwidget .tweet_meta a:last-child {
      border-right: none; }
[data-width="1"][data-layout="social"].facebookwidget .widget_title {
  display: block; }
  [data-width="1"][data-layout="social"].facebookwidget .widget_title a {
    float: right;
    font-size: 12px;
    line-height: 20px; }
[data-width="1"][data-layout="social"].facebookwidget .fb-wall-avatar {
  float: left;
  padding: 0 20px 5px 0; }
[data-width="1"][data-layout="social"].facebookwidget .fb-wall-box {
  padding: 5px 0 25px 0;
  margin-bottom: 15px;
  position: relative; }
[data-width="1"][data-layout="social"].facebookwidget .fb-wall-media {
  display: block;
  padding: 0 10px 0 0;
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase; }
[data-width="1"][data-layout="social"].facebookwidget .fb-wall-message {
  text-align: justify; }
[data-width="1"][data-layout="social"].facebookwidget .fb-wall-date {
  bottom: 0px;
  left: 0;
  display: block;
  position: absolute;
  margin: 10px 5px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  text-transform: uppercase; }
[data-width="1"][data-layout="social"].facebookwidget .readmore {
  right: 0;
  position: absolute;
  display: block;
  bottom: 0px;
  width: 83px;
  padding: 0 10px 0 0;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase; }

[data-width="2"][data-layout="single"] .widget_content,
[data-width="2"][data-layout="news"] .widget_content,
[data-width="2"][data-layout="default"] .widget_content {
  height: 322px;
  position: relative;
  margin: 0; }
[data-width="2"][data-layout="single"] .widget_title,
[data-width="2"][data-layout="news"] .widget_title,
[data-width="2"][data-layout="default"] .widget_title {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 10; }
[data-width="2"][data-layout="single"] .thumb,
[data-width="2"][data-layout="news"] .thumb,
[data-width="2"][data-layout="default"] .thumb {
  width: 322px;
  float: left;
  position: relative;
  z-index: 2; }
[data-width="2"][data-layout="single"] .info,
[data-width="2"][data-layout="news"] .info,
[data-width="2"][data-layout="default"] .info {
  float: right;
  width: 52%;
  padding: 50px 30px 0 30px; }
[data-width="2"][data-layout="single"] .date,
[data-width="2"][data-layout="news"] .date,
[data-width="2"][data-layout="default"] .date {
  font-size: 12px;
  text-transform: uppercase; }
[data-width="2"][data-layout="single"] .buttons,
[data-width="2"][data-layout="news"] .buttons,
[data-width="2"][data-layout="default"] .buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 1; }
  [data-width="2"][data-layout="single"] .buttons a,
  [data-width="2"][data-layout="news"] .buttons a,
  [data-width="2"][data-layout="default"] .buttons a {
    width: 52%;
    display: block;
    padding: 8px 0; }
[data-width="2"][data-layout="single"] .entry,
[data-width="2"][data-layout="news"] .entry,
[data-width="2"][data-layout="default"] .entry {
  height: 322px; }
@media screen and (max-width: 640px) {
  [data-width="2"][data-layout="single"] .widget_title,
  [data-width="2"][data-layout="news"] .widget_title,
  [data-width="2"][data-layout="default"] .widget_title {
    width: 100%;
    padding: 7px 20px; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-width="2"][data-layout="single"] .widget_title,
  [data-width="2"][data-layout="news"] .widget_title,
  [data-width="2"][data-layout="default"] .widget_title {
    width: 100%;
    padding: 7px 20px; } }

[data-width="2"][data-layout="single"] .widget_title,
[data-width="2"][data-layout="news"] .widget_title {
  position: absolute;
  width: 53.2%;
  right: 0;
  z-index: 0; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-width="2"][data-layout="single"] .widget_title,
  [data-width="2"][data-layout="news"] .widget_title {
    width: 100%;
    padding: 7px 20px; } }
@media screen and (max-width: 640px) {
  [data-width="2"][data-layout="single"] .widget_title,
  [data-width="2"][data-layout="news"] .widget_title {
    width: 100%;
    padding: 7px 20px; } }

[data-width="2"][data-layout="default"] .widget_title {
  display: none; }
[data-width="2"][data-layout="default"] .thumb {
  width: 100%; }
[data-width="2"][data-layout="default"].youtubewidget .widget_title {
  display: block;
  position: relative;
  padding-left: 20px; }
[data-width="2"][data-layout="default"].youtubewidget iframe {
  width: 100%; }
[data-width="2"][data-layout="default"].youtubewidget .html5-video-controls {
  display: none !important; }
[data-width="2"][data-layout="default"].youtubewidget:hover .html5-video-controls {
  display: block; }
[data-width="2"][data-layout="default"].promotionswidget .thumb img {
  width: 100%; }
[data-width="2"][data-layout="default"].promotionswidget .info {
  height: auto;
  max-height: 145px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  [data-width="2"][data-layout="default"].promotionswidget .info.no_info {
    display: none; }
  [data-width="2"][data-layout="default"].promotionswidget .info.no_thumb {
    bottom: auto;
    position: relative;
    height: 100%;
    max-height: 100%; }
[data-width="2"][data-layout="default"].promotionswidget p {
  margin: 0; }
@media screen and (max-width: 640px) {
  [data-width="2"][data-layout="default"].promotionswidget .info {
    padding: 15px;
    max-height: 208px; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-width="2"][data-layout="default"].promotionswidget .info {
    padding: 15px;
    max-height: 208px; } }

@media screen and (max-width: 640px) {
  [data-width="2"][data-layout="social"].instagramwidget .instagram_list.widget_content {
    height: 280px !important;
    padding: 0; } }
[data-width="2"][data-layout="social"].instagramwidget .widget_content {
  height: 278px;
  padding: 10px 0 0 10px;
  margin: 0; }
[data-width="2"][data-layout="social"].instagramwidget .small-images {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 42.85714%;
  margin-right: 0; }
  [data-width="2"][data-layout="social"].instagramwidget .small-images:last-child {
    margin-right: 0; }
[data-width="2"][data-layout="social"] .widget_title a {
  float: right;
  font-size: 12px;
  line-height: 20px; }

[data-width="2"][data-layout="multiple"] .widget_content {
  margin: 25px 20px 20px 20px; }
[data-width="2"][data-layout="multiple"] .entry {
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%; }
  [data-width="2"][data-layout="multiple"] .entry:last-child {
    margin-right: 0; }
[data-width="2"][data-layout="multiple"] .buttons {
  text-align: center;
  text-transform: uppercase; }
  [data-width="2"][data-layout="multiple"] .buttons a {
    width: 100%;
    display: block;
    padding: 8px 0; }
.ie8 [data-width="2"][data-layout="multiple"] .entry + .entry + .entry {
  margin-right: 0; }
[data-width="2"][data-layout="multiple"] .entry:nth-child(3n+3) {
  margin-right: 0; }

[data-width="3"][data-layout="multiple"] .widget_content {
  margin: 25px 20px 20px 20px; }
[data-width="3"][data-layout="multiple"] .entry {
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.5641%;
  width: 17.94872%; }
  [data-width="3"][data-layout="multiple"] .entry:last-child {
    margin-right: 0; }
[data-width="3"][data-layout="multiple"] .buttons {
  text-align: center;
  text-transform: uppercase; }
  [data-width="3"][data-layout="multiple"] .buttons a {
    width: 100%;
    display: block;
    padding: 8px 0; }
[data-width="3"][data-layout="multiple"] .entry:nth-child(5n+5) {
  margin-right: 0; }
.ie8 [data-width="3"][data-layout="multiple"] .entry + .entry + .entry + .entry + .entry {
  margin-right: 0; }

[data-width="3"][data-layout="single"],
[data-width="3"][data-layout="news"] {
  height: auto;
  min-height: 75px;
  max-height: 120px; }
  [data-width="3"][data-layout="single"].eventswidget .date,
  [data-width="3"][data-layout="news"].eventswidget .date {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 20%; }
    [data-width="3"][data-layout="single"].eventswidget .date:last-child,
    [data-width="3"][data-layout="news"].eventswidget .date:last-child {
      margin-right: 0; }
  [data-width="3"][data-layout="single"].eventswidget .title,
  [data-width="3"][data-layout="news"].eventswidget .title {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 77.14286%;
    margin-right: 0; }
    [data-width="3"][data-layout="single"].eventswidget .title:last-child,
    [data-width="3"][data-layout="news"].eventswidget .title:last-child {
      margin-right: 0; }
  [data-width="3"][data-layout="single"] .widget_content,
  [data-width="3"][data-layout="news"] .widget_content {
    height: 38px;
    max-height: 60px;
    height: auto;
    margin: 15px 20px; }
  [data-width="3"][data-layout="single"] .entry,
  [data-width="3"][data-layout="news"] .entry {
    min-height: 38px;
    max-height: 60px;
    height: auto; }
  [data-width="3"][data-layout="single"] .thumb,
  [data-width="3"][data-layout="news"] .thumb {
    display: none; }
  [data-width="3"][data-layout="single"] .info,
  [data-width="3"][data-layout="news"] .info {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 77.14286%;
    float: left; }
    [data-width="3"][data-layout="single"] .info:last-child,
    [data-width="3"][data-layout="news"] .info:last-child {
      margin-right: 0; }
  [data-width="3"][data-layout="single"] .buttons,
  [data-width="3"][data-layout="news"] .buttons {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 20%;
    margin-right: 0;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: left; }
    [data-width="3"][data-layout="single"] .buttons:last-child,
    [data-width="3"][data-layout="news"] .buttons:last-child {
      margin-right: 0; }
    [data-width="3"][data-layout="single"] .buttons a,
    [data-width="3"][data-layout="news"] .buttons a {
      font-weight: bold;
      padding-left: 15px;
      display: block;
      border-left: 1px solid #bbb;
      margin-left: 75px; }

[data-width="3"][data-layout="default"] .widget_title {
  display: none; }
[data-width="3"][data-layout="default"] .widget_content {
  height: 322px; }
[data-width="3"][data-layout="default"] .thumb {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%; }
  [data-width="3"][data-layout="default"] .thumb:last-child {
    margin-right: 0; }
  [data-width="3"][data-layout="default"] .thumb img {
    width: 100%; }
[data-width="3"][data-layout="default"] .info {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  margin-right: 0;
  padding: 30px 30px 30px 0; }
  [data-width="3"][data-layout="default"] .info:last-child {
    margin-right: 0; }
@media screen and (max-width: 640px) {
  [data-width="3"][data-layout="default"] .thumb {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-right: 0; }
    [data-width="3"][data-layout="default"] .thumb:last-child {
      margin-right: 0; }
    [data-width="3"][data-layout="default"] .thumb iframe {
      width: 100%; }
  [data-width="3"][data-layout="default"] .info {
    padding: 20px;
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-right: 0; }
    [data-width="3"][data-layout="default"] .info:last-child {
      margin-right: 0; } }
[data-width="3"][data-layout="default"].promotionswidget .widget_content {
  margin: 0;
  padding: 0; }
[data-width="3"][data-layout="default"].promotionswidget .thumb.no_info {
  width: 100%; }
[data-width="3"][data-layout="default"].promotionswidget .info.no_thumb {
  padding: 20px;
  width: 100%; }
[data-width="3"][data-layout="default"].promotionswidget .info.no_info {
  display: none; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-width="3"][data-layout="default"].promotionswidget {
    height: 284px; }
    [data-width="3"][data-layout="default"].promotionswidget widget_content {
      height: 284px; }
    [data-width="3"][data-layout="default"].promotionswidget .info {
      padding: 15px 15px 15px 0; }
    [data-width="3"][data-layout="default"].promotionswidget p {
      max-height: 175px;
      overflow: hidden; } }
[data-width="3"][data-layout="default"].youtubewidget iframe {
  width: 100%;
  height: 322px; }
[data-width="3"][data-layout="default"].youtubewidget .widget_content {
  margin: 0;
  padding: 0; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-width="3"][data-layout="default"].youtubewidget {
    height: 284px; }
    [data-width="3"][data-layout="default"].youtubewidget iframe {
      height: 288px; }
    [data-width="3"][data-layout="default"].youtubewidget widget_content {
      height: 284px; }
    [data-width="3"][data-layout="default"].youtubewidget .info {
      padding: 15px 15px 15px 0; }
    [data-width="3"][data-layout="default"].youtubewidget p {
      max-height: 175px;
      overflow: hidden; } }

[data-width="3"][data-layout="social"] .social_icon {
  position: absolute;
  left: 0;
  top: 0; }
[data-width="3"][data-layout="social"].twitterwidget {
  height: 75px; }
  [data-width="3"][data-layout="social"].twitterwidget .social_icon {
    height: 75px;
    text-align: center;
    line-height: 83px;
    width: 82px; }
  [data-width="3"][data-layout="social"].twitterwidget .twitter_list {
    padding: 0 30px 0 40px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 77.14286%;
    margin-right: 0;
    float: right; }
    [data-width="3"][data-layout="social"].twitterwidget .twitter_list:last-child {
      margin-right: 0; }
  [data-width="3"][data-layout="social"].twitterwidget .widget_content {
    height: auto; }
  [data-width="3"][data-layout="social"].twitterwidget .twitter_user {
    float: left;
    margin-left: 92px;
    line-height: 75px;
    max-width: 140px;
    font-size: 15px; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    [data-width="3"][data-layout="social"].twitterwidget .twitter_user {
      display: none; } }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"].twitterwidget .social_icon {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 34px;
      line-height: 34px;
      font-size: 12px;
      padding-top: 5px; }
    [data-width="3"][data-layout="social"].twitterwidget .twitter_user {
      display: none; } }
[data-width="3"][data-layout="social"].artist-twitterwidget {
  height: 100px; }
  [data-width="3"][data-layout="social"].artist-twitterwidget .social_icon {
    height: 99px;
    line-height: 100px; }
  [data-width="3"][data-layout="social"].artist-twitterwidget .twitter_user {
    display: none; }
  [data-width="3"][data-layout="social"].artist-twitterwidget .twitter_list {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 88.57143%;
    float: right; }
    [data-width="3"][data-layout="social"].artist-twitterwidget .twitter_list:last-child {
      margin-right: 0; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    [data-width="3"][data-layout="social"].artist-twitterwidget {
      height: auto; }
      [data-width="3"][data-layout="social"].artist-twitterwidget .social_icon {
        height: 100%;
        line-height: 100px; } }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"].artist-twitterwidget {
      height: auto; }
      [data-width="3"][data-layout="social"].artist-twitterwidget .social_icon {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding-top: 5px; }
      [data-width="3"][data-layout="social"].artist-twitterwidget .twitter_user {
        display: none; } }
[data-width="3"][data-layout="social"].facebookwidget {
  height: 75px; }
  [data-width="3"][data-layout="social"].facebookwidget .social_icon {
    height: 75px;
    text-align: center;
    line-height: 83px;
    width: 82px; }
  [data-width="3"][data-layout="social"].facebookwidget .widget_content {
    height: 75px; }
  [data-width="3"][data-layout="social"].facebookwidget .facebook_list {
    padding: 0 30px 0 40px;
    margin-left: 11.4%;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 88.57143%; }
    [data-width="3"][data-layout="social"].facebookwidget .facebook_list:last-child {
      margin-right: 0; }
  [data-width="3"][data-layout="social"].facebookwidget .fb-wall-media a {
    font-size: 12px;
    text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"].facebookwidget .social_icon {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 34px;
      line-height: 34px;
      font-size: 12px;
      padding-top: 5px; } }
[data-width="3"][data-layout="social"].instagramwidget {
  height: 195px; }
  [data-width="3"][data-layout="social"].instagramwidget .widget_title {
    display: block; }
    [data-width="3"][data-layout="social"].instagramwidget .widget_title a {
      float: right;
      font-size: 12px;
      line-height: 20px; }
  [data-width="3"][data-layout="social"].instagramwidget .widget_content {
    margin: 10px;
    height: auto; }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"].instagramwidget .instagram_list.widget_content {
      height: 140px !important; } }
[data-width="3"][data-layout="social"] .twitter_feed {
  height: 75px; }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"] .twitter_feed {
      height: 135px; } }
[data-width="3"][data-layout="social"] .facebook_feed {
  height: 75px; }
  @media screen and (max-width: 640px) {
    [data-width="3"][data-layout="social"] .facebook_feed {
      height: 135px; } }
[data-width="3"][data-layout="social"] .facebook_list, [data-width="3"][data-layout="social"] .twitter_list {
  margin: 0;
  margin-right: 0; }

[data-width="3"].alert_widget {
  position: absolute;
  top: 0px;
  max-width: 1050px;
  width: 100%;
  height: auto;
  z-index: 40; }
  [data-width="3"].alert_widget .widget_title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 28px; }
  [data-width="3"].alert_widget .widget_content {
    margin: 0;
    padding: 10px 20px 10px 120px;
    height: auto;
    min-height: 42px;
    max-height: 200px; }
  @media screen and (max-width: 640px) {
    [data-width="3"].alert_widget {
      display: none; } }

#event_detail_header {
  visibility: hidden;
  -webkit-transition: all 175ms linear;
  -moz-transition: all 175ms linear;
  -o-transition: all 175ms linear;
  transition: all 175ms linear; }
  .layout-desktop #event_detail_header, .layout-middledesktop #event_detail_header {
    visibility: visible; }

#events_axs.detail #column_2 {
  position: relative; }

.event_detail {
  padding-top: 47px;
  position: relative; }

ul.details {
  padding: 0 10px;
  margin: 0;
  list-style: none; }
  ul.details > li {
    padding: 10px;
    font-size: 18px;
    display: block;
    clear: both;
    line-height: 1.4em;
    letter-spacing: 1px;
    *zoom: 1; }
    ul.details > li:before, ul.details > li:after {
      content: "\0020";
      display: table; }
    ul.details > li:after {
      clear: both; }
    ul.details > li:first-child {
      border-top: 0; }
    ul.details > li.text-small {
      font-size: 14px;
      line-height: 30px; }
      ul.details > li.text-small.age {
        line-height: 1.6; }
    ul.details > li.buttons {
      display: none; }
    ul.details > li .age_res {
      float: left;
      width: 80%;
      line-height: 1.5; }
  ul.details span {
    display: block;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 42.85714%; }
    ul.details span:last-child {
      margin-right: 0; }
    ul.details span.span-full {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 88.57143%; }
      ul.details span.span-full:last-child {
        margin-right: 0; }
  ul.details label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase; }
    ul.details label.align-left {
      float: left;
      margin-right: 10px; }
  ul.details .date {
    text-transform: uppercase; }

/* Main Column */
.event_detail .addthis_sharing_toolbox {
  text-align: center; }
  .event_detail .addthis_sharing_toolbox > .at4-show {
    display: inline-block !important; }
.event_detail .gutter-bottom {
  margin-bottom: 20px; }
.event_detail .video_container {
  height: 420px; }
.event_detail .artist-links {
  padding: 0; }
  .event_detail .artist-links > a {
    display: block;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px; }
    .event_detail .artist-links > a:last-child {
      margin-right: 0; }
    .event_detail .artist-links > a > i {
      font-size: 18px;
      padding-right: 10px; }
    .event_detail .artist-links > a.last {
      margin-right: 0; }
.event_detail .twitter-feed-container {
  position: relative; }
.event_detail #column_1 > div {
  padding: 0 20px 20px;
  clear: both; }
  .event_detail #column_1 > div.nopadding {
    padding: 0; }
  .event_detail #column_1 > div > h3 {
    margin: 0 -20px;
    padding: 10px 20px;
    letter-spacing: 3px; }
  .event_detail #column_1 > div.event_image {
    padding: 5px; }
    .event_detail #column_1 > div.event_image img {
      max-width: 100%; }
  .event_detail #column_1 > div.artist-links {
    padding: 0; }
    .event_detail #column_1 > div.artist-links h3 {
      margin: 0; }

.readmore {
  display: none; }

.collapsible .collapse-wrapper {
  overflow: hidden;
  padding-bottom: 20px; }

.collapsible {
  position: relative; }
  .collapsible .readmore {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    padding: 35px 5px 0;
    cursor: pointer; }
    .collapsible .readmore:before {
      content: '';
      position: absolute;
      top: 45px;
      border-top: 1px solid #555;
      left: 5%;
      width: 90%;
      z-index: 0; }
    .collapsible .readmore > .title {
      z-index: 15;
      display: inline-block;
      position: relative;
      font-size: 12px;
      text-transform: uppercase;
      padding: 5px 10px; }
    .collapsible .readmore .fa-stack {
      position: absolute;
      clear: both;
      display: block;
      bottom: -12px;
      left: 50%;
      margin-left: -12px;
      width: 24px;
      height: 24px;
      z-index: 90;
      float: left; }
    .collapsible .readmore .fa-circle {
      width: 100%;
      height: 100%;
      font-size: 1.1em;
      border-radius: 50%;
      line-height: 24px; }
    .collapsible .readmore .fa-plus-circle {
      font-size: 17px;
      line-height: 24px;
      -webkit-transition: all 175ms linear;
      -moz-transition: all 175ms linear;
      -o-transition: all 175ms linear;
      transition: all 175ms linear; }

.open .fa-plus-circle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.addthis_sharing_toolbox {
  width: 32px;
  position: absolute;
  top: -8px;
  right: -25px; }
  .addthis_sharing_toolbox .share-title {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 2px; }

#atstbx .at4-show-content {
  display: none;
  visibility: hidden !important;
  opacity: 0 !important; }
#atstbx a.at-share-btn span {
  padding: 0;
  margin: 2px 0;
  width: 34px;
  position: relative; }
  #atstbx a.at-share-btn span:after {
    content: "\f09a";
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    line-height: 34px;
    font-size: 20px; }
#atstbx a.at-share-btn.at-svc-facebook span:after {
  font-size: 30px;
  line-height: 42px;
  padding-left: 3px; }
#atstbx a.at-share-btn.at-svc-twitter span:after {
  content: "\f099";
  font-size: 25px; }
#atstbx a.at-share-btn.at-svc-email span:after {
  content: "\f0e0"; }
#atstbx a.at-share-btn.at-svc-compact span:after {
  content: "\f067"; }
#atstbx a.at-share-btn:hover {
  opacity: 0.9; }

/*** Event List ***/
#events_axs .event_list {
  margin-top: 130px; }
  @media screen and (max-width: 640px) {
    #events_axs .event_list {
      margin-top: 30px; } }

#events_axs .event_list .entry {
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#events_axs .event_list .thumb {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 20%;
  padding: 0 0 0 2.5%;
  margin-right: 0; }
  #events_axs .event_list .thumb:last-child {
    margin-right: 0; }
  #events_axs .event_list .thumb img {
    width: 87%;
    height: 87%; }
#events_axs .event_list .info {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 54.28571%;
  margin-right: 0;
  min-height: 160px;
  padding-bottom: 50px;
  position: relative; }
  #events_axs .event_list .info:last-child {
    margin-right: 0; }
#events_axs .event_list .buttons {
  position: absolute;
  bottom: -1px;
  right: 30px;
  width: 16%; }
  #events_axs .event_list .buttons a.btn-tickets {
    padding: 0 10px 0px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center; }
    #events_axs .event_list .buttons a.btn-tickets.onsalesoon, #events_axs .event_list .buttons a.btn-tickets.status_3, #events_axs .event_list .buttons a.btn-tickets.status_7, #events_axs .event_list .buttons a.btn-tickets[title*="Coming Soon"] {
      background: #858484; }
    #events_axs .event_list .buttons a.btn-tickets.onsalesoon, #events_axs .event_list .buttons a.btn-tickets[title*="Coming Soon"] {
      padding-left: 10px;
      padding-right: 0; }
    #events_axs .event_list .buttons a.btn-tickets .fa {
      float: none;
      margin-right: 3px; }
  @media screen and (max-width: 640px) {
    #events_axs .event_list .buttons a.btn-tickets {
      padding-right: 14px; } }
#events_axs .event_list h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 150%; }
#events_axs .event_list h4, #events_axs .event_list h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: none; }
#events_axs .event_list .date-time-container {
  position: absolute;
  bottom: -20px;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  #events_axs .event_list .date-time-container > span {
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 30px;
    float: left; }
    #events_axs .event_list .date-time-container > span:first-child {
      padding-left: 0;
      border-left: 0; }
    #events_axs .event_list .date-time-container > span.venue {
      border-right: none; }
    #events_axs .event_list .date-time-container > span > span {
      font-size: 22px;
      padding-right: 3px; }
    #events_axs .event_list .date-time-container > span.venue {
      width: 226px;
      float: left;
      line-height: 20px;
      padding-left: 35px; }
      #events_axs .event_list .date-time-container > span.venue > span {
        margin-left: -27px; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  #events_axs .event_list .thumb {
    padding: 0px; }
  #events_axs .event_list .entry {
    padding: 25px 20px 42px 20px; }
    #events_axs .event_list .entry .info {
      width: 80%;
      padding-bottom: 110px; }
    #events_axs .event_list .entry .date-time-container {
      bottom: 0px;
      padding-top: 10px; }
      #events_axs .event_list .entry .date-time-container > span {
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
        display: block;
        border-right: none;
        padding: 0px;
        padding-right: 10px; }
        #events_axs .event_list .entry .date-time-container > span.venue {
          width: auto;
          float: left;
          line-height: 20px;
          padding-left: 35px; }
          #events_axs .event_list .entry .date-time-container > span.venue > span {
            margin-left: -35px; }
  #events_axs .event_list h3 {
    font-size: 16px; }
  #events_axs .event_list h5 {
    font-size: 12px; }
  #events_axs .event_list .buttons {
    right: 20px;
    width: auto; }
    #events_axs .event_list .buttons a.btn-tickets {
      padding-right: 14px; } }
@media screen and (max-width: 640px) {
  #events_axs .event_list .thumb {
    padding: 0px;
    width: 25%; }
  #events_axs .event_list .entry {
    padding: 25px 10px 70px; }
    #events_axs .event_list .entry .info {
      width: 75%;
      padding-bottom: 10px; }
    #events_axs .event_list .entry .date-time-container {
      position: relative;
      padding-top: 5px; }
      #events_axs .event_list .entry .date-time-container > span {
        padding: 0 10px;
        font-size: 14px;
        line-height: 30px;
        display: block;
        border-right: none;
        padding: 0px;
        padding-right: 10px; }
        #events_axs .event_list .entry .date-time-container > span.venue {
          width: auto;
          float: left;
          line-height: 20px;
          padding-left: 27px; }
          #events_axs .event_list .entry .date-time-container > span.venue > span {
            margin-left: -27px; }
  #events_axs .event_list h3 {
    font-size: 16px; }
  #events_axs .event_list h4, #events_axs .event_list h5 {
    font-size: 14px; }
  #events_axs .event_list .buttons {
    right: 0px;
    bottom: 10px;
    width: 75%; }
    #events_axs .event_list .buttons a.btn-tickets {
      width: auto; } }

.load-more-button {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  margin: 20px 0; }
  .load-more-button:last-child {
    margin-right: 0; }

#loadMoreEvents {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none; }
  #loadMoreEvents .fa-spinner {
    display: none;
    line-height: 45px;
    float: left;
    width: 40px;
    height: 42px;
    padding-right: 0;
    font-size: 24px; }
  #loadMoreEvents[disabled="disabled"] {
    opacity: 0.7; }
    #loadMoreEvents[disabled="disabled"] .fa-spinner {
      display: block; }
  #loadMoreEvents:hover {
    opacity: 0.85; }

.eventlist_header_container h1 {
  font-size: 32px; }
.eventlist_header_container h1, .eventlist_header_container .ticketsaxs {
  float: left; }
.eventlist_header_container a:hover {
  opacity: 0.7; }
.eventlist_header_container .ticketsaxs {
  display: block;
  width: 200px;
  height: 32px;
  background: transparent url('../images/ticketed-by-new_1408131944.png') left top no-repeat;
  text-indent: -9999px;
  margin: 10px 0 0 45px; }
.eventlist_header_container .page_header_left {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 65.71429%; }
  .eventlist_header_container .page_header_left:last-child {
    margin-right: 0; }
.eventlist_header_container .page_header_right {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 31.42857%;
  margin-right: 0; }
  .eventlist_header_container .page_header_right:last-child {
    margin-right: 0; }
  .eventlist_header_container .page_header_right > a {
    display: inline-block;
    line-height: 45px;
    padding: 0 8px;
    position: relative; }
    .eventlist_header_container .page_header_right > a.rss:after, .eventlist_header_container .page_header_right > a.print:after {
      position: absolute;
      content: '';
      width: 1px;
      height: 30px;
      right: -1px;
      top: 7px;
      background: rgba(255, 255, 255, 0.2); }
    .eventlist_header_container .page_header_right > a.view-all {
      font-size: 12px; }
.eventlist_header_container a.stubhub {
  background: transparent url('../images/stubhub_1415135760.png') right center no-repeat;
  width: 70px;
  height: 45px;
  text-align: left;
  text-indent: -9999px;
  margin: 0 15px 0 0;
  padding: 0; }
@media screen and (max-width: 640px) {
  .eventlist_header_container {
    position: relative !important;
    top: 0px; }
    .eventlist_header_container h1 {
      font-size: 26px; } }

/** Colors **/
.event_detail #column_1 > div h3 {
  background: #000;
  color: #fff; }

ul.details > li {
  border-top: 1px solid #666;
  color: #fff; }
  ul.details > li label {
    color: #ddd; }

@media screen and (min-width: 640px) and (max-width: 980px) {
  .page_header_container.fixed {
    position: absolute;
    top: 0px; } }
@media screen and (max-width: 640px) {
  .page_header_container .page_header_left {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
    margin-right: 0; }
    .page_header_container .page_header_left:last-child {
      margin-right: 0; }
  .page_header_container .page_header_right {
    display: none; }

  #event_detail_header {
    text-align: center;
    min-height: 0;
    top: 0;
    padding: 10px 0 15px;
    visibility: visible; }
    #event_detail_header.fixed {
      position: relative; }
    #event_detail_header h1 {
      font-size: 20px;
      line-height: 140%;
      padding: 5px 0; }
    #event_detail_header h4, #event_detail_header h5 {
      font-size: 14px; }

  #_atssh {
    display: none; }

  #events_axs.detail .event_detail, #events_axs.detail .one_sidebar_left, #events_axs.detail #layout, #events_axs.detail .one_sidebar_left #column_1 {
    padding-top: 0;
    margin-top: 0; }

  ul.details .btn-tickets {
    position: fixed;
    bottom: -44px;
    width: 100%;
    left: 0;
    z-index: 999;
    opacity: 0.95;
    display: block;
    padding-right: 30px;
    text-align: center; }
    ul.details .btn-tickets > i {
      float: none;
      padding-right: 15px; }

  .event_detail #column_1 > div.event_image {
    padding: 0;
    margin-bottom: 0;
    border: 0; }
    .event_detail #column_1 > div.event_image img {
      width: 100%; }
  .event_detail #column_1 > .left_column {
    padding: 0;
    border: 0; }
  .event_detail #column_1 > .addthis_sharing_toolbox {
    width: 100%;
    padding: 5px 0 5px 40px;
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0;
    height: 49px; }
    .event_detail #column_1 > .addthis_sharing_toolbox .share-title {
      position: absolute;
      top: 0;
      left: 12%;
      height: 49px;
      line-height: 49px;
      font-size: 12px; }
    .event_detail #column_1 > .addthis_sharing_toolbox #atstbx a.at-share-btn {
      margin: 0 5px; }
  .event_detail ul.details label {
    font-size: 80%;
    font-weight: 300; }
  .event_detail ul.details > li {
    font-size: 16px; }
    .event_detail ul.details > li.buttons {
      display: block;
      border-top: 0; }
  .event_detail .artist-links {
    padding: 0; }
    .event_detail .artist-links > a {
      display: block;
      width: 50%;
      text-transform: uppercase;
      text-decoration: none;
      padding: 15px 8px;
      overflow: hidden;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin-right: 0;
      font-size: 12px; }
      .event_detail .artist-links > a > i {
        font-size: 20px;
        padding-right: 5px;
        text-indent: 0;
        width: 30px; }
      .event_detail .artist-links > a:nth-child(odd) {
        margin-right: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2); } }
.paging {
  margin: 10px; }
  .paging .record {
    display: inline-block;
    margin-right: 20px; }
  .paging .pages {
    display: inline-block; }
    .paging .pages a, .paging .pages strong {
      display: inline-block;
      padding: 5px 8px;
      background: #333; }
      .paging .pages a:hover, .paging .pages strong:hover {
        background: black; }
    .paging .pages strong {
      background: black; }

@media screen and (min-width: 640px) {
  #events_axs.detail #column_2.is_sticky {
    position: fixed;
    width: 100%;
    margin: auto;
    max-width: 1050px; }
    #events_axs.detail #column_2.is_sticky .left_column {
      width: 31.42857%; } }

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#events_axs .news_list_page {
  margin-top: 130px; }
  #events_axs .news_list_page .entry .date {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: none; }
  #events_axs .news_list_page .entry .tagline, #events_axs .news_list_page .entry .teaser {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: none; }
  #events_axs .news_list_page .entry .teaser {
    max-height: 75px;
    overflow: hidden; }
  #events_axs .news_list_page .entry .info {
    padding: 0px; }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      #events_axs .news_list_page .entry .info {
        min-height: 50px; } }
    @media screen and (max-width: 640px) {
      #events_axs .news_list_page .entry .info {
        min-height: 50px; } }
  @media screen and (max-width: 640px) {
    #events_axs .news_list_page {
      margin-top: 20px; } }

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
.news_detail {
  padding: 0px; }
  .news_detail .addthis_sharing_toolbox > span {
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase; }
  .news_detail .addthis_sharing_toolbox > .at4-show {
    display: inline-block !important; }
  .news_detail .overview {
    margin-top: 30px;
    margin-bottom: 20px; }
  .news_detail .overview, .news_detail .body {
    padding: 0px 30px; }
  .news_detail .royalSlider {
    margin: 5px auto 20px !important;
    top: 0px !important; }
  .news_detail #branding {
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center; }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      .news_detail #branding {
        max-width: 100%; } }
    .news_detail #branding.spotlight_image {
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: 20px; }
      .news_detail #branding.spotlight_image img {
        max-width: 678px; }
      @media screen and (min-width: 640px) and (max-width: 980px) {
        .news_detail #branding.spotlight_image {
          width: 100%;
          margin-top: 0px;
          margin-left: 0px; }
          .news_detail #branding.spotlight_image img {
            max-width: 100%; } }
      @media screen and (max-width: 640px) {
        .news_detail #branding.spotlight_image {
          width: 100%;
          margin-top: 0px;
          margin-left: 0px; }
          .news_detail #branding.spotlight_image img {
            max-width: 100%; } }
    .news_detail #branding img {
      max-width: 100%; }
  .news_detail .event_list {
    padding: 10px 30px 20px; }

@media screen and (max-width: 640px) {
  #news .page_header_container {
    position: absolute;
    top: 0px; }
    #news .page_header_container h1 {
      font-size: 26px; } }

#pages .page_header_left, #news .page_header_left {
  margin-left: 20px; }
  #pages .page_header_left h1, #news .page_header_left h1 {
    font-size: 32px; }

#pages .content a:hover, #news .content a:hover {
  text-decoration: underline; }
#pages .content > p, #news .content > p {
  margin-top: 0; }
#pages .content p, #news .content p {
  line-height: 170%; }
#pages .content h1, #news .content h1 {
  display: none; }
#pages .content h2, #news .content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 15px;
  padding: 0 0 10px 0;
  text-transform: none;
  border-bottom: 1px solid #555; }
#pages .content h3, #news .content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 15px;
  padding: 0 0 8px 0;
  text-transform: none; }
#pages .content h4, #news .content h4 {
  font-size: 18px;
  text-transform: none; }
#pages .content ul, #news .content ul {
  margin: 0 0 5px 0;
  padding: 0px 0 30px 0; }
  #pages .content ul li, #news .content ul li {
    line-height: 130%;
    position: relative;
    margin-bottom: 15px;
    padding: 0 20px 0 30px;
    list-style-type: none; }
    #pages .content ul li:before, #news .content ul li:before {
      font-family: 'FontAwesome';
      position: absolute;
      top: 2px;
      left: 3px;
      display: block;
      width: 25px;
      height: 20px;
      content: '\f138'; }
#pages .content img[style*='left'], #news .content img[style*='left'] {
  margin: 15px 20px 15px 0; }

#pages .one_sidebar_right ul.list {
  margin: 0 0 0px 0;
  padding: 0 0 20px 0; }
  #pages .one_sidebar_right ul.list li {
    line-height: 130%;
    position: relative;
    margin-bottom: 25px;
    padding: 0 20px 0 30px;
    list-style-type: none; }
    #pages .one_sidebar_right ul.list li:before {
      font-family: 'FontAwesome';
      position: absolute;
      top: 2px;
      left: 3px;
      display: block;
      content: '\f105';
      width: 12px;
      height: 13px;
      text-align: center;
      border-radius: 50%;
      line-height: 13px;
      font-size: 11px;
      padding-left: 1px; }
#pages .one_sidebar_right .faq {
  margin: 0 0 0px 0;
  padding: 0 0 20px 0; }

#pages #column_1, #sitemap #column_1 {
  padding: 30px; }
  #pages #column_1 .content_item, #sitemap #column_1 .content_item {
    margin-top: 0; }

.sitemap #sitemap_column_1, .sitemap #sitemap_column_2 {
  width: 50%; }
  .sitemap #sitemap_column_1 ul li, .sitemap #sitemap_column_2 ul li {
    padding: 8px 0px 8px 25px;
    list-style: none;
    position: relative; }
    .sitemap #sitemap_column_1 ul li:before, .sitemap #sitemap_column_2 ul li:before {
      font-family: 'FontAwesome';
      position: absolute;
      top: 8px;
      left: 3px;
      display: block;
      width: 25px;
      height: 20px;
      content: '\f138'; }
    .sitemap #sitemap_column_1 ul li ul li, .sitemap #sitemap_column_2 ul li ul li {
      padding-left: 30px; }

.subnav {
  margin-bottom: 30px; }
  .subnav ul {
    list-style-type: none;
    margin: 5px 0; }
  .subnav li {
    position: relative; }
    .subnav li.active:after, .subnav li:hover:after {
      visibility: hidden; }
    .subnav li:after {
      position: absolute;
      width: 87%;
      display: block;
      margin: 0px 18px 0 18px;
      content: '';
      height: 1px;
      background: #555; }
    .subnav li:last-child:after {
      display: none; }
  .subnav a {
    padding: 10px 25px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none; }
  .subnav li.active a, .subnav a:hover {
    background: #555; }
    .subnav li.active a:before, .subnav a:hover:before {
      display: block;
      content: '';
      width: 6px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

.faq dt {
  position: relative;
  float: none;
  overflow: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  .faq dt p {
    margin: 0;
    padding: 8px 0 8px 30px; }
    .faq dt p:after {
      border-radius: 25px;
      width: 16px;
      height: 17px;
      border: 1px solid yellow;
      position: absolute;
      top: 12px;
      left: 2px;
      display: block;
      content: ''; }
    .faq dt p:before {
      font-family: 'FontAwesome';
      font-size: 10px;
      font-weight: 300;
      position: absolute;
      top: 18px;
      left: 7px;
      display: block;
      width: 8px;
      height: 8px;
      line-height: 9px;
      content: '\f067';
      -webkit-transition: all 175ms linear;
      -moz-transition: all 175ms linear;
      -o-transition: all 175ms linear;
      transition: all 175ms linear; }
  .faq dt.active p:before, .faq dt.open p:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.faq dd {
  overflow: hidden;
  display: none;
  padding: 0 0 0 30px; }
  .faq dd p {
    margin: 5px 0; }
.faq ul {
  margin-left: 10px; }

/*! Generated at Mon Aug 11 2014 18:00:50 GMT-0400 (EDT). Included icons: times, bars */
/*!
 * Marka - v0.2.0
 * http://fian.my.id/marka
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/marka/blob/master/LICENSE
 */
/* Core style */
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka.marka-set i {
  opacity: 1; }

.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Times icon */
.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  -moz-transform: rotate(45deg) scale(0.8, 0.2);
  -ms-transform: rotate(45deg) scale(0.8, 0.2);
  -o-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2); }

.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  -moz-transform: rotate(-45deg) scale(0.8, 0.2);
  -ms-transform: rotate(-45deg) scale(0.8, 0.2);
  -o-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2); }

/* Bars icon */
.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  -moz-transform: scale(0.8, 0.2);
  -ms-transform: scale(0.8, 0.2);
  -o-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2); }

.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, -140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, -140%);
  -o-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%); }

.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, 140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, 140%);
  -o-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%); }

.map_holder {
  width: 100%;
  height: 326px;
  color: #333;
  font-size: 11px;
  margin: 0 0 20px;
  background: #CCC; }
  .map_holder .map {
    width: 100%;
    height: 100%;
    border: 1px solid #666; }

.map_window .info {
  border-bottom: 1px dotted #999;
  padding: 0 0 4px;
  margin: 0 0 8px;
  float: none !important;
  width: auto !important;
  padding: 0 !important; }
  .map_window .info address {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 140%; }
.map_window .desc {
  float: left;
  width: 120px; }
  .map_window .desc img {
    float: left;
    margin: 0 15px 0 0;
    width: 120px;
    height: auto; }
  .map_window .desc p {
    padding: 0;
    margin: 0; }
.map_window .directions {
  display: none;
  padding: 4px 0 0; }
  .map_window .directions label {
    display: block;
    font-size: 12px;
    margin: 0 0 8px; }
  .map_window .directions input {
    border: 1px solid #999;
    padding: 3px 5px;
    margin: 0 0 8px;
    width: 65%;
    font-size: 12px;
    color: #000; }
  .map_window .directions form button {
    float: right;
    display: block;
    font-size: 10px;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 5px;
    color: white;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .map_window .directions form button:hover {
      background: #333; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 678px;
  height: 399px;
  position: relative;
  direction: ltr; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    .royalSlider {
      width: 100%;
      height: 250px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .royalSlider {
      width: 100%;
      height: 250px;
      margin-bottom: 20px; } }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20; }

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '../images/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  /*background: #151515;
  color: #FFF;*/ }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -10px;
  position: absolute;
  cursor: pointer;
  background: #333;
  border: 2px solid #ccc;
  border-radius: 50%; }
  .rsDefault .rsArrowIcn:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 45px;
    color: #ccc;
    cursor: pointer; }

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -57px -26px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -57px -58px;
  left: auto;
  right: 50%; }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
    content: "\f105";
    width: 50px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 86px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../images/rs-default.png"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../images/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../images/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsABlock {
  display: none; }

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 0px;
  left: 0px;
  text-align: left;
  color: #FFF;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  height: auto;
  width: 100%;
  background: none; }
  .rsDefault .rsGCaption .rsABlock {
    position: relative;
    z-index: 50;
    height: auto;
    width: 100%;
    background: #000;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); }
    .rsDefault .rsGCaption .rsABlock .inner {
      max-width: 1000px;
      margin: auto; }
    .rsDefault .rsGCaption .rsABlock .clear {
      clear: both; }
    .rsDefault .rsGCaption .rsABlock p {
      margin: 0px;
      float: left;
      text-transform: uppercase; }

.full-slideshow .royalSlider {
  clear: both;
  background: black; }

.home #branding {
  height: 399px;
  position: relative; }
  .home #branding.full_responsive {
    height: auto;
    max-height: 580px; }
    .home #branding.full_responsive .home-slideshow {
      margin-top: 0px; }
  .home #branding.lead_image_thumb, .home #branding.only_thumb {
    height: 456px; }
  @media screen and (max-width: 640px) {
    .home #branding.lead_image_thumb, .home #branding.only_thumb, .home #branding.full_responsive, .home #branding.lead_text_thumb {
      height: auto; } }

.home-slideshow {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .home-slideshow {
      margin-top: 0; } }
  .home-slideshow .rsOverflow {
    width: 678px; }

.rsHomepage {
  width: 678px;
  height: 399px; }
  .rsHomepage h4 {
    font-weight: 300; }
  .rsHomepage h3, .rsHomepage h4 {
    text-transform: none; }
  .rsHomepage.royalSlider {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 100%;
    height: 399px;
    width: 678px; }
    .rsHomepage.royalSlider:last-child {
      margin-right: 0; }
    .rsHomepage.royalSlider .rsOverflow {
      height: 322px; }
    @media screen and (max-width: 640px) {
      .full_responsive .rsHomepage.royalSlider {
        margin-bottom: 0; } }
  .rsHomepage.royalSlider.mobileCaption {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 100%;
    height: 322px;
    margin-bottom: 0px; }
    .rsHomepage.royalSlider.mobileCaption:last-child {
      margin-right: 0; }
    .rsHomepage.royalSlider.mobileCaption .rsGCaption {
      height: auto;
      background: rgba(0, 0, 0, 0.6); }
      .rsHomepage.royalSlider.mobileCaption .rsGCaption h3 {
        font-size: 20px; }
      .rsHomepage.royalSlider.mobileCaption .rsGCaption .rsTmb {
        display: block;
        padding: 15px 20px 52px; }
      .rsHomepage.royalSlider.mobileCaption .rsGCaption .info {
        bottom: 38px;
        padding: 15px 15px 10px;
        background: black;
        background: rgba(0, 0, 0, 0.7); }
        .rsHomepage.royalSlider.mobileCaption .rsGCaption .info .title {
          letter-spacing: 1px;
          overflow: hidden;
          max-height: 36px; }
          .rsHomepage.royalSlider.mobileCaption .rsGCaption .info .title h3 {
            font-size: 14px; }
        .rsHomepage.royalSlider.mobileCaption .rsGCaption .info .date {
          position: absolute;
          bottom: 7px;
          left: 15px;
          font-size: 12px;
          font-weight: 900;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .rsHomepage.royalSlider.mobileCaption .rsGCaption .info .event_venue {
          font-size: 12px; }
      .rsHomepage.royalSlider.mobileCaption .rsGCaption .buttons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-top: -3px;
        background: rgba(0, 0, 0, 0.8); }
        .rsHomepage.royalSlider.mobileCaption .rsGCaption .buttons a {
          padding: 10px 0;
          font-weight: 900;
          letter-spacing: 1px;
          font-size: 14px;
          width: 100%;
          text-align: center;
          text-transform: uppercase;
          display: block; }
          .rsHomepage.royalSlider.mobileCaption .rsGCaption .buttons a span {
            font-size: 14px;
            font-weight: 900; }
          .rsHomepage.royalSlider.mobileCaption .rsGCaption .buttons a i {
            font-size: 18px;
            margin-right: 5px; }
  .rsHomepage .rsCaption, .rsHomepage .rsTmb {
    display: none;
    padding: 15px 20px; }
  .rsHomepage.leadCaption .rsOverflow {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 65.71429%; }
    .rsHomepage.leadCaption .rsOverflow:last-child {
      margin-right: 0; }
  .rsHomepage.leadCaption .rsGCaption {
    font-size: 14px;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
    height: 399px;
    background: none;
    position: absolute;
    bottom: 0px;
    right: -370px;
    left: auto;
    width: 370px;
    padding: 25px; }
    .rsHomepage.leadCaption .rsGCaption:last-child {
      margin-right: 0; }
    .rsHomepage.leadCaption .rsGCaption .rsCaption {
      display: block; }
    .rsHomepage.leadCaption .rsGCaption .supporting {
      font-size: 16px;
      margin-bottom: 20px; }
    .rsHomepage.leadCaption .rsGCaption h3 {
      font-size: 30px;
      margin-top: 10px;
      margin-bottom: 5px;
      text-transform: uppercase; }
  .rsHomepage.leadCaption .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 370px;
    height: 48px;
    padding-top: 0px;
    background: rgba(0, 0, 0, 0.5); }
    .rsHomepage.leadCaption .buttons a {
      padding: 0px 0;
      font-weight: 900;
      letter-spacing: 1px;
      font-size: 14px;
      width: 100%;
      line-height: 48px;
      display: block;
      text-transform: uppercase;
      text-align: center; }
      .rsHomepage.leadCaption .buttons a span {
        font-size: 14px; }
      .rsHomepage.leadCaption .buttons a i {
        font-size: 18px;
        margin-right: 5px; }
  .rsHomepage.leadTextThumb {
    width: 100%; }
    .rsHomepage.leadTextThumb .rsOverflow {
      width: 678px;
      height: 399px; }
    .rsHomepage.leadTextThumb .rsGCaption {
      display: none; }
    .rsHomepage.leadTextThumb .rsThumbsVer {
      width: 370px;
      margin-right: 0px;
      height: 399px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      left: auto;
      padding: 0; }
      .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected {
        background: #555; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected:before {
          display: block;
          content: '';
          width: 6px;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .rsHomepage.leadTextThumb .rsThumbsVer .rsNavSelected .buttons {
          border-left: 1px solid rgba(255, 255, 255, 0.2); }
      .rsHomepage.leadTextThumb .rsThumbsVer .rsTmb {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .rsHomepage.leadTextThumb .rsThumb {
      width: 100%;
      overflow: visible;
      height: auto; }
      .rsHomepage.leadTextThumb .rsThumb .supporting {
        display: none; }
      .rsHomepage.leadTextThumb .rsThumb h3 {
        padding: 2px 0px; }
      .rsHomepage.leadTextThumb .rsThumb h4 {
        font-size: 14px; }
    .rsHomepage.leadTextThumb .desc {
      width: 80%; }
    .rsHomepage.leadTextThumb .buttons {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 5px;
      position: absolute;
      top: 50%;
      right: 20px;
      width: auto;
      height: 30px;
      margin-top: -15px; }
      .rsHomepage.leadTextThumb .buttons .clear {
        clear: both; }
      .rsHomepage.leadTextThumb .buttons a {
        float: left;
        text-decoration: none;
        margin-right: 0px;
        text-align: center;
        padding: 5px 0px 5px 20px; }
        .rsHomepage.leadTextThumb .buttons a span {
          display: none; }
        .rsHomepage.leadTextThumb .buttons a i {
          font-size: 18px;
          float: none;
          margin-right: 0px; }
  .rsHomepage.fullResponsive {
    width: 100%;
    max-height: 580px; }
    .rsHomepage.fullResponsive.rsDefault .rsBullets {
      display: none;
      bottom: -20px;
      background: none; }
      .rsHomepage.fullResponsive.rsDefault .rsBullets .rsBullet {
        height: 20px;
        padding: 6px 10px 6px;
        text-align: center; }
        .rsHomepage.fullResponsive.rsDefault .rsBullets .rsBullet span {
          height: 10px;
          width: 10px; }
    .rsHomepage.fullResponsive.rsDefault .rsGCaption {
      bottom: 0px;
      left: 0px;
      z-index: 50;
      height: 100px;
      width: 100%;
      background: none; }
      .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock {
        bottom: 0px;
        left: 0px;
        z-index: 50;
        height: 100px;
        width: 100%;
        display: block;
        background: #000;
        padding-top: 25px;
        background: rgba(0, 0, 0, 0.5); }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .inner {
          max-width: 1000px;
          margin: auto; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .clear {
          clear: both; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p {
          opacity: 0;
          font-size: 35px;
          margin: 0px;
          max-width: 80%;
          float: left;
          text-transform: uppercase;
          -webkit-transition: opacity .1s linear;
          -moz-transition: opacity .1s linear;
          -o-transition: opacity .1s linear;
          transition: opacity .1s linear; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons {
          float: right;
          margin-top: -10px; }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a {
            color: #000;
            font-weight: 900;
            text-transform: uppercase;
            border: 1px solid #000;
            text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
            display: block;
            text-decoration: none;
            margin-bottom: 8px;
            line-height: 18px;
            font-size: 12px;
            margin-top: 15px;
            padding: 10px 20px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a i {
              color: #000;
              font-size: 18px;
              margin-right: 5px; }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      .rsHomepage.fullResponsive {
        margin-bottom: 70px; }
        .rsHomepage.fullResponsive .rsOverflow {
          overflow: visible; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption {
          height: 70px;
          bottom: -70px; }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock {
            height: 70px;
            padding-top: 5px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock a.tickets-mobile {
              font-size: 20px;
              float: right;
              padding: 3px 0 3px 15px;
              margin-right: 10px;
              border-left: 1px solid rgba(255, 255, 255, 0.5);
              margin-top: 6px; } }
    @media screen and (max-width: 640px) {
      .rsHomepage.fullResponsive {
        margin-bottom: 70px !important; }
        .rsHomepage.fullResponsive .rsOverflow {
          overflow: visible; }
        .rsHomepage.fullResponsive.rsDefault .rsGCaption {
          height: 70px;
          bottom: -70px;
          overflow: hidden; }
          .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock {
            height: 70px;
            padding-top: 5px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock a.tickets-mobile {
              font-size: 20px;
              float: right;
              padding: 3px 0 3px 15px;
              margin-right: 10px;
              border-left: 1px solid rgba(255, 255, 255, 0.5);
              margin-top: 6px; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock p.event_item_title {
              max-width: 85%; }
            .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons {
              background: none; }
              .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a {
                font-size: 0px;
                background: none;
                padding: 10px 10px;
                border: none; }
                .rsHomepage.fullResponsive.rsDefault .rsGCaption .rsABlock .buttons a .fa {
                  font-size: 25px;
                  color: white; } }

/* Homepage Secondary Slideshow */
.home #branding.full_responsive {
  overflow: hidden; }

.full .full-slideshow {
  float: left;
  width: 100%;
  clear: both;
  padding: 0px 0;
  margin-top: 30px;
  margin-right: 30px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(255, 255, 255, 0.8) !important; }
  .full .full-slideshow .royalSlider {
    margin: auto;
    height: auto;
    width: 100%; }

.one_sidebar_right .full-slideshow {
  height: auto; }

.carousel.horizontal {
  position: relative; }
  .carousel.horizontal .list_holder {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .carousel.horizontal .list {
    position: relative;
    width: 2000em;
    list-style: none;
    *zoom: 1; }
    .carousel.horizontal .list:before, .carousel.horizontal .list:after {
      content: "\0020";
      display: table; }
    .carousel.horizontal .list:after {
      clear: both; }
  .carousel.horizontal .entry, .carousel.horizontal .fb-wall-box {
    position: relative;
    float: left; }
  .carousel.horizontal .one_column {
    display: block;
    width: 327px; }
  .carousel.horizontal .two_column {
    display: block;
    width: 689px;
    background: black; }

.feature-hmevents {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .feature-hmevents {
      margin-top: 0; } }
  .feature-hmevents .entry {
    position: relative;
    float: left;
    overflow: hidden;
    height: 456px;
    margin-right: 34px;
    padding: 5px; }
    .feature-hmevents .entry a {
      z-index: 5;
      text-decoration: none; }
    .feature-hmevents .entry .info.popup {
      bottom: 49px;
      left: 0px; }
      .ie8 .feature-hmevents .entry .info.popup {
        background: none;
        display: block; }
  .feature-hmevents .event_venue {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize; }
  .feature-hmevents .tagline {
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: capitalize; }
  .feature-hmevents .buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    margin-left: -5px;
    padding: 15px 10px; }
    .feature-hmevents .buttons i {
      font-size: 18px;
      float: left;
      margin-right: 8px; }
    .feature-hmevents .buttons .date {
      float: left; }
    .feature-hmevents .buttons .time {
      float: left;
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #555; }
      .feature-hmevents .buttons .time:before {
        content: 'Show'; }
    .feature-hmevents .buttons .buy_tickets {
      float: right; }
  .feature-hmevents .one_column .buttons .date i {
    display: none; }
  .feature-hmevents .one_column .buttons .time {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
    .feature-hmevents .one_column .buttons .time:before {
      content: ','; }
    .feature-hmevents .one_column .buttons .time i {
      display: none; }
  .feature-hmevents .one_column .buttons .tickets {
    padding: 0 5px 0 25px;
    border-left: 1px solid #555; }
    .feature-hmevents .one_column .buttons .tickets span {
      display: none; }
    .feature-hmevents .one_column .buttons .tickets i {
      float: none; }
  .feature-hmevents .carousel_item_title {
    padding: 3px 0; }
    .feature-hmevents .carousel_item_title a {
      font-size: 34px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity .1s linear;
      -moz-transition: opacity .1s linear;
      -o-transition: opacity .1s linear;
      transition: opacity .1s linear; }
  .feature-hmevents .two_column .carousel_item_title a {
    font-size: 35px; }
  .feature-hmevents .two_column .info {
    height: 85px;
    padding: 15px 20px;
    background: black;
    background: rgba(0, 0, 0, 0.7); }
  .feature-hmevents .two_column .buttons {
    line-height: 18px;
    padding: 15px 25px; }
  .feature-hmevents .two_column .tagline {
    display: none; }
  .feature-hmevents .thumb {
    position: relative;
    overflow: hidden; }
  .feature-hmevents .carousel-nav {
    top: 0; }
  .feature-hmevents .arrows {
    top: 190px; }
    .feature-hmevents .arrows.left {
      left: 20px; }
    .feature-hmevents .arrows.right {
      right: 20px; }
  .feature-hmevents .info {
    padding: 10px 10px; }

[data-width='1'] .youtube_list.widget_content.carousel.entry {
  float: left;
  width: 328px;
  height: 321px; }
  [data-width='1'] .youtube_list.widget_content.carousel.entry .info {
    bottom: 48px; }
    [data-width='1'] .youtube_list.widget_content.carousel.entry .info .title {
      letter-spacing: 1px;
      overflow: hidden;
      max-height: 22px; }
  [data-width='1'] .youtube_list.widget_content.carousel.entry .thumb {
    height: 288px; }
  @media screen and (max-width: 640px) {
    [data-width='1'] .youtube_list.widget_content.carousel.entry {
      height: auto; } }
[data-width='2'] .youtube_list.widget_content.carousel.entry {
  float: left;
  width: 688px;
  height: 321px; }
  [data-width='2'] .youtube_list.widget_content.carousel.entry .info {
    bottom: 48px; }
    [data-width='2'] .youtube_list.widget_content.carousel.entry .info .title {
      letter-spacing: 1px;
      overflow: hidden;
      max-height: 22px; }
  [data-width='2'] .youtube_list.widget_content.carousel.entry .thumb {
    height: 288px; }
  @media screen and (max-width: 640px) {
    [data-width='2'] .youtube_list.widget_content.carousel.entry {
      height: auto; } }

.event_list.widget_content.carousel .entry {
  background: none;
  padding: 0px; }
[data-layout='single'][data-width='1'] .event_list.widget_content.carousel.widget_content {
  margin: 0px 0px;
  height: 286px; }
[data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry {
  float: left;
  width: 328px;
  height: 286px; }
  [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .info {
    bottom: 48px; }
    [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .info .title {
      letter-spacing: 1px;
      overflow: hidden;
      max-height: 22px; }
  [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .thumb {
    height: 227px; }
  [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .event_venue {
    font-size: 12px; }
  [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .tagline {
    display: none; }
  [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .buttons {
    background: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    font-size: 14px; }
    [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .buttons a {
      padding: 14px 0;
      width: 100%;
      display: block;
      line-height: 18px;
      text-align: center; }
      [data-layout='single'][data-width='1'] .event_list.widget_content.carousel .entry .buttons a span {
        font-size: 13px;
        line-height: 18px;
        font-weight: 900; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .list {
    width: 500%; } }
[data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry {
  float: left;
  width: 688px;
  background: none; }
  [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb {
    padding: 0px; }
    [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb img {
      width: 100%;
      height: 100%; }
  [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info {
    position: relative;
    bottom: auto;
    padding: 45px 15px 50px;
    background: none;
    height: 100%; }
    [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .title {
      letter-spacing: 1px;
      overflow: hidden;
      max-height: 80px;
      padding: 5px 0px; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .title a {
        font-size: 30px; }
    [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .date {
      position: absolute;
      bottom: 60px;
      left: 15px; }
  [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .buttons {
    width: 365px;
    height: 40px; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry {
      padding-top: 34px;
      width: 20%; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb {
        display: none; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info {
        width: 100%;
        padding: 20px; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .buttons {
        width: 100%; }
        [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .buttons a {
          width: 100%; } }
  @media screen and (max-width: 640px) {
    [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry {
      height: auto;
      padding-top: 34px;
      width: 20%; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb {
        margin-top: px;
        width: 40%; }
        [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb a {
          float: left; }
          [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .thumb a img {
            float: left; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info {
        width: 60%;
        padding: 10px 20px 30px; }
        [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .title {
          max-height: 54px; }
          [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .title a {
            font-size: 20px; }
        [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .info .date {
          bottom: 0px;
          left: 20px; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .tagline {
        max-height: 50px;
        overflow: hidden;
        display: none; }
      [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .buttons {
        width: 60%; }
        [data-layout='single'][data-width='2'] .event_list.widget_content.carousel .entry .buttons a {
          width: 100%; } }
[data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry {
  float: left;
  width: 1008px;
  background: none; }
  [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .event_venue, [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .tagline {
    display: none; }
  [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .info {
    background: none;
    padding: 0px;
    width: 60%; }
    [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .info .title {
      width: auto; }
      [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .info .title h3 {
        width: auto; }
    [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .info .date {
      position: relative;
      width: auto;
      top: auto;
      bottom: auto;
      left: auto;
      float: left;
      clear: left;
      right: auto;
      font-size: 14px;
      font-weight: 400; }
  [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .buttons {
    background: none;
    float: right;
    width: auto;
    margin-top: 5px; }
    [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .buttons a {
      padding: 5px 20px 5px 20px;
      margin: 0px;
      width: auto;
      float: right;
      line-height: 18px;
      border-left: 1px solid #555; }
      [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .buttons a.tickets {
        padding-right: 0px; }
  @media screen and (max-width: 640px) {
    [data-layout='single'][data-width='3'] .event_list.widget_content.carousel .entry .buttons a span {
      display: none; } }
[data-layout='multiple'][data-width='2'] .event_list.widget_content.carousel .entry, [data-layout='multiple'][data-width='3'] .event_list.widget_content.carousel .entry {
  float: left;
  width: 201px;
  margin-right: 20px; }
  [data-layout='multiple'][data-width='2'] .event_list.widget_content.carousel .entry .event_venue, [data-layout='multiple'][data-width='2'] .event_list.widget_content.carousel .entry .tagline, [data-layout='multiple'][data-width='3'] .event_list.widget_content.carousel .entry .event_venue, [data-layout='multiple'][data-width='3'] .event_list.widget_content.carousel .entry .tagline {
    display: none; }
[data-width='3'] .event_list.widget_content.carousel .arrows {
  top: -50px; }
.event_list.widget_content.carousel .info {
  bottom: 38px;
  padding: 15px 15px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.7); }
  .event_list.widget_content.carousel .info .title {
    letter-spacing: 1px;
    overflow: hidden;
    max-height: 33px; }
    .event_list.widget_content.carousel .info .title h3 {
      font-size: 14px; }
  .event_list.widget_content.carousel .info .date {
    position: absolute;
    bottom: 7px;
    left: 15px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .event_list.widget_content.carousel .info .event_venue {
    font-size: 12px; }
.event_list.widget_content.carousel .carousel_item_title {
  font-size: 14px; }
.event_list.widget_content.carousel .buttons {
  margin-top: -3px;
  background: rgba(0, 0, 0, 0.5); }
  .event_list.widget_content.carousel .buttons a {
    padding: 10px 0;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%; }
    .event_list.widget_content.carousel .buttons a span {
      font-size: 14px;
      font-weight: 900; }
    .event_list.widget_content.carousel .buttons a i {
      font-size: 18px;
      margin-right: 5px; }

@media screen and (max-width: 640px) {
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .list {
    width: 600%; } }
@media screen and (min-width: 640px) and (max-width: 980px) {
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .list {
    width: 600%; } }
[data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry {
  float: left;
  width: 688px;
  background: none; }
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info .title {
    padding: 10px 0px; }
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info .tagline {
    margin-bottom: 5px; }
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info .date {
    font-weight: 900; }
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info .teaser {
    line-height: 1.6em;
    font-size: 14px; }
  [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons {
    margin-top: -3px;
    background: rgba(0, 0, 0, 0.5); }
    [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons a {
      padding: 10px 0;
      font-weight: 900;
      letter-spacing: 1px;
      font-size: 14px; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons a i {
        font-size: 18px;
        margin-right: 5px; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry {
      padding-top: 34px;
      width: 16.666%; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .thumb {
        display: none; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info {
        width: 100%;
        padding: 20px; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons {
        width: 100%; }
        [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons a {
          width: 100%; } }
  @media screen and (max-width: 640px) {
    [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry {
      height: auto;
      padding-top: 34px;
      width: 16.666%; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .thumb {
        margin-top: px;
        width: 40%; }
        [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .thumb a {
          float: left; }
          [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .thumb a img {
            float: left; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .info {
        width: 60%;
        padding: 10px 20px; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .teaser {
        max-height: 50px;
        overflow: hidden;
        display: none; }
      [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons {
        width: 60%; }
        [data-layout='news'][data-width='2'] .news_list.widget_content.carousel .entry .buttons a {
          width: 100%; } }
[data-layout='news'][data-width='3'] .news_list.widget_content.carousel .list {
  width: 600%; }
[data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry {
  float: left;
  width: 16.666%; }
  [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .info {
    background: none;
    padding: 0px;
    width: 80%; }
    [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .info .title {
      width: auto;
      font-size: 14px;
      overflow: hidden;
      max-height: 18px; }
    [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .info .date {
      position: relative;
      width: auto;
      top: auto;
      bottom: auto;
      left: auto;
      display: block;
      clear: left;
      right: auto;
      font-weight: 400; }
    [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .info .tagline, [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .info .teaser {
      display: none; }
  [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .buttons {
    background: none;
    float: right;
    width: auto;
    margin-top: 5px; }
    [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .buttons a {
      padding: 5px 0px 5px 20px;
      margin: 0px;
      width: auto;
      float: right;
      font-size: 14px;
      line-height: 18px; }
      [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .buttons a i {
        margin-right: 5px;
        font-size: 18px; }
  @media screen and (max-width: 640px) {
    [data-layout='news'][data-width='3'] .news_list.widget_content.carousel .entry .buttons a span {
      display: none; } }
.news_list.widget_content.carousel .info .title {
  letter-spacing: 1px;
  text-transform: uppercase; }
.news_list.widget_content.carousel .info .date {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }
[data-width='3'] .news_list.widget_content.carousel .arrows {
  top: -50px; }

@media screen and (max-width: 640px) {
  .facebook_list.widget_content.carousel.horizontal {
    width: 100%;
    padding: 0px;
    margin: 0px; }
  .facebook_list.widget_content.carousel .facebook_feed {
    width: 2000%; } }
[data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box {
  float: left;
  width: 867px;
  margin-right: 50px; }
  @media screen and (min-width: 640px) and (max-width: 980px) {
    [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-message {
      width: 50%; }
    [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-date {
      width: 10%;
      padding: 0px;
      text-align: right; }
    [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-media {
      display: none; } }
  @media screen and (max-width: 640px) {
    [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box {
      padding: 40px 0 10px;
      height: 100px;
      width: 5%;
      box-sizing: content-box; }
      [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-media, [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-date, [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-likes {
        display: none; }
      [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-data {
        width: 100%;
        padding: 0 40px; }
      [data-width='3'] .facebook_list.widget_content.carousel .fb-wall-box .fb-wall-message {
        width: 100%;
        padding-top: 15px; } }
.facebook_list.widget_content.carousel .carousel-nav {
  position: relative; }
.facebook_list.widget_content.carousel .fb-wall-box {
  height: 75px; }
.facebook_list.widget_content.carousel .fb-wall-data {
  display: flex;
  height: 75px;
  align-items: center; }
.facebook_list.widget_content.carousel .fb-wall-message, .facebook_list.widget_content.carousel .fb-wall-date {
  display: inline-block;
  float: left; }
.facebook_list.widget_content.carousel .fb-wall-message {
  width: 80%; }
  .facebook_list.widget_content.carousel .fb-wall-message br {
    display: none; }
.facebook_list.widget_content.carousel .fb-wall-avatar {
  display: none; }
.facebook_list.widget_content.carousel .fb-wall-date {
  font-size: 12px;
  display: inline;
  width: 20%;
  padding: 0 35px 0 0;
  text-transform: uppercase;
  color: #ddd; }
.facebook_list.widget_content.carousel .arrows {
  top: -50px; }
  .facebook_list.widget_content.carousel .arrows.left {
    left: -35px; }
  .facebook_list.widget_content.carousel .arrows.right {
    right: -11px; }
  @media screen and (max-width: 640px) {
    .facebook_list.widget_content.carousel .arrows.left {
      left: 10px; }
    .facebook_list.widget_content.carousel .arrows.right {
      right: 10px; } }

.twitter_list.widget_content.carousel.horizontal {
  float: right; }
.twitter_list.widget_content.carousel .twitter_feed {
  width: 2000%; }
.twitter_list.widget_content.carousel .arrows.left {
  left: 0px; }
@media screen and (min-width: 640px) and (max-width: 980px) {
  .twitter_list.widget_content.carousel.horizontal {
    width: 85%; } }
@media screen and (max-width: 640px) {
  .twitter_list.widget_content.carousel.horizontal {
    width: 100%;
    padding: 0px; } }
[data-width='3'] .twitter_list.widget_content.carousel .entry {
  display: flex;
  float: left;
  width: 756px;
  height: 73px;
  margin-right: 0px;
  align-items: center;
  width: 5%;
  padding: 10px 40px; }
  [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_data {
    float: left;
    width: 450px;
    text-align: center; }
  [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_meta {
    font-size: 12px;
    float: left;
    width: 256px;
    margin: 0 0 0 50px;
    text-transform: uppercase; }
    [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_meta a {
      display: block;
      float: left;
      padding: 0 5px;
      color: #ddd; }
    [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_meta .fv {
      display: none; }
    [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_meta .rt {
      border-right: 1px solid #555; }
  @media screen and (max-width: 640px) {
    [data-width='3'] .twitter_list.widget_content.carousel .entry {
      padding: 40px 0 10px;
      height: 100px;
      width: 5%;
      box-sizing: content-box; }
      [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_meta {
        display: none; }
      [data-width='3'] .twitter_list.widget_content.carousel .entry .tweet_data {
        width: 100%;
        padding: 0 40px; } }
.twitter_list.widget_content.carousel .carousel-nav {
  position: relative; }
.twitter_list.widget_content.carousel .arrows {
  top: -50px;
  /*&.left{
  	left: -35px;
  }
  &.right{
  	right: -11px;
  }*/ }
  .twitter_list.widget_content.carousel .arrows.left {
    left: 10px; }
  .twitter_list.widget_content.carousel .arrows.right {
    right: 10px; }
.artist-twitterwidget .twitter_list.widget_content.carousel {
  padding: 0px; }
  .artist-twitterwidget .twitter_list.widget_content.carousel .arrows {
    top: -35px; }
    .artist-twitterwidget .twitter_list.widget_content.carousel .arrows.left {
      left: 10px; }
    .artist-twitterwidget .twitter_list.widget_content.carousel .arrows.right {
      right: 10px; }
  .artist-twitterwidget .twitter_list.widget_content.carousel .entry {
    display: block;
    height: 85px;
    width: 5%;
    margin-top: 0px; }
    .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_data, .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta {
      width: 532px;
      float: none;
      clear: both; }
    .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_data {
      padding-top: 5px; }
    .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta {
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta span, .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta a {
        display: inline-block;
        float: none;
        padding: 0 8px; }
      .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta a {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (min-width: 640px) and (max-width: 980px) {
      .artist-twitterwidget .twitter_list.widget_content.carousel .entry {
        padding: 40px 0 10px;
        height: 100px;
        width: 5%;
        box-sizing: content-box; }
        .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta {
          display: block;
          width: 100%; }
        .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_data {
          width: 100%;
          padding: 0 40px; } }
    @media screen and (max-width: 640px) {
      .artist-twitterwidget .twitter_list.widget_content.carousel .entry {
        padding: 40px 0 10px;
        height: 100px;
        width: 5%;
        box-sizing: content-box; }
        .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_meta {
          display: block;
          width: 100%; }
        .artist-twitterwidget .twitter_list.widget_content.carousel .entry .tweet_data {
          width: 100%;
          padding: 0 40px; } }

.eventswidget[data-layout='single'][data-width='3'], .eventswidget[data-layout='news'][data-width='3'], .newswidget[data-layout='single'][data-width='3'], .newswidget[data-layout='news'][data-width='3'] {
  min-height: 100px;
  max-height: 140px;
  height: auto; }
.eventswidget .carousel-nav, .newswidget .carousel-nav {
  position: absolute;
  top: 2px;
  right: 8px;
  z-index: 20; }
  @media screen and (max-width: 640px) {
    .eventswidget .carousel-nav, .newswidget .carousel-nav {
      width: 100%; } }
.eventswidget .arrows, .newswidget .arrows {
  top: 5px; }
  .eventswidget .arrows.left, .newswidget .arrows.left {
    right: 40px; }
    .eventswidget .arrows.left:after, .newswidget .arrows.left:after {
      display: block;
      position: absolute;
      width: 1px;
      height: 35px;
      content: '';
      top: -10px;
      left: -29px;
      background: #333; }
    @media screen and (max-width: 640px) {
      .eventswidget .arrows.left, .newswidget .arrows.left {
        right: auto;
        left: 20px; }
        .eventswidget .arrows.left:after, .newswidget .arrows.left:after {
          display: none; } }
  .eventswidget .arrows.right, .newswidget .arrows.right {
    right: 10px; }

.arrows, .arrows.fa {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background: #333;
  color: #ccc !important;
  text-align: center;
  font-size: 9px;
  line-height: 18px;
  border: 2px solid #ccc; }
  .arrows:hover, .arrows.fa:hover {
    background-color: #666; }

.feature-hmevents .arrows, .feature-hmevents .arrows.fa {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 36px; }
  .feature-hmevents .arrows:before, .feature-hmevents .arrows.fa:before {
    margin-left: -3px;
    content: "\f104"; }
  .feature-hmevents .arrows.right:before, .feature-hmevents .arrows.fa.right:before {
    content: "\f105";
    margin-left: 3px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: none; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: transparent;
  position: relative;
  background: transparent; }
  .jspTrack:before {
    top: 0;
    height: 100%;
    width: 1px;
    background: #555;
    position: absolute;
    left: 40%;
    content: '';
    display: block; }

.jspDrag {
  background: #666;
  position: relative;
  top: 0;
  left: 0px;
  cursor: pointer;
  background: #666;
  width: 8px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  color: #ccc;
  border: 1px solid #555;
  background: #333;
  display: block;
  cursor: pointer; }
  .jspArrow span {
    display: block;
    margin-top: 1px;
    margin-left: 2px;
    font-size: 16px; }
  .jspArrow:hover {
    color: #ccc; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #999; }

.jspVerticalBar .jspArrow {
  height: 20px; }

.jspHorizontalBar .jspArrow {
  width: 20px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

* html .jspCorner {
  margin: 0 -3px 0 0; }

/**
 * calendar widget classes
 */
[data-layout="calendar"] .calendario {
  height: 100%;
  width: 100%; }
[data-layout="calendar"] .carousel-nav {
  position: absolute;
  top: 0;
  right: 0; }
[data-layout="calendar"] .arrows {
  top: 7px; }
  [data-layout="calendar"] .arrows.left {
    right: 49px; }
    [data-layout="calendar"] .arrows.left:after {
      display: block;
      position: absolute;
      width: 1px;
      height: 35px;
      content: '';
      top: -10px;
      left: -29px;
      background: #333; }
  [data-layout="calendar"] .arrows.right {
    right: 18px; }

/**
 * Base Calendar - full page
 */
#calendario {
  margin: 0 auto 40px auto; }
  #calendario *,
  #calendario *:after,
  #calendario *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.cal-inner {
  position: relative; }

.fc-calendar-container {
  position: relative;
  height: auto;
  width: auto;
  padding-bottom: 10px;
  *zoom: 1; }
  .fc-calendar-container:before, .fc-calendar-container:after {
    content: "\0020";
    display: table; }
  .fc-calendar-container:after {
    clear: both; }

.fc-calendar {
  width: 100%;
  height: 100%; }

.cal-header {
  background: black;
  padding: 0px;
  height: 36px;
  position: relative;
  margin-top: 0px; }
  .cal-header h2, .cal-header h3 {
    text-align: center; }
  .cal-header h2 {
    margin: 0px;
    text-transform: uppercase;
    padding: 12px 0 0;
    letter-spacing: 1px; }
  .cal-header h3 {
    display: none; }

.fc-calendar .fc-head {
  height: 30px;
  width: 940px;
  background: none;
  text-transform: uppercase;
  margin: 20px auto 0; }

.fc-calendar .fc-body {
  position: relative;
  padding: 4px 0 4px 11px;
  border: none;
  width: 100%;
  height: 500px; }

.fc-calendar .fc-row {
  width: 100%;
  border-top: none;
  border-bottom: none;
  height: 23%; }

.fc-four-rows .fc-row {
  height: 23%;
  margin-bottom: 5px; }

.fc-five-rows .fc-row {
  height: 23%;
  margin-bottom: 5px; }

.fc-six-rows .fc-row {
  margin-bottom: 4px;
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6);
  *zoom: 1; }
  .fc-six-rows .fc-row:before, .fc-six-rows .fc-row:after {
    content: "\0020";
    display: table; }
  .fc-six-rows .fc-row:after {
    clear: both; }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 13.28%;
  /* 100% / 7 */
  width: -moz-calc(93%/7);
  width: -webkit-calc(93%/7);
  width: calc(93%/7);
  position: relative;
  margin: 0 9px 9px 0; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 13.2%; }

/* IE 10 barfs and can't round down remainder */
.ie10 .fc-calendar .fc-row > div,
.ie10 .fc-calendar .fc-head > div {
  width: calc(92%/7); }

.fc-calendar .fc-row.selected {
  height: 50%; }
  .fc-calendar .fc-row.selected .date_overlay {
    display: none; }

.fc-calendar .fc-row.selected > div {
  border: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative; }
  .fc-calendar .fc-row.selected > div.fc-content {
    cursor: pointer; }
    .fc-calendar .fc-row.selected > div.fc-content span.fc-date {
      text-shadow: none;
      z-index: 3; }

.fc-calendar .fc-row > div {
  border: 1px solid #ddd;
  padding: 4px;
  overflow: hidden;
  position: relative; }
  .fc-calendar .fc-row > div .date_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
  .fc-calendar .fc-row > div.fc-content {
    cursor: pointer; }
    .fc-calendar .fc-row > div.fc-content > span.fc-date {
      text-shadow: none;
      z-index: 3;
      width: 25px;
      height: 25px; }
    .fc-calendar .fc-row > div.fc-content .date_overlay {
      background: url(http://aeglive.s3.amazonaws.com/images/cal_indicator.png) no-repeat center bottom; }

.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.1%;
  position: relative;
  margin: 0; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-head > div {
  text-align: center; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 5px 0 0 5px;
  text-shadow: 0 1px 0px #fff;
  text-align: left; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

/**
 * Home Page Calendar - small size
 */
.small-calendar {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .small-calendar #calendario {
    margin: 0 auto;
    /*--Overrides to core styles--*/ }
    .small-calendar #calendario .cal-header {
      padding: 0px;
      height: 36px;
      position: relative;
      border-bottom: 1px solid #333; }
      .small-calendar #calendario .cal-header h2, .small-calendar #calendario .cal-header h3 {
        text-align: center; }
      .small-calendar #calendario .cal-header h2 {
        width: 213px;
        margin: 0 0 0 43px;
        text-transform: uppercase;
        padding: 0;
        letter-spacing: normal;
        border-left: 2px solid #333;
        border-right: 2px solid #333; }
      .small-calendar #calendario .cal-header h3 {
        display: none; }
    .small-calendar #calendario .fc-calendar-container {
      height: 275px;
      width: auto; }
      .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-body {
        padding: 0;
        margin: 0 auto;
        width: 300px;
        height: 230px;
        border: 0;
        height: -moz-calc(100% - 35px);
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px); }
      .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-head {
        background: transparent;
        text-transform: uppercase;
        height: 45px;
        width: 300px;
        line-height: 41px;
        padding: 0;
        margin: 0 auto; }
        .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-head div {
          position: relative;
          z-index: 10; }
          .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-head div:first-child:before {
            display: none; }
      .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row {
        margin-bottom: 2px; }
      .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div {
        position: relative;
        border-left: 0;
        border-right: 0;
        padding: 0; }
        .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div span.fc-date {
          top: 50%;
          left: 0px;
          width: 39px;
          height: 38px;
          line-height: 38px;
          text-align: center;
          margin: -19px auto 0;
          pointer-events: none; }
        .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-today span.fc-date {
          text-shadow: none;
          z-index: 3; }
        .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content {
          cursor: pointer; }
          .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content span.fc-date {
            text-shadow: none;
            z-index: 3;
            text-align: center; }
          .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content div {
            display: none; }
  .small-calendar .fc-calendar-container {
    position: relative;
    height: 253px;
    width: 300px; }
  .small-calendar .fc-calendar {
    width: 100%;
    height: 100%; }
  .small-calendar .fc-calendar .fc-head {
    height: 45px;
    line-height: 41px; }
  .small-calendar .fc-calendar .fc-body {
    position: relative;
    width: 100%;
    height: 100%;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    border: 0;
    background-image: -webkit-linear-gradient(left, transparent 0%, black 25%, black 50%, black 75%, transparent 100%);
    background-image: linear-gradient(to right, transparent 0%, black 25%, black 50%, black 75%, transparent 100%); }
    .small-calendar .fc-calendar .fc-body:after {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 9px;
      background: #2C2C2A;
      content: ''; }
  .small-calendar .fc-calendar .fc-row {
    width: 100%;
    margin-bottom: 0px; }
  .small-calendar .fc-four-rows .fc-row {
    height: 23%;
    margin-bottom: 0px; }
  .small-calendar .fc-five-rows .fc-row {
    height: 18.5%;
    margin-bottom: 0px; }
  .small-calendar .fc-six-rows .fc-row {
    margin-bottom: 0px;
    height: 15.66%;
    height: -moz-calc(100%/6.5);
    height: -webkit-calc(100%/6.5);
    height: calc(100%/6.5); }
  .small-calendar .fc-calendar .fc-row > div,
  .small-calendar .fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: 13.5%;
    /* 100% / 7 */
    position: relative;
    margin: 0 2px 0 0;
    border: 0; }
  .small-calendar .fc-calendar .fc-row > div {
    border-right: 0;
    padding: 0px;
    overflow: hidden;
    position: relative;
    background: #2C2C2A; }
  .small-calendar .fc-calendar .fc-head > div {
    text-align: center; }
  .small-calendar .fc-calendar .fc-row > div > span.fc-date {
    position: absolute;
    width: 31px;
    height: 31px;
    line-height: 32px;
    top: 15px;
    right: auto;
    left: 5px;
    text-align: right;
    padding: 0; }
  .small-calendar .fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none; }
  .small-calendar .fc-calendar .fc-row > div.fc-out {
    opacity: 1.0; }
  .small-calendar .fc-calendar .fc-row > div:last-child,
  .small-calendar .fc-calendar .fc-head > div:last-child {
    border-right: none; }
  .small-calendar .fc-calendar .fc-row:last-child {
    border-bottom: none; }

.modal {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
  display: none; }
  .modal button.close {
    width: 37px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    border: none;
    opacity: 1; }
    .modal button.close:hover {
      opacity: 0.8; }
  .modal a {
    text-decoration: none; }
  .modal .date {
    font-size: 12px;
    text-transform: uppercase; }
  .modal .modal-dialog {
    opacity: 0.3;
    -webkit-transition: all 175ms linear;
    -moz-transition: all 175ms linear;
    -o-transition: all 175ms linear;
    transition: all 175ms linear; }
  .modal .modal-content {
    height: 285px;
    margin-top: 35px; }
  .modal .modal_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
  .modal .modal-body {
    margin-top: -11px; }
  .modal .entry {
    clear: both;
    padding: 0px;
    margin: 20px 10px;
    position: relative; }
  .modal .thumb {
    float: left;
    margin-right: 10px; }
  .modal .thumb img {
    width: 100px;
    height: 100px; }
    @media screen and (max-width: 640px) {
      .modal .thumb img {
        width: 85px;
        height: 85px; } }
  .modal .info {
    float: right;
    width: 180px; }
  .modal a.tickets {
    display: block;
    margin-top: 5px; }
    .modal a.tickets i {
      font-size: 18px;
      margin-right: 5px; }