/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d6989354193441607027)
 * Config saved to config.json and https://gist.github.com/d6989354193441607027 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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, 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: 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: yellow;
  color: black; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  text-transform: none; }

select {
  text-transform: none; }

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

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

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

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  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; }

* {
  -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.42857;
  color: #333333;
  background-color: white; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    color: #2a6496;
    text-decoration: underline; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.thumbnail > img, .thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  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;
  width: 100% \9;
  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; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container {
    width: 768px; } }
@media (min-width: 992px) {
  .container {
    width: 992px; } }
@media (min-width: 1400px) {
  .container {
    width: 1400px; } }
.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 {
  float: left; }

.col-xs-12 {
  float: left;
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

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

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

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

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1400px) {
  .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 {
    float: left; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
table {
  background-color: transparent; }

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.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .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 #dddddd; }
  .table .table {
    background-color: white; }

.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 #dddddd; }
  .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 #dddddd; }
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

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

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }
.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 {
  background-color: #d0e9c6; }
.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 {
  background-color: #c4e3f3; }
.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 {
  background-color: #faf2cc; }
.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 {
  background-color: #ebcccc; }
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .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 {
  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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], .form-control[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
  line-height: 30px; }
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
  line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  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 {
  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 {
  cursor: not-allowed; }

fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled {
  cursor: not-allowed; }

fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label {
  cursor: not-allowed; }

fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control {
  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; }

.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .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 {
  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 {
  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 {
  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.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 .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; }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      text-decoration: none;
      color: #262626;
      background-color: whitesmoke; }
  .dropdown-menu > .active > a {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #428bca; }
    .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      color: white;
      text-decoration: none;
      outline: 0;
      background-color: #428bca; }
  .dropdown-menu > .disabled > a {
    color: #777777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      color: #777777; }
    .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
      cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.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 {
    background-color: #eeeeee;
    border-color: #428bca; }
    .nav .open > a:hover, .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #428bca; }
  .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 #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: white;
        border: 1px solid #dddddd;
        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; }
    .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    .nav-tabs.nav-justified > .active > a {
      border: 1px solid #dddddd; }
      .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: white; }
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: white; } }
.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a {
    color: white;
    background-color: #428bca; }
    .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
      color: white;
      background-color: #428bca; }

.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 {
    border: 1px solid #dddddd; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a {
    border-bottom-color: white; }
    .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
      border-bottom-color: white; } }
.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: 80px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@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-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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (min-width: 992px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  z-index: 10;
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 30px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 80px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -10px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  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: 15px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }

@media (max-width: 991px) {
  .transparent_header .main-block {
    background-color: transparent; }

  .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: 30px;
        padding-bottom: 30px; }
    .navbar-nav.navbar-right:last-child {
      margin-right: -10px; } }
@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.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: 23px;
  margin-bottom: 23px; }

@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 .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; } }
@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-form.navbar-right:last-child {
      margin-right: -10px; } }
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px; }
  .navbar-btn.btn-sm {
    margin-top: 25px;
    margin-bottom: 25px; }
  .navbar-btn.btn-xs {
    margin-top: 29px;
    margin-bottom: 29px; }

