/* line 11, ../sass/main.sass */
body, html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: helvetica, arial, sans-serif;
  background: #ffffff;
}

/* line 17, ../sass/main.sass */
::-moz-selection {
  color: #ffffff;
  background: #b71250;
}

/* line 21, ../sass/main.sass */
::selection {
  color: #ffffff;
  background: #b71250;
}

/* line 25, ../sass/main.sass */
.clear {
  clear: both;
}

/* line 28, ../sass/main.sass */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 30, ../sass/main.sass */
a:focus {
  text-decoration: none;
}

/* line 33, ../sass/main.sass */
.top-nav {
  height: 70px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #24292c;
}

/* line 39, ../sass/main.sass */
.container.interior {
  padding-top: 30px;
}

/* line 42, ../sass/main.sass */
a {
  transition: all 0.2s;
}

/* line 44, ../sass/main.sass */
a:hover {
  text-decoration: none !important;
}

/* line 47, ../sass/main.sass */
p img {
  max-width: 100%;
  height: auto;
}

/* line 51, ../sass/main.sass */
.gray_box {
  background: #131618;
  color: #ffffff;
  padding: 30px;
}

/* line 56, ../sass/main.sass */
.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 17px;
}

/* line 62, ../sass/main.sass */
.dropdown-menu {
  padding: 15px 15px 7px 15px;
  left: -15px;
}
/* line 66, ../sass/main.sass */
.dropdown-menu li a {
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.1em;
  line-height: 1em;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #222222;
  display: block;
  color: #ffffff;
}
/* line 76, ../sass/main.sass */
.dropdown-menu li a:hover {
  background: transparent;
  color: #b71250;
}
/* line 80, ../sass/main.sass */
.dropdown-menu li:last-child a {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 84, ../sass/main.sass */
a.button {
  background: #0faa96;
  color: #ffffff;
  display: inline-block;
  padding: 0px 18px;
  font-weight: bold;
  transition: all 0.2s;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.3em;
}

/* line 96, ../sass/main.sass */
a.button:hover {
  text-decoration: none;
  background: #0b8878;
}

/* line 100, ../sass/main.sass */
h2 {
  font-family: "Arial Black", arial, helvetica, sans-serif;
  text-transform: lowercase;
  color: #1a1c1d;
  letter-spacing: -0.08em;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/header_bg_line.gif) center center repeat-x;
  margin-bottom: 20px;
}
/* line 107, ../sass/main.sass */
h2 span {
  background: #ffffff;
  padding-right: 20px;
}

/* line 111, ../sass/main.sass */
h2.news_title {
  background: transparent;
  margin-bottom: 10px;
}

/* line 114, ../sass/main.sass */
.news_meta {
  background: #e3e3e3;
  padding: 0px;
  margin: 0 0 15px 0;
}
/* line 118, ../sass/main.sass */
.news_meta .date {
  float: left;
  background: #b71250;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  margin-right: 20px;
}
/* line 126, ../sass/main.sass */
.news_meta .date span.month {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
}
/* line 131, ../sass/main.sass */
.news_meta .date span.day {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 12px;
}
/* line 135, ../sass/main.sass */
.news_meta .news_meta_content {
  font-size: 0.9em;
  font-weight: bold;
  color: #888888;
  line-height: 1.1em;
  padding-top: 9px;
}
/* line 141, ../sass/main.sass */
.news_meta .news_meta_content .news_share_single {
  float: right;
}
/* line 143, ../sass/main.sass */
.news_meta .news_meta_content .news_share_single p {
  margin-right: 20px;
}

/* line 146, ../sass/main.sass */
.news_content p {
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.8em;
}

/* line 151, ../sass/main.sass */
.button_arrow {
  margin-top: 5px;
  text-transform: lowercase;
  font-weight: bold;
  display: block;
  height: 30px;
  text-align: left;
  line-height: 30px;
  background: #131618;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0 30px 0 10px;
  transition: all 0.2s;
  font-family: "Roboto";
}
/* line 165, ../sass/main.sass */
.button_arrow span {
  position: relative;
  top: 0px;
  right: -20px;
  font-size: 0.8em;
}

