@charset "UTF-8";
/* 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" /> */
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------------
=fonts - name like $fontname: 'typekit name';
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=color swatches - name like $color-colorname: #000000; // Example Name
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=custom mixins
=currently importing default mixins from Compass
=reference default mixin calls at http://compass-style.org/reference/compass/css3/
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Compass support variables
=Determine what css3 support levels are generated from mixins
=Reference at http://compass-style.org/reference/compass/support/
----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
=Mobile Variables
----------------------------------------------------------------------------- */
/* Base Layout Colors */
/* Text Colors */
/* Dividers and Element Colors */
/* Base Backgrounds */
/* Event Item Size Variables */
/** Transition -------------------------------------- */
/** Border ----------------------------------------- */
/** Box Shadow --------------------------------------- */
/** Gradiant --------------------------------------- */
[class*=span] {
  float: left;
  min-height: 1px;
}

[class*=span].pull-right {
  float: right;
}

[class*=span].span-center {
  float: none;
}

.gutter {
  margin-left: 2%;
}
@media screen and (min-width: 1040px) {
  .gutter {
    margin-left: 20px;
  }
}

.span-center {
  float: none;
  margin: 0 auto;
}

.span6 {
  width: 100%;
  max-width: 1040px;
}

.span5 {
  width: 80%;
}

.span4 {
  width: 72%;
}
@media screen and (min-width: 1040px) {
  .span4 {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .span4 {
    width: 100%;
  }
}

.span3 {
  width: 44%;
}

.span2 {
  width: 240px;
}
@media screen and (min-width: 1040px) {
  .span2 {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .span2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .span2 {
    width: 240px;
    position: absolute !important;
    right: 0px;
    top: 0px;
  }
}

.span1-5 {
  width: 22.5%;
}

.span1 {
  width: 15.5%;
}

h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
  font: 400 40px/120% "proxima-nova";
  border-bottom: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
  border-bottom: none;
  letter-spacing: 1px;
  font: 700 28px/120% "proxima-nova";
}

h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #333333;
  font: 700 22px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4 {
  margin: 0 0 10px;
  padding: 0;
  color: #666666;
  font: 700 17px/150% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}

h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  color: #666666;
  font: 700 16px/150% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}

p, address {
  margin: 0 0 20px;
  padding: 0;
  color: #333333;
  font: 400 20px/150% "proxima-nova";
}
@media screen and (max-width: 767px) {
  p, address {
    font-size: 16px;
  }
}

b, strong {
  font-weight: bold;
}

ul, ol {
  margin: 0;
  padding: 10px 0 0;
  color: #333;
  font: bold 16px/28px Arial, Helvetica, sans-serif;
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;
}
ul li, ol li {
  margin: 0;
  padding: 0 0 8px;
  list-style-type: inherit;
  line-height: 130%;
}
ul ul, ol ul {
  margin: 0;
}

ul {
  list-style: none;
}
ul li {
  padding-left: 16px;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 39px;
}

a, a:visited {
  color: #038dd2;
  text-decoration: none;
  border: none;
  outline: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
}

hr {
  margin: 0 0 20px;
  padding: 0;
  clear: both;
  border-color: #ccc;
}

tr {
  font-size: 16px;
  color: #333;
}
tr td {
  padding: 5px;
  border: none;
}

/* ----------------------------------------------------------------------------
= 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;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  background: #333333;
}

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

#layout {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 0 0px;
  background: #333333;
}
@media screen and (max-width: 1039px) {
  #layout {
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  #layout {
    padding: 0px;
  }
}

#content {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  padding: 0;
  background: #333333;
  margin-bottom: 15px;
}

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

@media screen and (min-width: 768px) {
  #column_1 {
    width: 100%;
    padding-right: 240px !important;
  }
}
@media screen and (min-width: 1040px) {
  #column_1 {
    width: 800px;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  #column_1 {
    float: none;
  }
}

#column_2 {
  min-height: 500px;
  background-color: #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, #000 0%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #000 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #000 0%, #333333 100%);
}
@media screen and (max-width: 767px) {
  #column_2 {
    float: none;
    min-height: none;
    display: none;
  }
}

.one_sidebar_right {
  *zoom: 1;
  padding-bottom: 35px;
}
.one_sidebar_right:before, .one_sidebar_right:after {
  content: " ";
  display: table;
}
.one_sidebar_right:after {
  clear: both;
}
.one_sidebar_right #column_1 {
  padding: 0px;
  margin: 0px;
  background: none;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .one_sidebar_right #column_1 .textarea, .one_sidebar_right #column_1 .link, .one_sidebar_right #column_1 .faq {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .one_sidebar_right #column_1 .textarea, .one_sidebar_right #column_1 .link, .one_sidebar_right #column_1 .faq {
    margin: 20px;
  }
}
.one_sidebar_right #column_1.has_slideshow {
  margin-top: 307px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .one_sidebar_right #column_1.has_slideshow {
    margin: 0px 0px 60px 0px;
  }
  .one_sidebar_right #column_1.has_slideshow .textarea, .one_sidebar_right #column_1.has_slideshow .link, .one_sidebar_right #column_1.has_slideshow .faq {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .one_sidebar_right #column_1.has_slideshow {
    float: none;
    margin: 0px 0px 60px 0px;
  }
  .one_sidebar_right #column_1.has_slideshow .textarea, .one_sidebar_right #column_1.has_slideshow .link, .one_sidebar_right #column_1.has_slideshow .faq {
    margin: 20px;
  }
}
.one_sidebar_right #column_1 .holder {
  margin: 0px 0 0 0;
  padding: 0px;
}
.one_sidebar_right #column_1 .holder .container {
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .one_sidebar_right #column_1 .holder .container {
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .one_sidebar_right #column_1 .holder .container {
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
  }
}
.one_sidebar_right #column_1.has_slideshow .holder {
  margin: 20px 0 0 0;
}
.one_sidebar_right #column_1.has_slideshow .holder .container {
  border-radius: 0px;
}
.one_sidebar_right #column_1 .container {
  min-height: 551px;
  background-color: #fff;
  padding: 30px;
  *zoom: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.one_sidebar_right #column_1 .container:before, .one_sidebar_right #column_1 .container:after {
  content: " ";
  display: table;
}
.one_sidebar_right #column_1 .container:after {
  clear: both;
}
@media screen and (max-width: 1039px) {
  .one_sidebar_right #column_1 .container {
    padding: 0px;
  }
}
.one_sidebar_right.event_detail .holder {
  border: none !important;
  background: none !important;
}
.one_sidebar_right #column_2 {
  padding-left: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .one_sidebar_right #column_2 {
    position: absolute;
    right: 0px;
  }
}
.one_sidebar_right #column_2 #banner_4 {
  width: 220px;
  height: 200px;
  clear: both;
  margin-left: 8px;
  margin-top: 10px;
  border: 1px solid #444;
  background: #292929;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.one_sidebar_right #column_2 #banner_4 img {
  width: 200px;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .one_sidebar_right #column_2 #banner_4 {
    width: 90%;
    max-width: 220px;
    height: auto;
  }
  .one_sidebar_right #column_2 #banner_4 img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.one_sidebar_right #column_2 .column_banners_right {
  float: right;
  *zoom: 1;
  height: 287px;
  width: 80px;
  overflow: hidden;
}
.one_sidebar_right #column_2 .column_banners_right:before, .one_sidebar_right #column_2 .column_banners_right:after {
  content: " ";
  display: table;
}
.one_sidebar_right #column_2 .column_banners_right:after {
  clear: both;
}
.one_sidebar_right #column_2 .column_banners_right .banner {
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
}
.one_sidebar_right #column_2 .column_banners_right .banner:hover {
  background-color: #333333;
  cursor: pointer;
}
.one_sidebar_right #column_2 .column_banners_right .banner#banner_12 {
  margin-top: 20px;
}
.one_sidebar_right #column_2 .column_banners_right .banner#banner_14 {
  margin-bottom: none;
}

#event_detail .one_sidebar_right #column_1 .holder {
  padding: 0;
}

.full {
  width: 100%;
  padding-bottom: 35px;
}
@media screen and (min-width: 1040px) {
  .full {
    width: 1040px;
  }
}
.full .full_column {
  width: 100%;
  padding: 30px;
  background: #fff;
  float: none;
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
}
@media screen and (min-width: 1040px) {
  .full .full_column {
    width: 1040px;
  }
}

#cse-search-results {
  padding: 0 10px;
}
#cse-search-results iframe {
  width: 100%;
}

/* ----------------------------------------------------------------------------
= FLOATING ICONS
----------------------------------------------------------------------------- */
/**
 *
 */
.floating_icons {
  position: fixed;
  width: 49px;
  height: 139px;
  top: 110px;
  right: 15px;
  z-index: 9999;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .floating_icons {
    right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .floating_icons {
    display: none;
  }
}
.floating_icons.fixed {
  top: 0;
  position: fixed;
}
.floating_icons ul {
  margin: 0;
  padding: 0;
}
.floating_icons ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  position: relative;
  width: 49px;
  height: 61px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.floating_icons ul li a {
  width: 49px;
  height: 61px;
  display: block;
  text-indent: -9999px;
  position: relative;
  z-index: 9999;
}
.floating_icons ul li a.icons-twitter {
  background: url("../images/icons/sidebar_twitter.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-twitter:hover {
  background: url("../images/icons/sidebar_twitter_active.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-facebook {
  background: url("../images/icons/sidebar_facebook.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-facebook:hover {
  background: url("../images/icons/sidebar_facebook_active.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-mail {
  background: url("../images/icons/sidebar_email.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-mail:hover {
  background: url("../images/icons/sidebar_email_active.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-instagram {
  background: url("../images/icons/sidebar_instagram.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-instagram:hover {
  background: url("../images/icons/sidebar_instagram_active.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-rdio {
  background: url("../images/icons/sidebar_rdio.png") no-repeat 0 0;
}
.floating_icons ul li a.icons-rdio:hover {
  background: url("../images/icons/sidebar_rdio_active.png") no-repeat 0 0;
}
.floating_icons ul li:after {
  display: none;
}
.floating_icons ul li:before {
  background: transparent url("../images/sidebar_bg.png") no-repeat 0 0;
  content: "";
  width: 0;
  height: 58px;
  position: absolute;
  z-index: 9900;
  top: 2px;
  right: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  font: 400 12px "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 22px;
  padding-left: 15px;
  color: #fff;
}
.floating_icons ul li:hover:before {
  width: 101px;
  right: 48px;
}
.floating_icons ul li.floating_icon_facebook:hover:before {
  content: "Facebook";
}
.floating_icons ul li.floating_icon_email:hover:before {
  content: "Email Insider";
}
.floating_icons ul li.floating_icon_instagram:hover:before {
  content: "Instagram";
}
.floating_icons ul li.floating_icon_rdio:hover:before {
  content: "Rdio";
}

/* ----------------------------------------------------------------------------
= OVERLAY 
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #meerkat-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #meerkat-wrap {
    display: none !important;
  }
}

#overlay_container {
  padding: 100px 0 0;
}
#overlay_container .close-overlay {
  background: url(../images/button_close.png) no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  display: block;
  z-index: 50;
}
#overlay_container a, #overlay_container a:link, #overlay_container a:visited {
  display: block;
  width: 640px;
  height: 480px;
  position: relative;
  z-index: 10;
}
#overlay_container a img, #overlay_container a:link img, #overlay_container a:visited img {
  width: 640px;
  height: 480px;
}
@media screen and (max-width: 767px) {
  #overlay_container {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #overlay_container {
    display: none !important;
  }
}

.overlay_content {
  margin: 0 auto;
  padding: 0;
  width: 640px;
  height: 480px;
  position: relative;
  background: #fff;
}

.close-overlay-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.dontshow-overlay {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  font: 12px/20px bold Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.dontshow-overlay:hover {
  background: #999;
  color: #222;
}

.header_border {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/bg_bar.png) repeat 0 0;
  border-top: 145px solid #191919;
  border-bottom: 1px solid #2b2b2b;
  z-index: 1;
}

.only-desktop {
  display: none;
}
@media screen and (min-width: 1040px) {
  .only-desktop {
    display: block;
  }
}

.no-desktop {
  display: block;
}
@media screen and (min-width: 1040px) {
  .no-desktop {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

.no-mobile {
  display: block;
}
@media screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
=Page Content
----------------------------------------------------------------------------- */
/*.container > .textarea:first-child > .content > h1,
.container > .full-slideshow + .textarea > .content > h1 {
	display: block;
	width:600px;
	margin:0 0 15px;
	font:bold 26px/120% $arial;
	text-transform: uppercase;
	color:#333;
	border-bottom:1px solid #ccc;
}
.container > .textarea:first-child > .content > h1 {
	padding:14px 0 3px;
}
.container > .full-slideshow + .textarea > .content > h1 {
	padding:30px 0 3px;
}
.overview {
	padding-top:31px;
	.content {
		margin:0;
	}
	h1 {
		padding:0;
	}
}
.full_column {
	.container > .textarea:first-child > .content > h1 {
		width:940px;
	}
}*/
img {
  /*max-width:600px;*/
}
img[align=left], img.left {
  float: left;
  margin: 0 15px 10px 0;
  padding: 6px;
}
img[align=right], img.right {
  float: right;
  margin: 0 0 10px 15px;
  padding: 6px;
}

.content, #content {
  margin: 0 0 0px;
  margin-bottom: 15px;
  padding: 0;
  position: relative;
  /* ----------------------------------------------------------------------------
  =Image Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Text Templates
  ----------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  =Tables
  ----------------------------------------------------------------------------- */
}
.content .container, #content .container {
  clear: both;
  position: relative;
}
.content img, #content img {
  max-width: 800px;
}
.content img[align=left], .content img.left, #content img[align=left], #content img.left {
  float: left;
  margin: 0 15px 10px 0;
  padding: 6px;
}
.content img[align=right], .content img.right, #content img[align=right], #content img.right {
  float: right;
  margin: 0 0 10px 15px;
  padding: 6px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .content img, #content img {
    max-width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .content img, #content img {
    max-width: 100%;
    height: auto !important;
  }
}
.content .textarea, #content .textarea {
  padding: 0px;
}
.content .textarea h1.lead, .content .textarea p.lead, #content .textarea h1.lead, #content .textarea p.lead {
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.content .textarea p.lead, #content .textarea p.lead {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .content .textarea p.lead, #content .textarea p.lead {
    font-size: 18px;
  }
}
.content .textarea ul, #content .textarea ul {
  padding: 0 15px 0 41px;
  list-style: none;
  margin: 0 0 20px;
  color: #333333;
}
.content .textarea ul li, #content .textarea ul li {
  padding: 0 0 8px;
  color: #333333;
  position: relative;
  font: 400 17px/150% "proxima-nova";
}
.content .textarea ul li:before, #content .textarea ul li:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: -25px;
  background: url("../images/rectangle.png") 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.content .textarea ol, #content .textarea ol {
  padding: 0 15px 0px 41px;
  margin: 0 0 20px;
  color: #333333;
}
.content .textarea ol li, #content .textarea ol li {
  padding: 0 0 8px;
  font: 400 17px/150% "proxima-nova";
  color: #333333;
  font-weight: normal;
}
.content table, #content table {
  margin: 0 0 15px;
  position: relative;
}
.content table tr, #content table tr {
  border: 1px solid #ccc;
}
.content table tr td, .content table tr th, #content table tr td, #content table tr th {
  padding: 5px;
  border: none;
}
.content table tr td p, .content table tr th p, #content table tr td p, #content table tr th p {
  margin: 0 0 5px;
}

/* ----------------------------------------------------------------------------
= GENERAL CONTENT ITEMS
----------------------------------------------------------------------------- */
.error {
  height: auto;
  background-color: #FFE603;
  border: 1px solid #FFE603;
  font-size: 12px;
  color: #000;
  padding: 4px 8px;
  width: auto;
  line-height: 12px;
  text-align: center;
  z-index: 999999;
  vertical-align: center;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 0 10px;
}
.error p {
  color: #222;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.login_form {
  display: block;
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}

.login_form input,
.login_form input[type=text] {
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 10px 6px;
  height: 30px;
  background: #333;
  width: 246px;
  text-transform: uppercase;
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
}
.login_form input::-webkit-input-placeholder,
.login_form input[type=text]::-webkit-input-placeholder {
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  color: #fff;
}
.login_form input:-moz-placeholder,
.login_form input[type=text]:-moz-placeholder {
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  color: #fff;
}
.login_form input:-ms-input-placeholder,
.login_form input[type=text]:-ms-input-placeholder {
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  color: #fff;
}
.login_form input:focus,
.login_form input[type=text]:focus {
  outline: none;
  -webkit-appearance: none;
}

.login_form input[type=submit],
.lpeRegForm input[type=submit] {
  display: block;
  width: auto;
  height: 30px;
  padding: 0 30px 0 10px;
  margin: 0 0 10px;
  color: #000;
  text-transform: uppercase;
  font: bold 14px/33px Arial, Helvetica, sans-serif;
  background: #fff;
  border: 0;
  outline: none;
}

#spotlight_6 {
  *zoom: 1;
  margin-bottom: 65px;
}
#spotlight_6:before, #spotlight_6:after {
  content: " ";
  display: table;
}
#spotlight_6:after {
  clear: both;
}
#spotlight_6 h2 {
  display: none;
}
#spotlight_6 a {
  width: 240px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
#spotlight_6 a img {
  width: 240px;
  height: 80px;
}

.styleguide-1 .holder {
  width: 604px !important;
  padding: 10px !important;
}

.button {
  font: 400 18px "proxima-nova";
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  background: #000;
  padding: 8px 15px;
  text-transform: uppercase;
  display: inline-block;
}
.button a {
  color: #fff;
}
.button a:hover {
  text-decoration: none;
}
.button:before {
  content: "";
  float: right;
  width: 25px;
  height: 15px;
  margin-left: 19px;
  margin-top: 4px;
  background: url("../images/icons/icon_button_arrow.png") no-repeat 0 0;
}
.button:hover {
  background: #666666;
  cursor: pointer;
}
.button.ticket_button {
  background: #ed174c;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.button.ticket_button:before {
  content: "";
  float: left;
  width: 25px;
  height: 23px;
  margin-right: 8px;
  margin-top: -1px;
  margin-left: 0px;
  background: url("../images/icons/icon_ticket_white.png") no-repeat 0 0;
}
.button.ticket_button:hover {
  background: #f14570;
  cursor: pointer;
}

