/*
	Author: Agência A2C
	Author URI: http://www.a2c.com.br
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3,
  .modal-body #regulamento ul li {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ececec;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #b5121b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6f0b11;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ececec;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ececec;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.checkbox input:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #717073;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #b5121b;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #b5121b;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover,
.btn-filter:focus,
.btn-filter:hover {
  color: #b5121b;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #b5121b;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #b5121b;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #b5121b;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #b5121b;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #6f0b11;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #b5121b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ececec;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ececec;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ececec;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
select.multiple-select {
  opacity: 0;
  position: absolute;
}
.ms-parent {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  left: 0;
  bottom: 0;
}
.ms-choice {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  background-color: transparent;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #b8b8b8;
}
.ms-choice > span.placeholder {
  color: #999;
}
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: 5px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 34px;
  font-size: 14px;
  color: #b8b8b8;
  padding: 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 0;
  border-bottom: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ms-search,
.ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 0;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: alpha(opacity=35);
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  text-transform: inherit;
  padding: 5px 15px;
  margin: 0;
}
.ms-drop ul > li.ms-select-all label {
  font-weight: bold;
  text-transform: uppercase;
}
.ms-drop ul > li.ms-select-all input {
  margin-right: 1px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.ms-drop input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.ms-drop .ms-no-results {
  display: none;
  padding: 5px 10px;
}
/* VARIABLES ------------------------------------------------------- */
@font-face {
  font-family: "icons";
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('eot'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg');
}
.icon-base-pseudo,
.icon-accessibility:before,
.icon-armchair:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-send:before,
.icon-calendar:before,
.icon-cancel:before,
.icon-card:before,
.icon-cast:before,
.icon-checkmark:before,
.icon-cinemark-mania:before,
.icon-claps:before,
.icon-close:before,
.icon-computer-www:before,
.icon-dbox:before,
.icon-dependent:before,
.icon-director:before,
.icon-distributor:before,
.icon-estreia:before,
.icon-external:before,
.icon-facebook:before,
.icon-genre:before,
.icon-heart:before,
.icon-heart2:before,
.icon-instagram:before,
.icon-invalid:before,
.icon-map:before,
.icon-megaphone:before,
.icon-pen:before,
.icon-pin:before,
.icon-restart:before,
.icon-rooms:before,
.icon-runtime:before,
.icon-screen:before,
.icon-search:before,
.icon-sound:before,
.icon-star:before,
.icon-twitter:before,
.icon-update:before,
.icon-user:before,
.icon-valid:before,
.icon-viewers:before,
.icon-world:before,
.icon-xd:before,
.icon-youtube:before,
.nav-steps li.done:before,
.aside-cinemarkmania .nav-cinemarkmania ul li a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-accessibility:before {
  content: "\E001";
}
.icon-armchair:before {
  content: "\E002";
}
.icon-arrow-down:before {
  content: "\E003";
}
.icon-arrow-left:before {
  content: "\E004";
}
.icon-arrow-right:before {
  content: "\E005";
}
.icon-arrow-send:before {
  content: "\E006";
}
.icon-calendar:before {
  content: "\E007";
}
.icon-cancel:before {
  content: "\E008";
}
.icon-card:before {
  content: "\E009";
}
.icon-cast:before {
  content: "\E00A";
}
.icon-checkmark:before {
  content: "\E00B";
}
.icon-cinemark-mania:before {
  content: "\E00C";
}
.icon-claps:before {
  content: "\E00D";
}
.icon-close:before {
  content: "\E00E";
}
.icon-computer-www:before {
  content: "\E00F";
}
.icon-dbox:before {
  content: "\E010";
}
.icon-dependent:before {
  content: "\E011";
}
.icon-director:before {
  content: "\E012";
}
.icon-distributor:before {
  content: "\E013";
}
.icon-estreia:before {
  content: "\E014";
}
.icon-external:before {
  content: "\E015";
}
.icon-facebook:before {
  content: "\E016";
}
.icon-genre:before {
  content: "\E017";
}
.icon-heart:before {
  content: "\E018";
}
.icon-heart2:before {
  content: "\E019";
}
.icon-instagram:before {
  content: "\E01A";
}
.icon-invalid:before {
  content: "\E01B";
}
.icon-map:before {
  content: "\E01C";
}
.icon-megaphone:before {
  content: "\E01D";
}
.icon-pen:before {
  content: "\E01E";
}
.icon-pin:before {
  content: "\E01F";
}
.icon-restart:before {
  content: "\E020";
}
.icon-rooms:before {
  content: "\E021";
}
.icon-runtime:before {
  content: "\E022";
}
.icon-screen:before {
  content: "\E023";
}
.icon-search:before {
  content: "\E024";
}
.icon-sound:before {
  content: "\E025";
}
.icon-star:before {
  content: "\E026";
}
.icon-twitter:before {
  content: "\E027";
}
.icon-update:before {
  content: "\E028";
}
.icon-user:before {
  content: "\E029";
}
.icon-valid:before {
  content: "\E02A";
}
.icon-viewers:before {
  content: "\E02B";
}
.icon-world:before {
  content: "\E02C";
}
.icon-xd:before {
  content: "\E02D";
}
.icon-youtube:before {
  content: "\E02E";
}
/* MIXINS ---------------------------------------------------------- */
.icon-numeral {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.list-no-style {
  list-style: none;
}
.list-no-offset {
  padding: 0;
}
/* MIXINS ---------------------------------------------------------- */
/* DEFAULT --------------------------------------------------------- */
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
::-webkit-input-placeholder {
  color: #717073;
}
::-moz-placeholder {
  color: #717073;
}
:-ms-input-placeholder {
  color: #717073;
}
input:-moz-placeholder {
  color: #717073;
}
.placeholder {
  color: #717073;
}
.error::-webkit-input-placeholder {
  color: #f00;
}
.error::-moz-placeholder {
  color: #f00;
}
.error:-ms-input-placeholder {
  color: #f00;
}
.error:-moz-placeholder {
  color: #f00;
}
.error.placeholder {
  color: #f00;
}
html,
body {
  height: 100%;
}
body,
button,
input,
select,
textarea {
  font: 12px/1 'Raleway';
}
body {
  color: #717073;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
.modal-body #regulamento ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 0;
  color: #333;
}
ul {
  margin-top: 0;
  list-style: disc;
}
hr {
  border-color: #dbdbdc;
}
button:active,
select:active,
.btn:active,
button:hover,
select:hover,
.btn:hover {
  outline: none !important;
}
.header {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .header {
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .header1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .header,
  #more-container header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .section > header,
  .home .movies > header,
  .home .section > .container > header,
  .home .movies > .container > header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .section > header,
  .home .movies > header,
  .home .section > .container > header,
  .home .movies > .container > header {
    padding-top: 10px;
  }
  .home .section > header .title1,
  .home .movies > header .title1,
  .home .section > .container > header .title1,
  .home .movies > .container > header .title1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
  width: 100%;
}
.title1 .btn-see-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .title1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .title1 {
    font-size: 36px;
  }
}
.title2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
  width: 100%;
  margin-bottom: 25px;
}
.title2 .btn-see-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .title2 {
    font-size: 30px;
  }
}
.title3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
  width: 100%;
  margin-bottom: 25px;
}
.title3 .btn-see-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .title3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .title3 {
    font-size: 24px;
  }
}
.select-custom {
  position: relative;
}
.select-custom .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  padding: 0 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.select-custom .form-control::-ms-expand {
  display: none;
}
.select-custom .icon {
  bottom: 17px;
  font-size: 7px;
  position: absolute;
  right: 13px;
}
.select-custom .ms-choice > div {
  display: none;
}
.mod_no-appearance .select-custom .icon {
  display: none;
}
.mod_no-appearance.ie11 .select-custom .icon {
  display: inline;
}
.mod_touchevents select.multiple-select {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width: 768px) {
  .col-sm-absolute {
    position: absolute;
  }
}
.link {
  color: #b5121b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.label-default {
  background: #fbb034;
  border-radius: 0 5px 5px 0;
  color: #b5121b;
  font-size: 8px;
  height: 24px;
  left: -2px;
  padding: 6px 8px 6px 12px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .label-default {
    left: -5px;
  }
}
.price-cinemark {
  font-weight: 800;
}
/* DEFAULT --------------------------------------------------------- */
/* CUSTOM ICONS ---------------------------------------------------- */
.icon-rating-livre:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "L";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-c:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "C";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-18:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "18";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-16:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "16";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-14:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "14";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-12:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "12";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-rating-10:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: "10";
  font-size: 0.6em;
  position: relative;
  top: -2px;
}
.icon-play {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
}
.icon-play:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0.4em solid #fff;
  border-right: none;
  border-bottom-color: transparent;
  border-left-width: 0.4em;
  border-top-color: transparent;
  content: '';
  left: 50%;
  margin-left: -0.1em;
  margin-top: -0.35em;
  position: absolute;
  top: 50%;
}
/* CUSTOM ICONS ---------------------------------------------------- */
/* CONTENT --------------------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mod_touchevents body {
    padding-top: 81px;
  }
  .mod_touchevents #header-container {
    top: 0;
  }
  .mod_touchevents .navbar #search-container.fixed {
    top: 81px;
  }
}
body {
  background: #ececec;
  padding-top: 51px;
}
body.scroll #header-container {
  box-shadow: 0 0 2px 0 #b5121b;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 992px) {
  body.scroll #search-container.fixed {
    top: 81px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 121px;
  }
}
@media screen and (max-width: 991px) {
  body.navbar-open {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
  }
  body.navbar-open #header-container {
    height: 120%;
    background: none;
  }
  body.navbar-open #header-container > .container {
    height: 83%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.navbar-open #header-container .location {
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 1;
  }
  body.navbar-open #header-container .location,
  body.navbar-open #header-container .location > .btn {
    display: block;
  }
  body.navbar-open #header-container .location > .btn {
    width: 100%;
  }
  body.navbar-open #header-container .location .label,
  body.navbar-open #header-container .location .icon,
  body.navbar-open #header-container .location .city {
    color: #fff;
  }
  body.navbar-open .navbar-header {
    margin-bottom: 12px;
  }
  body.navbar-open .navbar-toggle .icon-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    transform-origin: 2px 3px;
  }
  body.navbar-open .navbar-toggle .icon-bar + .icon-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.navbar-open .navbar-toggle .icon-bar + .icon-bar + .icon-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 2px -2px;
  }
  body.navbar-open .navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  body.navbar-open .navbar-collapse.in {
    overflow: visible;
  }
  body.navbar-open .navbar-nav {
    position: relative;
    z-index: 1;
  }
  body.navbar-open .navbar-nav > li > a,
  body.navbar-open .navbar-nav:before,
  body.navbar-open .navbar-nav + .location {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
  }
  body.navbar-open .navbar-nav:before,
  body.navbar-open .navbar-nav li > a:after {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    width: 15px;
  }
  body.navbar-open .navbar-nav:before {
    top: 0;
  }
  body.navbar-open .navbar-nav a:after {
    bottom: 0;
  }
  body.navbar-open .navbar-nav a {
    color: #fff;
  }
  body.navbar-open .navbar-nav .subnav,
  body.navbar-open .location .subnav {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body.navbar-open .navbar-nav.subnav-open:before,
  body.navbar-open .navbar-nav.subnav-open > li > a,
  body.navbar-open .navbar-nav.subnav-open > .btn,
  body.navbar-open .navbar-nav.subnav-open + .location {
    left: -120%;
  }
  body.navbar-open .navbar-nav.subnav-open .subnav.open {
    left: 0;
  }
  body.navbar-open .navbar-right .location {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    left: 0;
    position: relative;
    z-index: 1;
  }
  body.navbar-open .navbar-right .location .city {
    color: #fff;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 1200px) {
  body.navbar-open .navbar-collapse {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_touchevents #navbar-accessibility {
    display: none !important;
  }
}
#navbar-accessibility {
  background: #ececec;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #navbar-accessibility {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #navbar-accessibility {
    display: none !important;
  }
}
#navbar-accessibility span,
#navbar-accessibility ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#navbar-accessibility span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#navbar-accessibility .social {
  font-size: 0;
}
#navbar-accessibility .social a {
  font-size: 14px;
}
#navbar-accessibility .social .icon-linkedin {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzAuMTE3IDQzMC4xMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBpZD0iTGlua2VkSW4iIGQ9Ik00MzAuMTE3LDI2MS41NDNWNDIwLjU2aC05Mi4xODhWMjcyLjE5M2MwLTM3LjI3MS0xMy4zMzQtNjIuNzA3LTQ2LjcwMy02Mi43MDcgICBjLTI1LjQ3MywwLTQwLjYzMiwxNy4xNDItNDcuMzAxLDMzLjcyNGMtMi40MzIsNS45MjgtMy4wNTgsMTQuMTc5LTMuMDU4LDIyLjQ3N1Y0MjAuNTZoLTkyLjIxOWMwLDAsMS4yNDItMjUxLjI4NSwwLTI3Ny4zMmg5Mi4yMSAgIHYzOS4zMDljLTAuMTg3LDAuMjk0LTAuNDMsMC42MTEtMC42MDYsMC44OTZoMC42MDZ2LTAuODk2YzEyLjI1MS0xOC44NjksMzQuMTMtNDUuODI0LDgzLjEwMi00NS44MjQgICBDMzg0LjYzMywxMzYuNzI0LDQzMC4xMTcsMTc2LjM2MSw0MzAuMTE3LDI2MS41NDN6IE01Mi4xODMsOS41NThDMjAuNjM1LDkuNTU4LDAsMzAuMjUxLDAsNTcuNDYzICAgYzAsMjYuNjE5LDIwLjAzOCw0Ny45NCw1MC45NTksNDcuOTRoMC42MTZjMzIuMTU5LDAsNTIuMTU5LTIxLjMxNyw1Mi4xNTktNDcuOTRDMTAzLjEyOCwzMC4yNTEsODMuNzM0LDkuNTU4LDUyLjE4Myw5LjU1OHogICAgTTUuNDc3LDQyMC41Nmg5Mi4xODR2LTI3Ny4zMkg1LjQ3N1Y0MjAuNTZ6IiBmaWxsPSIjNzE3MDczIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 16px;
  width: 36px;
  display: inline-block;
}
#navbar-accessibility ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 0;
}
#navbar-accessibility ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
#navbar-accessibility ul li {
  vertical-align: middle;
}
#navbar-accessibility span,
#navbar-accessibility a {
  color: #717073;
}
#navbar-accessibility a,
#navbar-accessibility button {
  background: none;
  border: none;
  display: block;
  font-weight: 800;
  font-size: 9px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}
#navbar-accessibility button {
  color: #b5121b;
}
#header-container {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  color: #b5121b;
}
@media screen and (max-width: 991px) {
  #header-container .container {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #header-container {
    top: 40px;
  }
}
@media screen and (min-width: 992px) {
  #header-container .navbar-nav {
    /*margin-right: 10px;*/
  }
}
#header-container .navbar-nav li {
  position: static;
}
#header-container .navbar-nav a {
  font-weight: 800;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header-container .navbar-nav a {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  #header-container .navbar-nav a {
    padding: 30px 8px;
  }
}
@media screen and (min-width: 1200px) {
  #header-container .navbar-nav a {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 992px) {
  #header-container .navbar-nav .subnav a {
    padding-bottom: 0;
    padding-top: 0;
  }
  #header-container .navbar-nav .subnav a:before,
  #header-container .navbar-nav .subnav a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  #header-container .navbar-nav .subnav a:before {
    content: '';
    height: 100%;
    width: 0;
  }
}
#header-container .navbar-nav .btn-back {
  background: rgba(122, 22, 0, 0.5);
  border: none;
  color: #fff;
  display: block;
  font-weight: 800;
  height: 42px;
  line-height: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 11px 20px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #header-container .navbar-nav .btn-back {
    display: none;
  }
}
#header-container .navbar-nav .btn-back .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  position: static;
  right: auto;
}
#header-container .navbar-nav .btn-back .icon:before {
  vertical-align: middle;
}
#header-container .navbar-nav .icon {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  #header-container .navbar-nav .icon {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #header-container .navbar-nav .icon {
    font-size: 8px;
    margin-left: 5px;
  }
  #header-container .navbar-nav .icon:before {
    content: "\E003";
  }
}
#header-container .navbar-nav .icon:before {
  top: -1px;
}
#header-container .location > .btn {
  font-size: inherit;
  height: 81px;
  margin: 0;
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  #header-container .location > .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#header-container .location .label {
  font-size: 11px;
  margin-left: 5px;
  margin-right: 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  #header-container .location .label {
    font-size: 12px;
  }
}
#header-container .location .city {
  font-size: 11px;
}
@media screen and (min-width: 992px) {
  #header-container div.location {
    float: left;
  }
}
#header-container .navbar-right {
  text-transform: uppercase;
}
#header-container .navbar-right > ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#header-container .navbar-right > ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
#header-container .navbar-right > ul > li > .btn .icon {
  font-size: 18px;
}
#header-container .navbar-right > ul > li + li {
  margin-left: 7px;
}
@media screen and (min-width: 992px) {
  #header-container .navbar-right > ul > li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #header-container .navbar-right {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #header-container .navbar-right li {
    padding-left: 0;
    padding-right: 0;
  }
  #header-container .navbar-right .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  #header-container .navbar-right {
    margin-right: 0;
  }
  #header-container .navbar-right li > .btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    height: 81px;
    line-height: 21px;
    padding-bottom: 29px;
    padding-top: 29px;
    text-transform: uppercase;
    padding-left: 11px;
    padding-right: 11px;
  }
}
#header-container .navbar-right .btn .label {
  display: none !important;
  font-weight: 800;
  margin-left: 6px;
}
@media (min-width: 1200px) {
  #header-container .navbar-right .btn .label {
    display: inline !important;
  }
}
.navbar {
  border: none;
  margin-bottom: 0;
  position: static;
}
.navbar a {
  color: #717073;
}
.navbar .btn {
  background: none;
}
.navbar .btn:focus {
  color: #b5121b;
}
.navbar .btn:focus,
.navbar a:focus,
.navbar .btn:hover,
.navbar a:hover {
  text-decoration: none;
}
.navbar .icon {
  vertical-align: middle;
}
.navbar .subnav,
.navbar #login-container,
.navbar #search-container {
  color: #fff;
  display: none;
  z-index: 1;
}
.navbar .subnav .location .city {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .navbar .subnav {
    background: rgba(181, 18, 27, 0.95);
  }
}
.navbar .subnav,
.navbar #login-container,
.navbar #search-container {
  left: 0;
  position: absolute;
  width: 100%;
}
.navbar #login-container,
.navbar #search-container {
  background: rgba(181, 18, 27, 0.95);
}
.navbar .subnav-main ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .navbar .subnav-main {
    display: block;
    height: 100%;
    left: 120%;
    top: 0;
  }
  .navbar .subnav-main .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .subnav-main a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .navbar .subnav-main ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: 0;
    text-align: center;
    font-size: 0;
  }
  .navbar .subnav-main ul > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .subnav-main li {
    width: 16.66666667%;
    vertical-align: middle;
  }
  .navbar .subnav-main li a {
    -webkit-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .navbar .subnav-main li a:focus,
  .navbar .subnav-main li a:hover {
    background: #7a1600;
  }
}
.navbar .subnav li a {
  color: #fff;
}
.navbar #login-container,
.navbar #search-container {
  padding: 0 10px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .navbar #login-container,
  .navbar #search-container {
    bottom: -50px;
    position: fixed;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .navbar #login-container,
  .navbar #search-container {
    padding-left: 0;
    padding-right: 0;
    top: 81px;
  }
}
.navbar #login-container,
.navbar #search-result {
  padding-bottom: 50px;
}
.navbar #search-container {
  overflow-y: auto;
}
.navbar #search-container.fixed #search-result {
  display: block;
}
@media screen and (min-width: 992px) {
  .navbar #search-container.fixed {
    bottom: 0;
    position: fixed;
    top: 121px;
  }
}
.navbar #search-container .movie {
  margin-bottom: 20px;
}
.nav > li > a:hover,
#navbar > .location > a:hover,
.nav > li > a:focus,
#navbar > .location > a:focus {
  background: none;
}
@media screen and (min-width: 992px) {
  .nav > li > a:hover,
  #navbar > .location > a:hover,
  .nav > li > a:focus,
  #navbar > .location > a:focus {
    color: #717073;
  }
}
.nav > li.open > a,
#navbar > .location.open > a,
.nav > li.open > .btn,
#navbar > .location.open > .btn {
  background: rgba(181, 18, 27, 0.97) !important;
}
.nav > li.open > a,
#navbar > .location.open > a,
.nav > li.open > .btn,
#navbar > .location.open > .btn,
.nav > li.open > a .icon,
#navbar > .location.open > a .icon,
.nav > li.open > .btn .icon,
#navbar > .location.open > .btn .icon {
  color: #fff !important;
}
@media screen and (min-width: 992px) {
  .nav > li.open > a .icon-arrow-right:before,
  #navbar > .location.open > a .icon-arrow-right:before,
  .nav > li.open > .btn .icon-arrow-right:before,
  #navbar > .location.open > .btn .icon-arrow-right:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.nav > li.open .subnav,
#navbar > .location.open .subnav {
  display: block;
}
#navbar > .location.open .label,
#navbar > .location.open .label .city {
  color: #fff;
}
.no-js .nav > li:hover > a,
.no-js #navbar > .location:hover > a,
.no-js .nav > li:hover > .btn,
.no-js #navbar > .location:hover > .btn {
  background: rgba(181, 18, 27, 0.97) !important;
  color: #fff !important;
}
@media screen and (min-width: 992px) {
  .no-js .nav > li:hover > a .icon-arrow-right:before,
  .no-js #navbar > .location:hover > a .icon-arrow-right:before,
  .no-js .nav > li:hover > .btn .icon-arrow-right:before,
  .no-js #navbar > .location:hover > .btn .icon-arrow-right:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.no-js .nav > li:hover .subnav,
.no-js #navbar > .location:hover .subnav {
  display: block;
}
.navbar-right .login > .btn,
.navbar-right .search > .btn {
  color: #b5121b;
}
.navbar-right .login > .btn:hover,
.navbar-right .search > .btn:hover,
.navbar-right .login > .btn:focus,
.navbar-right .search > .btn:focus {
  color: #b5121b;
}
.navbar-right .login.open > .btn,
.navbar-right .search.open > .btn {
  background: rgba(181, 18, 27, 0.97) !important;
  color: #fff !important;
}
.navbar-right .login.open #login-container,
.navbar-right .search.open #search-container {
  display: block;
}
.no-js .navbar-right .login:hover > .btn,
.no-js .navbar-right .search:hover > .btn {
  background: rgba(181, 18, 27, 0.97);
  color: #fff;
}
.no-js .navbar-right .login:hover #login-container,
.no-js .navbar-right .search:hover #search-container {
  display: block;
}
.navbar-right .open #login-container,
.navbar-right .open #search-container {
  display: block;
}
.navbar-toggle {
  float: left;
  padding: 11px 6px;
  margin-right: 16px;
  z-index: 1;
  width: 35px;
  height: 35px;
}
.navbar-toggle .icon-bar {
  background: #b5121b;
  height: 1px;
  width: 16px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.logo,
.navbar-brand {
  box-sizing: initial;
  height: 16px;
  overflow: hidden;
  width: 158px;
}
@media screen and (min-width: 992px) {
  .logo,
  .navbar-brand {
    height: 28px;
    width: 142px;
  }
}
@media screen and (min-width: 1200px) {
  .logo,
  .navbar-brand {
    height: auto;
    width: 190px;
  }
}
.navbar-brand {
  margin-top: 17px;
}
.navbar-brand > img {
  height: 30px;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    margin-top: 27px;
  }
  .navbar-brand > img {
    height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    margin-top: 25px;
  }
  .navbar-brand > img {
    height: 34px;
  }
}
.location {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #b5121b;
}
.location > .btn {
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .location > .btn {
    font-size: 16px;
    margin: 4px 0;
  }
}
.location .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.location .icon-pin {
  font-size: 20px;
}
.location .icon-arrow-right {
  position: absolute;
  right: 0;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .location .icon-arrow-right {
    display: none;
  }
}
.location .icon-arrow-down {
  font-size: 8px;
  margin-left: 2px;
  margin-top: -2px;
}
.location .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #717073;
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin-right: 15px;
}
.location .label .city {
  display: block;
}
.location .icon,
.location .city {
  color: #b5121b;
}
.location .subnav .icon {
  color: #fff;
}
.location .city {
  font-weight: 800;
  text-transform: uppercase;
}
.location .ms-choice > span,
.location .ms-choice > div {
  color: #fff;
}
.movies .location .icon-arrow-down {
  color: #b5121b;
}
#search-result {
  display: none;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #search-result {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 29px;
  }
}
#search-result,
#search-result .movies {
  color: #fff;
}
#search-result .movies {
  padding: 0;
}
#search-result strong {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 992px) {
  #search-result strong {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 991px) {
  #search-result .theaters {
    margin-top: 15px;
  }
}
#search-result .theaters ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-weight: 200;
  letter-spacing: 1.8px;
  position: relative;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #search-result .theaters ul {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #search-result .theaters ul:before,
  #search-result .theaters ul li > a:after {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    width: 15px;
  }
  #search-result .theaters ul:before {
    top: 0;
  }
  #search-result .theaters ul a:after {
    bottom: 0;
  }
}
#search-result .theaters a {
  color: #fff;
  display: table;
  line-height: 1.2;
  padding: 13px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #search-result .theaters a {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #search-result .theaters a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  #search-result .theaters a span {
    display: table-cell;
    vertical-align: middle;
  }
}
#search-result .theaters .icon {
  font-size: 13px;
  padding-left: 11px;
}
@media screen and (max-width: 991px) {
  #search-result .theaters .icon {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.theater-times {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.theater-times,
.theater-times > li {
  width: 100%;
}
.theater-times > li {
  background: #f0f0f0;
  display: table;
  padding: 15px 20px;
  position: relative;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .theater-times > li {
    text-align: right;
  }
}
.theater-times > li:before {
  border-radius: 3px;
  bottom: 5px;
  content: '';
  display: block;
  left: -3px;
  position: absolute;
  top: 5px;
  width: 6px;
}
.theater-times > li:nth-child(2n+1) {
  background: #f8f8f8;
}
.theater-times .times-xd:before {
  background: #c5060a;
}
.theater-times .times-prime:before {
  background: #383838;
}
.theater-times .times-mat:before {
  background: #fa337a;
}
.theater-times .times-dbox:before {
  background: #e49011;
}
.theater-times li.times-prime {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffefe+0,fcfbf7+24,f7f4e9+46,efe9d3+69,e2d6ad+100 */
  background: #fffefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffefe 0%, #fcfbf7 24%, #f7f4e9 46%, #efe9d3 69%, #e2d6ad 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffefe 0%, #fcfbf7 24%, #f7f4e9 46%, #efe9d3 69%, #e2d6ad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffefe 0%, #fcfbf7 24%, #f7f4e9 46%, #efe9d3 69%, #e2d6ad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#e2d6ad', GradientType=0);
  /* IE6-9 */
}
@media screen and (min-width: 768px) {
  .theater-times .times-options {
    float: left;
  }
}
.theater-times .btn-trailer-play {
  width: 40px;
}
.theater-times .btn-trailer-play .icon-play:before {
  border-left-color: #b5121b;
}
.theater-times .btn-trailer-play:focus .icon-play:before,
.theater-times .btn-trailer-play:hover .icon-play:before {
  border-left-color: #fff;
}
.theater-times .btn {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .theater-times .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.theater-times .btn + .btn {
  margin-left: 10px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .theater-times .btn {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .theater-times .times-options {
    max-width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .theater-times .times-options {
    max-width: 45%;
  }
}
.times-auditorium {
  display: block;
  font-weight: 800;
  height: 34px;
  line-height: 34px;
  min-width: 62px;
}
@media screen and (min-width: 768px) {
  .times-auditorium {
    float: left;
    margin-right: 20px;
    padding-right: 21px;
    position: relative;
  }
  .times-auditorium:after {
    background: rgba(113, 112, 115, 0.25);
    bottom: 5px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
  }
}
.times-labels,
.times-options {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: -3px;
  margin-right: -3px;
  line-height: 1;
}
.times-labels > li,
.times-options > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .times-labels,
  .times-options {
    display: inline;
  }
}
.times-labels li,
.times-options li {
  margin: 0 3px 9px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .times-labels li,
  .times-options li {
    margin-bottom: 2px;
    margin-top: 2px;
  }
}
.times-labels span,
.times-options span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 4px;
  font-weight: 800;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 41px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .times-labels span,
  .times-options span {
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    width: auto;
  }
}
.times-labels p,
.times-options p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 3px;
}
.times-labels span {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .times-labels span {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.times-labels.times-labels-right {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  width: 100px;
  text-align: left;
}
.times-labels.times-labels-right:before {
  background: rgba(113, 112, 115, 0.25);
  bottom: 5px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
}
@media screen and (max-width: 992px) {
  .times-labels.times-labels-right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .times-labels.times-labels-right:before {
    display: none;
  }
}
.times-labels .label-rating-16 {
  background: #dd021c;
  color: #fff;
}
.times-labels .label-rating-16 + p {
  color: #dd021c;
}
.times-labels .label-rating-14 {
  background: #f6962d;
  color: #fff;
}
.times-labels .label-rating-14 + p {
  color: #f6962d;
}
.times-labels .label-rating-12 {
  background: #edcb0c;
  color: #fff;
}
.times-labels .label-rating-12 + p {
  color: #edcb0c;
}
.times-labels .label-rating-10 {
  background: #5891cd;
  color: #fff;
}
.times-labels .label-rating-10 + p {
  color: #5891cd;
}
.times-labels .label-rating-livre {
  background: #00bb22;
  color: #fff;
}
.times-labels .label-rating-livre + p {
  color: #00bb22;
}
.times-labels .label-xd {
  background: #c5060a;
  color: #fff;
}
.times-labels .label-xd + p {
  color: #c5060a;
}
.times-labels .label-prime {
  background: #383838;
  color: #fff;
}
.times-labels .label-prime + p {
  color: #383838;
}
.times-labels .label-nac {
  background: #7a1600;
  color: #fff;
}
.times-labels .label-nac + p {
  color: #7a1600;
}
.times-labels .label-azl {
  background: #3D9BE9;
  color: #fff;
}
.times-labels .label-azl + p {
  color: #3D9BE9;
}
.times-labels .label-mat {
  background: #fa337a;
  color: #fff;
}
.times-labels .label-mat + p {
  color: #fa337a;
}
.times-labels .label-orig {
  background: #7a1600;
  color: #fff;
}
.times-labels .label-orig + p {
  color: #7a1600;
}
.times-labels .label-leg {
  background: #7a1600;
  color: #fff;
}
.times-labels .label-leg + p {
  color: #7a1600;
}
.times-labels .label-dub {
  background: #7a1600;
  color: #fff;
}
.times-labels .label-dub + p {
  color: #7a1600;
}
.times-labels .label-dbox {
  background: #e49011;
  color: #fff;
}
.times-labels .label-dbox + p {
  color: #e49011;
}
.times-labels .label-3d {
  background: #001e73;
  color: #fff;
}
.times-labels .label-3d + p {
  color: #001e73;
}
.times-labels .label-dbox {
  background: url(../images/d-box.png) center top no-repeat;
  width: 97px;
  color: #e49011;
  font-size: 10px;
  padding: 10px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .times-labels .label-dbox {
    font-size: 7px;
    padding: 8px 0 0;
  }
}
.times-labels .label-xd {
  background: url(../images/xd.png) center top no-repeat;
  width: 35px;
  text-indent: -9999px;
  height: 29px;
}
.times-labels .label-prime {
  background: url(../images/cinemark-prime.jpg) center top no-repeat;
  background-size: 61px auto;
  width: 61px;
  font-size: 0;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .times-labels .label-prime {
    background-size: 92px auto;
    width: 92px;
    height: 30px;
  }
}
.times-labels p.text-prime,
.times-labels p.text-xd,
.times-labels p.text-mat {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #717073;
  line-height: 13px;
  padding: 3px 0;
}
@media screen and (max-width: 991px) {
  .times-options {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .times-options {
    margin-right: 3px;
  }
}
.times-options span {
  border: 1px solid #717073;
  color: #717073;
  font-size: 14px;
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .times-options span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .times-options span {
    font-size: 11px;
  }
}
.theater-legends {
  margin-bottom: -29px;
}
.theater-legends .legends-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.theater-legends .times-labels {
  margin-bottom: 20px;
}
.theater-legends .times-labels .label-dbox {
  width: 71px;
  text-indent: -9999px;
  padding: 0;
  background-position: center;
}
.theater-legends .times-labels .label-prime {
  margin-right: 5px;
  float: left;
}
.theater-legends .times-labels .label-xd,
.theater-legends .times-labels .label-mat,
.theater-legends .times-labels .label-azl {
  margin-right: 10px;
  float: left;
}
.theater-legends .times-labels .label-mat {
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .theater-legends .times-labels .label-mat {
    margin-top: 0px;
  }
}
.theater-legends .times-labels .label-azl {
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .theater-legends .times-labels .label-azl {
    margin-top: 0px;
  }
}
.theater-legends li {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.theater-legends span {
  margin-right: 5px;
}
.group-buttons {
  margin-bottom: 40px;
}
.group-buttons ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.group-buttons ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
}
.group-buttons ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .group-buttons .btn {
    margin-bottom: 20px;
  }
}
.movie {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .movie {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
}
.movie-details {
  font-size: 12px;
}
.movie-details ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.movie-details ul a {
  color: #717073;
  display: block;
  line-height: 1.1;
  outline: none;
  padding: 9px 0;
}
@media screen and (min-width: 992px) {
  .movie-details ul a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .movie-details ul {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .movie-details ul a {
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: 1px solid #fff;
    border-radius: 21px;
    font-size: 8px;
    letter-spacing: 2px;
    line-height: 1.6;
    padding: 9px 0;
    text-align: center;
  }
  .movie-details ul a:focus,
  .movie-details ul a:hover {
    background: #fff;
    color: #b5121b;
    text-decoration: none;
  }
}
.movie-image,
.movie-details {
  border-radius: 5px;
  overflow: hidden;
}
.movie-image {
  outline: none;
  speak: none;
}
.movie-image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .movie-image {
    display: block;
  }
}
.movie-tag,
.label-default {
  display: block;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.8;
  text-transform: uppercase;
}
.movie-rating {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px;
  font-weight: 800;
  text-align: center;
}
.movie-rating.rating-18 {
  background: #000;
  color: #fff;
}
.movie-rating.rating-16 {
  background: #dd021c;
  color: #fff;
}
.movie-rating.rating-14 {
  background: #f6962d;
  color: #fff;
}
.movie-rating.rating-12 {
  background: #edcb0c;
  color: #fff;
}
.movie-rating.rating-10 {
  background: #5891cd;
  color: #fff;
}
.movie-rating.rating-livre {
  background: #00bb22;
  color: #fff;
}
.movie-rating .rating-title {
  height: 0;
  overflow: hidden;
  position: absolute;
}
.movie-rating .rating-abbr {
  speak: none;
}
.movie-title {
  font-weight: normal;
  line-height: 1.2;
}
.movie-title:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '';
  /*height: 100%;*/
  width: 0;
  vertical-align: middle;
}
.movie-tags {
  display: block;
  width: 100%;
  padding: 0 2.5px;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .movie-tags {
    background: #F6F6F6;
  }
}
.movie-tags div {
  display: inline-block;
  vertical-align: middle;
  color: #b5121b;
  border-radius: 5px;
  text-align: center;
}
.movie-tags div.selo-rating .movie-rating {
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 5px 2.5px;
  position: relative;
  left: 0;
  top: 0;
}
.movie-tags div.selo-rating .movie-rating span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
@media screen and (max-width: 991px) {
  .movie-tags div.selo-rating .movie-rating,
  .movie-tags div.selo-rating .movie-rating span {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}
.movie-tags div.selo-dbox span {
  display: block;
  text-indent: -99999px;
  background: center center url(../images/home-selo-dbox.png) no-repeat;
  background-color: transparent;
  width: 59px;
  height: 30px;
  margin: 0 2.5px;
}
@media screen and (max-width: 991px) {
  .movie-tags div.selo-dbox span {
    background-size: contain;
    height: 25px;
    width: 50px;
  }
}
.movie-tags div.selo-xd span {
  display: block;
  text-indent: -99999px;
  background: center center url(../images/home-selo-xd.png) no-repeat;
  width: 42px;
  height: 30px;
  margin: 0 2.5px;
}
@media screen and (max-width: 991px) {
  .movie-tags div.selo-xd span {
    background-size: contain;
    height: 25px;
    width: 35px;
  }
}
.jumbotron.push-down {
  margin-bottom: 20px !important;
}
.jumbotron.white {
  background: #fff;
}
.jumbotron.jumbotron-feedback {
  text-align: center;
  background: #fff;
  border: 1px solid #bfbfbf;
}
.jumbotron p {
  font-size: 14px;
  font-weight: 300;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron,
  .container .jumbotron {
    padding: 20px;
  }
}
.jumbotron:last-child,
.container .jumbotron:last-child {
  margin-bottom: 0;
}
.section {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section + .section,
.section + movies {
  padding-top: 20px;
}
.section > header,
.section > .container > header {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section > header,
  .section > .container > header {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .section > header,
  .section > .container > header {
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
  }
}
.section .location {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.section .location .city {
  letter-spacing: 1px;
  margin-top: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section .location .subnav {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .section .location {
    padding-left: 0;
    padding-right: 0;
  }
  .section .location .btn {
    font-size: 18px;
  }
}
.section .btn-filter {
  background: #f6f6f6;
  font-size: 18px;
  height: 40px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section .btn-filter:before {
    content: attr(data-value-sm);
  }
  .section .btn-filter .value {
    display: none;
  }
  .section .btn-filter.loading:before {
    font-size: 0;
  }
  .section .btn-filter.loading .value {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .section .btn-filter {
    background: #ececec;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.25px;
    margin-top: -20px;
    max-width: 50%;
    padding-left: 18px;
    padding-right: 45px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
    width: auto;
  }
  .section .btn-filter:before {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.section .header-filter .title3 {
  margin-bottom: 0;
}
.section .header-filter .btn-clear {
  margin: 10px 0 0 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .section .header-filter .btn-clear {
    display: inline-block;
    margin: 0;
  }
}
.section .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: block;
}
.section .item article {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  border-radius: 5px;
  height: 136px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section .item article {
    height: 176px;
  }
}
@media screen and (min-width: 992px) {
  .section .item article {
    height: 151px;
  }
}
@media screen and (min-width: 1200px) {
  .section .item article {
    height: 191px;
  }
}
.section .item header {
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 13px 21px;
  position: absolute;
  width: 100%;
}
.section .item header .title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}
.section .item header p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.home .section,
.home .movies,
#benefits-container,
#promotions-container,
#more-container {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-breve .movies .btn-filter {
    float: right;
    position: relative;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #benefits-container,
  #promotions-container {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  #benefits-container header,
  #promotions-container header,
  #benefits-container .section header,
  #promotions-container .section header {
    padding-left: 15px;
    padding-right: 15px;
  }
  #benefits-container > header,
  #promotions-container > header,
  #benefits-container .section > header,
  #promotions-container .section > header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#benefits-container > header .title,
#promotions-container > header .title {
  font-size: 0;
  position: relative;
  text-align: justify;
}
#benefits-container > header .title span,
#promotions-container > header .title span {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  #benefits-container > header .title span,
  #promotions-container > header .title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #benefits-container > header .title:after,
  #promotions-container > header .title:after {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    content: '';
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #menu-container > header {
    margin-left: 0;
    margin-right: 0;
  }
  #menu-container > header .title {
    padding-left: 0;
    padding-right: 0;
  }
}
#menu-container .accordion .accordion-content {
  padding-top: 40px;
}
#menu-container .item {
  color: #717073;
  font-size: 0;
  margin-bottom: 20px;
  overflow: visible;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #menu-container .item {
    margin-bottom: 65px;
  }
}
#menu-container .item img,
#menu-container .item ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#menu-container .item img {
  border-radius: 5px;
  margin-bottom: 15px;
}
#menu-container .item .title,
#menu-container .item ul {
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.4px;
}
#menu-container .item .title {
  display: block;
  font-weight: 400;
  width: 100%;
}
#menu-container .item ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: left;
  margin: 0 -10px;
}
#menu-container .item ul li {
  float: left;
  padding: 0 10px 11px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #menu-container .item:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #cdcdce;
    bottom: 10px;
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 1px;
  }
}
@media screen and (max-width: 991px) {
  #menu-container .row > div:nth-of-type(2n+2) .item:before,
  #menu-container .row > div:last-child .item:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #menu-container .row > div:nth-of-type(2n+3) .item:before,
  #menu-container .row > div:last-child .item:before {
    display: none;
  }
}
.movies {
  padding-bottom: 20px;
  color: #717073;
}
@media screen and (max-width: 767px) {
  .movies .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.movies + .section,
.movies + movies {
  padding-top: 20px;
}
.movies > header,
.movies > .container > header {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .movies > header,
  .movies > .container > header {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .movies > header,
  .movies > .container > header {
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
  }
}
.movies .location {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.movies .location .city {
  letter-spacing: 1px;
  margin-top: 8px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .movies .location .subnav {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .movies .location {
    padding-left: 0;
    padding-right: 0;
  }
  .movies .location .btn {
    font-size: 18px;
  }
}
.movies .btn-filter {
  background: #f6f6f6;
  font-size: 18px;
  height: 40px;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movies .btn-filter:before {
    content: attr(data-value-sm);
  }
  .movies .btn-filter .value {
    display: none;
  }
  .movies .btn-filter.loading:before {
    font-size: 0;
  }
  .movies .btn-filter.loading .value {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .movies .btn-filter {
    background: #ececec;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.25px;
    margin-top: -20px;
    max-width: 50%;
    padding-left: 18px;
    padding-right: 45px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
    width: auto;
  }
  .movies .btn-filter:before {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.movies .header-filter .title3 {
  margin-bottom: 0;
}
.movies .header-filter .btn-clear {
  margin: 10px 0 0 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .movies .header-filter .btn-clear {
    display: inline-block;
    margin: 0;
  }
}
.movies .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: block;
}
.movies .item article {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  border-radius: 5px;
  height: 136px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .movies .item article {
    height: 176px;
  }
}
@media screen and (min-width: 992px) {
  .movies .item article {
    height: 151px;
  }
}
@media screen and (min-width: 1200px) {
  .movies .item article {
    height: 191px;
  }
}
.movies .item header {
  bottom: 0;
  font-size: 14px;
  left: 0;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 13px 21px;
  position: absolute;
  width: 100%;
}
.movies .item header .title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}
.movies .item header p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.movies .movie {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.movies .movie .movie-container {
  display: table;
  position: relative;
  width: 100%;
}
.movies .movie .movie-title {
  speak: none;
}
@media screen and (max-width: 767px) {
  .movies .movie {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .movies .movie {
    width: auto;
  }
  .movies .movie.open .movie-details,
  .movies .movie.no-poster .movie-details,
  .movies .movie:focus .movie-details,
  .movies .movie:hover .movie-details {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
  }
}
.movies#embreve-container .movie {
  background: #ececec;
}
.movies .movie-image,
.movies .movie-details {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .movies .movie-image,
  .movies .movie-details {
    border-radius: 0;
  }
}
.movies .movie-image {
  width: 105px;
}
@media screen and (min-width: 992px) {
  .movies .movie-image {
    width: auto;
  }
}
.movies .movie-image .movie-gif {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.movies .movie-details {
  padding: 8px 15px 0;
}
@media screen and (min-width: 768px) {
  .movies .movie-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .movies .movie-details {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(181, 18, 27, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    padding-top: 8px;
    text-align: right;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .movies .movie-details {
    padding-top: 52px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .movies .movie-details ul {
    bottom: 0;
    position: absolute;
  }
}
.movies .movie-details ul li {
  position: relative;
}
@media screen and (max-width: 991px) {
  .movies .movie-details ul li:before {
    background: #b8b7b9;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
  }
}
@media screen and (min-width: 992px) {
  .movies .movie-details ul li {
    margin-bottom: 13px;
  }
}
.movies .movie-title {
  font-size: 14px;
  height: 64px;
}
.movies .movie-title,
.movies .movie-title a {
  color: #b5121b;
}
@media screen and (min-width: 992px) {
  .movies .movie-title,
  .movies .movie-title a {
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
}
.movies .movie-title a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 97.5%;
  vertical-align: middle;
}
.movies .movie-title .movie-title-excerpt {
  display: none;
}
@media screen and (min-width: 768px) {
  .movies .movie-title {
    font-size: 14px;
    height: 66px;
  }
  .movies .movie-title span {
    display: none;
  }
  .movies .movie-title .movie-title-excerpt {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .movies .movie-title {
    font-size: 11px;
    height: 52px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .movies .movie-title span {
    display: inline;
  }
  .movies .movie-title .movie-title-excerpt {
    display: none;
  }
}
.movies .movie-label {
  background: #fbb034;
  border-radius: 0 5px 5px 0;
  color: #b5121b;
  font-size: 8px;
  height: 24px;
  left: -2px;
  padding: 6px 8px 6px 12px;
  position: absolute;
  top: 8px;
  z-index: 1;
  display: block;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.8;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .movies .movie-label {
    left: -5px;
  }
}
.movies .movie-rating {
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
@media screen and (max-width: 991px) {
  .movies .movie-rating {
    top: 8px;
    position: absolute;
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .movies .aside {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .movies .aside {
    border-radius: 5px;
    height: 155px;
  }
}
@media screen and (min-width: 992px) {
  .movies .aside {
    height: 206px;
  }
}
@media screen and (min-width: 1200px) {
  .movies .aside {
    height: 265px;
  }
}
.movies .btn-see-more {
  margin-bottom: 20px;
}
.overlay {
  background: rgba(181, 18, 27, 0.95);
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .modal-comunicado.modal-wrap .modal-skin {
    padding: 60px 70px;
  }
}
.modal-comunicado.modal-wrap .modal-body .modal-title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #b31622;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal-comunicado.modal-wrap .modal-body .modal-title {
    font-size: 25px;
  }
}
.modal-comunicado.modal-wrap .modal-body p {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .modal-comunicado.modal-wrap .modal-body p {
    font-size: 12px;
    text-transform: inherit;
  }
}
.modal-app {
  background: #b5121b;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: fixed;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  display: table;
  z-index: 99;
  box-shadow: 0px -10px 73px 0px rgba(0, 0, 0, 0.31);
  bottom: -100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 380px) {
  .modal-app {
    width: 350px;
    margin-left: -175px;
  }
}
.modal-app.open {
  bottom: 0;
  opacity: 1;
}
.modal-app .call {
  font-size: 15px;
  line-height: 1.4;
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
}
.modal-app .button-align {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.modal-app .button-download {
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  text-decoration: none;
  display: block;
}
.modal-app .button-close {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 1;
  border-radius: 50%;
  right: -15px;
  top: -15px;
  background: #FFFFFF;
  border: none;
  font-size: 25px;
  color: #717073;
  display: block;
  padding: 0;
  text-align: center;
}
/* CONTENT --------------------------------------------------------- */
#citysDesktop {
  position: absolute;
  display: none;
  border: 1px solid #fff;
  background: #b0141c;
  padding: 10px;
  max-height: 50vh;
  overflow: auto;
}
#citysDesktop a {
  font-size: 12px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 33%;
  cursor: pointer;
}
#citysDesktopLabel {
  position: absolute;
  top: 20px;
  margin-left: 9px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 992px) {
  #citysDesktopLabel {
    display: none;
  }
}
.todos-horarios {
  float: left;
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
}
.todos-horarios .btn {
  color: #fff;
  margin-left: 10px;
}
#form-filtre-cinema .ms-drop {
  border: 1px solid #fff;
  border-radius: 0;
  background: #b0141c;
  color: #fff;
  height: 196px;
}
#form-filtre-cinema .ms-drop ul {
  max-height: 152px !important;
}
#form-filtre-cinema .ms-search input {
  background: none;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
}
/* IFRAME E-COMMERCE */
.iframe-ecommerce {
  border: 0;
  width: 100%;
  height: 1800px;
}
@media screen and (max-width: 991px) {
  .iframe-ecommerce {
    height: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .iframe-ecommerce {
    height: 2100px;
  }
}
@media screen and (max-width: 619px) {
  .iframe-ecommerce {
    height: 3700px;
  }
}
/* IMAGE MODAL */
.image_modal_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.image_modal_content {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.image_modal_content-desktop {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}
@media (max-width: 1023px) {
  .image_modal_content-desktop {
    display: none;
  }
}
.image_modal_content-mobile {
  display: none;
  max-width: 80vw;
  max-height: 80vh;
}
@media (max-width: 1023px) {
  .image_modal_content-mobile {
    display: block;
  }
}
.image_modal_content-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: -50px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3NS4yIDQ3NS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzUuMiA0NzUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MDUuNiw2OS42QzM2MC43LDI0LjcsMzAxLjEsMCwyMzcuNiwwcy0xMjMuMSwyNC43LTE2OCw2OS42UzAsMTc0LjEsMCwyMzcuNnMyNC43LDEyMy4xLDY5LjYsMTY4czEwNC41LDY5LjYsMTY4LDY5LjYgICAgczEyMy4xLTI0LjcsMTY4LTY5LjZzNjkuNi0xMDQuNSw2OS42LTE2OFM0NTAuNSwxMTQuNSw0MDUuNiw2OS42eiBNMzg2LjUsMzg2LjVjLTM5LjgsMzkuOC05Mi43LDYxLjctMTQ4LjksNjEuNyAgICBzLTEwOS4xLTIxLjktMTQ4LjktNjEuN2MtODIuMS04Mi4xLTgyLjEtMjE1LjcsMC0yOTcuOEMxMjguNSw0OC45LDE4MS40LDI3LDIzNy42LDI3czEwOS4xLDIxLjksMTQ4LjksNjEuNyAgICBDNDY4LjYsMTcwLjgsNDY4LjYsMzA0LjQsMzg2LjUsMzg2LjV6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTM0Mi4zLDEzMi45Yy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMGwtODUuNiw4NS42TDE1MiwxMzIuOWMtNS4zLTUuMy0xMy44LTUuMy0xOS4xLDBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xICAgIGw4NS42LDg1LjZsLTg1LjYsODUuNmMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNHM2LjktMS4zLDkuNS00bDg1LjYtODUuNmw4NS42LDg1LjZjMi42LDIuNiw2LjEsNCw5LjUsNCAgICBjMy41LDAsNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMWwtODUuNC04NS42bDg1LjYtODUuNkMzNDcuNiwxNDYuNywzNDcuNiwxMzguMiwzNDIuMywxMzIuOXoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
}
@media (max-width: 1023px) {
  .image_modal_content-close {
    right: 0px;
  }
}
@keyframes blink {
  from {
    opacity: 0.5;
  }
  top {
    opacity: 1.0;
  }
}
.overall_loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}
.overall_loading svg {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.font-resizer {
  font-size: 10px;
}
.font-resizer p,
.font-resizer .movie-details-list {
  font-size: 1.4em;
}
.font-resizer .media-item .media-title {
  font-size: 2em;
}
.font-resizer .accordion > .title {
  font-size: 1.2em;
}
.font-resizer .jumbotron p {
  font-size: 1.8em;
}
.font-resizer .item-price {
  font-size: 2.15em !important;
}
.font-resizer .item-price span {
  font-size: 0.47em !important;
}
.contrast,
.contrast .single-content,
.contrast .page-content {
  background: #000 !important;
}
.contrast #movies-container,
.contrast #header-container,
.contrast #programs-container,
.contrast #differential-container,
.contrast .page-header,
.contrast .single-header {
  border-bottom: 1px solid #fff;
}
.contrast #navbar-accessibility,
.contrast .btn,
.contrast .jumbotron,
.contrast .page-cardapio-prime,
.contrast .page-prime,
.contrast #embreve-container,
.contrast #more-container,
.contrast #differential-container,
.contrast .tabs-content,
.contrast .ads-container {
  background: none !important;
}
.contrast .jumbotron,
.contrast .share,
.contrast .times-options span {
  border: 1px solid #fff;
}
.contrast .label-default {
  background: #fff;
  color: #000;
}
.contrast .share {
  background: none;
  color: #fff;
}
.contrast .share .at-icon-wrapper {
  border-color: #fff;
}
.contrast .share .at-icon {
  fill: #fff;
}
.contrast .single-box {
  border-color: #fff;
}
.contrast .single-box .box-legend,
.contrast .single-box .box-label,
.contrast .single-box .box-value {
  color: #fff;
}
.contrast .single-box .box-table tr th,
.contrast .single-box .box-table tr td {
  background: none !important;
  border: 1px solid #fff;
  color: #fff;
}
.contrast #prime-locals-container a:focus,
.contrast #prime-locals-container a:hover {
  text-decoration: underline;
}
.contrast .carousel .slick-dots button:before {
  background: #fff !important;
}
.contrast .carousel .slick-dots .slick-active button:before {
  background: #000 !important;
  border: 1px solid #fff !important;
}
.contrast,
.contrast a,
.contrast .btn,
.contrast .btn *,
.contrast .icon,
.contrast #navbar-accessibility span,
.contrast .movies,
.contrast #footer-container *,
.contrast .carousel .slick-controls .slick-arrow,
.contrast .page-cardapio-prime .title2,
.contrast #prime-locals-container,
.contrast .page-institucional .title-institucional span,
.contrast .label-red,
.contrast .tabs-content .theater-header .title {
  color: #fff !important;
}
.contrast #footer-container .social a {
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
}
.contrast #footer-container .social a:hover {
  background: #1c1a1a;
}
.contrast .ms-choice > span,
.contrast .times-options span,
.contrast .form .form-control {
  color: #fff;
}
.contrast .btn,
.contrast .icon,
.contrast #footer-container .links,
.contrast .social,
.contrast #prime-locals-container nav,
.contrast .page-cardapio-prime .carousel-prime picture,
.contrast .page-prime .carousel-prime picture,
.contrast .page-prime .img-prime {
  border-color: #fff !important;
}
.contrast .btn-link {
  border-color: transparent !important;
}
.contrast .tabs-nav .btn.active,
.contrast .tabs-nav .btn.active span {
  background: #fff !important;
  color: #000 !important;
}
.contrast .accordion {
  border: 1px solid #fff;
}
.contrast .accordion * {
  border-color: #fff !important;
  color: #fff !important;
}
.contrast .accordion .times li,
.contrast .accordion .times .theater {
  background: transparent !important;
}
.contrast .accordion.active {
  border-color: #fff;
}
.contrast .accordion,
.contrast .accordion > .title,
.contrast .accordion.active > .title {
  background: none !important;
}
.contrast .accordion > .title {
  color: #fff;
}
.contrast .accordion.active > .title {
  border-bottom: 1px solid #fff;
}
.contrast .accordion .times-labels span {
  border: 1px solid #fff;
}
.contrast .times-labels span,
.contrast .pagination .active {
  background: #fff !important;
  color: #000 !important;
}
.contrast .pagination .active {
  color: #000 !important;
}
.contrast .btn:focus,
.contrast .btn:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.contrast .btn:focus,
.contrast .btn:hover,
.contrast .btn:focus span,
.contrast .btn:hover span {
  color: #000 !important;
}
.contrast .tabs-content .theater-header .actions .btn-trailer-play .icon-play:before {
  border-left-color: #fff;
}
.contrast .tabs-content .theater-header .actions .btn-trailer-play:hover .icon-play:before {
  border-left-color: #000;
}
.contrast .btn-trailer-play:focus .icon-play:before,
.contrast .btn-trailer-play:hover .icon-play:before {
  border-left-color: #000;
}
.contrast .theater-times > li,
.contrast .theater-times > li:nth-child(2n+1) {
  background: none !important;
}
.contrast .theater-times > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.contrast .theater-times > li.times-mat:before,
.contrast .theater-times > li.times-pr:before,
.contrast .theater-times > li.times-box:before,
.contrast .theater-times > li.times-xd:before {
  background: #fff !important;
}
.contrast .theater-times .btn-trailer-play .icon-play:before {
  border-left-color: #fff;
}
.contrast #header-container {
  background: #000;
}
.contrast #header-container * {
  color: #fff;
}
.contrast #header-container .ms-drop span {
  color: #000;
}
.contrast .banners.slick-initialized:before,
.contrast #programs-container,
.contrast #special-container,
.contrast #products-container,
.contrast #newsletter-container,
.contrast #auditoriums-container,
.contrast #footer-container {
  background: none !important;
}
.contrast #special-container,
.contrast #products-container,
.contrast #newsletter-container,
.contrast #auditoriums-container {
  border-bottom: 1px solid #fff;
}
.contrast #special-container,
.contrast #products-container,
.contrast #newsletter-container,
.contrast #auditoriums-container,
.contrast .ads-container {
  border-top: 1px solid #fff;
}
.contrast .modal-wrap,
.contrast .movies .movie-details {
  background: #000;
  border: 1px solid #fff;
}
.contrast .table-grade th,
.contrast .table-grade td {
  border-bottom: 1px solid #fff;
}
.contrast .nav > li.open > a,
.contrast #navbar > .location.open > a,
.contrast .navbar-right .login.open > a,
.contrast .navbar-right .search.open > a,
.contrast .nav > li.open > .btn,
.contrast #navbar > .location.open > .btn,
.contrast .navbar-right .login.open > .btn,
.contrast .navbar-right .search.open > .btn {
  background: #fff !important;
}
.contrast .nav > li.open > a,
.contrast #navbar > .location.open > a,
.contrast .navbar-right .login.open > a,
.contrast .navbar-right .search.open > a,
.contrast .nav > li.open > .btn,
.contrast #navbar > .location.open > .btn,
.contrast .navbar-right .login.open > .btn,
.contrast .navbar-right .search.open > .btn,
.contrast .nav > li.open > a span,
.contrast #navbar > .location.open > a span,
.contrast .navbar-right .login.open > a span,
.contrast .navbar-right .search.open > a span,
.contrast .nav > li.open > .btn span,
.contrast #navbar > .location.open > .btn span,
.contrast .navbar-right .login.open > .btn span,
.contrast .navbar-right .search.open > .btn span,
.contrast .nav > li.open > a .icon,
.contrast #navbar > .location.open > a .icon,
.contrast .navbar-right .login.open > a .icon,
.contrast .navbar-right .search.open > a .icon,
.contrast .nav > li.open > .btn .icon,
.contrast #navbar > .location.open > .btn .icon,
.contrast .navbar-right .login.open > .btn .icon,
.contrast .navbar-right .search.open > .btn .icon {
  color: #000 !important;
}
.contrast .navbar .subnav-main li a:focus,
.contrast .navbar .subnav-main li a:hover {
  background: #fff !important;
}
.contrast .navbar .subnav-main li a:focus,
.contrast .navbar .subnav-main li a:hover,
.contrast .navbar .subnav-main li a:focus span,
.contrast .navbar .subnav-main li a:hover span {
  color: #000 !important;
}
.contrast .navbar .subnav,
.contrast .navbar #login-container,
.contrast .navbar #search-container {
  background: #000;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.contrast .movie-details ul a:focus,