/* line 170, ../sass/main.sass */
.button_arrow:hover {
  background: #0faa96;
  text-decoration: none;
  color: #ffffff;
}

/* line 175, ../sass/main.sass */
.h2_container {
  position: relative;
}
/* line 177, ../sass/main.sass */
.h2_container .header_button {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  border-left: 20px solid #ffffff;
}

@media only screen and (max-width: 530px) {
  /* line 186, ../sass/main.sass */
  .h2_container .header_button {
    display: none;
  }
}
/* line 189, ../sass/main.sass */
.upcoming-events {
  width: calc(100% + 30px);
  margin-left: -15px;
}
/* line 192, ../sass/main.sass */
.upcoming-events .event {
  background: black;
  text-align: center;
  height: 195px;
  background-size: cover;
  background-position: top center;
  border: 1px solid #c4c4c4;
  margin: 0px 15px;
  position: relative;
  padding: 0;
}
/* line 202, ../sass/main.sass */
.upcoming-events a.background {
  display: block;
  width: 100%;
  height: 195px;
  background-size: cover;
}
/* line 207, ../sass/main.sass */
.upcoming-events .caption {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/event_caption_bg.png) repeat;
  color: #ffffff;
  padding: 6px;
  text-align: left;
  font-family: "Roboto";
}
/* line 217, ../sass/main.sass */
.upcoming-events .caption span.artists {
  font-weight: bold;
}
/* line 219, ../sass/main.sass */
.upcoming-events .caption .buy_tickets {
  margin-top: 5px;
  text-transform: lowercase;
  display: block;
  height: 30px;
  text-align: left;
  line-height: 30px;
  background: #0faa96;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 10px;
}
/* line 231, ../sass/main.sass */
.upcoming-events .caption .buy_tickets span {
  float: right;
  position: relative;
  top: 0px;
  font-size: 0.9em;
}
/* line 236, ../sass/main.sass */
.upcoming-events .caption .buy_tickets:hover {
  background: #131618;
}
/* line 238, ../sass/main.sass */
.upcoming-events .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #b71250;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
}
/* line 247, ../sass/main.sass */
.upcoming-events .date span.month {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
}
/* line 252, ../sass/main.sass */
.upcoming-events .date span.day {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 12px;
}

/* line 258, ../sass/main.sass */
.logo {
  padding-top: 20px;
  display: block;
  float: left;
  transition: all 0.2s;
}

/* line 263, ../sass/main.sass */
.logo:hover {
  opacity: 0.6;
}

/* line 266, ../sass/main.sass */
ul.social-icons {
  list-style: none;
  height: 25px;
  margin-top: 0px;
}
/* line 271, ../sass/main.sass */
ul.social-icons li a {
  color: #131618;
  transition: all 0.2s;
}
/* line 274, ../sass/main.sass */
ul.social-icons li a:hover {
  color: #777777;
  text-decoration: none;
}

/* line 277, ../sass/main.sass */
.social_block {
  text-align: center;
}
/* line 279, ../sass/main.sass */
.social_block ul.festival_socials {
  list-style: none;
  height: auto;
  margin: 0;
}
/* line 284, ../sass/main.sass */
.social_block ul.festival_socials li a {
  color: #ffffff;
  transition: all 0.2s;
}
/* line 287, ../sass/main.sass */
.social_block ul.festival_socials li a:hover {
  color: #777777;
  text-decoration: none;
}

/* line 292, ../sass/main.sass */
.float_left {
  float: left;
}

/* line 295, ../sass/main.sass */
.float_right {
  float: right;
}

/* line 298, ../sass/main.sass */
.slideshow {
  padding: 0;
  background: #0b0c0c;
  width: 100%;
  overflow: hidden;
}

/* line 304, ../sass/main.sass */
#slider4 {
  width: 100%;
}

