/* =Normalize
==================================*/
@import "css/normalize.min.css";

@import "css/fonts.css";
/**
	CSS - LABRFF
**/
/* =Normalize
==================================*/
.omega {
  margin-right: 0 !important;
}
.reset {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  display: block;
  overflow: hidden;
  clear: both;
}
.column,
.columns {
  float: left;
  margin-right: 20px;
}
.columns.omega {
  margin-right: 0px;
}
.one.column,
.one.columns {
  width: 60px;
}
.two.columns {
  width: 140px;
}
.three.columns {
  width: 220px;
}
.four.columns {
  width: 300px;
}
.five.columns {
  width: 380px;
}
.six.columns {
  width: 460px;
}
.seven.columns {
  width: 540px;
}
.eight.columns {
  width: 620px;
}
.nine.columns {
  width: 700px;
}
.ten.columns {
  width: 780px;
}
.eleven.columns {
  width: 860px;
}
.twelve.columns {
  width: 940px;
}
.columns.alpha,
.column.alpha {
  clear: left;
}
/* =General Styles
=============================== */
body {
  background: #fff;
  font: 400 normal 13px/18px "folksregular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  color: #252525;
}
.wrap {
  width: 940px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}
a {
  color: #dc4c75;
  text-decoration: none;
}
a:hover {
  color: #252525;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "folksregular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: inherit;
  color: #666;
  line-height: 1.2em;
  margin: .8em 0 .4em;
}
h1 {
  font-size: 2em;
}
h1.page-title {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 2.2em;
  margin-top: 0;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.2em;
}
.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "folksbold";
  font-weight: 400;
  font-size: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 6px 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #dc4c75;
  border: none;
}
.button:hover {
  color: #fff;
  background-color: #ff7c4c;
}
.content strong {
  font-weight: bold;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =Header
=============================== */
#header {
  padding: 33px 0;
  background: #fff;
  width: 100%;
  height: 58px;
  display: block;
  min-width: 940px;
}
#header #logo {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: left;
}
#header #logo a {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 136px;
  height: 54px;
  background: #000000 url("img/labrff-logo.png") no-repeat;
}
#header ul.social-media {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  position: absolute;
  top: 0;
  right: 10px;
}
#header ul.social-media li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: right;
  margin-left: 20px;
}
#header ul.social-media li a {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #727272;
  background-image: url(img/social.png);
}
#header ul.social-media li a.facebook {
  background-position: -75px 0;
  width: 6px;
}
#header ul.social-media li a.youtube {
  background-position: 0 0;
  width: 39px;
}
#header ul.social-media li a.twitter {
  background-position: -48px 0;
  width: 16px;
}
#header #main-navigation {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: right;
  margin: 37px 0 0;
  position: relative;
}
#header #main-navigation li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: left;
  display: inline;
  margin-left: 8px;
  position: relative;
}
#header #main-navigation li a {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  font-family: "folksbold";
  font-weight: 400;
  font-size: 14px;
  color: #727272;
  padding: 3px;
  text-transform: uppercase;
}
#header #main-navigation li a:hover {
  color: #dc4c75;
}
#header #main-navigation li ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  background: #fff;
  clear: both;
  display: block;
  float: none;
  display: none;
  position: absolute;
  z-index: 10;
}
#header #main-navigation li ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: block;
  float: none;
}
#header #main-navigation li ul li a {
  padding: 10px 15px;
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  text-transform: none;
}
#header #main-navigation li ul li a:hover {
  background: #e0e0e0;
}
#header #main-navigation li.parent {
  background: url(img/more-menus.png) no-repeat right center;
  padding-right: 5px;
}
#header #main-navigation li:hover ul,
#header #main-navigation li.hover ul {
  display: block;
}
/* =Footer
=============================== */
#footer {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  min-width: 940px;
  display: none;
}
#footer #logo-footer {
  float: left;
}
#footer #logo-footer a {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 100px;
  height: 39px;
  background: url("img/labrff-logo-footer.gif") no-repeat;
}
#footer ul.social-media {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: right;
  margin-top: 15px;
}
#footer ul.social-media li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: right;
  margin-left: 20px;
}
#footer ul.social-media li a {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(img/social-bottom.gif);
}
#footer ul.social-media li a.facebook {
  background-position: -75px 0;
  width: 7px;
}
#footer ul.social-media li a.youtube {
  background-position: 0 0;
  width: 39px;
}
#footer ul.social-media li a.twitter {
  background-position: -49px 0;
  width: 15px;
}
#footer ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: left;
  margin-top: 15px;
  margin-left: 35px;
}
#footer ul li {
  float: left;
  margin-right: 20px;
}
#footer a {
  font-family: "folksbold";
  font-weight: 400;
  font-size: inherit;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#footer a:hover {
  color: #c75a4a;
}
#footer .footer-sponsors {
  margin: 20px 0;
}
#footer .footer-sponsors li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: left;
}
#footer-message {
  background: #ed7941 url(img/bg-footer.gif) repeat-x center bottom;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  clear: both;
  margin-top: 20px;
}
#sponsor-list {
  text-align: center;
  overflow: hidden;
  clear: both;
}
#sponsor-list h3 {
  font-size: 1.2em;
  color: #8b8b8b;
  text-transform: uppercase;
  text-align: left;
  margin: 20px 0;
}
#sponsor-list a {
  float: left;
  margin: 1em 1em 0 0;
}
#sponsor-list a img {
  height: 45px;
}
#sponsors-footer {
  padding: 60px 0;
  display: block;
  overflow: hidden;
  text-align: center;
}
#sponsors-footer .column {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
#sponsors-footer img {
  height: 65px;
}
/* =Sitemap
=============================== */
#sitemap {
  overflow: hidden;
}
#sitemap ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
#sitemap ul li {
  float: left;
  margin-right: 20px;
  padding-bottom: 5px;
  font-family: "folksbold";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