.contrast .movie-details ul a:hover {
  color: #000 !important;
}
/* MODAL ----------------------------------------------------------- */
.accordion {
  background: #ececec;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.accordion > .title {
  position: relative;
}
.accordion > .title a {
  color: #b5121b;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  padding: 24px 45px 24px 20px;
  text-transform: uppercase;
}
.accordion > .title a:focus,
.accordion > .title a:hover {
  text-decoration: none;
}
.accordion > .title .icon {
  font-size: 7px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.accordion:nth-child(2n+1) > .title {
  background: #f1f1f1;
}
.accordion .accordion-content {
  display: none;
  padding: 28px 20px;
}
.accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion + .accordion {
  margin-top: 10px;
}
.accordion.active > .title {
  background: #b5121b;
}
.accordion.active > .title,
.accordion.active > .title a {
  color: #fff;
}
.accordion.active > .title .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion.active .accordion-content {
  display: block;
}
.accordion.active {
  border-bottom: 1px solid #b5121b;
  border-left: 1px solid #b5121b;
  border-right: 1px solid #b5121b;
}
.accordion-group .accordion + .accordion {
  margin-top: 2px;
}
.accordion-xs > .title {
  position: relative;
}
@media screen and (max-width: 991px) {
  .accordion-xs > .title a {
    color: #b5121b;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    padding: 24px 45px 24px 20px;
    text-transform: uppercase;
  }
  .accordion-xs > .title a:focus,
  .accordion-xs > .title a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .accordion-xs > .title .icon {
    display: none;
  }
}
.accordion-xs > .title .icon {
  font-size: 7px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 991px) {
  .accordion-xs {
    background: #ececec;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
  }
  .accordion-xs:nth-child(2n+1) > .title {
    background: #f1f1f1;
  }
  .accordion-xs .accordion-content {
    display: none;
    padding: 28px 20px;
  }
  .accordion-xs .accordion-content p:last-child {
    margin-bottom: 0;
  }
  .accordion-xs + .accordion {
    margin-top: 10px;
  }
  .accordion-xs.active > .title {
    background: #b5121b;
  }
  .accordion-xs.active > .title,
  .accordion-xs.active > .title a {
    color: #fff;
  }
  .accordion-xs.active > .title .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .accordion-xs.active .accordion-content {
    display: block;
  }
}
/* ADS ------------------------------------------------------------- */
.ads-container {
  background: #ececec;
  font-size: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  speak: none;
}
@media screen and (min-width: 768px) {
  .ads-container {
    padding: 20px 0;
  }
}
.home .ads-container {
  background: #ddd;
}
.home .ads-top-home {
  background: none;
}
.home .ads-bottom-home {
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .page-header .ads-container,
  .single-header .ads-container {
    /*display: none;*/
  }
}
.single-header .ads-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-header .ads-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .single-header .ads-container {
    float: right;
    margin-left: 20px;
    text-align: right;
  }
}
.single-header .ads > div,
.page-header .ads > div {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .single-header .ads > div,
  .page-header .ads > div {
    width: 970px;
    height: 90px;
	background-color:#ECECEC;
  }
}
.ads {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
}
.ads div {
  border-radius: 5px;
  overflow: hidden;
}
.ads div + div {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .ads-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ads-middle {
    background: #ececec;
  }
}
.ads-movie-middle {
  background: #ececec;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ads-movie-middle {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.ads-widget {
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .ads-widget {
    /*margin-left: -10px;*/
  }
}
.ads-widget.ads-initialized {
  margin-bottom: 20px;
}
/* BANNERS --------------------------------------------------------- */
.banners img {
  font-size: 0;
}
.banners .slick-slide {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .banners .slick-slide {
    background-size: cover;
  }
}
.banners .slick-controls {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
}
.banners-top .slick-dots button:before {
  background: #fff;
}
.banners-top .slick-dots .slick-active button:before {
  background: #b5121b;
}
.banners-top .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  height: 25px;
  text-shadow: 0px 1px #fff, 0px 1px #fff, 0px 1px #fff;
}
.banners-top .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
@media screen and (min-width: 1200px) {
  .banners-top,
  .banners-top .slide {
    height: 550px;
  }
}
.banners-top .slide {
  background-image: none;
}
@media screen and (min-width: 1200px) {
  .banners-top .slide picture {
    display: none !important;
  }
}
.banners-top .slick-controls {
  bottom: 0;
  width: 100%;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .banners-top .slick-controls {
    bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .banners-top .slick-controls {
    bottom: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .banners-top.slick-initialized {
    margin-top: -110px;
  }
}
/* BUTTONS --------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 20px;
  }
}
.btn-close {
  background: none;
}
.btn-close .icon {
  font-size: 12px;
}
.navbar-right .btn-close {
  position: absolute;
  right: 3px;
  top: 9px;
}
@media screen and (min-width: 992px) {
  .navbar-right .btn-close {
    display: none;
  }
}
.btn-filter {
  padding: 0 15px;
  position: relative;
}
.btn-filter .icon {
  font-size: 7px;
  margin-top: -4px;
  position: absolute;
  right: 13px;
  top: 50%;
}
.btn-cinemark-mania {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  border-color: #fff;
  color: #fff;
  width: 83%;
}
.btn-cinemark-mania.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-cinemark-mania {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-cinemark-mania {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-cinemark-mania {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-cinemark-mania .icon {
  margin: 0 5px;
}
@media screen and (min-width: 992px) {
  .btn-cinemark-mania {
    width: auto;
  }
}
.btn-default {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  background: none;
  border-color: #fff;
  color: #fff;
}
.btn-default.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-default {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-default {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-default {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-default .icon {
  margin: 0 5px;
}
.btn-default:focus,
.btn-default:hover {
  background: #fff;
  border-color: #fff;
  color: #b5121b;
}
@media screen and (min-width: 1200px) {
  .btn-default {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-load,
.btn-loadjs {
  background-color: #337ab7;
  border-color: #2e6da4;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  background: none;
  border-color: #b5121b;
  color: #b5121b;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 77%;
}
.btn-load:focus,
.btn-loadjs:focus,
.btn-load.focus,
.btn-loadjs.focus {
  color: #b5121b;
  background-color: #286090;
  border-color: #122b40;
}
.btn-load:hover,
.btn-loadjs:hover {
  color: #b5121b;
  background-color: #286090;
  border-color: #204d74;
}
.btn-load:active,
.btn-loadjs:active,
.btn-load.active,
.btn-loadjs.active,
.open > .dropdown-toggle.btn-load,
.open > .dropdown-toggle.btn-loadjs {
  color: #b5121b;
  background-color: #286090;
  border-color: #204d74;
}
.btn-load:active:hover,
.btn-loadjs:active:hover,
.btn-load.active:hover,
.btn-loadjs.active:hover,
.open > .dropdown-toggle.btn-load:hover,
.open > .dropdown-toggle.btn-loadjs:hover,
.btn-load:active:focus,
.btn-loadjs:active:focus,
.btn-load.active:focus,
.btn-loadjs.active:focus,
.open > .dropdown-toggle.btn-load:focus,
.open > .dropdown-toggle.btn-loadjs:focus,
.btn-load:active.focus,
.btn-loadjs:active.focus,
.btn-load.active.focus,
.btn-loadjs.active.focus,
.open > .dropdown-toggle.btn-load.focus,
.open > .dropdown-toggle.btn-loadjs.focus {
  color: #b5121b;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-load:active,
.btn-loadjs:active,
.btn-load.active,
.btn-loadjs.active,
.open > .dropdown-toggle.btn-load,
.open > .dropdown-toggle.btn-loadjs {
  background-image: none;
}
.btn-load.disabled:hover,
.btn-loadjs.disabled:hover,
.btn-load[disabled]:hover,
.btn-loadjs[disabled]:hover,
fieldset[disabled] .btn-load:hover,
fieldset[disabled] .btn-loadjs:hover,
.btn-load.disabled:focus,
.btn-loadjs.disabled:focus,
.btn-load[disabled]:focus,
.btn-loadjs[disabled]:focus,
fieldset[disabled] .btn-load:focus,
fieldset[disabled] .btn-loadjs:focus,
.btn-load.disabled.focus,
.btn-loadjs.disabled.focus,
.btn-load[disabled].focus,
.btn-loadjs[disabled].focus,
fieldset[disabled] .btn-load.focus,
fieldset[disabled] .btn-loadjs.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-load .badge,
.btn-loadjs .badge {
  color: #337ab7;
  background-color: #b5121b;
}
.btn-load.nowrap,
.btn-loadjs.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-load,
  .btn-loadjs {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-load,
  .btn-loadjs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-load,
  .btn-loadjs {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-load .icon,
.btn-loadjs .icon {
  margin: 0 5px;
}
.btn-load:focus,
.btn-loadjs:focus,
.btn-load:hover,
.btn-loadjs:hover,
.btn-load:active,
.btn-loadjs:active {
  background: #b5121b !important;
  border-color: #b5121b !important;
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .btn-load,
  .btn-loadjs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-load.reversed,
.btn-loadjs.reversed {
  background: #b5121b !important;
  border-color: #b5121b !important;
  color: #fff !important;
}
.btn-load.reversed:hover,
.btn-loadjs.reversed:hover {
  background: transparent !important;
  border-color: #b5121b !important;
  color: #b5121b !important;
}
.btn-load {
  display: none !important;
}
@media (max-width: 767px) {
  .btn-load {
    display: block !important;
  }
  table.btn-load {
    display: table !important;
  }
  tr.btn-load {
    display: table-row !important;
  }
  th.btn-load,
  td.btn-load {
    display: table-cell !important;
  }
}
.btn-primary {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  background: none;
  border-color: #b5121b;
  color: #b5121b;
}
.btn-primary.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-primary {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-primary .icon {
  margin: 0 5px;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-filter:focus,
.btn-filter:hover {
  background: #b5121b !important;
  border-color: #b5121b !important;
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn-primary.reversed {
  background: #b5121b !important;
  border-color: #b5121b !important;
  color: #fff !important;
}
.btn-primary.reversed:hover {
  background: transparent !important;
  border-color: #b5121b !important;
  color: #b5121b !important;
}
.btn-green {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  background: none;
  border-color: #00d154;
  color: #00d154;
}
.btn-green.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-green {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-green {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-green {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-green .icon {
  margin: 0 5px;
}
.btn-green:focus,
.btn-green:hover,
.btn-green:active {
  background: #00d154 !important;
  border-color: #00d154 !important;
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .btn-green {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bt-price {
  font-size: 12px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .bt-price {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
  }
}
.movie #trailer .btn-trailer-play {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  font-size: 42px;
  height: 76px;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 76px;
}
.movie #trailer .btn-trailer-play .icon-play {
  position: static;
}
@media screen and (min-width: 768px) {
  .movie #trailer .btn-trailer-play {
    margin-top: -82px;
  }
}
@media screen and (min-width: 992px) {
  .movie #trailer .btn-trailer-play {
    height: 100px;
    width: 100px;
  }
}
.movie #trailer .btn-trailer-play .legend {
  font-size: 12px;
  position: absolute;
  width: 50px;
  text-align: center;
  left: 50%;
  bottom: -30px;
  margin-left: -25px;
  z-index: 2;
  text-transform: uppercase;
  color: #FFFFFF;
}
.movie #trailer .btn-trailer-play:focus,
.movie #trailer .btn-trailer-play:hover {
  background: #000;
  box-shadow: 0 0 30px -5px #fff;
}
.btn-favorite {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #b5121b;
  border-color: #b5121b;
  border-radius: 50%;
  font-size: 19px;
  height: 40px;
  padding: 5px;
  width: 40px;
}
.btn-favorite .icon-heart2 {
  display: none;
  position: absolute;
}
.btn-favorite:focus,
.btn-favorite:hover {
  background: #b5121b;
  color: #fff;
}
.btn-favorite.active .icon-heart {
  display: none;
  position: absolute;
}
.btn-favorite.active .icon-heart2 {
  display: block;
  position: relative;
}
.btn-ticket {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  color: #1ecc63;
  border-color: #1ecc63;
  border-radius: 20px;
  float: right;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
}
.btn-ticket.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-ticket {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-ticket {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-ticket {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-ticket .icon {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .btn-ticket {
    float: none;
  }
}
.btn-ticket:focus,
.btn-ticket:hover {
  background: #1ecc63;
  color: #fff;
}
.btn-notify {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  color: #1ecc63;
  border-color: #1ecc63;
  border-radius: 20px;
  float: right;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  color: #b5121b;
  border-color: #b5121b;
}
.btn-notify.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-notify {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-notify {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-notify {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-notify .icon {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .btn-notify {
    float: none;
  }
}
.btn-notify:focus,
.btn-notify:hover {
  background: #1ecc63;
  color: #fff;
}
@media screen and (max-width: 380px) {
  .btn-notify {
    font-size: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.btn-notify:focus,
.btn-notify:hover {
  background: #b5121b;
  color: #fff;
}
.btn-see-all {
  color: #b5121b;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-link {
  color: #b5121b;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10.5px 20px;
}
@media screen and (max-width: 767px) {
  .btn-link {
    display: block;
  }
}
.btn-widget {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto;
  padding: 9px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: normal;
  outline: none;
  border-color: #fff;
  color: #fff;
  letter-spacing: 0.5px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-widget.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn-widget {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .btn-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .btn-widget {
    font-size: 12px;
    line-height: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-widget .icon {
  margin: 0 5px;
}
.btn-widget:focus,
.btn-widget:hover {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .btn-widget {
    font-size: 10px;
  }
}
.btn-prime {
  border-color: #e4be71;
  color: #e4be71;
}
.btn-prime:focus,
.btn-prime:hover {
  background: #e4be71;
  color: #0e0e0e;
}
.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.btn-group {
  display: block;
}
.btn-group .dot {
  color: #b5121b;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .btn-group .btn-link:first-child {
    padding-left: 0;
  }
}
.btn-group.text-center .btn-link:first-child {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-group .btn {
    font-size: 14px;
  }
  .btn-group .btn-programacao {
    font-weight: normal;
    border-radius: 0;
    color: #b5121b;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10.5px 20px;
    font-size: 14px;
  }
  .btn-group .btn-programacao,
  .btn-group .btn-programacao:active,
  .btn-group .btn-programacao.active,
  .btn-group .btn-programacao[disabled],
  fieldset[disabled] .btn-group .btn-programacao {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-group .btn-programacao,
  .btn-group .btn-programacao:hover,
  .btn-group .btn-programacao:focus,
  .btn-group .btn-programacao:active {
    border-color: transparent;
  }
  .btn-group .btn-programacao:hover,
  .btn-group .btn-programacao:focus {
    color: #6f0b11;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-group .btn-programacao[disabled]:hover,
  fieldset[disabled] .btn-group .btn-programacao:hover,
  .btn-group .btn-programacao[disabled]:focus,
  fieldset[disabled] .btn-group .btn-programacao:focus {
    color: #777777;
    text-decoration: none;
  }
  .btn-group .btn-programacao span {
    display: none;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .btn-group .btn-programacao {
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-group .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .btn-group {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-group .btn {
    display: inline-block;
    padding: 10px 9px;
  }
  .btn-group .btn-programacao {
    background: #b5121b;
    color: #FFFFFF;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .btn-pull-sm {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-pull-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-pull-md {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-pull-lg {
    margin-top: 20px;
  }
}
.btn-compre {
  height: 22px;
  width: 120px;
  background: #b5121b;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
}
.btn-compre:hover {
  background: #b5121b;
  color: #fff;
  text-decoration: none;
}
/* CAROUSEL -------------------------------------------------------- */
.slick-controls,
.slick-dots {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .slick-controls,
  .slick-dots {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
.slick-dots button {
  background: none;
  border: none;
  font-size: 0;
  height: 25px;
  padding: 10px;
  text-indent: -999999px;
}
.slick-dots button:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 5px;
  width: 5px;
}
.slick-dots,
.slick-arrow {
  vertical-align: middle;
}
.slick-dots {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 75%;
  width: auto;
}
.slick-arrow {
  background: none;
  border: none;
}
.slick-prev {
  margin-right: 5px;
}
.slick-next {
  margin-left: 5px;
}
.slick-controls {
  display: none;
  text-align: center;
}
.banners.slick-initialized .slick-controls,
.carousel.slick-initialized .slick-controls {
  display: block;
}
.carousel {
  margin: 0 -10px;
}
.carousel .slide {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .carousel {
    margin-bottom: -5px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 992px) {
  .carousel {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .carousel .slide {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  .carousel.slick-initialized {
    white-space: normal;
    overflow-x: visible;
  }
  .carousel.slick-initialized .slide {
    display: block;
  }
}
.carousel .slide {
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .carousel .slide {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .carousel .movie,
  .carousel .item {
    margin-bottom: 0;
  }
}
.carousel .slick-dots button:before {
  background: #c0c0c0;
}
.carousel .slick-dots .slick-active button:before {
  background: #b5121b;
}
.carousel .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #c0c0c0;
  height: 25px;
  text-shadow: 0px 1px #c0c0c0, 0px 1px #c0c0c0, 0px 1px #c0c0c0;
}
.carousel .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
@media screen and (min-width: 768px) {
  .carousel-sm .slick-dots button:before {
    background: #717073;
  }
  .carousel-sm .slick-dots .slick-active button:before {
    background: #b5121b;
  }
  .carousel-sm .slick-arrow {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #717073;
    height: 25px;
    text-shadow: 0px 1px #717073, 0px 1px #717073, 0px 1px #717073;
  }
  .carousel-sm .slick-arrow:hover {
    color: #b5121b;
    text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
  }
}
@media screen and (min-width: 768px) {
  .carousel-special {
    width: 493px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-special {
    width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-special {
    width: 600px;
  }
  .carousel-special .title {
    font-size: 70px;
  }
}
.carousel-special .slick-dots button:before {
  background: #fff;
}
.carousel-special .slick-dots .slick-active button:before {
  background: #b5121b;
}
.carousel-special .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
  height: 25px;
  text-shadow: 0px 1px #fff, 0px 1px #fff, 0px 1px #fff;
}
.carousel-special .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
@media screen and (max-width: 767px) {
  .carousel-2 .slide {
    width: 290px !important;
  }
}
@media screen and (max-width: 767px) {
  .carousel-2 {
    margin-left: -20px;
  }
  .carousel-2 .slick-controls {
    margin-left: 10px;
  }
}
.carousel-2 .slick-dots button:before {
  background: #c0c0c0;
}
.carousel-2 .slick-dots .slick-active button:before {
  background: #b5121b;
}
.carousel-2 .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #c0c0c0;
  height: 25px;
  text-shadow: 0px 1px #c0c0c0, 0px 1px #c0c0c0, 0px 1px #c0c0c0;
}
.carousel-2 .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
.carousel-snacks {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .carousel-snacks {
    margin-left: -20px;
  }
  .carousel-snacks .slide {
    width: 290px !important;
  }
  .carousel-snacks .slick-controls {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-combo {
    margin-left: -20px;
  }
  .carousel-combo .slide {
    width: 290px !important;
  }
  .carousel-combo .slick-controls {
    margin-left: 20px;
  }
}
.carousel-tabs {
  padding: 0 20px;
}
.carousel-tabs .slick-arrow {
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.carousel-tabs .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.carousel-tabs .slick-prev {
  left: 0;
}
.carousel-tabs .slick-next {
  right: 0;
}
@media screen and (min-width: 992px) {
  .carousel-tabs {
    padding: 0 40px;
  }
  .carousel-tabs .slick-prev {
    left: 10px;
  }
  .carousel-tabs .slick-next {
    right: 10px;
  }
}
.carousel-tabs .slick-dots button:before {
  background: #717073;
}
.carousel-tabs .slick-dots .slick-active button:before {
  background: #b5121b;
}
.carousel-tabs .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #717073;
  height: 25px;
  text-shadow: 0px 1px #717073, 0px 1px #717073, 0px 1px #717073;
}
.carousel-tabs .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
.carousel-favoritos .slide .btn-remove {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .carousel-favoritos .slide .btn-remove {
    margin-bottom: 30px;
  }
}
.carousel-favoritos .slide:last-child .btn-remove {
  margin-bottom: 0;
}
.carousel-favoritos .slide img {
  margin: 0;
}
.carousel-favoritos .slick-controls {
  margin-bottom: 0;
}
/* COMBOS ---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #combos-container header {
    height: 40px;
  }
  #combos-container header .btn {
    float: right;
  }
  #combos-container .title1 {
    float: left;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #combos-container {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  #combos-container > header,
  #combos-container > footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#combos-container footer p {
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #combos-container footer p {
    margin-top: 10px;
  }
}
#combos-container .combo img {
  border-radius: 5px;
  margin-bottom: 24px;
}
#combos-container .combo .title {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
#combos-container .combo ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-size: 14px;
}
#combos-container .combo li {
  line-height: 1.3;
  margin-bottom: 12px;
}
#footer-container {
  background-color: #1c1a1a;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14px;
  text-transform: uppercase;
  margin-bottom: -15px;
}
#footer-container .social {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 0;
  border-bottom: 1px solid #555353;
  font-size: 0;
  margin-bottom: 20px;
  padding-bottom: 13px;
  text-align: center;
}
#footer-container .social > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #footer-container .social {
    margin-bottom: 38px;
    padding-bottom: 31px;
  }
}
#footer-container .social li {
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 1.25;
  width: 20%;
}
@media screen and (min-width: 768px) {
  #footer-container .social li {
    text-align: left;
  }
}
#footer-container .social .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #footer-container .social .title {
    display: none !important;
  }
}
#footer-container .social .title strong {
  display: block;
  font-size: 14px;
}
@media (max-width: 1023px) {
  #footer-container .social .title strong {
    font-size: 10px;
  }
}
#footer-container .social a {
  color: #fff;
  display: block;
}
#footer-container .social a:focus,
#footer-container .social a:hover {
  text-decoration: none;
}
#footer-container .social .icon {
  height: 32px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 36px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #footer-container .social .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 10px;
  }
}
#footer-container .social .btn-linkedin:focus,
#footer-container .social .btn-linkedin:hover {
  color: #ffffff;
}
#footer-container .social .btn-youtube:focus,
#footer-container .social .btn-youtube:hover {
  color: #e52d27;
}
#footer-container .social .btn-instagram:focus,
#footer-container .social .btn-instagram:hover {
  color: #ddae17;
}
#footer-container .social .btn-twitter:focus,
#footer-container .social .btn-twitter:hover {
  color: #55acee;
}
#footer-container .social .btn-facebook:focus,
#footer-container .social .btn-facebook:hover {
  color: #3b5999;
}
#footer-container .social .icon-linkedin {
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzAuMTE3IDQzMC4xMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBpZD0iTGlua2VkSW4iIGQ9Ik00MzAuMTE3LDI2MS41NDNWNDIwLjU2aC05Mi4xODhWMjcyLjE5M2MwLTM3LjI3MS0xMy4zMzQtNjIuNzA3LTQ2LjcwMy02Mi43MDcgICBjLTI1LjQ3MywwLTQwLjYzMiwxNy4xNDItNDcuMzAxLDMzLjcyNGMtMi40MzIsNS45MjgtMy4wNTgsMTQuMTc5LTMuMDU4LDIyLjQ3N1Y0MjAuNTZoLTkyLjIxOWMwLDAsMS4yNDItMjUxLjI4NSwwLTI3Ny4zMmg5Mi4yMSAgIHYzOS4zMDljLTAuMTg3LDAuMjk0LTAuNDMsMC42MTEtMC42MDYsMC44OTZoMC42MDZ2LTAuODk2YzEyLjI1MS0xOC44NjksMzQuMTMtNDUuODI0LDgzLjEwMi00NS44MjQgICBDMzg0LjYzMywxMzYuNzI0LDQzMC4xMTcsMTc2LjM2MSw0MzAuMTE3LDI2MS41NDN6IE01Mi4xODMsOS41NThDMjAuNjM1LDkuNTU4LDAsMzAuMjUxLDAsNTcuNDYzICAgYzAsMjYuNjE5LDIwLjAzOCw0Ny45NCw1MC45NTksNDcuOTRoMC42MTZjMzIuMTU5LDAsNTIuMTU5LTIxLjMxNyw1Mi4xNTktNDcuOTRDMTAzLjEyOCwzMC4yNTEsODMuNzM0LDkuNTU4LDUyLjE4Myw5LjU1OHogICAgTTUuNDc3LDQyMC41Nmg5Mi4xODR2LTI3Ny4zMkg1LjQ3N1Y0MjAuNTZ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center 30%;
  background-size: 20px auto;
  width: 30px;
  height: 30px;
  display: inline-block;
}
#footer-container a {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#footer-container,
#footer-container .links a {
  color: #fff;
}
#footer-container .links a {
  display: block;
  font-weight: 800;
  line-height: 1.4;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  #footer-container .links a {
    padding-bottom: 11px;
    padding-top: 11px;
  }
}
#footer-container .links a:focus,
#footer-container .links a:hover {
  background: #1c1a1a;
  color: #b5121b;
  text-decoration: none;
}
#footer-container .container > .links {
  border-bottom: 1px solid #555353;
  font-size: 9px;
  letter-spacing: 1.6px;
}
#footer-container .container > .links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin: 0 -10px 26px;
}
@media screen and (max-width: 767px) {
  #footer-container .container > .links ul {
    text-align: center;
  }
}
#footer-container .container > .links li {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #footer-container .container > .links li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
#footer-container .container > .links .title {
  color: #555353;
  display: block;
  font-size: 14px;
  letter-spacing: 1.25px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  #footer-container .container > .links .title {
    text-align: center;
  }
}
#footer-container .institutional {
  font-size: 12px;
  padding: 29px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #footer-container .institutional {
    padding: 39px 0;
  }
}
#footer-container .institutional .logo,
#footer-container .institutional .copyright,
#footer-container .institutional .links {
  display: block;
  margin: 0 auto 29px;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  #footer-container .institutional .logo,
  #footer-container .institutional .copyright,
  #footer-container .institutional .links {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 26px;
  }
}
#footer-container .institutional .copyright {
  text-transform: none;
}
#footer-container .institutional .links {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #footer-container .institutional .links a {
    padding: 14px 0;
  }
  #footer-container .institutional .links .developed-by {
    margin-top: 26px;
  }
}
@media screen and (max-width: 991px) {
  #footer-container .institutional .links a {
    display: block;
    font-size: 12px;
    letter-spacing: 1.1px;
  }
}
@media screen and (min-width: 768px) {
  #footer-container .institutional .links {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-left: 0;
  }
  #footer-container .institutional .links > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #footer-container .institutional .links a {
    font-size: 8px;
    letter-spacing: 2.05px;
  }
}
#footer-container .institutional .links li {
  margin: 0 5px;
}
#footer-container .logo img {
  height: 30px;
}
@media screen and (min-width: 768px) {
  #footer-container {
    padding-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  #footer-container .logo img {
    height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  #footer-container .logo img {
    height: 42px;
  }
}
#footer-container.image {
  background-image: url(../images/bg-footer-xs.jpg);
}
@media screen and (min-width: 768px) {
  #footer-container.image {
    background-image: url(../images/bg-footer.jpg);
  }
}
/* FORMS ----------------------------------------------------------- */
.form label {
  border-color: #b8b8b8;
}
.form .form-control,
.form .help-block {
  color: #333;
}
.form textarea.form-control {
  border: 1px solid #b8b8b8;
  resize: none;
}
.form .checkbox:last-child,
.form .radio:last-child {
  margin-bottom: 0;
}
.form .checkbox label:before,
.form .radio label:before {
  background: #b8b8b8;
}
.form label {
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.form ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
select option {
  background: #fff !important;
  color: #000 !important;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group > label {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 12px;
  height: 52px;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 23px 10px 9px;
  width: 100%;
}
.form-group > label.error {
  display: none !important;
}
.form-group > label.label-red {
  border: 0;
  padding: 0;
  height: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: inherit;
  color: #b5121b;
}
@media screen and (min-width: 768px) {
  .form-group > label:before {
    content: attr(title);
  }
  .form-group > label span {
    display: none;
  }
}
.form-group.error > label {
  border-bottom: 2px solid #ff0000;
}
.form-group.error .g-recaptcha iframe {
  border: 2px solid #ff0000;
  border-radius: 5px;
}
.form-group.valid > label {
  border-bottom: 2px solid #00d154;
}
.form-group.valid .g-recaptcha iframe {
  border: 2px solid #00d154;
  border-radius: 5px;
}
.form-group.open > label,
.mod_touchevents .form-group > label {
  padding-top: 8px !important;
  font-size: 9px !important;
}
.form-group.inline {
  margin-bottom: 0;
}
.form-group .select-custom {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.form-group .select-custom .form-control {
  position: relative;
}
.form-group .form-control,
.form-group .select-custom .form-control {
  bottom: 0;
  left: 0;
  position: absolute;
}
.form-group.textarea label {
  border-bottom: none;
}
.form-group.textarea .form-control {
  position: static;
}
.form-group.textarea.error .form-control {
  border-color: #ff0000;
  border-top-width: 2px;
}
.form-group.textarea.valid .form-control {
  border-color: #00d154;
  border-top-width: 2px;
}
.form-group.textarea .field-validation-error {
  position: relative;
  text-align: right;
  bottom: 0;
}
.form-group.upload-image .form-control {
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-group.upload-image .image-preview,
.form-group.upload-image .image-label {
  display: inline-block;
  vertical-align: middle;
}
.form-group.upload-image .image-preview {
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.form-group.upload-image .image-preview img {
  margin: 0;
  border-radius: 50%;
  z-index: 1;
}
.form-group.upload-image .image-label {
  color: #b5121b;
  margin: 0 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.form-group.upload-image.error .image-label {
  color: #ff0000;
}
.form-group.upload-image .field-validation-error {
  position: relative;
  text-align: right;
  bottom: 0;
}
.form-group .field-validation-error {
  display: block;
  margin-top: 10px;
  position: absolute;
  right: 0;
  bottom: -20px;
  color: #ff0000;
}
.form-control {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .form-control {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.checkbox,
.radio {
  margin-top: 0;
}
.checkbox input,
.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox label,
.radio label {
  border-bottom: none;
  font-size: 12px;
  height: auto;
  line-height: 20px;
  padding: 0 0 0 25px;
  position: relative;
}
.checkbox label:before,
.radio label:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #b5121b;
  content: '';
  height: 15px;
  left: 0;
  line-height: 11px;
  margin-top: -8px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 15px;
}
.checkbox input:checked + label:before {
  content: "\E00B";
}
.checkbox label:before {
  border-radius: 2px;
  font-family: "icons";
  font-size: 12px;
}
.radio input:checked + label:before {
  content: '\2022';
  font-size: 32px;
}
.radio label:before {
  border-radius: 50%;
}
.navbar .form {
  margin: 60px 0 30px;
  text-align: center;
}
.navbar .form p,
.navbar .form .form-group {
  text-align: left;
  color: #FFFFFF;
}
.navbar .form .form-control {
  color: #fff;
}
.navbar .form .form-control option {
  color: #000;
}
.navbar .form p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .g-recaptcha {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -10px;
  }
}
#form-filtre-cinema .location {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: 1px;
  line-height: 1;
}
#form-login-nav .btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #form-login-nav .btn + .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #form-login-nav .btn {
    margin-top: 10px;
  }
}
#form-login-nav .btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
#form-login-nav .btn-facebook:focus,
#form-login-nav .btn-facebook:hover {
  background: #344e86;
  border-color: #344e86;
}
@media screen and (max-width: 767px) {
  #form-login-nav .link-forgot-pass {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #form-login-nav {
    text-align: left;
  }
  #form-login-nav .btn-group {
    text-align: center;
  }
}
#form-login-nav a {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #form-login-nav a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #form-login-nav .social-login {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 20px;
  }
  #form-login-nav .social-login .btn {
    margin-top: 20px;
  }
}
#form-search {
  margin-bottom: 28px;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  #form-search {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #form-search {
    margin-top: 29px;
  }
}
#form-search ::-webkit-input-placeholder {
  color: #fff;
}
#form-search ::-moz-placeholder {
  color: #fff;
}
#form-search :-ms-input-placeholder {
  color: #fff;
}
#form-search input:-moz-placeholder {
  color: #fff;
}
#form-search .placeholder {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #form-search ::-webkit-input-placeholder {
    font-weight: 800;
    text-transform: uppercase;
  }
  #form-search ::-moz-placeholder {
    font-weight: 800;
    text-transform: uppercase;
  }
  #form-search :-ms-input-placeholder {
    font-weight: 800;
    text-transform: uppercase;
  }
  #form-search input:-moz-placeholder {
    font-weight: 800;
    text-transform: uppercase;
  }
  #form-search .placeholder {
    font-weight: 800;
    text-transform: uppercase;
  }
}
#form-search .form-control {
  border-bottom: 1px solid #fff;
  font-size: 12px;
  height: 40px;
  letter-spacing: 0.9px;
  padding: 9px 10px;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #form-search .form-control {
    border-bottom: none;
    font-size: 34px;
    font-weight: 200;
    height: 77px;
    line-height: 77px;
    padding: 0 27px;
    text-align: center;
  }
}
#form-contact {
  text-align: center;
}
#form-contact p,
#form-contact .form-group {
  text-align: left;
}
#form-poll .title2 {
  margin-bottom: 40px;
}
#form-poll .question {
  margin-bottom: 40px;
}
#form-poll .question .title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#form-poll .radio label {
  color: #b5121b;
}
#form-poll textarea.form-control {
  height: 120px;
}
#navbar #citySlug {
  display: none;
}
@media screen and (max-width: 992px) {
  #navbar #citySlug {
    display: inherit;
  }
}
#navbar #citySlug option {
  display: none;
}
@media screen and (max-width: 992px) {
  #navbar #citySlug option {
    display: inherit;
  }
}
/* MODAL ----------------------------------------------------------- */
.modal-overlay {
  background: rgba(28, 26, 26, 0.9);
  position: fixed;
  left: 0;
  width: 100%;
  top: -10%;
  height: 130%;
  z-index: 999;
}
.modal-wrap {
  background: #fff;
  border-radius: 10px;
  left: 50%;
  max-height: 65%;
  max-width: 90%;
  position: relative;
  top: 50%;
  width: 580px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal-wrap {
    max-height: 55%;
    max-width: 93%;
  }
}
@media screen and (min-width: 768px) {
  .modal-wrap {
    max-height: 63%;
    max-width: 80%;
  }
}
.modal-wrap.modal-sm {
  width: 768px;
}
.modal-wrap.modal-md {
  width: 992px;
}
.modal-wrap.modal-lg {
  width: 1200px;
}
.modal-wrap .modal-skin {
  box-sizing: content-box;
  border-radius: 10px;
  border-top: 3px solid transparent;
  padding: 20px 5px;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-skin {
    padding: 66px 74px 69px;
  }
}
.modal-wrap.modal-error .modal-skin {
  border-top-color: #ff0000;
}
.modal-wrap.modal-success .modal-skin {
  border-top-color: #00d154;
}
.modal-wrap .modal-body {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-body {
    padding: 0 20px;
  }
}
.modal-wrap .modal-body .modal-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 0;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal-wrap .modal-body .modal-title .btn-see-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .modal-wrap .modal-body .modal-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-body .modal-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.modal-wrap .modal-body iframe {
  display: block;
}
.modal-wrap .modal-close {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 #fff, inset 0 0 1px 0 #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  height: 40px;
  line-height: 36px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -50px;
  width: 40px;
}
.modal-wrap .modal-close:focus,
.modal-wrap .modal-close:hover {
  background: #fff;
  color: #1c1a1a;
}
.modal-wrap .modal-description {
  font-size: 14px;
  line-height: 1.45;
}
.modal-wrap .title {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .modal-wrap .title {
    font-size: 36px;
  }
}
.modal-wrap .form {
  text-align: right;
}
.modal-wrap .form .form-group {
  text-align: left;
}
.modal-wrap .select-custom .form-control {
  font-weight: 800;
  height: 40px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.modal-wrap .select-custom .form-control option {
  font-weight: normal;
}
.modal-wrap.modal-player .modal-skin {
  border-top: none;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .modal-wrap.modal-player .modal-skin {
    padding: 20px;
  }
}
.modal-wrap.modal-player .modal-body {
  overflow: visible !important;
  padding: 0;
}
body.modal-open {
  overflow: hidden;
}
.mod_touchevents body.modal-open {
  position: fixed;
  left: 0;
  right: 0;
}
.mod_touchevents .modal-wrap select.multiple-select {
  height: 18px;
  margin: 11px 0;
}
/* PAGE ------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .page .banners {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page {
    background: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .page .banners-top.slick-initialized {
    margin-bottom: -40px;
    z-index: 1;
  }
}
.page-header {
  position: relative;
  z-index: 1;
}
.page-header .ads-container {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-header .ads-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .page-header .ads-container {
    float: right;
    margin-left: 20px;
    text-align: right;
  }
}
.page-header .ads > div {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-header .ads > div {
    width: 970px;
    height: 90px;
	background-color:#ECECEC;
  }
}
@media screen and (max-width: 767px) {
  .page-header > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-header {
    background: #ececec;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .page-header {
    display: table;
    width: 100%;
  }
}
.page-header .breadcrumb {
  margin-top: 10px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .page-header .breadcrumb {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .page-header .breadcrumb {
    margin-top: 20px;
  }
}
.page-header .title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .page-header .title {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .page-header .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .title {
    font-size: 34px;
  }
}
.page-content {
  background: #fff;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-content {
    padding-top: 40px;
  }
}
.page-content img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.page-content .ads img {
  border-radius: 0;
  margin-bottom: 0;
}
.page-content .btn-filter {
  margin-top: 0;
  top: 0;
}
.page-content img {
  border-radius: 0;
  margin-bottom: 0;
}
.page-content .location > .btn {
  margin-bottom: 0;
  margin-top: 0;
}
.pagination {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pagination a {
  color: #d1d1d1;
  display: block;
  font-size: 14px;
  font-weight: 800;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  width: 25px;
}
.pagination .active,
.pagination li.active a {
  color: #b5121b;
}
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination li.paginationjs-prev a,
.pagination li.paginationjs-next a {
  color: #717073;
  font-size: 12px;
  margin: 0 10px;
  width: auto;
}
.pagination .pagination-prev .icon,
.pagination .pagination-next .icon,
.pagination li.paginationjs-prev a .icon,
.pagination li.paginationjs-next a .icon {
  text-shadow: 0px 1px #717073, 0px 1px #717073, 0px 1px #717073;
}
.pagination .pagination-prev .icon,
.pagination li.paginationjs-prev a .icon {
  margin-right: 5px;
}
.pagination .pagination-next .icon,
.pagination li.paginationjs-next a .icon {
  margin-left: 5px;
}
.share {
  background: #ececec;
  color: #717073;
  display: block;
  padding: 15px 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .share {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .share {
    border-radius: 5px;
  }
}
@media screen and (min-width: 992px) {
  .share {
    text-align: left;
  }
}
.share > span,
.share .addthis_sharing_toolbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.share > span {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-right: 7px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .share > span {
    margin-bottom: 0;
  }
}
.share .at-share-btn {
  background: none !important;
  float: left;
  display: block !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  max-height: 35px !important;
  max-width: 35px !important;
}
.share .at-share-btn:focus .at-icon-wrapper,
.share .at-share-btn:hover .at-icon-wrapper {
  background: #b5121b !important;
}
.share .at-share-btn:focus .at-icon,
.share .at-share-btn:hover .at-icon {
  fill: #ececec;
}
.share .at-icon-wrapper {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: none !important;
  border: 1px solid #b5121b;
  border-radius: 50%;
  height: 35px !important;
  width: 35px !important;
  text-align: center;
}
.share .at-icon {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  fill: #b5121b;
  height: 22px !important;
  width: 22px !important;
  margin: 5px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .share .at-svc-whatsapp {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .share .at-svc-whatsapp {
    display: none !important;
  }
}
/* SINGLE ---------------------------------------------------------- */
.breadcrumb {
  padding-left: 0;
  list-style: none;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 1px;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.breadcrumb li.current {
  display: none;
}
.breadcrumb li a {
  color: #717073;
}
.breadcrumb li + li:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  content: '>';
  margin-right: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .single .banners {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single {
    background: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .single .banners-top.slick-initialized {
    margin-bottom: -40px;
    z-index: 1;
  }
}
.single-header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-header > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-header {
    background: #ececec;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .single-header {
    display: table;
    width: 100%;
  }
}
.single-header .breadcrumb {
  margin-top: 10px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .single-header .breadcrumb {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .single-header .breadcrumb {
    margin-top: 20px;
  }
}
.single-header .title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .single-header .title {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .single-header .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-header .title {
    font-size: 34px;
  }
}
.single-content {
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .single-content {
    padding-top: 40px;
  }
}
.single-content img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-content .ads img {
  border-radius: 0;
  margin-bottom: 0;
}
.single-content .btn-filter {
  margin-top: 0;
  top: 0;
}
.single-banner {
  height: 240px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-banner {
    margin-bottom: 27px;
    margin-top: -27px;
  }
}
.single-banner .single-banner-content {
  display: table-cell;
  vertical-align: middle;
  height: 240px;
}
.single-banner .title-banner {
  line-height: 1.2;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-banner .title-banner {
    font-size: 25px;
  }
}
.single-slider .slide img {
  margin: 0;
}
.single-slider .slick-dots button:before {
  background: #c0c0c0;
}
.single-slider .slick-dots .slick-active button:before {
  background: #b5121b;
}
.single-slider .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #c0c0c0;
  height: 25px;
  text-shadow: 0px 1px #c0c0c0, 0px 1px #c0c0c0, 0px 1px #c0c0c0;
}
.single-slider .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
.single-slider.slick-initialized .slick-controls {
  display: block;
}
.picture {
  margin: 0 0 20px 0;
  display: block;
  text-align: center;
}
.picture.radius {
  border-radius: 8px;
  overflow: hidden;
}
.picture.radius img {
  border-radius: 8px;
}
.picture img {
  display: inline-block;
  margin: 0;
}
.embed-responsive {
  margin-bottom: 20px;
}
.embed-responsive:last-child {
  margin-bottom: 0;
}
.media-object {
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 992px) {
  .media-object {
    padding: 0 40px;
  }
}
.media-object .media-title {
  display: block;
  text-align: center;
  font-weight: 100;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 3px 0;
}
@media screen and (min-width: 768px) {
  .media-object .media-title {
    font-size: 18px;
  }
}
.media-object .media-label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 20px 0;
}
.media-item {
  margin: 0 0 40px 0;
}
.media-item .media-title {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.single-box {
  padding: 30px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b91f27;
  border-radius: 10px;
  text-align: center;
}
.single-box .box-legend {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: center;
  display: block;
  font-weight: 400;
  color: #b91f27;
}
.single-box .box-table {
  width: 100%;
  margin-bottom: 20px;
  min-width: 560px;
}
.single-box .box-table:last-child {
  margin: 0;
}
.single-box .box-table tr th {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #b81c25;
  padding: 15px 0;
  font-weight: normal;
}
.single-box .box-table tr th:first-child {
  border-top-left-radius: 10px;
}
.single-box .box-table tr th:last-child {
  border-top-right-radius: 10px;
}
.single-box .box-table tr td {
  font-size: 12px;
  color: #717073;
  text-align: center;
  padding: 30px 0;
  background: #e6e6e6;
  line-height: 1.4;
}
.single-box .box-table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.single-box .box-table tr:nth-child(even) td {
  background: #ececec;
}
.single-box .box-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.single-box .box-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.single-box .box-value {
  display: block;
  font-size: 48px;
  color: #b91f27;
}
.single-box .box-value small {
  font-size: 12px;
  font-weight: normal;
}
.single-box .box-label {
  font-size: 14px;
  color: #b91f27;
}
.single-box p {
  text-align: left;
}
.single-box p.titlep {
  font-size: 16px;
}
.separator {
  margin: 0 0 15px 0;
}
/* SNACKS ---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #snacks-container {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
  #snacks-container > header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#snacks-container,
#snacks-container > header {
  padding-top: 0;
}
#snacks-container .snack {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  height: 265px;
  margin-bottom: 56px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #snacks-container .snack {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 768px) {
  #snacks-container .snack {
    width: 220px;
  }
}
@media screen and (min-width: 992px) {
  #snacks-container .snack {
    width: 194px;
  }
}
@media screen and (min-width: 1200px) {
  #snacks-container .snack {
    height: 355px;
    width: 247px;
  }
}
#snacks-container .snack .title {
  font-size: 0;
  height: 94px;
  line-height: 1.55;
  padding: 23px 25px;
  text-transform: uppercase;
}
#snacks-container .snack .title:before,
#snacks-container .snack .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#snacks-container .snack .title:before {
  content: '';
  height: 100%;
  width: 0;
}
#snacks-container .snack .title span {
  font-size: 16px;
  letter-spacing: 3px;
}
#snacks-container .snack img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  #snacks-container .snack img {
    margin-top: 50px;
  }
}
#snacks-container .combo-mega {
  background-image: url(../images/snacks/bg-combo-mega.jpg);
}
#snacks-container .pipoca-n-cream {
  background-image: url(../images/snacks/bg-pipoca-n-cream.png);
}
#snacks-container .pipoca-n-cream img {
  margin-top: 0px !important;
}
#snacks-container .bacon-queijo {
  background-image: url(../images/snacks/bg-bacon-queijo.jpg);
}
#snacks-container .milkshakes {
  background-image: url(../images/snacks/bg-milkshakes.jpg);
}
#snacks-container .milkshakes img {
  margin-top: -22px;
}
#snacks-container .pipoca-chocolate {
  background-image: url(../images/snacks/bg-pipoca-chocolate.jpg);
}
.tabs {
  margin-bottom: 25px;
}
.tabs-nav {
  display: table;
  margin-bottom: 10px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tabs-nav {
    margin-bottom: 0;
  }
}
.tabs-nav .slide {
  display: table-cell;
  padding-left: 1px;
  padding-right: 1px;
  width: 1%;
}
.tabs-nav a.btn:before {
  content: '';
  height: 100%;
  width: 0;
}
.tabs-nav a.btn:before,
.tabs-nav a.btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.tabs-nav .btn {
  background: #f5f5f5;
  border-radius: 4px 4px 0 0;
  border: 1px solid #d7d7d7;
  color: #b5121b;
  font-size: 11px;
  font-weight: 800;
  height: 56px;
  letter-spacing: 1.2px;
  padding: 10px 5px;
  text-transform: uppercase;
  width: 100%;
  white-space: inherit;
}
@media screen and (min-width: 992px) {
  .tabs-nav .btn {
    font-size: 12px;
    height: 67px;
  }
  .tabs-nav .btn span {
    display: block;
  }
}
.tabs-nav .btn.active {
  background: #ededed;
}
.tabs-nav.slick-initialized {
  display: block;
  width: auto;
}
.tabs-nav.slick-initialized .slide {
  display: block;
  float: left;
  width: auto;
}
.tabs-content {
  background: #ececec;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .tabs-content {
    border-radius: 0 0 5px 5px;
  }
}
.tabs-content > div {
  display: none;
}
.tabs-content > div.active {
  display: block;
}
.tabs-content .theater-header {
  display: table;
  width: 100%;
  padding: 15px 20px;
  background-color: #dfdfdf;
}
.tabs-content .theater-header .title {
  color: #b5121b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .tabs-content .theater-header .title {
    display: block;
  }
}
.tabs-content .theater-header .title > h3 {
  display: inline;
  font-size: 18px;
  font-weight: 400;
}
.tabs-content .theater-header .actions {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .tabs-content .theater-header .actions .btn {
    width: inherit;
  }
}
.tabs-content .theater-header .actions .btn + .btn {
  margin: 0 0 0 10px;
}
.tabs-content .theater-header .actions .btn.btn-trailer-play {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.tabs-content .theater-header .actions .btn.btn-trailer-play .icon-play:before {
  border-left-color: #b5121b;
}
.tabs-content .theater-header .actions .btn.btn-trailer-play:focus .icon-play:before,
.tabs-content .theater-header .actions .btn.btn-trailer-play:hover .icon-play:before {
  border-left-color: #fff;
}
@media screen and (max-width: 767px) {
  .tabs-content .theater-header .actions {
    display: block;
    margin-top: 10px;
  }
}
.tabs-content .theater + .theater {
  margin-top: 15px;
}
/* WIDGETS --------------------------------------------------------- */
.single-content,
.page-content {
  position: relative;
}
.widgets-container {
  width: 100%;
}
.widgets {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .widgets {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .widgets {
    display: block;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .widgets {
    padding-left: 80px;
    width: 380px;
  }
}
.widgets img {
  border-radius: 0;
  margin-bottom: 0;
}
.widgets.widgets-fixed {
  position: fixed;
  bottom: 0;
  float: none;
}
.widgets.widgets-bottom {
  position: absolute;
}
.page-movies .widgets,
.page-acesse .widgets,
.page-theaters .widgets {
  /*padding-top: 0;*/
}
.widget {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  display: table;
  height: 237px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.widget article {
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.widget header,
.widget .widget-body {
  padding-left: 20px;
  padding-right: 20px;
}
.widget header {
  padding-bottom: 16px;
  padding-top: 16px;
}
.widget .title {
  font-size: 24px;
  font-weight: 200;
}
.widget .widget-body {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 17px;
  line-height: 1.45;
  max-height: 0;
}
.widget .widget-body p {
  margin-bottom: 21px;
  color: #FFF;
}
.widget:focus,
.widget:hover {
  color: #fff;
  text-decoration: none;
}
.widget.widget-animated:focus article,
.widget.widget-animated:hover article {
  background: rgba(0, 0, 0, 0.75);
}
.widget.widget-animated:focus .title,
.widget.widget-animated:hover .title {
  font-size: 30px;
}
.widget.widget-animated:focus .widget-body,
.widget.widget-animated:hover .widget-body {
  opacity: 1;
  filter: alpha(opacity=100);
  max-height: 237px;
  padding-bottom: 20px;
}
.widget.widget-cinemark-mania {
  background-image: url(../images/widgets/bg-cinemark-mania.jpg);
}
.widget.widget-snack-bar {
  background-color: #b5121b;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .widget.widget-snack-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.widget.widget-menu-prime {
  background-image: url(../images/widgets/bg-menu-prime.jpg);
  color: #e4be71;
}
.widget.widget-menu-prime article {
  text-align: center;
  vertical-align: middle;
}
.widget.widget-menu-prime header {
  padding-top: 0;
}
.widget.widget-menu-prime .title {
  font-size: 30px;
  line-height: 1.25;
}
.widget.widget-auditoriums {
  background-image: url(../images/widgets/bg-auditoriums.jpg);
}
.widget.widget-xd {
  background-image: url(../images/widgets/bg-xd.jpg);
}
.widget.widget-d-box {
  background-image: url(../images/widgets/bg-d-box.jpg);
}
/* HOME ------------------------------------------------------------ */
@media screen and (max-width: 991px) {
  #content .slick-slide {
    background: none !important;
  }
}
#programs-container {
  background-image: -webkit-linear-gradient(left, #ae1218 0%, #811603 100%);
  background-image: -o-linear-gradient(left, #ae1218 0%, #811603 100%);
  background-image: linear-gradient(to right, #ae1218 0%, #811603 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae1218', endColorstr='#ff811603', GradientType=1);
}
@media screen and (min-width: 992px) {
  #programs-container {
    background: #b5121b url(../images/bg-home-promocoes.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #programs-container {
    margin-top: -40px;
  }
}
#programs-container .program {
  display: block;
  letter-spacing: 1.15px;
  line-height: 1.5;
  position: relative;
  height: 45px;
  padding: 8px 0;
}
#programs-container .program .title {
  display: block;
  text-transform: uppercase;
}
#programs-container .program .program-details-body {
  display: none;
  max-height: 0;
  overflow: hidden;
}
#programs-container .program .animate {
  -webkit-transition: all 0.35s ease, opacity 0.5s ease;
  -o-transition: all 0.35s ease, opacity 0.5s ease;
  transition: all 0.35s ease, opacity 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  bottom: 0;
  display: none;
  position: absolute;
  width: 380px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #programs-container .program {
    border-radius: 5px;
    height: 250px;
    padding: 21px 0;
  }
  #programs-container .program .program-details {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    bottom: 9px;
    font-size: 16px;
    left: 20px;
    position: absolute;
    right: 20px;
  }
  #programs-container .program .program-details p {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 13px;
  }
  #programs-container .program .title,
  #programs-container .program .program-details-body {
    position: relative;
    z-index: 1;
  }
  #programs-container .program .title {
    font-size: 24px;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 10px;
  }
  #programs-container .program .title small {
    font-size: 16px;
  }
  #programs-container .program .program-label {
    display: block;
  }
  #programs-container .program .program-details-body {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
  }
  #programs-container .program .program-details-body .program-label {
    margin-bottom: 20px;
  }
  #programs-container .program .animate {
    display: block;
    width: 300px;
  }
  #programs-container .program:focus,
  #programs-container .program:hover {
    z-index: 2;
  }
  #programs-container .program:focus .animate,
  #programs-container .program:hover .animate {
    -webkit-transition: all 0.25s ease, opacity 0.125s ease;
    -o-transition: all 0.25s ease, opacity 0.125s ease;
    transition: all 0.25s ease, opacity 0.125s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 940px;
  }
  #programs-container .program:focus .program-details-body,
  #programs-container .program:hover .program-details-body {
    -webkit-transition: all 0.25s ease 0.25s;
    -o-transition: all 0.25s ease 0.25s;
    transition: all 0.25s ease 0.25s;
    opacity: 1;
    filter: alpha(opacity=100);
    max-height: 100%;
    overflow: visible;
  }
  #programs-container .program:focus .program-details > .program-label,
  #programs-container .program:hover .program-details > .program-label {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #programs-container .program {
    height: 210px;
  }
  #programs-container .program .title {
    font-size: 28px;
  }
  #programs-container .program .animate {
    display: block;
    width: 380px;
  }
  #programs-container .program:focus .animate,
  #programs-container .program:hover .animate {
    width: 1180px;
  }
}
@media screen and (max-width: 991px) {
  #programs-container .program {
    margin-left: -10px;
    margin-right: -10px;
  }
  #programs-container .program .title {
    font-size: 10px;
    text-align: center;
  }
  #programs-container .program .program-details {
    display: table;
    font-size: 0;
    height: 100%;
    padding: 0 5px;
    text-align: center;
    width: 100%;
  }
  #programs-container .program .program-details:before {
    content: '';
    height: 100%;
    width: 0;
  }
  #programs-container .program .program-details:before,
  #programs-container .program .program-details .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
}
#programs-container .cinemark-mania,
#programs-container .cinemark-mania:focus,
#programs-container .cinemark-mania:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  #programs-container .cinemark-mania {
    height: 210px;
  }
}
#programs-container .cinemark-mania .animate {
  background-position: 110% center;
  height: 263px;
  left: 0;
  top: -31px;
}
@media screen and (min-width: 992px) {
  #programs-container .cinemark-mania {
    background: url(../images/cinemark-mania/bg.jpg) no-repeat center;
    background-size: cover;
  }
  #programs-container .cinemark-mania:focus .animate,
  #programs-container .cinemark-mania:hover .animate {
    background-image: url(../images/cinemark-mania/bg-hover.png);
    background-position: 100% center;
  }
  #programs-container .cinemark-mania:focus .program-details,
  #programs-container .cinemark-mania:hover .program-details {
    left: 35px;
    top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #programs-container .cinemark-mania .program-details p {
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  #programs-container .snack-bar {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  #programs-container .snack-bar {
    height: 210px;
  }
}
#programs-container .snack-bar,
#programs-container .snack-bar:focus,
#programs-container .snack-bar:hover {
  color: #fff;
  text-decoration: none;
}
#programs-container .snack-bar .animate {
  background-position: 0 center;
  height: 247px;
  right: 0;
}
@media screen and (min-width: 992px) {
  #programs-container .snack-bar {
    background: url(../images/snack-bar/bg-home.jpg) no-repeat center;
    background-size: cover;
  }
  #programs-container .snack-bar:focus .animate,
  #programs-container .snack-bar:hover .animate {
    right: -320px;
    background-image: url(../images/snack-bar/bg-home-hover.png);
    background-position: -135px center;
  }
  #programs-container .snack-bar:focus .program-details,
  #programs-container .snack-bar:hover .program-details {
    left: -199px;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #programs-container .snack-bar:focus .animate,
  #programs-container .snack-bar:hover .animate {
    right: -400px;
    background-position: 0 center;
  }
  #programs-container .snack-bar:focus .program-details,
  #programs-container .snack-bar:hover .program-details {
    left: -360px;
  }
}
@media screen and (max-width: 1199px) {
  #programs-container .snack-bar:focus .program-details,
  #programs-container .snack-bar:hover .program-details {
    left: -280px;
  }
}
@media screen and (max-width: 991px) {
  #programs-container .ticket-deals {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 992px) {
  #programs-container .ticket-deals {
    height: 210px;
  }
}
#programs-container .ticket-deals,
#programs-container .ticket-deals:focus,
#programs-container .ticket-deals:hover {
  color: #fff;
  text-decoration: none;
}
#programs-container .ticket-deals .animate {
  background-position: right center;
  height: 100%;
  right: 0;
}
@media screen and (min-width: 992px) {
  #programs-container .ticket-deals {
    background: url(../images/ticket-deals/bg.jpg) no-repeat center;
    background-size: cover;
  }
  #programs-container .ticket-deals:focus .animate,
  #programs-container .ticket-deals:hover .animate {
    background-image: url(../images/ticket-deals/bg-hover.jpg);
    background-position: right center;
  }
  #programs-container .ticket-deals:focus .program-details,
  #programs-container .ticket-deals:hover .program-details {
    left: -600px;
    top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #programs-container .ticket-deals:focus .program-details,
  #programs-container .ticket-deals:hover .program-details {
    left: -760px;
  }
}
#programs-container .ads-container {
  padding-bottom: 25px;
  padding-top: 25px;
}
#movies-container .title1 {
  text-align: center;
  margin: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -176px 0;
  }
  100% {
    background-position: 176px 0;
  }
}
#movies-container .movie {
  width: 180px;
  min-height: 265px;
}
@media screen and (max-width: 1199px) {
  #movies-container .movie {
    width: 140px;
    min-height: 206px;
  }
}
@media screen and (max-width: 991px) {
  #movies-container .movie {
    width: 227px;
    min-height: 154px;
  }
}
@media screen and (max-width: 767px) {
  #movies-container .movie {
    width: 100%;
  }
  #movies-container .movie .movie-title:before {
    height: 100%;
  }
}
#movies-container .movie.load {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 265px;
}
@media screen and (max-width: 1199px) {
  #movies-container .movie.load {
    height: 206px;
  }
}
@media screen and (max-width: 991px) {
  #movies-container .movie.load {
    height: 189px;
  }
}
@media screen and (max-width: 767px) {
  #movies-container .movie.load {
    height: 154px;
  }
}
#movies-container .movie.load .movie-container,
#movies-container .movie.load .movie-tags {
  opacity: 0;
}
@media screen and (min-width: 767px) {
  #movies-container .movie.loadfirst {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 265px;
  }
  #movies-container .movie.loadfirst .movie-container,
  #movies-container .movie.loadfirst .movie-tags {
    opacity: 0;
  }
}
@media screen and (min-width: 767px) and screen and (max-width: 1199px) {
  #movies-container .movie.loadfirst {
    height: 206px;
  }
}
@media screen and (min-width: 767px) and screen and (max-width: 991px) {
  #movies-container .movie.loadfirst {
    height: 189px;
  }
}
@media screen and (min-width: 767px) and screen and (max-width: 767px) {
  #movies-container .movie.loadfirst {
    height: 154px;
  }
}
#movies-container .movie .movie-container,
#movies-container .movie .movie-tags {
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 991px) {
  #movies-container header {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  #movies-container {
    padding-bottom: 0;
  }
  #movies-container .movie {
    background: #fff;
  }
  #movies-container .movie-details ul a {
    padding: 13px 0;
  }
  #movies-container span.title1 {
    text-align: left;
    margin: 0 0 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  #movies-container .btn-filter {
    background: #fff;
  }
}
#special-container {
  background-image: -webkit-linear-gradient(left, #fa9722 0%, #fbb033 100%);
  background-image: -o-linear-gradient(left, #fa9722 0%, #fbb033 100%);
  background-image: linear-gradient(to right, #fa9722 0%, #fbb033 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa9722', endColorstr='#fffbb033', GradientType=1);
  color: #fff;
  padding-top: 33px;
  position: relative;
}
#special-container .hover {
  -webkit-transition: opacity 1s ease, background-image 0.5s ease;
  -o-transition: opacity 1s ease, background-image 0.5s ease;
  transition: opacity 1s ease, background-image 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#special-container .hover.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#special-container header {
  margin-bottom: 27px;
  padding-top: 0;
}
#special-container .title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #special-container .title {
    text-align: left;
  }
}
#special-container p {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #special-container p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #special-container {
    padding-top: 20px;
  }
  #special-container .row {
    display: table;
  }
  #special-container .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  #special-container header {
    margin-bottom: 0;
  }
  #special-container .title {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  #special-container .title {
    font-size: 70px;
  }
  #special-container .carousel {
    margin-top: 20px;
  }
  #special-container .movie:focus .movie-image,
  #special-container .movie:hover .movie-image {
    box-shadow: 0 0 0 3px #fff;
  }
}
@media screen and (max-width: 767px) {
  #special-container .movie-details ul a {
    padding: 13px 0;
  }
}
#embreve-container {
  background: #fff;
}
#embreve-container .title1 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #embreve-container .btn-group {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #embreve-container {
    padding-bottom: 0;
  }
  #embreve-container .container > header,
  #embreve-container .movie {
    background: #ececec;
  }
}
@media screen and (max-width: 767px) {
  #embreve-container .container > header {
    background: transparent;
  }
  #embreve-container .movie-details ul a {
    padding: 13px 0;
  }
}
@media screen and (min-width: 992px) {
  #embreve-container .btn-filter {
    background: #ececec;
  }
}
#embreve-container .movie {
  width: 180px;
  min-height: 265px;
}
@media screen and (max-width: 1199px) {
  #embreve-container .movie {
    width: 140px;
    min-height: 206px;
  }
}
@media screen and (max-width: 991px) {
  #embreve-container .movie {
    width: 227px;
    min-height: 154px;
  }
}
@media screen and (max-width: 767px) {
  #embreve-container .movie {
    width: 100%;
  }
}
#embreve-container .movie.load {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 265px;
}
@media screen and (max-width: 1199px) {
  #embreve-container .movie.load {
    height: 206px;
  }
}
@media screen and (max-width: 991px) {
  #embreve-container .movie.load {
    height: 189px;
  }
}
@media screen and (max-width: 767px) {
  #embreve-container .movie.load {
    height: 154px;
  }
}
#embreve-container .movie.load .movie-container,
#embreve-container .movie.load .movie-tags {
  opacity: 0;
}
#embreve-container .movie .movie-container,
#embreve-container .movie .movie-tags {
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (min-width: 768px) {
  .carousel-sm-home .slick-controls {
    width: 150%;
  }
}
@media screen and (min-width: 992px) {
  .carousel-sm-home.slick-initialized {
    overflow-x: hidden;
  }
  .carousel-sm-home .slick-controls {
    width: 120%;
  }
}
@media screen and (max-width: 767px) {
  .carousel-xs-home.slick-initialized {
    margin: 0 -20px 0 -40px;
  }
  .carousel-xs-home.slick-initialized .slide {
    width: 280px !important;
  }
  .carousel-xs-home.slick-initialized .slick-controls {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .carousel-xs-home .slick-controls {
    width: 150%;
  }
}
@media screen and (min-width: 992px) {
  .carousel-xs-home.slick-initialized {
    overflow-x: hidden;
  }
  .carousel-xs-home .slick-controls {
    width: 120%;
  }
}
#newsletter-container {
  background-color: #b5121b;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #newsletter-container {
    padding: 22px 0;
  }
  #newsletter-container .btn-default {
    font-size: 12px;
  }
}
#newsletter-container .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #newsletter-container .title {
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
  }
}
#newsletter-container .form {
  text-align: left;
}
#newsletter-container .form-group {
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  #newsletter-container .form-group {
    margin-bottom: 0;
  }
}
#newsletter-container label {
  border-color: #fff;
}
#newsletter-container .form-control,
#newsletter-container .help-block {
  color: #333;
}
#newsletter-container textarea.form-control {
  border: 1px solid #fff;
  resize: none;
}
#newsletter-container .checkbox:last-child,
#newsletter-container .radio:last-child {
  margin-bottom: 0;
}
#newsletter-container .checkbox label:before,
#newsletter-container .radio label:before {
  background: #b8b8b8;
}
@media screen and (min-width: 768px) {
  #newsletter-container .title {
    margin: 5px 0;
  }
}
@media screen and (min-width: 992px) {
  #newsletter-container header {
    margin-bottom: 0;
    text-align: left;
    /*padding-bottom: 28px;*/
  }
  #newsletter-container .title {
    font-size: 28px;
  }
  #newsletter-container .form {
    margin-top: 51px;
  }
}
@media screen and (min-width: 1200px) {
  #newsletter-container .title {
    font-size: 24px;
    padding-right: 20px;
    text-align: center;
  }
}
#newsletter-container.image {
  background-image: url(../images/bg-home-newsletter-xs.jpg);
}
@media screen and (min-width: 768px) {
  #newsletter-container.image {
    background-image: url(../images/bg-home-newsletter-sm.jpg);
  }
}
@media screen and (min-width: 992px) {
  #newsletter-container.image {
    background-image: url(../images/bg-home-newsletter.jpg);
  }
}
#products-container,
#differential-container {
  padding: 20px 0;
}
#products-container a,
#differential-container a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #products-container .items-list div + div:before,
  #differential-container .items-list div + div:before {
    background: #e3e2e3;
    content: '';
    display: block;
    height: 1px;
    margin: 0 10px;
  }
  #products-container header,
  #differential-container header {
    border-bottom: 1px solid #e3e2e3;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 992px) {
  #products-container .items-list div + div:before,
  #differential-container .items-list div + div:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #products-container a,
  #differential-container a {
    padding: 21px 10px;
  }
  #products-container header,
  #differential-container header {
    margin: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  #products-container,
  #differential-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #products-container .row,
  #differential-container .row {
    position: relative;
  }
  #products-container .row > div,
  #differential-container .row > div {
    position: static;
  }
  #products-container a,
  #differential-container a {
    color: #fff;
  }
}
#products-container .product,
#differential-container .differential {
  display: block;
  letter-spacing: 1.15px;
  line-height: 1.5;
  position: relative;
}
#products-container .product .title,
#differential-container .differential .title {
  display: block;
  text-transform: uppercase;
}
#products-container .product .program-details-body,
#differential-container .differential .program-details-body {
  display: none;
  max-height: 0;
  overflow: hidden;
}
#products-container .product .animate,
#differential-container .differential .animate {
  -webkit-transition: all 0.35s ease, opacity 0.5s ease;
  -o-transition: all 0.35s ease, opacity 0.5s ease;
  transition: all 0.35s ease, opacity 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  bottom: 0;
  display: none;
  position: absolute;
  width: 380px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  #products-container .product,
  #differential-container .differential {
    border-radius: 5px;
    height: 250px;
    padding: 21px 0;
  }
  #products-container .product .program-details,
  #differential-container .differential .program-details {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    bottom: 9px;
    font-size: 16px;
    left: 20px;
    position: absolute;
    right: 20px;
  }
  #products-container .product .program-details p,
  #differential-container .differential .program-details p {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 13px;
  }
  #products-container .product .title,
  #differential-container .differential .title,
  #products-container .product .program-details-body,
  #differential-container .differential .program-details-body {
    position: relative;
    z-index: 1;
  }
  #products-container .product .title,
  #differential-container .differential .title {
    font-size: 24px;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 10px;
  }
  #products-container .product .title small,
  #differential-container .differential .title small {
    font-size: 16px;
  }
  #products-container .product .program-label,
  #differential-container .differential .program-label {
    display: block;
  }
  #products-container .product .program-details-body,
  #differential-container .differential .program-details-body {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
  }
  #products-container .product .program-details-body .program-label,
  #differential-container .differential .program-details-body .program-label {
    margin-bottom: 20px;
  }
  #products-container .product .animate,
  #differential-container .differential .animate {
    display: block;
    width: 300px;
  }
  #products-container .product:focus,
  #differential-container .differential:focus,
  #products-container .product:hover,
  #differential-container .differential:hover {
    z-index: 2;
  }
  #products-container .product:focus .animate,
  #differential-container .differential:focus .animate,
  #products-container .product:hover .animate,
  #differential-container .differential:hover .animate {
    -webkit-transition: all 0.25s ease, opacity 0.125s ease;
    -o-transition: all 0.25s ease, opacity 0.125s ease;
    transition: all 0.25s ease, opacity 0.125s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 940px;
  }
  #products-container .product:focus .program-details-body,
  #differential-container .differential:focus .program-details-body,
  #products-container .product:hover .program-details-body,
  #differential-container .differential:hover .program-details-body {
    -webkit-transition: all 0.25s ease 0.25s;
    -o-transition: all 0.25s ease 0.25s;
    transition: all 0.25s ease 0.25s;
    opacity: 1;
    filter: alpha(opacity=100);
    max-height: 100%;
    overflow: visible;
  }
  #products-container .product:focus .program-details > .program-label,
  #differential-container .differential:focus .program-details > .program-label,
  #products-container .product:hover .program-details > .program-label,
  #differential-container .differential:hover .program-details > .program-label {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #products-container .product,
  #differential-container .differential {
    height: 210px;
  }
  #products-container .product .title,
  #differential-container .differential .title {
    font-size: 28px;
  }
  #products-container .product .animate,
  #differential-container .differential .animate {
    display: block;
    width: 380px;
  }
  #products-container .product:focus .animate,
  #differential-container .differential:focus .animate,
  #products-container .product:hover .animate,
  #differential-container .differential:hover .animate {
    width: 1180px;
  }
}
#products-container .product .animate,
#differential-container .differential .animate {
  background-position: left center;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #products-container .product,
  #differential-container .differential {
    background-size: cover;
  }
  #products-container .product:focus .program-details,
  #differential-container .differential:focus .program-details,
  #products-container .product:hover .program-details,
  #differential-container .differential:hover .program-details {
    top: 58px;
  }
}
@media screen and (min-width: 1200px) {
  #products-container .product,
  #differential-container .differential {
    height: 300px;
  }
  #products-container .product:focus .program-details,
  #differential-container .differential:focus .program-details,
  #products-container .product:hover .program-details,
  #differential-container .differential:hover .program-details {
    top: 70px;
  }
}
#products-container .product .icon,
#differential-container .differential .icon {
  font-size: 14px;
  margin-top: -12px;
  position: absolute;
  right: 10px;
  text-shadow: 0px 1px #fff, 0px 1px #fff, 0px 1px #fff;
  top: 50%;
}
@media screen and (min-width: 992px) {
  #products-container .product .icon,
  #differential-container .differential .icon {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #products-container .product-ticket .animate,
  #differential-container .auditorium-xd .animate {
    left: 0;
  }
  #products-container .product-ticket:focus .animate,
  #differential-container .auditorium-xd:focus .animate,
  #products-container .product-ticket:hover .animate,
  #differential-container .auditorium-xd:hover .animate {
    background-position: left center;
  }
  #products-container .product-ticket:focus .program-details,
  #differential-container .auditorium-xd:focus .program-details,
  #products-container .product-ticket:hover .program-details,
  #differential-container .auditorium-xd:hover .program-details {
    left: 30px;
  }
}
@media screen and (min-width: 992px) {
  #products-container .auditorium-aluguel .animate,
  #differential-container .auditorium-d-box .animate {
    left: 0;
  }
  #products-container .auditorium-aluguel:focus .animate,
  #differential-container .auditorium-d-box:focus .animate,
  #products-container .auditorium-aluguel:hover .animate,
  #differential-container .auditorium-d-box:hover .animate {
    background-position: center;
    left: -320px;
  }
  #products-container .auditorium-aluguel:focus .program-details,
  #differential-container .auditorium-d-box:focus .program-details,
  #products-container .auditorium-aluguel:hover .program-details,
  #differential-container .auditorium-d-box:hover .program-details {
    left: -290px;
  }
}
@media screen and (min-width: 1200px) {
  #products-container .auditorium-aluguel:focus .animate,
  #differential-container .auditorium-d-box:focus .animate,
  #products-container .auditorium-aluguel:hover .animate,
  #differential-container .auditorium-d-box:hover .animate {
    background-position: center;
    left: -400px;
  }
  #products-container .auditorium-aluguel:focus .program-details,
  #differential-container .auditorium-d-box:focus .program-details,
  #products-container .auditorium-aluguel:hover .program-details,
  #differential-container .auditorium-d-box:hover .program-details {
    left: -370px;
  }
}
#products-container {
  background: #b5121b;
  color: #fff;
}
#products-container .ads-container {
  background: none;
  padding: 25px 0;
}
@media screen and (max-width: 991px) {
  #products-container .ads-container {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #products-container .ads-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  #products-container {
    background: #fff;
    color: #b5121b;
  }
  #products-container a {
    color: #b5121b;
  }
  #products-container .title1 {
    color: #717073;
  }
  #products-container .product .icon {
    text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
  }
}
@media screen and (min-width: 992px) {
  #products-container .ads-container {
    background: #810209;
  }
  #products-container header,
  #products-container .movie {
    background: none;
  }
}
@media screen and (min-width: 992px) {
  #products-container .product:focus .animate,
  #products-container .product:hover .animate {
    width: 620px;
  }
}
@media screen and (min-width: 1200px) {
  #products-container .product:focus .animate,
  #products-container .product:hover .animate {
    width: 780px;
  }
}
@media screen and (min-width: 992px) {
  #products-container .product-ticket {
    background-position: center;
    background-repeat: no-repeat;
  }
  #products-container .product-ticket:focus .program-details,
  #products-container .product-ticket:hover .program-details {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  #products-container .auditorium-aluguel {
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  #products-container.images .product-ticket {
    background-image: url(../images/bg-auditorium-ticket.jpg);
  }
  #products-container.images .product-ticket:focus .animate,
  #products-container.images .product-ticket:hover .animate {
    background-image: url(../images/bg-auditorium-ticket-hover.jpg);
  }
}
@media screen and (min-width: 992px) {
  #products-container.images .auditorium-aluguel {
    background: url(../images/bg-auditorium-aluguel.jpg) no-repeat center;
  }
  #products-container.images .auditorium-aluguel:focus .animate,
  #products-container.images .auditorium-aluguel:hover .animate {
    background-image: url(../images/bg-auditorium-aluguel-hover.jpg);
  }
}
#differential-container {
  background: #b5121b;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #differential-container {
    background: #fff;
    color: #b5121b;
  }
  #differential-container a {
    color: #b5121b;
  }
  #differential-container .title1 {
    color: #717073;
  }
  #differential-container .product .icon {
    text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
  }
}
@media screen and (min-width: 992px) {
  #differential-container .auditorium-xd {
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  #differential-container .auditorium-d-box {
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  #differential-container .auditorium-prime {
    background-position: center;
    background-repeat: no-repeat;
  }
  #differential-container .auditorium-prime .animate {
    right: 0;
  }
  #differential-container .auditorium-prime:focus .animate,
  #differential-container .auditorium-prime:hover .animate {
    background-position: right center;
  }
  #differential-container .auditorium-prime:focus .program-details,
  #differential-container .auditorium-prime:hover .program-details {
    left: -610px;
  }
}
@media screen and (min-width: 1200px) {
  #differential-container .auditorium-prime:focus .program-details,
  #differential-container .auditorium-prime:hover .program-details {
    left: -770px;
  }
}
@media screen and (min-width: 992px) {
  #differential-container.images .auditorium-xd {
    background-image: url(../images/bg-auditorium-xd.jpg);
  }
  #differential-container.images .auditorium-xd:focus .animate,
  #differential-container.images .auditorium-xd:hover .animate {
    background-image: url(../images/bg-auditorium-xd-hover.jpg);
  }
}
@media screen and (min-width: 992px) {
  #differential-container.images .auditorium-d-box {
    background-image: url(../images/bg-auditorium-d-box.jpg);
  }
  #differential-container.images .auditorium-d-box:focus .animate,
  #differential-container.images .auditorium-d-box:hover .animate {
    background-image: url(../images/bg-auditorium-d-box-hover.jpg);
  }
}
@media screen and (min-width: 992px) {
  #differential-container.images .auditorium-prime {
    background-image: url(../images/bg-auditorium-prime.jpg);
  }
  #differential-container.images .auditorium-prime:focus .animate,
  #differential-container.images .auditorium-prime:hover .animate {
    background-image: url(../images/bg-auditorium-prime-hover.jpg);
  }
}
.aside-cinemark-mania {
  background-color: #b5121b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  padding: 40px 20px;
  text-align: center;
}
.aside-cinemark-mania:hover,
.aside-cinemark-mania:focus {
  color: #fff;
  text-decoration: none;
}
.aside-cinemark-mania .logo-cinemark-mania {
  height: 41px;
  margin-bottom: 20px;
  width: 118px;
}
@media screen and (min-width: 768px) {
  .aside-cinemark-mania .logo-cinemark-mania {
    height: 21px;
    margin-bottom: 14px;
    width: 59px;
  }
}
@media screen and (min-width: 1200px) {
  .aside-cinemark-mania .logo-cinemark-mania {
    height: 41px;
    margin-bottom: 20px;
    width: 117px;
  }
}
@media screen and (min-width: 768px) {
  .aside-cinemark-mania {
    font-size: 13px;
    line-height: 1.4;
    padding: 15px 13px;
  }
}
@media screen and (min-width: 992px) {
  .aside-cinemark-mania {
    margin-bottom: 40px;
    padding-bottom: 22px;
    padding-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .aside-cinemark-mania {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.aside-cinemark-mania p {
  line-height: 1.3;
  margin-bottom: 25px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .aside-cinemark-mania p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .aside-cinemark-mania p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .aside-cinemark-mania .btn {
    font-size: 9px;
  }
}
.aside-snack-bar {
  background-color: #b5121b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .aside-snack-bar {
    height: 252px;
  }
  .aside-snack-bar article {
    background: rgba(0, 0, 0, 0.5);
  }
}
.aside-snack-bar article {
  height: 100%;
}
.aside-snack-bar .title,
.aside-snack-bar .aside-details p {
  display: table-cell;
  height: 100%;
}
.aside-snack-bar header,
.aside-snack-bar .aside-details {
  display: table;
  height: 50%;
  width: 100%;
}
.aside-snack-bar header:before,
.aside-snack-bar .aside-details:before {
  content: '';
  height: 100%;
  width: 0;
}
@media screen and (min-width: 992px) {
  .aside-snack-bar header,
  .aside-snack-bar .aside-details {
    height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .aside-snack-bar header,
  .aside-snack-bar .aside-details {
    height: 60px;
  }
}
.aside-snack-bar .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 5px;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .aside-snack-bar .title {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
.aside-snack-bar .aside-details {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.aside-snack-bar .aside-details p {
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: top;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .aside-snack-bar .aside-details p {
    padding-top: 0;
    vertical-align: middle;
  }
}
@media screen and (min-width: 992px) {
  .aside-snack-bar .aside-details {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.aside-snack-bar:focus,
.aside-snack-bar:hover {
  color: #fff;
  text-decoration: none;
}
.modal-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.modal-banner .modal-button {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 0 #fff, inset 0 0 1px 0 #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  height: 40px;
  line-height: 36px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  width: 40px;
  outline: none;
}
.modal-banner .modal-button:focus,
.modal-banner .modal-button:hover {
  background: #fff;
  color: #1c1a1a;
}
.modal-banner.open {
  display: block;
}
#template-floatbanner {
  display: none;
}
.floatbanner-natal .titulo {
  color: #cc0033;
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.floatbanner-natal .subtitulo {
  color: #996633;
  font-size: 18px;
  display: block;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
.floatbanner-natal table {
  margin-top: 40px;
  width: 100%;
}
.floatbanner-natal table th {
  color: #999999;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
}
.floatbanner-natal table td {
  padding: 35px 0;
  color: #000000;
  text-align: center;
  width: 50%;
  font-size: 12px;
  text-transform: uppercase;
}
.floatbanner-natal table td + td {
  border-left: 1px solid #e9e9e9;
}
.floatbanner-natal table td strong {
  display: block;
  margin-bottom: 20px;
}
.floatbanner-natal table td span {
  display: block;
  line-height: 1.2;
  font-style: italic;
}
.floatbanner-natal table td span b {
  font-style: normal;
  display: inline-block;
  margin-left: 3px;
}
.floatbanner-natal table tr + tr td {
  border-top: 1px solid #e9e9e9;
}
/* MOVIES ---------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .page-movies .page-content .movies > header {
    margin-bottom: 20px;
  }
}
.page-movies .page-content .location > .btn {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .page-movies .page-content .movies > header {
    background: #ececec;
    padding: 15px;
    padding-bottom: 0;
    text-align: center;
    border: 1px solid #d7d7d7;
  }
  .page-movies .page-content .movie {
    background: #ececec;
  }
  .page-movies .page-content .location > .btn {
    margin-top: 15px;
  }
}
.page-movies .tabs-content {
  background: none;
}
.page-movies .movies .movie {
  margin-bottom: 20px;
}
.page-movies .movies .movie img {
  height: 154px;
}
@media screen and (min-width: 768px) {
  .page-movies .tabs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-movies .tabs-nav {
    margin-bottom: 40px;
  }
  .page-movies .tabs-nav .btn {
    border-radius: 4px;
  }
  .page-movies .movies .movie img {
    height: 204px;
  }
}
@media screen and (min-width: 1200px) {
  .page-movies .movies .movie img {
    height: 264px;
  }
}
.page-breve .movies header {
  overflow: hidden;
}
/* MOVIES ---------------------------------------------------------- */
/* BISTRO ---------------------------------------------------------- */
.single.bistro {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.single.bistro .breadcrumb {
  margin-top: 38px;
}
.single.bistro .single-header {
  background: #ac1119;
  background: -moz-linear-gradient(left, #ac1119 0%, #510203 100%);
  background: -webkit-linear-gradient(left, #ac1119 0%, #510203 100%);
  background: linear-gradient(to right, #ac1119 0%, #510203 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac1119', endColorstr='#510203', GradientType=1);
  color: #fff;
  margin-bottom: 0px !important;
}
.single.bistro .breadcrumb li a {
  color: #fff;
}
.single.bistro .single-header .title {
  margin-bottom: 42px;
}
.bistro_banner {
  height: 250px;
  background: #000;
}
@media (max-width: 1023px) {
  .bistro_banner {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .bistro_banner {
    background-position: 74.5% 0% !important;
    height: 50vw;
  }
}
.bistro_content {
  background-color: #444;
  background-image: linear-gradient(-173deg, rgba(255, 255, 255, 0) 0%, #333333 100%), linear-gradient(72deg, rgba(255, 255, 255, 0.1) 25%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(47% 102%, rgba(255, 255, 255, 0.1) 0%, rgba(21, 24, 32, 0.5) 120%);
  background-blend-mode: multiply;
}
.bistro_content-title {
  text-align: center;
  margin-top: 46px;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.1px;
  color: #fff;
}
@media (max-width: 767px) {
  .bistro_content-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.bistro_content-text {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  padding: 0px 220px;
}
@media (max-width: 767px) {
  .bistro_content-text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .bistro_content-text {
    padding: 0px 100px;
  }
}
@media (max-width: 992px) {
  .bistro_content-text {
    padding: 0px;
  }
}
.bistro_content-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .bistro_content-subtitle br {
    display: none;
  }
}
.bistro_content-gallery {
  height: 260px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bistro_content-gallery {
    height: auto;
  }
}
@media (max-width: 767px) {
  .bistro_content-gallery-item {
    margin-bottom: 40px;
  }
}
.bistro_content-gallery-item-image {
  border: 1px solid #fff;
  height: 220px;
  padding: 8px;
}
.bistro_content-gallery-item-image div {
  background: #000;
  width: 100%;
  height: 100%;
}
.bistro_content-gallery-item-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 14px;
  letter-spacing: 1px;
}
.bistro_content-movies {
  text-align: center;
}
.bistro_content-movies-title {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .bistro_content-movies-title {
    margin-top: 5px;
  }
}
.bistro_content-movies-list {
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 26px;
  line-height: 100%;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  padding: 16px 15px;
  font-weight: 500;
}
.bistro_content-movies-list a {
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.bistro_content-movies-list span {
  display: inline-block;
  margin: 0px 10px;
}
.bistro_content-how {
  border: 1px solid #fff;
  margin-top: 40px;
  height: 378px;
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bistro_content-how:hover {
  padding: 20px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .bistro_content-how {
    height: 210px;
  }
}
.bistro_content-how span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  background: #f00;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .bistro_content-how span {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
}
.bistro_content-wine {
  height: 50px;
  text-align: center;
  margin-top: 40px;
}
.bistro_content-also {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0px 190px;
}
@media (max-width: 1199px) {
  .bistro_content-also {
    padding: 0px 0px;
  }
}
.bistro_content-also-title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-left: 10px;
  margin-top: 58px;
  margin-bottom: 15px;
}
.bistro_content-also-gallery-item {
  height: 211px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  width: 50%;
  float: left;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bistro_content-also-gallery-item:hover {
  padding: 14px;
}
@media (max-width: 767px) {
  .bistro_content-also-gallery-item {
    width: 100%;
  }
}
.bistro_content-also-gallery-item div {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  border-radius: 10px;
}
/* BISTRO ---------------------------------------------------------- */
/* MOVIE ----------------------------------------------------------- */
.movie .single-header {
  margin-bottom: 0;
}
.movie #trailer {
  background-color: #b5121b;
  background-image: url(../images/default/bg-movie-cover.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .movie #trailer {
    background-image: url(../images/default/bg-movie-cover-sm.jpg);
    height: 370px;
  }
}
@media screen and (min-width: 992px) {
  .movie #trailer {
    background-image: url(../images/default/bg-movie-cover-md.jpg);
    height: 500px;
    margin-bottom: 20px;
  }
}
.movie .carousel-xs-home .slick-controls {
  width: 100%;
}
.movie .single-content {
  padding-top: 0;
}
@media (max-width: 767px) {
  .movie .single-content .theater .btn + .btn {
    margin: 10px 0 0;
  }
}
.movie .single-content .tabs-content {
  border: 1px solid #d7d7d7;
}
.movie .single-content .movie {
  letter-spacing: 0.05px;
  line-height: 1.75;
  margin-top: 20px;
  padding: 0 10px 24px;
}
.movie .single-content .movie > header {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie > header {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .movie .single-content .movie {
    background: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie {
    margin-top: -168px;
    padding-left: 0;
    padding-right: 0;
  }
  .movie .single-content .movie > header {
    min-height: 231px;
  }
}
@media screen and (min-width: 992px) {
  .movie .single-content .movie {
    margin-top: -225px;
  }
  .movie .single-content .movie > header {
    min-height: 268px;
  }
}
.movie .single-content .movie-title {
  font-size: 20px;
  height: 118px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .movie .single-content .movie-title {
    font-size: 38px;
    font-weight: 300;
    height: 155px;
    letter-spacing: 1.2px;
  }
}
.movie .single-content .movie-title > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.movie .single-content .movie-image {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-image {
    position: absolute;
    width: auto;
  }
}
.movie .single-content .movie-details,
.movie .single-content .movie-actions {
  margin: 20px -3px 0;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-details,
  .movie .single-content .movie-actions {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .movie .single-content .movie-details,
  .movie .single-content .movie-actions {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.movie .single-content .movie-details ul,
.movie .single-content .movie-actions ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: -3px;
}
.movie .single-content .movie-details ul > li,
.movie .single-content .movie-actions ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 3px;
  padding-right: 3px;
}
.movie .single-content .movie-details ul > li,
.movie .single-content .movie-actions ul > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  .movie .single-content .movie-details ul > li,
  .movie .single-content .movie-actions ul > li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-details {
    margin-top: 0;
    margin-bottom: 43px;
  }
}
.movie .single-content .movie-rating {
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-rating {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.movie .single-content .movie-tag {
  border: 1px solid #717073;
  color: #717073;
  border-radius: 5px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie .single-content .movie-tag {
    border: 1px solid #fff;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
.movie .single-content .section header {
  margin-left: 0;
  margin-right: 0;
}
.movie .single-content .widgets {
  margin-top: 20px;
}
.movie #times-container {
  padding-bottom: 0;
}
.movie #times-container header {
  background: #ececec;
}
@media screen and (min-width: 992px) {
  .movie #times-container header {
    background: none;
  }
}
@media screen and (max-width: 1199px) {
  .movie #times-container header {
    border: 1px solid #d7d7d7;
  }
  .movie #times-container header .title3 {
    text-align: center;
    margin: 15px 0 0;
    font-size: 18px;
  }
  .movie #times-container header .btn-group {
    text-align: center;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 991px) {
  .movie #times-container .title1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.movie .tabs-nav .btn {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .movie .tabs-nav .btn {
    font-size: 13px;
  }
  .movie .tabs-nav .btn span {
    display: block;
  }
}
.movie-sinopse {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .movie-sinopse .title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
  }
  .movie-sinopse .title a {
    text-decoration: none;
    color: #b5121b;
  }
}
.movie-details-list {
  font-size: 14px;
  margin-bottom: 20px;
}
.movie-details-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .movie-details-list ul {
    display: table;
    margin: 0 -25px;
  }
}
.movie-details-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .movie-details-list li {
    padding: 0 25px;
    width: 49.5%;
  }
}
.movie-details-list .movie-detail {
  display: table;
}
.movie-details-list .detail-icon,
.movie-details-list .detail-title {
  display: table-cell;
  vertical-align: middle;
}
.movie-details-list .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 23px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  width: 56px;
}
.movie-details-list .detail-title {
  line-height: 1.2;
  padding-left: 14px;
  white-space: normal;
  color: #333;
}
.movie-details-list .detail-title small {
  display: block;
  margin: 3px 0 0 0;
}
#more-container {
  background: #ececec;
  padding-bottom: 20px;
}
#more-container .slick-dots button:before {
  background: #717073;
}
#more-container .slick-dots .slick-active button:before {
  background: #b5121b;
}
#more-container .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #717073;
  height: 25px;
  text-shadow: 0px 1px #717073, 0px 1px #717073, 0px 1px #717073;
}
#more-container .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
#more-container header .title {
  padding-left: 0;
  paddding-right: 0;
}
.page-snack-bar .single-header {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-snack-bar .carousel-combo .slick-controls {
    display: none;
  }
}
/* PROMOTIONS ------------------------------------------------------ */
.page #promotions-container {
  padding-top: 0;
}
.poll-winners ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.poll-winners li {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.poll-winners li + li {
  margin-top: 20px;
}
.page-theaters .group-buttons {
  margin-bottom: 20px;
}
.page-theaters .times {
  padding-bottom: 0;
}
.page-theaters .tabs-nav .btn {
  font-size: 16px;
}
.page-theaters .tabs-content .theater {
  background: #fff;
}
.page-theaters .tabs-content .theater + .theater {
  margin-top: 0;
  padding-top: 20px;
}
.page-theaters .tabs-content .theater-header .actions .btn-trailer-play {
  font-size: 12px;
  font-weight: 900;
  width: 70px;
}
.page-theaters .tabs-content .theater-header .actions .btn-trailer-play .icon-play {
  margin-right: 5px;
}
.page-theaters .tabs-content .theater-header .actions .btn-trailer-play .icon-play:before {
  border-left-width: 0.6em;
  margin-left: -0.5em;
  margin-top: -0.4em;
}
.page-theaters .tabs-content .theater-header .actions .btn-trailer-play:hover {
  color: #6f0b11;
  text-decoration: underline;
}
.page-theaters .tabs-content .theater-header .actions .btn-trailer-play:hover .icon-play:before {
  border-left-color: #6f0b11;
}
.page-theaters .theaters .location .label {
  font-size: 24px;
  font-weight: normal;
}
.page-theaters .theaters .location .btn {
  font-size: 14px;
  padding: 5px 13px;
}
.page-theaters .theaters .location .btn:first-child {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .page-theaters .theaters > header {
    background: #ececec;
    padding: 15px;
    padding-bottom: 0;
    text-align: center;
    border: 1px solid #d7d7d7;
  }
  .page-theaters .theaters > header .btn-group {
    padding-bottom: 5px;
  }
}
.theaters .theater-header .actions .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* CONTACT --------------------------------------------------------- */
.page-contact .group-buttons {
  margin-bottom: 20px;
}
/* CPF --------------------------------------------------------- */
.page-cpf .picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-cpf .picture {
    text-align: right;
  }
}
.page-prime {
  background-image: -webkit-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: -o-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: linear-gradient(to right, #cba964 0%, #e4be71 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcba964', endColorstr='#ffe4be71', GradientType=1);
}
.page-prime,
.page-prime a,
.page-prime .breadcrumb a {
  color: #fff;
}
.page-prime .single-header {
  background: none;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .page-prime .single-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-prime .banners {
    margin-bottom: 0;
  }
}
.page-prime .banners.slick-initialized:before {
  display: none;
}
.page-prime .single-banner {
  margin-bottom: 0;
  margin-top: 0;
}
.page-prime .single-content {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 50px;
}
.page-prime .single-content #content > header {
  text-align: center;
}
.page-prime .single-content header .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-prime .single-content header .title1 {
    font-size: 28px;
  }
}
.page-prime .single-content header p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8em;
  color: #fff;
}
@media (max-width: 991px) {
  .page-prime .single-content header p {
    font-size: 1.4em;
  }
}
.page-prime .single-content .title2 {
  color: #575759;
}
.page-prime .single-content .links img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-prime .single-content .links img {
    margin: 0 auto 20px;
  }
}
.page-prime .single-content .btn-default {
  border-color: #e4be71;
  color: #e4be71;
  font-size: 12px;
}
.page-prime .single-content .btn-default:focus,
.page-prime .single-content .btn-default:hover {
  background: #e4be71;
  color: #0e0e0e;
}
.page-prime .img-prime {
  border: 1px solid #cba964;
  border-radius: 0;
  display: block;
  padding: 10px;
}
.page-prime .img-prime img {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-prime .img-prime img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-prime .img-prime {
    padding: 30px;
  }
}
.page-prime .box-tour-virtual {
  padding: 30px;
  border: 1px solid #cba964;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-prime .box-tour-virtual {
    padding: 15px;
  }
}
.page-prime .box-tour-virtual .tour-virtual {
  height: 465px;
  background: url(../images/img-tour-virtual-md.jpg) center center no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-prime .box-tour-virtual .tour-virtual {
    height: 320px;
    background-size: cover;
  }
}
.page-prime .box-tour-virtual .tour-virtual .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-prime .box-tour-virtual .tour-virtual .title1 {
    font-size: 28px;
  }
}
.page-prime .box-tour-virtual .tour-virtual p {
  text-align: center;
  font-size: 1.8em;
  width: 420px;
  color: #fff;
}
@media (max-width: 991px) {
  .page-prime .box-tour-virtual .tour-virtual p {
    font-size: 1.4em;
    width: 335px;
  }
}
@media (max-width: 767px) {
  .page-prime .box-tour-virtual .tour-virtual p {
    width: 240px;
  }
}
.page-prime .box-tour-virtual .tour-virtual .btn {
  width: 180px;
}
.page-prime .carousel-prime picture {
  border: 1px solid #cba964;
  border-radius: 0;
  display: block;
  padding: 10px;
}
.page-prime .carousel-prime picture img {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-prime .carousel-prime picture img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-prime .carousel-prime picture {
    padding: 30px;
  }
}
.page-prime .carousel-prime .slick-dots button:before {
  background: #c0c0c0;
}
.page-prime .carousel-prime .slick-dots .slick-active button:before {
  background: #cba964;
}
.page-prime .carousel-prime .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #c0c0c0;
  height: 25px;
  text-shadow: 0px 1px #c0c0c0, 0px 1px #c0c0c0, 0px 1px #c0c0c0;
}
.page-prime .carousel-prime .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
.page-prime .group-buttons {
  margin-bottom: 0;
}
.page-prime .group-buttons ul {
  text-align: center;
}
.page-prime .group-buttons ul li + li {
  margin-top: 0;
}
@media (max-width: 575px) {
  .page-prime .group-buttons ul li + li {
    margin-top: 20px;
  }
}
.page-prime .group-buttons .btn {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-prime .group-buttons .btn {
    width: 280px;
  }
}
.page-prime .prime-locals-container p {
  text-align: center;
  color: #e6b221;
}
.page-prime .box-evento {
  padding: 30px;
  border: 1px solid #cba964;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-prime .box-evento {
    padding: 15px;
  }
}
.page-prime .box-evento .evento {
  height: 300px;
  background: url(../images/salas/img-prime-seu-evento.jpg) center center no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-prime .box-evento .evento {
    height: 200px;
    background-size: cover;
  }
}
.page-prime .box-evento .evento .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
}
.page-prime .veja-tambem .title1 {
  margin-bottom: 20px;
}
#prime-locals-select {
  background: none;
  border: 1px solid #cba964;
  border-radius: 20px;
  font-weight: 800;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 280px;
}
#prime-locals-select option {
  background: #fff;
  color: #717073;
  text-transform: none;
}
#prime-locals-container {
  color: #e4be71;
  padding-top: 20px;
  text-align: center;
}
#prime-locals-container p {
  letter-spacing: 0.55px;
}
#prime-locals-container nav {
  border: 1px solid #cba964;
  display: table;
  padding: 0 10px;
  width: 100%;
}
#prime-locals-container nav a {
  display: table-cell;
  font-weight: 800;
  height: 128px;
  line-height: 1.4;
  padding: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