header, .header {
  position: relative;
  z-index: 50;
  margin: 0 auto;
  padding: 0;
  height: 53px;
}
@media screen and (max-width: 767px) {
  header, .header {
    height: 95px;
  }
}
@media screen and (min-width: 1040px) {
  header, .header {
    width: 1042px;
  }
}
header .logo, .header .logo {
  padding: 0;
  z-index: 6000;
  height: 163px;
}
header .logo .header_logo a:hover, header .logo .header_logo a:focus, .header .logo .header_logo a:hover, .header .logo .header_logo a:focus {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  header .logo, .header .logo {
    height: 96px;
    position: absolute;
    top: -110px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .logo, .header .logo {
    width: 190px;
    height: 96px;
    margin: auto;
  }
}
@media screen and (min-width: 1040px) {
  header .logo, .header .logo {
    width: 272px;
    height: 163px;
    float: left;
    margin: -110px 0 0 0;
    position: initial;
    display: flex;
    align-items: flex-end;
  }
}
header .logo span, header .logo a, header .logo a:link, header .logo a:visited, .header .logo span, .header .logo a, .header .logo a:link, .header .logo a:visited {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .logo span, .header .logo span {
  cursor: default;
}
@media screen and (min-width: 1040px) {
  header .logo span, .header .logo span {
    margin-left: 5px;
  }
  header .logo span svg, .header .logo span svg {
    width: 200px;
    height: 100px;
    float: left;
  }
}
@media screen and (max-width: 1039px) {
  header .logo span svg, .header .logo span svg {
    width: 150px;
    height: 108px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  header .logo, .header .logo {
    padding-top: 10px;
  }
  header .logo span svg, .header .logo span svg {
    width: 190px;
    height: 80px;
  }
}
header .nav_home, .header .nav_home {
  width: 51px;
  height: 160px;
  background: url(../images/home_btn.png) no-repeat 0 0;
  float: left;
  margin: -53px 0px 0px -5px;
  position: relative;
  z-index: 600;
}
header .mobile-search, .header .mobile-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  display: none;
  z-index: 99;
  background: #fff;
  color: #333333;
  font: 400 14px "proxima-nova";
}
header .mobile-search *, .header .mobile-search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .mobile-search input[type=text], .header .mobile-search input[type=text] {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 10px;
  background-color: #fff;
  color: #333333;
  font: 400 14px "proxima-nova";
}
header .mobile-search button, .header .mobile-search button {
  background: white;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 0;
}
@media screen and (min-width: 1040px) {
  header .mobile-search, .header .mobile-search {
    display: none;
  }
}

.nav-toggle, .toggle-search {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20%;
  height: 100%;
  cursor: pointer;
  background: url("../images/nav-trigger.svg") center center no-repeat;
}
.nav-toggle.open, .toggle-search.open {
  background-image: url("../images/close-white.png");
}
@media screen and (min-width: 1040px) {
  .nav-toggle, .toggle-search {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle, .toggle-search {
    display: none;
  }
}

.toggle-search {
  left: auto;
  right: 0;
  background-image: url("../images/icon-search.png");
}

nav {
  position: relative;
  margin: 0px 0px 0px 235px;
  padding: 1px 0 0 0;
  z-index: 500;
}
@media screen and (min-width: 1040px) {
  nav {
    width: 806px;
    margin-left: 235px;
    background: transparent;
    height: 54px;
    overflow: visible !important;
  }
}
@media screen and (min-width: 768px) {
  nav {
    height: 54px;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1039px) {
  nav {
    margin-left: -27px;
    background: url("../images/bg_nav_mobile_full2.jpg") repeat 0 0;
    height: 52px;
    text-align: center;
    /*&:before{
    	content:none;
    	background: url("../images/nav_mobile.png") no-repeat 0 0;
    	width:49px;
    	height:51px;
    	position: absolute;
    	left: 0px;
    	top:1px;
    }*/
  }
}
@media screen and (max-width: 767px) {
  nav {
    top: 0px;
    height: auto;
    display: none;
    background: white;
  }
}
nav ul {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
@media screen and (min-width: 1040px) {
  nav ul {
    background: url("../images/bg_nav.png") no-repeat 0 0;
    width: 806px;
    display: block;
    padding-left: 0px;
    height: 54px;
  }
  nav ul li {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  nav ul {
    height: 54px;
  }
  nav ul li {
    float: left;
  }
}
@media screen and (max-width: 1039px) {
  nav ul {
    background: transparent;
    display: inline-block;
    padding-left: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  nav ul {
    width: 100%;
  }
}
nav ul:before, nav ul:after {
  content: " ";
  display: table;
}
nav ul:after {
  clear: both;
}
nav ul li {
  padding: 0;
  margin: 1px 0 0 0;
  position: relative;
  background-color: transparent;
  background: none;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  nav ul li {
    width: 100%;
    border-bottom: 1px solid #333333;
    border-right: none;
    text-align: center;
    margin: 0px;
  }
}
nav ul li:first-child, nav ul li.page_1 {
  display: none;
}
nav ul li:last-child {
  border: none;
}
nav ul li:last-child:after {
  background: none;
}
nav ul li.page_7 a {
  width: 123px;
  border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  -moz-border-radius: 0px 5px 0px 0px;
}
@media screen and (max-width: 1039px) {
  nav ul li.page_7 a {
    width: auto;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  nav ul li.page_7 a {
    width: 100%;
  }
}
nav ul li.page_7 .sub a {
  width: auto;
}
nav ul li.hover a {
  background: #000;
}
@media screen and (max-width: 767px) {
  nav ul li.hover a {
    color: white;
  }
}
nav ul li.hover .sub a {
  background: transparent;
}
nav ul li:hover, nav ul li:focus, nav ul li.active {
  background: none;
}
nav ul li.no-sub {
  background: none;
}
nav ul li.page_3 {
  position: relative;
}
nav ul li.page_3:hover a:before, nav ul li.page_3 a.active:before {
  content: "";
  width: 49px;
  height: 52px;
  background: url("../images/bg_nav_active.png") no-repeat 0 0;
  position: absolute;
  top: -1px;
  left: -36px;
}
nav ul li.page_3:hover a a:before, nav ul li.page_3 a.active a:before {
  content: none;
}
@media screen and (max-width: 1039px) {
  nav ul li.page_3 {
    width: auto;
  }
  nav ul li.page_3:hover a:before, nav ul li.page_3 a.active:before {
    display: none;
  }
}
nav a, nav a:visited {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font: 700 15px "proxima-nova";
  margin: 0;
  height: 49px;
  padding: 15px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
nav a:hover, nav a.active, nav a.hover, nav a:visited:hover, nav a:visited.active, nav a:visited.hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 1039px) {
  nav a, nav a:visited {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  nav a, nav a:visited {
    color: #333333;
    display: inline-block;
    width: 100%;
  }
}
nav .hover > a {
  text-decoration: none;
}

nav .selected a:hover, nav a.active {
  text-decoration: none;
}

nav ul .sub {
  display: none;
  position: absolute;
  left: -40px;
  top: 46px !important;
  width: 190px;
  padding: 5px 0 0;
  z-index: 9000;
  margin: 0;
  background: none;
  background-color: none;
  border: none !important;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 767px) {
  nav ul .sub {
    position: initial;
    left: 0px;
    width: 100%;
    padding: 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  nav ul .sub {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1040px) {
  nav ul .sub {
    margin-top: 0px;
  }
}
nav ul .sub ul {
  background: none;
  background-color: rgb(50, 50, 50);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(50, 50, 50)), color-stop(100%, rgb(18, 18, 18)));
  background-image: -moz-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
  background-image: -webkit-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
  background-image: linear-gradient(to bottom, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
}
@media screen and (max-width: 767px) {
  nav ul .sub ul {
    width: 100%;
  }
}
nav ul .sub ul li:after {
  background: none;
}
nav ul .sub ul li a:before {
  display: none;
  content: none;
}

nav ul ul {
  position: relative;
  display: block;
  border: none;
  width: 190px;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-color: rgb(50, 50, 50);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(50, 50, 50)), color-stop(100%, rgb(18, 18, 18)));
  background-image: -moz-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
  background-image: -webkit-linear-gradient(top, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
  background-image: linear-gradient(to bottom, rgb(50, 50, 50) 0%, rgb(18, 18, 18) 100%);
}
nav ul ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  float: none;
  height: auto;
  background: none;
  color: #fff;
  border-top: 1px solid #000;
  border-right: none;
  text-align: center;
}
nav ul ul li:first-child {
  display: block;
  border-top: none;
}
nav ul ul li:first-child a, nav ul ul li:first-child a:visited {
  background: none;
}
nav ul ul li:last-child {
  border-top: 1px solid #000;
}
nav ul ul li:hover, nav ul ul li:focus, nav ul ul li.active {
  background: url(../images/bg_subnav.png) repeat 0 0 !important;
  color: #fff;
}
nav ul ul li a, nav ul ul li a:visited {
  display: block;
  margin: 0px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  height: auto;
  cursor: pointer;
  color: #fff;
  font: 400 14px "proxima-nova";
  letter-spacing: 1px;
}
nav ul ul li a:hover, nav ul ul li a:focus, nav ul ul li a.active, nav ul ul li a:visited:hover, nav ul ul li a:visited:focus, nav ul ul li a:visited.active {
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: url(../images/bg_subnav.png) repeat 0 0 !important;
}
@media screen and (max-width: 767px) {
  nav ul ul li a, nav ul ul li a:visited {
    font-size: 13px;
  }
}

nav li.page_3 .sub {
  left: -6px;
}

nav li.page_4 .sub {
  left: -42px;
}

nav li.page_5 .sub {
  left: -3px;
}

nav li.page_6 .sub {
  left: -10px;
}

nav li.page_7 .sub {
  left: -31px;
}

nav li.page_8 .sub {
  left: -25px;
}

nav li.page_8 .sub {
  left: -25px;
}

/* ----------------------------------------------------------------------------
=footer
----------------------------------------------------------------------------- */
footer, .footer {
  margin: 0;
  width: 100%;
}
footer .footer-main, .footer .footer-main {
  background: url(../images/bg_footer_new.png) repeat center center;
  height: 603px;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 1039px) {
  footer .footer-main, .footer .footer-main {
    background: transparent;
    height: auto;
  }
}
footer .footer-toolbar, .footer .footer-toolbar {
  position: relative;
  width: 100%;
  min-height: 36px;
  margin: 0 auto;
  border-top: 1px solid #333;
}
footer .footer-container, .footer .footer-container {
  position: relative;
  margin: 0 auto;
  padding: 28px 0;
  *zoom: 1;
}
footer .footer-container:before, footer .footer-container:after, .footer .footer-container:before, .footer .footer-container:after {
  content: " ";
  display: table;
}
footer .footer-container:after, .footer .footer-container:after {
  clear: both;
}
footer .footer_bottom_copyright, .footer .footer_bottom_copyright {
  display: flex;
  justify-content: center;
}
footer .logo, .footer .logo {
  position: relative;
  width: 300px;
  height: 100px;
  padding-top: 50px;
  padding-left: 0px;
  float: left;
  margin-right: 41px;
  display: flex;
}
footer .logo a:hover, footer .logo a:focus, .footer .logo a:hover, .footer .logo a:focus {
  opacity: 0.8;
}
footer .logo .the-studio-logo, .footer .logo .the-studio-logo {
  text-indent: 130%;
}
footer .logo .the-studio-logo svg, .footer .logo .the-studio-logo svg {
  width: 100px;
  height: 50px;
  float: left;
}
footer .logo .first-ontario-logo, .footer .logo .first-ontario-logo {
  text-indent: 130%;
  margin-right: 30px;
}
footer .logo .first-ontario-logo svg, .footer .logo .first-ontario-logo svg {
  width: 170px;
  height: 50px;
  float: left;
}
@media screen and (max-width: 767px) {
  footer .logo, .footer .logo {
    float: none;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
  }
}
footer .footer_bottom, .footer .footer_bottom {
  width: 100%;
}
@media screen and (max-width: 1039px) {
  footer .footer_bottom, .footer .footer_bottom {
    text-align: center;
  }
}
footer .footer_bottom_wrapper, .footer .footer_bottom_wrapper {
  margin: auto;
  width: 1040px;
  padding-left: 17px;
}
@media screen and (max-width: 1039px) {
  footer .footer_bottom_wrapper, .footer .footer_bottom_wrapper {
    width: 100%;
    padding-left: 0px;
  }
}
footer .footer_bottom_logos > a > div, .footer .footer_bottom_logos > a > div {
  position: relative;
}
@media screen and (max-width: 1039px) {
  footer .footer_bottom_logos, .footer .footer_bottom_logos {
    clear: both;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_bottom_logos, .footer .footer_bottom_logos {
    display: block;
  }
  footer .footer_bottom_logos a, .footer .footer_bottom_logos a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer_bottom_logos a > div, footer .footer_bottom_logos a > img, .footer .footer_bottom_logos a > div, .footer .footer_bottom_logos a > img {
    width: 105px;
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  footer .footer_bottom_logos, .footer .footer_bottom_logos {
    margin-left: 10px;
    float: left;
  }
}
footer .footer_bottom_copyright, .footer .footer_bottom_copyright {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer_bottom_copyright, .footer .footer_bottom_copyright {
    display: flex;
    justify-content: center;
  }
}
footer .arenainfo, .footer .arenainfo {
  position: relative;
  float: left;
  margin: 44px 0px 0px 0px;
  width: 150px;
  *zoom: 1;
}
footer .arenainfo:before, footer .arenainfo:after, .footer .arenainfo:before, .footer .arenainfo:after {
  content: " ";
  display: table;
}
footer .arenainfo:after, .footer .arenainfo:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .arenainfo, .footer .arenainfo {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    margin-top: 60px;
  }
}
footer .arenainfo a.info-map, footer .arenainfo a.info-map:visited, .footer .arenainfo a.info-map, .footer .arenainfo a.info-map:visited {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border: 5px solid #666;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-right: 21px;
}
footer .arenainfo a.info-map:hover, footer .arenainfo a.info-map:focus, footer .arenainfo a.info-map:visited:hover, footer .arenainfo a.info-map:visited:focus, .footer .arenainfo a.info-map:hover, .footer .arenainfo a.info-map:focus, .footer .arenainfo a.info-map:visited:hover, .footer .arenainfo a.info-map:visited:focus {
  border-color: red;
}
footer .arenainfo address, .footer .arenainfo address {
  display: block;
  float: left;
  width: 150px;
  position: relative;
  padding-top: 4px;
  margin: 0;
  float: left;
  font: normal 11px "proxima-nova";
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .arenainfo address, .footer .arenainfo address {
    width: 160px;
  }
}
footer .arenainfo address a, .footer .arenainfo address a {
  color: #999999;
}
footer .arenainfo address a:hover, .footer .arenainfo address a:hover {
  color: #F49F39;
  text-decoration: none;
}
footer .footer_logo1, .footer .footer_logo1 {
  float: left;
  width: 130px;
  height: 69px;
  margin: 48px 0px 0px 3px;
  padding-top: 18px;
  position: relative;
  text-align: center;
  filter: grayscale(100%);
}
footer .footer_logo1 img, .footer .footer_logo1 img {
  max-width: 80%;
}
footer .footer_logo1:hover, .footer .footer_logo1:hover {
  filter: none;
}
footer .footer_logo2, .footer .footer_logo2 {
  float: left;
  width: 130px;
  height: 20px;
  background: url("../images/icons/footer_logo_livenation.png") no-repeat 0 0;
  margin: 73px 0px 0px 42px;
  position: relative;
  *zoom: 1;
}
footer .footer_logo2:before, footer .footer_logo2:after, .footer .footer_logo2:before, .footer .footer_logo2:after {
  content: " ";
  display: table;
}
footer .footer_logo2:after, .footer .footer_logo2:after {
  clear: both;
}
footer .footer_logo2:hover, .footer .footer_logo2:hover {
  background: url("../images/icons/footer_logo_livenation_active.png") no-repeat 0 0;
}
footer .footer_logo3, .footer .footer_logo3 {
  float: left;
  width: 130px;
  height: 81px;
  margin: 46px 0px 0px 37px;
  background: url("../images/icons/footer_logo_hilton_active.png") no-repeat 0 0;
  position: relative;
  *zoom: 1;
  filter: grayscale(100%);
}
footer .footer_logo3:before, footer .footer_logo3:after, .footer .footer_logo3:before, .footer .footer_logo3:after {
  content: " ";
  display: table;
}
footer .footer_logo3:after, .footer .footer_logo3:after {
  clear: both;
}
footer .footer_logo3:hover, .footer .footer_logo3:hover {
  background: url("../images/icons/footer_logo_hilton_active.png") no-repeat 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer_logo1,
  footer .footer_logo2,
  footer .footer_logo3, .footer .footer_logo1,
  .footer .footer_logo2,
  .footer .footer_logo3 {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_bottom_logos .footer_logo1,
  footer .footer_bottom_logos .footer_logo2,
  footer .footer_bottom_logos .footer_logo3, .footer .footer_bottom_logos .footer_logo1,
  .footer .footer_bottom_logos .footer_logo2,
  .footer .footer_bottom_logos .footer_logo3 {
    margin: 48px 0px 0px 0px;
  }
}
footer .footer_logo1:after,
footer .footer_logo2:after,
footer .footer_logo3:after, .footer .footer_logo1:after,
.footer .footer_logo2:after,
.footer .footer_logo3:after {
  content: "";
  width: 2px;
  height: 93px;
  position: absolute;
  background: #343434;
  left: 0;
  top: -8px;
  transform: rotate(20deg);
}
footer .footer_logo2:after, .footer .footer_logo2:after {
  top: -31px;
  left: -35px;
}
footer .footer_logo3:after, .footer .footer_logo3:after {
  top: -31px;
  left: -35px;
}
@media screen and (max-width: 1039px) {
  footer .footer_logo1:after,
  footer .footer_logo2:after,
  footer .footer_logo3:after, .footer .footer_logo1:after,
  .footer .footer_logo2:after,
  .footer .footer_logo3:after {
    display: none;
  }
}
footer .footerSelected, .footer .footerSelected {
  text-decoration: underline;
}
footer .sub_nav, .footer .sub_nav {
  height: 30px;
  *zoom: 1;
  width: 100%;
}
footer .sub_nav:before, footer .sub_nav:after, .footer .sub_nav:before, .footer .sub_nav:after {
  content: " ";
  display: table;
}
footer .sub_nav:after, .footer .sub_nav:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .sub_nav, .footer .sub_nav {
    height: auto;
    text-align: center;
  }
}
footer .sub_nav ul, .footer .sub_nav ul {
  position: initial;
  display: block;
  list-style: none;
  padding: 0;
  margin: auto;
  width: 539px;
}
@media screen and (max-width: 767px) {
  footer .sub_nav ul, .footer .sub_nav ul {
    width: auto;
    display: inline-block;
    margin: 0px auto;
  }
}
footer .sub_nav ul li, .footer .sub_nav ul li {
  float: left;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  footer .sub_nav ul li, .footer .sub_nav ul li {
    margin: 5px auto;
  }
}
footer .sub_nav ul li:first-child, .footer .sub_nav ul li:first-child {
  border-left: none;
}
footer .sub_nav ul li a, .footer .sub_nav ul li a {
  position: relative;
  display: block;
  padding: 0px 15px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  font: 400 10px "proxima-nova";
}
footer .sub_nav ul li a:hover, footer .sub_nav ul li a:hover span, .footer .sub_nav ul li a:hover, .footer .sub_nav ul li a:hover span {
  text-decoration: underline;
}
footer .sub_nav ul li a.active, footer .sub_nav ul li a.active:hover, .footer .sub_nav ul li a.active, .footer .sub_nav ul li a.active:hover {
  cursor: default;
}
@media screen and (max-width: 767px) {
  footer .sub_nav ul li a, .footer .sub_nav ul li a {
    font: 700 10px "proxima-nova";
    padding: 0px 10px;
  }
}
@media screen and (max-width: 480px) {
  footer .sub_nav ul li a, .footer .sub_nav ul li a {
    font: 700 9px "proxima-nova";
    padding: 0px 5px;
  }
}
footer .nav, .footer .nav {
  height: 30px;
  width: 100%;
  *zoom: 1;
  margin-top: 18px;
  margin-bottom: 8px;
  text-align: center;
}
footer .nav:before, footer .nav:after, .footer .nav:before, .footer .nav:after {
  content: " ";
  display: table;
}
footer .nav:after, .footer .nav:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .nav, .footer .nav {
    height: auto;
  }
}
footer .nav ul, .footer .nav ul {
  position: initial;
  display: block;
  list-style: none;
  padding: 0;
  margin: auto;
  width: 570px;
}
@media screen and (max-width: 767px) {
  footer .nav ul, .footer .nav ul {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
  }
}
footer .nav ul li, .footer .nav ul li {
  float: left;
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  footer .nav ul li, .footer .nav ul li {
    margin: 5px auto;
  }
}
footer .nav ul li:first-child, .footer .nav ul li:first-child {
  border-left: none;
}
footer .nav ul li a, .footer .nav ul li a {
  position: relative;
  display: block;
  padding: 0px 30px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 16px "proxima-nova";
}
footer .nav ul li a:hover, footer .nav ul li a:hover span, .footer .nav ul li a:hover, .footer .nav ul li a:hover span {
  text-decoration: underline;
}
footer .nav ul li a.active, footer .nav ul li a.active:hover, .footer .nav ul li a.active, .footer .nav ul li a.active:hover {
  cursor: default;
}
@media screen and (max-width: 767px) {
  footer .nav ul li a, .footer .nav ul li a {
    font: 700 14px "proxima-nova";
    padding: 0px 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .nav ul li a, .footer .nav ul li a {
    font: 700 12px "proxima-nova";
    padding: 0px 10px;
  }
}
footer .nav ul li.social, .footer .nav ul li.social {
  *zoom: 1;
}
footer .nav ul li.social:before, footer .nav ul li.social:after, .footer .nav ul li.social:before, .footer .nav ul li.social:after {
  content: " ";
  display: table;
}
footer .nav ul li.social:after, .footer .nav ul li.social:after {
  clear: both;
}
footer .nav ul li.social a, footer .nav ul li.social a:visited, .footer .nav ul li.social a, .footer .nav ul li.social a:visited {
  width: 27px;
  height: 37px;
  padding: 0;
  margin-left: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  background: url(../images/foot-social.png) no-repeat 0 0;
}
footer .nav ul li.social a.tw, .footer .nav ul li.social a.tw {
  background-position: 0 10px;
  margin-left: 10px;
}
footer .nav ul li.social a.tw:hover, footer .nav ul li.social a.tw:focus, .footer .nav ul li.social a.tw:hover, .footer .nav ul li.social a.tw:focus {
  background-position: 0 -40px;
}
footer .nav ul li.social a.fb, .footer .nav ul li.social a.fb {
  background-position: -39px 9px;
}
footer .nav ul li.social a.fb:hover, footer .nav ul li.social a.fb:focus, .footer .nav ul li.social a.fb:hover, .footer .nav ul li.social a.fb:focus {
  background-position: -39px -41px;
}
footer .nav ul li.social a.in, .footer .nav ul li.social a.in {
  background-position: -77px 10px;
}
footer .nav ul li.social a.in:hover, footer .nav ul li.social a.in:focus, .footer .nav ul li.social a.in:hover, .footer .nav ul li.social a.in:focus {
  background-position: -77px -40px;
}
footer .global-footer, .footer .global-footer {
  color: #999999;
  position: relative;
  width: 1000px;
  padding: 0px;
  margin: 0 auto;
  font-size: 11px;
  *zoom: 1;
}
footer .global-footer:before, footer .global-footer:after, .footer .global-footer:before, .footer .global-footer:after {
  content: " ";
  display: table;
}
footer .global-footer:after, .footer .global-footer:after {
  clear: both;
}
footer .global-footer p, .footer .global-footer p {
  position: relative;
  display: block;
  float: left;
  color: #999999;
  margin: 0;
  padding: 15px 0px 0px 10px;
  font: normal 10px/120% Arial, Helvetica, sans-serif;
}
footer .global-footer p a, footer .global-footer p a:visited, .footer .global-footer p a, .footer .global-footer p a:visited {
  color: #999999;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .global-footer p a:hover, footer .global-footer p a:focus, footer .global-footer p a:visited:hover, footer .global-footer p a:visited:focus, .footer .global-footer p a:hover, .footer .global-footer p a:focus, .footer .global-footer p a:visited:hover, .footer .global-footer p a:visited:focus {
  color: #999999;
  text-decoration: none;
}
footer .global-footer .delimiter, .footer .global-footer .delimiter {
  color: #999999;
  padding: 0 2px;
}
footer .footer_main_logo, .footer .footer_main_logo {
  width: 100%;
  height: 35px;
  margin: 20px 0px 40px 0px;
  background: url("../images/logo_hamilton_2.png") no-repeat center;
  background-size: 245px;
}
footer .footer_venues, .footer .footer_venues {
  width: 100%;
  height: 227px;
}
footer .footer_venues a, .footer .footer_venues a {
  display: list-item;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_venues, .footer .footer_venues {
    height: auto;
  }
}
footer .footer_venues ul, .footer .footer_venues ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  width: 630px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_venues ul, .footer .footer_venues ul {
    width: 100%;
    text-align: center;
  }
}
footer .footer_venues ul li, .footer .footer_venues ul li {
  width: 208px;
  height: 180px;
  padding: 10px;
  margin: auto;
  float: none;
  text-indent: -9999px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_venues ul li, .footer .footer_venues ul li {
    float: none;
    margin: auto;
  }
}
footer .footer_venues ul li:hover, .footer .footer_venues ul li:hover {
  cursor: pointer;
}
footer .footer_venues ul li.venue_2, .footer .footer_venues ul li.venue_2 {
  background: url("../images/icons/footer_venue_2.png") no-repeat 0 0;
}
footer .footer_venues ul li.venue_2:hover, .footer .footer_venues ul li.venue_2:hover {
  background: url("../images/icons/footer_venue_2_active.png") no-repeat 0 0;
}
footer .footer_venues ul li.venue_3, .footer .footer_venues ul li.venue_3 {
  background: url("../images/icons/footer_venue_3.png") no-repeat 0 0;
}
footer .footer_venues ul li.venue_3:hover, .footer .footer_venues ul li.venue_3:hover {
  background: url("../images/icons/footer_venue_3_active.png") no-repeat 0 0;
}
footer .footer_banners, .footer .footer_banners {
  width: 100%;
  height: 92px;
  padding: 0px;
  text-align: center;
  background-color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #191919));
  background-image: -moz-linear-gradient(top, #333333 0%, #191919 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #191919 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #191919 100%);
  border-bottom: 1px solid #191919;
  border-top: 1px solid #191919;
}
@media screen and (max-width: 1039px) {
  footer .footer_banners, .footer .footer_banners {
    border: none;
    height: auto;
  }
}
footer .footer_banners .footer_banner, .footer .footer_banners .footer_banner {
  width: 1040px;
  margin: 0;
  padding: 0;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 1039px) {
  footer .footer_banners .footer_banner, .footer .footer_banners .footer_banner {
    width: 100%;
  }
}
footer .footer_banners .footer_banner .footer_banner_item_1, .footer .footer_banners .footer_banner .footer_banner_item_1 {
  width: 728px;
  height: 90px;
  float: left;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 1039px) {
  footer .footer_banners .footer_banner .footer_banner_item_1, .footer .footer_banners .footer_banner .footer_banner_item_1 {
    float: none;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_banners .footer_banner .footer_banner_item_1, .footer .footer_banners .footer_banner .footer_banner_item_1 {
    width: 100%;
    padding: 0px 15px;
    height: auto;
  }
}
footer .footer_banners .footer_banner .footer_banner_item_1 ul li, .footer .footer_banners .footer_banner .footer_banner_item_1 ul li {
  width: 728px;
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .footer_banners .footer_banner .footer_banner_item_1 ul li, .footer .footer_banners .footer_banner .footer_banner_item_1 ul li {
    width: 100%;
    height: auto;
  }
}
footer .footer_banners .footer_banner .footer_banner_item_1 ul li img, .footer .footer_banners .footer_banner .footer_banner_item_1 ul li img {
  max-width: 728px;
  width: 728px;
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .footer_banners .footer_banner .footer_banner_item_1 ul li img, .footer .footer_banners .footer_banner .footer_banner_item_1 ul li img {
    width: 100%;
    height: auto;
  }
}
footer .footer_banners .footer_banner .footer_banner_item_2, .footer .footer_banners .footer_banner .footer_banner_item_2 {
  width: 310px;
  height: 90px;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 2px;
}
@media screen and (max-width: 1039px) {
  footer .footer_banners .footer_banner .footer_banner_item_2, .footer .footer_banners .footer_banner .footer_banner_item_2 {
    float: none;
    margin: 10px auto;
  }
}
@media screen and (max-width: 1040px) {
  footer .footer_banners .footer_banner .footer_banner_item_2, .footer .footer_banners .footer_banner .footer_banner_item_2 {
    display: none;
  }
}
footer .footer_banners .footer_banner .footer_banner_item_2 ul li, .footer .footer_banners .footer_banner .footer_banner_item_2 ul li {
  width: 310px;
  height: 90px;
  overflow: hidden;
}
footer .footer_banners .footer_banner .footer_banner_item_2 ul li img, .footer .footer_banners .footer_banner .footer_banner_item_2 ul li img {
  max-width: 310px;
  width: 310px;
  height: 90px;
  overflow: hidden;
}

a#carbonhouse .carbonhouse_logo, a#carbonhouse:link .carbonhouse_logo, a#carbonhouse:visited .carbonhouse_logo {
  text-indent: -9999px;
  width: 136px;
  height: 11px;
  background: url("../images/logo_carbonhouse.png") no-repeat 0 0;
}
@media screen and (max-width: 767px) {
  a#carbonhouse .carbonhouse_logo, a#carbonhouse:link .carbonhouse_logo, a#carbonhouse:visited .carbonhouse_logo {
    margin: 10px auto;
  }
}

.home_banners {
  width: 980px;
  height: 90px;
  overflow: hidden;
  margin: 0px 0px 40px 0px;
}
.home_banners .slider_banner {
  width: 728px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}
.home_banners .slider_banner .banner {
  width: 728px;
  height: 90px;
}
.home_banners .slider_banner img {
  width: 728px;
  max-width: 728px;
  height: 90px;
}
.home_banners .ticketmaster_banner {
  width: 241px;
  height: 90px;
  overflow: hidden;
  padding: 3px;
  background: #AB0805;
  border: 1px solid #ccc;
  *zoom: 1;
}
.home_banners .ticketmaster_banner:before, .home_banners .ticketmaster_banner:after {
  content: " ";
  display: table;
}
.home_banners .ticketmaster_banner:after {
  clear: both;
}
.home_banners .ticketmaster_banner img {
  width: 232px;
  height: 82px;
}

.home .content img, .home #content img {
  max-width: 1040px;
}
.home .full {
  padding-bottom: 0;
}
.home .full .full_column {
  width: 100%;
  padding: 0 0 40px;
  background: none;
  filter: none;
}
@media screen and (min-width: 1040px) {
  .home .full .full_column {
    width: 1040px;
  }
}
.home .home_top {
  height: auto;
  width: 100%;
  background: url(../images/home_featured_bg.png) no-repeat bottom 22px center;
}
@media screen and (min-width: 1040px) {
  .home .home_top {
    width: 1040px;
    height: 400px;
  }
}
.home .home_top .home_banner_fader {
  width: 318px;
  height: 395px;
  float: right;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-left: 2px solid #AB0805;
}
.home .home_top .home_banner_fader .home_fader_event {
  position: relative;
}
.home .home_top .home_banner_fader .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home .home_top .home_banner_fader .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.home .home_top .home_banner_fader .rslides li:before {
  display: none;
}
.home .home_top .home_banner_fader .rslides li img {
  width: 280px;
  height: 200px;
}
.home .home_top .home_banner_fader .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.home .home_top .home_banner_fader .rslides li a, .home .home_top .home_banner_fader .rslides li a:visited {
  display: block;
  position: relative;
}
.home .home_top .home_banner_fader .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.home .home_top .home_banner_fader h2 {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-top: none;
  color: #FFF;
  height: 46px;
  padding: 13px 0;
  text-align: center;
  width: 100%;
  font: 300 17px "museo-sans-1", "museo-sans-2";
}
.home .home_top .home_banner_fader h2:before {
  color: #A05E23;
  content: "• • •";
  float: left;
  margin-right: 5px;
  margin-left: 40px;
  margin-top: 0px;
}
.home .home_top .home_banner_fader h2:after {
  color: #A05E23;
  content: "• • •";
  float: right;
  margin-left: 5px;
  margin-right: 40px;
  margin-top: 0px;
}
.home .home_top .home_banner_fader .thumb {
  width: 296px;
  border: 1px solid #9D534F;
  padding: 7px;
  height: 218px;
  margin: 6px 10px;
  background: rgba(0, 0, 0, 0.6);
}
.home .home_top .home_banner_fader .date {
  color: #5e5e5e;
  margin: 7px 10px;
  font-size: 11px;
  font-weight: normal;
  font-family: "museo-sans-1", "museo-sans-2";
}
.home .home_top .home_banner_fader h3 {
  color: #fff !important;
  border-bottom: 1px dotted #AB0805;
  margin: 0px 10px !important;
  font-size: 15px !important;
  font-weight: normal !important;
  padding: 0px 0px 10px 0px !important;
  width: 100%;
  overflow: hidden;
  font-family: "museo-sans-1", "museo-sans-2";
}
.home .home_top .home_banner_fader .event_fader_link {
  margin: 3px 10px;
  padding-top: 0px;
  height: 30px;
  width: 100%;
  *zoom: 1;
}
.home .home_top .home_banner_fader .event_fader_link:before, .home .home_top .home_banner_fader .event_fader_link:after {
  content: " ";
  display: table;
}
.home .home_top .home_banner_fader .event_fader_link:after {
  clear: both;
}
.home .home_top .home_banner_fader .event_fader_link a {
  color: #7ECDDF;
  font-weight: normal;
  font-size: 11px;
  float: left;
  display: inline;
  width: 51px;
  font-family: "museo-sans-1", "museo-sans-2";
}
.home .home_top .home_banner_fader .event_fader_link a:hover {
  color: #fff;
  text-decoration: none;
}
.home .home_top .home_banner_fader .event_fader_link a:last-child {
  width: 90px;
}
.home .home_top .home_banner_fader .event_fader_link a:last-child:before {
  color: #7ECDDF;
  content: "|";
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 0px;
}
.home .home_top .home_banner_fader .event_fader_link a:first-child:before {
  content: "";
}
.home .home_top .home_banner_fader .event_fader_more {
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.6);
  font-family: "museo-sans-1", "museo-sans-2";
}
.home .home_top .home_banner_fader .event_fader_more a {
  color: #A05E23;
  font-weight: normal;
}
.home .home_top .home_banner_fader .event_fader_more a:hover {
  color: #fff;
  text-decoration: none;
}
.home #branding {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
}
@media screen and (min-width: 1040px) {
  .home #branding {
    width: 1040px;
    height: 400px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .home #branding {
    padding-right: 0px;
  }
}
.home #branding img {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .home #branding img {
    width: 100% !important;
    height: auto !important;
  }
}
.home .home-tabs {
  width: 320px;
  height: 395px;
  float: right;
  margin-top: -6px;
}
.home .home-tabs .rsTabs {
  height: 40px;
  float: none;
}
.home .home-tabs .rsTabs .rsTab {
  border: 0;
  padding: 0;
  width: 160px;
  height: 40px;
  color: #fff;
  font: bold 16px/40px Arial, Helvetica, sans-serif;
  background: #333;
  text-align: center;
  z-index: 3;
}
.home .home-tabs .rsTabs .rsTab .rsTmb {
  background: none;
}
.home .home-tabs .rsTabs .rsTab.rsNavSelected {
  background: black;
  color: white;
  z-index: 5;
}
.home .home-tabs .rsTabs .rsTab.rsNavSelected:hover, .home .home-tabs .rsTabs .rsTab.rsNavSelected:focus {
  color: white;
}
.home .home-tabs .rsTabs .rsTab.rsNavSelected:hover .rsTmb.fbTmb, .home .home-tabs .rsTabs .rsTab.rsNavSelected:focus .rsTmb.fbTmb {
  background-position: 10px -42px;
}
.home .home-tabs .rsTabs .rsTab.rsNavSelected:hover .rsTmb.twTmb, .home .home-tabs .rsTabs .rsTab.rsNavSelected:focus .rsTmb.twTmb {
  background-position: 19px -124px;
}
.home .home-tabs .rsTabs .rsTab:hover, .home .home-tabs .rsTabs .rsTab:focus {
  color: white;
}
.home .home-tabs .rsTabs .rsTab:first-child.rsNavSelected {
  background: black;
}
.home .home-tabs .rsOverflow {
  float: none;
  width: 320px;
  height: 395px !important;
  z-index: 4;
  background-color: #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(100%, #333));
  background-image: -moz-linear-gradient(top, #000 0%, #333 100%);
  background-image: -webkit-linear-gradient(top, #000 0%, #333 100%);
  background-image: linear-gradient(to bottom, #000 0%, #333 100%);
}
.home .home-tabs .rsOverflow .home-cal, .home .home-tabs .rsOverflow .event-listing {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 10px auto 0;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list {
  width: 300px;
  height: 300px;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .list {
  height: 310px !important;
  width: 320px !important;
  overflow: auto;
  position: relative;
  margin-left: -10px;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .list .jspContainer {
  width: 320px !important;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry {
  width: 280px;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry a:hover, .home .home-tabs .rsOverflow .event-listing .home-event-list .entry a:focus {
  text-decoration: none;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry a:hover h3, .home .home-tabs .rsOverflow .event-listing .home-event-list .entry a:focus h3 {
  color: red;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry .info {
  position: relative;
  width: 260px;
  margin-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid black;
  border-top: 1px solid #333;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry .info .date {
  position: relative;
  margin: 0 0 0 -20px;
  width: auto;
  max-width: 130px;
  height: 30px;
  padding: 0 10px;
  text-align: left;
  background: transparent;
  color: white;
  font: bold 14px/30px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry .info h3 {
  position: relative;
  display: block;
  width: 260px;
  height: auto;
  margin: 0;
  padding: 8px 0 0;
  color: white;
  text-transform: uppercase;
  font: bold 16px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry:first-child {
  margin-top: 0px;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry:first-child .info {
  border-top: 0;
  padding-top: 8px;
}
.home .home-tabs .rsOverflow .event-listing .home-event-list .entry:last-child .info {
  border-bottom: 0;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar {
  height: 300px;
  right: 13px;
  background: #fff;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspTrack {
  height: 258px !important;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspTrack .jspDrag {
  width: 10px;
  height: 30px;
  background: url(../images/event-drag-arrow.png) no-repeat 1px center;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow {
  margin-left: -5px;
  width: 20px;
  height: 23px;
  background: url(../images/event-list-arrows.png) no-repeat 0 0;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow.jspArrowUp:hover, .home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow.jspArrowUp:focus {
  background-position: -20px 0;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow.jspArrowDown {
  margin-top: -7px;
  background-position: 0 -23px;
}
.home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow.jspArrowDown:hover, .home .home-tabs .rsOverflow .event-listing .jspVerticalBar .jspArrow.jspArrowDown:focus {
  background-position: -20px -23px;
}
.home .home_main {
  width: 100%;
  margin-top: 60px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .home .home_main {
    width: 1040px;
    margin-top: 29px;
  }
}
.home .home_main .home_upcoming {
  font: 700 16px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin-right: 15px;
  margin-left: 5px;
  margin-top: 13px;
}
@media screen and (max-width: 1039px) {
  .home .home_main .home_upcoming {
    margin-left: 25px;
  }
}
.home .home_main .home_view_all {
  padding-left: 15px;
  width: 200px;
  float: left;
  position: relative;
}
.home .home_main .home_view_all a {
  font: 700 16px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 13px;
  padding-left: 11px;
}
.home .home_main .home_view_all a:hover {
  text-decoration: underline;
  color: white;
}
.home .home_main .home_view_all a:after {
  float: right;
  content: "";
  background: url("../images/arrow_right.png") no-repeat 13px 3px;
  width: 44px;
  height: 27px;
}
.home .home_main .home_view_all:before {
  float: left;
  content: "";
  height: 44px;
}
@media screen and (min-width: 415px) {
  .home .home_main .home_view_all {
    padding-left: 15px;
  }
  .home .home_main .home_view_all:before {
    background: url("../images/divider.png") no-repeat 0 0;
    width: 19px;
  }
}
.home .home_main .home_main_left {
  /* colors by venue */
}
@media screen and (min-width: 1040px) {
  .home .home_main .home_main_left {
    width: 695px;
  }
}
@media screen and (min-width: 768px) {
  .home .home_main .home_main_left {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .home .home_main .home_main_left {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .home .home_main .home_main_left {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home .home_main .home_main_left ul li {
  padding-left: 0px;
}
.home .home_main .home_main_left .buttons a.more, .home .home_main .home_main_left .buttons a:link.more, .home .home_main .home_main_left .buttons a:visited.more, .home .home_main .home_main_left .buttons a.tickets, .home .home_main .home_main_left .buttons a:link.tickets, .home .home_main .home_main_left .buttons a:visited.tickets {
  background: url("../images/arrow_main.png") no-repeat 0 0;
}
.home .home_main .home_main_left .more[data-category=firstontariocentre] {
  background: url(../images/arrow_firstontariocentre.png) no-repeat 0 0 !important;
}
.home .home_main .home_main_left .more[data-category=hamiltonplace] {
  background: url(../images/arrow_hamiltonplace.png) no-repeat 0 0 !important;
}
.home .home_main .home_main_left .more[data-category=firstontarioconcerthall] {
  background: url(../images/arrow_firstontarioconcerthall.png) no-repeat 0 0 !important;
}
.home .home_main .home_main_left .more[data-category=molsoncanadianstudio] {
  background: url(../images/arrow_molsoncanadianstudio.png) no-repeat 0 0 !important;
}
.home .home_main .home_main_left .more[data-category=thestudio] {
  background: url(../images/arrow_thestudio.png) no-repeat 0 0 !important;
}
.home .home_main .home_main_left .buttons {
  padding: 4px 22px;
}
.home .home_main .home_main_left .tickets {
  display: none;
}
.home .home_main .home_banners_right {
  float: right;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding-right: 20px;
}
@media screen and (min-width: 1040px) {
  .home .home_main .home_banners_right {
    width: 320px;
    padding-right: 0px;
    margin-top: 54px;
  }
}
@media screen and (max-width: 1039px) {
  .home .home_main .home_banners_right {
    float: none;
    position: initial !important;
    margin: auto;
    width: 655px;
  }
}
@media screen and (max-width: 767px) {
  .home .home_main .home_banners_right {
    width: 100%;
    padding-right: 0px;
  }
}
.home #banner_8 {
  width: 320px;
  height: 241px;
  float: left;
}
.home #banner_8 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1040px) {
  .home #banner_8 {
    float: none;
    width: 320px;
    height: 241px;
  }
  .home #banner_8 img {
    width: 320px;
    height: 241px;
  }
}
@media screen and (max-width: 767px) {
  .home #banner_8 {
    float: none;
    margin: auto;
  }
}
.home #banner_9 {
  float: left;
  margin-left: 20px;
  border: 1px solid #444;
  background: #292929;
  padding: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home #banner_9 img {
  width: 253px;
  height: auto;
}
@media screen and (min-width: 1040px) {
  .home #banner_9 {
    float: none;
    margin-top: 20px;
    margin-left: 0px;
  }
  .home #banner_9 img {
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .home #banner_9 {
    float: none;
    width: 320px;
    padding: 10px;
    margin: 20px auto 0px;
  }
  .home #banner_9 img {
    width: 300px;
    height: 250px;
  }
}
.home #content .entry {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 4px 0px;
  display: table;
  border: 1px solid #444444;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* Border left colors by venue */
}
@media screen and (min-width: 1040px) {
  .home #content .entry {
    width: 680px;
  }
}
.home #content .entry:hover {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.home #content .entry:first-child {
  margin-top: 0px;
}
.home #content .entry .promos {
  margin-top: 8px;
  height: 18px;
}
.home #content .entry .promos .group {
  margin-right: 30px;
  background: url("../images/icon_groups_white.png") no-repeat 0 2px;
  padding-left: 25px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.home #content .entry .promos .group:hover {
  text-decoration: none !important;
}
.home #content .entry .promos .dinner {
  background: url("../images/icon_food_white.png") no-repeat 0 2px;
  padding-left: 22px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.home #content .entry .promos .dinner:hover {
  text-decoration: none !important;
}
.home #content .entry .promos .group[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.home #content .entry .promos .dinner[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.home #content .entry .promos .group[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.home #content .entry .promos .dinner[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.home #content .entry .promos .group[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.home #content .entry .promos .dinner[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.home #content .entry .promos .group[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.home #content .entry .promos .dinner[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.home #content .entry .promos .group[data-category=thestudio]:hover {
  color: #ed174c;
}
.home #content .entry .promos .dinner[data-category=thestudio]:hover {
  color: #ed174c;
}
.home #content .entry .thumb {
  display: none;
}
.home #content .entry .info {
  border-left: 6px solid #5e5e5e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #292929;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .home #content .entry .info {
    width: 678px;
  }
}
.home #content .entry .info .date, .home #content .entry .info .event_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #fff;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home #content .entry .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
.home #content .entry .info .date span.d {
  margin-right: -2px;
}
.home #content .entry .info .event_venue {
  padding: 0 0 4px;
  color: blue;
  font: 700 12px/120% "proxima-nova";
}
.home #content .entry .info h3 {
  clear: both;
  display: block;
  width: 85%;
  height: auto;
  margin: 0;
  padding: 0px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1040px) {
  .home #content .entry .info h3 {
    width: 600px;
  }
}
.home #content .entry .info h3 a, .home #content .entry .info h3 a:visited {
  color: #fff;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
.home #content .entry .info h3:hover {
  /* Colors by venue */
}
.home #content .entry .info h3:hover a[data-category=firstontariocentre] {
  color: #94c947;
}
.home #content .entry .info h3:hover a[data-category=hamiltonplace] {
  color: #008cd1;
}
.home #content .entry .info h3:hover a[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.home #content .entry .info h3:hover a[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.home #content .entry .info h3:hover a[data-category=thestudio] {
  color: #ed174c;
}
.home #content .entry .info .follow_event {
  display: none;
}
.home #content .entry .info h4 {
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  font: 700 12px/120% "proxima-nova";
  color: #fff;
  text-transform: uppercase;
}
.home #content .entry .info p {
  display: none;
}
.home #content .entry .info[data-category=firstontariocentre] {
  border-left-color: #94c947;
}
.home #content .entry .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.home #content .entry .info[data-category=hamiltonplace] {
  border-left-color: #008cd1;
}
.home #content .entry .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.home #content .entry .info[data-category=firstontarioconcerthall] {
  border-left-color: #008cd1;
}
.home #content .entry .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.home #content .entry .info[data-category=molsoncanadianstudio] {
  border-left-color: #ed174c;
}
.home #content .entry .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.home #content .entry .info[data-category=thestudio] {
  border-left-color: #ed174c;
}
.home #content .entry .event_venue[data-category=thestudio] {
  color: #ed174c;
}
.home #content .entry .buttons a.more, .home #content .entry .buttons a:link.more, .home #content .entry .buttons a:visited.more,
.home #content .entry .buttons a.tickets, .home #content .entry .buttons a:link.tickets, .home #content .entry .buttons a:visited.tickets {
  background-color: transparent;
}
.home #content .entry .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 67px;
  height: 98%;
  margin: 1px;
  background: #292929;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