#sitemap ul li ul {
  margin-top: 10px;
}
#sitemap ul li li {
  float: none;
  font-family: "folksregular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
  margin-right: 0;
}
#sitemap ul li li a {
  color: #252525;
}
#sitemap ul li li a:hover {
  color: #727272;
}
/* =Main Content
=============================== */
#main-content {
  font: 15px/24px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  padding-bottom: 80px;
  width: 100%;
  display: block;
  min-height: 500px;
  min-width: 940px;
  overflow: hidden;
}
#main-content #page-breadcrumb {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: "folksbold";
  font-weight: 400;
  font-size: inherit;
  color: #666;
  background: #f3f3f3 url(img/bg-breadcrumb.gif) left bottom;
  overflow: hidden;
  padding: 13px 0;
  margin-bottom: 40px;
}
#main-content #page-breadcrumb span {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 5px;
  height: 1em;
  line-height: 1em;
  background-image: url(img/breadcrumb.gif);
  background-position: 0 center;
  margin: 0 10px 0 12px;
}
#main-content #page-breadcrumb a:hover {
  color: #666;
}
#main-content.sidebar-right #main-column {
  width: 540px;
  float: left;
}
#main-content.sidebar-right #sidebar {
  width: 380px;
  margin-right: 0 !important;
  width: 300px;
  float: right;
}
#main-content #sidebar .banner {
  margin-bottom: 20px;
}
#main-content #sidebar .banner a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
#main-content #sidebar .banner a img {
  display: block;
}
#main-content .content .entry-content {
  font-size: 15px;
  line-height: 22px;
}
#main-content .content .entry-content img {
  max-width: 100%;
  height: auto;
}
#main-content .content .social-share {
  font-family: "folksregular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: inherit;
  border: 1px solid #bbbbbb;
  border-left: none;
  border-right: none;
  padding: 10px;
  margin: 30px 0 10px;
}
#main-content .content .social-share span.share {
  margin-right: 10px;
}
/* =Home
=============================== */
.home #main-content #main-banner {
  position: relative;
}
.home #main-content #main-banner .flex-direction-nav {
  display: none;
}
.home #main-content #main-banner ul {
  position: relative;
}
.home #main-content #main-banner .slides li:first-child {
  position: relative;
}
.home #main-content #main-banner .slides li {
  position: absolute;
  top: 0;
}
.home #main-content #main-banner .slides a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.home #main-content #main-banner .slides a img {
  width: 100%;
  height: auto;
}
.home #main-content #main-banner .flex-control-nav {
  z-index: 2;
}
.home #main-content #main-banner .flex-control-nav a {
  background: #d0d0d0;
}
.home #main-content #main-banner .flex-control-nav a.flex-active {
  background: #dc4c75;
}
.home #main-content #home-features .wrap {
  padding: 60px 10px 0;
  overflow: hidden;
}
.home #main-content #home-features .feature {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.home #main-content #home-features .feature h1 {
  margin: 80px 0 10px;
}
.home #main-content #home-features .feature a {
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  /*border-radius: 6px;*/
}
.home #main-content #home-features .feature img {
  display: block;
}
.home #main-content #popup {
  display: none;
}
.home #main-content #labrff-stream .cff-likebox {
  display: none;
}
.home #main-content #labrff-stream .cff-viewpost-facebook {
  font-family: "folksregular", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