/* line 309, ../sass/main.sass */
.skw-content .caption h3.slide_title {
  font-family: "Arial Black", arial, helvetica, sans-serif;
  text-transform: lowercase;
  font-size: 2.8em;
  color: #ffffff;
  letter-spacing: -0.08em;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 317, ../sass/main.sass */
.skw-content .caption .tagline {
  margin: 0 0 10px 0;
  font-size: 1.3em;
}
/* line 320, ../sass/main.sass */
.skw-content .caption .tagline span {
  background: #000000;
  padding: 5px 8px;
}
/* line 324, ../sass/main.sass */
.skw-content .caption .button_group .button_container {
  padding: 8px 10px 10px 10px;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/black_trans.png);
  width: auto;
  display: inline-block;
}
/* line 329, ../sass/main.sass */
.skw-content .caption .button_group .button_container .caption_button {
  margin: 5px 5px 0px 5px;
  text-transform: lowercase;
  font-weight: bold;
  display: inline-block;
  height: 35px;
  text-align: left;
  line-height: 35px;
  background: #0faa96;
  color: #ffffff;
  font-size: 1.1em;
  padding: 0 30px 0 15px;
  transition: all 0.2s;
  font-family: "Roboto";
}
/* line 343, ../sass/main.sass */
.skw-content .caption .button_group .button_container .caption_button span {
  position: relative;
  top: 0px;
  right: -20px;
  font-size: 0.8em;
}
/* line 348, ../sass/main.sass */
.skw-content .caption .button_group .button_container .caption_button:hover {
  background: #0b8878;
  text-decoration: none;
  color: #ffffff;
}

/* line 353, ../sass/main.sass */
.skw-container li.skw-nextSlide svg image, .skw-container li.skw-prevSlide svg image {
  opacity: 0.4;
}

/* line 355, ../sass/main.sass */
.skw-container li.skw-nextSlide:hover svg image, .skw-container li.skw-prevSlide:hover svg image {
  opacity: 1;
}

/* line 358, ../sass/main.sass */
.tile {
  height: 20px;
  margin-top: 10px;
}

/* line 362, ../sass/main.sass */
.a {
  background: #AAA;
}

/* line 364, ../sass/main.sass */
.b {
  background: #BBB;
}