.home #content .entry .buttons a, .home #content .entry .buttons span {
  margin: 5px 0 15px -3px;
  width: 25px;
  height: 33px;
  background: transparent;
  text-indent: -9999px;
}
.home #content .entry .buttons a.more, .home #content .entry .buttons span.more {
  background: url("../images/icons/icon_more.png") no-repeat 0 0;
}
.home #content .entry .buttons a.more:after, .home #content .entry .buttons span.more:after {
  content: none;
}
.home #content .entry .buttons a.more:hover, .home #content .entry .buttons span.more:hover {
  background: url("../images/icons/icon_more.png") no-repeat 0 0;
}
.home .home_bottom {
  width: 100%;
  background: url("../images/bg_bar.png") repeat 0 0;
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
}
@media screen and (min-width: 1040px) {
  .home .home_bottom {
    height: 445px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.home .home_bottom .home_banner_bottom_wrapper {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .home .home_bottom .home_banner_bottom_wrapper {
    width: 1010px;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile {
  margin: auto;
  width: 635px;
}
@media screen and (max-width: 767px) {
  .home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile {
    width: 320px;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile .home_banner_bottom_right {
  float: left;
}
@media screen and (max-width: 767px) {
  .home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile .home_banner_bottom_right {
    float: none;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile .home_banner_bottom_left {
  float: right;
}
@media screen and (max-width: 767px) {
  .home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_mobile .home_banner_bottom_left {
    float: none;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_right {
  width: 313px;
  height: 256px;
  margin-left: 0px;
  margin-top: 20px;
  border: 1px solid #444;
  background: #292929;
  padding: 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_right img {
  width: 295px;
  height: 238px;
}
@media screen and (min-width: 1040px) {
  .home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_right {
    position: absolute;
    top: 65px;
    left: 0px;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .small_cal_wrapper {
  height: 373px;
  width: 404px;
  margin-top: 30px;
  border: 1px solid #444;
  background: #292929;
  padding: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 4px 4px 0 #292929;
  -webkit-box-shadow: 0 4px 4px 0 #292929;
  -moz-box-shadow: 0 4px 4px 0 #292929;
}
@media screen and (min-width: 1040px) {
  .home .home_bottom .home_banner_bottom_wrapper .small_cal_wrapper {
    position: absolute;
    z-index: 5000;
    left: 303px;
    top: 0px;
  }
}
@media screen and (max-width: 1039px) {
  .home .home_bottom .home_banner_bottom_wrapper .small_cal_wrapper {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .home .home_bottom .home_banner_bottom_wrapper .small_cal_wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_left {
  width: 313px;
  height: 256px;
  margin-left: 0px;
  margin-top: 20px;
  border: 1px solid #444;
  background: #292929;
  padding: 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_left img {
  width: 295px;
  height: 238px;
}
@media screen and (min-width: 1040px) {
  .home .home_bottom .home_banner_bottom_wrapper .home_banner_bottom_left {
    position: absolute;
    top: 65px;
    right: 0px;
  }
}
.home .home-middle .events-grid {
  position: relative;
  display: block;
  float: left;
  width: 680px;
  margin: 0 0 0 -20px;
}
.home .home-middle .events-grid .list {
  *zoom: 1;
}
.home .home-middle .events-grid .list:before, .home .home-middle .events-grid .list:after {
  content: " ";
  display: table;
}
.home .home-middle .events-grid .list:after {
  clear: both;
}
.home .home-middle .events-grid .list .entry {
  position: relative;
  display: block;
  float: left;
  width: 216px;
  height: 181px;
  margin: 0 0 20px 10px;
}
.home .home-middle .events-grid .list a, .home .home-middle .events-grid .list a:visited {
  display: block;
  position: relative;
  width: 216px;
  height: 181px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.home .home-middle .events-grid .list a:hover, .home .home-middle .events-grid .list a:focus, .home .home-middle .events-grid .list a:visited:hover, .home .home-middle .events-grid .list a:visited:focus {
  text-decoration: none;
}
.home .home-middle .events-grid .list a:hover .info, .home .home-middle .events-grid .list a:focus .info, .home .home-middle .events-grid .list a:visited:hover .info, .home .home-middle .events-grid .list a:visited:focus .info {
  background-color: #666;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666), color-stop(100%, #888));
  background-image: -moz-linear-gradient(top, #666 0%, #888 100%);
  background-image: -webkit-linear-gradient(top, #666 0%, #888 100%);
  background-image: linear-gradient(to bottom, #666 0%, #888 100%);
}
.home .home-middle .events-grid .list .thumb {
  position: relative;
  display: block;
  width: 206px;
  height: 113px;
  margin: 0 0 0 10px;
}
.home .home-middle .events-grid .list .thumb img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.home .home-middle .events-grid .list .info {
  display: block;
  position: relative;
  width: 206px;
  height: 68px;
  margin: 0 0 0 10px;
  padding: 27px 13px 6px 18px;
  background-color: #202020;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #202020), color-stop(100%, #333));
  background-image: -moz-linear-gradient(top, #202020 0%, #333 100%);
  background-image: -webkit-linear-gradient(top, #202020 0%, #333 100%);
  background-image: linear-gradient(to bottom, #202020 0%, #333 100%);
}
.home .home-middle .events-grid .list .date {
  position: relative;
  width: auto;
  height: 30px;
  padding: 0 10px;
  text-align: center;
  color: white;
  font: bold 14px/30px Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.home .home-middle .events-grid .list h3 {
  position: relative;
  display: table-cell;
  word-wrap: break-word;
  width: 175px;
  height: 35px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
  font: bold 16px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.home .home-middle .events-grid a.more-view, .home .home-middle .events-grid a.more-view:visited {
  position: relative;
  display: block;
  width: 650px;
  height: 40px;
  margin-left: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  background: url(../images/home-more.png) no-repeat center 4px;
  text-decoration: none;
}
.home .home-middle .events-grid a.more-view:hover, .home .home-middle .events-grid a.more-view:focus, .home .home-middle .events-grid a.more-view:visited:hover, .home .home-middle .events-grid a.more-view:visited:focus {
  color: red;
  background-position: center -50px;
  text-decoration: none;
}
.home .home-middle .banners {
  position: relative;
  display: block;
  float: right;
  width: 320px;
}
.home .home-middle .banners .banner {
  width: 320px;
  height: 120px;
  margin: 0 0 20px;
}
.home .home-middle .banners .banner {
  background: url(../images/banner-rule.jpg) no-repeat right top;
}
.home .home-middle .banners .banner:hover, .home .home-middle .banners .banner:focus {
  background-position: right bottom;
}
.home .home-middle .banners .banner .rslides li a img, .home .home-middle .banners .banner .rslides li a:visited img {
  width: 310px;
}
.home .home-social .instagram-widget, .home .home-social .fb-widget, .home .home-social .banner {
  position: relative;
  display: block;
  width: 320px;
  height: 270px;
  float: left;
  background: #ccc;
}
.home .home-social .fb-widget, .home .home-social .banner {
  padding: 10px;
  margin: 0 0 0 20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.home .home-social .banner:hover, .home .home-social .banner:focus {
  background: red;
}
.home .home-social .instagram-widget {
  background: #333 url(../images/insta-header.jpg) no-repeat 0 0;
}
.home .home-social .instagram-widget .heading {
  width: 300px;
  height: 53px;
  margin: 46px auto 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
}
.home .home-social .instagram-widget .heading:before, .home .home-social .instagram-widget .heading:after {
  content: " ";
  display: table;
}
.home .home-social .instagram-widget .heading:after {
  clear: both;
}
.home .home-social .instagram-widget .heading span {
  display: block;
  position: relative;
  float: left;
  width: auto;
  float: left;
  color: #fff;
  font: bold 14px/58px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-indent: 10px;
  cursor: default;
}
.home .home-social .instagram-widget .heading a.insta-follow, .home .home-social .instagram-widget .heading a.insta-follow:visited {
  display: block;
  position: relative;
  float: right;
  width: 70px;
  height: 30px;
  margin-top: 12px;
  background: #ccc;
  color: #333;
  text-align: center;
  font: bold 14px/30px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.home .home-social .instagram-widget .heading a.insta-follow:hover, .home .home-social .instagram-widget .heading a.insta-follow:focus, .home .home-social .instagram-widget .heading a.insta-follow:visited:hover, .home .home-social .instagram-widget .heading a.insta-follow:visited:focus {
  background: #333;
  text-decoration: none;
}
.home .home-social .instagram-widget #insta-rose {
  position: absolute;
  display: block;
  width: 300px;
  height: 160px;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.home .home-social .instagram-widget #insta-rose a.browse, .home .home-social .instagram-widget #insta-rose a.browse:visited {
  position: absolute;
  display: block;
  width: 60px;
  height: 150px;
  background: url(../images/blank.png) repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.home .home-social .instagram-widget #insta-rose a.left {
  left: 0;
}
.home .home-social .instagram-widget #insta-rose a.right {
  right: 0;
}
.home .home-social .instagram-widget #insta-rose .list_holder {
  position: relative;
  width: 300px !important;
  height: 150px;
  overflow: hidden;
}
.home .home-social .instagram-widget #insta-rose .list_holder ul.list {
  display: block;
  position: relative;
  list-style: none;
  margin: 0 0 0 -155px !important;
  padding: 0;
  width: 1000em;
  height: 150px;
}
.home .home-social .instagram-widget #insta-rose .list_holder ul.list li {
  display: block;
  position: relative;
  float: left;
  margin: 0 9px 0 0;
  padding: 3px;
  width: 150px !important;
  height: 150px !important;
  overflow: hidden;
  background: white;
}
.home .home-social .instagram-widget #insta-rose .list_holder ul.list li a, .home .home-social .instagram-widget #insta-rose .list_holder ul.list li a:visited {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 144px;
}
.home .home-social .instagram-widget #insta-rose .list_holder ul.list li a img, .home .home-social .instagram-widget #insta-rose .list_holder ul.list li a:visited img {
  max-width: 144px;
}
.home .home-social .banner .rslides li a img, .home .home-social .banner .rslides li a:visited img {
  width: 300px;
  height: 250px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 660px;
  height: 360px;
  position: relative;
  direction: ltr;
}

.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: rgba(0, 0, 0, 0);
}

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

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

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/* 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: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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: 0.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;
  background: url(../images/blank.png) repeat 0 0;
}

.featured_holder {
  position: relative;
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 300px;
  float: right;
  height: 160px;
  z-index: 5 !important;
}
.featured_holder .prev-scroller, .featured_holder .next-scroller {
  display: block;
  position: absolute;
  top: 18px;
  background: #444 url(../images/featured_controls.png) no-repeat 1px 0;
  cursor: pointer;
  height: 126px;
  width: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  behavior: url(PIE.htc);
}
.featured_holder .prev-scroller {
  left: -50px;
}
.featured_holder .prev-scroller:hover {
  background-position: 1px -126px;
}
.featured_holder .next-scroller {
  background-position: -51px 0px;
  right: -50px;
}
.featured_holder .next-scroller:hover {
  background-position: -51px -126px;
}
.featured_holder #event_list_holder {
  position: relative;
  visibility: visible;
  overflow: hidden;
  width: 962px !important;
  height: 127px;
  margin: 0 auto;
  padding: 16px 0 0;
  z-index: 5 !important;
}
.featured_holder ul.list {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000em;
}
.featured_holder ul.list li {
  display: block;
  position: relative;
  float: left;
  margin: 0 18px 0 0;
  padding: 1px;
  width: 175px;
  height: 125px;
  overflow: hidden;
  background: white;
}
.featured_holder ul.list li .thumb {
  position: relative;
  display: block;
  width: 175px;
  height: 125px;
  margin: 0 auto;
  z-index: 6;
}
.featured_holder ul.list li .thumb a, .featured_holder ul.list li .thumb a:visited {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 125px;
}
.featured_holder ul.list li .thumb a img, .featured_holder ul.list li .thumb a:visited img {
  display: block;
  width: 175px;
  height: 125px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.featured_holder ul.list li .info {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
  padding: 0;
  width: 175px;
  height: 125px;
  background: url(../images/featured_info.jpg) repeat 0 0;
  z-index: 5;
}
.featured_holder ul.list li .info .details {
  position: relative;
  width: 155px;
  height: 103px;
  padding: 5px 10px 10px;
}
.featured_holder ul.list li .info h3 {
  display: block;
  position: relative;
  height: 44px;
  width: 155px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 8px;
}
.featured_holder ul.list li .info h3 a, .featured_holder ul.list li .info h3 a:visited {
  color: white;
  text-decoration: none;
  text-transform: none;
  font: normal 20px/110% Arial, Helvetica, sans-serif;
}
.featured_holder ul.list li .info h3 a:hover, .featured_holder ul.list li .info h3 a:focus, .featured_holder ul.list li .info h3 a:visited:hover, .featured_holder ul.list li .info h3 a:visited:focus {
  text-decoration: none;
  color: red;
}
.featured_holder ul.list li .info .date {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: #E7CA6B;
  font: bold 11px/120% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.featured_holder ul.list li .info .date span {
  display: inline;
}
.featured_holder ul.list li .info .date span.time {
  display: block;
}
.featured_holder ul.list li .buttons {
  position: absolute;
  top: auto;
  bottom: 6px;
  right: auto;
  left: 6px;
  width: 170px;
  height: 28px;
}
.featured_holder ul.list li .buttons a, .featured_holder ul.list li .buttons a:visited, .featured_holder ul.list li .buttons span {
  width: 79px;
  height: 28px;
  font-size: 18px;
  line-height: 29px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.featured_holder ul.list li .buttons a.more, .featured_holder ul.list li .buttons a:visited.more, .featured_holder ul.list li .buttons span.more {
  margin-right: 5px;
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    9. Overrides
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Override width/height */
.royalSlider {
  width: 100%;
  max-height: 308px;
  height: auto;
  *zoom: 1;
}
.royalSlider:before, .royalSlider:after {
  content: " ";
  display: table;
}
.royalSlider:after {
  clear: both;
}

/* Background */
.royalSlider > .rsContent {
  visibility: hidden;
}

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

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

.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 {
  height: 116px;
  width: 66px;
  position: absolute;
  cursor: pointer;
  top: 118px;
  background: url(../images/slideshow-controls.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: 0 0;
  left: 20px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover, .rsDefault.rsHor .rsArrowLeft .rsArrowIcn:focus {
  background-position: 0 -120px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -66px 0;
  right: 20px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover, .rsDefault.rsHor .rsArrowRight .rsArrowIcn:focus {
  background-position: -66px -120px;
}

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

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

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

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: auto;
  margin: 0 20px;
  text-align: left;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 10px;
  height: 13px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 13px;
  height: 12px;
  background: url(../images/slider_bullet.png) no-repeat 0 0;
  cursor: pointer;
}

.rsDefault .rsBullet.rsNavSelected span {
  background: url(../images/slider_bullet_active.png) no-repeat 0 0;
  cursor: default;
}

/***************
*
*  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: 72px;
}

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

.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;
  position: relative;
}
.rsDefault .rsTabs .rsTab {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  height: auto;
  width: 168px;
  color: #fff;
  padding: 12px 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  font: normal 20px/120% Arial, Helvetica, sans-serif;
  text-shadow: 0px 1px 3px #000;
  background: rgb(68, 68, 68);
  background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(41, 41, 41) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(100%, rgb(41, 41, 41)));
  background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(41, 41, 41) 100%);
  background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(41, 41, 41) 100%);
  background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(41, 41, 41) 100%);
  background: linear-gradient(to bottom, rgb(68, 68, 68) 0%, rgb(41, 41, 41) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#292929",GradientType=0 );
  behavior: url(PIE.htc);
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTabs .rsTab.rsNavSelected {
  color: #FFF;
  text-shadow: none;
  background: none;
}
.rsDefault .rsTabs .rsTab.rsNavSelected:hover {
  cursor: default;
}

/***************
*
*  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-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;
  background: url(../images/play-button.png) no-repeat center 0px;
  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);
  background-position: center -70px;
}

.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: #000 url(../images/video-close.png) center top;
}

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

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  display: block;
  float: none;
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 50px;
}
.rsDefault .rsGCaption .rsABlock {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.rsDefault .rsGCaption .rsABlock p {
  display: block;
  padding: 11px 0px;
  margin: 0;
  width: 100%;
  height: 38px;
  background: #000;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font: 700 24px/32px "proxima-nova";
  color: white;
  cursor: default;
}
.rsDefault .rsGCaption .rsABlock p:empty {
  display: none;
}

/***************
*
*  9. Overrides/Customization
*
****************/
.has_slideshow .full-slideshow {
  margin: 0px;
}

.full-slideshow {
  position: relative;
  margin: 0;
  max-height: 308px;
}
@media screen and (min-width: 1040px) {
  #content .full-slideshow .rsDefault .rsContainer .rsContent img {
    max-width: 800px;
    max-height: 308px;
    margin-left: 0px !important;
  }
}

.home-slideshow {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (min-width: 1040px) {
  .home-slideshow {
    width: 1040px;
    height: 400px;
  }
}
.home-slideshow:before, .home-slideshow:after {
  content: " ";
  display: table;
}
.home-slideshow:after {
  clear: both;
}
.home-slideshow .royalSlider {
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .home-slideshow .royalSlider {
    width: 1040px;
    height: 400px;
    max-height: 400px;
  }
}
.home-slideshow .rsImg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1040px) {
  .home-slideshow .rsImg {
    width: 1040px;
    height: 400px;
  }
}
.home-slideshow .rsOverflow, .home-slideshow .rsSlide {
  overflow: visible;
  width: 100%;
}
@media screen and (max-width: 1039px) {
  .home-slideshow .rsOverflow {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsContent {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsBullets {
    display: none;
  }
}
.home-slideshow .rsGCaption, .home-slideshow .rsInfo {
  position: absolute;
  width: 100%;
  right: 0px;
  left: auto;
  bottom: 0px;
  z-index: 350;
  /* colors by venue */
}
@media screen and (min-width: 1040px) {
  .home-slideshow .rsGCaption, .home-slideshow .rsInfo {
    width: 800px;
    left: 240px;
    right: auto;
    bottom: 0px;
  }
}
.home-slideshow .rsGCaption .rsABlock, .home-slideshow .rsInfo .rsABlock {
  overflow: visible;
}
.home-slideshow .rsGCaption h3, .home-slideshow .rsInfo h3 {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  padding: 10px 0px !important;
  margin: 0 0 0 0px;
  overflow: hidden;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.8);
  font-family: "proxima-nova";
  text-transform: none;
  text-align: center;
  background: transparent;
}
.home-slideshow .rsGCaption h3 a, .home-slideshow .rsGCaption h3 a:visited, .home-slideshow .rsInfo h3 a, .home-slideshow .rsInfo h3 a:visited {
  display: block;
  position: relative;
  color: #5e5e5e;
  text-decoration: none;
}
.home-slideshow .rsGCaption h3 a:hover, .home-slideshow .rsGCaption h3 a:focus, .home-slideshow .rsGCaption h3 a:visited:hover, .home-slideshow .rsGCaption h3 a:visited:focus, .home-slideshow .rsInfo h3 a:hover, .home-slideshow .rsInfo h3 a:focus, .home-slideshow .rsInfo h3 a:visited:hover, .home-slideshow .rsInfo h3 a:visited:focus {
  text-decoration: none;
  color: #5e5e5e;
}
.home-slideshow .rsGCaption .date, .home-slideshow .rsInfo .date {
  position: absolute;
  right: 0px;
  bottom: 88px;
  height: 33px;
  font: 400 17px "proxima-nova";
  color: #fff;
  z-index: 5000;
  padding-left: 15px;
}
@media screen and (min-width: 1040px) {
  .home-slideshow .rsGCaption .date, .home-slideshow .rsInfo .date {
    bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .date, .home-slideshow .rsInfo .date {
    height: 20px;
    font-size: 14px;
    bottom: 67px;
    width: 100%;
    padding-left: 0px;
  }
}
.home-slideshow .rsGCaption .date .date_wrapper, .home-slideshow .rsInfo .date .date_wrapper {
  background-color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #000000 100%);
  padding: 6px 15px 0px 10px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .date .date_wrapper, .home-slideshow .rsInfo .date .date_wrapper {
    width: 100%;
    padding-left: 20px;
  }
}
.home-slideshow .rsGCaption .date span, .home-slideshow .rsInfo .date span {
  font: 400 17px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .date span, .home-slideshow .rsInfo .date span {
    font-size: 12px;
  }
}
.home-slideshow .rsGCaption .date .event_venue, .home-slideshow .rsInfo .date .event_venue {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 10px;
}
.home-slideshow .rsGCaption .date:before, .home-slideshow .rsInfo .date:before {
  content: "";
  float: left;
  background: url("../images/bg_home_slider1_new.png") no-repeat 0 0;
  width: 14px;
  height: 33px;
  position: absolute;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .date:before, .home-slideshow .rsInfo .date:before {
    display: none;
  }
}
.home-slideshow .rsGCaption .slide_title, .home-slideshow .rsInfo .slide_title {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 88px;
  font: 400 17px "proxima-nova";
  color: #fff;
  z-index: 5000;
  padding-left: 15px;
  font: 700 30px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* Colors by venue */
}
@media screen and (min-width: 1040px) {
  .home-slideshow .rsGCaption .slide_title, .home-slideshow .rsInfo .slide_title {
    bottom: -44px;
  }
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .slide_title, .home-slideshow .rsInfo .slide_title {
    height: 60px;
    font-size: 16px;
    width: 100%;
    padding-left: 0px;
  }
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper, .home-slideshow .rsInfo .slide_title .slide_title_wrapper {
  background: #008cd1;
  padding: 6px 10px 0px 10px;
  width: 550px;
  height: 88px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .slide_title .slide_title_wrapper, .home-slideshow .rsInfo .slide_title .slide_title_wrapper {
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-top: 8px;
  }
}
.home-slideshow .rsGCaption .slide_title:before, .home-slideshow .rsInfo .slide_title:before {
  content: "";
  float: left;
  background: url("../images/bg_home_slider_main.png") no-repeat 0 0;
  width: 41px;
  height: 88px;
  position: absolute;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .slide_title:before, .home-slideshow .rsInfo .slide_title:before {
    height: 60px;
    font-size: 12px;
    display: none;
  }
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper[data-category=firstontariocentre], .home-slideshow .rsInfo .slide_title .slide_title_wrapper[data-category=firstontariocentre] {
  background: #94c947;
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper[data-category=hamiltonplace], .home-slideshow .rsInfo .slide_title .slide_title_wrapper[data-category=hamiltonplace] {
  background: #008cd1;
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper[data-category=firstontarioconcerthall], .home-slideshow .rsInfo .slide_title .slide_title_wrapper[data-category=firstontarioconcerthall] {
  background: #008cd1;
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper[data-category=molsoncanadianstudio], .home-slideshow .rsInfo .slide_title .slide_title_wrapper[data-category=molsoncanadianstudio] {
  background: #ed174c;
}
.home-slideshow .rsGCaption .slide_title .slide_title_wrapper[data-category=thestudio], .home-slideshow .rsInfo .slide_title .slide_title_wrapper[data-category=thestudio] {
  background: #ed174c;
}
.home-slideshow .rsGCaption .slide_title[data-category=firstontariocentre]:before, .home-slideshow .rsInfo .slide_title[data-category=firstontariocentre]:before {
  background: url(../images/bg_home_slider_firstontariocentre.png) no-repeat 0 0 !important;
}
.home-slideshow .rsGCaption .slide_title[data-category=hamiltonplace]:before, .home-slideshow .rsInfo .slide_title[data-category=hamiltonplace]:before {
  background: url(../images/bg_home_slider_hamiltonplace.png) no-repeat 0 0 !important;
}
.home-slideshow .rsGCaption .slide_title[data-category=firstontarioconcerthall]:before, .home-slideshow .rsInfo .slide_title[data-category=firstontarioconcerthall]:before {
  background: url(../images/bg_home_slider_firstontarioconcerthall.png) no-repeat 0 0 !important;
}
.home-slideshow .rsGCaption .slide_title[data-category=molsoncanadianstudio]:before, .home-slideshow .rsInfo .slide_title[data-category=molsoncanadianstudio]:before {
  background: url(../images/bg_home_slider_molsoncanadianstudio.png) no-repeat 0 0 !important;
}
.home-slideshow .rsGCaption .slide_title[data-category=thestudio]:before, .home-slideshow .rsInfo .slide_title[data-category=thestudio]:before {
  background: url(../images/bg_home_slider_thestudio.png) no-repeat 0 0 !important;
}
.home-slideshow .rsGCaption .event_title_wrapper, .home-slideshow .rsInfo .event_title_wrapper {
  padding-right: 70px;
  overflow: hidden;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .event_title_wrapper, .home-slideshow .rsInfo .event_title_wrapper {
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    min-width: 290px;
  }
}
.home-slideshow .rsGCaption .event_tagline_wrapper, .home-slideshow .rsInfo .event_tagline_wrapper {
  padding-right: 70px;
  overflow: hidden;
  height: 38px;
  font: 400 17px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .event_tagline_wrapper, .home-slideshow .rsInfo .event_tagline_wrapper {
    font-size: 14px;
    height: 16px;
    overflow: hidden;
  }
}
.home-slideshow .rsGCaption .buttons a, .home-slideshow .rsGCaption .buttons a:link, .home-slideshow .rsGCaption .buttons a:visited .buttons a:hover.more, .home-slideshow .rsGCaption .buttons a:hover.tickets, .home-slideshow .rsInfo .buttons a, .home-slideshow .rsInfo .buttons a:link, .home-slideshow .rsInfo .buttons a:visited .buttons a:hover.more, .home-slideshow .rsInfo .buttons a:hover.tickets {
  background: transparent;
}
.home-slideshow .rsGCaption .buttons, .home-slideshow .rsInfo .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 60px;
  height: 100%;
  background: url("../images/stripes.png") 0 0;
  padding: 10px 20px;
}
.home-slideshow .rsGCaption .buttons a, .home-slideshow .rsGCaption .buttons span, .home-slideshow .rsGCaption .buttons a:link, .home-slideshow .rsGCaption .buttons a:visited, .home-slideshow .rsInfo .buttons a, .home-slideshow .rsInfo .buttons span, .home-slideshow .rsInfo .buttons a:link, .home-slideshow .rsInfo .buttons a:visited {
  margin: 0 0 15px;
  width: 25px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  background: transparent;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption .buttons a, .home-slideshow .rsGCaption .buttons span, .home-slideshow .rsGCaption .buttons a:link, .home-slideshow .rsGCaption .buttons a:visited, .home-slideshow .rsInfo .buttons a, .home-slideshow .rsInfo .buttons span, .home-slideshow .rsInfo .buttons a:link, .home-slideshow .rsInfo .buttons a:visited {
    height: 30px;
    margin: -5px 0 5px;
  }
}
.home-slideshow .rsGCaption .buttons a.more, .home-slideshow .rsGCaption .buttons span.more, .home-slideshow .rsGCaption .buttons a:link.more, .home-slideshow .rsGCaption .buttons a:visited.more, .home-slideshow .rsInfo .buttons a.more, .home-slideshow .rsInfo .buttons span.more, .home-slideshow .rsInfo .buttons a:link.more, .home-slideshow .rsInfo .buttons a:visited.more {
  background: url("../images/icons/icon_info_white.png") no-repeat 0 0;
}
.home-slideshow .rsGCaption .buttons a.more:after, .home-slideshow .rsGCaption .buttons span.more:after, .home-slideshow .rsGCaption .buttons a:link.more:after, .home-slideshow .rsGCaption .buttons a:visited.more:after, .home-slideshow .rsInfo .buttons a.more:after, .home-slideshow .rsInfo .buttons span.more:after, .home-slideshow .rsInfo .buttons a:link.more:after, .home-slideshow .rsInfo .buttons a:visited.more:after {
  content: none;
}
.home-slideshow .rsGCaption .buttons a.more:hover, .home-slideshow .rsGCaption .buttons span.more:hover, .home-slideshow .rsGCaption .buttons a:link.more:hover, .home-slideshow .rsGCaption .buttons a:visited.more:hover, .home-slideshow .rsInfo .buttons a.more:hover, .home-slideshow .rsInfo .buttons span.more:hover, .home-slideshow .rsInfo .buttons a:link.more:hover, .home-slideshow .rsInfo .buttons a:visited.more:hover {
  background-color: transparent;
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
.home-slideshow .rsGCaption .buttons a.tickets, .home-slideshow .rsGCaption .buttons span.tickets, .home-slideshow .rsGCaption .buttons a:link.tickets, .home-slideshow .rsGCaption .buttons a:visited.tickets, .home-slideshow .rsInfo .buttons a.tickets, .home-slideshow .rsInfo .buttons span.tickets, .home-slideshow .rsInfo .buttons a:link.tickets, .home-slideshow .rsInfo .buttons a:visited.tickets {
  background: url("../images/icons/icon_ticket_white.png") no-repeat 0 0;
}
.home-slideshow .rsGCaption .buttons a.tickets:after, .home-slideshow .rsGCaption .buttons span.tickets:after, .home-slideshow .rsGCaption .buttons a:link.tickets:after, .home-slideshow .rsGCaption .buttons a:visited.tickets:after, .home-slideshow .rsInfo .buttons a.tickets:after, .home-slideshow .rsInfo .buttons span.tickets:after, .home-slideshow .rsInfo .buttons a:link.tickets:after, .home-slideshow .rsInfo .buttons a:visited.tickets:after {
  content: none;
}
.home-slideshow .rsGCaption .buttons a.tickets:hover, .home-slideshow .rsGCaption .buttons span.tickets:hover, .home-slideshow .rsGCaption .buttons a:link.tickets:hover, .home-slideshow .rsGCaption .buttons a:visited.tickets:hover, .home-slideshow .rsInfo .buttons a.tickets:hover, .home-slideshow .rsInfo .buttons span.tickets:hover, .home-slideshow .rsInfo .buttons a:link.tickets:hover, .home-slideshow .rsInfo .buttons a:visited.tickets:hover {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .home-slideshow .rsGCaption {
    bottom: -43px;
  }
}
@media screen and (max-width: 767px) {
  .home-slideshow .rsGCaption {
    bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .home-slideshow .rsGCaption {
    bottom: -35px;
  }
}

.one_sidebar_right #column_1.has_slideshow,
.event_detail.one_sidebar_right #column_1,
.news_detail.one_sidebar_right #column_1,
.venue_detail.one_sidebar_right #column_1 {
  /*.rsDefault .rsBullet span {
  	&:before{
  		color: $white;
  		content: "\2022";
  		float:left;
  		margin-right:5px;
  		margin-top: 0px;
  		font-size:35px;
  	}
  	display: block;
  	width: 5px;
  	height: 10px;
  	background: none;
  	cursor:pointer;
  }
  .rsDefault .rsBullet.rsNavSelected span {
  	&:before{
  		content: "\25e6";
  	}
  	background-position: 0 -10px;
  	cursor:default;
  }*/
}
.one_sidebar_right #column_1.has_slideshow .rsDefault,
.event_detail.one_sidebar_right #column_1 .rsDefault,
.news_detail.one_sidebar_right #column_1 .rsDefault,
.venue_detail.one_sidebar_right #column_1 .rsDefault {
  width: 100%;
}
.one_sidebar_right #column_1.has_slideshow .full-slideshow,
.event_detail.one_sidebar_right #column_1 .full-slideshow,
.news_detail.one_sidebar_right #column_1 .full-slideshow,
.venue_detail.one_sidebar_right #column_1 .full-slideshow {
  width: 100%;
  margin: -368px 0px 60px -30px;
  max-height: 308px;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1040px) {
  .one_sidebar_right #column_1.has_slideshow .full-slideshow,
  .event_detail.one_sidebar_right #column_1 .full-slideshow,
  .news_detail.one_sidebar_right #column_1 .full-slideshow,
  .venue_detail.one_sidebar_right #column_1 .full-slideshow {
    width: 800px;
    height: 308px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .one_sidebar_right #column_1.has_slideshow .full-slideshow,
  .event_detail.one_sidebar_right #column_1 .full-slideshow,
  .news_detail.one_sidebar_right #column_1 .full-slideshow,
  .venue_detail.one_sidebar_right #column_1 .full-slideshow {
    margin: 0px 0px 20px 0px;
    border-bottom: 30px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .one_sidebar_right #column_1.has_slideshow .full-slideshow,
  .event_detail.one_sidebar_right #column_1 .full-slideshow,
  .news_detail.one_sidebar_right #column_1 .full-slideshow,
  .venue_detail.one_sidebar_right #column_1 .full-slideshow {
    margin: 0px 0px 20px 0px;
    border-bottom: 30px solid #333333;
  }
}
.one_sidebar_right #column_1.has_slideshow .royalSlider,
.event_detail.one_sidebar_right #column_1 .royalSlider,
.news_detail.one_sidebar_right #column_1 .royalSlider,
.venue_detail.one_sidebar_right #column_1 .royalSlider {
  width: 100%;
  max-height: 308px;
  height: auto;
  overflow: hidden;
}
.one_sidebar_right #column_1.has_slideshow .rsOverflow, .one_sidebar_right #column_1.has_slideshow .rsSlide,
.event_detail.one_sidebar_right #column_1 .rsOverflow,
.event_detail.one_sidebar_right #column_1 .rsSlide,
.news_detail.one_sidebar_right #column_1 .rsOverflow,
.news_detail.one_sidebar_right #column_1 .rsSlide,
.venue_detail.one_sidebar_right #column_1 .rsOverflow,
.venue_detail.one_sidebar_right #column_1 .rsSlide {
  overflow: visible;
}
@media screen and (min-width: 1040px) {
  .one_sidebar_right #column_1.has_slideshow .rsOverflow, .one_sidebar_right #column_1.has_slideshow .rsSlide,
  .event_detail.one_sidebar_right #column_1 .rsOverflow,
  .event_detail.one_sidebar_right #column_1 .rsSlide,
  .news_detail.one_sidebar_right #column_1 .rsOverflow,
  .news_detail.one_sidebar_right #column_1 .rsSlide,
  .venue_detail.one_sidebar_right #column_1 .rsOverflow,
  .venue_detail.one_sidebar_right #column_1 .rsSlide {
    width: 800px !important;
    height: 308px !important;
  }
}
@media screen and (max-width: 1039px) {
  .one_sidebar_right #column_1.has_slideshow .rsOverflow img, .one_sidebar_right #column_1.has_slideshow .rsSlide img,
  .event_detail.one_sidebar_right #column_1 .rsOverflow img,
  .event_detail.one_sidebar_right #column_1 .rsSlide img,
  .news_detail.one_sidebar_right #column_1 .rsOverflow img,
  .news_detail.one_sidebar_right #column_1 .rsSlide img,
  .venue_detail.one_sidebar_right #column_1 .rsOverflow img,
  .venue_detail.one_sidebar_right #column_1 .rsSlide img {
    margin-left: 0px !important;
  }
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption,
.event_detail.one_sidebar_right #column_1 .rsGCaption,
.news_detail.one_sidebar_right #column_1 .rsGCaption,
.venue_detail.one_sidebar_right #column_1 .rsGCaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 350;
  background: rgba(0, 0, 0, 0.6);
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption .rsABlock,
.event_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock,
.news_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock,
.venue_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock {
  overflow: visible;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption .rsABlock p,
.event_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock p,
.news_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock p,
.venue_detail.one_sidebar_right #column_1 .rsGCaption .rsABlock p {
  color: #fff !important;
  background: transparent;
  font-family: "proxima-nova";
  text-transform: none;
  padding: 11px 0px 0px 0px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption span,
.event_detail.one_sidebar_right #column_1 .rsGCaption span,
.news_detail.one_sidebar_right #column_1 .rsGCaption span,
.venue_detail.one_sidebar_right #column_1 .rsGCaption span {
  display: block;
  position: absolute;
  top: -29px;
  left: -5px;
  width: 100%;
  padding: 5px 15px;
  background: #ccc;
  color: white;
  z-index: 500;
  cursor: default;
  font: 500 18px/120% Arial, Helvetica, sans-serif;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption span span,
.event_detail.one_sidebar_right #column_1 .rsGCaption span span,
.news_detail.one_sidebar_right #column_1 .rsGCaption span span,
.venue_detail.one_sidebar_right #column_1 .rsGCaption span span {
  display: inline;
  position: relative;
  top: auto;
  left: auto;
  background: none;
  padding: 0;
  text-shadow: 0;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption span span.m,
.event_detail.one_sidebar_right #column_1 .rsGCaption span span.m,
.news_detail.one_sidebar_right #column_1 .rsGCaption span span.m,
.venue_detail.one_sidebar_right #column_1 .rsGCaption span span.m {
  padding-right: 4px;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption span span.d,
.event_detail.one_sidebar_right #column_1 .rsGCaption span span.d,
.news_detail.one_sidebar_right #column_1 .rsGCaption span span.d,
.venue_detail.one_sidebar_right #column_1 .rsGCaption span span.d {
  padding-right: 2px;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption h3,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  padding: 10px 0px !important;
  margin: 0 0 0 0px;
  overflow: hidden;
  color: #ccc !important;
  background: transparent;
  font-family: "proxima-nova";
  text-transform: none;
  text-align: center;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a, .one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a:visited,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited {
  display: block;
  position: relative;
  color: #5e5e5e;
  text-decoration: none;
}
.one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a:hover, .one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a:focus, .one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a:visited:hover, .one_sidebar_right #column_1.has_slideshow .rsGCaption h3 a:visited:focus,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a:hover,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a:focus,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:hover,
.event_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:focus,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a:hover,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a:focus,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:hover,
.news_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:focus,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a:hover,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a:focus,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:hover,
.venue_detail.one_sidebar_right #column_1 .rsGCaption h3 a:visited:focus {
  text-decoration: none;
  color: #5e5e5e;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsBullets,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsBullets,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsBullets,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsBullets {
  z-index: 5000;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsBullet,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsBullet,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsBullet,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsBullet {
  margin: 0 6px !important;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsArrow,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsArrow,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsArrow,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsArrow {
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault.rsVer .rsArrow,
.event_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrow,
.news_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrow,
.venue_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrow {
  width: 20px;
  height: 20px;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault.rsVer .rsArrowLeft,
.event_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowLeft,
.news_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowLeft,
.venue_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowLeft {
  top: auto;
  left: 250px;
  bottom: 5px;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault.rsVer .rsArrowRight,
.event_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowRight,
.news_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowRight,
.venue_detail.one_sidebar_right #column_1 .rsDefault.rsVer .rsArrowRight {
  top: auto;
  right: 250px;
  bottom: 5px;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault.rsHor .rsArrowLeft,
.event_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowLeft,
.news_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowLeft,
.venue_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowLeft {
  left: -5px;
  top: auto;
  bottom: 11px;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault.rsHor .rsArrowRight,
.event_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowRight,
.news_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowRight,
.venue_detail.one_sidebar_right #column_1 .rsDefault.rsHor .rsArrowRight {
  left: 19px;
  top: auto;
  bottom: 11px;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsArrowRight .rsArrowIcn,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsArrowRight .rsArrowIcn,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsArrowRight .rsArrowIcn,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsArrowRight .rsArrowIcn {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: 3px;
  top: 0px;
  left: 0px;
  right: auto;
  border-left: 7px solid #F49F39;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsArrowLeft .rsArrowIcn,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsArrowLeft .rsArrowIcn,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsArrowLeft .rsArrowIcn,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsArrowLeft .rsArrowIcn {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: 3px;
  top: 0px;
  left: 10px;
  right: auto;
  border-right: 7px solid #F49F39;
  display: none;
}
.one_sidebar_right #column_1.has_slideshow .rsDefault .rsArrowDisabled .rsArrowIcn,
.event_detail.one_sidebar_right #column_1 .rsDefault .rsArrowDisabled .rsArrowIcn,
.news_detail.one_sidebar_right #column_1 .rsDefault .rsArrowDisabled .rsArrowIcn,
.venue_detail.one_sidebar_right #column_1 .rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 1;
  filter: alpha(opacity=100);
  *display: block;
}
.one_sidebar_right #column_1.has_slideshow .rsHidden,
.event_detail.one_sidebar_right #column_1 .rsHidden,
.news_detail.one_sidebar_right #column_1 .rsHidden,
.venue_detail.one_sidebar_right #column_1 .rsHidden {
  opacity: 1;
  visibility: visible;
  transition: none;
}

.event_detail.one_sidebar_right #column_1 .full-slideshow {
  margin: 0px 0px 20px 0px;
  border-bottom: none;
}

.news_detail.one_sidebar_right #column_1 .full-slideshow {
  border-bottom: none !important;
}

/**
 * Base Calendar - full page 
 */
#content .calendar.full {
  width: 1040px;
}
#content .calendar.full .overview {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#content .calendar.full .overview h1 {
  margin: 20px;
}
#content .calendar.full .full_column {
  width: 1040px;
}
#content .calendar.full h1 {
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

#calendario {
  width: 968px;
  margin: 0 auto 40px auto;
  background-color: #fff;
  /* IE 9 is rounding up the calc it seems */
  /* IE 10 barfs and can't round down remainder */
  /* IE 9 is rounding up the calc it seems */
}
#calendario *,
#calendario *:after,
#calendario *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#calendario .cal-inner {
  position: relative;
}
#calendario .fc-calendar-container {
  position: relative;
  height: auto;
  width: auto;
  padding-bottom: 10px;
  *zoom: 1;
}
#calendario .fc-calendar-container:before, #calendario .fc-calendar-container:after {
  content: " ";
  display: table;
}
#calendario .fc-calendar-container:after {
  clear: both;
}
#calendario .fc-calendar {
  width: 100%;
  height: 100%;
}
#calendario .cal-header {
  padding: 0px;
  height: 40px;
  position: relative;
  margin-top: 0px;
}
#calendario .cal-header h2, #calendario .cal-header h3 {
  text-align: center;
}
#calendario .cal-header h2 {
  color: #222;
  font: 700 24px "proxima-nova";
  margin: 0px;
  text-transform: uppercase;
  padding: 12px 0 0;
  letter-spacing: 1px;
}
#calendario .cal-header h3 {
  display: none;
  font-size: 22px;
  color: #fff;
}
#calendario .cal-header .cal-controls span {
  z-index: 100;
  position: absolute;
  top: 6px;
  cursor: pointer;
  margin: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
#calendario .cal-header .cal-controls span:first-child {
  left: 6px;
  right: auto;
}
#calendario .cal-header .cal-controls span.cal-prev {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  top: 10px;
  left: 16px;
  right: auto;
  background: url("../images/cal_arrow_left_dark.png") no-repeat 0 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#calendario .cal-header .cal-controls span.cal-prev:hover {
  background: url("../images/cal_arrow_left_dark.png") no-repeat -5px 0;
}
#calendario .cal-header .cal-controls span.cal-next {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  top: 10px;
  right: 16px;
  left: auto;
  background: url("../images/cal_arrow_right_dark.png") no-repeat 0 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#calendario .cal-header .cal-controls span.cal-next:hover {
  background: url("../images/cal_arrow_right_dark.png") no-repeat 5px 0;
}
#calendario .fc-calendar .fc-head {
  height: 30px;
  width: 975px;
  color: #222;
  text-transform: uppercase;
  margin: 20px auto 0;
  letter-spacing: 1px;
  background: transparent !important;
}
#calendario .fc-calendar .fc-body {
  position: relative;
  padding: 4px 0 4px 11px;
  border: none;
  width: 100%;
  height: 500px;
}
#calendario .fc-calendar .fc-row {
  width: 100%;
  border-top: none;
  border-bottom: none;
  height: 23%;
}
#calendario .fc-four-rows .fc-row {
  height: 23%;
  min-height: 23%;
  margin-bottom: 5px;
}
#calendario .fc-five-rows .fc-row {
  height: 23%;
  min-height: 23%;
  margin-bottom: 5px;
}
#calendario .fc-six-rows .fc-row {
  margin-bottom: 4px;
  min-height: 23%;
  height: 23%;
  *zoom: 1;
}
#calendario .fc-six-rows .fc-row:before, #calendario .fc-six-rows .fc-row:after {
  content: " ";
  display: table;
}
#calendario .fc-six-rows .fc-row:after {
  clear: both;
}
#calendario .fc-calendar .fc-row > div,
#calendario .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: 13.2857142857%;
  position: relative;
  margin: 0 9px 9px 0;
}
#calendario .fc-calendar .fc-row > div {
  background: #fff;
}
#calendario .ie9 .fc-calendar .fc-row > div,
#calendario .ie9 .fc-calendar .fc-head > div {
  width: 13.2%;
}
#calendario .ie10 .fc-calendar .fc-row > div,
#calendario .ie10 .fc-calendar .fc-head > div {
  width: 13.1428571429%;
}
#calendario .fc-calendar .fc-row.selected {
  height: 50%;
}
#calendario .fc-calendar .fc-row.selected .date_overlay {
  display: none;
}
#calendario .fc-calendar .fc-row.selected > div {
  border: 1px solid #ccc;
  padding: 4px;
  overflow: hidden;
  position: relative;
  background: #999;
}
#calendario .fc-calendar .fc-row.selected > div span.fc-date {
  color: #fff;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content {
  cursor: pointer;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content span.fc-date {
  text-shadow: none;
  z-index: 3;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content:before {
  content: none;
  display: none;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content h3 a {
  color: #fff;
  font: 400 14px "proxima-nova";
  letter-spacing: 1px;
  text-transform: uppercase;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content span.event_time {
  color: #fff;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content .venueInfo {
  display: none;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content .date_overlay:hover {
  background: #A5462A;
}
#calendario .fc-calendar .fc-row.selected > div.fc-content:after {
  display: none;
}
#calendario .fc-calendar .fc-row > div {
  border: 1px solid #ccc;
  padding: 4px;
  overflow: hidden;
  position: relative;
}
#calendario .fc-calendar .fc-row > div .date_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#calendario .fc-calendar .fc-row > div.fc-content {
  background: url("../images/bg_subnav.png");
  cursor: pointer;
}
#calendario .fc-calendar .fc-row > div.fc-content > span.fc-date {
  color: white;
  text-shadow: none;
  z-index: 3;
  background: none;
  width: 25px;
  height: 25px;
}
#calendario .fc-calendar .fc-row > div.fc-content > span.fc-date:after {
  content: "";
  height: 20px;
}
#calendario .fc-calendar .fc-row > div.fc-content h3 a {
  color: #fff;
  font: 400 14px "proxima-nova";
  letter-spacing: 1px;
  text-transform: uppercase;
}
#calendario .fc-calendar .fc-row > div.fc-content .date_overlay {
  background: url(../images/cal_indicator.png) no-repeat center bottom;
}
#calendario .fc-calendar .fc-row > div.fc-content .venueInfo {
  display: none;
}
#calendario .fc-calendar .fc-row > div.fc-content span.event_time {
  color: #fff;
}
#calendario .fc-calendar .fc-row > div.fc-content .event_shortdesc_1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/cal_overlay.png") no-repeat center center;
  content: "";
  z-index: 99;
  width: 100%;
  height: 20px;
}
#calendario .fc-calendar .fc-row > div.fc-content:after {
  position: absolute;
  width: 127px;
  height: 110px;
  left: 0;
  bottom: 0;
  /*$experimental-support-for-svg: true;
  @include background-image(linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(#666,0) 50%,rgba(#666,1) 75%,rgba(#666,1) 100%));*/
  content: "";
}
#calendario .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.1%;
  position: relative;
  margin: 0;
}
#calendario .ie9 .fc-calendar .fc-row > div,
#calendario .ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}
#calendario .fc-calendar .fc-head > div {
  text-align: center;
}
#calendario .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;
  color: #444444;
  text-shadow: none;
  text-align: left;
  font: 400 20px "proxima-nova";
}
#calendario .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
#calendario .fc-calendar .fc-row > div.fc-today,
#calendario .fc-calendar .fc-row > div.fc-today.selected {
  background: #000;
}
#calendario .fc-calendar .fc-row > div.fc-today .fc-date,
#calendario .fc-calendar .fc-row > div.fc-today.selected .fc-date {
  color: #fff !important;
}
#calendario .fc-calendar .fc-row > div.fc-out {
  opacity: 0.6;
}
#calendario .fc-calendar .fc-row:last-child {
  border-bottom: none;
}
#calendario div.cal_overlay_item {
  display: none;
}
#calendario div.cal_overlay_item.show_overlay {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: #fff;
}
#calendario div.event_shortdesc {
  display: block;
  margin: 12px 5px 12px 1px;
  padding-top: 0px;
  font: 400 11px "proxima-nova";
  border-top: 1px solid #444;
  /* Colors by venue */
}
#calendario div.event_shortdesc h3 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  padding-top: 10px;
}
#calendario div.event_shortdesc h3 a {
  color: black;
}
#calendario div.event_shortdesc h3 a:hover {
  color: #000;
  text-decoration: none;
}
#calendario div.event_shortdesc img {
  height: 94px;
  margin-left: -17px;
}
#calendario div.event_shortdesc span.event_time {
  color: #000;
}
#calendario div.event_shortdesc span.event_time .event_venue {
  display: none;
}
#calendario div.event_shortdesc.event_shortdesc_0 {
  border-top: none;
  margin-top: 20px;
}
#calendario div.event_shortdesc .venueInfo[data-category=firstontariocentre] {
  color: #94c947;
}
#calendario div.event_shortdesc .venueInfo[data-category=hamiltonplace] {
  color: #008cd1;
}
#calendario div.event_shortdesc .venueInfo[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#calendario div.event_shortdesc .venueInfo[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#calendario div.event_shortdesc .venueInfo[data-category=thestudio] {
  color: #ed174c;
}