#prime-locals-container nav a:focus,
#prime-locals-container nav a:hover {
  color: #e4be71;
  text-decoration: none;
}
#prime-locals-container nav a + a {
  position: relative;
}
#prime-locals-container nav a + a:before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.modal-body #regulamento ul {
  list-style: none;
}
.page-cardapio-prime {
  background-image: -webkit-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: -o-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: linear-gradient(to right, #cba964 0%, #e4be71 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcba964', endColorstr='#ffe4be71', GradientType=1);
}
.page-cardapio-prime,
.page-cardapio-prime a,
.page-cardapio-prime .breadcrumb a {
  color: #fff;
}
.page-cardapio-prime .single-header {
  background: none;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .page-cardapio-prime .single-header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-cardapio-prime .banners {
    margin-bottom: 0;
  }
}
.page-cardapio-prime .banners.slick-initialized:before {
  display: none;
}
.page-cardapio-prime .single-banner {
  margin-bottom: 0;
  margin-top: 0;
}
.page-cardapio-prime .single-content {
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 50px;
}
.page-cardapio-prime .single-content #content > header {
  text-align: center;
}
.page-cardapio-prime .single-content header .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-cardapio-prime .single-content header .title1 {
    font-size: 28px;
  }
}
.page-cardapio-prime .single-content header p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8em;
  color: #fff;
}
@media (max-width: 991px) {
  .page-cardapio-prime .single-content header p {
    font-size: 1.4em;
  }
}
.page-cardapio-prime .single-content .title2 {
  color: #575759;
}
.page-cardapio-prime .single-content .links img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-cardapio-prime .single-content .links img {
    margin: 0 auto 20px;
  }
}
.page-cardapio-prime .single-content .btn-default {
  border-color: #e4be71;
  color: #e4be71;
  font-size: 12px;
}
.page-cardapio-prime .single-content .btn-default:focus,
.page-cardapio-prime .single-content .btn-default:hover {
  background: #e4be71;
  color: #0e0e0e;
}
.page-cardapio-prime .img-prime {
  border: 1px solid #cba964;
  border-radius: 0;
  display: block;
  padding: 10px;
}
.page-cardapio-prime .img-prime img {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-cardapio-prime .img-prime img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-cardapio-prime .img-prime {
    padding: 30px;
  }
}
.page-cardapio-prime .box-tour-virtual {
  padding: 30px;
  border: 1px solid #cba964;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-cardapio-prime .box-tour-virtual {
    padding: 15px;
  }
}
.page-cardapio-prime .box-tour-virtual .tour-virtual {
  height: 465px;
  background: url(../images/img-tour-virtual-md.jpg) center center no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-cardapio-prime .box-tour-virtual .tour-virtual {
    height: 320px;
    background-size: cover;
  }
}
.page-cardapio-prime .box-tour-virtual .tour-virtual .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-cardapio-prime .box-tour-virtual .tour-virtual .title1 {
    font-size: 28px;
  }
}
.page-cardapio-prime .box-tour-virtual .tour-virtual p {
  text-align: center;
  font-size: 1.8em;
  width: 420px;
  color: #fff;
}
@media (max-width: 991px) {
  .page-cardapio-prime .box-tour-virtual .tour-virtual p {
    font-size: 1.4em;
    width: 335px;
  }
}
@media (max-width: 767px) {
  .page-cardapio-prime .box-tour-virtual .tour-virtual p {
    width: 240px;
  }
}
.page-cardapio-prime .box-tour-virtual .tour-virtual .btn {
  width: 180px;
}
.page-cardapio-prime .carousel-prime picture {
  border: 1px solid #cba964;
  border-radius: 0;
  display: block;
  padding: 10px;
}
.page-cardapio-prime .carousel-prime picture img {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-cardapio-prime .carousel-prime picture img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-cardapio-prime .carousel-prime picture {
    padding: 30px;
  }
}
.page-cardapio-prime .carousel-prime .slick-dots button:before {
  background: #c0c0c0;
}
.page-cardapio-prime .carousel-prime .slick-dots .slick-active button:before {
  background: #cba964;
}
.page-cardapio-prime .carousel-prime .slick-arrow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #c0c0c0;
  height: 25px;
  text-shadow: 0px 1px #c0c0c0, 0px 1px #c0c0c0, 0px 1px #c0c0c0;
}
.page-cardapio-prime .carousel-prime .slick-arrow:hover {
  color: #b5121b;
  text-shadow: 0px 1px #b5121b, 0px 1px #b5121b, 0px 1px #b5121b;
}
.page-cardapio-prime .group-buttons {
  margin-bottom: 0;
}
.page-cardapio-prime .group-buttons ul {
  text-align: center;
}
.page-cardapio-prime .group-buttons ul li + li {
  margin-top: 0;
}
@media (max-width: 575px) {
  .page-cardapio-prime .group-buttons ul li + li {
    margin-top: 20px;
  }
}
.page-cardapio-prime .group-buttons .btn {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .page-cardapio-prime .group-buttons .btn {
    width: 280px;
  }
}
.page-cardapio-prime .prime-locals-container p {
  text-align: center;
  color: #e6b221;
}
.page-cardapio-prime .box-evento {
  padding: 30px;
  border: 1px solid #cba964;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-cardapio-prime .box-evento {
    padding: 15px;
  }
}
.page-cardapio-prime .box-evento .evento {
  height: 300px;
  background: url(../images/salas/img-prime-seu-evento.jpg) center center no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-cardapio-prime .box-evento .evento {
    height: 200px;
    background-size: cover;
  }
}
.page-cardapio-prime .box-evento .evento .title1 {
  text-align: center;
  color: #e6b221;
  text-shadow: 1px 1px 14px #e6b221;
}
.page-cardapio-prime .veja-tambem .title1 {
  margin-bottom: 20px;
}
.page-cardapio-prime .accordion > .title a {
  color: #998149;
}
.page-cardapio-prime .accordion.active {
  border-color: #000;
}
.page-cardapio-prime .accordion.active > .title a {
  background-image: -webkit-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: -o-linear-gradient(left, #cba964 0%, #e4be71 100%);
  background-image: linear-gradient(to right, #cba964 0%, #e4be71 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcba964', endColorstr='#ffe4be71', GradientType=1);
  color: #fff;
}
.page-cardapio-prime .accordion.active > .title a .icon {
  color: #998149;
}
.page-cardapio-prime .accordion-content,
.page-cardapio-prime .share {
  color: #717073;
}
.page-cardapio-prime .accordion-content {
  padding-bottom: 8px;
  padding-top: 8px;
}
.cardapio-prime .title3 {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .cardapio-prime .title3 {
    margin-top: 10px;
  }
}
.cardapio-prime .item {
  border-radius: 0;
  border-top: 1px solid #717073;
  color: #717073;
  margin-bottom: 30px;
  padding-top: 30px;
}
.cardapio-prime .item.first {
  border-top: 0;
}
@media screen and (min-width: 992px) {
  .cardapio-prime .item-image {
    float: left;
    margin-right: 20px;
  }
}
.cardapio-prime .item-details {
  overflow: hidden;
}
.cardapio-prime .item-details .item-title {
  letter-spacing: 1.2px;
  line-height: 1.3;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.cardapio-prime .item-details p {
  letter-spacing: 0.55px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #333;
}
.cardapio-prime .item-details strong {
  display: block;
  margin-bottom: 1px;
}
.cardapio-prime .item-price {
  color: #cba964;
  font-size: 30px;
  font-weight: 800;
}
.cardapio-prime .item-price span {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  #prime-auditorium-container {
    text-align: center;
  }
}
/* GRADE ---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .table-scroll {
    overflow: auto;
  }
}
.table-grade {
  width: 100%;
}
.table-grade th {
  font-size: 14px;
  font-weight: 400;
  color: #b5121b;
  padding: 20px 8px;
  text-align: center;
  background: #ffffff;
}
.table-grade th:first-child {
  border-top-left-radius: 10px;
}
.table-grade th:last-child {
  border-top-right-radius: 10px;
}
.table-grade th.text-left {
  text-align: left;
  min-width: 150px;
}
.table-grade th.day {
  width: 120px;
}
.table-grade th.sala {
  width: 70px;
}
.table-grade td {
  padding: 20px 8px;
  text-align: center;
  border: 1px solid #e2e2e2;
  vertical-align: middle;
}
.table-grade td strong {
  font-size: 12px;
  font-weight: bold;
  color: #717073;
  line-height: 1.4;
}
.table-grade td span {
  display: block;
  margin: 5px 0 0 0;
  color: #aeadb0;
  font-weight: bold;
}
.table-grade td .label-day {
  display: inline-block;
  background: #a1a1a1;
  color: #FFFFFF;
  padding: 5px;
  font-weight: normal;
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
}
.table-grade td.text-left {
  text-align: left;
}
.table-grade tr.odd td {
  background: #f8f8f8;
}
.table-grade tr.even td {
  background: #ffffff;
}
.table-grade th.disable,
.table-grade td.disable {
  opacity: 0.6;
}
/* GRADE ---------------------------------------------------------- */
/* INSTITUCIONAL ---------------------------------------------------------- */
.page-institucional {
  /*.block-1984-internacional {
        padding-top: 65px;

        .picture {
            margin-top: -65px;
        }
    }*/
}
.page-institucional .title-institucional {
  position: relative;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .page-institucional .title-institucional {
    text-align: center;
  }
}
.page-institucional .title-institucional:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 1px;
  background: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .page-institucional .title-institucional:after {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .title-institucional:after {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .title-institucional:after {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .page-institucional .title-institucional.educacao:after {
    width: 64%;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .title-institucional.educacao:after {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .title-institucional.educacao:after {
    width: 48%;
  }
}
.page-institucional .title-institucional.educacao span {
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .page-institucional .title-institucional.title-internacional:after {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .title-institucional.title-internacional:after {
    width: 14%;
  }
}
@media screen and (min-width: 768px) {
  .page-institucional .title-institucional.title-internacional:after {
    width: 33%;
  }
}
.page-institucional .title-institucional span {
  text-transform: uppercase;
  color: #b5121b;
  display: block;
  font-weight: 100;
  line-height: .9;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .page-institucional .title-institucional span {
    font-size: 36px;
    width: 50%;
  }
  .page-institucional .title-institucional span .line-2 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .title-institucional span {
    padding-left: 230px;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .title-institucional span {
    padding-left: 130px;
  }
}
.page-institucional .title-institucional span .line-2 {
  padding-left: 45px;
}
.page-institucional .title-institucional span strong {
  font-size: 28px;
  padding-left: 107px;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-institucional .title-institucional span strong {
    font-size: 48px;
    position: relative;
    display: block;
    padding-left: 107px;
  }
}
.page-institucional .title-year {
  font-size: 48px;
  color: #d6d6d7;
  font-weight: bold;
  margin: 0;
  font-style: italic;
  margin: 0 0 30px 0;
  line-height: .8;
}
.page-institucional .title-year b {
  color: #ababab;
  display: block;
  text-indent: 20px;
}
@media screen and (max-width: 768px) {
  .page-institucional .title-year {
    font-size: 36px;
    margin: 20px 0 30px 0;
  }
}
.page-institucional .title-year.title-mais {
  font-size: 22px;
  margin: 10px 0 0px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  text-indent: -70px;
}
@media screen and (min-width: 768px) {
  .page-institucional .title-year.title-mais {
    font-size: 48px;
    margin: 45px 0 60px 0;
  }
}
.page-institucional .title-year.title-mais strong {
  display: block;
  font-size: 37px;
  text-indent: 70px;
}
@media screen and (min-width: 768px) {
  .page-institucional .title-year.title-mais strong {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-institucional .picture {
    margin: 20px 0 30px;
  }
}
.page-institucional p {
  font-size: 16px;
  margin: 0;
}
.page-institucional p b {
  color: #717073;
  display: block;
  margin-bottom: 15px;
}
.page-institucional p strong {
  color: #717073;
}
@media screen and (max-width: 992px) {
  .page-institucional p {
    font-size: 18px;
  }
  .page-institucional p b {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .page-institucional p {
    font-size: 14px;
  }
  .page-institucional p b {
    margin-bottom: 15px;
  }
}
.page-institucional p.blockquote {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page-institucional p.blockquote {
    font-size: 16px;
  }
}
.page-institucional .projeto-escola {
  padding: 60px 0 0;
}
.page-institucional .projeto-escola .picture-projeto-escola-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-institucional .projeto-escola {
    padding: 0;
  }
  .page-institucional .projeto-escola .picture-projeto-escola {
    display: none;
  }
  .page-institucional .projeto-escola .picture-projeto-escola-mob {
    display: block;
  }
}
.page-institucional .block-1984 {
  padding-top: 40px;
}
.page-institucional .block-1984 .picture {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-1997 {
    margin-top: 100px;
  }
  .page-institucional .block-1997 .picture {
    margin-top: -105px;
  }
}
.page-institucional .block-forrest {
  background: url(../images/cinemark/bg-institucional-1997.jpg) center top no-repeat;
  height: 450px;
  margin: 40px 0 50px 0;
}
.page-institucional .block-forrest p {
  font-size: 18px;
  color: #FFFFFF;
  padding: 200px 15px 0 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-forrest p {
    font-size: 24px;
    padding: 200px 70px 0 70px;
  }
}
.page-institucional .block-cinemeeting {
  background: url(../images/cinemark/bg-institucional-cinemeeting.jpg) center top no-repeat;
  background-size: cover;
  margin: 20px 0 0 0;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-cinemeeting {
    height: 430px;
    padding: 80px 60px;
    margin: 40px 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .block-cinemeeting {
    padding: 35px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .block-cinemeeting {
    padding: 80px 60px;
  }
}
.page-institucional .block-cinemeeting p {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0 15px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-cinemeeting p {
    font-size: 18px;
  }
}
.page-institucional .block-cinemeeting p strong {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-cinemeeting p strong {
    font-size: 24px;
  }
}
.page-institucional .block-cinemeeting hr {
  width: 80px;
  margin: 25px auto;
  height: 1px;
  background: #FFFFFF;
}
.page-institucional .block-bradesco {
  padding-top: 15px;
}
.page-institucional .block-bradesco .picture {
  margin-top: -15px;
}
.page-institucional .block-xd {
  padding-top: 45px;
}
.page-institucional .block-xd .picture {
  margin-top: -45px;
}
.page-institucional .block-dbox {
  padding-top: 45px;
}
.page-institucional .block-dbox .picture {
  margin-top: -45px;
}
.page-institucional .block-revolucao {
  background: url(../images/cinemark/bg-institucional-1984.jpg) center top no-repeat;
  height: 523px;
  margin: 0 0 40px 0;
  padding: 40px 15px 0 15px;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-revolucao {
    padding: 70px 120px 0 120px;
    margin: 0 0 80px 0;
  }
}
.page-institucional .block-revolucao p {
  color: #000000;
  text-align: center;
  margin: 0 0 25px 0;
}
.page-institucional .block-mais .movie-details-list .icon {
  width: 80px;
  height: 80px;
  line-height: 77px;
  font-size: 27px;
}
.page-institucional .block-mais .movie-details-list .icon.icon-dbox {
  font-size: 8px;
}
.page-institucional .block-valores {
  background: #b5121b;
  padding: 30px 15px;
  margin: 20px 0 30px 0;
}
.page-institucional .block-valores .row-valores p {
  white-space: normal !important;
}
.page-institucional .block-valores strong {
  padding: 0px;
  margin: 0px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-valores {
    background: url(../images/cinemark/bg-institucional-valores.jpg) center top no-repeat;
    background-size: cover;
    padding: 0;
    height: auto;
    margin: 30px 0 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .block-valores {
    padding: 0;
  }
  .page-institucional .block-valores .row-valores p {
    white-space: nowrap;
  }
}
.page-institucional .block-valores .title-valores {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 768px) {
  .page-institucional .block-valores .title-valores {
    font-size: 40px;
    margin: 0;
  }
}
.page-institucional .block-valores p {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .page-institucional .block-valores p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .block-valores p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-institucional .block-valores .row-visao,
  .page-institucional .block-valores .row-valores,
  .page-institucional .block-valores .row-missao {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-institucional .block-valores .row-visao,
  .page-institucional .block-valores .row-valores,
  .page-institucional .block-valores .row-missao {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-institucional .block-valores .row-visao,
  .page-institucional .block-valores .row-valores,
  .page-institucional .block-valores .row-missao {
    padding: 40px 0;
  }
}
.page-institucional .block-valores hr {
  border-color: #FFFFFF;
}
/* INSTITUCIONAL ---------------------------------------------------------- */
/* CINEMARK MANIA ------------------------------------------------------------ */
.page-cadastro .single-banner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .page-cadastro .single-banner {
    height: 300px;
  }
}
.nav-steps {
  width: 100%;
  padding: 20px 0 40px 0;
}
@media screen and (min-width: 768px) {
  .nav-steps {
    padding: 120px 0;
  }
}
.nav-steps ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: justify;
  position: relative;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .nav-steps ul {
    height: 60px;
  }
}
.nav-steps ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.nav-steps ul:before {
  content: '';
  display: block;
  width: 94%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 1;
}
.nav-steps li {
  z-index: 2;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  transition: background 0.1s ease-in-out, border 0.1s ease-in-out;
  background: #731d10;
}
.nav-steps li b {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .nav-steps li {
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 24px;
  }
}
.nav-steps li.active {
  background: #b5121b;
  border-color: #b5121b;
}
.nav-steps li.active b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .nav-steps li.active span {
    display: block;
  }
}
.nav-steps li.done {
  font-size: 18px;
}
.nav-steps li.done b {
  display: none;
}
.nav-steps li.done:before {
  content: "\E00B";
}
.nav-steps li span {
  position: absolute;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  bottom: -20px;
  width: 150px;
  left: -75px;
  text-align: center;
  margin-left: 50%;
  font-weight: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .nav-steps li span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav-steps li span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .nav-steps li:first-child span,
  .nav-steps li:last-child span {
    margin: 0;
  }
  .nav-steps li:first-child span {
    left: 0;
    text-align: left;
  }
  .nav-steps li:last-child span {
    left: auto;
    right: 0;
    text-align: right;
  }
}
.steps .step {
  display: none;
}
.steps .step.active {
  display: block;
}
.aside-cinemarkmania {
  background: #b5121b;
  border-radius: 5px;
  padding: 30px;
}
.aside-cinemarkmania .summary {
  position: relative;
  text-align: center;
}
.aside-cinemarkmania .summary .figure-summary {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -60px;
  border-radius: 50%;
}
.aside-cinemarkmania .summary .figure-summary img {
  border-radius: 50%;
}
.aside-cinemarkmania .summary .welcome-summary {
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  margin: 0 0 5px 0;
}
.aside-cinemarkmania .summary .btn-summary {
  font-size: 12px;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
}
.aside-cinemarkmania .nav-cinemarkmania {
  padding: 25px 0 0 0;
}
@media screen and (max-width: 991px) {
  .aside-cinemarkmania .nav-cinemarkmania .menu-cinemarkmania {
    position: relative;
    border-top: 1px solid #c84d54;
    border-bottom: 1px solid #c84d54;
  }
  .aside-cinemarkmania .nav-cinemarkmania .menu-cinemarkmania .value {
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 1;
    font-size: 12px;
  }
  .aside-cinemarkmania .nav-cinemarkmania .menu-cinemarkmania select {
    width: 100%;
    height: 50px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: menulist-button;
    position: relative;
  }
  .aside-cinemarkmania .nav-cinemarkmania .menu-cinemarkmania .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    color: #FFFFFF;
  }
}
.aside-cinemarkmania .nav-cinemarkmania > span {
  font-size: 18px;
  color: #ff959b;
  margin: 0 0 15px 0;
  display: block;
}
.aside-cinemarkmania .nav-cinemarkmania ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border-top: 1px solid #c84d54;
}
.aside-cinemarkmania .nav-cinemarkmania ul li a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #c84d54;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.aside-cinemarkmania .nav-cinemarkmania ul li a:before {
  content: "\E005";
}
.aside-cinemarkmania .nav-cinemarkmania ul li a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.aside-cinemarkmania .nav-cinemarkmania ul li a:hover:before,
.aside-cinemarkmania .nav-cinemarkmania ul li a.active:before {
  right: 0;
  opacity: 1;
}
.outer-box {
  background: #ececec;
  padding: 50px;
  border-radius: 5px;
}
.outer-cards {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.outer-cards .box-cards {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100%;
  text-align: center;
  border: 1px solid #b5121b;
  border-radius: 15px;
}
.outer-cards .box-cards strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #717073;
  line-height: 1.2;
}
.outer-cards .box-cards span {
  display: inline-block;
}
.outer-cards .box-cards.inactive {
  opacity: 0.3;
  border-color: #3a3e3d;
}
.outer-cards .box-cards.inactive strong,
.outer-cards .box-cards.inactive span {
  color: #717073;
}
.list-action {
  margin-top: -20px;
}
.list-action .block-action {
  text-align: center;
  margin-top: 20px;
}
.list-action .block-action i {
  width: 60px;
  height: 60px;
  line-height: 55px;
  color: #020202;
  font-size: 22px;
  border: 1px solid #020202;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
}
.list-action .block-action i.icon-update {
  font-size: 26px;
}
.list-action .block-action i.icon-card {
  font-size: 18px;
}
.list-action .block-action strong {
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
}
.movies.favorites {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .row-programacao {
    margin-top: -20px;
  }
  .mod_touchevents .row-programacao {
    margin-top: -10px;
  }
}
/* CINEMARK MANIA ------------------------------------------------------------ */
.page-sobre .font-resizer p {
  color: #717073;
}
.page-sobre .steps-cinemark-mania {
  padding: 0;
  margin: 40px 0;
  width: 100%;
}
.page-sobre .steps-cinemark-mania li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 24.6%;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .page-sobre .steps-cinemark-mania li {
    width: 100%;
    padding: 0 15px 30px;
  }
}
.page-sobre .steps-cinemark-mania span {
  height: 160px;
  width: 160px;
  background: #ffca0b;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span {
    height: 120px;
    width: 120px;
  }
}
.page-sobre .steps-cinemark-mania span:before {
  content: attr(data-step);
  height: 42px;
  width: 42px;
  background: #b5121b;
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span:before {
    top: -5px;
    left: -5px;
  }
}
.page-sobre .steps-cinemark-mania span.icon-attentive {
  background-image: url(../images/cinemark-mania/icon-attentive.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span.icon-attentive {
    background-size: 70px 70px;
  }
}
.page-sobre .steps-cinemark-mania span .icon {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 160px;
  height: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span .icon {
    line-height: 120px;
    height: 120px;
  }
}
.page-sobre .steps-cinemark-mania span .icon.icon-cinemark-mania {
  font-size: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span .icon.icon-cinemark-mania {
    font-size: 50px;
  }
}
.page-sobre .steps-cinemark-mania span .icon.icon-computer-www {
  font-size: 82px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span .icon.icon-computer-www {
    font-size: 62px;
  }
}
.page-sobre .steps-cinemark-mania span .icon.icon-claps {
  font-size: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania span .icon.icon-claps {
    font-size: 80px;
  }
}
.page-sobre .steps-cinemark-mania p {
  text-align: center;
  margin: 20px 0 0;
  color: #717073;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-sobre .steps-cinemark-mania p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-sobre .steps-cinemark-mania p {
    width: 200px;
    margin: 20px auto 0;
  }
}
.page-sobre .steps-cinemark-mania p a {
  text-decoration: underline;
  color: #717073;
}
.page-sobre small {
  display: block;
  font-size: 10px;
  color: #717073;
  line-height: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-sobre .section .btn-primary + .btn-primary {
    margin-left: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-sobre .section .btn-primary + .btn-primary {
    margin-left: 10px;
  }
}
.page-festivals .section img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-festivals .page-header .title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .page-festivals .page-header .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .page-festivals .page-content .movies > header {
    background: none;
  }
}
.lp-wifi {
  background: #ff6f1c url(../images/wifi-bg.jpg) center top no-repeat;
  text-align: center;
  padding-top: 290px;
  padding-bottom: 30px;
}
.lp-wifi p {
  color: #FFFFFF;
  font-size: 13px;
  max-width: 250px;
  margin: 0 auto 25px auto;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwOIpWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwOIpWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=maps/style.min.css.map */