/* line 367, ../sass/main.sass */
.news_item {
  margin-bottom: 25px;
}
/* line 369, ../sass/main.sass */
.news_item .thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  -webkit-background-size: cover;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
/* line 377, ../sass/main.sass */
.news_item .thumb .news_share {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/black_trans.png);
  padding: 8px 4px;
}
/* line 385, ../sass/main.sass */
.news_item .thumb .news_share a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  text-align: center;
  float: right;
  margin: 0 4px;
  transiton: all 0.2s;
}
/* line 394, ../sass/main.sass */
.news_item .thumb .news_share a.fb {
  color: #ffffff;
  background: #3b5998;
  border: 1px solid #3b5998;
}
/* line 398, ../sass/main.sass */
.news_item .thumb .news_share a.twitter {
  color: #ffffff;
  background: #4099ff;
  border: 1px solid #4099ff;
}
/* line 402, ../sass/main.sass */
.news_item .thumb .news_share a:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
}
/* line 406, ../sass/main.sass */
.news_item .thumb .background {
  width: 100%;
  height: 150px;
  background-size: cover;
  transition: all 0.5s;
  display: block;
}
/* line 412, ../sass/main.sass */
.news_item .thumb.full {
  height: 260px;
}
/* line 414, ../sass/main.sass */
.news_item .thumb.full .background {
  height: 260px;
}
/* line 416, ../sass/main.sass */
.news_item .excerpt {
  background: #e3e3e3;
  padding: 15px;
}
/* line 419, ../sass/main.sass */
.news_item .excerpt p {
  text-align: justify;
}
/* line 421, ../sass/main.sass */
.news_item .excerpt .meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bababa;
}
/* line 425, ../sass/main.sass */
.news_item .excerpt .meta .date {
  background: #b71250;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  float: left;
  font-family: "Roboto";
  margin-right: 15px;
}
/* line 433, ../sass/main.sass */
.news_item .excerpt .meta .date span.month {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: bold;
}
/* line 438, ../sass/main.sass */
.news_item .excerpt .meta .date span.day {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 12px;
}
/* line 442, ../sass/main.sass */
.news_item .excerpt .meta h3.title {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.3em;
  display: inline;
}
/* line 449, ../sass/main.sass */
.news_item .excerpt .meta h3.title a {
  color: #131618;
  transition: all 0.2s;
  position: relative;
  top: -3px;
}
/* line 454, ../sass/main.sass */
.news_item .excerpt .meta h3.title a:hover {
  color: #43484c;
}
/* line 456, ../sass/main.sass */
.news_item .excerpt .meta h3.title.large {
  font-size: 1.8em;
}
/* line 458, ../sass/main.sass */
.news_item .read_more {
  display: block;
  background: #131618;
  font-family: "Roboto";
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 1.2em;
  transition: all 0.2s;
  font-weight: bold;
}
/* line 470, ../sass/main.sass */
.news_item .read_more span {
  float: right;
  position: relative;
  top: 0px;
}
/* line 474, ../sass/main.sass */
.news_item .read_more:hover {
  text-decoration: none;
  background: #43484c;
  cursor: pointer;
}
/* line 478, ../sass/main.sass */
.news_item .thumb:hover > .background {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 484, ../sass/main.sass */
#sidebar a.view_all {
  display: block;
  height: 45px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: lowercase;
  font-size: 1.2em;
  text-align: left;
  line-height: 41px;
  transition: all 0.6s;
  padding: 0 15px;
  background: #131618;
}
/* line 497, ../sass/main.sass */
#sidebar a.view_all span {
  float: right;
  position: relative;
  top: 0px;
}
/* line 501, ../sass/main.sass */
#sidebar a.view_all:hover {
  background: #43484c;
  text-decoration: none;
}
/* line 505, ../sass/main.sass */
#sidebar .video_thumb .thumb {
  width: 100%;
  height: 150px;
  background-size: cover;
  display: block;
}
/* line 510, ../sass/main.sass */
#sidebar .video_thumb .read_more {
  display: block;
  background: #131618;
  font-family: "Roboto";
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.2s;
}
/* line 518, ../sass/main.sass */
#sidebar .video_thumb:hover {
  text-decoration: none;
}
/* line 520, ../sass/main.sass */
#sidebar .video_thumb:hover .thumb {
  text-decoration: none;
}
/* line 522, ../sass/main.sass */
#sidebar .video_thumb:hover .read_more {
  background: #2f3336;
  text-decoration: none;
}