.event-calendar .view_all {
  width: 100%;
  text-align: center;
  margin: 0px auto 40px auto;
  padding: 8px;
  display: none;
  background: url("../images/bg_subnav.png");
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.event-calendar .view_all a {
  margin-top: auto;
  font: 400 20px "proxima-nova";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event-calendar .view_all a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1040px) {
  .event-calendar .view_all {
    display: inline-block;
  }
}

/**
 * Tooltips and popover styles
 */
#calendario .tooltip {
  position: absolute;
  z-index: 100;
  display: none;
  width: 170px;
  height: auto;
  margin: 0 5px 5px 0;
  line-height: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-top: 10px solid #000;
}
#calendario .tooltip .info {
  position: relative;
  padding: 0px 5px 30px 5px;
  width: 100%;
  height: 100%;
  /* Colors by venue */
}
#calendario .tooltip .info:after {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
}
#calendario .tooltip .info .info:after {
  content: none;
  display: none;
}
#calendario .tooltip .info .cal_info_header {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}
#calendario .tooltip .info .cal_event_thumb {
  display: block;
  position: relative;
  z-index: 1;
  margin: 10px auto;
  padding: 0;
  float: none;
  box-shadow: none;
  width: 129px;
  height: 109px;
}
#calendario .tooltip .info .cal_event_thumb img {
  border: 1px solid #ccc;
  width: 127px;
  height: 107px;
}
#calendario .tooltip .info .date {
  display: block;
  margin: 0px 10px 0 10px;
  padding: 0px;
  color: #737373;
  font: 400 12px "proxima-nova";
  text-transform: uppercase;
}
#calendario .tooltip .info .date .event_venue {
  display: block;
  font: 700 12px "proxima-nova";
  margin: 5px 0px 5px 0px;
}
#calendario .tooltip .info h3 {
  position: relative;
  margin: 5px 10px;
  padding-bottom: 0px;
  /* Colors by venue */
}
#calendario .tooltip .info h3 a, #calendario .tooltip .info h3 a:visited {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 21px;
  font: 400 17px "proxima-nova";
  color: #333;
  text-decoration: none;
}
#calendario .tooltip .info h3 a:hover, #calendario .tooltip .info h3 a:visited:hover {
  text-decoration: none;
}
#calendario .tooltip .info h3 a[data-category=firstontariocentre]:hover {
  color: #94c947;
}
#calendario .tooltip .info h3 a[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
#calendario .tooltip .info h3 a[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
#calendario .tooltip .info h3 a[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
#calendario .tooltip .info h3 a[data-category=thestudio]:hover {
  color: #ed174c;
}
#calendario .tooltip .info em {
  display: none;
}
#calendario .tooltip .info .buttons a.more, #calendario .tooltip .info .buttons a:link.more, #calendario .tooltip .info .buttons a:visited.more,
#calendario .tooltip .info .buttons a.tickets, #calendario .tooltip .info .buttons a:link.tickets, #calendario .tooltip .info .buttons a:visited.tickets {
  background-color: transparent;
}
#calendario .tooltip .info .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  padding: 10px 22px;
}
#calendario .tooltip .info .buttons a, #calendario .tooltip .info .buttons span {
  margin: 0 0 15px;
  width: 25px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  /* colors by venue */
  /* colors by venue */
}
#calendario .tooltip .info .buttons a.more, #calendario .tooltip .info .buttons span.more {
  float: left;
  margin-left: 11px;
  margin-top: 5px;
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
#calendario .tooltip .info .buttons a.more:after, #calendario .tooltip .info .buttons span.more:after {
  content: none;
}
#calendario .tooltip .info .buttons a.tickets, #calendario .tooltip .info .buttons span.tickets {
  margin-top: 5px;
  float: right;
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
#calendario .tooltip .info .buttons a.tickets:after, #calendario .tooltip .info .buttons span.tickets:after {
  content: none;
}
#calendario .tooltip .info .buttons a.tickets:hover, #calendario .tooltip .info .buttons span.tickets:hover {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
#calendario .tooltip .info .buttons a.more[data-category=firstontariocentre]:hover, #calendario .tooltip .info .buttons span.more[data-category=firstontariocentre]:hover {
  background: url(../images/icon_info_firstontariocentre.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.more[data-category=hamiltonplace]:hover, #calendario .tooltip .info .buttons span.more[data-category=hamiltonplace]:hover {
  background: url(../images/icon_info_hamiltonplace.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.more[data-category=firstontarioconcerthall]:hover, #calendario .tooltip .info .buttons span.more[data-category=firstontarioconcerthall]:hover {
  background: url(../images/icon_info_firstontarioconcerthall.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.more[data-category=molsoncanadianstudio]:hover, #calendario .tooltip .info .buttons span.more[data-category=molsoncanadianstudio]:hover {
  background: url(../images/icon_info_molsoncanadianstudio.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.more[data-category=thestudio]:hover, #calendario .tooltip .info .buttons span.more[data-category=thestudio]:hover {
  background: url(../images/icon_info_thestudio.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.tickets[data-category=firstontariocentre]:hover, #calendario .tooltip .info .buttons span.tickets[data-category=firstontariocentre]:hover {
  background: url(../images/icon_ticket_firstontariocentre.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.tickets[data-category=hamiltonplace]:hover, #calendario .tooltip .info .buttons span.tickets[data-category=hamiltonplace]:hover {
  background: url(../images/icon_ticket_hamiltonplace.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.tickets[data-category=firstontarioconcerthall]:hover, #calendario .tooltip .info .buttons span.tickets[data-category=firstontarioconcerthall]:hover {
  background: url(../images/icon_ticket_firstontarioconcerthall.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.tickets[data-category=molsoncanadianstudio]:hover, #calendario .tooltip .info .buttons span.tickets[data-category=molsoncanadianstudio]:hover {
  background: url(../images/icon_ticket_molsoncanadianstudio.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .buttons a.tickets[data-category=thestudio]:hover, #calendario .tooltip .info .buttons span.tickets[data-category=thestudio]:hover {
  background: url(../images/icon_ticket_thestudio.png) no-repeat 0 0 !important;
}
#calendario .tooltip .info .event_venue {
  font: 400 12px "proxima-nova";
  letter-spacing: 1px;
  margin-left: 0px;
}
#calendario .tooltip .info .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
#calendario .tooltip .info .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
#calendario .tooltip .info .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#calendario .tooltip .info .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#calendario .tooltip .info .event_venue[data-category=thestudio] {
  color: #ed174c;
}

/* Colors by venue */
#calendario .tooltip[data-category=firstontariocentre] {
  border-top: 8px solid #94c947 !important;
}
#calendario .tooltip[data-category=hamiltonplace] {
  border-top: 8px solid #008cd1 !important;
}
#calendario .tooltip[data-category=firstontarioconcerthall] {
  border-top: 8px solid #008cd1 !important;
}
#calendario .tooltip[data-category=molsoncanadianstudio] {
  border-top: 8px solid #ed174c !important;
}
#calendario .tooltip[data-category=thestudio] {
  border-top: 8px solid #ed174c !important;
}

#calendario .cal-content-reveal {
  opacity: 0;
  font-weight: bold;
  z-index: 11000;
  display: none;
  position: absolute;
  top: 156px;
  left: 295px;
  width: 350px;
  height: 230px;
  background: white;
  border: 1px solid #7E5C3C;
}
#calendario .cal-content-reveal .cal_event_thumb {
  display: block;
  width: 198px;
  height: 94px;
  margin: 0 auto 10px;
}
#calendario .cal-content-reveal .info {
  text-align: left;
}
#calendario .cal-content-reveal .content, #calendario .cal-content-reveal .oveview {
  margin: 0px !important;
  padding: 0 !important;
}
#calendario .cal-content-reveal .viewport {
  width: 295px;
  height: 190px;
  margin-top: 11px;
  overflow: hidden;
  position: relative;
}
#calendario .cal-content-reveal .scrollbar {
  display: none;
  width: 10px;
  height: 220px;
  position: absolute;
  right: 10px;
  top: 42px;
}
#calendario .cal-content-reveal .scrollbar .track {
  width: 1px;
  height: 220px;
  position: relative;
  background: #eee;
}
#calendario .cal-content-reveal .scrollbar .track .thumb {
  width: 5px;
  height: 10px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: pointer;
}
#calendario .cal-content-reveal span.cal-content-close {
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #000 url(../images/close_btn.png) no-repeat;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  display: block;
  z-index: 20;
}
#calendario .cal-content-reveal span.cal-content-close:hover {
  opacity: 0.7;
}
#calendario .cal-content-reveal .cal_overlay_item {
  display: block;
  margin-bottom: 18px;
}
#calendario .cal-content-reveal .cal_image {
  display: none;
}
#calendario .cal-content-reveal h4 {
  font-size: 16px;
  line-height: 110%;
}
#calendario .cal-content-reveal em {
  display: none;
}
#calendario .cal-content-reveal .buttons a, #calendario .cal-content-reveal .buttons a:link, #calendario .cal-content-reveal .buttons a:visited, #calendario .cal-content-reveal .buttons span {
  display: block;
  float: left;
  width: 90px;
  line-height: 15px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 7px 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
#calendario .cal-content-reveal .buttons a:hover, #calendario .cal-content-reveal .buttons a:link:hover, #calendario .cal-content-reveal .buttons a:visited:hover, #calendario .cal-content-reveal .buttons span:hover {
  color: #000;
}
#calendario .cal-content-reveal .buttons a.tickets, #calendario .cal-content-reveal .buttons a:link.tickets, #calendario .cal-content-reveal .buttons a:visited.tickets, #calendario .cal-content-reveal .buttons span.tickets {
  width: 100px;
  background-position: right 0;
}
#calendario .cal-content-reveal .buttons span {
  cursor: default;
}

/**
 * Home Page Calendar - small size
 */
.home-cal .view_full {
  padding-top: 15px;
  margin-top: 0px;
  border-top: 1px solid #444;
}
.home-cal .view_full a {
  text-transform: uppercase;
  color: #fff;
  font: 400 18px "proxima-nova";
  letter-spacing: 1px;
}
.home-cal .view_full a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home-cal .view_full {
    display: none;
  }
}

.small-calendar {
  clear: both;
  width: 100%;
  height: 283px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.small-calendar #calendario {
  padding: 12px;
  margin: 0 auto;
  background-color: transparent;
  color: #fff;
  width: auto;
  /* IE 9 is rounding up the calc it seems */
  /* IE 10 barfs and can't round down remainder */
  /*--Overrides to core styles--*/
}
.small-calendar #calendario .header_year {
  display: none;
}
.small-calendar #calendario .fc-calendar-container {
  position: relative;
  height: 305px;
  width: 344px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar-container {
    width: 320px;
  }
}
.small-calendar #calendario .buttons .tickets {
  display: none !important;
}
.small-calendar #calendario .fc-calendar {
  width: 100%;
  height: 100%;
}
.small-calendar #calendario .fc-calendar .fc-head {
  height: 24px;
  line-height: 30px;
  background: transparent;
  color: #fff;
  margin-top: 29px;
}
.small-calendar #calendario .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-color: transparent;
}
.small-calendar #calendario .fc-calendar .fc-row {
  width: 100%;
  margin-bottom: 0px;
  min-height: 0px;
}
.small-calendar #calendario .fc-four-rows .fc-row {
  height: 23%;
  margin-bottom: 0px;
}
.small-calendar #calendario .fc-five-rows .fc-row {
  height: 18.5%;
  margin-bottom: 0px;
  min-height: 0px;
}
.small-calendar #calendario .fc-six-rows .fc-row {
  margin-bottom: 0px;
  height: 15.66%;
  height: -moz-calc(100%/6.5);
  height: -webkit-calc(100%/6.5);
  height: 15.3846153846%;
}
.small-calendar #calendario .fc-calendar .fc-row > div,
.small-calendar #calendario .fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%; /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: 14.2857142857%;
  position: relative;
  margin: 0;
  border: 0;
}
.small-calendar #calendario .ie9 .fc-calendar .fc-row > div,
.small-calendar #calendario .ie9 .fc-calendar .fc-head > div {
  width: 14.2%;
}
.small-calendar #calendario .ie10 .fc-calendar .fc-row > div,
.small-calendar #calendario .ie10 .fc-calendar .fc-head > div {
  width: 14%;
}
.small-calendar #calendario .fc-calendar .fc-row > div {
  border-right: 0;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.small-calendar #calendario .fc-calendar .fc-head > div {
  text-align: center;
}
.small-calendar #calendario .fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 31px;
  height: 31px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  top: 15px;
  right: auto;
  left: 5px;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar .fc-row > div > span.fc-date {
    font-size: 15px;
    width: 25px;
  }
}
.small-calendar #calendario .fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none;
}
.small-calendar #calendario .fc-calendar .fc-row > div.fc-today {
  background: #A9DFFF;
}
.small-calendar #calendario .fc-calendar .fc-row > div.fc-out {
  opacity: 1;
}
.small-calendar #calendario .fc-calendar .fc-row > div:last-child,
.small-calendar #calendario .fc-calendar .fc-head > div:last-child {
  border-right: none;
}
.small-calendar #calendario .fc-calendar .fc-row:last-child {
  border-bottom: none;
}
.small-calendar #calendario #calendario {
  width: 300px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.small-calendar #calendario #calendario *,
.small-calendar #calendario #calendario *:after,
.small-calendar #calendario #calendario *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.small-calendar #calendario .cal-header {
  background: transparent;
  padding: 0px;
  height: 30px;
  position: relative;
  margin-top: 0px;
  border-bottom: none;
}
.small-calendar #calendario .cal-header h2, .small-calendar #calendario .cal-header h3 {
  text-align: center;
}
.small-calendar #calendario .cal-header h2 {
  width: 213px;
  color: #fff;
  font: 700 24px "proxima-nova";
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px;
  border-left: none;
  border-right: none;
  margin-top: 0px;
}
.small-calendar #calendario .cal-header h3 {
  display: none;
  font-size: 22px;
  color: #fff;
}
.small-calendar #calendario .cal-header .cal-controls span {
  z-index: 100;
  position: absolute;
  top: 3px;
  cursor: pointer;
  margin: 0;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.small-calendar #calendario .cal-header .cal-controls span:first-child {
  left: 12px;
  right: auto;
  background-position: 0 0;
}
.small-calendar #calendario .cal-header .cal-controls span:first-child:hover, .small-calendar #calendario .cal-header .cal-controls span:first-child:focus {
  background-position: 0 -15px;
}
.small-calendar #calendario .cal-header .cal-controls span.cal-prev {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  top: 0px;
  left: 16px;
  right: auto;
  background: url("../images/cal_arrow_left.png") no-repeat 0 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.small-calendar #calendario .cal-header .cal-controls span.cal-prev:hover {
  background: url("../images/cal_arrow_left.png") no-repeat -5px 0;
}
.small-calendar #calendario .cal-header .cal-controls span.cal-next {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  top: 0px;
  right: 16px;
  left: auto;
  background: url("../images/cal_arrow_right.png") no-repeat 0 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.small-calendar #calendario .cal-header .cal-controls span.cal-next:hover {
  background: url("../images/cal_arrow_right.png") no-repeat 5px 0;
}
.small-calendar #calendario .cal-content-reveal {
  position: absolute;
  display: none;
  width: 379px;
  height: 289px;
  z-index: 100;
  top: -9px;
  left: -1px;
  opacity: 0;
  font-weight: normal;
  border: 1px solid #333333;
  background-color: #222;
  /* Colors by venue */
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .cal-content-reveal {
    width: 288px;
  }
}
.small-calendar #calendario .cal-content-reveal .header-date {
  width: 100%;
  height: 27px;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  font: 700 24px "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  margin-left: 1px;
  padding-left: 12px;
}
.small-calendar #calendario .cal-content-reveal .scrolled_content {
  padding: 0;
  margin-top: 0px;
  height: 227px;
  overflow: hidden;
}
.small-calendar #calendario .cal-content-reveal .content, .small-calendar #calendario .cal-content-reveal .overview {
  margin: 0px !important;
  padding: 0 !important;
}
.small-calendar #calendario .cal-content-reveal .viewport {
  margin: 12px 0 0 12px;
  padding-left: 0px;
  width: 362px !important;
  height: 235px;
  overflow: auto;
  position: relative;
  /*
   * 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.
   */
}
.small-calendar #calendario .cal-content-reveal .viewport .jspContainer {
  overflow: hidden;
  position: relative;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspPane {
  position: absolute;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 6px;
  width: 10px;
  height: 236px;
  background: #DDD;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspVerticalBar *,
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspCap {
  display: none;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspCap {
  float: left;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspTrack {
  background: none;
  position: relative;
  width: 10px;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspDrag {
  position: relative;
  top: 0;
  left: 0px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  width: 10px;
  height: 58px !important;
  cursor: pointer;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspTrack,
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspArrow {
  display: block;
  background: none;
  text-indent: -20000px;
  cursor: pointer;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspVerticalBar .jspArrow {
  height: 16px;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspVerticalBar .jspArrow:focus {
  outline: none;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .cal-content-reveal .viewport {
    width: 265px !important;
  }
}
.small-calendar #calendario .cal-content-reveal .viewport .jspPane {
  padding: 0 !important;
  width: 342px !important;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .cal-content-reveal .viewport .jspPane {
    width: 265px !important;
  }
}
.small-calendar #calendario .cal-content-reveal .viewport .jspVerticalBar {
  right: 4px;
  height: 250px;
  width: 10px;
  background: url(../images/scrollbar.png) repeat-y 0 0;
}
.small-calendar #calendario .cal-content-reveal .viewport .jspTrack .jspDrag {
  background: #ccc url(../images/drag-arrow.png) no-repeat 1px center;
}
.small-calendar #calendario .cal-content-reveal span.cal-content-close {
  position: absolute;
  z-index: 20;
  left: auto;
  right: -1px;
  top: 7px;
  bottom: auto;
  height: 34px;
  width: 100px;
  cursor: pointer;
  color: #000;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-indent: -9999px;
  background: url(../images/close.png) no-repeat 65px 2px;
}
.small-calendar #calendario .cal-content-reveal span.cal-content-close:before {
  display: none;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item {
  position: relative;
  width: 342px;
  height: auto;
  padding: 5px 0px 5px 10px;
  margin: 0;
  margin-bottom: 5px;
  border: 1px solid #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  *zoom: 1;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .cal-content-reveal .cal_overlay_item {
    width: 265px;
  }
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .info {
  width: 100%;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item:before, .small-calendar #calendario .cal-content-reveal .cal_overlay_item:after {
  content: " ";
  display: table;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item:after {
  clear: both;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap {
  width: 260px;
  height: auto;
  float: left;
  *zoom: 1;
  /* Colors by venue */
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap:before, .small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap:after {
  content: " ";
  display: table;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap:after {
  clear: both;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .thumb {
  display: none;
  float: left;
  width: 80px;
  height: 45px;
  margin: 0 10px 0 5px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .thumb img {
  width: 80px;
  height: 45px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .info {
  float: left;
  width: 285px;
  position: relative;
  border-bottom: none;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .date {
  display: block;
  margin: 0 0 1px;
  padding: 0 0 3px;
  color: #fff;
  text-transform: uppercase;
  font: 400 12px "proxima-nova";
  letter-spacing: 1px;
  margin: 10px 0px 5px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .date .y {
  display: none;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue {
  font: 400 12px "proxima-nova";
  letter-spacing: 1px;
  margin-left: 5px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap .event_venue[data-category=thestudio] {
  color: #ed174c;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  /* Colors by venue */
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a, .small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:visited {
  display: block;
  height: auto;
  color: #fff;
  font: 400 18px "proxima-nova";
  letter-spacing: 1px;
  text-decoration: none;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover, .small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:visited:hover {
  text-decoration: none;
  color: #225187;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a, .small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:visited {
    font-size: 15px;
  }
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover[data-category=firstontariocentre] {
  color: #94c947;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover[data-category=hamiltonplace] {
  color: #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .image_wrap h3 a:hover[data-category=thestudio] {
  color: #ed174c;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons {
  width: 30px;
  padding-top: 15px;
  height: 70px;
  float: right;
  margin-right: 10px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a {
  background: url("../images/arrow_main.png") no-repeat 0 0;
  text-indent: -9999px;
  height: 34px;
  width: 86px;
  text-align: center;
  /* colors by venue */
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a:hover {
  color: #333333;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a:after {
  content: "";
  width: 0px;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a.more[data-category=firstontariocentre] {
  background: url(../images/arrow_firstontariocentre.png) no-repeat 0 0 !important;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a.more[data-category=hamiltonplace] {
  background: url(../images/arrow_hamiltonplace.png) no-repeat 0 0 !important;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a.more[data-category=firstontarioconcerthall] {
  background: url(../images/arrow_firstontarioconcerthall.png) no-repeat 0 0 !important;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a.more[data-category=molsoncanadianstudio] {
  background: url(../images/arrow_molsoncanadianstudio.png) no-repeat 0 0 !important;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item .buttons a.more[data-category=thestudio] {
  background: url(../images/arrow_thestudio.png) no-repeat 0 0 !important;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item[data-category=firstontariocentre] {
  border-left: 5px solid #94c947;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item[data-category=hamiltonplace] {
  border-left: 5px solid #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item[data-category=firstontarioconcerthall] {
  border-left: 5px solid #008cd1;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item[data-category=molsoncanadianstudio] {
  border-left: 5px solid #ed174c;
}
.small-calendar #calendario .cal-content-reveal .cal_overlay_item[data-category=thestudio] {
  border-left: 5px solid #ed174c;
}
.small-calendar #calendario .fc-calendar-container {
  height: 253px;
  width: auto;
  background: transparent;
  padding-bottom: 0px;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-body {
  padding: 0;
  margin: 0 auto;
  width: 358px;
  height: 208px;
  border: 0;
  height: -moz-calc(100% - 35px);
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 24px);
  background: transparent;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-body {
    width: 280px;
  }
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-head {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  height: 22px;
  width: 358px;
  line-height: 30px;
  padding: 0;
  margin: 0 auto;
  font: 400 14px "proxima-nova";
  margin-top: 1px;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-head {
    width: 280px;
  }
}
.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: 0px;
  height: 38px;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div {
  position: relative;
  border: 1px solid #555 !important;
  border-right: 1px solid #555 !important;
  padding: 0;
  color: #555;
  background: #222;
  margin: 2px;
  width: 47px;
  height: 34px;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div:empty {
  background: #222;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div {
    width: 36px;
  }
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div span.fc-date {
  width: 35px;
  height: auto;
  margin: auto;
  padding: 0px;
  color: #555;
  font: 400 18px "proxima-nova";
  text-shadow: none;
  pointer-events: none;
  top: 6px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div span.fc-date {
    width: 25px;
  }
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-today {
  background: #fff;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-today span.fc-date {
  text-shadow: none;
  font-weight: 500;
  color: #222 !important;
  z-index: 3;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content {
  cursor: pointer;
  background-color: transparent;
  background: url("../images/bg_subnav.png") repeat 0 0;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content span.fc-date {
  text-shadow: none;
  color: #fff;
  z-index: 3;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content:hover span.fc-date, .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content:active span.fc-date, .small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content:focus span.fc-date {
  color: #444;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content div {
  display: none;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content:before {
  content: none;
}
.small-calendar #calendario .fc-calendar-container .fc-calendar .fc-row > div.fc-content:hover:before {
  content: none;
}

.banner {
  position: relative;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides:hover {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.rslides li:before {
  display: none;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides li a, .rslides li a:visited {
  display: block;
  position: relative;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#column_2 .banner {
  position: relative;
  display: block;
  float: left;
  width: 170px;
  height: 150px;
  padding: 0px;
  margin: 0;
}
#column_2 .banner#banner_10 {
  margin-right: 17px;
}
/* ----------------------------------------------------------------------------
=Links and Link Lists
----------------------------------------------------------------------------- */
.link {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.link ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: 400 16px "proxima-nova";
}
.link ul.list li {
  padding: 10px 0px 10px 15px;
  margin: 5px 0px;
  background: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.link ul.list li a {
  font-weight: bold;
  color: #333333;
  font: 400 16px "proxima-nova";
}
.link ul.list li a:after {
  content: " ";
  background: url(../images/icon_link_external.png) no-repeat top 0px left 0px;
  margin: 2px 14px 0px 0px;
  float: right;
  width: 18px;
  height: 16px;
}
.link ul.list li a.pdf:after {
  background: url(../images/icon_link_file.png) no-repeat top 0px left 0px;
  width: 19px;
  margin-right: 11px;
}
.link ul.list li a.email:after {
  background: url(../images/icon_link_mail.png) no-repeat top 0px left 0px;
  width: 20px;
  margin-right: 14px;
}
.link ul.list li a.image:after {
  background: url(../images/icon_link_image.png) no-repeat top 0px left 0px;
  width: 23px;
  margin-right: 11px;
}
.link ul.list li:hover, .link ul.list li:focus {
  background: #eee;
  background-color: #ddd;
}
.link ul.list li:hover a, .link ul.list li:hover a:link, .link ul.list li:hover a:visited, .link ul.list li:focus a, .link ul.list li:focus a:link, .link ul.list li:focus a:visited {
  color: #333333;
}
.link ul.list a, .link ul.list a:link, .link ul.list a:visited {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0px;
}
.link ul.list a:hover, .link ul.list a:focus, .link ul.list a:link:hover, .link ul.list a:link:focus, .link ul.list a:visited:hover, .link ul.list a:visited:focus {
  color: red;
}
.link ul.list a.image, .link ul.list a:link.image, .link ul.list a:visited.image {
  background-position: 559px -204px;
}
.link ul.list a.pdf, .link ul.list a:link.pdf, .link ul.list a:visited.pdf {
  background-position: 559px -102px;
}
.link ul.list a.email, .link ul.list a:link.email, .link ul.list a:visited.email {
  background-position: 559px -308px;
}
/* ----------------------------------------------------------------------------
=FAQ
----------------------------------------------------------------------------- */
.faq,
#content .venue_detail .venue-body .faq {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.faq dl,
#content .venue_detail .venue-body .faq dl {
  font: 400 16px "proxima-nova";
}
.faq dt,
#content .venue_detail .venue-body .faq dt {
  position: relative;
  cursor: pointer;
  padding: 8px 15px 8px 15px;
  margin: 5px 0px;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.faq dt:hover,
#content .venue_detail .venue-body .faq dt:hover {
  background-color: #ddd;
}
.faq dt:hover p,
#content .venue_detail .venue-body .faq dt:hover p {
  color: #333333;
}
.faq dt:hover p:hover,
#content .venue_detail .venue-body .faq dt:hover p:hover {
  color: #333333;
}
.faq dt.open,
#content .venue_detail .venue-body .faq dt.open {
  padding-bottom: 5px;
}
.faq dt.open a,
#content .venue_detail .venue-body .faq dt.open a {
  border-bottom: 1px solid #ccc;
}
.faq dt.open a:after,
#content .venue_detail .venue-body .faq dt.open a:after {
  background: url(../images/icon_minus.png) no-repeat top 0px left 0px;
  margin-top: -28px;
}
.faq dt a, .faq dt a:visited,
#content .venue_detail .venue-body .faq dt a,
#content .venue_detail .venue-body .faq dt a:visited {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 3px 0 0;
  background: none;
  font: 400 16px "proxima-nova";
}
.faq dt a:hover, .faq dt a:focus, .faq dt a:visited:hover, .faq dt a:visited:focus,
#content .venue_detail .venue-body .faq dt a:hover,
#content .venue_detail .venue-body .faq dt a:focus,
#content .venue_detail .venue-body .faq dt a:visited:hover,
#content .venue_detail .venue-body .faq dt a:visited:focus {
  color: text;
  text-decoration: none;
  background: none;
}
.faq dt a:hover p, .faq dt a:focus p, .faq dt a:visited:hover p, .faq dt a:visited:focus p,
#content .venue_detail .venue-body .faq dt a:hover p,
#content .venue_detail .venue-body .faq dt a:focus p,
#content .venue_detail .venue-body .faq dt a:visited:hover p,
#content .venue_detail .venue-body .faq dt a:visited:focus p {
  color: #333333;
}
.faq dt a:after, .faq dt a:visited:after,
#content .venue_detail .venue-body .faq dt a:after,
#content .venue_detail .venue-body .faq dt a:visited:after {
  content: " ";
  background: url(../images/icon_plus.png) no-repeat top 0px left 0px;
  margin: -20px 1px 0px 0px;
  float: right;
  width: 16px;
  height: 16px;
}
.faq dt p,
#content .venue_detail .venue-body .faq dt p {
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #333333;
  font: 400 16px "proxima-nova";
}
.faq dt.active, .faq dt.open,
#content .venue_detail .venue-body .faq dt.active,
#content .venue_detail .venue-body .faq dt.open {
  margin: 0;
  color: #333333;
}
.faq dt.active a, .faq dt.active a:visited, .faq dt.open a, .faq dt.open a:visited,
#content .venue_detail .venue-body .faq dt.active a,
#content .venue_detail .venue-body .faq dt.active a:visited,
#content .venue_detail .venue-body .faq dt.open a,
#content .venue_detail .venue-body .faq dt.open a:visited {
  background: none;
  padding-bottom: 0;
}
.faq dt.active a:hover, .faq dt.active a:focus, .faq dt.active a:visited:hover, .faq dt.active a:visited:focus, .faq dt.open a:hover, .faq dt.open a:focus, .faq dt.open a:visited:hover, .faq dt.open a:visited:focus,
#content .venue_detail .venue-body .faq dt.active a:hover,
#content .venue_detail .venue-body .faq dt.active a:focus,
#content .venue_detail .venue-body .faq dt.active a:visited:hover,
#content .venue_detail .venue-body .faq dt.active a:visited:focus,
#content .venue_detail .venue-body .faq dt.open a:hover,
#content .venue_detail .venue-body .faq dt.open a:focus,
#content .venue_detail .venue-body .faq dt.open a:visited:hover,
#content .venue_detail .venue-body .faq dt.open a:visited:focus {
  background: none;
  color: #333333;
}
.faq dt.active a p, .faq dt.active a:visited p, .faq dt.open a p, .faq dt.open a:visited p,
#content .venue_detail .venue-body .faq dt.active a p,
#content .venue_detail .venue-body .faq dt.active a:visited p,
#content .venue_detail .venue-body .faq dt.open a p,
#content .venue_detail .venue-body .faq dt.open a:visited p {
  color: #333333;
  font: 400 16px "proxima-nova";
}
.faq dt.active p, .faq dt.active:hover p, .faq dt.open p, .faq dt.open:hover p,
#content .venue_detail .venue-body .faq dt.active p,
#content .venue_detail .venue-body .faq dt.active:hover p,
#content .venue_detail .venue-body .faq dt.open p,
#content .venue_detail .venue-body .faq dt.open:hover p {
  color: #333333;
  padding: 0 0 15px 0;
}
.faq dd,
#content .venue_detail .venue-body .faq dd {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 15px;
  margin: -4px 0 0 0px;
  background: none;
  z-index: 99;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 1039px) {
  .faq dd,
  #content .venue_detail .venue-body .faq dd {
    padding: 0px;
  }
}
.faq dd p,
#content .venue_detail .venue-body .faq dd p {
  font: 400 16px "proxima-nova";
  color: #333333;
  padding: 0 0 8px 0;
  margin: 0 0 0 0px;
  line-height: 19px;
}
.faq dd ul,
#content .venue_detail .venue-body .faq dd ul {
  padding: 0 15px;
  list-style: none;
  margin: 8px 0 10px;
  line-height: 140%;
  font-size: 12px;
  color: #333333;
}
.faq dd ul li,
#content .venue_detail .venue-body .faq dd ul li {
  padding: 0 0 8px;
  font-size: 13px;
  font-style: italic;
  color: #333333;
  line-height: 140%;
  font-weight: normal;
}
.faq dd ul li:before,
#content .venue_detail .venue-body .faq dd ul li:before {
  content: "•";
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  color: #A9DFFF;
}
.faq dd ol,
#content .venue_detail .venue-body .faq dd ol {
  padding: 0 15px;
  margin: 8px 0 10px;
  line-height: 140%;
  font-size: 12px;
  color: #333333;
}
.faq dd ol li,
#content .venue_detail .venue-body .faq dd ol li {
  padding: 0 0 8px;
  font-size: 13px;
  font-style: italic;
  color: #333333;
  line-height: 140%;
  font-weight: normal;
}

/* ----------------------------------------------------------------------------
=Sidebar Subnav
----------------------------------------------------------------------------- */
.subnav {
  position: relative;
  display: none;
  width: 239px;
  padding: 0px;
  margin: 0 0 18px;
  background-color: transparent;
  border-right: 1px solid #333333;
}
.subnav ul {
  list-style: none;
  list-style-image: none;
  padding: 0px 0 0;
  margin: 0;
  font-size: 13px;
  min-height: 30px;
}
.subnav ul li {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova";
  text-transform: uppercase;
  border-bottom: 1px solid #444;
}
.subnav ul li:first-child {
  display: none;
}
.subnav ul li:last-child {
  border-bottom: none;
}
.subnav ul li a, .subnav ul li a:visited {
  display: block;
  padding: 12px 5px 11px 18px;
  text-decoration: none;
  color: #fff;
  font: 400 14px "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.subnav ul li a:hover, .subnav ul li a.active, .subnav ul li a:active, .subnav ul li a:visited:hover, .subnav ul li a:visited.active, .subnav ul li a:visited:active {
  color: #fff;
}
.subnav ul li a:hover, .subnav ul li a:visited:hover {
  background: url(../images/bg_subnav.png) repeat 0 0;
}
.subnav ul li.active a {
  background: url(../images/bg_subnav.png) repeat 0 0;
}
.subnav ul li.active.onparent a.active {
  color: #fff;
}
.subnav ul li.active ul {
  display: block;
}
.subnav ul li.active ul a {
  background: transparent;
}
.subnav ul ul {
  display: none;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  padding: 2px 0 2px 12px;
  margin: 0;
  background: none;
  width: auto;
}
.subnav ul ul li {
  border-bottom: none;
}
.subnav ul ul li:first-child {
  display: block;
}
.subnav ul ul li a, .subnav ul ul li a:visited {
  font-size: 12px;
  padding: 8px 5px 7px 18px;
}

/* ----------------------------------------------------------------------------
= Event List
----------------------------------------------------------------------------- */
#events .event_list #column_1 .container {
  padding-right: 15px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #events .event_list #column_1 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #events .event_list #column_1 .container {
    padding-left: 15px;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1039px) {
  #events .event_list #column_1 .container .entry .info {
    width: 74%;
  }
}
@media screen and (max-width: 915px) {
  #events .event_list #column_1 .container .entry .info {
    width: 69%;
  }
}
@media screen and (max-width: 870px) {
  #events .event_list #column_1 .container .entry .info {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  #events .event_list #column_1 .container .entry .info {
    width: 72%;
  }
}
@media screen and (max-width: 550px) {
  #events .event_list #column_1 .container .entry .info {
    width: 70%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  #events .event_list #column_1 .container .entry .info {
    width: 100%;
  }
}

@media screen and (max-width: 1039px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 74%;
  }
}
@media screen and (max-width: 915px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 69%;
  }
}
@media screen and (max-width: 870px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 72%;
  }
}
@media screen and (max-width: 550px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 70%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  #pages.event-calendar .event_list #column_1 .container .entry .info {
    width: 100%;
  }
}