.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px; }
    .navbar-text.navbar-right:last-child {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777777; }
  .navbar-default .navbar-nav > li > a {
    color: #777777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a {
    color: #555555;
    background-color: #e7e7e7; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a {
    color: #cccccc;
    background-color: transparent; }
    .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a {
    background-color: #e7e7e7;
    color: #555555; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: #e7e7e7;
      color: #555555; }
  .navbar-default .navbar-link {
    color: #777777; }
    .navbar-default .navbar-link:hover {
      color: #333333; }
  .navbar-default .btn-link {
    color: #777777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333333; }
    .navbar-default .btn-link[disabled]:hover {
      color: #cccccc; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333333;
      background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555555;
    background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #cccccc;
    background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a {
    color: white;
    background-color: #080808; }
    .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
      color: white;
      background-color: #080808; }
  .navbar-inverse .navbar-nav > .disabled > a {
    color: #444444;
    background-color: transparent; }
    .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444444;
      background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a {
    background-color: #080808;
    color: white; }
    .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #080808;
      color: white; }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: white; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: white; }
    .navbar-inverse .btn-link[disabled]:hover {
      color: #444444; }

@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: #777777; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: white;
    background-color: #080808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444444;
    background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #cccccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: white;
      border: 1px solid #dddddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      color: #2a6496;
      background-color: #eeeeee;
      border-color: #dddddd; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span {
    color: #777777;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }
    .pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
      color: #777777;
      background-color: white;
      border-color: #dddddd;
      cursor: not-allowed; }
  .pagination > .disabled > a {
    color: #777777;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }
    .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
      color: #777777;
      background-color: white;
      border-color: #dddddd;
      cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager li {
    display: inline; }
    .pager li > a, .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:hover, .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a {
    color: #777777;
    background-color: white;
    cursor: not-allowed; }
    .pager .disabled > a:hover, .pager .disabled > a:focus {
      color: #777777;
      background-color: white;
      cursor: not-allowed; }
  .pager .disabled > span {
    color: #777777;
    background-color: white;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }
a.list-group-item.active > .badge {
  color: #428bca;
  background-color: white; }

.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white; }
.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding: 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 {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  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; }
  .thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p, .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media {
  margin-top: 15px; }
  .media .media {
    margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge {
    float: right; }
    .list-group-item > .badge + .badge {
      margin-right: 5px; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: whitesmoke; }

.list-group-item.disabled {
  background-color: #eeeeee;
  color: #777777; }
  .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca; }
  .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active {
    color: white;
    background-color: #3c763d;
    border-color: #3c763d; }
    a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
      color: white;
      background-color: #3c763d;
      border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active {
    color: white;
    background-color: #31708f;
    border-color: #31708f; }
    a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
      color: white;
      background-color: #31708f;
      border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active {
    color: white;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
    a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
      color: white;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active {
    color: white;
    background-color: #a94442;
    border-color: #a94442; }
    a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
      color: white;
      background-color: #a94442;
      border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dddddd; }
    .panel-default > .panel-heading .badge {
      color: whitesmoke;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading .badge {
      color: #428bca;
      background-color: white; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #dddddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }
  .modal-header .close {
    margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 0; }

.modal-footer {
  padding: 0;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  #modal_checkout, #modal_connexion {
    width: 650px;
    margin: 0 auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px; }
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: ""; }
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      line-height: 1; }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: black \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.row:before, .row:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.modal-footer:before, .modal-footer: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, .pager:after, .panel-body:after, .modal-footer: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;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .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, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

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

  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: 1399px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1400px) {
  .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: 1399px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }
@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
@media print {
  .visible-print-block {
    display: block !important; } }
@media print {
  .visible-print-inline {
    display: inline !important; } }
@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.dk-jsu-slider {
  width: 100%;
  height: 100%; }

.vanilla-slider .dk-jsu-slider {
  z-index: 0;
  position: relative; }

/* Wrapper */
.dk-jsu-slider-wrapper {
  z-index: 1;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* Slides */
.vanilla-slider .dk-jsu-slide {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0; }
.vanilla-slider .navigation *, .vanilla-slider .pagination {
  z-index: 3;
  position: absolute; }

/* Theme
 *-------------------------- */
.dk-jsu-slider-wrapper {
  width: 940px;
  height: 405px; }
  .dk-jsu-slider-wrapper .pagination {
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    line-height: 10px; }
    .dk-jsu-slider-wrapper .pagination span {
      display: inline-block;
      margin-left: 3px;
      vertical-align: middle;
      cursor: pointer;
      *display: inline;
      *zoom: 1; }
    .dk-jsu-slider-wrapper .pagination .current, .dk-jsu-slider-wrapper .pagination span:hover {
      color: #336699; }

/* Pagination */
/* Slide animation */
.vanilla-slider .dk-jsu-slide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.vanilla-slider .dk-jsu-slider .active-slide {
  visibility: visible;
  opacity: 1; }

@font-face {
  font-family: "ucfont";
  src: url("../bundles/cineweb/fonts/ucfont_-xwsnge.eot");
  src: url("../bundles/cineweb/fonts/ucfont.eot") format("embedded-opentype"), url("../bundles/cineweb/fonts/ucfont_-xwsnge.ttf") format("truetype"), url("../bundles/cineweb/fonts/ucfont_-xwsnge.woff") format("woff"), url("../bundles/cineweb/fonts/ucfont_-xwsnge-ucfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "ucfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-article:before {
  content: "\e600"; }

.icon-flash:before {
  content: "\e601"; }

.icon-icnround-left:before {
  content: "\e62c"; }

.icon-pin:before {
  content: "\e62b"; }

.icon-note:before {
  content: "\e62a"; }

.icon-starflag:before {
  content: "\e629"; }

.icon-gift:before {
  content: "\e628"; }

.icon-label:before {
  content: "\e627"; }

.icon-clock:before {
  content: "\e626"; }

.icon-flag:before {
  content: "\e625"; }

.icon-birthday:before {
  content: "\e624"; }

.icon-twitter:before {
  content: "\e623"; }

.icon-twitter-footer:before {
  content: "\e622"; }

.icon-thetime:before {
  content: "\e621"; }

.icon-star-full:before {
  content: "\e620"; }

.icon-star-empty:before {
  content: "\e61f"; }

.icon-selection:before {
  content: "\e61e"; }

.icon-round-more:before {
  content: "\e61d"; }

.icon-round-delete:before {
  content: "\e61c"; }

.icon-reload:before {
  content: "\e61b"; }

.icon-play:before {
  content: "\e619"; }

.icon-pen:before {
  content: "\e618"; }

.icon-loupe:before {
  content: "\e617"; }

.icon-list:before {
  content: "\e616"; }

.icon-key:before {
  content: "\e615"; }

.icon-icnround-right:before {
  content: "\e614"; }

.icon-hand-up:before {
  content: "\e613"; }

.icon-hand-down:before {
  content: "\e612"; }

.icon-grid:before {
  content: "\e611"; }

.icon-googleplus:before {
  content: "\e610"; }

.icon-googleplus-footer:before {
  content: "\e60f"; }

.icon-follow:before {
  content: "\e60e"; }

.icon-facebook:before {
  content: "\e60d"; }

.icon-facebook-footer:before {
  content: "\e60c"; }

.icon-close:before {
  content: "\e60b"; }

.icon-cinepass:before {
  content: "\e60a"; }

.icon-cinema:before {
  content: "\e609"; }

.icon-chevron-down:before {
  content: "\e608"; }

.icon-chevron-right:before {
  content: "\e607"; }

.icon-chevron-left:before {
  content: "\e606"; }

.icon-catalogue-svod:before {
  content: "\e605"; }

.icon-cart:before {
  content: "\e604"; }

.icon-avis:before {
  content: "\e603"; }

.icon-addwishlist:before {
  content: "\e602"; }

.icon-account:before {
  content: "\e61a"; }

.icon-bookmark:before {
  content: "\e62d"; }

.icon-playlist:before {
  content: "\e62e"; }

.icon-heart:before {
  content: "\f004"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-lock:before {
  content: "\f023"; }

.icon-list2:before {
  content: "\f03a"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-exclamation-triangle:before, .icon-warning:before {
  content: "\f071"; }

.icon-comments:before {
  content: "\f086"; }

.icon-twitter-t:before {
  content: "\f099"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-group:before, .icon-users:before {
  content: "\f0c0"; }

.icon-floppy-o:before, .icon-save:before {
  content: "\f0c7"; }

.icon-googleplus-g:before {
  content: "\f0d5"; }

.icon-circle:before {
  content: "\f111"; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* ----------------------------------------------------------
 *  Button core
 *---------------------------------------------------------- */
.btnreset {
  display: inline-block;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: 0;
  -webkit-background-clip: padding-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: -moz-none;
  user-drag: none;
  *zoom: 1;
  *display: inline; }

.cssc-button {
  display: inline-block;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: 0;
  -webkit-background-clip: padding-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: -moz-none;
  user-drag: none;
  *zoom: 1;
  *display: inline; }
  .cssc-button:hover, .cssc-button:focus {
    text-decoration: none;
    outline: 0; }
  .cssc-button:before, .cssc-button:after {
    vertical-align: 0; }

/* Icons
 *-------------------------- */
.cssc-button-icn-large:before, .cssc-button-icn-large:after {
  font-size: 115%; }

.cssc-button-icn-arrow-circles {
  width: 20px;
  height: 20px;
  background: #eb94b4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle; }
  .cssc-button-icn-arrow-circles .sub-circle {
    width: 16px;
    height: 16px;
    background: #2791c6;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 2px auto;
    vertical-align: middle;
    display: inline-block; }
    .cssc-button-icn-arrow-circles .sub-circle .sub-arrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent #eb94b4;
      line-height: 16px; }

/* ----------------------------------------------------------
 *  Button Theme
 *---------------------------------------------------------- */
/* Default themes */
.cssc-button--default {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  font-family: "Lato";
  font-weight: 700;
  color: white;
  background-color: #47494e; }
  .cssc-button--default:focus, .cssc-button--default:hover {
    background-color: #2791c6;
    color: white; }
  .cssc-button--default:active {
    border-color: #888888;
    background-position: 0 25px; }
  .cssc-button--default[disabled] {
    border: 1px solid #cccccc;
    color: #333333;
    opacity: 0.66;
    background: #e0e0e0;
    cursor: default;
    filter: alpha(opacity=66); }
    .cssc-button--default[disabled]:focus, .cssc-button--default[disabled]:hover, .cssc-button--default[disabled]:active {
      border: 1px solid #cccccc;
      color: #333333;
      opacity: 0.66;
      background: #e0e0e0;
      cursor: default;
      filter: alpha(opacity=66); }

/* mainColor button
 * ----------------------- */
.has-main-color-button .cssc-button, .cssc-button--pink {
  border-radius: 3px;
  overflow: hidden;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  vertical-align: 0;
  color: white;
  background-color: #2791c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-font-smoothing: antialiased; }

.cssc-button--not-selectable {
  border-radius: 3px;
  overflow: hidden;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  vertical-align: 0;
  color: #666666;
  background-color: #333333;
  -webkit-font-smoothing: antialiased; }

.cssc-button--not-selectable:hover {
  color: #666666 !important;
  cursor: default !important; }

.has-main-color-button .cssc-button:focus, .cssc-button--pink:focus {
  color: white; }

.cssc-button--gift {
  width: 48px;
  text-align: center;
  font-size: 18px; }

.has-main-color-button .cssc-button:hover, .cssc-button--pink:hover {
  background-color: white;
  color: #2791c6; }

.has-main-color-button.cssc-button:hover i, .cssc-button--pink:hover i {
  color: #2791c6; }

.bgnoise.bgnoise--greylight > .cssc-button:hover {
  background-color: #47494e;
  color: white; }

.cssc-button--white {
  width: 49px;
  border-radius: 3px;
  text-align: center;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  color: #191b1f;
  background-color: white;
  box-shadow: inset 0 2px 1px rgba(16, 16, 19, 0.1); }
  .cssc-button--white:hover {
    color: white;
    background-color: #47494e; }

/* Button w/ label
 * ----------------------- */
.cssc-button--label i {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #eb94b4;
  color: rgba(255, 255, 255, 0.5); }
.cssc-button--label .icon-thetime {
  font-size: 18px; }
.cssc-button--label span {
  float: left;
  min-width: 80px;
  padding: 0 20px 0 0; }
.cssc-button--label.gift span {
  width: 161px;
  padding-left: 20px;
  text-align: left; }
.cssc-button--label .thelabel {
  float: left;
  min-width: 66px;
  padding: 0 10px;
  color: #2791c6;
  background-color: white; }

.cssc-button--white.cssc-button--label i {
  color: rgba(0, 0, 0, 0.5); }

@media (max-width: 840px) {
  .cssc-button--label.gift span {
    width: 94px; } }
/* Button img
 * ----------------------- */
.cssc-button--image {
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent; }

/* Button w/ font-icon
 * ----------------------- */
.cssc-button.has-icon i {
  padding: 0 0 0 7px;
  font-size: 12px;
  vertical-align: middle;
  opacity: 0.5; }
.cssc-button.has-icon.has-icon--left i {
  padding: 0 7px 0 0; }
.cssc-button.cssc-button--default.is-greylight {
  background-color: #888a8d; }

/* Greylight
 * ----------------------- */
.cssc-button--social {
  width: 260px;
  height: 40px;
  border-radius: 3px;
  text-align: left;
  color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-font-smoothing: antialiased; }
  .cssc-button--social span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .cssc-button--social .thelabel {
    width: 50px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    font-size: 16px; }
  .cssc-button--social .thecontent {
    width: 210px;
    text-align: center;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 700;
    line-height: 40px; }
  .cssc-button--social.is-facebook {
    background-color: #536ea3; }
    .cssc-button--social.is-facebook i:before {
      position: relative;
      left: 21px; }
  .cssc-button--social.is-google {
    background-color: #df5f4f; }
    .cssc-button--social.is-google i:before {
      position: relative;
      left: 17px; }
  .cssc-button--social.cssc-button--not-selectable {
    background-color: #333333; }

/* Button share
 * ----------------------- */
.share {
  font-size: 0; }

.share-item {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

a:hover.share-item {
  text-decoration: none !important; }

.share-item + .share-item {
  margin-left: 12px; }

.share i {
  font-size: 38px;
  color: #686a6e; }
  .share i:hover {
    color: #2791c6; }

/* Button active filtre
 * ----------------------- */
.cssc-button--activefiltre {
  position: relative;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #27292f;
  background-color: #c4c5c9;
  -webkit-font-smoothing: antialiased; }
  .cssc-button--activefiltre:hover {
    background-color: #828387;
    color: #c4c5c9; }
    .cssc-button--activefiltre:hover i {
      color: #c4c5c9; }
  .cssc-button--activefiltre .icon-close {
    padding-left: 9px;
    font-size: 8px;
    color: #888a8d; }

/* Button grid
 * ----------------------- */
.cssc-button--gridmod {
  width: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #2791c6;
  background-color: white; }
  .cssc-button--gridmod + .cssc-button--gridmod {
    margin-left: 10px; }
  .cssc-button--gridmod:hover, .cssc-button--gridmod.is-active {
    color: white;
    background-color: #888a8d; }

/* ----------------------------------------------------------
 * Buttons on imgs
 * ------------------------------------------------------- */
.buttons-img, .buttons-img-bottom {
  z-index: 2;
  position: absolute;
  font-size: 0; }
  .buttons-img.buttons-img, .buttons-img-bottom.buttons-img {
    top: 10px; }
  .buttons-img.buttons-img-bottom, .buttons-img-bottom.buttons-img-bottom {
    bottom: 10px; }
  .buttons-img .cssc-button, .buttons-img-bottom .cssc-button {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4); }
    .buttons-img .cssc-button:hover, .buttons-img-bottom .cssc-button:hover {
      border-color: #2791c6;
      background-color: transparent; }
      .buttons-img .cssc-button:hover i, .buttons-img-bottom .cssc-button:hover i {
        color: #2791c6; }
    .buttons-img .cssc-button + .cssc-button, .buttons-img-bottom .cssc-button + .cssc-button {
      margin-left: 8px; }
    .buttons-img .cssc-button .icon-addwishlist, .buttons-img-bottom .cssc-button .icon-addwishlist {
      font-size: 17px; }
    .buttons-img .cssc-button .icon-playlist, .buttons-img-bottom .cssc-button .icon-playlist {
      position: relative;
      top: 3px;
      left: 2px;
      font-size: 22px; }
    .buttons-img .cssc-button.whishlist-button, .buttons-img-bottom .cssc-button.whishlist-button {
      border-color: #2791c6;
      position: relative; }
      .buttons-img .cssc-button.whishlist-button i, .buttons-img-bottom .cssc-button.whishlist-button i {
        color: #dfbac8; }
      .buttons-img .cssc-button.whishlist-button .cross, .buttons-img-bottom .cssc-button.whishlist-button .cross {
        width: 40px;
        height: 38px;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent url(../bundles/cineweb/images/icons/icn-delete-whishlist-cross.png) no-repeat center center; }
      .buttons-img .cssc-button.whishlist-button:hover i, .buttons-img-bottom .cssc-button.whishlist-button:hover i {
        color: white; }

/* -------------------------------------------------------
 * OLD BROWSER BAR
 * ------------------------------------------------------- */
.old-browser {
  display: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eedc45;
  position: fixed;
  top: 0;
  z-index: 9999; }
  .old-browser p {
    margin: 0;
    text-align: center;
    font-family: "Lato";
    font-size: 18px;
    font-weight: bold; }
    .old-browser p span {
      font-family: "Lato";
      font-weight: normal;
      font-size: 14px; }
  .old-browser i {
    position: absolute;
    color: white;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.main-logo-wrapper {
  position: relative; }
  .main-logo-wrapper .logo a {
    display: block;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
    background: transparent url(../bundles/cineweb/images/editor/ucbe_fr/logo/main-logo.png) center left no-repeat;
    background-size: contain;
    position: relative; }
  .main-logo-wrapper .logo-sub {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    bottom: -12px;
    left: 0;
    font-style: italic;
    font-weight: 400;
    color: #888a8d; }
    .main-logo-wrapper .logo-sub img {
      margin-left: 5px;
      width: 40px; }

/* -------------------------------------------------------
 * HEADER
 * -------------------------------------------------------
 * /* common
 * /* main-nav
 * /* logo
 * /* right-nav
 * /* sticky header
 * /* mobile-nav
 * /* to sort */
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* common
 * ------------------------------------------------------- */
.main-header .main-header-item {
  font-size: 0;
  position: relative; }
  .main-header .main-header-item > li {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    list-style-type: none; }
    .main-header .main-header-item > li > .item {
      display: block;
      line-height: 80px; }
.main-header .navbar {
  margin-bottom: 0;
  min-height: 0; }

.nav a:hover, .nav a:focus {
  text-decoration: none; }
.nav .open > a {
  border-color: 0;
  background: 0; }
  .nav .open > a:hover, .nav .open > a:focus {
    border-color: 0;
    background: 0; }

/* main-nav
 * ------------------------------------------------------- */
.main-header__links {
  margin: 0;
  padding: 0; }
  .main-header__links .item {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 700;
    color: white;
    position: relative; }
    .main-header__links .item:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      background-color: #2791c6; }
  .main-header__links .open .item:after,
  .main-header__links .item:hover:after {
    height: 2px; }

.main-header .main-header__links {
  margin-left: 57px;
  float: left; }
  .main-header .main-header__links > li + li {
    margin-left: 36px; }
  .main-header .main-header__links > .item-loupe-header-menu a {
    color: #aaacb2;
    font-family: "ucfont";
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-header .main-header__links > .item-loupe-header-menu a:hover {
      color: white; }

@media (max-width: 1160px) {
  .main-header .main-header__links {
    margin-left: 15px; } }
/* Logo
 * ------------------------------------------------------- */
.cc-inner .navbar-header .navbar-brand {
  padding: 0;
  margin-left: 0; }

.main-logo-header {
  float: left; }
  .main-logo-header h1.logo {
    margin: 0; }
    .main-logo-header h1.logo a {
      width: 154px;
      height: 80px; }
  .main-logo-header .logo-sub {
    font-size: 10px;
    line-height: 10px;
    bottom: 6px; }

/* right-nav
 * ------------------------------------------------------- */
.main-header__nav {
  padding: 0; }
  .main-header__nav > li {
    float: right;
    margin: 0; }
    .main-header__nav > li a {
      font-size: 13px;
      font-weight: 700;
      color: #d0d1d5;
      -webkit-font-smoothing: antialiased; }
      .main-header__nav > li a .icon-chevron-down {
        padding-left: 16px; }
    .main-header__nav > li > a:hover, .main-header__nav > li > a:hover i {
      color: white; }
  .main-header__nav .switchlang {
    position: relative;
    padding: 0 20px; }
    .main-header__nav .switchlang .dropdown-menu.lang {
      width: 80px;
      min-width: 80px !important;
      padding-top: 10px;
      padding-bottom: 10px; }
      .main-header__nav .switchlang .dropdown-menu.lang a {
        color: white; }
        .main-header__nav .switchlang .dropdown-menu.lang a:hover {
          color: black; }
  .main-header__nav .cart .icon-cart {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .main-header__nav .connection {
    padding-left: 20px; }
    .main-header__nav .connection .connexion__icn {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin-right: 10px;
      border-radius: 32px;
      text-align: center;
      line-height: 32px;
      vertical-align: middle;
      overflow: hidden;
      background-color: #aaacb2;
      *display: inline;
      *zoom: 1; }
      .main-header__nav .connection .connexion__icn .avatar-account {
        width: 100%;
        height: 100%; }
      .main-header__nav .connection .connexion__icn .icon-account {
        color: #6b6e79; }
    .main-header__nav .connection > a:hover .connexion__icn {
      background-color: white;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .main-header__nav .search {
    font-size: 16px;
    color: white; }

/* sticky header
 * ------------------------------------------------------- */
body.sticky-header .navbar-brand {
  height: 60px; }
body.sticky-header .main-logo-wrapper .logo a {
  height: 60px;
  width: 116px; }
body.sticky-header .main-logo-wrapper .logo-sub {
  font-size: 8px;
  bottom: 5px; }
  body.sticky-header .main-logo-wrapper .logo-sub img {
    margin-left: 1px; }
body.sticky-header .main-header .main-header-item > li > .item {
  line-height: 60px; }
body.sticky-header .main-header .main-header-item > .header-uncut > .item > img {
  height: 60px; }

/* mobile-nav
 * ------------------------------------------------------- */
@media (max-width: 991px) {
  #main-container {
    padding-top: 78px; } }
/* ------------------------------------------------------- */
/* TO SORT
 * ------------------------------------------------------- */
/* Dropdown
 * ----------------------- */
.dropdown-menu {
  right: 0;
  margin: 0;
  padding: 18px 0 26px;
  border: 0;
  border-top: 1px rgba(255, 255, 255, 0.05) solid;
  border-radius: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  color: #a4a6ac;
  background: none;
  background-color: #27292f;
  background-image: url(../bundles/cineweb/images/common/backgrounds/bg-noise.png);
  background-repeat: repeat;
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu--search {
  padding: 0; }

.dropdown-menu__links {
  padding: 0; }
  .dropdown-menu__links li {
    list-style-type: none; }
  .dropdown-menu__links a {
    display: block;
    line-height: 33px;
    color: #a4a6ac;
    -webkit-font-smoothing: antialiased; }
    .dropdown-menu__links a:hover {
      color: white; }

.dropdown-menu__alllinks {
  display: block;
  position: relative;
  color: white;
  background-color: #2791c6; }
  .dropdown-menu__alllinks:hover {
    color: #2791c6;
    background-color: white; }
    .dropdown-menu__alllinks:hover > div {
      color: #2791c6; }
  .dropdown-menu__alllinks > div {
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: -1.5px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 20px;
    bottom: 49px; }
  .dropdown-menu__alllinks .icon-icnround-right {
    position: absolute;
    bottom: 14px;
    left: 20px;
    font-size: 16px; }

/* Catalogue */
.dropdown-menu--catalogue .dropdown-menu__alllinks {
  margin-top: 11px;
  height: 144px; }

/* Top */
.dropdown-menu--top .dropdown-menu__alllinks {
  height: 175px; }
  .dropdown-menu--top .dropdown-menu__alllinks strong {
    display: block; }
.dropdown-menu--top img {
  width: 100%; }

/* Edito */
.benefits.benefits--edito {
  background-color: transparent;
  padding-top: 22px;
  padding-bottom: 28px; }

.benefits--edito .benefit__icon {
  font-size: 42px;
  color: #26282e;
  background-color: white; }
.benefits--edito .benefit p {
  color: #a4a6ac;
  max-width: none; }

/* Wide */
@media (min-width: 1399px) {
  .dropdown-menu--top .dropdown-menu__alllinks {
    height: 242px; } }
/* Menu - nav
 * ----------------------- */
.main-header__nav > li.cart > a, .main-header__nav > li.wishlist > a {
  width: 70px;
  text-align: center; }
.main-header__nav > li.wishlist > a {
  font-size: 20px; }
  .main-header__nav > li.wishlist > a i:not(.active) #wishlistLength {
    display: none; }
  .main-header__nav > li.wishlist > a i.active {
    color: #2791c6; }
  .main-header__nav > li.wishlist > a #wishlistLength {
    font-size: 10px;
    top: 5px;
    position: relative; }
.main-header__nav .icon-chevron-down {
  position: relative;
  top: -1px;
  font-size: 6px; }

body.sticky-header .main-header__nav .search {
  visibility: visible;
  opacity: 0.999; }
  body.sticky-header .main-header__nav .search button i {
    top: 0;
    position: relative; }

/* Open / close menu
 * ----------------------- */
.navbar-default .navbar-toggle {
  border: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #aaacb2; }

/* Mobile Menu
 * ----------------------- */
.main-menu-mobile {
  z-index: 11;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  box-shadow: inset -6px 0 18px rgba(0, 0, 0, 0.44);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  .main-menu-mobile li {
    list-style-type: none; }

body.menu-open {
  overflow: hidden; }
  body.menu-open .main-menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  body.menu-open .navbar > .container-fluid, body.menu-open .container-fluid {
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%); }

/* Reset */
.main-menu-mobile__inner {
  padding: 0 20px;
  overflow: auto;
  height: 100%; }

.main-menu-mobile .navbar-nav {
  margin: 0; }
.main-menu-mobile .main-header__nav {
  margin: 0;
  padding: 0; }
  .main-menu-mobile .main-header__nav > li {
    float: none;
    padding: 0; }
    .main-menu-mobile .main-header__nav > li + li {
      border-right: 0;
      line-height: 44px; }
  .main-menu-mobile .main-header__nav .logout {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .main-menu-mobile .main-header__nav a {
    font-size: 16px; }
  .main-menu-mobile .main-header__nav .cart a span {
    padding-left: 20px; }
  .main-menu-mobile .main-header__nav .wishlist a span {
    padding-left: 20px; }
  .main-menu-mobile .main-header__nav .wishlist i {
    margin-left: 3px; }
.main-menu-mobile .main-header__links {
  padding: 10px 0; }
  .main-menu-mobile .main-header__links > li > .item {
    display: block;
    font-size: 16px;
    line-height: 44px; }
.main-menu-mobile .wishlist {
  border-bottom: 1px #3c3e43 solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid; }
.main-menu-mobile .connexion {
  border-bottom: 1px #3c3e43 solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  padding: 14px 0 !important; }

.main-menu-mobile-lang {
  border-top: 1px #3c3e43 solid;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px #3c3e43 solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  font-size: 0; }
  .main-menu-mobile-lang .title {
    padding: 21px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #a9abb1;
    -webkit-font-smoothing: antialiased; }
  .main-menu-mobile-lang a {
    display: inline-block;
    position: relative;
    width: 52px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 69px;
    color: #aaacb2; }
    .main-menu-mobile-lang a.active {
      color: white; }
    .main-menu-mobile-lang a:hover {
      text-decoration: none; }
  .main-menu-mobile-lang .langs {
    margin-left: -17px; }

.btnreset.mobile {
  font-size: 20px;
  position: absolute;
  top: 27px;
  right: 30px;
  color: white; }

/* Tablette & Mobile */
@media (max-width: 991px) {
  .navbar-brand {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -77px !important; }

  .navbar-nav {
    display: none; }

  .main-menu-mobile .navbar-nav {
    display: block; } }
#header-searchengine.active {
  display: none; }

#header-searchengine #searchForm {
  width: 300px; }
  @media (max-width: 1510px) {
    #header-searchengine #searchForm {
      width: 250px; } }
    @media (max-width: 1510px) and (max-width: 1460px) {
      #header-searchengine #searchForm {
        width: 200px; } }
      @media (max-width: 1510px) and (max-width: 1460px) and (max-width: 1410px) {
        #header-searchengine #searchForm {
          width: 150px; } }
        @media (max-width: 1510px) and (max-width: 1460px) and (max-width: 1410px) and (max-width: 1400px) {
          #header-searchengine #searchForm {
            width: 100%; } }

#searchForm > span {
  background-color: white;
  border-radius: 0 5px 5px 0; }
  #searchForm > span i {
    color: #aaacb2;
    font-size: 15px;
    margin: 10px; }

@media (max-width: 1380px) {
  #header-searchengine {
    margin: 0;
    display: block; }
    #header-searchengine form {
      width: 100%; }

  #main-container #autocomplete {
    top: 120px; } }
/* -------------------------------------------------------
 * Footer
 * ------------------------------------------------------- */
.main-footer {
  padding: 42px 0 25px; }
  .main-footer .col-0 {
    width: 26.06%; }
  .main-footer .col-1 {
    width: 25%; }
  .main-footer .col-2 {
    width: 17.02%; }
  .main-footer .col-3 {
    width: 31.91%; }

.footer-logo {
  display: block;
  width: 116px;
  height: 32px;
  text-indent: -9999px;
  background: transparent url(../bundles/cineweb/images/editor/ucbe_fr/logo/main-logo.png) no-repeat center top;
  background-size: contain; }

.footer-partenaires {
  line-height: 50px;
  vertical-align: bottom;
  margin-bottom: 10px;
  font-size: 0; }
  .footer-partenaires > img {
    vertical-align: bottom; }
    .footer-partenaires > img + img {
      margin-top: 10px; }
  .footer-partenaires > a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    max-width: 155px;
    vertical-align: middle; }
    .footer-partenaires > a + a {
      margin-left: 19px; }
    .footer-partenaires > a img {
      max-height: 100%;
      max-width: 100%; }

.footer-cp {
  font-family: "Lato";
  font-size: 12px;
  color: #686a6e; }

/* Menu
 * ----------------------- */
.footer-menu {
  overflow: hidden; }

.footer-menu__col {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0; }
  .footer-menu__col li {
    line-height: 21px;
    list-style-type: none; }

.footer-menu a {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
  color: #b7b8bd; }
  .footer-menu a:hover {
    text-decoration: none;
    color: white; }

/* Social
 * ----------------------- */
.footer-social {
  overflow: hidden; }
  .footer-social .title {
    margin: 0 0 7px;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    color: #888a8d; }

.footer-social__links {
  padding: 0;
  margin: 0; }
  .footer-social__links li {
    list-style-type: none; }
  .footer-social__links a {
    display: block;
    font-family: "Lato";
    font-size: 13px;
    line-height: 22px;
    color: #b7b8bd; }
    .footer-social__links a:hover {
      text-decoration: none;
      color: white; }
    .footer-social__links a i {
      padding-right: 7px;
      font-size: 16px;
      color: white; }

/* Newsletter
 * ----------------------- */
.footer-newsletter .input-group {
  width: 100%; }
.footer-newsletter .title {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
  color: #888a8d;
  margin-bottom: 12px; }
  .footer-newsletter .title strong {
    display: block;
    font-weight: 400;
    margin: 3px 0 0;
    color: #c4c5c9; }
.footer-newsletter input {
  border: 1px #c3c5c9 solid;
  line-height: 40px;
  height: 40px; }
.footer-newsletter .cssc-button {
  padding: 0 10px; }
.footer-newsletter .form-group {
  width: 100%; }

/* Mobile
 * ----------------------- */
@media (max-width: 767px) {
  .main-footer .cc-inner {
    padding: 0 5px; }

  .footer-social-main {
    margin: 14px 0 16px;
    padding-top: 21px;
    padding-bottom: 18px;
    border-top: 1px #3c3e43 solid;
    border-bottom: 1px #3c3e43 solid; }

  .footer-social .title {
    float: left;
    margin: 0;
    line-height: 35px; }
  .footer-social .footer-social__links {
    float: right;
    font-size: 0; }

  .footer-social__links li {
    display: inline-block;
    margin-left: 13px;
    vertical-align: middle; }
  .footer-social__links a i {
    padding-right: 0;
    font-size: 35px; }

  .footer-newsletter .title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 20px; }
  .footer-newsletter .input-group .form-control {
    height: 34px;
    line-height: 34px; }
  .footer-newsletter .cssc-button--default {
    width: 50px;
    height: 34px;
    line-height: 34px; } }
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * SUMMARY
 * -------------------------------------------------------
 *  /* MAIN WRAPPERS
 *  /* LINKS
 *  /* TO SORT */
/* -------------------------------------------------------
 * MAIN WRAPPERS
 * ------------------------------------------------------- */
body {
  padding-top: 80px;
  background-color: #e1e4e5;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body.transparent_header {
    padding-top: 0; }

/* -------------------------------------------------------
 * LINKS
 * ------------------------------------------------------- */
a {
  cursor: pointer;
  color: #2791c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    color: black; }

.bgnoise--default a {
  color: white; }
  .bgnoise--default a:hover {
    color: #2791c6; }

.bgnoise--pink a {
  color: white; }
  .bgnoise--pink a:hover, .bgnoise--pink a:focus {
    color: white;
    text-decoration: underline; }

a.cc-main-link,
.cc-main-link {
  color: #2791c6;
  font-size: 13px;
  font-weight: 700; }
  a.cc-main-link i,
  .cc-main-link i {
    color: #2791c6;
    position: relative;
    top: 2px;
    left: 0;
    padding-left: 9px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a.cc-main-link:hover, a.cc-main-link:focus,
  .cc-main-link:hover,
  .cc-main-link:focus {
    color: black;
    text-decoration: none; }
    a.cc-main-link:hover i, a.cc-main-link:focus i,
    .cc-main-link:hover i,
    .cc-main-link:focus i {
      color: black;
      left: 3px; }

/* -------------------------------------------------------
 * HELPER CLASSES
 * ------------------------------------------------------- */
@media (max-width: 480px) {
  .hidden-xxs {
    display: none; } }
/* -------------------------------------------------------
 * TO SORT
 * ------------------------------------------------------- */
.coming-soon-btn {
  line-height: 45px;
  border: 1px solid #5d5d5d;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: 0 30px; }

.the-opinion {
  display: inline-block; }
  .the-opinion img {
    width: 101px;
    height: 134px;
    vertical-align: top; }

.user-review {
  -moz-box-shadow: 0px 1px 2px 0px #656565;
  -webkit-box-shadow: 0px 1px 2px 0px #656565;
  -o-box-shadow: 0px 1px 2px 0px #656565;
  box-shadow: 0px 1px 2px 0px #656565;
  background: white;
  width: 360px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  min-height: 150px;
  margin-left: 20px;
  margin-right: 30px;
  margin-bottom: 11px;
  padding-left: 20px; }
  @media (max-width: 599px) {
    .user-review {
      margin-top: 10px;
      margin-left: 1px; }
      .user-review:before {
        opacity: 0; } }
  .user-review p {
    margin-bottom: 0px; }
    .user-review p time {
      padding-right: 10px;
      float: right;
      font-size: 10px;
      text-transform: uppercase; }
  .user-review h3 {
    margin: 0px; }
  .user-review a {
    color: #2791c6; }
  .user-review .like {
    clear: both;
    border-top: 1px solid #a0a3a9;
    height: 42px;
    margin-left: -20px;
    text-align: right;
    margin-top: 15px;
    padding-right: 10px;
    padding-top: 10px; }
    .user-review .like a {
      color: #a0a3a9; }
  .user-review:before {
    content: "";
    display: inline-block;
    margin-left: -30px;
    background: url("../bundles/cineweb/images/common/picto/arrow-left-triangle-white.png") no-repeat left top;
      background-position: 0px 25px;
    width: 10px;
    height: 100px;
    float: left; }

.abus {
  clear: both;
  color: #a0a3a9;
  text-decoration: underline;
  text-align: right;
  display: block;
  margin-right: 30px;
  margin-bottom: 30px; }

/* ----------------------------------------------------------
 * Modals
 * ------------------------------------------------------- */
.modal.fade .modal-dialog {
  -webkit-transform: inherit;
  transform: inherit; }
.modal.fade.in .modal-dialog {
  -webkit-transform: inherit;
  transform: inherit; }

.close {
  color: white;
  display: block;
  top: 7px;
  font-size: 11px;
  border-radius: 100px;
  background-color: #2791c6;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9; }

a:hover.close {
  color: white;
  text-decoration: none;
  background-color: #585d6a; }

/* ----------------------------------------------------------
 * Modal connexion
 * ------------------------------------------------------- */
.modal-content {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.modal-backdrop {
  background-color: #27292f;
  background-color: rgba(39, 41, 47, 0.85);
  background-image: url(../bundles/cineweb/images/common/backgrounds/bg-noise.png);
  background-repeat: repeat; }

/* Header
 * ----------------------- */
.modal-header {
  position: relative;
  margin-bottom: 65px;
  padding: 0;
  min-height: 0;
  border: 0; }
  .modal-header .cssc-button {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #a9a9ac; }
    .modal-header .cssc-button:hover {
      color: white; }

/* Body
 * ----------------------- */
.modal_connexion .modal-body > div:first-child {
  border-right: 1px rgba(255, 255, 255, 0.1) solid; }

.modal-login .input-group-addon {
  border: 1px solid #c3c5c9;
  border-right: 0;
  background-color: white;
  box-shadow: inset 0 1px 1px rgba(16, 16, 19, 0.1); }
.modal-login .form-control {
  height: 40px;
  padding-left: 0;
  border-left: 0; }
.modal-login .icon-account:before {
  font-size: 12px;
  color: #aaacb2; }
.modal-login .icon-key:before {
  font-size: 15px;
  color: #aaacb2; }
.modal-login .form-group {
  margin-bottom: 20px; }

.modal-login__submit .cssc-button {
  width: 175px;
  margin-bottom: 20px; }
.modal-login__submit + a {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  color: #a9a9ac; }

.form-control::-webkit-input-placeholder, .form-control::-moz-input-placeholder, .form-control::-ms-input-placeholder {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 300;
  color: #a9a9ac; }

.modal-login__social .cssc-button + .cssc-button {
  margin-top: 20px; }

.modal-footer {
  margin: 45px 0 0;
  padding: 33px 0;
  border-top: 0;
  text-align: center;
  font-size: 0; }
  .modal-footer .title {
    display: inline-block;
    padding-right: 20px;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: white;
    *display: inline;
    *zoom: 1; }
  .modal-footer .cssc-button {
    padding: 0 16px;
    font-size: 13px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    .modal-footer .cssc-button i {
      padding-left: 6px;
      font-size: 12px;
      color: white;
      opacity: 0.5; }
    .modal-footer .cssc-button:hover i {
      color: #2791c6; }

/* Mobile */
@media (max-width: 767px) {
  .modal-footer .title {
    padding-right: 0;
    padding-bottom: 10px; }

  .modal-login__submit .cssc-button {
    margin-bottom: 0; }

  .modal-login__social {
    margin-top: 20px; } }
/* ----------------------------------------------------------
 * Retina
 * ------------------------------------------------------- */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .logo a {
    background-image: url(../bundles/cineweb/images/editor/ucbe_fr/logo/main-logo.png);
    background-size: 154px 43px; }

  .modal-logo a {
    background-image: url(../bundles/cineweb/images/editor/ucbe_fr/logo/main-logo.png);
    background-size: 212px 59px; } }
.rating-xs {
  font-size: 14px !important; }

video::-webkit-media-text-track-display-backdrop {
  background-color: transparent !important; }

/* -------------------------------------------------------
 * This file will be gradually divided into components
 * -------------------------------------------------------
 *
 * /* ------------------------------------------------------
 * Layout
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.sup-row {
  padding-left: 10px;
  padding-right: 10px; }
  .sup-row.sup-row-rent-cinepass {
    padding-left: 0;
    padding-right: 0; }

.cc-inner {
  padding: 0 80px; }

.cc-inner-search-filters {
  padding: 0 50px; }

.cc-inner-full-width {
  padding: 0; }

.cc-main {
  background-color: white;
  position: relative; }

.cc-main-title {
  margin: 0;
  padding: 33px 0 30px;
  text-align: center;
  font-family: "Lato";
  font-size: 36px;
  font-weight: 300;
  color: #27292f; }

.cc-main-link-block {
  position: absolute;
  top: 20px;
  right: 80px; }
  .cc-main-link-block.articles-reviews {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center; }

.block-nouveaute .cc-main-link:hover,
.bgnoise.bgnoise--pink .cc-main-link {
  color: white; }

#article .cc-main-link:hover,
#article .cc-main-link:hover i {
  color: black !important; }

.bgnoise.bgnoise--default .cc-main-link:hover, .bgnoise.bgnoise--default .cc-main-link:focus {
  color: white; }
  .bgnoise.bgnoise--default .cc-main-link:hover i, .bgnoise.bgnoise--default .cc-main-link:focus i {
    color: white; }

a.common-white-link {
  color: white;
  font-weight: 700; }
  a.common-white-link:hover {
    color: #2791c6 !important;
    text-decoration: none; }

.tag {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 24px;
  vertical-align: middle;
  color: white; }
  .tag.tag-light {
    background-color: #666666; }
  .tag.tag-dark {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #666666; }

.block-dark {
  color: #b7b8bd; }

.block-dark .cc-main-link:hover {
  color: white !important; }

.transparent_header .main-block {
  opacity: 0.85;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
.transparent_header.onTop .main-block {
  box-shadow: initial;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }

/* Tablette */
@media (min-width: 1100px) and (max-width: 1400px) {
  .container {
    width: 1100px; } }
@media (min-width: 768px) and (max-width: 1160px) {
  .cc-inner {
    padding: 0 20px; }

  .cc-inner-search-filters {
    padding: 0 20px; }

  .cc-main-link-block {
    right: 20px; }

  .cc-main-title {
    text-align: left; } }
/* Mobile */
@media (max-width: 767px) {
  .container-fluid {
    width: 100%; }

  .cc-inner {
    padding: 0 20px; }

  .cc-inner-search-filters {
    padding: 0 20px; }

  .cc-main-link-block {
    position: relative;
    top: auto;
    right: auto;
    padding: 38px 0px;
    text-align: center; }

  .cc-main-title {
    padding: 36px 0 20px;
    text-align: left; } }
@media (max-width: 991px) {
  body {
    padding-top: 0; } }
/* ----------------------------------------------------------
 * Backgrounds
 * ------------------------------------------------------- */
.bgnoise {
  position: relative;
  background-image: url(../bundles/cineweb/images/common/backgrounds/bg-noise.png);
  background-repeat: repeat; }

.bgnoise--default {
  background-color: #27292f; }

.bgnoise--darklight {
  background-color: #3d3f46; }

.bgnoise--greylight {
  background-color: #f3f3f4; }

.bgnoise--greysoft {
  background-color: #f0f0f1; }

.bgnoise--pink {
  background-color: #2791c6; }

.bgblur {
  padding-top: 35px;
  position: relative;
  background: transparent url(../bundles/cineweb/images/common/backgrounds/bg-blur.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 767px) {
    .bgblur {
      padding-top: 0; } }

.bg-white {
  background-color: white; }

.block-testimonials {
  padding-bottom: 67px; }
  .block-testimonials .bm-cont {
    padding: 0 1px 1px 0; }

.testimonial {
  padding-bottom: 3px; }
  .testimonial .media-body {
    padding-bottom: 2px; }

.testimonial__avatar__inner {
  position: relative;
  font-family: "Lato"; }
  .testimonial__avatar__inner img {
    border: 2px white solid; }

.testimonial__avatar {
  position: relative; }
  .testimonial__avatar:after {
    content: "";
    display: block;
    z-index: 2;
    position: absolute;
    top: 27px;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid white;
    border-bottom: 10px solid transparent; }

.stars .star-rating .caption {
  font-size: 100%; }

.star-rating .rating-gly {
  font-family: "ucfont"; }

div.jGrowl div.jGrowl-notification.growl-modal {
  background-color: #424242; }

.top-right-custom {
  position: absolute;
  right: 0;
  top: 75px; }

.testimonial__divframe {
  height: 220px; }
  .testimonial__divframe a {
    color: #a0a3a9;
    font-family: "Lato";
    font-size: 13px;
    text-decoration: underline; }

.testimonial__content {
  position: relative;
  padding: 16px 20px 13px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  color: #888a8d;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
  .testimonial__content > strong {
    font-weight: 700;
    color: #27292f; }
  .testimonial__content .comment-testimonial__content {
    height: 40px;
    overflow: hidden; }
  .testimonial__content .date {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 10px;
    color: #888a8d; }
  .testimonial__content .title {
    font-size: 16px;
    color: #27292f;
    font-weight: 700;
    margin-bottom: 3px; }
  .testimonial__content p {
    margin: 2px 0 3px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #686a6e; }
    .testimonial__content p + .opinion-footer {
      margin-top: 10px; }
  .testimonial__content .cc-main-link {
    position: relative;
    top: auto;
    right: auto; }
    .testimonial__content .cc-main-link .icon-icnround-right {
      padding-left: 4px; }

.block-testimonials--fichefilm .testimonial--comment {
  padding-bottom: 20px; }

.testimonial--comment .title {
  margin-bottom: 6px; }
  .testimonial--comment .title ~ i {
    font-size: 16px; }
.testimonial--comment textarea {
  height: 222px;
  margin-top: 10px; }
.testimonial--comment .button-set {
  margin: 20px 0 0;
  text-align: center;
  padding: 0 0 20px; }
  .testimonial--comment .button-set .cssc-button {
    padding: 0 14px; }
    .testimonial--comment .button-set .cssc-button i {
      position: relative;
      top: 3px;
      padding-left: 12px;
      font-size: 17px; }

.carousel-no-comments {
  text-align: center; }
  .carousel-no-comments i {
    margin: 10px 0;
    color: #dedede;
    font-size: 13em; }
  .carousel-no-comments .text-carousel-no-comments1, .carousel-no-comments .text-carousel-no-comments2 {
    padding: 0 20px;
    color: #27292f;
    font-family: "Lato";
    font-weight: lighter; }
  .carousel-no-comments .text-carousel-no-comments1 {
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 18px; }
  .carousel-no-comments .text-carousel-no-comments2 {
    margin: 0;
    line-height: 1;
    font-size: 36px; }

/* Mobile */
@media (max-width: 767px) {
  .block-testimonials .col-2 {
    margin-top: 20px; }

  .testimonial .pull-left {
    float: none !important; }

  .testimonial__avatar {
    width: 61px;
    margin: 0 auto 20px; }
    .testimonial__avatar:after {
      top: auto;
      right: auto;
      bottom: -20px;
      left: 50%;
      margin-left: -10px;
      border-top: 0;
      border-right: 10px solid transparent;
      border-bottom: 10px solid white;
      border-left: 10px solid transparent; }

  .testimonial--comment .button-set .cssc-button {
    padding: 0 11px; } }
/* Button player launch
 * ----------------------- */
.button-player-launch {
  position: relative;
  right: -2px;
  bottom: -2px;
  margin-bottom: 10px; }

/* ----------------------------------------------------------
 * photos modal
 * ------------------------------------------------------- */
#modal-photos .modal-dialog {
  margin: auto;
  position: absolute; }

#modal-photos .modal-content {
  display: inline-block;
  text-align: center; }

#modal-photos .close {
  opacity: 1;
  color: white;
  background-color: #191919;
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid white;
  position: absolute;
  top: -15px;
  right: -55px; }

img.thumbnail {
  display: block;
  margin: auto;
  height: auto;
  max-width: 800px; }

/* ----------------------------------------------------------
 * Stuff
 * ------------------------------------------------------- */
.film-labels {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0; }
  .film-labels .film-label + .film-label {
    margin-left: 3px; }

.film-label {
  display: inline-block;
  padding: 0 6px;
  border: 1px white solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 9px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 1px;
  vertical-align: middle;
  color: white;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.4);
  background-clip: border;
  *display: inline;
  *zoom: 1; }

.link-view {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .link-view .icon-play {
    padding: 0 9px 0 0;
    font-size: 16px;
    vertical-align: -2px; }

.rating {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  color: #ff9e2b;
  -webkit-font-smoothing: antialiased; }
  .rating i {
    padding-right: 4px;
    font-size: 16px; }

.icn-play-border {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background-clip: border;
  *display: inline;
  *zoom: 1; }
  .icn-play-border:hover, .icn-play-border:active, .icn-play-border:link, .icn-play-border:visited {
    text-decoration: none; }
  .icn-play-border:hover {
    text-decoration: none; }
    .icn-play-border:hover .icon-play {
      color: #2791c6; }
  .icn-play-border .icon-play {
    position: relative;
    top: -1px;
    left: 1px;
    font-size: 16px;
    line-height: 40px; }

.price {
  font-size: 12px;
  color: #686a6e; }
  .price span {
    color: #2791c6; }

.film-option {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 24px;
  vertical-align: middle;
  color: white;
  background-color: #7f7f7f;
  *display: inline;
  *zoom: 1; }
  .film-option.is-long {
    padding: 0 16px; }

/* ----------------------------------------------------------
 * Resets bootstrap
 * ------------------------------------------------------- */
body.modal-open {
  padding-right: 0 !important;
  overflow: auto; }

.navbar-right .dropdown-menu {
  left: 0; }

.navbar-default {
  border: none;
  background: none; }

.nav-tabs {
  border: 0;
  font-size: 0; }
  .nav-tabs > li {
    margin-bottom: 0; }
    .nav-tabs > li > a {
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      border: 0; }
    .nav-tabs > li.active > a {
      border: 0;
      opacity: 1;
      background-color: transparent; }
      .nav-tabs > li.active > a:hover {
        border: 0;
        opacity: 1;
        background-color: transparent; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      border: 0;
      background-color: transparent; }

textarea.form-control {
  padding: 15px 20px;
  border-color: #dbdbdb;
  border-radius: 0;
  font-family: "Lato";
  color: #686a6e;
  box-shadow: none; }

/* Mobile */
@media (max-width: 1023px) {
  #carousel-commentaires {
    display: block !important; } }
@media (max-width: 767px) {
  .nav-tabs {
    text-align: center; }
    .nav-tabs > li {
      display: inline-block;
      width: calc(50% - 15px);
      vertical-align: middle; } }
/* ----------------------------------------------------------
 * Icones
 * ------------------------------------------------------- */
.icon-star-full {
  font-size: 12px;
  color: #ff9e2b; }

.icon-star-empty {
  font-size: 12px;
  color: #a9a9ac; }
  .icon-star-empty + span {
    position: relative;
    top: -1px;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    color: #c5c5c5; }

.agelimit {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  text-align: center;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 400;
  line-height: 39px;
  vertical-align: middle;
  color: white;
  background-color: #606669;
  *display: inline;
  *zoom: 1; }

/* ----------------------------------------------------------
 * Tabs
 * ------------------------------------------------------- */
.nav-tabs {
  margin: 0 0 23px;
  border: 0; }
  .nav-tabs > li {
    margin: 0; }
    .nav-tabs > li + li {
      margin-left: 26px;
      padding-left: 26px;
      border-left: 1px #d6d6d6 solid; }
  .nav-tabs a {
    font-family: "Lato";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #27292f;
    opacity: 0.7;
    -webkit-font-smoothing: antialiased; }

/* ----------------------------------------------------------
 * Navigation Slider
 * ------------------------------------------------------- */
.navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.navigation-button {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0; }
  .navigation-button:before {
    font-size: 30px;
    color: white; }
  .navigation-button:hover:before {
    color: white;
    opacity: 0.7; }
  .navigation-button + .navigation-button {
    right: 0;
    left: auto; }
  .navigation-button.grey:before {
    color: #8b8b8b; }

/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .navigation-button {
    display: none; } }
/* White nav
 * ----------------------- */
.carousel-has-white-navigation .navigation-button {
  top: 0;
  bottom: 0;
  width: 100px;
  color: #7a7a7a;
  background-image: -moz-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */ }
  .carousel-has-white-navigation .navigation-button + .navigation-button {
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }
    .carousel-has-white-navigation .navigation-button + .navigation-button:before {
      right: 43px;
      left: auto; }
  .carousel-has-white-navigation .navigation-button:before {
    position: absolute;
    top: 50%;
    left: 43px;
    margin-top: -15px;
    color: #7a7a7a; }

/* Black Nav
 * ----------------------- */
.carousel-has-black-navigation .navigation-button {
  top: 0;
  bottom: 0;
  width: 185px;
  background-image: -moz-linear-gradient(left, #191919 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #191919 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #191919 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(left, #191919 0%, rgba(0, 0, 0, 0) 100%); }
  .carousel-has-black-navigation .navigation-button + .navigation-button {
    background-image: -moz-linear-gradient(right, #191919 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(right, #191919 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(right, #191919 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(right, #191919 0%, rgba(0, 0, 0, 0) 100%); }
  .carousel-has-black-navigation .navigation-button:before {
    position: absolute;
    top: 50%;
    left: 43px;
    margin-top: -15px; }
  .carousel-has-black-navigation .navigation-button + .navigation-button:before {
    right: 43px;
    left: auto; }

/* Mobile */
@media (max-width: 767px) {
  .navigation-button {
    display: none; } }
/* Wide */
@media (min-width: 1399px) {
  .carousel-has-black-navigation .navigation-button {
    width: 185px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-has-black-navigation .navigation .cssc-button {
    width: 53px; }

  .slider-nouveaute {
    height: 220px; } }
/* ----------------------------------------------------------
 * Transitions
 * ------------------------------------------------------- */
.editorialfeeditem__inner .title, .collection-thumbs-item .slide-title, [class^="icon-"], [class*=" icon-"], .actu:hover .title, .cc-main-link, a, .trans-col {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.navigation-button, a img, .aimg, .aimginv, .cssc-btn, .buttons-img, .search-items--grid .buttons-set, .trans-opa {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.main-header__nav .search, .review-lightbox__modal {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.playlistoverview__item-hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.playlists .playlistoverview__item-hover:before, .btn-delete-playlist-label,
.playlistoverview__infos .delete .cc-main-link, .search-activecategory.is-open i, .accessible-item__hover,
.top-item-hover, .trans-all {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

input, button, textarea, .cssc-pagination a, .cssc-button, .trans-button, .checkout .modal-content .modal-header .left-arrow-btn {
  -webkit-transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, background 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease, color 0.3s ease; }

.mainslider__navigation li {
  -webkit-transition: outline-color 0.3s ease-out;
  transition: outline-color 0.3s ease-out; }

.editorialfeednav .cssc-button i, .search-filtres__category .title i, .container, .main-menu-mobile {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease; }

.logo a, .navbar-brand, .main-header__links .item:after, .benefit__inner {
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.benefit__icon {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.findgenres .nav > li > a, .dropdown-menu__alllinks, .editorialfeednav a {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease; }

.slider-nouveaute-item .top-item-hover {
  -webkit-transition: all 0 ease 0;
  transition: all 0 ease 0; }

.mainslider__navigation > div {
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }

.playlistoverview__item .roll {
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }

.main-header .main-header-item > li > .item {
  -webkit-transition: line-height 0.3s ease;
  transition: line-height 0.3s ease; }

.success-illu, .success-title {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease; }

/* ----------------------------------------------------------
 * Scroll top button
 * ------------------------------------------------------- */
#topcontrol {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  background: #2791c6; }
  #topcontrol i {
    line-height: 40px;
    vertical-align: middle;
    display: inline-block;
    color: white;
    font-size: 2em; }
  #topcontrol:hover {
    color: white;
    background-color: black; }
    #topcontrol:hover i {
      color: white; }

/* ----------------------------------------------------------
 * Styles
 * ------------------------------------------------------- */
.padding-right-0 {
  padding-right: 0; }

#installPlayer .center {
  text-align: center;
  margin: 0 auto; }

/* --------------------------------------------
 * Alignments
 * -------------------------------------------- */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.row-relative {
  position: relative; }

/* -------------------------------------------------------
 * MODAL
 * ------------------------------------------------------- */
.modal-header .main-logo-wrapper {
  position: relative;
  width: 212px;
  margin: 0 auto;
  padding-top: 30px; }
  .modal-header .main-logo-wrapper a {
    width: 100%;
    height: 59px;
    background: url(../bundles/cineweb/images/editor/ucbe_fr/logo/main-logo.png) no-repeat left center;
    background-size: contain; }

/* -------------------------------------------------------
 * POSTER
 * ------------------------------------------------------- */
/* variables
 * ----------------------- */
/* common
 * ----------------------- */
.poster-wrapper .img-responsive {
  width: 100%; }
.poster-wrapper .hover-poster-options {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .poster-wrapper .hover-poster-options .hover-main-link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.poster-wrapper .options-block {
  position: absolute;
  z-index: 12;
  padding: 10px; }
  .poster-wrapper .options-block.options-block-left-top {
    left: 0;
    top: 0; }
  .poster-wrapper .options-block.options-block-right-top {
    right: 0;
    top: 0;
    text-align: right; }
  .poster-wrapper .options-block.options-block-right-bottom {
    right: 0;
    bottom: 0;
    text-align: right; }
  .poster-wrapper .options-block.options-block-left-bottom {
    left: 0;
    bottom: 0; }
  .poster-wrapper .options-block a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .poster-wrapper .options-block a i {
      color: white; }
  .poster-wrapper .options-block a:hover {
    text-decoration: none; }
    .poster-wrapper .options-block a:hover i {
      color: #2791c6; }

/* Hover state
 * ----------------------- */
.poster-wrapper .hover-poster-options.show-options-on-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5); }

.poster-wrapper:hover .hover-poster-options.show-options-on-hover {
  opacity: 1; }

/* Options tag and buttons
 * ----------------------- */
.poster-wrapper .play-btn {
  font-size: 40px;
  line-height: 40px; }
.poster-wrapper .tag-language {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 700; }
.poster-wrapper .poster-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid white;
  border-radius: 3px;
  text-align: center;
  font-size: 17px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4); }
  .poster-wrapper .poster-btn i {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .poster-wrapper .poster-btn i.fa-heart {
    opacity: 0;
    font-size: 20px;
    color: #999999; }
  .poster-wrapper .poster-btn.active {
    border-color: #2791c6;
    color: #999999;
    background-color: rgba(0, 0, 0, 0.5); }
    .poster-wrapper .poster-btn.active i {
      color: #2791c6;
      background-color: rgba(0, 0, 0, 0.5); }
    .poster-wrapper .poster-btn.active i.fa-heart {
      opacity: 1;
      font-size: 22px;
      line-height: 40px; }
    .poster-wrapper .poster-btn.active i.icon-addwishlist {
      display: none; }
  .poster-wrapper .poster-btn:hover {
    border-color: #2791c6;
    color: #2791c6;
    background-color: rgba(0, 0, 0, 0.5); }
    .poster-wrapper .poster-btn:hover i {
      color: #2791c6;
      background-color: rgba(0, 0, 0, 0.5); }

.jGrowl {
  position: fixed;
  top: 0;
  right: 0; }

/* -------------------------------------------------------
 * Maintenance page
 * ------------------------------------------------------- */
.maintenance-page {
  text-align: center;
  color: white; }
  .maintenance-page .main-header-item {
    display: inline-block; }
  .maintenance-page p {
    font-size: 18px;
    font-weight: bolder; }
    .maintenance-page p span {
      font-weight: lighter; }

/* -------------------------------------------------------
 * Coming Soon page
 * ------------------------------------------------------- */
.coming-soon-page {
  background: url(../bundles/cineweb/images/common/backgrounds/coming-soon.jpg) no-repeat center top fixed;
  background-size: cover;
  margin: 0 auto;
  padding-top: 200px; }
  .coming-soon-page .coming-soon-inner-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    color: white; }
    .coming-soon-page .coming-soon-inner-wrapper h2 {
      font-size: 32px;
      font-weight: normal; }
      .coming-soon-page .coming-soon-inner-wrapper h2 span {
        text-transform: uppercase;
        font-size: 20px; }
    .coming-soon-page .coming-soon-inner-wrapper p {
      font-size: 20px; }
    .coming-soon-page .coming-soon-inner-wrapper img {
      max-width: 330px; }
    .coming-soon-page .coming-soon-inner-wrapper .section-devices ul {
      text-align: center;
      margin: 0;
      padding: 0; }
      .coming-soon-page .coming-soon-inner-wrapper .section-devices ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 40px; }
        .coming-soon-page .coming-soon-inner-wrapper .section-devices ul li figcaption {
          padding-top: 20px; }
  @media (max-width: 992px) {
    .coming-soon-page {
      padding-top: 340px; }
      .coming-soon-page .coming-soon-inner-wrapper {
        max-width: 100%; }
        .coming-soon-page .coming-soon-inner-wrapper h2 {
          font-size: 28px; }
          .coming-soon-page .coming-soon-inner-wrapper h2 span {
            font-size: 18px; }
        .coming-soon-page .coming-soon-inner-wrapper p {
          font-size: 18px; }
        .coming-soon-page .coming-soon-inner-wrapper img {
          max-width: 230px; } }
  @media (orientation: landscape) and (max-width: 992px) {
    .coming-soon-page {
      padding-top: 120px; } }
  @media (max-width: 768px) {
    .coming-soon-page {
      padding-top: 120px; }
      .coming-soon-page .coming-soon-inner-wrapper {
        max-width: 99%; }
        .coming-soon-page .coming-soon-inner-wrapper h2 {
          font-size: 25px; }
          .coming-soon-page .coming-soon-inner-wrapper h2 span {
            font-size: 15px; }
        .coming-soon-page .coming-soon-inner-wrapper p {
          font-size: 16px; }
          .coming-soon-page .coming-soon-inner-wrapper p br {
            display: none; }
        .coming-soon-page .coming-soon-inner-wrapper img {
          max-width: 230px; }
        .coming-soon-page .coming-soon-inner-wrapper .section-devices ul {
          font-size: 0; }
          .coming-soon-page .coming-soon-inner-wrapper .section-devices ul li {
            width: 25%;
            padding: 0 6px; }
            .coming-soon-page .coming-soon-inner-wrapper .section-devices ul li figure {
              font-size: 15px; }
              .coming-soon-page .coming-soon-inner-wrapper .section-devices ul li figure img {
                max-width: 100%; } }

.loading-centered {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .loading-centered:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .loading-centered:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .loading-centered:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.alert-danger.alert-dismissible {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  color: white; }
  .alert-danger.alert-dismissible .container-error {
    padding: 20px 0 25px 0;
    position: relative;
    background-color: #c93333; }
    .alert-danger.alert-dismissible .container-error ul, .alert-danger.alert-dismissible .container-error li {
      list-style: none; }
    .alert-danger.alert-dismissible .container-error .close {
      width: auto;
      height: auto;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      background-color: transparent;
      position: absolute;
      top: 2px;
      right: 10px;
      z-index: 10000;
      font-size: 28px;
      font-weight: bold; }
    .alert-danger.alert-dismissible .container-error .head-error {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    .alert-danger.alert-dismissible .container-error .content-error {
      max-width: 500px;
      margin: 25px auto 0 auto;
      font-size: 14px; }
      .alert-danger.alert-dismissible .container-error .content-error .list-error {
        margin: 0; }
        .alert-danger.alert-dismissible .container-error .content-error .list-error li {
          line-height: 1.6; }

/* ----------------------------------------------------------
 * Menu
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.editorialfeednav {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .editorialfeednav .cssc-button {
    position: absolute;
    top: 0;
    right: 80px;
    line-height: 68px; }
    .editorialfeednav .cssc-button:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .editorialfeednav .cssc-button i {
      display: inline-block;
      font-size: 20px;
      vertical-align: middle;
      color: white;
      *display: inline;
      *zoom: 1; }
  .editorialfeednav li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    *display: inline;
    *zoom: 1; }
    .editorialfeednav li + li a {
      border-left: 1px #da5485 solid;
      border-left: 1px rgba(255, 255, 255, 0.2) solid; }
    .editorialfeednav li:last-child a {
      border-right: 1px #da5485 solid;
      border-right: 1px rgba(255, 255, 255, 0.2) solid; }
  .editorialfeednav a {
    display: block;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    color: white;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 20px;
    -webkit-font-smoothing: antialiased;
    line-height: 60px; }
  .editorialfeednav .active a, .editorialfeednav a:hover {
    color: #282a30;
    text-decoration: none;
    background-color: white; }

/* Tablette */
@media (min-width: 768px) and (max-width: 1023px) {
  .editorialfeednav .cssc-button {
    top: -70px;
    right: 20px; } }
/* ----------------------------------------------------------
 * Common
 * ------------------------------------------------------- */
.feed-small-container {
  width: 100%;
  display: inline-block; }

.editorialfeeditems {
  padding: 40px 0 0; }
  .editorialfeeditems .editorialfeeditem {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #dddee0 solid; }

.editorialfeeditem:hover .title a {
  color: #2791c6; }

.editorialfeeditem__inner {
  display: block; }
  .editorialfeeditem__inner:hover {
    text-decoration: none; }
    .editorialfeeditem__inner:hover .title {
      color: #2791c6; }

.editorialfeeditem__img, .editorialfeeditem__img-middle {
  position: relative;
  overflow: hidden; }
  .editorialfeeditem__img.editorialfeeditem__img, .editorialfeeditem__img-middle.editorialfeeditem__img {
    max-height: 348px; }
  .editorialfeeditem__img.editorialfeeditem__img-middle, .editorialfeeditem__img-middle.editorialfeeditem__img-middle {
    height: 348px; }
  @media (max-width: 991px) {
    .editorialfeeditem__img, .editorialfeeditem__img-middle {
      max-height: none; }
      .editorialfeeditem__img.editorialfeeditem__img-middle, .editorialfeeditem__img-middle.editorialfeeditem__img-middle {
        height: auto; } }
  .editorialfeeditem__img > img, .editorialfeeditem__img-middle > img {
    width: 100%; }

.editorialfeeditem__content {
  overflow: hidden;
  position: relative;
  font-family: "Lato";
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .editorialfeeditem__content .sub-editorialfeeditem__content {
    overflow: hidden; }
  .editorialfeeditem__content .time {
    display: block;
    position: relative;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #686a6e; }
  .editorialfeeditem__content .title {
    margin: 3px 0 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #27292f; }
    .editorialfeeditem__content .title a {
      color: #27292f; }
      .editorialfeeditem__content .title a:hover {
        text-decoration: none; }
  .editorialfeeditem__content p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #686a6e; }
    .editorialfeeditem__content p a {
      color: #2791c6; }
      .editorialfeeditem__content p a:hover {
        color: #27292f; }
  .editorialfeeditem__content .cc-main-link {
    z-index: 1;
    margin: 10px 0;
    cursor: pointer;
    display: block; }

/* Big
 * ----------------------- */
.editorialfeeditem--big .editorialfeeditem__content {
  max-height: 403px; }
  .editorialfeeditem--big .editorialfeeditem__content .sub-editorialfeeditem__content {
    max-height: 364px; }
.editorialfeeditem--big .time {
  top: -5px;
  margin: 0 0 -9px; }
.editorialfeeditem--big .title {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px; }
.editorialfeeditem--big p + p {
  margin: 11px 0 0; }

/* Medium
 * ----------------------- */
.editorialfeeditem--medium .editorialfeeditem__content, .editorialfeeditem--small .editorialfeeditem__content {
  height: 226px; }
  .editorialfeeditem--medium .editorialfeeditem__content .sub-editorialfeeditem__content, .editorialfeeditem--small .editorialfeeditem__content .sub-editorialfeeditem__content {
    height: 167px; }
.editorialfeeditem--medium .time, .editorialfeeditem--small .time {
  margin: 4px 0 -1px; }
.editorialfeeditem--medium .title, .editorialfeeditem--small .title {
  margin-bottom: 14px; }
.editorialfeeditem--medium.editorialfeeditem--medium .title, .editorialfeeditem--small.editorialfeeditem--medium .title {
  font-size: 36px;
  line-height: 40px; }

/* Wide */
@media (min-width: 1399px) {
  .editorialfeeditem__content {
    position: relative; }

  .editorialfeeditem--big .editorialfeeditem__content {
    height: auto !important;
    max-height: 343px; }
    .editorialfeeditem--big .editorialfeeditem__content .sub-editorialfeeditem__content {
      height: auto !important;
      max-height: 304px; }

  .editorialfeeditem--medium .editorialfeeditem__content,
  .editorialfeeditem--small .editorialfeeditem__content {
    height: 202px; }
    .editorialfeeditem--medium .editorialfeeditem__content .sub-editorialfeeditem__content,
    .editorialfeeditem--small .editorialfeeditem__content .sub-editorialfeeditem__content {
      height: 143px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .editorialfeeditem--big .editorialfeeditem__content {
    height: auto !important;
    max-height: 268px; }
    .editorialfeeditem--big .editorialfeeditem__content .sub-editorialfeeditem__content {
      height: auto !important;
      max-height: 229px; }

  .editorialfeeditem--medium .editorialfeeditem__content,
  .editorialfeeditem--small .editorialfeeditem__content {
    height: 244px; }
    .editorialfeeditem--medium .editorialfeeditem__content .sub-editorialfeeditem__content,
    .editorialfeeditem--small .editorialfeeditem__content .sub-editorialfeeditem__content {
      height: 205px; }

  .editorialfeeditem--big .time {
    top: auto; }
  .editorialfeeditem--big .editorialfeeditem__content {
    height: auto; }
  .editorialfeeditem--big .cc-main-link {
    position: relative;
    margin-top: 20px; } }
/* Mobile */
@media (max-width: 767px) {
  .editorialfeeditem__content .cc-main-link {
    position: relative;
    margin-top: 10px; }

  .editorialfeeditem--big .time {
    top: auto;
    margin: 5px 0; }

  .editorialfeeditem--big .title,
  .editorialfeeditem--medium .title,
  .editorialfeeditem--small .title {
    font-size: 20px !important;
    margin: 3px 0 4px;
    line-height: 23px !important; }

  .editorialfeeditem--big .editorialfeeditem__content,
  .editorialfeeditem--medium .editorialfeeditem__content,
  .editorialfeeditem--small .editorialfeeditem__content {
    height: auto !important;
    max-height: 168px; }
    .editorialfeeditem--big .editorialfeeditem__content .sub-editorialfeeditem__content,
    .editorialfeeditem--medium .editorialfeeditem__content .sub-editorialfeeditem__content,
    .editorialfeeditem--small .editorialfeeditem__content .sub-editorialfeeditem__content {
      height: auto !important;
      max-height: 129px; } }
.editorialfeeditems .next-btn-block {
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .editorialfeeditems .next-btn-block .no-items {
    height: 45px;
    line-height: 40px;
    margin: 10px 0 20px 0;
    padding: 0;
    display: inline-block;
    color: black;
    font-size: 16px;
    font-weight: bold; }
  .editorialfeeditems .next-btn-block .next-btn {
    width: 200px;
    font-size: 16px;
    margin: 10px 0 20px 0; }
    .editorialfeeditems .next-btn-block .next-btn:hover {
      color: white;
      background-color: black; }
.editorialfeeditems .preloder-icon {
  margin: 10px 0 20px 0; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * Main Slider
 * ------------------------------------------------------- */
/* Main wrappers */
.block-big-slider {
  position: relative;
  font-family: "Lato"; }

.big-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  height: auto; }

.bs-slides {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0; }
  .bs-slides > li {
    float: left;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }

.bsc-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .bsc-mask.bscm-right, .bsc-mask.bscm-left {
    z-index: 1;
    width: 0; }
  .bsc-mask.bscm-right {
    right: 0;
    left: auto; }

.bs-content-slide {
  display: inline-block;
  position: relative;
  width: 100%;
  background: transparent no-repeat top center;
  *display: inline;
  *zoom: 1; }
  .bs-content-slide .background-block {
    top: 0;
    z-index: 1; }

.home-img-top-carousel {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover; }

.watch-film-button {
  width: 244px; }

/* Links-like on left and right */
.bsc-filter {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .bsc-filter:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.current .bsc-filter {
  display: none; }

/* Big Slider */
.block-big-slider .slide:before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 350px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.block-big-slider .slide__inner.not-article {
  margin: 0 0 0 60px; }
.block-big-slider .slide__inner {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  z-index: 2;
  width: 25%;
  min-width: 400px; }
  .block-big-slider .slide__inner .img-responsive {
    width: 65%;
    margin: 0 auto; }
  .block-big-slider .slide__inner .slide-title {
    font-family: "Lato";
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin: 5px 0 4px; }
    .block-big-slider .slide__inner .slide-title a {
      color: white;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
      .block-big-slider .slide__inner .slide-title a:hover, .block-big-slider .slide__inner .slide-title a:focus {
        text-decoration: none;
        color: #2791c6; }
  .block-big-slider .slide__inner .editors {
    margin: 0 0 5px;
    color: white;
    text-shadow: black 1px 1px 6px;
    font-size: 20px;
    font-weight: 400; }
    .block-big-slider .slide__inner .editors a {
      color: white; }
      .block-big-slider .slide__inner .editors a:hover, .block-big-slider .slide__inner .editors a:focus {
        text-decoration: none;
        color: #2791c6; }
  .block-big-slider .slide__inner .description {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    text-shadow: black 1px 1px 6px; }
  .block-big-slider .slide__inner .buttons-set {
    margin: 17px 0 8px 0; }
  .block-big-slider .slide__inner .cssc-button {
    margin-right: 15px;
    margin-bottom: 15px; }
    .block-big-slider .slide__inner .cssc-button:last-child {
      margin-right: 0; }
  .block-big-slider .slide__inner .cssc-button-slide {
    padding: 0 25px; }

.badge-slider {
  opacity: 0.8;
  font-size: 9px;
  color: white;
  border: 1px solid white;
  padding: 5px;
  border-radius: 3px;
  text-transform: uppercase; }

/* slider navigation */
.mainslider__navigation {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
  padding: 0;
  max-height: 101px;
  overflow: hidden; }
  .mainslider__navigation > div {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    *display: inline;
    *zoom: 1; }
    .mainslider__navigation > div + div {
      margin-left: 10px; }
    .mainslider__navigation > div a {
      display: block;
      width: 160px;
      height: 91px;
      position: relative; }
      .mainslider__navigation > div a span.badge-slider {
        position: absolute;
        transform: translate(-50%);
        left: 50%;
        bottom: 15px; }
    .mainslider__navigation > div img {
      border: 1px transparent solid; }
    .mainslider__navigation > div img:hover, .mainslider__navigation > div.current img {
      border-color: #2791c6; }

@media (max-width: 1199px) {
  .bs-slides, .bs-content-slide, .bs-slides > li {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-slides .slide__inner {
    margin: 100px 0 0 0; }

  .mainslider__navigation > div a {
    width: 140px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mainslider__navigation {
    max-height: none;
    position: static;
    padding: 10px 0 20px 0;
    background-color: #27292f;
    background-image: url(../bundles/cineweb/images/common/backgrounds/bg-noise.png); } }
@media (max-width: 767px) {
  .bs-slides > li {
    height: auto; }

  .bsc-mask {
    position: relative;
    height: auto; }
    .bsc-mask:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 48.3871%; }

  .old-mask {
    position: absolute;
    top: 0;
    left: 0; }

  .mainslider__navigation {
    position: static;
    border-bottom: 1px #dddee0 solid;
    background: white; }
    .mainslider__navigation > div {
      margin: 0; }
      .mainslider__navigation > div + div {
        margin-left: 20px; }
      .mainslider__navigation > div a {
        width: auto;
        height: auto; }
      .mainslider__navigation > div span {
        font-size: 20px;
        color: #d0d1d5;
        line-height: 1.7;
        font-weight: 700;
        display: none; }
      .mainslider__navigation > div span:hover, .mainslider__navigation > div.current span {
        color: #2791c6; }

  .block-big-slider .slide__inner {
    margin-left: 20px; } }
@media (max-width: 480px) {
  .block-big-slider .slide__inner {
    min-width: 0; }
    .block-big-slider .slide__inner .slide-title {
      font-size: 30px;
      line-height: 34px; } }
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * MOBILE FIRST
 * ------------------------------------------------------- */
.pushes-marketing-text-wrapper {
  padding: 30px 0; }
  .pushes-marketing-text-wrapper .carousel-wrapper {
    overflow: hidden; }

.one-push-text i {
  float: left;
  display: inline-block;
  color: white;
  background: #27292f;
  text-align: center;
  font-size: 33px;
  height: 80px;
  line-height: 80px;
  width: 80px;
  border-radius: 6px;
  margin: 0 20px 0 0; }
.one-push-text .main-text span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300; }
  .one-push-text .main-text span strong {
    font-weight: 900; }
.one-push-text .main-text a {
  display: inline-block;
  margin: 5px 0 0 0; }

/* -------------------------------------------------------
 * SMALL SCREENS AND TABLET ONLY
 * ------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .one-push-text {
    text-align: center; }
    .one-push-text i {
      float: none;
      margin: 0; } }
/* -------------------------------------------------------
 * TABLET AND +
 * ------------------------------------------------------- */
@media (min-width: 992px) {
  .pushes-marketing-text-wrapper {
    padding: 50px 0; } }
#main-container {
  overflow: hidden;
  position: relative; }

.carousel-push-marketing-image {
  margin: 70px 0; }
  .carousel-push-marketing-image div {
    text-align: center; }
    .carousel-push-marketing-image div a {
      display: block;
      margin: 0 10px; }
      .carousel-push-marketing-image div a img {
        width: 100%; }

ul.push-marketing-text {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none; }
  ul.push-marketing-text a {
    display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  ul.push-marketing-text {
    flex-flow: row wrap; }
    ul.push-marketing-text li {
      flex-basis: 50%;
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  ul.push-marketing-text {
    align-items: center;
    flex-direction: column; }
    ul.push-marketing-text li {
      margin-bottom: 20px; } }
.corner .slider {
  background-color: #27292f; }

/* -------------------------------------------------------
 * Search
 * ------------------------------------------------------- */
.homesearch {
  padding-top: 20px;
  padding-bottom: 20px; }
  .homesearch > div {
    height: 40px;
    line-height: 40px; }
  .homesearch .col-3 {
    text-align: right;
    position: relative;
    top: -4px; }
    .homesearch .col-3 > div {
      display: inline-block;
      vertical-align: middle;
      *display: inline;
      *zoom: 1; }
      .homesearch .col-3 > div + div {
        margin-left: 15px;
        padding-left: 13px;
        border-left: 1px #dddee0 dotted; }
  .homesearch .title {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 300;
    color: #686a6e;
    -webkit-font-smoothing: antialiased; }

.homesearch-form {
  position: relative; }
  .homesearch-form input {
    height: 42px;
    border-radius: 0;
    border-radius: 2px 0 0 2px;
    line-height: 42px; }
  .homesearch-form .cssc-button {
    width: 70px;
    border: 1px #c4c5c9 solid;
    border-radius: 0 3px 3px;
    font-size: 14px;
    line-height: 40px;
    color: #888a8d;
    background-color: #f8f8f9; }

.homesearch-counter {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 11px;
  font-weight: 400;
  color: #a9a9ac; }

.homesearch-counter__number {
  line-height: 46px;
  font-size: 36px;
  font-weight: 200;
  color: #2791c6;
  -webkit-font-smoothing: antialiased; }
  .homesearch-counter__number + span {
    padding-left: 5px;
    vertical-align: 8px; }

.homesearch-link a {
  position: relative;
  top: 0px;
  right: auto; }

/* Wide */
@media (min-width: 1399px) {
  .homesearch .title {
    font-size: 23px; }

  .homesearch__col.col-1 {
    margin-right: 46px; }

  .homesearch-form input {
    width: 520px; }

  .homesearch__col.col-2 {
    margin-right: 35px; } }
/* ----------------------------------------------------------
 * Block image pitch
 * ------------------------------------------------------- */
.image-pitch img {
  width: 100%; }
.image-pitch .pitch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* ----------------------------------------------------------
 * Block benefits
 * ------------------------------------------------------- */
.benefits {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white; }

.benefit {
  position: relative;
  padding-left: 99px; }

.benefit__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  text-align: center;
  line-height: 80px;
  color: white;
  background-color: #27292f;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.benefit--decouvrez {
  font-size: 32px; }

.benefit--cinepass {
  font-size: 28px; }

.benefit--catalogue {
  font-size: 32px; }

.benefit p {
  position: relative;
  top: -3px;
  margin: 0;
  padding: 0;
  max-width: 205px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #26282e;
  -webkit-font-smoothing: antialiased; }
.benefit strong {
  font-weight: 900; }
.benefit span {
  font-size: 16px; }
  .benefit span span {
    font-weight: 400; }
.benefit a {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  color: #2791c6; }

.dropdown-menu .benefit a:hover {
  text-decoration: none;
  color: white; }

.benefit a:hover {
  text-decoration: none;
  color: #26282e; }

/* Wide */
@media (min-width: 1399px) {
  .benefit p {
    max-width: 225px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .benefit {
    padding-left: 0;
    text-align: center; }

  .benefit__icon {
    position: relative;
    margin: 0 auto; }

  .benefit p {
    top: 0;
    margin: 11px 5px 5px;
    padding: 0;
    max-width: none;
    font-size: 20px; } }
/* Mobile */
@media (max-width: 767px) {
  .benefits {
    padding-top: 20px;
    padding-bottom: 123px; }
    .benefits > div {
      position: static;
      padding: 0; }

  .benefit {
    position: static;
    padding: 0; }

  .benefit__icon {
    position: relative;
    width: 90px;
    height: 60px;
    margin: 0 auto;
    line-height: 66px; }

  .benefit__inner {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    overflow: hidden;
    text-align: center;
    background-color: white; }
    .benefit__inner p {
      font-size: 13px; }

  .benefit p {
    margin: 0 auto; }

  .benefit--decouvrez {
    font-size: 24px; }

  .benefit--cinepass {
    font-size: 21px; }

  .benefit--catalogue {
    font-size: 24px; }

  .benefit.active .benefit__inner {
    height: 86px; }
  .benefit .benefit__inner {
    height: 0; }
  .benefit.active .benefit__icon {
    background-color: #d02865; }

  /* Menu Edito */
  .dropdown-menu--edito .cc-inner {
    padding: 0; }
  .dropdown-menu--edito .benefit__icon {
    display: none; }
  .dropdown-menu--edito .benefit .benefit__inner {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
    background: 0; }
  .dropdown-menu--edito .benefits.benefits--edito {
    padding-bottom: 0; } }
.block-nouveaute {
  overflow-x: hidden;
  padding-bottom: 30px;
  margin-bottom: -30px; }

.block-nouveaute__inner {
  padding-bottom: 90px;
  position: relative; }

.slider-nouveaute-wrapper {
  position: relative; }

.slider-nouveaute img {
  width: 100%; }

.slider-nouveaute__inner {
  position: relative;
  overflow: visible !important;
  font-size: 0; }
  .slider-nouveaute__inner .item {
    margin: 0 -20px;
    width: calc(100% + 40px); }

.slider-nouveaute-item {
  float: left;
  width: calc(100% / 8); }

.nice-hover-item {
  position: relative;
  overflow: hidden; }
  .nice-hover-item:hover .top-item-hover {
    visibility: visible;
    opacity: 1; }
  .nice-hover-item .fiche-description {
    display: none; }
  .nice-hover-item:hover {
    -moz-transform: scale(1.25405);
    -ms-transform: scale(1.25405);
    -webkit-transform: scale(1.25405);
    border-radius: 3px;
    border: 1px #3d3f44 solid;
    box-shadow: 0 0 20px black;
    height: auto;
    margin-bottom: -65px;
    padding: 7px;
    transform: scale(1.25405);
    z-index: 3; }
    .nice-hover-item:hover .fiche-description {
      display: block; }
  .nice-hover-item .top-item-hover .buttonsset {
    top: 16px;
    width: 36px; }
    .nice-hover-item .top-item-hover .buttonsset .item-inner {
      width: 33px;
      height: 33px;
      margin-bottom: 8px;
      font-size: 12px;
      line-height: 33px; }
  .nice-hover-item .top-item-hover .bottom {
    right: 18px;
    left: 18px; }
  .nice-hover-item .top-item-hover .rating {
    bottom: 5px; }
  .nice-hover-item .icn-play-border {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .nice-hover-item .icn-play-border .icon-play {
      font-size: 12px;
      line-height: 40px; }
  .nice-hover-item .top-item-hover .rating, .nice-hover-item .rating i {
    font-size: 12px; }
  .nice-hover-item .fiche-description .title {
    font-size: 10px;
    line-height: 16px;
    margin-top: 7px; }
  .nice-hover-item .fiche-description .author {
    font-size: 10px; }
  .nice-hover-item .fiche-description .price {
    font-size: 9px; }

/* Nice Hover
 * ----------------------- */
/* Wide */
@media (min-width: 1400px) {
  .slider-nouveaute-item {
    float: left;
    width: calc(100% / 8); } }
/* Tablette & Mobile */
@media (max-width: 991px) {
  .nice-hover-item {
    height: auto !important; }
    .nice-hover-item:hover .fiche-description {
      display: none; }
    .nice-hover-item .top-item-illu img {
      width: 100%; }
    .nice-hover-item:hover {
      height: auto !important;
      margin: 0 !important;
      padding: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none; }
    .nice-hover-item .fiche-description {
      display: none; }
    .nice-hover-item .top-item-link {
      background-color: transparent; }
    .nice-hover-item .top-item-hover {
      visibility: visible !important;
      opacity: 1 !important; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-nouveaute__inner .item {
    width: calc(100% + 222px); }

  .slider-nouveaute-wrapper .navigation .cssc-button:before {
    display: none; }

  .slider-nouveaute-item {
    height: auto; }

  .block-nouveaute__inner {
    padding-bottom: 30px; } }
/* Mobile */
@media (max-width: 767px) {
  .block-nouveaute__inner {
    padding-bottom: 0; }

  .slider-nouveaute-wrapper .navigation .cssc-button {
    display: none; }

  .block-nouveaute .item {
    overflow: hidden;
    margin-right: 0; }

  .nice-hover-item:hover .top-item-hover, .nice-hover-item .top-item-hover {
    visibility: hidden;
    opacity: 0; }
  .nice-hover-item:hover {
    height: 247px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; }

  .slider-nouveaute-item {
    width: calc(100% / 4 );
    height: 187px; }

  .slider-nouveaute__inner .item {
    margin: 0 -50px;
    width: calc(100% + 100px); } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .block-nouveaute--nopadding .block-nouveaute__inner {
    padding-bottom: 0; } }
/* -------------------------------------------------------
 * NEWS FEED
 * ------------------------------------------------------- */
.one-news {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: #8b8d95;
  height: 300px;
  overflow: hidden;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease;
  transition: none;
  position: relative;
  overflow: hidden; }
  .one-news:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 0;
    -webkit-box-shadow: 0px 0px 12px 12px white;
    -moz-box-shadow: 0px 0px 12px 12px white;
    box-shadow: 0px 0px 12px 12px white; }
  .one-news .img-wrapper {
    position: relative;
    max-height: 166px;
    overflow: hidden;
    margin-bottom: 12px; }
    .one-news .img-wrapper > img {
      width: 100%; }
  .one-news .tags {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .one-news h3 {
    color: #27292f;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .one-news:hover, .one-news:focus {
    text-decoration: none; }
    .one-news:hover h3, .one-news:focus h3 {
      color: #2791c6; }
    .one-news:hover .one-news-description, .one-news:focus .one-news-description {
      color: #8b8d95; }

.main-news .one-news {
  height: 620px; }
  .main-news .one-news .img-wrapper {
    max-height: 342px; }

@media (max-width: 991px) {
  .main-news .one-news {
    height: auto; }
    .main-news .one-news .img-wrapper {
      max-height: none; } }
@media (max-width: 767px) {
  .main-news, .left-news, .right-news {
    float: none;
    clear: both; }

  .one-news {
    height: auto; }
    .one-news .img-wrapper {
      max-height: none; } }
/* ----------------------------------------------------------
 * Newsletter
 * ------------------------------------------------------- */
.block-newsletter {
  line-height: 120px !important; }
  .block-newsletter > * {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .block-newsletter form {
    position: relative;
    top: 7px; }
  .block-newsletter .form-group, .block-newsletter .input-group {
    width: 100%; }
  .block-newsletter .input-group-btn {
    width: 1% !important; }
  .block-newsletter .cssc-button {
    vertical-align: baseline; }
  .block-newsletter .title {
    font-family: "Lato";
    font-size: 23px;
    font-weight: 300;
    color: #27292f;
    text-align: left; }
    .block-newsletter .title strong {
      font-weight: normal; }
  .block-newsletter .cssc-button {
    width: auto;
    padding: 0 25px; }
  .block-newsletter input {
    position: relative;
    top: 35px;
    height: 40px;
    line-height: 25px;
    border-right: 0; }
  .block-newsletter button {
    height: 39px !important;
    margin-left: 0 !important; }

/* Wide */
@media (min-width: 1399px) {
  .block-newsletter .title {
    font-size: 30px; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .block-newsletter {
    line-height: 3px !important; }
    .block-newsletter .title {
      display: block;
      margin: 0;
      font-size: 30px;
      line-height: 40px;
      padding: 19px 0 11px;
      text-align: center; }
      .block-newsletter .title strong {
        display: block; }
    .block-newsletter form {
      width: 400px;
      margin: auto;
      padding-bottom: 30px; }
    .block-newsletter input {
      width: 280px;
      top: 0; } }
/* Mobile */
@media (max-width: 767px) {
  .grid-actu {
    padding-bottom: 0;
    margin: 0; }
    .grid-actu img {
      width: 100%; }
    .grid-actu > div:first-child .actu-push {
      margin-bottom: 20px; }

  .block-newsletter {
    padding: 31px 0 37px;
    line-height: 28px !important; }
    .block-newsletter .title {
      margin-right: 0;
      margin-bottom: 23px;
      font-size: 20px;
      line-height: 25px;
      text-align: center; }
    .block-newsletter input {
      top: 0; } }
/* ----------------------------------------------------------
 * Top du moment
 * ------------------------------------------------------- */
.block-dark-title {
  padding: 15px 0 0 0;
  font-family: "Lato";
  font-size: 22px;
  font-weight: 400;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .block-dark-title.is-black {
    color: #27292f; }
    .block-dark-title.is-black span {
      color: #929396; }

.slider-topdumoment {
  position: relative;
  padding: 0 20px 29px 20px; }

.top-item {
  display: block;
  font-family: "Lato";
  line-height: 18px; }

.top-item-illu {
  position: relative; }

.top-item-list .top-item {
  float: left;
  width: calc(100% / 5 - 20px);
  position: relative; }
  .top-item-list .top-item img {
    width: 100%; }

.top-item + .top-item {
  margin: 0 0 0 20px; }
.top-item > img {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1; }

.fiche-description {
  position: relative; }
  .fiche-description > img {
    border: 2px white solid;
    position: absolute;
    top: -30px;
    left: 11px;
    z-index: 3; }
  .fiche-description .title {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: white;
    -webkit-font-smoothing: antialiased; }
  .fiche-description a:hover {
    text-decoration: none;
    color: #2791c6; }
  .fiche-description .author {
    font-size: 13px;
    color: #686a6e; }
    .fiche-description .author .strong {
      font-weight: 400;
      color: #888a8d; }
  .fiche-description .description {
    margin: 0;
    color: #a5a7ac;
    font-family: "Lato";
    font-weight: 400;
    line-height: 20px; }

.top-item-hover {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0; }

.top-item:hover .top-item-hover {
  visibility: visible;
  opacity: 1; }

.top-item-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 41, 47, 0.3); }

.top-item-hover .buttonsset {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  font-size: 0; }
  .top-item-hover .buttonsset .item-inner {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: white; }
    .top-item-hover .buttonsset .item-inner .icon-playlist {
      font-size: 20px;
      position: relative;
      left: 2px;
      top: 3px; }

.top-item-bookmark {
  border: 2px solid white;
  border-radius: 3px; }
  .top-item-bookmark:hover {
    border-color: #2791c6; }
    .top-item-bookmark:hover i {
      color: #2791c6; }

.top-item-hover .bottom {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px; }
.top-item-hover .top-item-play {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: white; }
  .top-item-hover .top-item-play .icon-play {
    font-size: 40px; }
.top-item-hover .rating {
  position: absolute;
  bottom: 11px;
  left: 0; }

/* Navigation
 * ----------------------- */
.slider-topdumoment .navigation-button {
  left: -10px;
  margin-top: -65px; }
  .slider-topdumoment .navigation-button + .navigation-button {
    right: -10px;
    left: auto; }

/* Mobile */
@media (max-width: 767px) {
  .block-dark-title {
    text-align: center;
    padding: 26px 0; }

  .slider-topdumoment .top-item-list {
    text-align: center; }
    .slider-topdumoment .top-item-list .top-item {
      display: inline-block;
      vertical-align: middle;
      float: none;
      text-align: left; }

  .navigation--topdumoment .cssc-button:before {
    left: -7px; }
  .navigation--topdumoment .cssc-button + .cssc-button:before {
    left: auto;
    right: -7px; } }
/* Mobile */
@media (max-width: 1399px) {
  .top-item-list .top-item {
    float: left;
    width: calc(100% / 4 - 20px);
    position: relative; } }
/* Tablette & mobile */
@media (max-width: 767px) {
  .top-item-list .top-item {
    float: left;
    width: calc(100% / 1);
    position: relative; } }
@media (max-width: 991px) {
  .top-item-hover .buttonsset {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    font-size: 0; }
    .top-item-hover .buttonsset .item-inner {
      width: 40px;
      height: 40px;
      margin-left: 5px;
      text-align: center;
      font-size: 16px;
      line-height: 40px;
      color: white;
      float: left; } }
/* Wide */
@media (min-width: 1399px) {
  .slider-topdumoment .navigation-button {
    left: -37px;
    margin-top: -65px; }
    .slider-topdumoment .navigation-button + .navigation-button {
      right: -37px;
      left: auto; } }
/* ----------------------------------------------------------
 * On vous recommande
 * ------------------------------------------------------- */
.recommande-list {
  position: relative;
  padding: 0;
  margin: 0 -10px;
  overflow: hidden; }

.recommande-item {
  padding-bottom: 30px; }

.recommande-item__top {
  position: relative; }
  .recommande-item__top > img {
    width: 100%; }
  .recommande-item__top .top-item-hover {
    height: auto;
    bottom: 0;
    background-color: rgba(39, 41, 47, 0.3); }
  .recommande-item__top .icon-play {
    font-size: 40px;
    -webkit-font-smoothing: antialiased; }

.recommande-item__bottom {
  position: relative;
  z-index: 2; }
  .recommande-item__bottom > img {
    position: absolute;
    top: -30px;
    left: 8px;
    border: 2px white solid; }

.recommande-item__infos {
  position: relative;
  margin: 7px 0 0 80px;
  font-family: "Lato";
  font-size: 13px;
  line-height: 18px;
  color: #888a8d; }
  .recommande-item__infos a {
    display: block;
    width: 60%;
    color: #27292f; }
  .recommande-item__infos span {
    color: #686a6e; }
  .recommande-item__infos + .price {
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px; }

.recommande-item .rating {
  bottom: 19px;
  left: 9px; }
.recommande-item .icn-play-border {
  z-index: 5;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: white; }
.recommande-item:hover .top-item-hover {
  visibility: visible;
  opacity: 1; }
.recommande-item a:hover {
  text-decoration: none;
  color: #2791c6; }

/* Wide */
@media (min-width: 1399px) {
  .recommande-item {
    padding-bottom: 50px; }

  .recommande-item__infos {
    font-size: 14px; }
    .recommande-item__infos strong {
      width: 210px; } }
/* Mobile */
@media (max-width: 767px) {
  .recommande-item__infos strong {
    max-width: 90px; } }
/* ----------------------------------------------------------
 * Block pushs
 * ------------------------------------------------------- */
.block-pushs .cc-inner {
  padding: 0px 70px; }
.block-pushs .cc-main {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px #dddee0 solid; }

.block-pushs__inner {
  text-align: center;
  font-size: 0; }
  .block-pushs__inner img {
    width: 100%; }
    .block-pushs__inner img + img {
      margin-left: 20px; }

/* Tablette */
@media (max-width: 1160px) {
  .block-pushs .cc-inner {
    padding: 0px 10px; }
  .block-pushs .cc-main {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px #dddee0 solid; } }
/* Mobile */
@media (max-width: 767px) {
  .block-pushs__inner img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%; }
    .block-pushs__inner img + img {
      margin-top: 20px;
      margin-left: auto; } }
/* -------------------------------------------------------
 * Nos collections
 * ------------------------------------------------------- */
.collection-main .slide-title {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }

.collection-main__inner a {
  color: white; }
.collection-main__inner a:hover {
  color: #2791c6;
  text-decoration: none; }

.block-collections {
  padding-bottom: 57px;
  border-bottom: 1px #dddee0 solid; }

.collections {
  position: relative; }

.collection-item {
  position: relative;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.collection-main {
  float: left;
  width: 100%;
  overflow: hidden; }

.collection-main__inner {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: 430px; }
  .collection-main__inner .slide-title {
    font-size: 40px;
    line-height: 40px; }
  .collection-main__inner p {
    margin: 0 0 16px;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
  .collection-main__inner .collection-description {
    color: white;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7); }
  .collection-main__inner .buttonset {
    margin: 20px 0 0; }
  .collection-main__inner .cssc-button {
    width: 150px; }
    .collection-main__inner .cssc-button i {
      font-size: 16px; }

.collection-item .big_img {
  width: 100%; }

/* Thumbs
 * ----------------------- */
.collection-thumbs {
  overflow: hidden;
  clear: both;
  float: right;
  cursor: pointer; }

.collection-thumbs-item:hover {
  opacity: 0.8; }
.collection-thumbs-item > img {
  width: 100%; }

.collection-thumbs .col {
  margin-top: 20px; }

.collection-thumbs-item {
  background-size: contain; }
  .collection-thumbs-item .slide-title {
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #686a6e;
    -webkit-font-smoothing: antialiased; }
  .collection-thumbs-item:hover .slide-title {
    color: #2791c6; }
  .collection-thumbs-item .collection-main__inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto; }
  .collection-thumbs-item .slide-title ~ * {
    display: none; }

/* Wide */
@media (min-width: 1440px) {
  .collection-main {
    width: 988px;
    height: 556px; }

  .collection-thumbs {
    clear: none; }
    .collection-thumbs .col {
      float: none;
      width: 252px;
      margin-top: 0; }
      .collection-thumbs .col + .col {
        margin-top: 14px; } }
@media (min-width: 992px) and (max-width: 1439px) {
  .collection-thumbs {
    float: none; } }
/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .collection-main {
    width: 100%;
    float: none; }

  .collection-main__inner {
    top: 46px;
    left: 30px; }

  .collection-main .collection-main__inner .slide-title {
    font-size: 30px;
    line-height: 30px; } }
/* Mobile */
@media (max-width: 767px) {
  .collection-thumbs {
    float: none; }

  .collection-main .collection-main__inner p, .collection-main .collection-main__inner img, .collection-main .collection-main__inner .buttonset {
    display: none; }
  .collection-main .slide-title {
    display: block;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #686a6e;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0); }
  .collection-main .collection-main__inner {
    position: relative;
    top: auto;
    left: auto;
    width: auto; }

  .collection-thumbs .col {
    width: 100%; }
    .collection-thumbs .col + .col {
      margin-left: 0; }

  .block-collections {
    padding-bottom: 0; } }
/* ----------------------------------------------------------
 * Accessible
 * ------------------------------------------------------- */
.accessible {
  padding: 0 0 55px;
  text-align: center;
  font-size: 0;
  position: relative; }

.accessible__inner {
  /*margin-right: -30px; */ }

.accessible .title {
  padding: 52px 0 46px;
  font-family: "Lato";
  font-size: 40px;
  font-weight: 300;
  color: white;
  -webkit-font-smoothing: antialiased; }

.accessible-item {
  display: inline-block;
  position: relative;
  width: 130px;
  padding: 127px 0 0;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  color: white;
  background-color: transparent;
  background-image: url("../bundles/cineweb/images/common/devices/sprite-devices.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 30px; }

.accessible-item--tablette {
  background-position: 21px 43px; }

.accessible-item--smartphone {
  background-position: 49px -96px; }

.accessible-item--ordinateur {
  background-position: 1px -247px; }

.accessible-item--tv {
  background-position: 1px -430px; }

.accessible-item--console {
  background-position: 33px -537px; }

.accessible-item--chromecast {
  background-position: 35px -644px; }

.accessible-item__hover {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }

.accessible-item:hover .accessible-item__hover {
  visibility: visible;
  opacity: 1; }

.accessible-item--tablette .accessible-item__hover {
  bottom: -1px;
  background-image: url("../bundles/cineweb/images/gifs/tablette.gif"); }

.accessible-item--smartphone .accessible-item__hover {
  bottom: 0;
  background-image: url("../bundles/cineweb/images/gifs/smartphone.gif"); }

.accessible-item--ordinateur .accessible-item__hover {
  bottom: 11px;
  background-image: url("../bundles/cineweb/images/gifs/ordinateur.gif"); }

.accessible-item--tv .accessible-item__hover {
  bottom: 41px;
  background-image: url("../bundles/cineweb/images/gifs/tv.gif"); }

.accessible-item--console .accessible-item__hover {
  bottom: -34px;
  background-image: url("../bundles/cineweb/images/gifs/console.gif"); }

.accessible-item--chromecast .accessible-item__hover {
  bottom: -30px;
  background-image: url("../bundles/cineweb/images/gifs/chromecast.gif"); }

/* Tablette */
@media (min-width: 768px) and (max-width: 991px) {
  .accessible .title {
    padding: 40px 0 35px;
    font-size: 36px; }

  .accessible-item {
    width: 128px;
    margin-bottom: 20px; } }
/* Mobile */
@media (max-width: 767px) {
  .accessible {
    padding-bottom: 67px; }
    .accessible .title {
      padding: 35px 0;
      font-size: 40px;
      line-height: 40px; }

  .accessible__inner {
    margin-right: 0; }

  .accessible-item {
    margin-bottom: 20px;
    margin-right: 0; }

  .accessible-item--console, .accessible-item--chromecast {
    margin-top: -60px; } }
/* ----------------------------------------------------------
 * Create account
 * ------------------------------------------------------- */
.createaccount {
  text-align: center;
  font-size: 0;
  line-height: 90px;
  vertical-align: middle; }
  .createaccount .title {
    display: inline-block;
    margin-right: 20px;
    font-family: "Lato";
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: #27292f;
    *display: inline;
    *zoom: 1; }
  .createaccount .cssc-button {
    width: 165px;
    vertical-align: middle; }

/* Mobile */
@media (max-width: 767px) {
  .createaccount {
    padding: 33px 0 43px;
    line-height: 1.2; }
    .createaccount .title {
      display: block;
      margin-right: 0;
      margin-bottom: 16px; } }
/* ----------------------------------------------------------
 * Rechercher par genres
 * ------------------------------------------------------- */
.findgenres .nav {
  position: relative;
  margin-bottom: -10px;
  text-align: center; }
  .findgenres .nav > li {
    display: inline-block;
    float: none;
    margin-right: -19px;
    margin-bottom: 10px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 19px; }
    .findgenres .nav > li + li {
      margin-left: 0;
      padding-left: 0;
      border: 0; }
    .findgenres .nav > li > a {
      padding: 0 10px;
      border-radius: 3px;
      font-family: "Lato";
      font-size: 13px;
      font-weight: 700;
      line-height: 30px;
      color: #c4c5c9;
      background-color: #47494e;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
      -webkit-font-smoothing: antialiased; }
      .findgenres .nav > li > a:hover {
        color: white;
        background-color: #d02865; }
    .findgenres .nav > li.active > a {
      color: white;
      background-color: #d02865; }
.findgenres .tab-pane {
  position: relative;
  margin: 0 -20px -20px 0;
  padding: 20px 0 50px;
  text-align: center;
  font-size: 0; }
  .findgenres .tab-pane > div {
    display: inline-block;
    width: 140px;
    height: 187px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .findgenres .tab-pane img {
    width: 100%; }
  .findgenres .tab-pane .dropdown-menu__alllinks {
    height: 100%; }
    .findgenres .tab-pane .dropdown-menu__alllinks > div {
      font-size: 25px;
      line-height: 30px; }
      .findgenres .tab-pane .dropdown-menu__alllinks > div strong {
        display: block; }

/* Wide */
@media (min-width: 1399px) {
  .findgenres .tab-pane > div {
    width: 190px;
    height: 253px; } }
/* Mobile */
@media (max-width: 767px) {
  .findgenres .tab-pane {
    padding-bottom: 0; }
  .findgenres .nav > li {
    display: block;
    width: 100%; }
    .findgenres .nav > li > a {
      display: block;
      width: 100%; }
  .findgenres .tab-pane > div {
    width: 125px;
    height: 166px; }
  .findgenres .tab-pane .dropdown-menu__alllinks > div {
    bottom: 36px;
    font-size: 20px;
    line-height: 23px; } }
/* Arrows buttons */
.block-nouveaute__inner .slider-nouveaute-wrapper .navigation-button.cssc-button.icon-chevron-left,
.block-nouveaute__inner .slider-nouveaute-wrapper .navigation-button.cssc-button.icon-chevron-right {
  width: 65px; }

.trailer .icon-play {
  display: block;
  left: -20%;
  z-index: 2;
  font-size: 25px;
  color: white;
  padding: 1px;
  display: block;
  width: 50%;
  top: inherit;
  left: inherit; }
  .trailer .icon-play span {
    margin-left: 5px;
    padding-top: 6px;
    display: inline-block;
    vertical-align: top;
    font-family: "Lato";
    font-size: 13px;
    font-weight: bold; }
  .trailer .icon-play:hover {
    color: #2791c6; }

/* block home genre */
.block-home-genre h3 {
  color: white; }
.block-home-genre .see-catalog {
  margin-bottom: 20px; }
  .block-home-genre .see-catalog i {
    margin-left: 10px; }
.block-home-genre .form-btn {
  display: none; }
.block-home-genre .form-select {
  display: block;
  color: white; }
.block-home-genre .movies-genres {
  margin: 20px 0; }
  .block-home-genre .movies-genres .film-item {
    width: 33%;
    display: inline-block; }
    .block-home-genre .movies-genres .film-item img {
      width: 100%; }
    .block-home-genre .movies-genres .film-item .link-poster-media {
      height: auto;
      margin: 5px; }
.block-home-genre .link {
  display: none; }
  .block-home-genre .link.active {
    display: inline-block; }
.block-home-genre .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  background-color: #494a4f;
  font-weight: bold; }
.block-home-genre .btn:active,
.block-home-genre .btn.active {
  background-color: #d72968;
  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); }
.block-home-genre .form-control {
  width: 70%;
  margin: 0 auto; }
.block-home-genre .film-description {
  text-align: left; }
.block-home-genre .search-genres {
  display: inline-block;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #d72968;
  width: 300px;
  font-size: 20px;
  color: white; }
  .block-home-genre .search-genres a {
    color: white; }
  .block-home-genre .search-genres span {
    text-transform: capitalize;
    display: block;
    font-weight: bold; }

@media (min-width: 992px) {
  .block-home-genre .form-btn {
    display: block; }
  .block-home-genre .form-select {
    display: none; }
  .block-home-genre .movies-genres .film-item {
    width: 225px;
    max-width: 20%; }
  .block-home-genre .movies-genres .film-item:nth-child(n + 6) {
    display: none; } }
/*  block */
@media (min-width: 992px) {
  #main-container #slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    #main-container #slideshow + .row {
      margin-top: 38%; } }
#main-container .row.slider:not(#slideshow):hover + .row {
  z-index: -1; }
#main-container #slideshow {
  z-index: 1; }
#main-container #slideshow + .row {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, black 100%); }
  #main-container #slideshow + .row > .cc-inner .block-dark-title {
    z-index: 1;
    position: relative; }

#slideshow-ombre {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
li.connection:hover {
  color: red; }
  li.connection:hover nav.toggle_menu_connected {
    display: block; }

.sticky-header .toggle_menu_connected {
  top: 60px; }

.toggle_menu_connected {
  width: 294px;
  display: none;
  position: absolute;
  top: 80px;
  right: -80px; }
  .toggle_menu_connected .toggle_menu_connected-list {
    padding: 0;
    background-color: white;
    list-style-type: none; }
    .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item {
      background-color: #f0f0f0;
      margin-top: auto;
      margin-bottom: auto;
      vertical-align: middle;
      padding: 0; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a {
        padding: 10px 34px;
        display: block; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .text-link, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .text-link, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .text-link {
          display: inline-block;
          color: #2791c6;
          font-size: 13px; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .cssc-button-icn-arrow-circles, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .cssc-button-icn-arrow-circles, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .cssc-button-icn-arrow-circles {
          width: 28px;
          height: 28px;
          margin: 7px 10px 0 0;
          -moz-border-radius: 14px;
          -webkit-border-radius: 14px;
          border-radius: 14px;
          float: right;
          background-color: #2791c6; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .cssc-button-icn-arrow-circles .sub-circle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .cssc-button-icn-arrow-circles .sub-circle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .cssc-button-icn-arrow-circles .sub-circle {
            width: 24px;
            height: 24px;
            vertical-align: initial;
            -moz-border-radius: 12px;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            background-color: white; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow {
              border-width: 6px 0 6px 10px;
              border-color: transparent transparent transparent #2791c6;
              display: inline-block;
              position: relative;
              top: -8px;
              left: 1px; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off {
          width: 45px;
          height: 20px;
          margin-top: 11px;
          line-height: 42px;
          vertical-align: middle;
          -webkit-border-radius: 20px 20px 20px 20px;
          border-radius: 20px 20px 20px 20px;
          float: right; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-on {
            background-color: #2791c6; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-on .text-toogle {
              margin-left: 4px;
              float: left; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-on .circle-toogle {
              margin-right: 1px;
              float: right; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-off {
            background-color: black;
            display: none; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-off .text-toogle {
              margin-right: 2px;
              float: right; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on.link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off.link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on.link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off.link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on.link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off.link-toogle-off .circle-toogle {
              margin-left: 1px;
              float: left; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on .circle-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off .circle-toogle {
            width: 18px;
            height: 18px;
            margin-top: 1px;
            -webkit-border-radius: 18px 18px 18px 18px;
            border-radius: 18px 18px 18px 18px;
            background-color: white; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a .link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a .link-toogle-off .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-on .text-toogle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item a .link-toogle-off .text-toogle {
            line-height: 20px;
            vertical-align: middle;
            color: white;
            font-size: 11px; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:last-child, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:last-child, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:last-child {
        border: 0; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover {
        background-color: white; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .text-link, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .text-link, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .text-link {
          color: #47494e; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .cssc-button-icn-arrow-circles, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .cssc-button-icn-arrow-circles, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .cssc-button-icn-arrow-circles {
          background-color: #2791c6; }
          .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .cssc-button-icn-arrow-circles .sub-circle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .cssc-button-icn-arrow-circles .sub-circle, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .cssc-button-icn-arrow-circles .sub-circle {
            background-color: white; }
            .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .cssc-button-icn-arrow-circles .sub-circle .sub-arrow {
              border-color: transparent transparent transparent #2791c6; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .link-toogle-on, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .link-toogle-on {
          display: none; }
        .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big:hover a .link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone:hover a .link-toogle-off, .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item:hover a .link-toogle-off {
          display: block; }
    .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big {
      line-height: 30px;
      border-bottom: 1px solid #e6e6e8; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone-big a {
        padding: 15px 34px; }
    .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone {
      line-height: 28px;
      border-bottom: 1px solid #e6e6e8; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item-alone a {
        padding: 15px 34px; }
    .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item {
      line-height: 28px; }
      .toggle_menu_connected .toggle_menu_connected-list .toggle_menu_connected-item.last {
        border-bottom: 1px solid #e6e6e8; }

/* ----------------------------------------------------------
 * Categories
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
#searchengine {
  display: none; }

@media (min-width: 992px) {
  #searchengine {
    display: none !important; } }
#autocomplete {
  width: 90vw;
  position: fixed;
  top: 60px;
  right: 3vw;
  z-index: 10;
  font-family: "Lato";
  margin: 0;
  padding: 7.5px 20px 15px 0px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: white; }
  @media (min-width: 768px) {
    #autocomplete {
      left: 16vw;
      width: 80vw; }
      #autocomplete:after {
        content: "";
        position: absolute;
        border-right: 1px solid grey;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 0; } }
  @media (min-width: 992px) {
    #autocomplete {
      right: -19vw;
      width: 60vw; } }
  #autocomplete .spacing-search-column {
    padding-left: 20px; }
  #autocomplete ul li {
    width: 100%;
    list-style: none; }
    #autocomplete ul li:last-child {
      border-bottom: none; }
    #autocomplete ul li a.img-intellisense-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px; }
      #autocomplete ul li a.img-intellisense-link:hover {
        text-decoration: none;
        background-color: #2791c6; }
        #autocomplete ul li a.img-intellisense-link:hover .sub-item-intellisense .sub-item-intellisense-title, #autocomplete ul li a.img-intellisense-link:hover .sub-item-intellisense .author, #autocomplete ul li a.img-intellisense-link:hover .sub-item-intellisense .price, #autocomplete ul li a.img-intellisense-link:hover .sub-item-intellisense .price .price-value, #autocomplete ul li a.img-intellisense-link:hover .sub-item-intellisense .desc {
          color: white; }
      #autocomplete ul li a.img-intellisense-link img {
        height: 68px;
        margin-right: 5px; }
      #autocomplete ul li a.img-intellisense-link .sub-item-intellisense {
        vertical-align: middle; }
        #autocomplete ul li a.img-intellisense-link .sub-item-intellisense .sub-item-intellisense-title {
          padding-top: 2px;
          vertical-align: top;
          font-size: 14px;
          font-weight: bold;
          color: #2791c6;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #autocomplete ul li a.img-intellisense-link p {
        margin: 0;
        padding: 0;
        text-align: left; }
      #autocomplete ul li a.img-intellisense-link .desc {
        color: #686a6e;
        font-size: 13px;
        font-weight: lighter; }
      #autocomplete ul li a.img-intellisense-link .author {
        color: #888a8d;
        font-size: 13px;
        font-weight: lighter; }
      #autocomplete ul li a.img-intellisense-link .price {
        color: #686a6e;
        font-size: 12px;
        font-style: italic; }
        #autocomplete ul li a.img-intellisense-link .price .price-value {
          display: inline-block;
          color: #2791c6;
          font-size: 13px;
          font-weight: bold;
          font-style: normal; }
    #autocomplete ul li.view-all-results-for-item {
      text-align: right; }
      #autocomplete ul li.view-all-results-for-item a {
        margin: 10px 0 0;
        display: inline-block;
        color: #2791c6;
        font-size: 13px;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #autocomplete ul li.view-all-results-for-item a:hover {
          color: black;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #autocomplete ul li.view-all-results-for-item a i {
          margin-left: 10px;
          vertical-align: middle;
          display: inline-block;
          font-size: 16px; }
  #autocomplete ul.artist-list li {
    float: left;
    width: 50%; }
    #autocomplete ul.artist-list li:last-child {
      float: right;
      width: 100%; }

.search-nbrresults {
  position: absolute;
  top: 0;
  left: 82px;
  font-family: "Lato";
  font-size: 17px;
  font-weight: 300;
  line-height: 60px;
  color: white;
  -webkit-font-smoothing: antialiased; }

.search-nbrresults-pink-menu {
  margin: 0 80px 0 0;
  padding: 0;
  float: left;
  font-family: "Lato";
  font-size: 17px;
  font-weight: 300;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .search-nbrresults-pink-menu span {
    vertical-align: middle;
    line-height: 60px; }

ul#search-items .search-item-img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

#article .search-item-img {
  width: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.search-activecategory {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  line-height: 61px;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .search-activecategory i {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    font-size: 16px; }
  .search-activecategory.is-open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.editorialfeednav {
  padding: 0; }

.editorialfeednav--centered {
  text-align: center; }

.editorialfeednav--search li:hover a, .editorialfeednav--search li.active a {
  color: white;
  background-color: #27292f;
  background-image: url("../bundles/cineweb/images/common/backgrounds/bg-noise.png");
  background-repeat: repeat; }

/* Wide */
@media (min-width: 1399px) {
  .search-nbrresults {
    font-size: 20px; } }
/* Mobile */
@media (max-width: 991px) {
  .editorialfeednav--search li {
    margin: 0 -20px; }
    .editorialfeednav--search li:hover, .editorialfeednav--search li.active {
      background-color: #27292f;
      background-image: url("../bundles/cineweb/images/common/backgrounds/bg-noise.png");
      background-repeat: repeat; }

  .editorialfeednav--centered {
    position: relative;
    margin: 0 -20px;
    text-align: left; }

  .editorialfeednav li a {
    padding: 0 20px;
    border-top: 1px #da5485 solid;
    border-top: 1px rgba(255, 255, 255, 0.2) solid; } }
/* Tablette & mobile */
@media (max-width: 991px) {
  .editorialfeednav {
    width: 100%; }

  .editorialfeednav--centered {
    position: relative;
    margin: 0;
    text-align: left; }

  .editorialfeednav li a {
    border-top: 1px #da5485 solid;
    border-top: 1px rgba(255, 255, 255, 0.2) solid; }

  .editorialfeednav li {
    display: block; }
    .editorialfeednav li + li a {
      border-left: 0; }
    .editorialfeednav li:last-child a {
      border-right: 0; }

  .editorialfeednav--collapse li:hover a {
    background: none; }
  .editorialfeednav--collapse li.active {
    display: none; }

  .search-activecategory {
    width: auto;
    position: relative; } }
@media (max-width: 767px) {
  .search-activecategory {
    width: auto;
    position: relative; } }
/* ----------------------------------------------------------
 * Filtres
 * ------------------------------------------------------- */
.search-filtres__title {
  padding: 23px 0 24px;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 400;
  color: white;
  position: relative;
  -webkit-font-smoothing: antialiased; }
  .search-filtres__title i.visible-xs-block {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -10px;
    font-size: 16px; }
  .search-filtres__title.is-open i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

#top .search-filtres__title i.visible-xs-block {
  top: 50%; }

.search-filtres__category .title {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  .search-filtres__category .title i:before {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    font-size: 6px;
    color: #aaacb2;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.search-filtres__category > .filtres > li > .title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px; }

.filtres {
  margin: 0 0 0 20px;
  padding: 0 0 34px; }
  .filtres li {
    padding: 0;
    list-style-type: none; }
    .filtres li a {
      display: block;
      font-family: "Lato";
      font-size: 14px;
      font-weight: 400;
      line-height: 25px;
      color: #a4a6ac;
      -webkit-font-smoothing: antialiased; }
      .filtres li a:hover {
        text-decoration: none;
        color: white; }
    .filtres li .view-all {
      color: #2791c6; }
      .filtres li .view-all span.show-more {
        display: none; }
      .filtres li .view-all span.show-less {
        display: inline; }
      .filtres li .view-all.collapsed span.show-less {
        display: none; }
      .filtres li .view-all.collapsed span.show-more {
        display: inline; }
  .filtres .more-filters {
    padding: 0; }
  .filtres .filtres {
    display: none; }

/* Filtres ouverts
 * ----------------------- */
.search-filtres__category .title.is-open i:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

/* Search top
 * ----------------------- */
.search-top {
  padding: 0 0 0 4px;
  position: relative;
  font-size: 0;
  line-height: 82px; }

.grid-mode {
  padding-right: 8px;
  position: absolute;
  top: -10px;
  right: 80px; }
  .grid-mode .title {
    position: absolute;
    margin-top: 18px;
    top: 0;
    bottom: 0;
    left: 20px;
    right: initial;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    color: white;
    -webkit-font-smoothing: antialiased; }

.search-top-pink-menu {
  padding: 0 0 0 4px;
  display: inline-block;
  line-height: 82px; }

/* Mobile */
.ordres-actives {
  padding: 20px; }
  .ordres-actives select {
    background-color: #202227;
    color: #cccccc; }

@media (max-width: 991px) {
  .search-filtres__category {
    display: none; }

  .search-top {
    line-height: 1.2; }

  .filtres-actives {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px #2c2e33 solid;
    border-bottom: 1px #2c2e33 solid; }
    .filtres-actives .cssc-button {
      margin-bottom: 10px; }

  .search-filtres__title {
    border-top: 1px #2c2e33 solid;
    font-size: 16px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }

  .grid-mode {
    position: relative;
    margin: 0 0 30px;
    padding: 18px 0;
    border-bottom: 1px #2c2e33 solid;
    text-align: right;
    line-height: 34px; }

  .search-top-pink-menu {
    width: 100%;
    margin: 0;
    border: 0;
    right: 0;
    left: 0;
    text-align: center; }
    .search-top-pink-menu .cssc-button {
      width: 40px; } }
/* ----------------------------------------------------------
 * Search list
 * ------------------------------------------------------- */
.search-item + .search-item {
  margin: 21px 0 0;
  padding: 21px 0 0;
  border-top: 1px #2e3037 solid; }
.search-item .media > .pull-left {
  margin-right: 25px;
  border: transparent solid 4px;
  background-size: cover;
  background-position-x: center; }

/* img
 * ----------------------- */
.search-item-img {
  position: relative; }

/* Content
 * ----------------------- */
.search-item__content .title {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .search-item__content .title .film-option {
    margin-right: 10px; }
.search-item__content .infos {
  margin: 3px 0 0 0;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  color: #686a6e;
  -webkit-font-smoothing: antialiased; }
.search-item__content .name {
  font-size: 15px;
  color: white; }
.search-item__content .author {
  font-size: 13px;
  color: #888a8d; }
.search-item__content .actors {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 700;
  color: #a3a5ab;
  -webkit-font-smoothing: antialiased; }
.search-item__content .rating {
  margin: 4px 0 0 0;
  font-size: 16px; }
  .search-item__content .rating span {
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
    color: #c5c5c5;
    -webkit-font-smoothing: antialiased; }
.search-item__content .search-item__syno {
  margin: 18px 0 0 0; }
.search-item__content p {
  margin: 0;
  font-family: "Lato";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #a3a5ab;
  -webkit-font-smoothing: antialiased; }
.search-item__content .buttons-set {
  margin-top: 32px;
  text-align: right; }
  .search-item__content .buttons-set span {
    display: inline-block;
    width: 94px;
    vertical-align: middle;
    vertical-align: 0;
    *display: inline;
    *zoom: 1; }
  .search-item__content .buttons-set i {
    position: relative;
    top: 2px;
    left: 12px;
    font-size: 16px;
    color: #eb94b4;
    color: rgba(255, 255, 255, 0.5); }
  .search-item__content .buttons-set .cssc-button {
    width: 100%; }
  .search-item__content .buttons-set .cssc-button-group {
    display: inline-block;
    margin-left: 11px; }
    .search-item__content .buttons-set .cssc-button-group + .cssc-button-group {
      margin-top: 11px; }
    .search-item__content .buttons-set .cssc-button-group .cssc-button {
      width: auto;
      min-width: 50px; }
      .search-item__content .buttons-set .cssc-button-group .cssc-button + .cssc-button {
        margin-left: 11px; }
      .search-item__content .buttons-set .cssc-button-group .cssc-button i {
        left: auto; }

/* Grid
 * ----------------------- */
ul#search-items {
  padding: 0;
  list-style: none; }
  ul#search-items li {
    list-style: none; }
  ul#search-items .search-item {
    display: inline-block; }

.search-items--grid {
  line-height: 0; }
  .search-items--grid .search-item {
    line-height: initial;
    width: calc((100% - 10px)/ 7); }
  .search-items--grid .buttons-img, .search-items--grid .buttons-img-bottom {
    visibility: visible;
    opacity: 1; }
  .search-items--grid .search-item-img:hover .buttons-img,
  .search-items--grid .search-item-img:hover .buttons-img-bottom {
    visibility: visible;
    opacity: 0.999; }
  .search-items--grid .search-item {
    display: inline-block; }
    .search-items--grid .search-item img {
      width: 100%; }
    .search-items--grid .search-item + .search-item {
      margin: 0;
      padding: 0; }
  .search-items--grid .media-body {
    display: none; }
  .search-items--grid .media > .pull-left {
    margin-right: 0; }

#article ul#search-items {
  padding: 0;
  list-style: none; }
  #article ul#search-items li {
    list-style: none; }
#article .search-items--grid .search-item {
  float: left;
  width: 32%;
  overflow: hidden;
  margin-rigth: 2%; }
#article .search-items--grid .buttons-img, #article .search-items--grid .buttons-img-bottom {
  visibility: visible;
  opacity: 1; }
#article .search-items--grid .search-item-img:hover .buttons-img,
#article .search-items--grid .search-item-img:hover .buttons-img-bottom {
  visibility: visible;
  opacity: 0.999; }
#article .search-items--grid .search-item img {
  width: 100%; }
#article .search-items--grid .search-item + .search-item {
  margin: 0;
  padding: 0;
  border: 0; }
#article .search-items--grid .media-body {
  display: none; }
#article .search-items--grid .media > .pull-left {
  margin-right: 0; }

/* Media Queries */
@media (max-width: 1279px) {
  .search-items--grid {
    position: relative;
    margin: 0 8px 0 0; }
    .search-items--grid .search-item {
      width: 20%; }

  #article .search-items--grid {
    position: relative;
    margin: 0 8px 0 0; }
    #article .search-items--grid .search-item {
      width: 33.33333%; } }
@media (max-width: 991px) {
  .search-items--grid {
    position: relative;
    margin: 0 8px 0 0; }
    .search-items--grid .search-item {
      width: 25%; }

  .grid-mode .title {
    display: block !important; }

  #article .search-items--grid {
    position: relative;
    margin: 0 8px 0 0; }
    #article .search-items--grid .search-item {
      width: 50%; } }
@media (max-width: 767px) {
  #top .padding-right-0 {
    padding-right: 10px; }
  #top .cssc-button--gridmod + .cssc-button--gridmod {
    margin-left: 0; }
  #top .visible-xs-block {
    top: 0; }

  /* List */
  .search-item .media {
    text-align: center; }
    .search-item .media > .pull-left {
      float: none !important;
      margin: 0; }

  .search-item-img {
    display: inline-block;
    vertical-align: middle; }

  .search-item .media-body {
    margin-top: 41px;
    text-align: left; }

  .search-item__content .actors {
    margin: 7px 0 0; }
  .search-item__content .buttons-set {
    text-align: left; }
    .search-item__content .buttons-set .cssc-button {
      display: block; }
    .search-item__content .buttons-set i {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      left: 14px; }
    .search-item__content .buttons-set .cssc-button .icon-cart {
      font-size: 14px;
      margin-top: -6px; }
    .search-item__content .buttons-set .cssc-button + .cssc-button {
      margin-top: 10px;
      margin-left: 0; }
    .search-item__content .buttons-set span {
      width: 70%;
      padding-left: 37px;
      text-align: left; }

  .cssc-button--label .thelabel {
    width: 30%; }

  /* Grid */
  .search-items--grid {
    position: relative;
    margin: 0 -2px; }
    .search-items--grid .search-item {
      width: 33.33%; }
    .search-items--grid .search-item-img {
      width: 100%; }

  #article .search-items--grid {
    position: relative;
    margin: 0 8px 0 0; }
    #article .search-items--grid .search-item {
      width: 100%; } }
@media (max-width: 479px) {
  .search-items--grid .search-item {
    width: 50%; } }
/* ----------------------------------------------------------
 * Search list :  mosaic
 * ------------------------------------------------------- */
ul#search-items .search-item .media a.link-poster-media {
  width: auto;
  margin-right: 0;
  display: inline-block;
  float: left !important; }
  ul#search-items .search-item .media a.link-poster-media .search-item-img {
    margin: -4px 0;
    background-size: cover;
    background-position-x: center; }
    ul#search-items .search-item .media a.link-poster-media .search-item-img .buttons-img {
      right: 10px; }
ul#search-items .search-item .media a.link-poster-media-article {
  width: auto;
  margin-right: 5px;
  display: inline-block;
  float: left !important; }
  ul#search-items .search-item .media a.link-poster-media-article .search-item-img {
    margin: -4px 0;
    background-size: cover;
    background-position-x: center; }
    ul#search-items .search-item .media a.link-poster-media-article .search-item-img .buttons-img {
      right: 10px; }
ul#search-items .search-item .media .media-body {
  margin-right: 80px; }
ul#search-items.search-items--list .search-item-img {
  float: left;
  margin-right: 25px; }
ul#search-items.search-items--list .search-item__content .infos span,
ul#search-items.search-items--list .search-item__content .actors span {
  color: white; }

@media (min-width: 319px) and (max-width: 1279px) {
  #search-items .search-item .media a.link-poster-media {
    width: 100%;
    display: block; }
    #search-items .search-item .media a.link-poster-media .search-item-img {
      width: 100%;
      display: block; }
      #search-items .search-item .media a.link-poster-media .search-item-img .buttons-img {
        right: 35px; }
  #search-items.search-items--list .search-item {
    text-align: center; }
    #search-items.search-items--list .search-item a.link-poster-media {
      width: 161px; } }
@media (max-width: 767px) {
  #search-items .search-item .media .media-body {
    margin-top: 0; } }
@media (max-width: 479px) {
  #search-items.search-items--grid .search-item a.link-poster-media .search-item-img {
    height: 100%; }
  #search-items.search-items--list .search-item {
    text-align: center; }
    #search-items.search-items--list .search-item a.link-poster-media {
      margin-right: 0;
      display: inline-block;
      float: none !important; }
    #search-items.search-items--list .search-item .media-body {
      width: 100%;
      padding-top: 25px; } }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
@-webkit-keyframes fadeInOverlay {
  0% {
    opacity: 0; }

  100% {
    opacity: 0.5; } }

@keyframes fadeInOverlay {
  0% {
    opacity: 0; }

  100% {
    opacity: 0.5; } }

@-webkit-keyframes fadeOutOverlay {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

@keyframes fadeOutOverlay {
  0% {
    opacity: 0.5; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInModal {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeInModal {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOutModal {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOutModal {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.animateShowOverlay, .animateShowModal,
.animateHideOverlay, .animateHideModal {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animateShowOverlay {
  -webkit-animation-name: fadeInOverlay;
  animation-name: fadeInOverlay; }

.animateShowModal {
  -webkit-animation-name: fadeInModal;
  animation-name: fadeInModal; }

.animateHideOverlay {
  -webkit-animation-name: fadeOutOverlay;
  animation-name: fadeOutOverlay; }

.animateHideModal {
  -webkit-animation-name: fadeOutModal;
  animation-name: fadeOutModal; }

.overlay, .modal-content-checkout,
#overlay-option-version-film,
#modal-option-version-film {
  display: none;
  position: fixed;
  top: 0; }

#div-step1 {
  display: block; }

.overlay,
#overlay-option-version-film {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999998;
  background-color: black;
  opacity: 0.5; }

.modal-content-checkout,
#modal-option-version-film {
  width: 650px;
  margin: 0 auto;
  margin-top: 35px;
  left: -50%;
  right: -50%;
  z-index: 9999999;
  font-family: "Lato";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
  box-sizing: border-box; }
  .modal-content-checkout .modal-header,
  #modal-option-version-film .modal-header {
    min-height: 1px; }
    .modal-content-checkout .modal-header .option-version-film-close-btn,
    #modal-option-version-film .modal-header .option-version-film-close-btn {
      z-index: 1030; }
  .modal-content-checkout .title-film-modal,
  .modal-content-checkout .sub-title-film-modal,
  .modal-content-checkout .btns-block-film-modal,
  #modal-option-version-film .title-film-modal,
  #modal-option-version-film .sub-title-film-modal,
  #modal-option-version-film .btns-block-film-modal {
    margin: 0 auto 30px;
    color: white;
    text-align: center; }
  .modal-content-checkout .title-film-modal,
  #modal-option-version-film .title-film-modal {
    font-size: 18px;
    font-weight: 900; }
  .modal-content-checkout .sub-title-film-modal,
  #modal-option-version-film .sub-title-film-modal {
    font-size: 26px; }
  .modal-content-checkout .text-block-film-modal,
  #modal-option-version-film .text-block-film-modal {
    text-align: center; }
    .modal-content-checkout .text-block-film-modal p,
    #modal-option-version-film .text-block-film-modal p {
      color: white; }
    .modal-content-checkout .text-block-film-modal p,
    .modal-content-checkout .text-block-film-modal div,
    #modal-option-version-film .text-block-film-modal p,
    #modal-option-version-film .text-block-film-modal div {
      margin: 0 auto; }
    .modal-content-checkout .text-block-film-modal .title-block-film-modal,
    #modal-option-version-film .text-block-film-modal .title-block-film-modal {
      margin: 0 0 10px 0;
      font-size: 18px;
      font-weight: bold; }
    .modal-content-checkout .text-block-film-modal .paragraph1-block-film-modal,
    .modal-content-checkout .text-block-film-modal .paragraph2-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph1-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph2-block-film-modal {
      margin: 0;
      font-size: 14px;
      text-transform: capitalize; }
    .modal-content-checkout .text-block-film-modal .paragraph1-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph1-block-film-modal {
      margin-top: 15px;
      font-weight: bold; }
    .modal-content-checkout .text-block-film-modal .paragraph2-block-film-modal,
    #modal-option-version-film .text-block-film-modal .paragraph2-block-film-modal {
      font-style: italic; }
  .modal-content-checkout .btns-block-film-modal,
  #modal-option-version-film .btns-block-film-modal {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: center; }
    .modal-content-checkout .btns-block-film-modal fieldset,
    #modal-option-version-film .btns-block-film-modal fieldset {
      text-align: center; }
      .modal-content-checkout .btns-block-film-modal fieldset:first-child,
      #modal-option-version-film .btns-block-film-modal fieldset:first-child {
        text-align: left; }
      .modal-content-checkout .btns-block-film-modal fieldset:last-child,
      #modal-option-version-film .btns-block-film-modal fieldset:last-child {
        text-align: right; }
    .modal-content-checkout .btns-block-film-modal .btn-block-film-modal,
    #modal-option-version-film .btns-block-film-modal .btn-block-film-modal {
      margin-top: 15px;
      display: block;
      width: 50%;
      float: left; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal.single,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal.single {
        width: 100%;
        text-align: center; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button.cssc-button--label,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button.cssc-button--label {
        width: 320px;
        height: 45px; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button i,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button i {
        display: inline-block;
        box-sizing: border-box;
        top: 4px;
        left: 10px;
        color: rgba(255, 255, 255, 0.5); }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .film-label,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .film-label {
        width: 94px;
        padding-left: 15px;
        vertical-align: 0;
        border: 0;
        letter-spacing: normal;
        background-color: transparent;
        color: white;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        text-transform: capitalize; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .film-option,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .film-option {
        width: auto;
        margin: 0 5px 0 0;
        padding: 0 10px;
        border-radius: 4px;
        line-height: 24px;
        vertical-align: middle;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 11px; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button .thelabel,
      #modal-option-version-film .btns-block-film-modal .btn-block-film-modal .cssc-button .thelabel {
        width: 80px;
        height: 100%;
        float: right;
        font-size: 13px; }

.modal-content-checkout .modal-body {
  padding: 0 22px 10px; }
  .modal-content-checkout .modal-body .title-modal, .modal-content-checkout .modal-body .sub-title-modal {
    color: white;
    font-family: "Lato";
    text-align: center; }
  .modal-content-checkout .modal-body .title-modal {
    margin: 0 0 28px 0;
    font-size: 20px;
    font-weight: bold; }
  .modal-content-checkout .modal-body .sub-title-modal {
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: lighter; }
  .modal-content-checkout .modal-body .credit-cards-types-checkout {
    margin-bottom: 10px;
    padding: 30px 40px;
    border: #41444a solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .modal-content-checkout .modal-body .credit-cards-types-checkout:last-child {
      margin-bottom: 40px; }

@media (max-width: 767px) {
  .modal-content-checkout {
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    right: 0; }
    .modal-content-checkout .checkout {
      width: 100%;
      height: 100%; }
      .modal-content-checkout .checkout .bgnoise {
        height: 100%;
        overflow-y: auto; }
    .modal-content-checkout #option-version-film-close-btn {
      width: auto; }
    .modal-content-checkout .btns-block-film-modal fieldset:first-child, .modal-content-checkout .btns-block-film-modal fieldset:last-child {
      text-align: center; }
    .modal-content-checkout .btns-block-film-modal .btn-block-film-modal {
      width: 100%;
      float: none;
      display: inline-block;
      text-align: center; }
      .modal-content-checkout .btns-block-film-modal .btn-block-film-modal .cssc-button {
        margin-top: 10px; }
    .modal-content-checkout .option-version-film-close-btn {
      width: auto; }
    .modal-content-checkout .modal-header {
      margin-bottom: 40px; }
    .modal-content-checkout .modal-body .sub-title-modal {
      font-size: 20px;
      margin-bottom: 10px; }
    .modal-content-checkout .modal-body .credit-cards-types-checkout {
      margin-bottom: 10px;
      padding: 5px;
      text-align: center; }
    .modal-content-checkout .modal-body .btns-block-film-modal {
      margin-top: 0; } }
@media (max-width: 479px) {
  #option-version-film-close-btn {
    top: 8px; } }
.modal-content-checkout .btns-block-film-modal .cssc-button--buy-options {
  overflow: hidden; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options.cssc-button.cssc-button--label {
    min-width: 200px;
    width: auto; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theicon {
    height: 100%;
    margin: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 10px 0 15px;
    float: left; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theicon i {
      width: auto;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      position: inherit; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel {
    height: 100%;
    margin: 0;
    padding: 0;
    float: left; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel .film-label-buy-options {
      width: auto;
      margin: 0 12px 0 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent;
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-align: left;
      text-transform: capitalize;
      letter-spacing: normal;
      min-width: 0; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .thefilmlabel .film-option {
      min-width: 0;
      margin: 10px 12px 0 0;
      display: inline-block; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options .theoption {
    height: 100%;
    margin: 0;
    padding: 0 12px 0 7.5px;
    float: right; }
  .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel {
    color: #2791c6; }
    .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon i, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .theicon .film-label-buy-options, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel i, .modal-content-checkout .btns-block-film-modal .cssc-button--buy-options:hover .thefilmlabel .film-label-buy-options {
      color: #2791c6; }

.film_page .modal-content-checkout,
.home_page .modal-content-checkout {
  position: fixed; }
  @media (max-width: 768px) {
    .film_page .modal-content-checkout,
    .home_page .modal-content-checkout {
      position: fixed; } }

.parental-code-modal .modal-content {
  text-align: center;
  width: 500px;
  margin: 35px auto;
  border: 0;
  box-sizing: border-box; }
  .parental-code-modal .modal-content .content {
    padding-bottom: 20px; }
    .parental-code-modal .modal-content .content .modal-header {
      height: auto !important;
      padding: 10px;
      margin-bottom: 20px; }
      .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper {
        padding: 10px 0; }
        .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper .logo a {
          width: auto; }
        .parental-code-modal .modal-content .content .modal-header .main-logo-wrapper .logo-sub {
          font-size: inherit;
          position: relative;
          text-align: left; }
      .parental-code-modal .modal-content .content .modal-header .cssc-notices-button {
        position: absolute;
        top: 18px;
        right: 20px;
        color: #a9a9ac;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .parental-code-modal .modal-content .content .modal-body .errorParentalCode {
      display: none;
      background: red;
      color: white;
      font-size: 16px;
      margin-bottom: 10px;
      padding: 5px; }
    .parental-code-modal .modal-content .content .modal-body .btnParentalCodeValid {
      width: 100px;
      margin-left: 5px;
      line-height: 34px;
      box-shadow: 0; }

@media (max-width: 500px) {
  .parental-code-modal .modal-content {
    width: 100%; } }
.modal-video-player {
  animatione-name: none !important;
  display: block;
  width: 75vw;
  height: auto;
  margin: 0 auto;
  margin-top: 0 !important; }
  .modal-video-player .modal-body {
    position: inherit;
    float: none;
    padding: 0; }
  .modal-video-player .modal-header {
    margin-bottom: 0; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
/* ------------------------------------------------------
 * COMMON
 * ------------------------------------------------------ */
.slider .owl-pagination {
  display: none; }

.slider.mobile .owl-pagination {
  display: block; }

.carousel-outer-wrapper {
  overflow: visible;
  margin-top: 12px; }

.owl-carousel .owl-wrapper-outer,
.owl-wrapper {
  overflow: visible;
  z-index: 1; }

.carousel-row {
  position: relative; }

.owl-item.loading {
  min-height: 150px;
  background: url(../bundles/cineweb/images/common/picto/picto-spinner-bg-dark.gif) no-repeat center center; }

.slider:hover .carousel-nav.active, .collection-carousel :hover .carousel-nav.active, .carousel-row:hover {
  display: flex; }

.carousel-wrapper {
  position: relative;
  color: white; }
  .carousel-wrapper .film {
    max-width: 15%;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .carousel-wrapper .owl-item .film {
    max-width: none;
    float: none; }
  .carousel-wrapper .film-description {
    color: #666666; }
    .carousel-wrapper .film-description .title {
      font-size: 13px;
      line-height: 16px;
      color: white;
      font-weight: 700;
      -webkit-font-smoothing: antialiased; }
    .carousel-wrapper .film-description .author {
      font-size: 13px; }
    .carousel-wrapper .film-description .price {
      font-size: 12px; }
      .carousel-wrapper .film-description .price span {
        color: #2791c6; }
  .carousel-wrapper .carousel-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
    color: white;
    font-size: 30px;
    cursor: pointer;
    width: 100px;
    align-items: center;
    justify-content: center;
    display: none; }
    .carousel-wrapper .carousel-nav.carousel-prev {
      color: white;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, black 100%);
      left: -70px; }
    .carousel-wrapper .carousel-nav.carousel-next {
      color: white;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
      right: -70px; }
    .carousel-wrapper .carousel-nav:hover {
      opacity: 0.7; }

/* ------------------------------------------------------
 * CAROUSEL CONDENSED
 * ------------------------------------------------------ */
.carousel-condensed {
  margin-bottom: 50px; }
  .carousel-condensed .film-description {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .carousel-condensed .owl-item:hover .film-description {
    opacity: 1; }

@media (max-width: 991px) {
  .carousel-condensed .film-description {
    display: none; } }
/* ------------------------------------------------------
 * CAROUSEL WITH REDUCED MARGINS
 * ------------------------------------------------------ */
@media (max-width: 1160px) {
  .carousel-wrapper.full-width {
    margin: 0 -20px; }

  .carousel-nav {
    display: none; } }
/* ------------------------------------------------------
 * CAROUSEL EXPANDED
 * ------------------------------------------------------ */
.carousel-expanded-wrapper {
  margin-left: -10px;
  margin-right: -10px; }

.carousel-expanded {
  margin-bottom: 50px; }
  .carousel-expanded .film {
    margin: 10px; }

/* ------------------------------------------------------
 * CAROUSEL BG WHITE
 * ------------------------------------------------------ */
.bgnoise--greylight .block-dark-title,
.bgnoise--greylight .carousel-nav,
.bgnoise--greylight .film-description .title,
.bg-white .block-dark-title,
.bg-white .carousel-nav,
.bg-white .film-description .title {
  color: #27292f; }
.bgnoise--greylight .owl-item.loading,
.bg-white .owl-item.loading {
  background: url(../bundles/cineweb/images/common/picto/picto-spinner-bg-light.gif) no-repeat center center; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.cornerBlockUserInfo {
  background-color: white; }
  .cornerBlockUserInfo .bgFilm {
    position: relative;
    background-size: auto 100%;
    height: 285px;
    background-repeat: no-repeat;
    padding-bottom: 10px; }
    .cornerBlockUserInfo .bgFilm .blocTitle {
      position: absolute;
      bottom: 5px;
      left: 5px;
      color: white;
      text-shadow: -2px 0px 2px rgba(0, 0, 0, 0.5); }
  .cornerBlockUserInfo .linkContinue {
    color: #08a1e5; }
  .cornerBlockUserInfo .formula,
  .cornerBlockUserInfo .blocBtnUpgrade {
    margin-bottom: 20px; }
  .cornerBlockUserInfo .formula {
    font-size: 17px; }
  .cornerBlockUserInfo .blocBtnUpgrade .modify-subscription-modal .modal-header {
    height: 38px;
    margin: 0;
    padding: 0;
    position: relative; }
    .cornerBlockUserInfo .blocBtnUpgrade .modify-subscription-modal .modal-header .cssc-notices-button {
      position: absolute;
      top: 18px;
      right: 20px;
      color: #a9a9ac;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .cornerBlockUserInfo .blocBtnUpgrade .modify-subscription-modal .modal-content {
    width: 935px;
    margin: 35px auto;
    border: 0;
    box-sizing: border-box;
    text-align: center; }
  .cornerBlockUserInfo .blocBtnUpgrade .modify-subscription-modal .modal-footer {
    margin: 0 0 20px 0;
    padding: 0 35px;
    text-align: right; }
  .cornerBlockUserInfo .blocBtnUpgrade .svodSubscribeBtn {
    background: #08a1e5;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px; }
    .cornerBlockUserInfo .blocBtnUpgrade .svodSubscribeBtn span {
      font-weight: normal;
      font-size: 14px; }
  .cornerBlockUserInfo .blocBtnUpgrade .svodSubscribeBtn:hover {
    background: white;
    color: #08a1e5; }

.cornerBlockImagesWall {
  position: relative;
  min-height: 400px; }
  .cornerBlockImagesWall .list-user-films {
    width: 100%;
    display: inline-block; }
    .cornerBlockImagesWall .list-user-films .item-user-films {
      list-style: none;
      display: inline-block;
      box-sizing: border-box;
      width: 8%;
      padding: 0 3px 6px 3px; }
      .cornerBlockImagesWall .list-user-films .item-user-films > a {
        display: block; }
        .cornerBlockImagesWall .list-user-films .item-user-films > a > img {
          width: 100%; }
  .cornerBlockImagesWall .over {
    background-image: -moz-linear-gradient(transparent, rgba(37, 37, 45, 0.5) 35%, rgba(37, 37, 45, 0.8) 70%, #25252d);
    background-image: -webkit-linear-gradient(transparent, rgba(37, 37, 45, 0.5) 35%, rgba(37, 37, 45, 0.8) 70%, #25252d);
    background-image: -o-linear-gradient(transparent, rgba(37, 37, 45, 0.5) 35%, rgba(37, 37, 45, 0.8) 70%, #25252d);
    background-image: linear-gradient(transparent, rgba(37, 37, 45, 0.5) 35%, rgba(37, 37, 45, 0.8) 70%, #25252d);
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center; }
    .cornerBlockImagesWall .over a {
      bottom: 30px;
      position: absolute;
      left: 0;
      width: 100%;
      color: white; }
      .cornerBlockImagesWall .over a div {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 5px;
        font-size: 28px;
        font-weight: bold; }

.react-cookie-banner {
  text-align: center;
  background-color: #484848;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 69px;
  z-index: 999; }
  .react-cookie-banner .cookie-message {
    line-height: 45px;
    font-weight: 500;
    color: #f0f0f0; }
  .react-cookie-banner .button-close {
    position: absolute;
    line-height: 24px;
    margin-top: -12px;
    padding: 0px 8px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    cursor: pointer;
    left: calc(50% - 26.5px);
    right: unset;
    bottom: 10px;
    top: unset; }

/* -------------------------------------------------------
 * IMPORT FALLBACK DEFAULT VARIABLES
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * COMMON VARIABLES
 * ------------------------------------------------------- */
/* COLORS
 * ------------------------- */
/* COLORS to sort / to clean
 * ------------------------- */
/* SIZES
 * ------------------------- */
/* SIZES to sort/check/clean
 * ------------------------- */
/* COLUMN SIZES to sort/to check / to clean
 * ------------------------- */
/* -------------------------------------------------------
 * DEFAULT BOOTSTRAP BREACKPOINTS
 * ------------------------------------------------------- */
/* -------------------------------------------------------
 * UC FONT VARIABLES
 * ------------------------------------------------------- */
.film-rollover .play-btn {
  text-decoration: none; }
.film-rollover .film-icon {
  z-index: 4;
  display: none;
  position: absolute;
  font-size: 40px; }
  .film-rollover .film-icon.wishlist-active {
    display: block; }
  .film-rollover .film-icon.left {
    top: 10px;
    left: 10px; }
    .film-rollover .film-icon.left a {
      font-size: 20px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5); }
      .film-rollover .film-icon.left a.active {
        border-color: #2791c6;
        color: #2791c6; }
        .film-rollover .film-icon.left a.active i:before {
          content: "\f004";
          font-family: FontAwesome; }
  .film-rollover .film-icon.rigth {
    right: 10px; }
  .film-rollover .film-icon.bottom {
    bottom: 10px; }
.film-rollover .search-item-info {
  display: none; }
  .film-rollover .search-item-info.film-description a {
    text-decoration: none;
    display: block; }
  .film-rollover .search-item-info.film-description .title {
    font-size: 13px;
    line-height: 12px;
    color: white;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin: 0px; }
  .film-rollover .search-item-info.film-description .author {
    font-size: 13px;
    color: #666666; }
.film-rollover.search-items--grid .search-item, .film-rollover .owl-wrapper .owl-item, .film-rollover .movies-genres .film-item, .film-rollover .whishlist-container .film-item, .film-rollover .filmography-list-artist .film-item {
  border: 1px solid transparent;
  z-index: 1;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -webkit-transform-origin: center;
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -ms-transform-origin: center;
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  -moz-transform-origin: center;
  transition: all 200ms ease-in;
  transform: scale(1);
  transform-origin: center; }
  .film-rollover.search-items--grid .search-item .film, .film-rollover.search-items--grid .search-item .media, .film-rollover .owl-wrapper .owl-item .film, .film-rollover .owl-wrapper .owl-item .media, .film-rollover .movies-genres .film-item .film, .film-rollover .movies-genres .film-item .media, .film-rollover .whishlist-container .film-item .film, .film-rollover .whishlist-container .film-item .media, .film-rollover .filmography-list-artist .film-item .film, .film-rollover .filmography-list-artist .film-item .media {
    margin: 1px; }
  .film-rollover.search-items--grid .search-item:hover .search-item-info, .film-rollover .owl-wrapper .owl-item:hover .search-item-info, .film-rollover .movies-genres .film-item:hover .search-item-info, .film-rollover .whishlist-container .film-item:hover .search-item-info, .film-rollover .filmography-list-artist .film-item:hover .search-item-info {
    padding: 0.3rem 0.5rem;
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    right: -1px;
    background-color: #27292f;
    border: 1px solid #444444;
    border-top: none; }
  .film-rollover.search-items--grid .search-item:hover, .film-rollover .owl-wrapper .owl-item:hover, .film-rollover .movies-genres .film-item:hover, .film-rollover .whishlist-container .film-item:hover, .film-rollover .filmography-list-artist .film-item:hover {
    z-index: 100;
    border: 1px solid #444444;
    background-color: #27292f;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 200ms ease-in;
    transform: scale(1.15); }
    .film-rollover.search-items--grid .search-item:hover .search-item-info, .film-rollover .owl-wrapper .owl-item:hover .search-item-info, .film-rollover .movies-genres .film-item:hover .search-item-info, .film-rollover .whishlist-container .film-item:hover .search-item-info, .film-rollover .filmography-list-artist .film-item:hover .search-item-info {
      display: block; }
    .film-rollover.search-items--grid .search-item:hover > *, .film-rollover .owl-wrapper .owl-item:hover > *, .film-rollover .movies-genres .film-item:hover > *, .film-rollover .whishlist-container .film-item:hover > *, .film-rollover .filmography-list-artist .film-item:hover > * {
      margin: 1px; }
    .film-rollover.search-items--grid .search-item:hover .search-item-img, .film-rollover .owl-wrapper .owl-item:hover .search-item-img, .film-rollover .movies-genres .film-item:hover .search-item-img, .film-rollover .whishlist-container .film-item:hover .search-item-img, .film-rollover .filmography-list-artist .film-item:hover .search-item-img {
      width: auto; }
    .film-rollover.search-items--grid .search-item:hover .film-icon, .film-rollover .owl-wrapper .owl-item:hover .film-icon, .film-rollover .movies-genres .film-item:hover .film-icon, .film-rollover .whishlist-container .film-item:hover .film-icon, .film-rollover .filmography-list-artist .film-item:hover .film-icon {
      display: block; }
      .film-rollover.search-items--grid .search-item:hover .film-icon a:hover, .film-rollover .owl-wrapper .owl-item:hover .film-icon a:hover, .film-rollover .movies-genres .film-item:hover .film-icon a:hover, .film-rollover .whishlist-container .film-item:hover .film-icon a:hover, .film-rollover .filmography-list-artist .film-item:hover .film-icon a:hover {
        border-color: #2791c6;
        color: #2791c6; }
.film-rollover .owl-wrapper .owl-item:first-child {
  transform-origin: left center; }
.film-rollover .owl-wrapper .owl-item:last-child {
  transform-origin: right center; }

#top .film-rollover.search-items--grid .search-item:nth-child(7n+1):hover {
  transform-origin: left center; }

#top .film-rollover.search-items--grid .search-item:nth-child(7n):hover {
  transform-origin: right center; }