#popup {
  width: 880px;
}
#popup iframe {
  margin: 0;
  float: left;
}
#popup h2 {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 24px;
  color: #dc4c75;
  margin-top: 10px;
}
#popup div {
  float: right;
  width: 300px;
  font: 12px/16px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
#popup div p:last-child {
  margin-bottom: 0;
}
/* =Film Guide
=============================== */
ul#film-list {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
ul#film-list li {
  margin-bottom: 20px;
}
ul#film-list li a {
  display: block;
  width: 280px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
ul#film-list li a span {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dc4c75;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
ul#film-list li a span span {
  white-space: nowrap;
}
ul#film-list li a img {
  width: 280px;
}
ul#film-list li.left {
  float: left;
}
ul#film-list li.right {
  float: right;
}
ul#film-list.labrff-clips img {
  margin-top: -25px;
}
.home-film-guide {
  padding-top: 30px;
}
.home-film-guide h2 {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 2em;
  margin: 30px 0;
}
.home-film-guide ul#film-list li {
  margin-right: 20px;
}
.home-film-guide ul#film-list li a {
  width: 300px;
  height: 171px;
}
.home-film-guide ul#film-list li a img {
  width: 300px;
}
.home-film-guide ul#film-list li:nth-child(3n) {
  margin-right: 0;
}
/* =Filmes
=============================== */
#main-content.film-list .film {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 30px 0 26px;
  border-bottom: 1px solid #ccc;
}
#main-content.film-list .film .film-title {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: block;
}
#main-content.film-list .film .film-title img {
  width: 580px;
}
#main-content.film-list .film .film-title span {
  background: #dc4c75;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