.event_list #column_1 .container {
  /*@include gradiant-stop-vertical($black_bg, $gray_bg, 30%, $gray_bg);*/
  background-color: #333;
  border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .event_list #column_1 .container {
    padding-right: 0px !important;
  }
}
.event_list #column_1 .holder {
  border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
}
.event_list .event_sort {
  height: 50px;
}
@media screen and (max-width: 1039px) {
  .event_list .event_sort {
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.event_list .event_sort ul {
  margin: 0;
  padding: 0;
}
.event_list .event_sort ul li {
  font: 400 14px "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: left;
  display: inline;
  margin: 20px 11px 0px 11px;
  color: #fff;
  padding: 0px;
}
.event_list .event_sort ul li:first-child {
  margin-left: 0px;
}
.event_list .event_sort ul li:last-child {
  margin-right: 0px;
}
.event_list .event_sort ul li a {
  color: #fff;
}
.event_list .event_sort ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.event_list .event_sort ul li.main a {
  color: #94c947;
}
.event_list .event_sort ul li.main a:hover {
  border-bottom: 1px solid #94c947;
}
.event_list .event_sort ul li.venue2 a {
  color: #008cd1;
}
.event_list .event_sort ul li.venue2 a:hover {
  border-bottom: 1px solid #008cd1;
}
.event_list .event_sort ul li.venue3 a {
  color: #ed174c;
}
.event_list .event_sort ul li.venue3 a:hover {
  border-bottom: 1px solid #ed174c;
}
.event_list .view_all_events {
  position: absolute;
  top: 65px;
  right: 51px;
  font-size: 12px;
}
.event_list .view_all_events a {
  color: #fff;
}
.event_list .view_all_events a:hover {
  color: #fff;
  text-decoration: none;
}
.event_list .print_page {
  position: absolute;
  top: 63px;
  right: 24px;
  font-size: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  display: block;
  background: url(../images/icon_print_white.png) no-repeat 0 0;
}
.event_list .print_page a {
  text-indent: -9999px;
}
.event_list .overview {
  position: relative;
  padding: 0 0 10px;
  *zoom: 1;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.event_list .overview:before, .event_list .overview:after {
  content: " ";
  display: table;
}
.event_list .overview:after {
  clear: both;
}
.event_list .overview h1 {
  display: block;
  width: 100%;
  padding: 10px 0 8px 0 !important;
  margin: 0;
  color: #fff !important;
  border-bottom: 1px solid #666666 !important;
  font: 400 32px "proxima-nova" !important;
  letter-spacing: 3px;
}
.event_list .overview .links {
  position: absolute;
  top: 16px;
  right: 0px;
  *zoom: 1;
}
.event_list .overview .links:before, .event_list .overview .links:after {
  content: " ";
  display: table;
}
.event_list .overview .links:after {
  clear: both;
}
.event_list .overview .links a, .event_list .overview .links a:visited {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 21;
}
.event_list .overview .links a:first-child, .event_list .overview .links a:visited:first-child {
  margin: 0 15px 0 0;
}
.event_list .overview .links a.rss, .event_list .overview .links a:visited.rss {
  background: url("../images/icons/icon_rss.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.event_list .overview .links a.rss:hover, .event_list .overview .links a:visited.rss:hover {
  opacity: 0.6;
}
.event_list .overview .links a.print, .event_list .overview .links a:visited.print {
  background: url("../images/icons/icon_printer.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.event_list .overview .links a.print:hover, .event_list .overview .links a:visited.print:hover {
  opacity: 0.6;
}
.event_list .list {
  padding: 0;
  background: none;
  margin: 0;
  position: relative;
}
.event_list .list p.noevents {
  padding: 10px;
  color: black;
}
.event_list .entry {
  position: relative;
  padding: 0;
  width: 755px;
  margin: 18px 0px;
  display: table;
  /* Border left colors by venue */
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .event_list .entry {
    width: 100%;
    display: inline-block;
    margin: 9px 0px;
  }
}
@media screen and (max-width: 767px) {
  .event_list .entry {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
  }
}
.event_list .entry .promos {
  margin-top: 8px;
  height: 18px;
}
@media screen and (max-width: 550px) {
  .event_list .entry .promos {
    margin-top: 4px;
  }
}
.event_list .entry .promos .group {
  margin-right: 30px;
  background: url("../images/icon_groups.png") no-repeat 0 2px;
  padding-left: 25px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.event_list .entry .promos .group:hover {
  text-decoration: none !important;
}
.event_list .entry .promos .dinner {
  background: url("../images/icon_food.png") no-repeat 0 2px;
  padding-left: 22px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.event_list .entry .promos .dinner:hover {
  text-decoration: none !important;
}
.event_list .entry .promos .group[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.event_list .entry .promos .dinner[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.event_list .entry .promos .group[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.event_list .entry .promos .dinner[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.event_list .entry .promos .group[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.event_list .entry .promos .dinner[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.event_list .entry .promos .group[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.event_list .entry .promos .dinner[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.event_list .entry .promos .group[data-category=thestudio]:hover {
  color: #ed174c;
}
.event_list .entry .promos .dinner[data-category=thestudio]:hover {
  color: #ed174c;
}
.event_list .entry:hover .info {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.event_list .entry:hover .thumb {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.event_list .entry .thumb {
  width: 127px;
  height: 107px;
  margin: 0 15px 0 0;
  float: left;
}
.event_list .entry .thumb a {
  display: block;
  width: 127px;
  height: 107px;
}
.event_list .entry .thumb img {
  padding: 0;
  width: 127px;
  height: 107px;
}
@media screen and (max-width: 550px) {
  .event_list .entry .thumb {
    width: 100px;
    height: 85px;
  }
  .event_list .entry .thumb img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .event_list .entry .thumb {
    display: none;
  }
}
.event_list .entry .info {
  border-left: 6px solid #5e5e5e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 611px;
  /* colors by venue */
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .event_list .entry .info {
    width: 74%;
  }
}
@media screen and (max-width: 915px) {
  .event_list .entry .info {
    width: 69%;
  }
}
@media screen and (max-width: 870px) {
  .event_list .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .event_list .entry .info {
    width: 77%;
  }
}
@media screen and (max-width: 760px) {
  .event_list .entry .info {
    width: 72%;
  }
}
@media screen and (max-width: 613px) {
  .event_list .entry .info {
    width: 63%;
  }
}
@media screen and (max-width: 550px) {
  .event_list .entry .info {
    width: 70%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .event_list .entry .info {
    width: 100%;
  }
}
.event_list .entry .info a:hover {
  text-decoration: none;
}
.event_list .entry .info .date, .event_list .entry .info .event_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  .event_list .entry .info .date, .event_list .entry .info .event_venue {
    font-size: 11px;
  }
}
@media screen and (max-width: 700px) {
  .event_list .entry .info .date {
    margin-right: 7px;
  }
}
.event_list .entry .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
@media screen and (max-width: 550px) {
  .event_list .entry .info .info_top {
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
.event_list .entry .info .date span.d {
  margin-right: -2px;
}
.event_list .entry .info .event_venue {
  padding: 0 0 4px;
  color: blue;
  font: 700 12px/120% "proxima-nova";
}
.event_list .entry .info h3 {
  clear: both;
  display: block;
  width: 500px;
  margin: 0;
  padding: 5px 0 3px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .event_list .entry .info h3 {
    width: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .event_list .entry .info h3 {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .event_list .entry .info h3 {
    padding-top: 2px;
    margin-right: 37px;
  }
}
.event_list .entry .info h3 a, .event_list .entry .info h3 a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .event_list .entry .info h3 a, .event_list .entry .info h3 a:visited {
    font-size: 16px;
  }
}
.event_list .entry .info h3:hover {
  /* Colors by venue */
}
.event_list .entry .info h3:hover a[data-category=firstontariocentre] {
  color: #94c947;
}
.event_list .entry .info h3:hover a[data-category=hamiltonplace] {
  color: #008cd1;
}
.event_list .entry .info h3:hover a[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.event_list .entry .info h3:hover a[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.event_list .entry .info h3:hover a[data-category=thestudio] {
  color: #ed174c;
}
.event_list .entry .info .follow_event {
  background: url("../images/icon_star.png") no-repeat 0 -1px;
  padding-left: 25px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.event_list .entry .info .follow_event:hover {
  text-decoration: none !important;
}
.event_list .entry .info .follow_event:hover[data-category=firstontariocentre] {
  color: #94c947;
}
.event_list .entry .info .follow_event:hover[data-category=hamiltonplace] {
  color: #008cd1;
}
.event_list .entry .info .follow_event:hover[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.event_list .entry .info .follow_event:hover[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.event_list .entry .info .follow_event:hover[data-category=thestudio] {
  color: #ed174c;
}
.event_list .entry .info h4 {
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  font: 700 12px/120% "proxima-nova";
  color: #000;
  text-transform: uppercase;
}
.event_list .entry .info p {
  display: none;
}
.event_list .entry .info[data-category=firstontariocentre] {
  border-left-color: #94c947;
}
.event_list .entry .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.event_list .entry .info[data-category=hamiltonplace] {
  border-left-color: #008cd1;
}
.event_list .entry .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.event_list .entry .info[data-category=firstontarioconcerthall] {
  border-left-color: #008cd1;
}
.event_list .entry .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.event_list .entry .info[data-category=molsoncanadianstudio] {
  border-left-color: #ed174c;
}
.event_list .entry .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.event_list .entry .info[data-category=thestudio] {
  border-left-color: #ed174c;
}
.event_list .entry .event_venue[data-category=thestudio] {
  color: #ed174c;
}
.event_list .entry .buttons a.more, .event_list .entry .buttons a:link.more, .event_list .entry .buttons a:visited.more,
.event_list .entry .buttons a.tickets, .event_list .entry .buttons a:link.tickets, .event_list .entry .buttons a:visited.tickets {
  background-color: transparent;
}
.event_list .entry .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 67px;
  height: 100%;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
@media screen and (max-width: 550px) {
  .event_list .entry .buttons {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .event_list .entry .buttons {
    width: 45px;
    padding: 13px 12px;
  }
}
.event_list .entry .buttons a, .event_list .entry .buttons span {
  margin: 0 0 15px;
  width: 25px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  /* colors by venue */
  /* colors by venue */
}
.event_list .entry .buttons a.more, .event_list .entry .buttons span.more {
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:after, .event_list .entry .buttons span.more:after {
  content: none;
}
.event_list .entry .buttons a.tickets, .event_list .entry .buttons span.tickets {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:after, .event_list .entry .buttons span.tickets:after {
  content: none;
}
.event_list .entry .buttons a.tickets:hover, .event_list .entry .buttons span.tickets:hover {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:hover[data-category=firstontariocentre], .event_list .entry .buttons span.more:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_info_firstontariocentre.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:hover[data-category=hamiltonplace], .event_list .entry .buttons span.more:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_info_hamiltonplace.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:hover[data-category=firstontarioconcerthall], .event_list .entry .buttons span.more:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_info_firstontarioconcerthall.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:hover[data-category=molsoncanadianstudio], .event_list .entry .buttons span.more:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_info_molsoncanadianstudio.png") no-repeat 0 0;
}
.event_list .entry .buttons a.more:hover[data-category=thestudio], .event_list .entry .buttons span.more:hover[data-category=thestudio] {
  background: url("../images/icons/icon_info_thestudio.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:hover[data-category=firstontariocentre], .event_list .entry .buttons span.tickets:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_ticket_firstontariocentre.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:hover[data-category=hamiltonplace], .event_list .entry .buttons span.tickets:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_ticket_hamiltonplace.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:hover[data-category=firstontarioconcerthall], .event_list .entry .buttons span.tickets:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_ticket_firstontarioconcerthall.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:hover[data-category=molsoncanadianstudio], .event_list .entry .buttons span.tickets:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_ticket_molsoncanadianstudio.png") no-repeat 0 0;
}
.event_list .entry .buttons a.tickets:hover[data-category=thestudio], .event_list .entry .buttons span.tickets:hover[data-category=thestudio] {
  background: url("../images/icons/icon_ticket_thestudio.png") no-repeat 0 0;
}
@media screen and (max-width: 550px) {
  .event_list .entry .buttons a, .event_list .entry .buttons span {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #pages .event_list {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  #pages .event_list {
    margin: 0px 20px;
  }
}
#pages .event_list .entry {
  width: auto;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #pages .event_list .entry {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #pages .event_list .entry {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #pages .event_list .entry {
    width: 100%;
  }
}

#pages .event_list .entry .info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 598px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #pages .event_list .entry .info {
    width: 75%;
  }
}
@media screen and (max-width: 915px) {
  #pages .event_list .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 870px) {
  #pages .event_list .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #pages .event_list .entry .info {
    width: 78%;
  }
}
@media screen and (max-width: 702px) {
  #pages .event_list .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  #pages .event_list .entry .info {
    width: 63%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  #pages .event_list .entry .info {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
= Event Detail
----------------------------------------------------------------------------- */
.event_detail {
  /* Border top colors by venue */
}
.event_detail .description a, .event_detail .description a:visited {
  color: #7ECDDF;
  text-decoration: none;
  border-bottom: 1px dotted #7ECDDF;
  outline: none;
}
.event_detail .description a:hover, .event_detail .description a:focus, .event_detail .description a:visited:hover, .event_detail .description a:visited:focus {
  text-decoration: none;
  color: #7ECDDF;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .event_detail .description.textarea {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.event_detail #branding {
  margin-bottom: 20px;
}
.event_detail #column_1 {
  background: none;
  filter: none;
  padding: 0;
  margin-top: 0px;
}
.event_detail #column_1 .holder {
  margin-top: 0;
  padding: 0;
}
.event_detail #column_1 .holder .container {
  padding: 0;
  background: none;
  background-color: none;
  filter: none;
  overflow: hidden;
  border-radius: 0;
}
.event_detail .event-wrap {
  position: relative;
  width: 800px;
  margin: 0;
  padding: 0px;
  background: none;
  background: #fff;
  border-top: 6px solid green;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  *zoom: 1;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .event_detail .event-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .event_detail .event-wrap {
    width: 100%;
  }
}
.event_detail .event-wrap:before, .event_detail .event-wrap:after {
  content: " ";
  display: table;
}
.event_detail .event-wrap:after {
  clear: both;
}
.event_detail .event-wrap.has-branding {
  padding-top: 0;
}
.event_detail .event-wrap.has-branding .event-details {
  padding-left: 0;
}
.event_detail .event-wrap.has-branding .event-content {
  margin-right: 0px;
  margin-top: 10px;
}
.event_detail .event-wrap[data-category=firstontariocentre] {
  border-top-color: #94c947;
}
.event_detail .button.ticket_button[data-category=firstontariocentre] {
  background: #94c947;
}
.event_detail .button.ticket_button[data-category=firstontariocentre]:hover {
  background: rgba(148, 201, 71, 0.8);
}
.event_detail .event-wrap[data-category=hamiltonplace] {
  border-top-color: #008cd1;
}
.event_detail .button.ticket_button[data-category=hamiltonplace] {
  background: #008cd1;
}
.event_detail .button.ticket_button[data-category=hamiltonplace]:hover {
  background: rgba(0, 140, 209, 0.8);
}
.event_detail .event-wrap[data-category=firstontarioconcerthall] {
  border-top-color: #008cd1;
}
.event_detail .button.ticket_button[data-category=firstontarioconcerthall] {
  background: #008cd1;
}
.event_detail .button.ticket_button[data-category=firstontarioconcerthall]:hover {
  background: rgba(0, 140, 209, 0.8);
}
.event_detail .event-wrap[data-category=molsoncanadianstudio] {
  border-top-color: #ed174c;
}
.event_detail .button.ticket_button[data-category=molsoncanadianstudio] {
  background: #ed174c;
}
.event_detail .button.ticket_button[data-category=molsoncanadianstudio]:hover {
  background: rgba(237, 23, 76, 0.8);
}
.event_detail .event-wrap[data-category=thestudio] {
  border-top-color: #ed174c;
}
.event_detail .button.ticket_button[data-category=thestudio] {
  background: #ed174c;
}
.event_detail .button.ticket_button[data-category=thestudio]:hover {
  background: rgba(237, 23, 76, 0.8);
}
.event_detail .event-content {
  position: relative;
  background: rgb(255, 255, 255);
  margin: 0;
  margin-bottom: 10px;
}
.event_detail .event-content .info_top_wrapper {
  /* colors by venue */
}
.event_detail .event-content .info_top_wrapper .date, .event_detail .event-content .info_top_wrapper .event_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 15px 0px 0;
  color: #333333;
  font: 400 16px/120% "proxima-nova";
  text-transform: uppercase;
}
.event_detail .event-content .info_top_wrapper .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
.event_detail .event-content .info_top_wrapper .date {
  letter-spacing: 1px;
}
.event_detail .event-content .info_top_wrapper .date span.d {
  margin-right: -2px;
}
.event_detail .event-content .info_top_wrapper .event_venue {
  padding: 0 0 4px;
  letter-spacing: 1px;
}
.event_detail .event-content .info_top_wrapper .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.event_detail .event-content .info_top_wrapper .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.event_detail .event-content .info_top_wrapper .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.event_detail .event-content .info_top_wrapper .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.event_detail .event-content .info_top_wrapper .event_venue[data-category=thestudio] {
  color: #ed174c;
}
.event_detail .event-details {
  position: relative;
}
.event_detail .event-details ul {
  display: block;
  position: relative;
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0 0 5px;
}
.event_detail .event-details ul li {
  margin: 0;
  padding: 10px 0 0;
  font-size: 12px;
  color: #333;
}
.event_detail .event-details ul li:first-child {
  padding: 0;
}
.event_detail .event-details ul li label {
  display: block;
  padding: 0;
  margin: 0 0 5px;
  cursor: default;
  text-transform: uppercase;
  color: #333;
  font: bold 16px/120% Arial, Helvetica, sans-serif;
  padding: 0 0 0 10px;
}
.event_detail .event-details ul li div {
  padding: 0 0 12px 10px;
  color: #333;
  font: normal 14px/120% Arial, Helvetica, sans-serif;
}
.event_detail .event-details ul li div div {
  padding: 0;
}
.event_detail .event-details ul li p, .event_detail .event-details ul li span {
  display: block;
  position: relative;
  color: #333;
  padding: 0 0 3px;
  margin: 0;
  font: normal 14px/120% Arial, Helvetica, sans-serif;
}
.event_detail .event-details ul li span.m, .event_detail .event-details ul li span.d, .event_detail .event-details ul li span.y {
  display: inline;
}
.event_detail .event-details ul li span.m {
  padding-right: 2px;
}
.event_detail .event-details ul li a, .event_detail .event-details ul li a:visited {
  color: red;
  text-decoration: none;
}
.event_detail .event-details ul li a:hover, .event_detail .event-details ul li a:focus, .event_detail .event-details ul li a:visited:hover, .event_detail .event-details ul li a:visited:focus {
  color: red;
  text-decoration: underline;
}
.event_detail .event-details ul li .addthis_counter.addthis_bubble_style {
  box-sizing: content-box;
}
.event_detail .event-details a.print, .event_detail .event-details a.print:visited {
  display: block;
  position: relative;
  width: 194px;
  height: 20px;
  padding: 0 20px 0 0;
  margin: 10px 0 0;
  text-align: right;
  color: #999;
  text-transform: uppercase;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.event_detail .event-details a.print:hover, .event_detail .event-details a.print:focus, .event_detail .event-details a.print:visited:hover, .event_detail .event-details a.print:visited:focus {
  text-decoration: none;
  color: red;
}
.event_detail .event-addthis ul {
  border: none !important;
}
.event_detail .event-addthis ul li {
  border: none !important;
}
.event_detail .buttons {
  width: 200px;
  height: 30px;
  padding: 0;
  margin: 0 0 15px;
}
.event_detail .buttons span, .event_detail .buttons a, .event_detail .buttons a:link, .event_detail .buttons a:visited {
  width: 200px;
  height: 30px;
  font-size: 18px;
}
.event_detail .buttons span.soon, .event_detail .buttons a.soon, .event_detail .buttons a:link.soon, .event_detail .buttons a:visited.soon {
  font-size: 14px;
}
.event_detail a.print {
  display: block;
  height: 22px;
  background: url(../images/icons.png) no-repeat 0 -44px;
  padding: 0 0 0 26px;
  margin: 0 20px 0 0;
  line-height: 22px;
  text-decoration: none;
  float: left;
  color: black;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.event_detail a.print:hover {
  background-position: 0 -66px;
}
.event_detail .share_bar {
  padding: 15px 0;
  margin: 0 0 15px;
  float: left;
  width: 400px;
}
.event_detail .showings {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1039px) {
  .event_detail .showings {
    margin-bottom: 30px;
  }
}
.event_detail .showings li {
  position: relative;
  padding: 10px 10px 10px 20px;
  margin: 10px 0 0;
  color: #333333;
  width: 100%;
  background: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  *zoom: 1;
  font: 400 16px "proxima-nova";
}
.event_detail .showings li:before, .event_detail .showings li:after {
  content: " ";
  display: table;
}
.event_detail .showings li:after {
  clear: both;
}
.event_detail .showings li a.ical, .event_detail .showings li a.ical:visited {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  color: #333333;
  font: 400 14px "proxima-nova";
  text-transform: uppercase;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .event_detail .showings li a.ical, .event_detail .showings li a.ical:visited {
    float: none;
    margin-top: 10px;
  }
}
.event_detail .showings li a.ical:before, .event_detail .showings li a.ical:visited:before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -2px;
  background: url("../images/icons/icon_addcalendar.png") no-repeat 0 0;
}
.event_detail .event-body {
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  margin: 0;
  /* colors by venue */
}
@media screen and (max-width: 767px) {
  .event_detail .event-body {
    padding: 25px 20px 30px 20px;
  }
  .event_detail .event-body .textarea {
    margin: 0px !important;
  }
  .event_detail .event-body .textarea p {
    font-size: 17px;
  }
}
.event_detail .event-body h1 {
  padding-bottom: 15px !important;
}
.event_detail .event-body h2 {
  margin: 0;
  padding: 0 0 15px 0;
  text-transform: none;
}
.event_detail .event-body .event_headings {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.event_detail .event-body .event_headings h1 {
  line-height: 44px;
  padding-bottom: 7px !important;
}
.event_detail .event-body .event_headings h2 {
  font: 400 20px "proxima-nova" !important;
  text-transform: none !important;
}
.event_detail .event-body .event_headings .button {
  margin: 8px 0px 25px 0px;
}
.event_detail .event-body .event_data {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
.event_detail .event-body .event_data p {
  padding-bottom: 0px;
  line-height: 18px;
  font: 400 16px "proxima-nova";
}
.event_detail .event-body .event_data ul {
  padding: 0;
  margin: 0 0px 10px 0px;
}
.event_detail .event-body .event_data ul li {
  padding-left: none;
  padding: 8px 0px;
  font: 400 16px "proxima-nova";
  min-height: 32px;
  line-height: 29px;
}
.event_detail .event-body .event_data ul li a {
  font: 400 16px "proxima-nova";
  text-decoration: underline;
  color: #333333;
}
.event_detail .event-body .event_data ul li .event_data_title {
  font: 400 16px "proxima-nova";
  text-transform: uppercase;
  color: #333333;
  width: 150px;
  float: left;
  line-height: 29px;
}
.event_detail .event-body .event_data ul li .date {
  width: 130px;
  float: left;
}
.event_detail .event-body .event_data ul li .time {
  font-style: italic;
  color: #999;
}
.event_detail .event-body .event_data ul li.event_ticket_info {
  box-sizing: content-box;
  display: inline-table;
  min-height: 0px;
}
.event_detail .event-body .event_data ul li.event_ticket_info p {
  float: right;
  width: 580px;
  font: 400 16px "proxima-nova";
  margin: 0 0 10px;
}
.event_detail .event-body .event_data ul li a.ical, .event_detail .event-body .event_data ul li a.ical:visited {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/icon_cal.png) no-repeat 0 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  color: #333333;
  font: 400 16px "proxima-nova";
  text-transform: uppercase;
  text-decoration: none;
}
.event_detail .event-body .events_related_links li:before {
  content: " ";
  background: url(../images/icon_link.png) no-repeat top 6px left 0px;
  margin: -5px 13px 0px 0px;
  float: left;
  width: 14px;
  height: 23px;
}
.event_detail .event-body .events_related_links a, .event_detail .event-body .events_related_links a:hover {
  text-decoration: underline !important;
}
.event_detail .event-body .event_data[data-category=firstontariocentre] a:hover {
  color: #94c947;
}
.event_detail .event-body .events_related_links[data-category=firstontariocentre] a:hover {
  color: #94c947;
}
.event_detail .event-body .event_data[data-category=hamiltonplace] a:hover {
  color: #008cd1;
}
.event_detail .event-body .events_related_links[data-category=hamiltonplace] a:hover {
  color: #008cd1;
}
.event_detail .event-body .event_data[data-category=firstontarioconcerthall] a:hover {
  color: #008cd1;
}
.event_detail .event-body .events_related_links[data-category=firstontarioconcerthall] a:hover {
  color: #008cd1;
}
.event_detail .event-body .event_data[data-category=molsoncanadianstudio] a:hover {
  color: #ed174c;
}
.event_detail .event-body .events_related_links[data-category=molsoncanadianstudio] a:hover {
  color: #ed174c;
}
.event_detail .event-body .event_data[data-category=thestudio] a:hover {
  color: #ed174c;
}
.event_detail .event-body .events_related_links[data-category=thestudio] a:hover {
  color: #ed174c;
}
.event_detail .event-body .description {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.event_detail .event-body .related-links {
  padding-bottom: 10px;
  padding-top: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.event_detail .event-body .related-links h3 {
  font: 400 16px "proxima-nova" !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}
.event_detail .event-body .related-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: 400 16px "proxima-nova";
}
.event_detail .event-body .related-links ul li {
  height: 40px;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}
.event_detail .event-body .related-links ul li:hover a, .event_detail .event-body .related-links ul li:hover a:link, .event_detail .event-body .related-links ul li:hover a:visited, .event_detail .event-body .related-links ul li:focus a, .event_detail .event-body .related-links ul li:focus a:link, .event_detail .event-body .related-links ul li:focus a:visited {
  text-decoration: underline;
}
.event_detail .event-body .related-links ul li:before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 11px;
  background: url("../images/icons/icon_link_external.png") no-repeat 0 0;
}
.event_detail .event-body .related-links ul li a, .event_detail .event-body .related-links ul li a:visited {
  font: 400 16px "proxima-nova";
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 9px 60px 8px 15px;
}

.buttons {
  position: relative;
  width: 124px;
  height: 70px;
}
.buttons a, .buttons a:link, .buttons a:visited {
  display: block;
  position: relative;
  width: 124px;
  height: 30px;
  padding: 0 30px 0 10px;
  margin: 0 0 10px;
  color: white;
  text-transform: uppercase;
  font: normal 14px/33px Arial, Helvetica, sans-serif;
  background: #333;
}
.buttons a:after, .buttons a:link:after, .buttons a:visited:after {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  width: 25px;
  height: 30px;
  right: 8px;
  top: 4px;
}
.buttons a.more, .buttons a:link.more, .buttons a:visited.more {
  background: #ccc;
  color: #333;
}
.buttons a.more:after, .buttons a:link.more:after, .buttons a:visited.more:after {
  background-position: 0 -38px;
}
.buttons a.more:hover, .buttons a:link.more:hover, .buttons a:visited.more:hover {
  text-decoration: none;
  color: white;
  background: #333;
}
.buttons a.more:hover:after, .buttons a:link.more:hover:after, .buttons a:visited.more:hover:after {
  background-position: 0 -76px;
}
.buttons a.tickets:hover, .buttons a:link.tickets:hover, .buttons a:visited.tickets:hover {
  text-decoration: none;
  background: #333;
}
.buttons span {
  display: block;
  position: relative;
  width: 124px;
  height: 30px;
  padding: 0 30px 0 10px;
  margin: 0 0 10px;
  color: white;
  text-transform: uppercase;
  font: normal 14px/33px Arial, Helvetica, sans-serif;
  background: #333;
}
.buttons span.tickets:hover {
  text-decoration: none;
}
.buttons span.soon:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
=Pagination
----------------------------------------------------------------------------- */
body#events.all #column_1 .paging.final {
  display: none;
}

.paging {
  position: relative;
  margin: 0px;
  padding: 4px 0px 10px 0px;
  background: transparent;
  color: #fff;
  font: normal 11px Arial, Helvetica, sans-serif;
  text-transform: none;
  border-bottom: 1px dotted #ccc;
  min-height: 35px;
  *zoom: 1;
}
.paging:before, .paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging.final {
  padding: 10px 0px 0px 0px;
  border-top: 1px dotted #ccc;
  border-bottom: none;
}
.paging.empty {
  background: none;
  padding: 0;
  margin: 0;
}
.paging .record {
  width: auto;
  float: left;
  padding: 0 160px 0 0px;
}
.paging .pages {
  margin: 0 -17px 0 0;
  width: auto;
  text-align: center;
  *zoom: 1;
}
.paging .pages:before, .paging .pages:after {
  content: " ";
  display: table;
}
.paging .pages:after {
  clear: both;
}
.paging .pages strong, .paging .pages a, .paging .pages a:link, .paging .pages a:visited {
  position: relative;
  width: 25px;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #F49F39;
  text-decoration: none;
  font: normal 11px Arial, Helvetica, sans-serif;
}
.paging .pages strong:hover, .paging .pages a:hover, .paging .pages a:link:hover, .paging .pages a:visited:hover {
  color: #fff;
  background: transparent;
  text-decoration: none;
}
.paging .pages strong.last, .paging .pages a.last, .paging .pages a:link.last, .paging .pages a:visited.last {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.paging .pages strong.last:before, .paging .pages a.last:before, .paging .pages a:link.last:before, .paging .pages a:visited.last:before {
  width: 0px;
  height: 5px;
  content: ">>";
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
}
.paging .pages strong.first, .paging .pages a.first, .paging .pages a:link.first, .paging .pages a:visited.first {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.paging .pages strong.first:before, .paging .pages a.first:before, .paging .pages a:link.first:before, .paging .pages a:visited.first:before {
  width: 0px;
  height: 5px;
  content: "<<";
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
}
.paging .pages strong.prev, .paging .pages a.prev, .paging .pages a:link.prev, .paging .pages a:visited.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0%;
}
.paging .pages strong.next, .paging .pages a.next, .paging .pages a:link.next, .paging .pages a:visited.next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0%;
}
.paging .pages strong {
  color: #fff;
  background: transparent;
  text-decoration: none;
}

#content .seating {
  position: relative;
  display: block;
  margin: 0;
}
#content .seating .seating_charts {
  *zoom: 1;
}
#content .seating .seating_charts:before, #content .seating .seating_charts:after {
  content: " ";
  display: table;
}
#content .seating .seating_charts:after {
  clear: both;
}
#content .seating .seating_charts .entry {
  position: relative;
  display: block;
  float: left;
  width: auto;
  margin: 0 0 20px 0px;
}
#content .seating .seating_charts .entry:nth-child(odd) {
  margin: 0 0 20px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .seating .seating_charts .entry {
    width: 100%;
    display: inline-block;
    margin: 9px 0px;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  #content .seating .seating_charts .entry {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
    padding: 0px 10px;
  }
}
#content .seating .seating_charts .thumb {
  width: 127px;
  height: 107px;
  margin: 0 15px 0 0;
  float: left;
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .thumb {
    width: 100px;
    height: 85px;
  }
  #content .seating .seating_charts .thumb img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #content .seating .seating_charts .thumb {
    display: none;
  }
}
#content .seating .seating_charts .thumb a {
  display: block;
  width: 127px;
  height: 107px;
  text-align: center;
}
#content .seating .seating_charts .thumb img {
  padding: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
#content .seating .seating_charts .info {
  border-left: 6px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  min-height: 107px;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 598px;
  margin-bottom: 10px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .seating .seating_charts .info {
    width: 70%;
  }
}
@media screen and (max-width: 915px) {
  #content .seating .seating_charts .info {
    width: 65%;
  }
}
@media screen and (max-width: 870px) {
  #content .seating .seating_charts .info {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #content .seating .seating_charts .info {
    width: 78%;
  }
}
@media screen and (max-width: 702px) {
  #content .seating .seating_charts .info {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .info {
    width: 70%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  #content .seating .seating_charts .info {
    width: 100%;
  }
}
#content .seating .seating_charts .info .address {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .info .address {
    font-size: 11px;
  }
}
#content .seating .seating_charts .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .info .info_top {
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
#content .seating .seating_charts .info .date span.d {
  margin-right: -2px;
}
#content .seating .seating_charts .info .news_venue {
  padding: 0 0 4px;
  color: blue;
}
#content .seating .seating_charts .info h3 {
  clear: both;
  display: block;
  width: 400px;
  height: auto;
  margin: 0;
  padding: 5px 0 6px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .seating .seating_charts .info h3 {
    width: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #content .seating .seating_charts .info h3 {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .info h3 {
    padding-top: 2px;
    margin-right: 56px;
  }
}
#content .seating .seating_charts .info h3 a, #content .seating .seating_charts .info h3 a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
#content .seating .seating_charts .info h3 a:hover, #content .seating .seating_charts .info h3 a:visited:hover {
  text-decoration: none;
  color: #008cd1;
}
#content .seating .seating_charts .title {
  clear: both;
  display: block;
  width: 400px;
  height: auto;
  margin: 0;
  padding: 5px 0;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .seating .seating_charts .title {
    width: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #content .seating .seating_charts .title {
    width: auto;
    margin-right: 53px;
  }
}
@media screen and (max-width: 550px) {
  #content .seating .seating_charts .title {
    padding-top: 2px;
    margin-right: 37px;
  }
}
#content .seating .seating_charts .title a, #content .seating .seating_charts .title a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
#content .seating .seating_charts .title a:hover, #content .seating .seating_charts .title a:visited:hover {
  text-decoration: none;
  color: #008cd1;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .seating .seating_charts .title a, #content .seating .seating_charts .title a:visited {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #content .seating .seating_charts .title a, #content .seating .seating_charts .title a:visited {
    font-size: 16px;
  }
}
#content .seating .seating_charts .download_map {
  display: block;
  float: left;
  padding: 2px 0 1px;
  margin: 0 25px 0px 0;
  color: #333333;
  height: 16px;
  line-height: 16px;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 20px;
  background: url(../images/icon_link_file.png) left no-repeat;
}
#content .seating .seating_charts .download_map:hover {
  color: #999999;
  text-decoration: none;
}
#content .seating .seating_charts .links {
  position: absolute;
  top: -1px;
  right: 0;
  width: 67px;
  height: 107px;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