/* line 526, ../sass/main.sass */
footer {
  padding: 30px 0;
  background: #131618;
  margin-top: 30px;
}
/* line 530, ../sass/main.sass */
footer .copyright {
  font-family: "Arial Black", arial, helvetica, sans-serif;
  text-transform: lowercase;
  color: #ffffff;
  letter-spacing: -0.08em;
  font-size: 1.5em;
}
/* line 536, ../sass/main.sass */
footer .list_header {
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
/* line 544, ../sass/main.sass */
footer ul.footer_links {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
/* line 548, ../sass/main.sass */
footer ul.social-icons {
  float: left;
}
/* line 551, ../sass/main.sass */
footer ul.social-icons li a {
  color: #ffffff;
}

/* line 554, ../sass/main.sass */
.interior_header {
  width: 100%;
  height: 300px;
  background-size: cover;
  display: table;
}
/* line 559, ../sass/main.sass */
.interior_header h1 {
  font-family: "Arial Black", arial, helvetica, sans-serif;
  text-transform: lowercase;
  color: #ffffff;
  letter-spacing: -0.08em;
  font-size: 4.8em;
  text-align: center;
  margin: 0;
  padding: 0 0px 0 0px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 572, ../sass/main.sass */
.interior_header .gallery_info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* line 577, ../sass/main.sass */
.interior_header .gallery_info .gallery_header {
  font-family: "Arial Black", arial, helvetica, sans-serif;
  text-transform: lowercase;
  color: #ffffff;
  letter-spacing: -0.08em;
  font-size: 3.8em;
  text-align: center;
  margin: 0;
  padding: 0 40px 0 40px;
}
/* line 586, ../sass/main.sass */
.interior_header .gallery_info .gallery_meta {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0 40px 0 40px;
  text-align: center;
}
/* line 595, ../sass/main.sass */
.interior_header .festival_logo_centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
/* line 601, ../sass/main.sass */
.interior_header .festival_logo_centered img {
  max-width: 300px;
  max-height: 200px;
  height: auto;
  width: auto;
}

/* line 607, ../sass/main.sass */
.page_excerpt {
  font-size: 1.4em;
  color: #444444;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  /* line 613, ../sass/main.sass */
  .interior_header {
    height: 200px;
  }
  /* line 616, ../sass/main.sass */
  .interior_header .festival_logo_centered img {
    max-width: 200px;
    height: auto;
  }
}
/* line 620, ../sass/main.sass */
.sidebar-nav {
  padding: 9px 0;
}

/* line 623, ../sass/main.sass */
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
}

/* line 629, ../sass/main.sass */
.dropdown-menu {
  border: 0px;
}

/* line 632, ../sass/main.sass */
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}

/* line 635, ../sass/main.sass */
.nav > li > a {
  padding: 0px 26px 0px 0px;
  line-height: 55px;
}

/* line 639, ../sass/main.sass */
.nav > li:last-child > a {
  padding: 0px 0px 0px 0px !important;
}

/* line 642, ../sass/main.sass */
.container > .navbar-collapse {
  margin-left: -15px;
}

@media only screen and (max-width: 768px) {
  /* line 646, ../sass/main.sass */
  .container > .navbar-collapse {
    margin-left: -15px;
  }

  /* line 648, ../sass/main.sass */
  .nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 653, ../sass/main.sass */
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  /* line 655, ../sass/main.sass */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 470px) {
  /* line 659, ../sass/main.sass */
  .social-icons {
    display: none;
  }
}
/* line 662, ../sass/main.sass */
.event_item {
  background: #222222;
  padding: 15px 0px;
  color: #ffffff;
  margin-bottom: 3px;
  transition: all 0.2s;
  height: 50px;
}
/* line 669, ../sass/main.sass */
.event_item .date {
  width: 100%;
  background: #43484c;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  margin: -15px 0px -15px 0px;
  height: 50px;
}
/* line 678, ../sass/main.sass */
.event_item .date span.month {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 11px;
}
/* line 683, ../sass/main.sass */
.event_item .date span.day {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 11px;
}
/* line 687, ../sass/main.sass */
.event_item .small_text {
  font-size: 0.9em;
  line-height: 23px;
}
/* line 690, ../sass/main.sass */
.event_item .event_buy_tickets {
  background: #0faa96;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  margin: -15px 0px -15px 1px;
  padding: 15px;
  transition: all 0.2s;
}
/* line 699, ../sass/main.sass */
.event_item .event_buy_tickets:hover {
  background: #0b8878;
}

/* line 701, ../sass/main.sass */
.event_item:hover {
  background: #000000;
}

/* line 703, ../sass/main.sass */
.event_table_head {
  margin-bottom: 10px;
  font-size: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 709, ../sass/main.sass */
.navbar-toggle {
  border: 0px;
}

/* line 711, ../sass/main.sass */
.navbar-toggle:hover, .navbar-toggle:focus {
  background: transparent !important;
}

/* line 714, ../sass/main.sass */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  border: 0;
}

/* line 718, ../sass/main.sass */
.navbar.affix {
  width: 100%;
  top: 0;
}

/* line 722, ../sass/main.sass */
#nav {
  z-index: 998;
}