#main-content.film-list .film .film-title.thumb {
  height: 230px;
  overflow: hidden;
  position: relative;
}
#main-content.film-list .film .film-title.thumb span {
  position: absolute;
  bottom: 0;
  z-index: 10;
}
#main-content.film-list .film .about h2 {
  font-size: 1.1em;
  margin-bottom: -10px;
}
#main-content.film-list .film .about h3 {
  font-size: 1.1em;
  color: #252525;
}
#main-content.film-list .film .watch-trailer {
  float: left;
  margin: 10px 0 0;
}
#main-content.film-list .film .tickets {
  float: right;
  width: 175px;
  text-align: center;
}
#main-content.film-list .film .tickets h3 {
  margin: 10px 0 0;
}
#main-content.film-list .film:last-child,
#main-content.film-list .film.omega {
  border-bottom: none;
}
#main-content.film-list .shorts .film:first-child {
  padding-top: 0;
}
#main-content.film-list .shorts .film:first-child .program-title {
  margin-top: 0;
}
#main-content.film-list .shorts .film .program-title {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 2em;
  color: #dc4c75;
}
#main-content.film-list .shorts .film .film-title {
  margin-top: 40px;
}
#main-content.film-list .shorts .film .tickets {
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
  margin: 10px 0 20px;
}
#main-content.film-list .shorts .film .tickets h3 {
  float: left;
  margin-right: 20px;
}
/* =Sponsors
=============================== */
#main-content .entry-content.sponsors,
#main-content .entry-content.sponsors-2 {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#main-content .entry-content.sponsors h2,
#main-content .entry-content.sponsors-2 h2 {
  font-family: "folks-lightregular";
  font-weight: 100;
  font-size: 24px;
  width: 100%;
  padding-top: 50px;
  clear: both;
}
#main-content .entry-content.sponsors .industry .sponsor,
#main-content .entry-content.sponsors-2 .industry .sponsor {
  margin: 0 10px;
}
#main-content .entry-content.sponsors .cultural .column,
#main-content .entry-content.sponsors-2 .cultural .column {
  float: none;
  margin-top: 10px;
  display: inline-block;
}
#main-content .entry-content.sponsors .support .column,
#main-content .entry-content.sponsors-2 .support .column {
  float: none;
}
#main-content .entry-content.sponsors .support .column.alpha,
#main-content .entry-content.sponsors-2 .support .column.alpha {
  clear: left;
}
#main-content .entry-content.sponsors .support .column.last,
#main-content .entry-content.sponsors-2 .support .column.last {
  margin-right: 0;
}
#main-content .entry-content.sponsors img,
#main-content .entry-content.sponsors-2 img {
  height: 130px;
}
#main-content .entry-content.sponsors .main-sponsors a,
#main-content .entry-content.sponsors-2 .main-sponsors a {
  float: none;
  display: block;
}
/* =Festival Schedule
=============================== */
.page-id-3566 h1.page-title {
  display: none;
}
.page-id-3566 .entry-content img.size-full {
  display: block;
  border-radius: 10px;
}
.page-id-3566 .entry-content a.button {
  letter-spacing: 1px;
  font-size: 1.05em;
  padding: .5em .8em;
  margin: 0.5em 0;
  display: inline-block;
}
/* =Submissions
=============================== */
.feetable {
  width: 100%;
}
.feetable b {
  font-size: 14px;
}
.feetable br {
  display: none;
}
.feetable td {
  width: 50%;
}
.feetable table {
  width: 90%;
}
.feetable table td {
  width: auto;
}
.feetable table input {
  width: 100%;
}
.submissions p {
  overflow: hidden;
}
.submissions span {
  width: 170px;
  float: left;
  text-align: right;
  margin-right: 20px;
  padding: 5px 0;
}
.submissions span.wpcf7-form-control-wrap {
  float: left;
  width: auto;
  padding: 0;
}
.submissions input,
.submissions textarea,
.submissions select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  padding: 3px 8px;
  border: 1px solid #ccc;
  width: 300px;
  font: 15px/24px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  color: #474747;
}
.submissions textarea {
  display: block;
  height: 8em;
}
.submissions select {
  width: auto;
}
.submissions #subSubmit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "folksbold";
  font-weight: 400;
  font-size: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 6px 10px 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #dc4c75;
  border: none;
  text-transform: none;
  font-size: 18px;
  width: auto;
  margin-right: 70px;
}
.submissions #subSubmit:hover {
  color: #fff;
  background-color: #ff7c4c;
}
.entry-content div.wpcf7-mail-sent-ok {
  border: none;
  background: #efefef;
}
/* =New Home
=============================== */
#main-content.new-home h1 {
  font-family: "folksbold";
  font-weight: 400;
  font-size: 34px;
  margin: 40px 0 50px;
}
#main-content.new-home #video-gallery {
  text-align: center;
  overflow: hidden;
  height: 382px;
}
#main-content.new-home #video-gallery .video-wrap {
  width: 82%;
  margin: 0 auto;
}
#main-content.new-home #video-gallery .slides li {
  width: 235px !important;
}
#main-content.new-home #video-gallery li {
  float: left;
  width: 30%;
  text-align: left;
  margin: 0 12px;
  overflow: hidden;
}
#main-content.new-home #video-gallery h2 {
  font-size: 16px;
  margin: 5px 0 20px;
  text-align: center;
  line-height: 1.4em;
}
#main-content.new-home #photo-callouts {
  margin: 40px auto;
}
#main-content.new-home #photo-callouts li {
  margin-bottom: 20px;
}
#main-content.new-home #photo-callouts ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
#main-content.new-home #photo-galleries {
  display: none;
}
#main-content.new-home #clipping-callouts {
  text-align: center;
}
#main-content.new-home #clipping-callouts ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  padding-bottom: 50px;
}
#main-content.new-home #clipping-callouts li {
  display: inline;
  margin: 20px;
}
#main-content.new-home #clipping-callouts li a {
  background: url(img/sprites.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: inline-block;
  width: 90px;
  height: 60px;
  background-image: url("content/home/clipping-sprites.png");
}
#main-content.new-home #clipping-callouts li.ego a {
  width: 92px;
  background-position: 0 0;
}
#main-content.new-home #clipping-callouts li.quem a {
  width: 102px;
  background-position: -168px 0;
}
#main-content.new-home #clipping-callouts li.epoca a {
  width: 157px;
  background-position: -351px 0;
}
#main-content.new-home #clipping-callouts li.caras a {
  width: 95px;
  background-position: -607px 0;
}
#main-content.new-home #clipping-callouts li.globo-news a {
  width: 132px;
  background-position: -798px 0;
}
#main-content.new-home #clipping-callouts .button {
  font-size: 24px;
  letter-spacing: 2px;
}
#main-content.new-home img {
  width: 100%;
  height: auto;
}
#photo-callouts .feature {
  margin-bottom: 20px;
}
#photo-callouts .feature img {
  width: 100%;
  display: block;
  height: auto;
}
#photo-callouts .feature a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