#content .seating .seating_charts .links a, #content .seating .seating_charts .links a:link, #content .seating .seating_charts .links a:visited, #content .seating .seating_charts .links span {
  margin: 21px 0 15px -3px;
  width: 35px;
  height: 33px;
  background: transparent;
  text-indent: -9999px;
  top: 50%;
  margin-top: -17px;
  display: block;
}
#content .seating .seating_charts .links a.more, #content .seating .seating_charts .links a:link.more, #content .seating .seating_charts .links a:visited.more, #content .seating .seating_charts .links span.more {
  background: url("../images/icons/icon_more.png") no-repeat 0 0;
  margin-top: 20px;
}
#content .seating .seating_charts .links a.more:after, #content .seating .seating_charts .links a:link.more:after, #content .seating .seating_charts .links a:visited.more:after, #content .seating .seating_charts .links span.more:after {
  content: none;
}
#content .seating .seating_charts .links a.more:hover, #content .seating .seating_charts .links a:link.more:hover, #content .seating .seating_charts .links a:visited.more:hover, #content .seating .seating_charts .links span.more:hover {
  background: url("../images/icons/arrow_firstontariocentre.png") no-repeat 0 0;
  background-position: -2px -47px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
#lightbox-container-image-box img {
  max-width: 100%;
}

#lightbox-container-image {
  padding: 10px;
  box-sizing: border-box;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: none;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  text-indent: 0px;
  max-width: 100%;
  box-sizing: border-box;
}

#lightbox-container-image-data {
  padding: 0 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: normal;
  line-height: 2;
}

#lightbox-image-details-currentNumber {
  display: none !important;
  font-size: 0px;
  line-height: 0px;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

#lightbox-secNav-btnClose {
  margin-right: 0px;
  opacity: 0.6;
}
#lightbox-secNav-btnClose:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------------------
= News List
----------------------------------------------------------------------------- */
#news #content, #news .container, #news .one_sidebar_right #column_1 .holder, #news #column_1, #news .news_list, #news #layout {
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
}

#content .news_list .container {
  background-color: transparent !important;
  padding-right: 15px !important;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #content .news_list .container {
    padding-right: 0px !important;
  }
}
#content .news_list .holder {
  background: none !important;
  margin-top: 0px !important;
}
#content .news_list .view_all_events {
  position: absolute;
  top: 65px;
  right: 51px;
  font-size: 12px;
}
#content .news_list .view_all_events a {
  color: #fff;
}
#content .news_list .view_all_events a:hover {
  color: #fff;
  text-decoration: none;
}
#content .news_list .print_page {
  position: absolute;
  top: 63px;
  right: 24px;
  font-size: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  display: block;
  background: url(../images/icon_print_white.png) no-repeat 0 0;
}
#content .news_list .print_page a {
  text-indent: -9999px;
}
#content .news_list .overview {
  position: relative;
  padding: 0px 0 10px;
  *zoom: 1;
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
}
#content .news_list .overview:before, #content .news_list .overview:after {
  content: " ";
  display: table;
}
#content .news_list .overview:after {
  clear: both;
}
#content .news_list .overview h1 {
  display: block;
  width: 100%;
  padding: 10px 0 8px 0 !important;
  margin: 0;
  color: #fff !important;
  border-bottom: 1px solid #666666 !important;
  font: 400 32px "proxima-nova" !important;
  letter-spacing: 3px;
}
#content .news_list .overview .links {
  position: absolute;
  top: 16px;
  right: 0px;
  *zoom: 1;
}
#content .news_list .overview .links:before, #content .news_list .overview .links:after {
  content: " ";
  display: table;
}
#content .news_list .overview .links:after {
  clear: both;
}
#content .news_list .overview .links a, #content .news_list .overview .links a:visited {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 21;
}
#content .news_list .overview .links a:first-child, #content .news_list .overview .links a:visited:first-child {
  margin: 0 15px 0 0;
}
#content .news_list .overview .links a.rss, #content .news_list .overview .links a:visited.rss {
  background: url("../images/icons/icon_rss.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}
#content .news_list .overview .links a.rss:hover, #content .news_list .overview .links a:visited.rss:hover {
  opacity: 0.6;
}
#content .news_list .overview .links a.print, #content .news_list .overview .links a:visited.print {
  background: url("../images/icons/icon_printer.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}
#content .news_list .overview .links a.print:hover, #content .news_list .overview .links a:visited.print:hover {
  opacity: 0.6;
}
#content .news_list .list {
  padding: 0;
  background: none;
  margin: 0;
  position: relative;
}
#content .news_list .list p.noevents {
  padding: 10px;
  color: black;
}
#content .news_list .entry {
  position: relative;
  padding: 0;
  width: 755px;
  min-height: 107px;
  margin: 18px 0px;
  display: table;
  /* Border left colors by venue */
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .news_list .entry {
    width: 100%;
    display: inline-block;
    margin: 9px 0px;
  }
}
@media screen and (max-width: 767px) {
  #content .news_list .entry {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
  }
}
@media screen and (max-width: 550px) {
  #content .news_list .entry {
    min-height: 85px;
  }
}
#content .news_list .entry:hover .info {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
#content .news_list .entry:hover .thumb {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
#content .news_list .entry .thumb {
  width: 127px;
  height: 107px;
  margin: 0 15px 0 0;
  float: left;
}
#content .news_list .entry .thumb a {
  display: block;
  width: 127px;
  height: 107px;
}
#content .news_list .entry .thumb img {
  padding: 0;
  width: 127px;
  height: 107px;
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .thumb {
    width: 100px;
    height: 85px;
  }
  #content .news_list .entry .thumb img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #content .news_list .entry .thumb {
    display: none;
  }
}
#content .news_list .entry .info {
  border-left: 6px solid #5e5e5e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  min-height: 107px;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 611px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .news_list .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 915px) {
  #content .news_list .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 870px) {
  #content .news_list .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #content .news_list .entry .info {
    width: 78%;
  }
}
@media screen and (max-width: 702px) {
  #content .news_list .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .info {
    width: 70%;
    padding-top: 6px;
    min-height: 85px;
  }
}
@media screen and (max-width: 480px) {
  #content .news_list .entry .info {
    width: 100%;
  }
}
#content .news_list .entry .info .date, #content .news_list .entry .info .news_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .info .date, #content .news_list .entry .info .news_venue {
    font-size: 11px;
  }
}
#content .news_list .entry .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .info .info_top {
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
#content .news_list .entry .info .date span.d {
  margin-right: -2px;
}
#content .news_list .entry .info .news_venue {
  padding: 0 0 4px;
  color: blue;
}
#content .news_list .entry .info h3 {
  clear: both;
  display: block;
  width: 400px;
  height: auto;
  margin: 0;
  padding: 5px 0 3px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .news_list .entry .info h3 {
    width: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #content .news_list .entry .info h3 {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .info h3 {
    padding-top: 2px;
    margin-right: 37px;
  }
}
#content .news_list .entry .info h3 a, #content .news_list .entry .info h3 a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .info h3 a, #content .news_list .entry .info h3 a:visited {
    font-size: 16px;
  }
}
#content .news_list .entry .info h3 a:hover, #content .news_list .entry .info h3 a:visited:hover {
  text-decoration: none;
  color: #008cd1;
}
#content .news_list .entry .info .follow_event {
  background: url("../images/icon_star.png") no-repeat 0 -1px;
  padding-left: 25px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
#content .news_list .entry .info .follow_event a:hover {
  text-decoration: underline;
}
#content .news_list .entry .info h4 {
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  font: 700 12px/120% "proxima-nova";
  color: #000;
  text-transform: uppercase;
}
#content .news_list .entry .info p {
  display: none;
}
#content .news_list .entry .info[data-category=firstontariocentre] {
  border-left-color: #94c947;
}
#content .news_list .entry .news_venue[data-category=firstontariocentre] {
  color: #94c947;
}
#content .news_list .entry .info[data-category=hamiltonplace] {
  border-left-color: #008cd1;
}
#content .news_list .entry .news_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
#content .news_list .entry .info[data-category=firstontarioconcerthall] {
  border-left-color: #008cd1;
}
#content .news_list .entry .news_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#content .news_list .entry .info[data-category=molsoncanadianstudio] {
  border-left-color: #ed174c;
}
#content .news_list .entry .news_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#content .news_list .entry .info[data-category=thestudio] {
  border-left-color: #ed174c;
}
#content .news_list .entry .news_venue[data-category=thestudio] {
  color: #ed174c;
}
#content .news_list .entry .buttons a.more, #content .news_list .entry .buttons a:link.more, #content .news_list .entry .buttons a:visited.more,
#content .news_list .entry .buttons a.tickets, #content .news_list .entry .buttons a:link.tickets, #content .news_list .entry .buttons a:visited.tickets {
  background-color: transparent;
}
#content .news_list .entry .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 67px;
  height: 100%;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .buttons {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #content .news_list .entry .buttons {
    width: 45px;
    padding: 13px 12px;
  }
}
#content .news_list .entry .buttons a, #content .news_list .entry .buttons span {
  margin: 21px 0 15px -3px;
  width: 25px;
  height: 33px;
  background: transparent;
  text-indent: -9999px;
}
#content .news_list .entry .buttons a.more, #content .news_list .entry .buttons span.more {
  background: url("../images/icons/icon_more.png") no-repeat 0 0;
}
#content .news_list .entry .buttons a.more:after, #content .news_list .entry .buttons span.more:after {
  content: none;
}
#content .news_list .entry .buttons a.more:hover, #content .news_list .entry .buttons span.more:hover {
  background: url("../images/icons/arrow_firstontariocentre.png") no-repeat 0 0;
  background-position: -2px -47px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .news_list .entry .buttons a, #content .news_list .entry .buttons span {
    margin-top: 17px;
  }
}
@media screen and (max-width: 550px) {
  #content .news_list .entry .buttons a, #content .news_list .entry .buttons span {
    margin-top: 13px;
  }
}

/* ----------------------------------------------------------------------------
= News Detail
----------------------------------------------------------------------------- */
#content .news_detail {
  /* Border top colors by venue */
}
#content .news_detail .description a, #content .news_detail .description a:visited {
  color: #7ECDDF;
  text-decoration: none;
  border-bottom: 1px dotted #7ECDDF;
  outline: none;
}
#content .news_detail .description a:hover, #content .news_detail .description a:focus, #content .news_detail .description a:visited:hover, #content .news_detail .description a:visited:focus {
  text-decoration: none;
  color: #7ECDDF;
}
#content .news_detail .thumb {
  width: 137px;
  height: 117px;
  margin: 0px 10px 10px 0px;
  float: left;
}
#content .news_detail .thumb img {
  width: 127px;
  height: 107px;
}
#content .news_detail #branding {
  margin-bottom: 20px;
}
#content .news_detail #branding .infoBlock {
  display: none;
}
#content .news_detail #column_1 {
  background: none;
  filter: none;
  padding: 0;
  margin-top: 0px;
}
#content .news_detail #column_1 .holder {
  margin-top: 0;
  padding: 0;
}
#content .news_detail #column_1 .holder .container {
  padding: 0;
  background: none;
  background-color: none;
  filter: none;
  overflow: hidden;
  border-radius: 0;
}
#content .news_detail .news-wrap {
  position: relative;
  width: 800px;
  margin: 0;
  padding: 0px;
  background: none;
  background: #fff;
  border-top: 6px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  *zoom: 1;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  #content .news_detail .news-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content .news_detail .news-wrap {
    width: 100%;
  }
}
#content .news_detail .news-wrap:before, #content .news_detail .news-wrap:after {
  content: " ";
  display: table;
}
#content .news_detail .news-wrap:after {
  clear: both;
}
#content .news_detail .news-wrap.has-branding {
  padding-top: 0;
}
#content .news_detail .news-wrap.has-branding .news-details {
  padding-left: 0;
}
#content .news_detail .news-wrap.has-branding .news-content {
  margin-right: 0px;
  margin-top: 10px;
}
#content .news_detail .news-wrap[data-category=firstontariocentre] {
  border-top-color: #94c947;
}
#content .news_detail .news-wrap[data-category=hamiltonplace] {
  border-top-color: #008cd1;
}
#content .news_detail .news-wrap[data-category=firstontarioconcerthall] {
  border-top-color: #008cd1;
}
#content .news_detail .news-wrap[data-category=molsoncanadianstudio] {
  border-top-color: #ed174c;
}
#content .news_detail .news-wrap[data-category=thestudio] {
  border-top-color: #ed174c;
}
#content .news_detail .news-content {
  position: relative;
  background: rgb(255, 255, 255);
  margin: 0;
}
#content .news_detail .news-content .info_top_wrapper {
  /* colors by venue */
}
#content .news_detail .news-content .info_top_wrapper .date, #content .news_detail .news-content .info_top_wrapper .news_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 15px 0px 0;
  color: #333333;
  font: 400 16px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content .news_detail .news-content .info_top_wrapper .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
#content .news_detail .news-content .info_top_wrapper .date span.d {
  margin-right: -2px;
}
#content .news_detail .news-content .info_top_wrapper .news_venue {
  padding: 0 0 4px;
}
#content .news_detail .news-content .info_top_wrapper .news_venue[data-category=firstontariocentre] {
  color: #94c947;
}
#content .news_detail .news-content .info_top_wrapper .news_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
#content .news_detail .news-content .info_top_wrapper .news_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#content .news_detail .news-content .info_top_wrapper .news_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#content .news_detail .news-content .info_top_wrapper .news_venue[data-category=thestudio] {
  color: #ed174c;
}
#content .news_detail .news-details {
  position: relative;
}
#content .news_detail .news-details a.print, #content .news_detail .news-details a.print:visited {
  display: block;
  position: relative;
  width: 194px;
  height: 20px;
  padding: 0 20px 0 0;
  margin: 10px 0 0;
  text-align: right;
  color: #999;
  text-transform: uppercase;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#content .news_detail .news-details a.print:hover, #content .news_detail .news-details a.print:focus, #content .news_detail .news-details a.print:visited:hover, #content .news_detail .news-details a.print:visited:focus {
  text-decoration: none;
  color: red;
}
#content .news_detail .news-addthis ul {
  border: none !important;
}
#content .news_detail .news-addthis ul li {
  border: none !important;
}
#content .news_detail .buttons {
  width: 200px;
  height: 30px;
  padding: 0;
  margin: 0 0 15px;
}
#content .news_detail .buttons span, #content .news_detail .buttons a, #content .news_detail .buttons a:link, #content .news_detail .buttons a:visited {
  width: 200px;
  height: 30px;
  font-size: 18px;
}
#content .news_detail .buttons span.soon, #content .news_detail .buttons a.soon, #content .news_detail .buttons a:link.soon, #content .news_detail .buttons a:visited.soon {
  font-size: 14px;
}
#content .news_detail a.print {
  display: block;
  height: 22px;
  background: url(../images/icons.png) no-repeat 0 -44px;
  padding: 0 0 0 26px;
  margin: 0 20px 0 0;
  line-height: 22px;
  text-decoration: none;
  float: left;
  color: black;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
#content .news_detail a.print:hover {
  background-position: 0 -66px;
}
#content .news_detail .share_bar {
  padding: 15px 0;
  margin: 0 0 15px;
  float: left;
  width: 400px;
}
#content .news_detail .news-body {
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #content .news_detail .news-body {
    padding: 25px 20px 30px 20px;
  }
  #content .news_detail .news-body p {
    font-size: 17px;
  }
}
#content .news_detail .news-body h3 {
  font: 400 16px "proxima-nova" !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}
#content .news_detail .news-body p {
  margin: 0;
  padding: 0 0 15px 0;
  color: #333333;
  font-size: 12px;
  line-height: 19px;
}
#content .news_detail .news-body h1 {
  padding-bottom: 15px !important;
}
#content .news_detail .news-body .news_list {
  /* Border left colors by venue */
  /* colors by venue */
}
#content .news_detail .news-body .news_list a, #content .news_detail .news-body .news_list a:hover {
  text-decoration: none;
}
#content .news_detail .news-body .news_list .entry {
  width: 739px;
}
#content .news_detail .news-body .news_list img {
  border: 1px solid #ccc;
}
#content .news_detail .news-body .news_list .info {
  width: 595px;
  border: 1px solid #ccc;
  border-left: 6px solid #5e5e5e;
}
#content .news_detail .news-body .news_list .info .date, #content .news_detail .news-body .news_list .info .event_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
}
#content .news_detail .news-body .news_list .info:hover .info {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
#content .news_detail .news-body .news_list .info[data-category=firstontariocentre] {
  border-left-color: #94c947;
}
#content .news_detail .news-body .news_list .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
#content .news_detail .news-body .news_list .info[data-category=hamiltonplace] {
  border-left-color: #008cd1;
}
#content .news_detail .news-body .news_list .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
#content .news_detail .news-body .news_list .info[data-category=firstontarioconcerthall] {
  border-left-color: #008cd1;
}
#content .news_detail .news-body .news_list .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#content .news_detail .news-body .news_list .info[data-category=molsoncanadianstudio] {
  border-left-color: #ed174c;
}
#content .news_detail .news-body .news_list .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#content .news_detail .news-body .news_list .info[data-category=thestudio] {
  border-left-color: #ed174c;
}
#content .news_detail .news-body .news_list .event_venue[data-category=thestudio] {
  color: #ed174c;
}
#content .news_detail .news-body .news_list .follow_event {
  background: url("../images/icon_star.png") no-repeat 0 -1px;
  padding-left: 25px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
#content .news_detail .news-body .news_list .follow_event:hover {
  text-decoration: none !important;
}
#content .news_detail .news-body .news_list .follow_event:hover[data-category=firstontariocentre] {
  color: #94c947;
}
#content .news_detail .news-body .news_list .follow_event:hover[data-category=hamiltonplace] {
  color: #008cd1;
}
#content .news_detail .news-body .news_list .follow_event:hover[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
#content .news_detail .news-body .news_list .follow_event:hover[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
#content .news_detail .news-body .news_list .follow_event:hover[data-category=thestudio] {
  color: #ed174c;
}
#content .news_detail .news-body .news_list h3 {
  padding-top: 0px;
}
#content .news_detail .news-body .news_list .buttons a, #content .news_detail .news-body .news_list .buttons span {
  margin: 0 0 15px;
  width: 25px;
  height: 30px;
  /* colors by venue */
  /* colors by venue */
}
#content .news_detail .news-body .news_list .buttons a.more, #content .news_detail .news-body .news_list .buttons span.more {
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:after, #content .news_detail .news-body .news_list .buttons span.more:after {
  content: none;
}
#content .news_detail .news-body .news_list .buttons a.tickets, #content .news_detail .news-body .news_list .buttons span.tickets {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:after, #content .news_detail .news-body .news_list .buttons span.tickets:after {
  content: none;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover, #content .news_detail .news-body .news_list .buttons span.tickets:hover {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:hover[data-category=firstontariocentre], #content .news_detail .news-body .news_list .buttons span.more:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_info_firstontariocentre.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:hover[data-category=hamiltonplace], #content .news_detail .news-body .news_list .buttons span.more:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_info_hamiltonplace.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:hover[data-category=firstontarioconcerthall], #content .news_detail .news-body .news_list .buttons span.more:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_info_firstontarioconcerthall.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:hover[data-category=molsoncanadianstudio], #content .news_detail .news-body .news_list .buttons span.more:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_info_molsoncanadianstudio.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.more:hover[data-category=thestudio], #content .news_detail .news-body .news_list .buttons span.more:hover[data-category=thestudio] {
  background: url("../images/icons/icon_info_thestudio.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover[data-category=firstontariocentre], #content .news_detail .news-body .news_list .buttons span.tickets:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_ticket_firstontariocentre.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover[data-category=hamiltonplace], #content .news_detail .news-body .news_list .buttons span.tickets:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_ticket_hamiltonplace.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover[data-category=firstontarioconcerthall], #content .news_detail .news-body .news_list .buttons span.tickets:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_ticket_firstontarioconcerthall.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover[data-category=molsoncanadianstudio], #content .news_detail .news-body .news_list .buttons span.tickets:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_ticket_molsoncanadianstudio.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_list .buttons a.tickets:hover[data-category=thestudio], #content .news_detail .news-body .news_list .buttons span.tickets:hover[data-category=thestudio] {
  background: url("../images/icons/icon_ticket_thestudio.png") no-repeat 0 0;
}
#content .news_detail .news-body .news_headings {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#content .news_detail .news-body .news_headings h1 {
  line-height: 44px;
  padding-bottom: 7px !important;
}
#content .news_detail .news-body .news_headings h2 {
  font: 400 20px "proxima-nova" !important;
  text-transform: none !important;
}
#content .news_detail .news-body .news_headings .button {
  margin: 8px 0px 25px 0px;
}
#content .news_detail .news-body .news_data {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
#content .news_detail .news-body .news_data p {
  padding-bottom: 0px;
  line-height: 18px;
  font: 400 16px "proxima-nova";
}
#content .news_detail .news-body .description {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#content .news_detail .news-body .description p {
  font: 400 20px "proxima-nova";
}
@media screen and (max-width: 767px) {
  #content .news_detail .news-body .description p {
    font-size: 17px;
  }
}
#content .news_detail .news-body .link {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#content .news_detail .news-body .link h3 {
  font: 400 16px "proxima-nova" !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}
#content .news_detail .news-body .link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: 400 16px "proxima-nova";
}
#content .news_detail .news-body .link ul li {
  height: 40px;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}
#content .news_detail .news-body .link ul li:hover a, #content .news_detail .news-body .link ul li:hover a:link, #content .news_detail .news-body .link ul li:hover a:visited, #content .news_detail .news-body .link ul li:focus a, #content .news_detail .news-body .link ul li:focus a:link, #content .news_detail .news-body .link ul li:focus a:visited {
  text-decoration: underline;
}
#content .news_detail .news-body .link ul li:before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 11px;
  background: url("../images/icons/icon_link_external.png") no-repeat 0 0;
}
#content .news_detail .news-body .link ul li a, #content .news_detail .news-body .link ul li a:visited {
  font: 400 16px "proxima-nova";
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 9px 60px 8px 15px;
}
#content .news_detail .news-body .link ul li a:after {
  content: none;
}

.news_detail.one_sidebar_right #column_1 .full-slideshow {
  margin: 0 !important;
}