/* line 725, ../sass/main.sass */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 729, ../sass/main.sass */
.row.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 733, ../sass/main.sass */
.gallery_widget {
  margin-bottom: 10px;
}

/* line 736, ../sass/main.sass */
.video_widget {
  list-style: none;
  margin: 0;
  padding: 20px;
  background: #e3e3e3;
}
/* line 741, ../sass/main.sass */
.video_widget li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 746, ../sass/main.sass */
.video_widget li a h4.video_title {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.2em;
  font-family: "Roboto";
  font-weight: bold;
  color: #131618;
}
/* line 753, ../sass/main.sass */
.video_widget li .thumbnail.video {
  margin-bottom: 0;
  padding-right: 15px;
  background: transparent;
}
/* line 757, ../sass/main.sass */
.video_widget li .video_meta {
  font-size: 0.8em;
  line-height: 1em;
}
/* line 760, ../sass/main.sass */
.video_widget li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 765, ../sass/main.sass */
.gallery_album {
  margin: 15px 0 15px 0;
}

/* line 767, ../sass/main.sass */
.gallery_thumb {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
/* line 772, ../sass/main.sass */
.gallery_thumb a.background {
  width: 100%;
  height: 200px;
  background-size: cover;
  transition: all 0.2s;
  z-index: 11;
  position: relative;
  display: block;
}

/* line 780, ../sass/main.sass */
.gallery_thumb:hover > .background {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 784, ../sass/main.sass */
.gallery_title {
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/black_trans.png);
  width: 100%;
  padding: 15px;
  color: #ffffff;
  font-family: "Roboto";
  text-transform: uppercase;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  z-index: 12;
}

/* line 796, ../sass/main.sass */
.view_album {
  display: block;
  background: #131618;
  font-family: "Roboto";
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #ffffff;
  text-transform: lowercase;
  font-size: 1.2em;
  transition: all 0.2s;
  font-weight: bold;
}
/* line 808, ../sass/main.sass */
.view_album span {
  float: right;
  position: relative;
  top: 14px;
  font-size: 0.9em;
}

/* line 813, ../sass/main.sass */
.view_album:hover {
  text-decoration: none;
  background: #2f3336;
  cursor: pointer;
  color: #ffffff;
}

/* line 819, ../sass/main.sass */
.gallery_img_wrap {
  width: 100%;
  height: 175px;
  position: relative;
  overflow: hidden;
  margin: 15px 0 15px 0;
}
/* line 825, ../sass/main.sass */
.gallery_img_wrap .gallery_img {
  height: 175px;
  width: 100%;
  background-size: cover;
  transition: all 0.2s;
  display: table;
  border: 1px solid #c4c4c4;
}
/* line 832, ../sass/main.sass */
.gallery_img_wrap .gallery_img span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 7em;
  color: #ffffff;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/black_trans.png);
  opacity: 0;
  transition: all 0.2s;
  position: relative;
}
/* line 842, ../sass/main.sass */
.gallery_img_wrap .gallery_img:hover span {
  opacity: 1;
}

/* line 845, ../sass/main.sass */
.video_thumb_wrap {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  margin: 15px 0 15px 0;
}
/* line 851, ../sass/main.sass */
.video_thumb_wrap .video_thumb {
  height: 160px;
  width: 100%;
  background-size: cover;
  transition: all 0.2s;
  display: table;
}
/* line 857, ../sass/main.sass */
.video_thumb_wrap .video_thumb a {
  border: 1px solid #c4c4c4;
}
/* line 859, ../sass/main.sass */
.video_thumb_wrap .video_thumb span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 7em;
  color: #ffffff;
  opacity: 0.5;
  background: url(//d21qlz3dwpg7xt.cloudfront.net/2015/wp-content/themes/reactpresents_2015/img/black_trans.png);
  transition: all 0.2s;
  position: relative;
}
/* line 869, ../sass/main.sass */
.video_thumb_wrap .video_title {
  background-color: transparent;
  padding: 0px;
  font-size: 1em;
  font-family: "Roboto";
  color: #131618;
  font-weight: bold;
  height: 50px;
  padding: 10px 0 0 0;
}
/* line 878, ../sass/main.sass */
.video_thumb_wrap .video_thumb {
  height: 160px;
}
/* line 880, ../sass/main.sass */
.video_thumb_wrap .video_thumb:hover span {
  opacity: 1;
}