.news_detail_OLD {
  position: relative;
}
.news_detail_OLD .heading {
  border-bottom: 1px dotted #206CAD;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
.news_detail_OLD .heading .date {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news_detail_OLD .heading .all_news {
  color: #333333;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.news_detail_OLD .heading .all_news a {
  color: #F49F39;
  text-transform: uppercase;
  font-weight: bold;
}
.news_detail_OLD .heading .all_news a:hover {
  color: #F49F39;
  text-decoration: none;
}
.news_detail_OLD .heading h1 {
  margin: 0;
  padding: 20px 0 8px 0 !important;
  color: #216DAE;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: none;
  font-family: "superclarendon-1", "superclarendon-2", serif;
  font-weight: normal;
}
.news_detail_OLD .heading h2 {
  color: #333333 !important;
  font: normal 16px "museo-sans-1", "museo-sans-2" !important;
  padding-top: 6px !important;
  text-transform: none;
  line-height: 22px !important;
}
.news_detail_OLD .description p {
  margin: 0;
  padding: 0 0 15px 0;
  color: #333333;
  font-size: 12px;
  line-height: 19px;
}
.news_detail_OLD .description p a {
  border-bottom: 1px dotted #206CAD;
  color: #206CAD;
}
.news_detail_OLD .description p a:hover {
  border-bottom: none;
  text-decoration: none;
}
.news_detail_OLD .description p img {
  float: left;
  margin: 0px 15px 5px 0px;
  padding: 5px;
  border: 1px solid #5e5e5e;
}
.news_detail_OLD .sharing .addthis_counter.addthis_bubble_style {
  box-sizing: content-box;
}
.news_detail_OLD .news_list {
  margin: 0 0 15px;
}
.news_detail_OLD .news_list .list {
  padding: 0;
}
/* ----------------------------------------------------------------------------
= Contest List
----------------------------------------------------------------------------- */
.contest_list #column_1 .container {
  padding-right: 15px !important;
  /*@include gradiant-stop-vertical($black_bg, $gray_bg, 30%, $gray_bg);*/
  background-color: #333;
  border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  padding-top: 10px;
}
.contest_list #column_1 .holder {
  background: none !important;
  margin-top: 0px !important;
  border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
}
.contest_list .event_sort {
  height: 50px;
}
.contest_list .event_sort ul {
  margin: 0;
  padding: 0;
}
.contest_list .event_sort ul li {
  font: 400 14px "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: left;
  display: inline;
  margin: 20px 11px 0px 11px;
  color: #fff;
  padding: 0px;
}
.contest_list .event_sort ul li:first-child {
  margin-left: 0px;
}
.contest_list .event_sort ul li:last-child {
  margin-right: 0px;
}
.contest_list .event_sort ul li a {
  color: #fff;
}
.contest_list .event_sort ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.contest_list .event_sort ul li.main a {
  color: #94c947;
}
.contest_list .event_sort ul li.main a:hover {
  border-bottom: 1px solid #94c947;
}
.contest_list .event_sort ul li.venue2 a {
  color: #008cd1;
}
.contest_list .event_sort ul li.venue2 a:hover {
  border-bottom: 1px solid #008cd1;
}
.contest_list .event_sort ul li.venue3 a {
  color: #ed174c;
}
.contest_list .event_sort ul li.venue3 a:hover {
  border-bottom: 1px solid #ed174c;
}
.contest_list .view_all_events {
  position: absolute;
  top: 65px;
  right: 51px;
  font-size: 12px;
}
.contest_list .view_all_events a {
  color: #fff;
}
.contest_list .view_all_events a:hover {
  color: #fff;
  text-decoration: none;
}
.contest_list .print_page {
  position: absolute;
  top: 63px;
  right: 24px;
  font-size: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  display: block;
  background: url(../images/icon_print_white.png) no-repeat 0 0;
}
.contest_list .print_page a {
  text-indent: -9999px;
}
.contest_list .overview {
  position: relative;
  padding: 0 0 10px;
  *zoom: 1;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.contest_list .overview:before, .contest_list .overview:after {
  content: " ";
  display: table;
}
.contest_list .overview:after {
  clear: both;
}
.contest_list .overview h1 {
  display: block;
  width: 100%;
  padding: 10px 0 8px 0 !important;
  margin: 0;
  color: #fff !important;
  border-bottom: 1px solid #666666 !important;
  font: 400 32px "proxima-nova" !important;
  letter-spacing: 3px;
}
.contest_list .overview .links {
  position: absolute;
  top: 16px;
  right: 0px;
  *zoom: 1;
}
.contest_list .overview .links:before, .contest_list .overview .links:after {
  content: " ";
  display: table;
}
.contest_list .overview .links:after {
  clear: both;
}
.contest_list .overview .links a, .contest_list .overview .links a:visited {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 21;
}
.contest_list .overview .links a:first-child, .contest_list .overview .links a:visited:first-child {
  margin: 0 15px 0 0;
}
.contest_list .overview .links a.rss, .contest_list .overview .links a:visited.rss {
  background: url("../images/icons/icon_rss.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.contest_list .overview .links a.rss:hover, .contest_list .overview .links a:visited.rss:hover {
  opacity: 0.6;
}
.contest_list .overview .links a.print, .contest_list .overview .links a:visited.print {
  background: url("../images/icons/icon_printer.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.contest_list .overview .links a.print:hover, .contest_list .overview .links a:visited.print:hover {
  opacity: 0.6;
}
.contest_list .list {
  padding: 0;
  background: none;
  margin: 0;
  position: relative;
}
.contest_list .list p.noevents {
  padding: 10px;
  color: black;
}
.contest_list .entry {
  position: relative;
  padding: 0;
  width: 755px;
  margin: 18px 0px;
  display: table;
  /* Border left colors by venue */
}
.contest_list .entry .promos {
  margin-top: 8px;
  height: 18px;
}
.contest_list .entry .promos .group {
  margin-right: 30px;
  background: url("../images/icon_groups.png") no-repeat 0 2px;
  padding-left: 25px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.contest_list .entry .promos .group:hover {
  text-decoration: none !important;
}
.contest_list .entry .promos .dinner {
  background: url("../images/icon_food.png") no-repeat 0 2px;
  padding-left: 22px;
  padding-top: 3px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.contest_list .entry .promos .dinner:hover {
  text-decoration: none !important;
}
.contest_list .entry .promos .group[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.contest_list .entry .promos .dinner[data-category=firstontariocentre]:hover {
  color: #94c947;
}
.contest_list .entry .promos .group[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.contest_list .entry .promos .dinner[data-category=hamiltonplace]:hover {
  color: #008cd1;
}
.contest_list .entry .promos .group[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.contest_list .entry .promos .dinner[data-category=firstontarioconcerthall]:hover {
  color: #008cd1;
}
.contest_list .entry .promos .group[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.contest_list .entry .promos .dinner[data-category=molsoncanadianstudio]:hover {
  color: #ed174c;
}
.contest_list .entry .promos .group[data-category=thestudio]:hover {
  color: #ed174c;
}
.contest_list .entry .promos .dinner[data-category=thestudio]:hover {
  color: #ed174c;
}
.contest_list .entry:hover .info {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.contest_list .entry:hover .thumb {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.contest_list .entry .thumb {
  width: 127px;
  height: 107px;
  margin: 0 15px 0 0;
  float: left;
}
.contest_list .entry .thumb a {
  display: block;
  width: 127px;
  height: 107px;
}
.contest_list .entry .thumb img {
  padding: 0;
  width: 127px;
  height: 107px;
}
.contest_list .entry .info {
  border-left: 6px solid #5e5e5e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 611px;
  min-height: 107px;
  /* colors by venue */
}
.contest_list .entry .info a:hover {
  text-decoration: none;
}
.contest_list .entry .info .date, .contest_list .entry .info .event_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contest_list .entry .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
.contest_list .entry .info .date span.d {
  margin-right: -2px;
}
.contest_list .entry .info .event_venue {
  padding: 0 0 4px;
  color: blue;
  font: 700 12px/120% "proxima-nova";
}
.contest_list .entry .info h3 {
  clear: both;
  display: block;
  width: 500px;
  margin: 0;
  padding: 5px 0 3px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
.contest_list .entry .info h3 a, .contest_list .entry .info h3 a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
.contest_list .entry .info h3:hover {
  /* Colors by venue */
}
.contest_list .entry .info h3:hover a[data-category=firstontariocentre] {
  color: #94c947;
}
.contest_list .entry .info h3:hover a[data-category=hamiltonplace] {
  color: #008cd1;
}
.contest_list .entry .info h3:hover a[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.contest_list .entry .info h3:hover a[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.contest_list .entry .info h3:hover a[data-category=thestudio] {
  color: #ed174c;
}
.contest_list .entry .info .follow_event {
  background: url("../images/icon_star.png") no-repeat 0 -1px;
  padding-left: 25px;
  margin-top: 2px;
  font: 400 12px "proxima-nova";
  letter-spacing: 2px;
  color: #333333;
  text-transform: uppercase;
}
.contest_list .entry .info .follow_event:hover {
  text-decoration: none !important;
}
.contest_list .entry .info .follow_event:hover[data-category=firstontariocentre] {
  color: #94c947;
}
.contest_list .entry .info .follow_event:hover[data-category=hamiltonplace] {
  color: #008cd1;
}
.contest_list .entry .info .follow_event:hover[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.contest_list .entry .info .follow_event:hover[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.contest_list .entry .info .follow_event:hover[data-category=thestudio] {
  color: #ed174c;
}
.contest_list .entry .info h4 {
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  font: 700 12px/120% "proxima-nova";
  color: #000;
  text-transform: uppercase;
}
.contest_list .entry .info p {
  display: none;
}
.contest_list .entry .info[data-category=firstontariocentre] {
  border-left-color: #94c947;
}
.contest_list .entry .event_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.contest_list .entry .info[data-category=hamiltonplace] {
  border-left-color: #008cd1;
}
.contest_list .entry .event_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.contest_list .entry .info[data-category=firstontarioconcerthall] {
  border-left-color: #008cd1;
}
.contest_list .entry .event_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.contest_list .entry .info[data-category=molsoncanadianstudio] {
  border-left-color: #ed174c;
}
.contest_list .entry .event_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.contest_list .entry .info[data-category=thestudio] {
  border-left-color: #ed174c;
}
.contest_list .entry .event_venue[data-category=thestudio] {
  color: #ed174c;
}
.contest_list .entry .buttons a.more, .contest_list .entry .buttons a:link.more, .contest_list .entry .buttons a:visited.more,
.contest_list .entry .buttons a.tickets, .contest_list .entry .buttons a:link.tickets, .contest_list .entry .buttons a:visited.tickets {
  background-color: transparent;
}
.contest_list .entry .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 67px;
  height: 100%;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
.contest_list .entry .buttons a, .contest_list .entry .buttons span {
  margin: 0 0 15px;
  width: 25px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  /* colors by venue */
  /* colors by venue */
}
.contest_list .entry .buttons a.more, .contest_list .entry .buttons span.more {
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:after, .contest_list .entry .buttons span.more:after {
  content: none;
}
.contest_list .entry .buttons a.more:hover, .contest_list .entry .buttons span.more:hover {
  background: url("../images/icons/icon_info_black.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets, .contest_list .entry .buttons span.tickets {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:after, .contest_list .entry .buttons span.tickets:after {
  content: none;
}
.contest_list .entry .buttons a.tickets:hover, .contest_list .entry .buttons span.tickets:hover {
  background: url("../images/icons/icon_ticket_black.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:hover[data-category=firstontariocentre], .contest_list .entry .buttons span.more:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_info_firstontariocentre.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:hover[data-category=hamiltonplace], .contest_list .entry .buttons span.more:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_info_hamiltonplace.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:hover[data-category=firstontarioconcerthall], .contest_list .entry .buttons span.more:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_info_firstontarioconcerthall.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:hover[data-category=molsoncanadianstudio], .contest_list .entry .buttons span.more:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_info_molsoncanadianstudio.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.more:hover[data-category=thestudio], .contest_list .entry .buttons span.more:hover[data-category=thestudio] {
  background: url("../images/icons/icon_info_thestudio.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:hover[data-category=firstontariocentre], .contest_list .entry .buttons span.tickets:hover[data-category=firstontariocentre] {
  background: url("../images/icons/icon_ticket_firstontariocentre.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:hover[data-category=hamiltonplace], .contest_list .entry .buttons span.tickets:hover[data-category=hamiltonplace] {
  background: url("../images/icons/icon_ticket_hamiltonplace.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:hover[data-category=firstontarioconcerthall], .contest_list .entry .buttons span.tickets:hover[data-category=firstontarioconcerthall] {
  background: url("../images/icons/icon_ticket_firstontarioconcerthall.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:hover[data-category=molsoncanadianstudio], .contest_list .entry .buttons span.tickets:hover[data-category=molsoncanadianstudio] {
  background: url("../images/icons/icon_ticket_molsoncanadianstudio.png") no-repeat 0 0;
}
.contest_list .entry .buttons a.tickets:hover[data-category=thestudio], .contest_list .entry .buttons span.tickets:hover[data-category=thestudio] {
  background: url("../images/icons/icon_ticket_thestudio.png") no-repeat 0 0;
}
/* ----------------------------------------------------------------------------
= Contest Detail
----------------------------------------------------------------------------- */
.contest_detail {
  position: relative;
  /*
  .link {
  	margin: 0 0 20px;
  	padding:0;
  	position:relative;
  	ul.list {
  		margin:0;
  		padding:0;
  		list-style-type:none;
  		list-style-image:none;
  		font:bold 16px/24px $arial;
  		li {
  			height: 40px;
  			padding:0;
  			margin:0 0 5px;
  			background:none;
  			&:hover, &:focus {
  				a, a:link, a:visited {
  					color: #333;
  				}
  			}
  		}
  		a, a:link, a:visited {
  			display:block;
  			color:#333;
  			text-decoration: none;
  			padding:9px 60px 8px 15px;
  			background:red url(../images/icon-links.png) no-repeat 559px 0;
  			&:hover, &:focus {
  				color:red;
  				background-position: 559px -51px;
  			}
  			&.image {
  				background-position: 559px -204px;
  				&:hover, &:focus {
  					background-position: 559px -256px;
  				}
  			}
  			&.pdf {
  				background-position: 559px -102px;
  				&:hover, &:focus {
  					background-position: 559px -153px;
  				}
  			}
  		}
  	}
  }
  */
}
.contest_detail #column_1.has_slideshow {
  margin-top: 337px;
}
@media screen and (max-width: 1039px) {
  .contest_detail #column_1.has_slideshow {
    margin-top: 0;
  }
}
.contest_detail #column_1.has_slideshow .full-slideshow {
  margin: -367px 0px 30px -30px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .contest_detail #column_1.has_slideshow .full-slideshow {
    margin: 0;
    height: 0;
    padding-bottom: 38.482%;
    background: #333333;
  }
}
@media screen and (max-width: 767px) {
  .contest_detail #column_1.has_slideshow .full-slideshow {
    margin: 0;
    height: 0;
    padding-bottom: 38.482%;
    background: #333333;
  }
}
.contest_detail #column_1.has_slideshow .holder {
  margin-top: 0;
}
@media screen and (max-width: 1039px) {
  .contest_detail .content-body {
    position: relative;
    display: block;
    padding: 25px 30px 30px 30px;
    margin: 0;
  }
}
.contest_detail .heading {
  border-bottom: 1px solid #ccc;
  padding: 25px 0 15px;
  margin: 0 0 15px;
}
@media screen and (max-width: 1039px) {
  .contest_detail .heading {
    padding-top: 0;
  }
}
.contest_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 0px;
  font: bold 26px/120% arial;
  text-transform: uppercase;
  color: #333;
}
.contest_detail .heading .date {
  width: 600px;
  margin: 5px 0 0;
  padding: 0;
  font: normal 16px/28px Arial, Helvetica, sans-serif;
  color: #333;
}
.contest_detail .description {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0 0 30px;
}
.contest_detail .link {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contest_detail .event_list {
  margin: 0 0 15px;
}
.contest_detail .event_list .list {
  padding: 0;
}
.contest_detail .event_list .entry .info {
  border: 1px solid #ccc;
}
.contest_detail .disclaimer h3 {
  padding: 0 0 4px;
  margin: 0;
}
.contest_detail .disclaimer p {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
}

/* ----------------------------------------------------------------------------
= Jobs List
----------------------------------------------------------------------------- */
.job_list .list {
  position: relative;
  padding: 0;
  background: none;
  margin: 0 0 15px;
}
.job_list .list p.noevents {
  padding: 10px 0;
  color: #333;
}
.job_list .entry {
  position: relative;
  padding: 20px 0;
  width: 600px;
  border-top: 1px solid #ccc;
  *zoom: 1;
}
.job_list .entry:before, .job_list .entry:after {
  content: " ";
  display: table;
}
.job_list .entry:after {
  clear: both;
}
.job_list .entry:first-child {
  border-top: none;
  padding-top: 0;
}
.job_list .entry .info {
  position: relative;
  float: left;
  padding: 3px 0 0;
  width: 243px;
}
.job_list .entry .info h3 {
  display: block;
  margin: 0;
  padding: 0;
}
.job_list .entry .info h3 a {
  text-transform: uppercase;
  color: red;
  text-decoration: none;
  font: bold 22px/120% Arial, Helvetica, sans-serif;
}
.job_list .entry .info h3 a:hover {
  color: red;
  text-decoration: none;
}
.job_list .entry .buttons {
  float: right;
  padding-top: 3px;
}

/* ----------------------------------------------------------------------------
= Jobs Detail
----------------------------------------------------------------------------- */
.jobs_detail {
  position: relative;
}
.jobs_detail .heading {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.jobs_detail .heading h1 {
  display: block;
  width: 600px;
  margin: 0;
  padding: 27px 0 0px;
  font: bold 26px/120% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: red;
}
.jobs_detail .description {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0 0 30px;
}
.jobs_detail .description .date {
  width: 600px;
  margin: 5px 0 0;
  padding: 0;
  font: normal 16px/28px Arial, Helvetica, sans-serif;
  color: #333;
}
.jobs_detail .description p.company, .jobs_detail .description p.salary {
  margin: 0;
  font-weight: 500;
}
.jobs_detail .description .apply {
  border-top: 1px solid #ccc;
  padding: 15px 0 0;
  margin: 15px 0 0;
}
.jobs_detail .link {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.jobs_detail .link ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: bold 16px/24px Arial, Helvetica, sans-serif;
}
.jobs_detail .link ul.list li {
  height: 40px;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}
.jobs_detail .link ul.list li:hover a, .jobs_detail .link ul.list li:hover a:link, .jobs_detail .link ul.list li:hover a:visited, .jobs_detail .link ul.list li:focus a, .jobs_detail .link ul.list li:focus a:link, .jobs_detail .link ul.list li:focus a:visited {
  color: red;
}
.jobs_detail .link ul.list a, .jobs_detail .link ul.list a:link, .jobs_detail .link ul.list a:visited {
  display: block;
  color: red;
  text-decoration: none;
  padding: 9px 60px 8px 15px;
  background: #ccc url(../images/icon-links.png) no-repeat 559px 0;
}
.jobs_detail .link ul.list a:hover, .jobs_detail .link ul.list a:focus, .jobs_detail .link ul.list a:link:hover, .jobs_detail .link ul.list a:link:focus, .jobs_detail .link ul.list a:visited:hover, .jobs_detail .link ul.list a:visited:focus {
  color: #333;
  background-position: 559px -51px;
}
.jobs_detail .link ul.list a.image, .jobs_detail .link ul.list a:link.image, .jobs_detail .link ul.list a:visited.image {
  background-position: 559px -204px;
}
.jobs_detail .link ul.list a.image:hover, .jobs_detail .link ul.list a.image:focus, .jobs_detail .link ul.list a:link.image:hover, .jobs_detail .link ul.list a:link.image:focus, .jobs_detail .link ul.list a:visited.image:hover, .jobs_detail .link ul.list a:visited.image:focus {
  background-position: 559px -256px;
}
.jobs_detail .link ul.list a.pdf, .jobs_detail .link ul.list a:link.pdf, .jobs_detail .link ul.list a:visited.pdf {
  background-position: 559px -102px;
}
.jobs_detail .link ul.list a.pdf:hover, .jobs_detail .link ul.list a.pdf:focus, .jobs_detail .link ul.list a:link.pdf:hover, .jobs_detail .link ul.list a:link.pdf:focus, .jobs_detail .link ul.list a:visited.pdf:hover, .jobs_detail .link ul.list a:visited.pdf:focus {
  background-position: 559px -153px;
}
.jobs_detail .event_list {
  margin: 0 0 15px;
}
.jobs_detail .event_list .list {
  padding: 0;
}
.jobs_detail .disclaimer h3 {
  padding: 0 0 4px;
  margin: 0;
}
.jobs_detail .disclaimer p {
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
}

form {
  *zoom: 1;
}
form:before, form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}

.map_holder .map_window {
  color: #222;
  font-size: 11px;
}
.map_holder .map_window address {
  margin: 0 0 10px;
  font-size: 16px;
}
.map_holder .map_window h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .map_holder .map_window h4 {
    font-size: 14px;
  }
}
.map_holder .map_window label {
  display: block;
  width: auto;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  padding-top: 5px;
  color: #222;
  padding: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .map_holder .map_window label {
    font-size: 10px;
  }
}
.map_holder .map_window input {
  border: 1px solid #ccc;
  height: 14px;
  line-height: 14px;
  padding: 10px 3px;
  float: left;
  color: #222;
  width: 245px;
  max-width: 100%;
}
.map_holder .map_window button {
  height: 22px;
  line-height: 14px;
  padding: 3px;
  width: 94px;
  color: white;
  float: left;
  font: bold 12px/14px Arial, Helvetica, sans-serif;
  background: #333;
  border: 0;
  outline: none;
}
.map_holder .map_window button:hover, .map_holder .map_window button:focus {
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .map_holder .map_window button {
    margin: 5px auto 0px;
    float: none;
  }
}

.map_holder {
  position: relative;
}
.map_holder .map {
  width: 800px;
  height: 400px;
  margin-bottom: 20px;
}
.map_holder .map.interactive {
  margin-bottom: 90px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .map_holder .map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map_holder .map {
    width: 100%;
    height: 250px;
  }
}
.map_holder .map_control {
  display: block;
  position: absolute;
  right: 0px;
  bottom: -70px;
  left: auto;
  float: none;
  width: 800px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  z-index: 900;
  border-top: 6px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  background: #fff;
  text-align: right;
  *zoom: 1;
}
.map_holder .map_control:before, .map_holder .map_control:after {
  content: " ";
  display: table;
}
.map_holder .map_control:after {
  clear: both;
}
.map_holder .map_control label {
  display: none;
}
.map_holder .map_control button {
  position: relative;
  display: inline-block;
  margin: 9px 8px 0 0;
  padding: 0 20px;
  width: auto;
  height: 45px;
  cursor: pointer;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border: 0;
  outline: none;
  background: url("../images/bg_faq.png") 0 0;
  zoom: 1;
  opacity: 0.006;
  -moz-opacity: 0.006;
  filter: alpha(opacity=0.6);
  font-size: 16px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.map_holder .map_control button.public {
  width: 210px;
}
.map_holder .map_control button.map_anchor {
  display: none;
}
.map_holder .map_control button.active, .map_holder .map_control button:hover, .map_holder .map_control button:focus {
  color: #038dd2;
  zoom: 1;
  opacity: 0.01;
  -moz-opacity: 0.01;
  filter: alpha(opacity=1);
}
.map_holder .map_control button.inactive {
  cursor: default;
  zoom: 1;
  opacity: 0.002;
  -moz-opacity: 0.002;
  filter: alpha(opacity=0.2);
}
.map_holder .map_control button.inactive:hover, .map_holder .map_control button.inactive:focus {
  cursor: default;
  zoom: 1;
  opacity: 0.002;
  -moz-opacity: 0.002;
  filter: alpha(opacity=0.2);
}
/* ----------------------------------------------------------------------------
=Sitemap
----------------------------------------------------------------------------- */
#sitemap #column_1 .main_column {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
}

.sitemap {
  display: inline-block;
}
.sitemap .column {
  width: 230px;
}
.sitemap .sitemap_column {
  float: left;
  width: 230px;
  padding: 0;
  position: relative;
  margin-right: 28px;
}
.sitemap #sitemap_column_1 {
  margin: 0 20px 0 0;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap ul > li {
  margin: 0 0 10px 0;
  padding: 6px 0px 0px 0px;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  background: none;
}
.sitemap ul > li > a, .sitemap ul > li > a:visited {
  color: #94c947;
  font-family: "proxima-nova";
  margin: 0 0 8px;
}
.sitemap ul > li > a:hover, .sitemap ul > li > a:focus, .sitemap ul > li > a:visited:hover, .sitemap ul > li > a:visited:focus {
  text-decoration: none;
  color: #94c947;
}
.sitemap ul > li > ul > li {
  margin: 3px 0 3px;
  font-size: 12px;
}
.sitemap ul > li > ul > li:last-child {
  padding-bottom: 15px;
}
.sitemap ul > li > ul > li:before {
  color: #333333;
  content: "•";
  float: left;
  margin-right: -5px;
  margin-top: -1px;
  font-size: 19px;
}
.sitemap ul > li > ul > li a, .sitemap ul > li > ul > li a:link, .sitemap ul > li > ul > li a:visited {
  font-weight: normal;
  padding-left: 16px;
  color: #333;
  text-decoration: none;
  font: normal 16px/120% "proxima-nova";
}
.sitemap ul > li > ul > li a:hover, .sitemap ul > li > ul > li a:focus, .sitemap ul > li > ul > li a:link:hover, .sitemap ul > li > ul > li a:link:focus, .sitemap ul > li > ul > li a:visited:hover, .sitemap ul > li > ul > li a:visited:focus {
  color: #008cd1;
  text-decoration: none;
}
.sitemap ul > li > ul > li ul {
  display: none;
}

/* ----------------------------------------------------------------------------
= Visitor Guide aka Concierge
----------------------------------------------------------------------------- */
@media screen and (max-width: 1039px) {
  .concierge {
    margin: 10px;
  }
}

.concierge_listing {
  position: relative;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .concierge_listing .list {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .concierge_listing .list {
    padding: 10px;
  }
}
.concierge_listing .entry {
  position: relative;
  padding: 0;
  width: auto;
  min-height: 107px;
  margin: 18px 0px 30px;
  display: table;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .concierge_listing .entry {
    width: 100%;
    display: inline-block;
    margin: 9px 0px;
  }
}
@media screen and (max-width: 767px) {
  .concierge_listing .entry {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
  }
}
.concierge_listing .entry:hover .info {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.concierge_listing .entry:hover .thumb {
  -moz-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.3);
}
.concierge_listing .entry .thumb {
  width: 127px;
  height: 107px;
  margin: 0 15px 0 0;
  float: left;
}
.concierge_listing .entry .thumb a {
  display: block;
  width: 127px;
  height: 107px;
}
.concierge_listing .entry .thumb img {
  padding: 0;
  width: 127px;
  height: auto;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .thumb {
    width: 100px;
    height: 85px;
  }
  .concierge_listing .entry .thumb img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .concierge_listing .entry .thumb {
    display: none;
  }
}
.concierge_listing .entry .description {
  padding-left: 164px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .concierge_listing .entry .description {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .concierge_listing .entry .description {
    padding-left: 0px;
  }
}
.concierge_listing .entry .description p {
  text-transform: none;
}
.concierge_listing .entry .info {
  border-left: 6px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  min-height: 107px;
  position: relative;
  float: left;
  padding: 10px 15px;
  width: 598px;
  margin-bottom: 10px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .concierge_listing .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 915px) {
  .concierge_listing .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 870px) {
  .concierge_listing .entry .info {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .concierge_listing .entry .info {
    width: 78%;
  }
}
@media screen and (max-width: 702px) {
  .concierge_listing .entry .info {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .info {
    width: 70%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .concierge_listing .entry .info {
    width: 100%;
  }
}
.concierge_listing .entry .info .address {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 25px 0px 0;
  color: #999999;
  font: 400 12px/120% "proxima-nova";
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .info .address {
    font-size: 11px;
  }
}
.concierge_listing .entry .info .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .info .info_top {
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
.concierge_listing .entry .info .date span.d {
  margin-right: -2px;
}
.concierge_listing .entry .info .news_venue {
  padding: 0 0 4px;
  color: blue;
}
.concierge_listing .entry .info h3 {
  clear: both;
  display: block;
  width: 400px;
  height: auto;
  margin: 0;
  padding: 0px;
  float: none;
  font: 400 22px "proxima-nova";
  color: #333333;
  text-transform: uppercase;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .concierge_listing .entry .info h3 {
    width: auto;
    margin-right: 40px;
    padding: 0px 0 0px;
    max-height: 56px;
    font-size: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 915px) {
  .concierge_listing .entry .info h3 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 870px) {
  .concierge_listing .entry .info h3 {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .concierge_listing .entry .info h3 {
    width: auto;
    padding: 0px 0 0px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .info h3 {
    padding-top: 2px;
    margin-right: 35px;
    line-height: 18px;
  }
}
.concierge_listing .entry .info h3 a, .concierge_listing .entry .info h3 a:visited {
  color: #333333;
  font: 400 22px "proxima-nova";
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .info h3 a, .concierge_listing .entry .info h3 a:visited {
    font-size: 16px;
  }
}
.concierge_listing .entry .info h3 a:hover, .concierge_listing .entry .info h3 a:visited:hover {
  text-decoration: none;
  color: #008cd1;
}
.concierge_listing .entry .buttons a.more, .concierge_listing .entry .buttons a:link.more, .concierge_listing .entry .buttons a:visited.more,
.concierge_listing .entry .buttons a.tickets, .concierge_listing .entry .buttons a:link.tickets, .concierge_listing .entry .buttons a:visited.tickets {
  background-color: transparent;
}
.concierge_listing .entry .buttons {
  position: absolute;
  top: 0px;
  right: 0;
  width: 67px;
  height: 107px;
  background: url("../images/bg_faq.png") 0 0;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  padding: 18px 22px;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .buttons {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .concierge_listing .entry .buttons {
    width: 45px;
    padding: 13px 12px;
  }
}
.concierge_listing .entry .buttons a, .concierge_listing .entry .buttons span {
  margin: 21px 0 15px -3px;
  width: 25px;
  height: 33px;
  background: transparent;
  text-indent: -9999px;
  top: 50%;
  margin-top: -17px;
}
.concierge_listing .entry .buttons a.more, .concierge_listing .entry .buttons span.more {
  background: url("../images/icons/icon_more.png") no-repeat 0 0;
}
.concierge_listing .entry .buttons a.more:after, .concierge_listing .entry .buttons span.more:after {
  content: none;
}
.concierge_listing .entry .buttons a.more:hover, .concierge_listing .entry .buttons span.more:hover {
  background: url("../images/icons/arrow_firstontariocentre.png") no-repeat 0 0;
  background-position: -2px -47px;
}
@media screen and (max-width: 550px) {
  .concierge_listing .entry .buttons a, .concierge_listing .entry .buttons span {
    margin-bottom: 11px;
  }
}

/*
 * 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: 6px;
  width: 10px;
  height: 236px;
  background: #DDD;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 0;
}

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

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: none;
  position: relative;
  width: 10px;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0px;
  background: url(../images/drag_arrow.jpg) no-repeat 0 0;
  width: 10px;
  height: 58px !important;
  cursor: pointer;
}

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

.jspArrow {
  display: block;
  background: none;
  text-indent: -20000px;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

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

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

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

/* ----------------------------------------------------------------------------
= Venue Detail
----------------------------------------------------------------------------- */
.venue_detail {
  /* Border top colors by venue */
}
.venue_detail .description a, .venue_detail .description a:visited {
  color: #7ECDDF;
  text-decoration: none;
  border-bottom: 1px dotted #7ECDDF;
  outline: none;
}
.venue_detail .description a:hover, .venue_detail .description a:focus, .venue_detail .description a:visited:hover, .venue_detail .description a:visited:focus {
  text-decoration: none;
  color: #7ECDDF;
}
@media screen and (max-width: 1039px) {
  .venue_detail .description.textarea {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.venue_detail .thumb {
  width: 137px;
  height: 117px;
  margin: 0px 10px 10px 0px;
  float: left;
}
.venue_detail .thumb img {
  width: 127px;
  height: 107px;
}
.venue_detail #branding {
  margin-bottom: 20px;
}
.venue_detail #column_1 {
  background: none;
  filter: none;
  padding: 0;
  margin-top: 0px;
}
.venue_detail #column_1 .holder {
  margin-top: 0;
  padding: 0;
}
.venue_detail #column_1 .holder .container {
  padding: 0;
  background: none;
  background-color: none;
  filter: none;
  overflow: hidden;
  border-radius: 0;
}
.venue_detail .venue-wrap {
  position: relative;
  width: 800px;
  margin: 0;
  padding: 0px;
  background: none;
  background: #fff;
  border-top: 6px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  *zoom: 1;
}
.venue_detail .venue-wrap:before, .venue_detail .venue-wrap:after {
  content: " ";
  display: table;
}
.venue_detail .venue-wrap:after {
  clear: both;
}
.venue_detail .venue-wrap.has-branding {
  padding-top: 0;
}
.venue_detail .venue-wrap.has-branding .venue-details {
  padding-left: 0;
}
.venue_detail .venue-wrap.has-branding .venue-content {
  margin-right: 0px;
  margin-top: 10px;
}
@media screen and (min-width: 415px) and (max-width: 1039px) {
  .venue_detail .venue-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .venue_detail .venue-wrap {
    width: 100%;
  }
}
.venue_detail .venue-wrap[data-category=firstontariocentre] {
  border-top-color: #94c947;
}
.venue_detail .venue-wrap[data-category=hamiltonplace] {
  border-top-color: #008cd1;
}
.venue_detail .venue-wrap[data-category=firstontarioconcerthall] {
  border-top-color: #008cd1;
}
.venue_detail .venue-wrap[data-category=molsoncanadianstudio] {
  border-top-color: #ed174c;
}
.venue_detail .venue-wrap[data-category=thestudio] {
  border-top-color: #ed174c;
}
.venue_detail .venue-wrap[data-category=firstontariocentre] {
  border-top-color: #94c947;
}
.venue_detail .venue-wrap[data-category=hamiltonplace] {
  border-top-color: #008cd1;
}
.venue_detail .venue-wrap[data-category=firstontarioconcerthall] {
  border-top-color: #008cd1;
}
.venue_detail .venue-wrap[data-category=molsoncanadianstudio] {
  border-top-color: #ed174c;
}
.venue_detail .venue-wrap[data-category=thestudio] {
  border-top-color: #ed174c;
}
.venue_detail .venue-content {
  position: relative;
  background: rgb(255, 255, 255);
  margin: 0;
}
.venue_detail .venue-content .info_top_wrapper {
  /* colors by venue */
}
.venue_detail .venue-content .info_top_wrapper .date, .venue_detail .venue-content .info_top_wrapper .venue_venue {
  display: block;
  float: left;
  padding: 0px 0 1px;
  margin: 0 15px 0px 0;
  color: #333333;
  font: 400 16px/120% "proxima-nova";
  text-transform: uppercase;
}
.venue_detail .venue-content .info_top_wrapper .info_top {
  margin-top: 5px;
  margin-bottom: 7px;
  height: 15px;
}
.venue_detail .venue-content .info_top_wrapper .date span.d {
  margin-right: -2px;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue {
  padding: 0 0 4px;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue[data-category=firstontariocentre] {
  color: #94c947;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue[data-category=hamiltonplace] {
  color: #008cd1;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue[data-category=firstontarioconcerthall] {
  color: #008cd1;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue[data-category=molsoncanadianstudio] {
  color: #ed174c;
}
.venue_detail .venue-content .info_top_wrapper .venue_venue[data-category=thestudio] {
  color: #ed174c;
}
.venue_detail .venue-details {
  position: relative;
}
.venue_detail .venue-details a.print, .venue_detail .venue-details a.print:visited {
  display: block;
  position: relative;
  width: 194px;
  height: 20px;
  padding: 0 20px 0 0;
  margin: 10px 0 0;
  text-align: right;
  color: #999;
  text-transform: uppercase;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.venue_detail .venue-details a.print:hover, .venue_detail .venue-details a.print:focus, .venue_detail .venue-details a.print:visited:hover, .venue_detail .venue-details a.print:visited:focus {
  text-decoration: none;
  color: red;
}
.venue_detail .buttons {
  width: 200px;
  height: 30px;
  padding: 0;
  margin: 0 0 15px;
}
.venue_detail .buttons span, .venue_detail .buttons a, .venue_detail .buttons a:link, .venue_detail .buttons a:visited {
  width: 200px;
  height: 30px;
  font-size: 18px;
}
.venue_detail .buttons span.soon, .venue_detail .buttons a.soon, .venue_detail .buttons a:link.soon, .venue_detail .buttons a:visited.soon {
  font-size: 14px;
}
.venue_detail #map_canvas {
  margin: auto;
  margin-bottom: 50px;
}
.venue_detail .venue-body {
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px;
  margin: 0;
}
@media screen and (max-width: 1039px) {
  .venue_detail .venue-body {
    padding: 25px 20px 30px 20px;
  }
}
.venue_detail .venue-body h3 {
  font: 400 16px "proxima-nova" !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}
.venue_detail .venue-body .event_list .info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.venue_detail .venue-body .venue_headings {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.venue_detail .venue-body .venue_headings h1 {
  line-height: 44px;
  padding-bottom: 7px !important;
}
.venue_detail .venue-body .venue_headings h2 {
  font: 400 20px "proxima-nova" !important;
  text-transform: none !important;
}
.venue_detail .venue-body .venue_headings .button {
  margin: 8px 0px 25px 0px;
}
.venue_detail .venue-body .venue_data {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
}
.venue_detail .venue-body .venue_data p {
  padding-bottom: 0px;
  line-height: 18px;
  font: 400 16px "proxima-nova";
}
.venue_detail .venue-body .description {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.venue_detail .venue-body .description p {
  font: 400 20px "proxima-nova";
  line-height: 29px;
}
.venue_detail .venue-body .link {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.venue_detail .venue-body .link h3 {
  font: 400 16px "proxima-nova" !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}
.venue_detail .venue-body .link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font: 400 16px "proxima-nova";
}
.venue_detail .venue-body .link ul li {
  height: 40px;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}
.venue_detail .venue-body .link ul li:hover a, .venue_detail .venue-body .link ul li:hover a:link, .venue_detail .venue-body .link ul li:hover a:visited, .venue_detail .venue-body .link ul li:focus a, .venue_detail .venue-body .link ul li:focus a:link, .venue_detail .venue-body .link ul li:focus a:visited {
  text-decoration: underline;
}
.venue_detail .venue-body .link ul li:before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 11px;
  background: url("../images/icons/icon_link_external.png") no-repeat 0 0;
}
.venue_detail .venue-body .link ul li a, .venue_detail .venue-body .link ul li a:visited {
  font: 400 16px "proxima-nova";
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 9px 60px 8px 15px;
}
.venue_detail .venue-body .link ul li a:after {
  content: none;
}

.venue_detail.one_sidebar_right #column_1 .full-slideshow {
  margin: 0 !important;
}

.venue_detail_OLD {
  position: relative;
}
.venue_detail_OLD .heading {
  border-bottom: 1px dotted #206CAD;
  padding: 0 0 15px;
  margin: 0 0 15px;
  position: relative;
}
.venue_detail_OLD .heading .date {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}
.venue_detail_OLD .heading .all_news {
  color: #333333;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.venue_detail_OLD .heading .all_news a {
  color: #F49F39;
  text-transform: uppercase;
  font-weight: bold;
}
.venue_detail_OLD .heading .all_news a:hover {
  color: #F49F39;
  text-decoration: none;
}
.venue_detail_OLD .heading h1 {
  margin: 0;
  padding: 20px 0 8px 0 !important;
  color: #216DAE;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: none;
  font-family: "superclarendon-1", "superclarendon-2", serif;
  font-weight: normal;
}
.venue_detail_OLD .heading h2 {
  color: #333333 !important;
  font: normal 16px "museo-sans-1", "museo-sans-2" !important;
  padding-top: 6px !important;
  text-transform: none;
  line-height: 22px !important;
}
.venue_detail_OLD .description p {
  margin: 0;
  padding: 0 0 15px 0;
  color: #333333;
  font-size: 12px;
  line-height: 19px;
}
.venue_detail_OLD .description p a {
  border-bottom: 1px dotted #206CAD;
  color: #206CAD;
}
.venue_detail_OLD .description p a:hover {
  border-bottom: none;
  text-decoration: none;
}
.venue_detail_OLD .description p img {
  float: left;
  margin: 0px 15px 5px 0px;
  padding: 5px;
  border: 1px solid #5e5e5e;
}
.venue_detail_OLD .sharing .addthis_counter.addthis_bubble_style {
  box-sizing: content-box;
}
.venue_detail_OLD .venue_list {
  margin: 0 0 15px;
}
.venue_detail_OLD .venue_list .list {
  padding: 0;
}
/* @group Seating Charts */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  padding: 6px;
  background: #000;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}

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

.mfp-close {
  display: none !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-container .royalSlider {
  height: 600px !important;
  width: 800px;
}
.mfp-container .royalSlider.rsDefault .rsOverflow {
  height: 500px !important;
}
.mfp-container .royalSlider.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  left: 83px;
  top: 188px;
}
.mfp-container .royalSlider.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  right: 83px;
  top: 188px;
}
.mfp-container .royalSlider .rsThumbsHor {
  margin-top: 15px;
}
.mfp-container .royalSlider .rsThumb {
  width: 150px;
  height: 80px;
  overflow: hidden;
  text-align: center;
}
.mfp-container .royalSlider .rsThumb img {
  height: auto;
  width: 150px;
  min-height: 80px;
  margin: 0 auto;
}
.mfp-container .royalSlider .rsThumb.rsNavSelected {
  background: red;
}
.mfp-container .royalSlider .rsArrowIcn {
  bottom: 50%;
  margin-bottom: -20px;
}
.mfp-container .royalSlider .rsGCaption {
  padding: 0;
  text-align: center;
  height: 18px;
  min-height: 18px;
  overflow: hidden;
  font: bold 16px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  bottom: 108px;
  left: 80px;
  background-image: none;
  background-color: transparent;
  color: #fff;
}

.gallery-container {
  position: relative;
  display: block;
  width: 600px;
  margin: 0;
  *zoom: 1;
}
.gallery-container:before, .gallery-container:after {
  content: " ";
  display: table;
}
.gallery-container:after {
  clear: both;
}

.photo_gallery {
  position: relative;
  display: block;
  float: left;
  width: 275px;
  height: 220px;
  margin: 0 0 20px 25px;
}
.photo_gallery:nth-child(odd) {
  margin: 0 0 20px;
}
.photo_gallery .royalSlider {
  height: auto;
}
.photo_gallery .royalSlider .rsGCaption, .photo_gallery .royalSlider a.rsImg {
  display: none;
}
.photo_gallery .set .thumb img {
  max-width: 206px;
}
.photo_gallery .thumb {
  position: relative;
  display: block;
  width: 265px;
  height: 150px;
  margin: 0 0 0 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.photo_gallery .thumb:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.photo_gallery .thumb img {
  display: inline-block;
  text-align: center;
  max-width: 252px;
  vertical-align: middle;
}
.photo_gallery h3.photo-name {
  display: block;
  position: relative;
  width: 265px;
  height: 68px;
  margin: 0 0 0 10px;
  padding: 8px 13px 6px 18px;
  background-color: #202020;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #202020), color-stop(100%, #333));
  background-image: -moz-linear-gradient(top, #202020 0%, #333 100%);
  background-image: -webkit-linear-gradient(top, #202020 0%, #333 100%);
  background-image: linear-gradient(to bottom, #202020 0%, #333 100%);
}
.photo_gallery h3.photo-name a, .photo_gallery h3.photo-name a:visited {
  display: table-cell;
  width: 200px;
  height: 60px;
  margin: 0;
  padding: 2px 5px 6px;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.photo_gallery h3.photo-name a:hover, .photo_gallery h3.photo-name a:focus, .photo_gallery h3.photo-name a:visited:hover, .photo_gallery h3.photo-name a:visited:focus {
  text-decoration: none;
  color: red;
}
.photo_gallery p {
  font-size: 13px;
  color: #333;
}

/* @end */
.apple_overlay {
  display: none;
  width: 600px;
  padding: 15px 15px 10px;
  height: 570px;
  background: #fff;
}
.apple_overlay .close {
  background-image: url(../images/lightbox-btn-close.gif);
  position: absolute;
  bottom: 20px;
  right: 16px;
  cursor: pointer;
  width: 66px;
  height: 22px;
  z-index: 9000;
}
.apple_overlay .content {
  background: transparent;
}
.apple_overlay .slideshow {
  width: auto;
  height: 545px;
  background: #fff;
}
.apple_overlay .slideshow .caption_holder {
  display: block;
}
.apple_overlay .slideshow .controls {
  display: block;
  width: 100%;
  height: 53px;
  padding: 0;
  color: #fff;
  position: absolute;
  z-index: 600;
  top: 180px;
  left: 0;
}
.apple_overlay .slideshow .controls .nav-controls {
  position: relative;
}
.apple_overlay .slideshow .controls .nav-controls a.prev {
  display: block;
  width: 63px;
  height: 32px;
  background: url(../images/lightbox-btn-prev.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0px;
  text-indent: -4000px;
  cursor: pointer;
  border: none;
}
.apple_overlay .slideshow .controls .nav-controls a.next {
  display: block;
  width: 53px;
  height: 53px;
  background: url(../images/lightbox-btn-next.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0px;
  text-indent: -4000px;
  cursor: pointer;
  border: none;
}
.apple_overlay .slideshow .slide {
  width: 100%;
  height: 465px;
  overflow: hidden;
}
.apple_overlay .slideshow .slide span {
  display: block;
  width: 600px;
  height: 465px;
}
.apple_overlay .slideshow .caption_holder {
  display: none;
  position: absolute;
  bottom: 7px;
  left: -12px;
  width: 640px;
  padding: 10px 0 0;
  height: 40px;
  z-index: 15;
}
.apple_overlay .slideshow .caption_holder span {
  display: block;
  width: auto;
  height: 35px;
}
.apple_overlay .slideshow .caption {
  position: relative;
}
.apple_overlay .slideshow .caption p {
  color: #333;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 0 0 20px;
  font-weight: bold;
  float: left;
  width: 600px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
}
.apple_overlay .slideshow .caption .date {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #c38c1d;
}
.apple_overlay .slideshow .caption .buttons {
  float: right;
}
.apple_overlay .slideshow .caption .buttons a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #811211;
  padding: 6px 10px;
  letter-spacing: 0.5px;
  width: auto;
  float: left;
  background: url(../images/slideshow_btn_rule.png) no-repeat 0 0;
}
.apple_overlay .slideshow .caption .buttons a.more {
  margin: 0 2px 0 0;
}
.apple_overlay .slideshow .caption .buttons a:hover {
  color: #333;
}
.apple_overlay .slideshow .caption a {
  display: none;
}
.apple_overlay .slideshow .thumbs_holder {
  display: block;
  width: 600px;
  height: 80px;
  position: absolute;
  top: 473px;
  left: 0;
}
.apple_overlay .slideshow .thumbs_holder ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.apple_overlay .slideshow .thumbs_holder li {
  float: left;
  width: 65px;
  margin-right: 5px;
  height: 43px;
}
.apple_overlay .slideshow .thumbs_holder li a.thumb {
  display: block;
  width: 65px;
  height: 43px;
  border: none;
  background: transparent;
  border: 2px solid #fff;
}
.apple_overlay .slideshow .thumbs_holder li a.thumb img {
  display: block;
  width: 65px;
  height: 43px;
  border: none;
  background: transparent;
}
.apple_overlay .slideshow .thumbs_holder li.selected a.thumb {
  border: 2px solid #B0BAC9;
}
.apple_overlay .slideshow .thumbs_holder .caption {
  display: none;
}
.apple_overlay .slideshow .thumbs .caption {
  display: none;
}
.apple_overlay .slideshow .thumbs .caption p {
  color: #333;
  font-size: 12px;
  height: 30px;
  overflow: hidden;
}
.apple_overlay .slideshow .thumbs li:hover .caption {
  display: none;
  opacity: 1;
}
.apple_overlay .slideshow .video {
  width: 100%;
  height: 100%;
  background: url(../images/play.png) no-repeat center 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 601;
}
.apple_overlay .slideshow .video #video_player, .apple_overlay .slideshow .video #video_holder {
  display: block;
  width: 100%;
  height: 100%;
  margin: 8% auto 0;
  text-align: center;
}
.apple_overlay .slideshow .imglink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.apple_overlay .slideshow .imglink #imglink {
  position: relative;
  background: url(../images/blank.png) 0 0 repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.apple_overlay .slideshow img {
  display: block;
  width: 100%;
  height: 100%;
}
.apple_overlay #map_overlay {
  background-image: url(../images/map_transparent.png);
}
.apple_overlay .contentWrap {
  height: 375px;
  overflow: hidden;
  border: 1px solid #FF9100;
}
.apple_overlay .map_overlay.apple_overlay {
  display: none;
  width: 620px;
  padding: 35px;
  height: 370px;
}

/* Conditional IE Styles. Nest each browser under heading
   classes are generated by Modernizr and appear in HTML tag */
.ie nav ul ul {
  filter: none;
}

.ie8 nav ul ul {
  background: #000 !important;
  background-color: #000 !important;
}
.ie8 .one_sidebar_right #column_1.has_slideshow .rsGCaption, .ie8 .one_sidebar_right #column_1.has_slideshow .rsInfo {
  background-color: #000;
}
.ie8 .home .home_top .home_banner_fader h2 {
  background-color: #000;
}
.ie8 .small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspTrack, .ie8 .small-calendar #calendario .cal-content-reveal .viewport .jspHorizontalBar .jspDrag {
  height: 0px;
}
.ie8 .home-slideshow .rsGCaption h3, .ie8 .home-slideshow .rsInfo h3 {
  background-color: #000;
}
.ie8 .home .home_top .home_banner_fader .event_fader_link a {
  width: 70px;
}

.ie9 .small-calendar #calendario .fc-calendar .fc-row > div,
.ie9 .small-calendar #calendario .fc-calendar .fc-head > div {
  width: 14.1428571429%;
}
.ie9 .rsDefault .rsTabs .rsTab {
  filter: none;
}

.ie10 .small-calendar #calendario .fc-calendar .fc-row > div,
.ie10 .small-calendar #calendario .fc-calendar .fc-head > div {
  width: 14.1428571429%;
}

#fb_connect_status {
  display: none;
}

.fbtabs_holder {
  padding: 0;
  margin: 0;
  position: relative;
  width: 239px;
  background: url("../images/bg_fb.jpg") repeat 0 0;
  border-radius: 5px;
}

.fbtabs {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 395px;
  width: 239px;
  background: transparent;
  margin: 0;
  padding: 12px 9px 0;
}
.fbtabs h4 {
  display: block;
  position: relative;
  color: white;
  padding: 10px 19px;
  font: 700 24px "proxima-nova";
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.fbtabs h4:after {
  content: none;
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #225187;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  top: 0;
  right: 0;
}
.fbtabs .fbtabs_holder {
  width: 219px;
  background: url("../images/bg_fb.jpg") repeat 0 0;
  border: none;
  height: 377px;
}
.fbtabs a.seeall {
  display: none !important;
  position: absolute;
  top: 41px;
  right: -3px;
  z-index: 25;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #225187;
  text-decoration: none;
  width: 98px;
  height: 37px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.fbtabs a.seeall:hover, .fbtabs a.seeall:focus {
  background: #225187;
  color: white;
}
.fbtabs .css-tabs {
  display: none;
  position: relative;
  width: 239px;
  height: 38px;
  margin: 0 auto;
  padding: 7px 0 0;
  list-style: none;
  z-index: 10;
}
.fbtabs .css-tabs li {
  float: left;
  list-style: none;
  padding: 0;
  width: 98px;
  height: 37px;
  margin: 0 0 0 5px;
}
.fbtabs .css-tabs li:first-child {
  margin-left: 103px;
}
.fbtabs .css-tabs a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #225187;
  text-decoration: none;
  width: 97px;
  height: 37px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.fbtabs .css-tabs a.current {
  background: #225187;
  color: white;
  text-decoration: none;
}
.fbtabs .css-tabs a.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 42px;
  border-top: 5px solid #225187;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.fbtabs .css-tabs a:hover, .fbtabs .css-tabs a:focus {
  background: #225187;
  color: white;
}
.fbtabs .css-panes {
  position: relative;
  display: block;
  padding: 7px 0 0;
  width: 219px;
  height: 199px;
  z-index: 5;
  overflow: hidden;
}
.fbtabs .css-panes .pane {
  display: none;
  border: none;
  height: 199px;
  overflow: hidden;
  padding: 0;
  width: 219px;
  padding: 0px 10px;
  *zoom: 1;
}
.fbtabs .css-panes .pane:before, .fbtabs .css-panes .pane:after {
  content: " ";
  display: table;
}
.fbtabs .css-panes .pane:after {
  clear: both;
}
.fbtabs .css-panes .attendee {
  float: left;
  height: 63px;
  padding: 0;
  margin: 0 5px 5px 0;
  width: 63px;
  text-align: center;
  font-weight: bold;
  line-height: 110%;
  overflow: hidden;
}
.fbtabs .css-panes .attendee:nth-child(4n) {
  margin: 0 0 6px;
}
.fbtabs .css-panes .attendee a {
  display: block;
  width: 63px;
  height: 63px;
}
.fbtabs .css-panes .attendee img {
  display: block;
  height: 63px;
  width: 63px;
}

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px;
}

#fb_connect_rsvpshare span.status {
  height: 20px;
  line-height: 20px;
  padding: 2px 0 0 5px;
  color: #333;
  font-size: 14px;
  margin: 0 20px 0 5px;
  display: block;
  font-weight: bold;
  float: left;
}

#fb_connect_rsvpshare a, #fb_connect_rsvpshare a:link, #fb_connect_rsvpshare a:visited {
  width: 120px;
  color: #fff;
  text-transform: uppercase;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  padding: 5px 0 0;
  background: #0075AC;
  border: 2px solid #333;
  font-weight: bold;
  font-size: 12px;
}

#fb_connect_rsvpshare a:first-child {
  margin-right: 0px;
}

#fb_connect_rsvpshare a:hover {
  text-decoration: none;
  color: #0075AC;
  background: #FFF;
}

/* tab pane */
#fb_rsvp, #fb_rsvp_status {
  position: absolute;
  display: block;
  z-index: 15;
  width: 219px;
  height: 40px;
  bottom: 61px;
  padding: 0px 10px;
  *zoom: 1;
}
#fb_rsvp:before, #fb_rsvp:after, #fb_rsvp_status:before, #fb_rsvp_status:after {
  content: " ";
  display: table;
}
#fb_rsvp:after, #fb_rsvp_status:after {
  clear: both;
}

#fb_rsvp button, #fb_rsvp_status button, #fb_rsvp_status span {
  position: relative;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding-right: 0px;
  height: 40px;
  color: white;
  text-align: center;
  font: 400 12px "proxima-nova";
  letter-spacing: 1px;
  text-indent: 0px;
  text-align: center;
  background: #292929;
  border-radius: 5px;
  margin-right: 0px !important;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp button:after, #fb_rsvp_status button:after, #fb_rsvp_status span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: none;
  width: 40px;
  height: 40px;
  background-color: #225187;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp button:hover, #fb_rsvp button:focus, #fb_rsvp_status button:hover, #fb_rsvp_status button:focus, #fb_rsvp_status span:hover, #fb_rsvp_status span:focus {
  text-decoration: none;
  background: #434343;
}
#fb_rsvp button:first-child, #fb_rsvp_status button:first-child, #fb_rsvp_status span:first-child {
  float: left;
  margin-bottom: 5px;
}

#fb_rsvp_status span {
  position: relative;
  float: left;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  padding-right: 0px;
  padding-top: 12px;
  text-align: center;
  color: white;
  text-align: center;
  background: #292929;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp_status span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: none;
  width: 40px;
  height: 40px;
  background-color: #292929;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp_status span:hover, #fb_rsvp_status span:focus {
  text-decoration: none;
  background: #434343;
}

/* @end */
#fb_window {
  position: absolute;
  width: 652px;
  height: 200px;
  left: -10000px;
  top: -10000px;
  z-index: 59999;
}

#fb_window_cap {
  background: url(../images/fb_window_border.png) no-repeat center top;
  width: 100%;
  height: 10px;
}

#fb_window_base {
  background: url(../images/fb_window_border.png) no-repeat center bottom;
  width: 100%;
  height: 10px;
}

#fb_window_holder {
  background: url(../images/fb_window_bg.png) repeat-y center bottom;
  padding: 0 10px;
}

#fb_window_header {
  border: 1px solid #3B5998;
  height: 27px;
  background: #6D84B4;
  padding-left: 26px;
  font: bold 14px/27px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #fff;
  text-align: left;
}

#fb_window_content {
  background: #f7f7f7;
  border: 1px solid #555;
  border-top: 0px;
}

#fb_window_content .textarea {
  text-align: left;
  padding: 15px 30px 25px;
  color: #333;
}

#fb_window_content .sending {
  text-align: center;
  padding: 60px 30px 25px;
  color: #333;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
  background: url(../images/loading.gif) no-repeat center 25px;
}

#fb_window_content .warning {
  background: #FFEBE8;
}

#fb_window_content .textarea h3 {
  color: #333;
  font: bold 13px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-bottom: 3px;
  margin-bottom: 0;
}

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #BDC7D8;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content fieldset {
  margin: 0;
  padding: 0;
}

#fb_window_content fieldset label {
  font: bold 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .toolbar {
  border-top: 1px solid #E7E7E7;
  padding: 6px 30px;
  background: #f0f0f0;
  text-align: center;
  height: 21px;
  position: relative;
  top: auto;
  right: auto;
}

#fb_window_content .toolbar button {
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
}

#fb_window_content .toolbar button.cancel {
  background: #f0f0f0;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  color: #333;
}

#fb_window_content .toolbar button.next {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right;
}

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right;
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-decoration: none;
}

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: -444444px;
}

#fb_window_close:hover {
  background-position: center bottom;
}

.event_list#teams .thumb {
  width: 80px;
  height: 62px;
}
.event_list#teams .thumb a {
  width: 80px;
  height: 62px;
}
.event_list#teams .thumb img {
  width: 80px;
  height: 62px;
}
.event_list#teams .info {
  padding: 30px 0 0;
}
.event_list#teams .info h3 a {
  font-size: 20px;
  color: red;
}
.event_list#teams .info h3 a:hover {
  color: #FFF;
}

.team_detail .event_list {
  float: left;
}
.team_detail .overview {
  margin: 0;
}
.team_detail .overview h1 {
  line-height: 100%;
}
.team_detail .description {
  margin: 0 0 15px;
}
.team_detail .thumb {
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  width: 170px;
  height: auto;
}
.team_detail .thumb img {
  padding: 0;
  margin: 0;
  width: 170px;
  height: 130px;
  border: 2px solid #AAA;
}
.team_detail .thumb a.team_link, .team_detail .thumb a.team_link:link, .team_detail .thumb a.team_link:visited {
  display: block;
  font-size: 14px;
  text-transform: none;
  color: red;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.team_detail .thumb a.team_link:hover, .team_detail .thumb a.team_link:link:hover, .team_detail .thumb a.team_link:visited:hover {
  color: black;
}

#toolbar {
  position: relative;
  width: 100%;
  height: 110px;
  display: none;
  padding: 0;
  margin: 0;
  background: #191919;
  box-shadow: 0 4px 4px 0 #000;
  -webkit-box-shadow: 0 4px 4px 0 #000;
  -moz-box-shadow: 0 4px 4px 0 #000;
}
@media screen and (min-width: 1040px) {
  #toolbar {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #toolbar {
    display: block;
  }
}
#toolbar .toolbar-wrap {
  position: relative;
  display: block;
  height: 110px;
  margin: 0 auto;
  *zoom: 1;
}
@media screen and (min-width: 1040px) {
  #toolbar .toolbar-wrap {
    width: 1040px;
  }
}
#toolbar .toolbar-wrap:before, #toolbar .toolbar-wrap:after {
  content: " ";
  display: table;
}
#toolbar .toolbar-wrap:after {
  clear: both;
}
#toolbar .toolbar-wrap ul {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
#toolbar .toolbar-wrap ul:before, #toolbar .toolbar-wrap ul:after {
  content: " ";
  display: table;
}
#toolbar .toolbar-wrap ul:after {
  clear: both;
}
#toolbar .toolbar-wrap ul li {
  display: block;
  position: relative;
  height: 30px;
  width: auto;
  float: left;
  margin: 0;
  padding: 0 14px;
  border-right: 1px solid #111;
  border-left: 1px solid #333;
}
#toolbar .toolbar-wrap ul:first-child li:first-child {
  border-left: 0;
  padding: 0 14px 0 0;
}
#toolbar .toolbar-wrap ul.social {
  margin-left: 278px;
  padding: 17px 0px 0px 0px;
  height: 50px;
}
#toolbar .toolbar-wrap ul.social li:first-child {
  padding: 0 5px;
  border-left: none;
}
#toolbar .toolbar-wrap ul.social li:last-child {
  border-right: none;
}
#toolbar .toolbar-wrap ul.social li {
  padding: 0 7px 0 7px;
  border-left: 0;
  border-right: 0;
  border-right: 1px dotted #6c675c;
  height: 22px;
}
#toolbar .toolbar-wrap ul.social li.tb_questions_bg {
  width: 124px;
}
#toolbar .toolbar-wrap ul.social li.tb_tw_bg {
  width: 86px;
}
#toolbar .toolbar-wrap ul.social li.tb_fb_bg {
  width: 94px;
}
#toolbar .toolbar-wrap ul.social li.tb_em_bg {
  width: 131px;
}
#toolbar .toolbar-wrap ul.social li.tb_questions_bg:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/toolbar_icons.png) no-repeat 0 0;
  float: left;
}
#toolbar .toolbar-wrap ul.social li.tb_tw_bg:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/toolbar_icons.png) no-repeat -17px 0;
  float: left;
}
#toolbar .toolbar-wrap ul.social li.tb_fb_bg:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/toolbar_icons.png) no-repeat -35px 0;
  float: left;
}
#toolbar .toolbar-wrap ul.social li.tb_em_bg:before {
  content: "";
  width: 24px;
  height: 17px;
  display: block;
  background: url(../images/toolbar_icons.png) no-repeat -53px 0;
  float: left;
}
#toolbar .toolbar-wrap ul.social li > a, #toolbar .toolbar-wrap ul.social li > a:visited {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 17px;
  height: 17px;
  padding: 0;
  text-indent: 5px;
  font-size: 10px;
  font-family: "museo-sans-1", "museo-sans-2";
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #646464;
}
#toolbar .toolbar-wrap ul.social li > a.tb_questions, #toolbar .toolbar-wrap ul.social li > a:visited.tb_questions {
  width: 91px;
}
#toolbar .toolbar-wrap ul.social li > a.tb_questions:hover, #toolbar .toolbar-wrap ul.social li > a.tb_questions:focus, #toolbar .toolbar-wrap ul.social li > a:visited.tb_questions:hover, #toolbar .toolbar-wrap ul.social li > a:visited.tb_questions:focus {
  color: #333333;
  text-decoration: none;
}
#toolbar .toolbar-wrap ul.social li > a.fb, #toolbar .toolbar-wrap ul.social li > a:visited.fb {
  width: 60px;
}
#toolbar .toolbar-wrap ul.social li > a.fb:hover, #toolbar .toolbar-wrap ul.social li > a.fb:focus, #toolbar .toolbar-wrap ul.social li > a:visited.fb:hover, #toolbar .toolbar-wrap ul.social li > a:visited.fb:focus {
  color: #333333;
  text-decoration: none;
}
#toolbar .toolbar-wrap ul.social li > a.tw, #toolbar .toolbar-wrap ul.social li > a:visited.tw {
  width: 50px;
}
#toolbar .toolbar-wrap ul.social li > a.tw:hover, #toolbar .toolbar-wrap ul.social li > a.tw:focus, #toolbar .toolbar-wrap ul.social li > a:visited.tw:hover, #toolbar .toolbar-wrap ul.social li > a:visited.tw:focus {
  color: #333333;
  text-decoration: none;
}
#toolbar .toolbar-wrap ul.social li > a.em, #toolbar .toolbar-wrap ul.social li > a:visited.em {
  width: 90px;
}
#toolbar .toolbar-wrap ul.social li > a.em:hover, #toolbar .toolbar-wrap ul.social li > a.em:focus, #toolbar .toolbar-wrap ul.social li > a:visited.em:hover, #toolbar .toolbar-wrap ul.social li > a:visited.em:focus {
  color: #333333;
  text-decoration: none;
}
#toolbar .toolbar-wrap ul.social li span.tb-e {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 28px;
  height: 50px;
  padding: 0;
  background: url(../images/tb-social.png) no-repeat -3px -196px;
}
#toolbar .toolbar-wrap ul.social li span.tb-e:hover, #toolbar .toolbar-wrap ul.social li span.tb-e:focus {
  background-position: -3px -246px;
  cursor: default;
}
#toolbar .toolbar-wrap ul.social li#tb-signup-trigger:hover span.tb-e, #toolbar .toolbar-wrap ul.social li#tb-signup-trigger:focus span.tb-e {
  background-position: -3px -246px;
}
#toolbar .toolbar-wrap ul.social li#tb-signup-trigger:hover #tb-signup, #toolbar .toolbar-wrap ul.social li#tb-signup-trigger:focus #tb-signup {
  display: block;
}
#toolbar .toolbar-wrap ul.social li #tb-signup {
  display: none;
  width: 157px;
  padding: 6px 8px 10px;
  position: absolute;
  background: url(../images/toolbar-bg.jpg) repeat 0 0;
  top: 61px;
  left: -74px;
  z-index: 100;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#toolbar .toolbar-wrap ul.social li #tb-signup:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  width: 47px;
  height: 14px;
  top: -13px;
  left: 64px;
  background: url(../images/tooltip.png) no-repeat 0 0;
}
#toolbar .toolbar-wrap ul.social li #tb-signup a, #toolbar .toolbar-wrap ul.social li #tb-signup a:visited {
  display: block;
  padding: 7px 0 4px 24px;
  color: #fff;
  font: normal 11px/12px "museo-sans-1", "museo-sans-2";
  text-decoration: none;
  text-transform: uppercase;
  background: #000;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#toolbar .toolbar-wrap ul.social li #tb-signup a:hover, #toolbar .toolbar-wrap ul.social li #tb-signup a:focus, #toolbar .toolbar-wrap ul.social li #tb-signup a:visited:hover, #toolbar .toolbar-wrap ul.social li #tb-signup a:visited:focus {
  text-decoration: none;
  color: #ccc;
}
#toolbar .toolbar-wrap #search {
  position: relative;
  margin: 0;
  padding: 41px 0 0 3px;
  height: 50px;
  right: 0;
  color: #666666;
  display: none;
}
@media screen and (min-width: 1040px) {
  #toolbar .toolbar-wrap #search {
    width: 775px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search {
    width: 350px;
    position: absolute;
    right: 0px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #toolbar .toolbar-wrap #search {
    display: none;
  }
}
#toolbar .toolbar-wrap #search input, #toolbar .toolbar-wrap #search input[type=text] {
  text-align: right;
  text-transform: uppercase;
  padding: 2px 16px 0 11px;
  height: 28px;
  font: 400 26px "proxima-nova";
  color: #666666;
  background: transparent;
  border: none;
  float: left;
  position: relative;
  outline: none;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (min-width: 1040px) {
  #toolbar .toolbar-wrap #search input, #toolbar .toolbar-wrap #search input[type=text] {
    width: 678px;
    margin-left: 330px;
  }
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search input, #toolbar .toolbar-wrap #search input[type=text] {
    width: 350px;
    float: right;
    margin-right: 45px;
    font: 400 18px "proxima-nova";
  }
}
#toolbar .toolbar-wrap #search ::-webkit-input-placeholder {
  font: 400 26px "proxima-nova";
  color: #666666;
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search ::-webkit-input-placeholder {
    font: 400 18px "proxima-nova";
  }
}
#toolbar .toolbar-wrap #search :-moz-placeholder {
  font: 400 26px "proxima-nova";
  color: #666666;
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search :-moz-placeholder {
    font: 400 18px "proxima-nova";
  }
}
#toolbar .toolbar-wrap #search ::-moz-placeholder {
  font: 400 26px "proxima-nova";
  color: #666666;
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search ::-moz-placeholder {
    font: 400 18px "proxima-nova";
  }
}
#toolbar .toolbar-wrap #search :-ms-input-placeholder {
  font: 400 26px "proxima-nova";
  color: #666666;
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search :-ms-input-placeholder {
    font: 400 18px "proxima-nova";
  }
}
#toolbar .toolbar-wrap #search input:focus::-webkit-input-placeholder {
  color: black;
}
#toolbar .toolbar-wrap #search input:focus:-moz-placeholder {
  color: black;
}
#toolbar .toolbar-wrap #search input:focus::-moz-placeholder {
  color: black;
}
#toolbar .toolbar-wrap #search input:focus:-ms-input-placeholder {
  color: black;
}
#toolbar .toolbar-wrap #search button {
  opacity: 0.6;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 45px;
  width: 25px;
  height: 24px;
  text-indent: -5000px;
  border: none;
  cursor: pointer;
  background: url("../images/icons/icon_search.png") no-repeat 0 0;
  background-color: transparent;
}
@media screen and (max-width: 1039px) {
  #toolbar .toolbar-wrap #search button {
    right: 20px;
  }
}
#toolbar .toolbar-wrap #search button:hover, #toolbar .toolbar-wrap #search button:focus {
  opacity: 1;
}
#toolbar .toolbar-wrap #search button:hover button {
  /*opacity:1;*/
}

.addthis_button_facebook {
  width: 153px;
}

.addthis_toolbox .at16nc.at16t_twitter {
  background: url("../images/share_twitter.png") no-repeat center center;
  background-position-x: center;
  background-position-y: center;
  width: 170px;
  height: 50px;
  border-right: 1px solid #ccc;
  position: relative;
}
.addthis_toolbox .at16nc.at16t_twitter:after {
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 0px;
  right: 25px;
  content: "";
  background: black;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.addthis_toolbox .at16nc.at16t_twitter:hover:after {
  width: 75px;
}

.addthis_toolbox .at16nc.at16t_facebook {
  background: url("../images/share_fb.png") no-repeat center center;
  background-position-x: center;
  background-position-y: center;
  width: 190px;
  height: 50px;
  border-right: 1px solid #ccc;
  position: relative;
  left: -37px;
}
.addthis_toolbox .at16nc.at16t_facebook:after {
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 0px;
  right: 30px;
  content: "";
  background: black;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.addthis_toolbox .at16nc.at16t_facebook:hover:after {
  width: 100px;
}

.addthis_toolbox .at16nc.at16t_email {
  background: url("../images/share_email.png") no-repeat center center;
  background-position-x: center;
  background-position-y: center;
  width: 170px;
  height: 50px;
  border-right: 1px solid #ccc;
  position: relative;
}
.addthis_toolbox .at16nc.at16t_email:after {
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 0px;
  right: 33px;
  content: "";
  background: black;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.addthis_toolbox .at16nc.at16t_email:hover:after {
  width: 60px;
}

.addthis_toolbox .at16nc.at16t_print {
  background: url("../images/share_print.png") no-repeat center center;
  background-position-x: center;
  background-position-y: center;
  width: 170px;
  height: 50px;
  border-right: 1px solid #ccc;
  position: relative;
}
.addthis_toolbox .at16nc.at16t_print:after {
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 0px;
  right: 33px;
  content: "";
  background: black;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.addthis_toolbox .at16nc.at16t_print:hover:after {
  width: 60px;
}

.addthis_toolbox .addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact,
.addthis_toolbox .addthis_default_style .at16t_expanded, .addthis_default_style .at16t_compact,
.addthis_toolbox .at16t_compact.at16nc {
  background: url("../images/share_plus.png") no-repeat 15px 15px;
  background-position-x: 15px;
  background-position-y: 15px;
  width: 40px;
  height: 35px;
}

.addthis_default_style .addthis_counter {
  display: none !important;
}

#fb_connect_status {
  display: none;
}

.fbtabs_holder {
  padding: 0;
  margin: 0;
  position: relative;
  width: 239px;
  background: url("../images/bg_fb.jpg") repeat 0 0;
  border-radius: 5px;
}

.fbtabs {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 395px;
  width: 239px;
  background: transparent;
  margin: 0;
  padding: 12px 9px 0;
}
.fbtabs h4 {
  display: block;
  position: relative;
  color: white;
  padding: 10px 19px;
  font: 700 24px "proxima-nova";
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.fbtabs h4:after {
  content: none;
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #225187;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  top: 0;
  right: 0;
}
.fbtabs .fbtabs_holder {
  width: 219px;
  background: url("../images/bg_fb.jpg") repeat 0 0;
  border: none;
  height: 377px;
}
.fbtabs a.seeall {
  display: none !important;
  position: absolute;
  top: 41px;
  right: -3px;
  z-index: 25;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #225187;
  text-decoration: none;
  width: 98px;
  height: 37px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.fbtabs a.seeall:hover, .fbtabs a.seeall:focus {
  background: #225187;
  color: white;
}
.fbtabs .css-tabs {
  display: none;
  position: relative;
  width: 239px;
  height: 38px;
  margin: 0 auto;
  padding: 7px 0 0;
  list-style: none;
  z-index: 10;
}
.fbtabs .css-tabs li {
  float: left;
  list-style: none;
  padding: 0;
  width: 98px;
  height: 37px;
  margin: 0 0 0 5px;
}
.fbtabs .css-tabs li:first-child {
  margin-left: 103px;
}
.fbtabs .css-tabs a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #225187;
  text-decoration: none;
  width: 97px;
  height: 37px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.fbtabs .css-tabs a.current {
  background: #225187;
  color: white;
  text-decoration: none;
}
.fbtabs .css-tabs a.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 42px;
  border-top: 5px solid #225187;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.fbtabs .css-tabs a:hover, .fbtabs .css-tabs a:focus {
  background: #225187;
  color: white;
}
.fbtabs .css-panes {
  position: relative;
  display: block;
  padding: 7px 0 0;
  width: 219px;
  height: 199px;
  z-index: 5;
  overflow: hidden;
}
.fbtabs .css-panes .pane {
  display: none;
  border: none;
  height: 199px;
  overflow: hidden;
  padding: 0;
  width: 219px;
  padding: 0px 10px;
  *zoom: 1;
}
.fbtabs .css-panes .pane:before, .fbtabs .css-panes .pane:after {
  content: " ";
  display: table;
}
.fbtabs .css-panes .pane:after {
  clear: both;
}
.fbtabs .css-panes .attendee {
  float: left;
  height: 63px;
  padding: 0;
  margin: 0 5px 5px 0;
  width: 63px;
  text-align: center;
  font-weight: bold;
  line-height: 110%;
  overflow: hidden;
}
.fbtabs .css-panes .attendee:nth-child(4n) {
  margin: 0 0 6px;
}
.fbtabs .css-panes .attendee a {
  display: block;
  width: 63px;
  height: 63px;
}
.fbtabs .css-panes .attendee img {
  display: block;
  height: 63px;
  width: 63px;
}

#fb_connect_rsvpshare {
  position: absolute;
  bottom: 20px;
  left: 18px;
}

#fb_connect_rsvpshare span.status {
  height: 20px;
  line-height: 20px;
  padding: 2px 0 0 5px;
  color: #333;
  font-size: 14px;
  margin: 0 20px 0 5px;
  display: block;
  font-weight: bold;
  float: left;
}

#fb_connect_rsvpshare a, #fb_connect_rsvpshare a:link, #fb_connect_rsvpshare a:visited {
  width: 120px;
  color: #fff;
  text-transform: uppercase;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  padding: 5px 0 0;
  background: #0075AC;
  border: 2px solid #333;
  font-weight: bold;
  font-size: 12px;
}

#fb_connect_rsvpshare a:first-child {
  margin-right: 0px;
}

#fb_connect_rsvpshare a:hover {
  text-decoration: none;
  color: #0075AC;
  background: #FFF;
}

/* tab pane */
#fb_rsvp, #fb_rsvp_status {
  position: absolute;
  display: block;
  z-index: 15;
  width: 219px;
  height: 40px;
  bottom: 61px;
  padding: 0px 10px;
  *zoom: 1;
}
#fb_rsvp:before, #fb_rsvp:after, #fb_rsvp_status:before, #fb_rsvp_status:after {
  content: " ";
  display: table;
}
#fb_rsvp:after, #fb_rsvp_status:after {
  clear: both;
}

#fb_rsvp button, #fb_rsvp_status button, #fb_rsvp_status span {
  position: relative;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  padding-right: 0px;
  height: 40px;
  color: white;
  text-align: center;
  font: 400 12px "proxima-nova";
  letter-spacing: 1px;
  text-indent: 0px;
  text-align: center;
  background: #292929;
  border-radius: 5px;
  margin-right: 0px !important;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp button:after, #fb_rsvp_status button:after, #fb_rsvp_status span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: none;
  width: 40px;
  height: 40px;
  background-color: #225187;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp button:hover, #fb_rsvp button:focus, #fb_rsvp_status button:hover, #fb_rsvp_status button:focus, #fb_rsvp_status span:hover, #fb_rsvp_status span:focus {
  text-decoration: none;
  background: #434343;
}
#fb_rsvp button:first-child, #fb_rsvp_status button:first-child, #fb_rsvp_status span:first-child {
  float: left;
  margin-bottom: 5px;
}

#fb_rsvp_status span {
  position: relative;
  float: left;
  display: block;
  border: 0;
  outline: none;
  cursor: pointer;
  padding-right: 0px;
  padding-top: 12px;
  text-align: center;
  color: white;
  text-align: center;
  background: #292929;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp_status span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: none;
  width: 40px;
  height: 40px;
  background-color: #292929;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#fb_rsvp_status span:hover, #fb_rsvp_status span:focus {
  text-decoration: none;
  background: #434343;
}

/* @end */
#fb_window {
  position: absolute;
  width: 652px;
  height: 200px;
  left: -10000px;
  top: -10000px;
  z-index: 59999;
}

#fb_window_cap {
  background: url(../images/fb_window_border.png) no-repeat center top;
  width: 100%;
  height: 10px;
}

#fb_window_base {
  background: url(../images/fb_window_border.png) no-repeat center bottom;
  width: 100%;
  height: 10px;
}

#fb_window_holder {
  background: url(../images/fb_window_bg.png) repeat-y center bottom;
  padding: 0 10px;
}

#fb_window_header {
  border: 1px solid #3B5998;
  height: 27px;
  background: #6D84B4;
  padding-left: 26px;
  font: bold 14px/27px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #fff;
  text-align: left;
}

#fb_window_content {
  background: #f7f7f7;
  border: 1px solid #555;
  border-top: 0px;
}

#fb_window_content .textarea {
  text-align: left;
  padding: 15px 30px 25px;
  color: #333;
}

#fb_window_content .sending {
  text-align: center;
  padding: 60px 30px 25px;
  color: #333;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
  background: url(../images/loading.gif) no-repeat center 25px;
}

#fb_window_content .warning {
  background: #FFEBE8;
}

#fb_window_content .textarea h3 {
  color: #333;
  font: bold 13px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-bottom: 3px;
  margin-bottom: 0;
}

#fb_window_content .textarea p {
  color: #333;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .textarea textarea {
  width: 450px;
  border: 1px solid #BDC7D8;
  font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content fieldset {
  margin: 0;
  padding: 0;
}

#fb_window_content fieldset label {
  font: bold 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .toolbar {
  border-top: 1px solid #E7E7E7;
  padding: 6px 30px;
  background: #f0f0f0;
  text-align: center;
  height: 21px;
  position: relative;
  top: auto;
  right: auto;
}

#fb_window_content .toolbar button {
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#fb_window_content .toolbar button.submit {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
}

#fb_window_content .toolbar button.cancel {
  background: #f0f0f0;
  border: 1px solid #666;
  border-color: #e7e7e7 #666 #666 #e7e7e7;
  color: #333;
}

#fb_window_content .toolbar button.next {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right;
}

#fb_window_content .toolbar a.next, #fb_window_content .toolbar a.next:link, #fb_window_content .toolbar a.next:visited {
  padding: 0 25px;
  background: #3B5998;
  border: 1px solid #0E1F5B;
  border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
  color: #fff;
  float: right;
  margin: 0 3px 0 0;
  padding: 0 18px;
  height: 21px;
  font: bold 10px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-decoration: none;
}

#fb_window_close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/fb_window_close.png) no-repeat center top;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: -444444px;
}

#fb_window_close:hover {
  background-position: center bottom;
}