/* line 882, ../sass/main.sass */
.video_thumb_wrap {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  /* line 887, ../sass/main.sass */
  .video_thumb_wrap .video_thumb {
    height: 170px;
  }
}
/* line 890, ../sass/main.sass */
.back_link {
  color: #888888;
  padding-bottom: 15px;
  display: inline-block;
}
/* line 894, ../sass/main.sass */
.back_link span.link_text {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}

/* line 899, ../sass/main.sass */
.back_link:hover {
  color: #555555;
}

/* line 902, ../sass/main.sass */
#sb-counter {
  display: none;
}

/* line 905, ../sass/main.sass */
#sb-info {
  height: 30px;
}
/* line 907, ../sass/main.sass */
#sb-info #sb-info-inner {
  height: 30px;
}

/* line 910, ../sass/main.sass */
#sb-nav {
  height: 30px;
  float: left;
  width: 100%;
}

/* line 915, ../sass/main.sass */
#sb-social {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px 0 0 0;
}
/* line 921, ../sass/main.sass */
#sb-social ul {
  margin: 0;
}
/* line 924, ../sass/main.sass */
#sb-social ul li a {
  color: #ffffff;
}

/* line 927, ../sass/main.sass */
.festival_box {
  width: 100%;
  display: table;
  height: 100px;
  background: #131618;
  transition: all 0.2s;
}
/* line 933, ../sass/main.sass */
.festival_box h5 {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 940, ../sass/main.sass */
.festival_box:hover {
  background: #b71250;
}

/* line 943, ../sass/main.sass */
div.captcha_img img.form-control {
  max-width: 200px !important;
  width: auto !important;
}

/* line 947, ../sass/main.sass */
#fb-root {
  display: none;
}

/* line 950, ../sass/main.sass */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/* line 953, ../sass/main.sass */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display: block !important;
}

/* line 961, ../sass/main.sass */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 0px 4px 0px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #333333;
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
}

/* line 972, ../sass/main.sass */
.pagination a:hover {
  color: #ffffff;
  background: #131618;
  border: 1px solid #131618;
}

/* line 977, ../sass/main.sass */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #ffffff;
  color: #333333;
  border: 1px solid #cccccc;
}

/* line 983, ../sass/main.sass */
#sb-nav-previous {
  position: absolute;
  left: -60px;
  top: 50%;
  width: auto;
  height: auto;
  display: block;
  z-index: 1000;
  color: #ffffff;
}

/* line 992, ../sass/main.sass */
#sb-nav-previous:hover {
  color: #131618;
}

/* line 995, ../sass/main.sass */
#sb-nav-next {
  position: absolute;
  right: -60px;
  top: 50%;
  display: block;
  width: auto;
  height: auto;
  z-index: 1000;
  color: #ffffff;
}

/* line 1004, ../sass/main.sass */
#sb-nav-next:hover {
  color: #131618;
}

/* line 1010, ../sass/main.sass */
.sponsorship_container .sponsorship_links .sponsorship_logo {
  padding: 40px;
  background-color: black;
}
/* line 1013, ../sass/main.sass */
.sponsorship_container .sponsorship_links .sponsorship_link {
  border-top: 1px solid white;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  padding: 15px !important;
  background-color: black;
}
/* line 1019, ../sass/main.sass */
.sponsorship_container .sponsorship_links .sponsorship_link a {
  color: white;
  border: 2px solid white;
  width: 100%;
  font-size: 1.3em;
  padding: 0.5em;
}
