@charset "UTF-8";
@font-face {
  font-family: nexa-bold;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#nexa-bold") format("svg"); }

@font-face {
  font-family: nexa-light;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/nexa_light-webfont.eot");
  src: url("../fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_light-webfont.woff") format("woff"), url("../fonts/nexa_light-webfont.ttf") format("truetype"), url("../fonts/nexa_light-webfont.svg#nexa-light") format("svg"); }

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

.pull-right {
  float: right !important; }

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

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

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

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  -webkit-backface-visibility: hidden; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  background-color: #000;
  width: auto;
  overflow: visible;
  -webkit-font-smoothing: antialiased; }

html, body {
  height: 100%; }

::-moz-selection {
  background: #428bca;
  color: #FFF; }

::selection {
  background: #428bca;
  color: #FFF; }

a {
  text-decoration: none;
  color: #428bca; }
  a:focus {
    -moz-outline-style: none;
    outline: none; }
  a a:hover {
    text-decoration: underline; }

img {
  display: block; }

hr {
  border: none;
  border-top: 1px solid #888;
  margin: 0; }

p, h1, h2, h3, h4, h5, h6, ul, img, .btn, .link, form, input, button, select, textarea {
  margin: 0;
  margin-top: 15px; }

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, img:first-child, .btn:first-child, .link:first-child, form:first-child, input:first-child, button:first-child, select:first-child, textarea:first-child {
  margin-top: 0px; }

h1, h2, h3, h4, p, a {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

p {
  font-style: 12px;
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555; }

small {
  font-size: 10px; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

h1, .h1 {
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: 24px; }

h2, .h2 {
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: 20px; }

h3, .h3 {
  font-family: nexa-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: 13px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #757575; }

h4, .h4 {
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: 18px; }

h5, .h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: 18px; }

h6, .h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: 16px; }

dl {
  margin: 0;
  line-height: 30px;
  text-align: left;
  font-size: 15px; }
  dl dt {
    width: 72px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    float: left; }
  dl dd {
    margin-left: 85px;
    vertical-align: middle;
    text-align: left;
    max-width: 535px; }

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="search"] {
  line-height: 30px;
  border: 1px solid #eee;
  background-color: #eee;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px; }

form button {
  border: none;
  -webkit-font-smoothing: antialiased; }

.link {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative; }
  .link:before {
    content: " ";
    position: relative; }
  .link:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 0%;
    height: 1px;
    top: 110%;
    left: 0%;
    background-color: #428bca;
    opacity: 1; }
  .link:hover:after {
    width: 100%;
    opacity: 1; }

.btn {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  background-color: #555;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .btn.red {
    background-color: #428bca; }
  .btn.gray {
    background-color: #eee;
    color: #555; }
  .btn:hover {
    background-color: #428bca; }
    .btn:hover.red {
      background-color: #555; }
    .btn:hover.gray {
      color: #FFF; }

@-webkit-keyframes rotateLogo {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-moz-keyframes rotateLogo {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-o-keyframes rotateLogo {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes rotateLogo {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-o-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@font-face {
  font-family: icon-tranquillelechat;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icon-tranquillelechat.eot");
  src: url("../fonts/icon-tranquillelechat.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-tranquillelechat.woff") format("woff"), url("../fonts/icon-tranquillelechat.ttf") format("truetype"), url("../fonts/icon-tranquillelechat.svg#icon-tranquillelechat") format("svg"); }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon-tranquillelechat';
  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-arrow-next:before {
  content: "\e600"; }

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

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

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

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

#intro {
  position: relative;
  height: 60vh;
  min-height: calc(100vh - 35px);
  width: 100%;
  background: url("../img/intro.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    #intro {
      min-height: calc(100vh - 100px);
      background-position: 20%; } }
  #intro .intro-text {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 530px;
    transform: translate(0, -50%);
    padding: 25px;
    background: white;
    font-size: 22px; }
    @media screen and (max-width: 768px) {
      #intro .intro-text {
        font-size: 14px;
        max-width: 100%;
        padding: 20px;
        top: initial;
        bottom: 0;
        left: 0;
        transform: none; } }

.row:first-child {
  margin-top: 0; }

.row:before, .row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

.row {
  *zoom: 1; }
  .row [class*="col-"] {
    position: relative;
    float: left;
    min-height: 1px;
    margin-left: 0px; }
  .row .no-offset {
    margin-top: 0; }

.grid-10 .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px; }
  .grid-10 .row [class*="col-"] {
    padding: 0 5px; }

.grid-20 .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px; }
  .grid-20 .row [class*="col-"] {
    padding: 0 10px; }

.grid-40 .row {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px; }
  .grid-40 .row [class*="col-"] {
    padding: 0 20px; }

.col-1 {
  width: 8.333333333333332%; }

.col-2 {
  width: 16.666666666666664%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333333333333%; }

.col-5 {
  width: 41.66666666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333333333333336%; }

.col-8 {
  width: 66.66666666666666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333333333334%; }

.col-11 {
  width: 91.66666666666666%; }

.col-12 {
  width: 100%; }

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

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

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

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

.admin header {
  height: 120px; }

header {
  height: 35px;
  background-color: #000; }
  @media screen and (max-width: 768px) {
    header {
      height: 25px; } }
  header .container {
    position: relative; }
  header h1 {
    overflow: hidden; }
    header h1 span {
      display: none; }
  header .logo_mobile {
    z-index: 999;
    top: 25px;
    left: 25px;
    position: absolute;
    display: none; }
    header .logo_mobile img {
      width: 40px; }
    @media screen and (max-width: 768px) {
      header .logo_mobile {
        display: block; } }
  header .logo {
    z-index: 999;
    top: 35px;
    left: 50px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      header .logo {
        display: none;
        top: 40px;
        left: 20px; }
        header .logo img {
          width: 170px; } }
    @media screen and (max-width: 374px) {
      header .logo img {
        width: 120px; } }
  header .top-nav {
    position: absolute;
    top: 8px;
    right: 84px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    @media screen and (max-width: 768px) {
      header .top-nav {
        right: 0px;
        top: 2px; } }
    header .top-nav.disable {
      opacity: 0;
      visibility: hidden; }
    header .top-nav li {
      color: #888;
      float: left;
      font-size: 15px; }
      header .top-nav li a {
        color: #888;
        text-transform: uppercase;
        padding: 0 5px; }
        @media screen and (max-width: 768px) {
          header .top-nav li a {
            font-size: 12px; } }
        header .top-nav li a:hover, header .top-nav li a.active {
          color: #FFF; }
  header nav {
    position: absolute;
    top: 35px;
    right: 50px;
    float: right;
    z-index: 999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media screen and (max-width: 768px) {
      header nav {
        right: 0px; } }
    @media screen and (max-width: 550px) {
      header nav {
        top: 30px; } }
    header nav.disable {
      opacity: 0;
      visibility: hidden; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      height: 50px; }
      header nav ul li {
        float: left;
        margin-left: -1px; }
        header nav ul li a {
          display: block;
          line-height: 50px;
          height: 50px;
          width: 167px;
          position: relative;
          color: #FFF;
          text-transform: uppercase;
          font-size: 19px;
          -webkit-perspective: 500px;
          -moz-perspective: 500px;
          perspective: 500px; }
          @media screen and (max-width: 768px) {
            header nav ul li a {
              width: 100px;
              font-size: 14px; } }
          header nav ul li a div {
            position: absolute;
            height: 50px;
            pointer-events: none;
            width: 100%;
            text-align: center;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            transition: all 0.2s ease;
            -webkit-transform-origin: 50% 50% -15px;
            -moz-transform-origin: 50% 50% -15px;
            -ms-transform-origin: 50% 50% -15px;
            -o-transform-origin: 50% 50% -15px;
            transform-origin: 50% 50% -15px;
            -webkit-backface-visibility: hidden; }
          header nav ul li a div:nth-child(1) {
            background-color: #FFF;
            color: #000;
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
            visibility: hidden; }
          header nav ul li a div:nth-child(2) {
            background-color: transparent;
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            transform: rotateX(0deg); }
            header nav ul li a div:nth-child(2) span {
              display: block;
              width: 100%;
              line-height: 12px;
              display: inline-block;
              vertical-align: baseline;
              zoom: 1;
              *display: inline;
              *vertical-align: auto;
              vertical-align: middle;
              border-right: 1px solid #FFF; }
          header nav ul li a:hover div {
            -webkit-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            transition: all 0.1s ease; }
          header nav ul li a:hover div:nth-child(1) {
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
            visibility: visible; }
          header nav ul li a:hover div:nth-child(2) {
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            -ms-transform: rotateX(-90deg);
            -o-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
        header nav ul li:last-child a div span {
          border: none; }
        header nav ul li.active a div {
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          transition: all 0.1s ease; }
        header nav ul li.active a div:nth-child(1) {
          -webkit-transform: rotateX(0deg);
          -moz-transform: rotateX(0deg);
          -ms-transform: rotateX(0deg);
          -o-transform: rotateX(0deg);
          transform: rotateX(0deg);
          visibility: visible; }
        header nav ul li.active a div:nth-child(2) {
          -webkit-transform: rotateX(-90deg);
          -moz-transform: rotateX(-90deg);
          -ms-transform: rotateX(-90deg);
          -o-transform: rotateX(-90deg);
          transform: rotateX(-90deg); }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

.container {
  width: 100%;
  margin: 0 auto; }

#slider {
  position: relative;
  background-color: #000;
  z-index: 1; }
  #slider .container {
    position: relative; }
  #slider #contentslider.disable {
    cursor: none; }
  #slider .slider {
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0px;
    height: auto;
    width: auto;
    overflow: hidden; }
    #slider .slider img.rsImg {
      cursor: pointer;
      position: absolute;
      width: 100%;
      z-index: 200;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      #slider .slider img.rsImg.playing {
        opacity: 0;
        visibility: hidden;
        z-index: 0; }
    #slider .slider .rsBtnCenterer {
      opacity: 1;
      visibility: visible;
      z-index: 300;
      -webkit-transition-property: opacity, visibility;
      -moz-transition-property: opacity, visibility;
      transition-property: opacity, visibility;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      #slider .slider .rsBtnCenterer.playing {
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        transition-delay: 3s;
        opacity: 0;
        visibility: hidden; }
        .mobile #slider .slider .rsBtnCenterer.playing {
          transition-delay: 0; }
        #slider .slider .rsBtnCenterer.playing .rsPlayBtn .rsPlayBtnIcon {
          -webkit-transition-property: none;
          -moz-transition-property: none;
          transition-property: none;
          background-image: url("../img/loader_simple.gif");
          background-repeat: no-repeat;
          background-size: 50px 50px;
          background-position: center center; }
          .mobile #slider .slider .rsBtnCenterer.playing .rsPlayBtn .rsPlayBtnIcon {
            background: none; }
    #slider .slider .rsSlide {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
    #slider .slider .rsPlayBtnIcon {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      #slider .slider .rsPlayBtnIcon.playing {
        opacity: 0;
        visibility: hidden;
        z-index: 0; }
    #slider .slider .rsOverlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 51; }
    .mobile #slider .slider .rsVideoContainer iframe,
    .mobile #slider .slider .rsVideoContainer video,
    .mobile #slider .slider .rsVideoContainer embed,
    .mobile #slider .slider .rsVideoContainer .rsVideoObj {
      position: absolute;
      z-index: 50;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%; }
    #slider .slider .rsOverflow {
      overflow: visible;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      transition: all 250ms ease; }
      .no-mobile #slider .slider .rsOverflow.sneak-left {
        -webkit-transform: translateX(75px);
        -moz-transform: translateX(75px);
        -ms-transform: translateX(75px);
        -o-transform: translateX(75px);
        transform: translateX(75px); }
        .no-mobile #slider .slider .rsOverflow.sneak-left .active {
          opacity: 0.4; }
      .no-mobile #slider .slider .rsOverflow.sneak-right {
        -webkit-transform: translateX(-75px);
        -moz-transform: translateX(-75px);
        -ms-transform: translateX(-75px);
        -o-transform: translateX(-75px);
        transform: translateX(-75px); }
        .no-mobile #slider .slider .rsOverflow.sneak-right .active {
          opacity: 0.4; }
  #slider #informations {
    background-color: #FFF;
    position: absolute;
    left: 50px;
    bottom: 80px;
    padding: 31px;
    padding-right: 40px;
    width: 100%;
    max-width: 625px;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease; }
    @media screen and (max-width: 768px) {
      #slider #informations {
        left: 0;
        bottom: 0;
        padding: 15px;
        max-width: 100%; }
        #slider #informations dl, #slider #informations dt, #slider #informations dd {
          font-size: 12px;
          line-height: 12px; }
        #slider #informations dt  {
          margin-top: 0; } }
    #slider #informations dd {
      max-width: 505px; }
    #slider #informations.disable {
      opacity: 0;
      visibility: hidden; }
    #slider #informations div {
      position: absolute;
      left: 31px;
      top: 31px;
      z-index: 9999;
      background-color: #FFF;
      color: #000;
      -webkit-transition: height 500ms ease;
      -moz-transition: height 500ms ease;
      transition: height 500ms ease; }
      @media screen and (max-width: 768px) {
        #slider #informations div {
          top: auto;
          left: auto; } }
      #slider #informations div dl, #slider #informations div dt {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease; }
    #slider #informations .face1 {
      display: none; }
    #slider #informations dt {
      color: #adadad; }
    #slider #informations .row-project dt {
      line-height: 1;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        #slider #informations .row-project dt {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      #slider #informations .row-project,
      #slider #informations .row-client,
      #slider #informations .row-missions {
        margin: 10px 0 0; } }
    #slider #informations .client {
      font-size: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #slider #informations .client {
          font-size: 12px;
          line-height: 12px; } }
    #slider #informations .project {
      font-size: 28px; }
      @media screen and (max-width: 768px) {
        #slider #informations .project {
          font-size: 12px;
          line-height: 12px; } }
    #slider #informations .missions {
      font-size: 15px;
      line-height: 18px;
      padding-top: 6px; }
      @media screen and (max-width: 768px) {
        #slider #informations .missions {
          font-size: 12px;
          line-height: 12px;
          padding-top: 0; } }
    #slider #informations #player {
      background: #f8f8f8;
      bottom: -30px;
      left: 0;
      height: 49px;
      top: auto;
      width: 100%;
      display: none; }
      #slider #informations #player #progressBar {
        background: #c6c6c6;
        position: absolute;
        cursor: pointer;
        height: 1px;
        left: 49px;
        bottom: 50%;
        width: 82%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        #slider #informations #player #progressBar span {
          background: #030303;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          transition: all 300ms ease; }
        #slider #informations #player #progressBar.hover {
          bottom: 40%;
          height: 10px; }
      #slider #informations #player #progressText {
        font-family: nexa-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        position: absolute;
        bottom: 33%;
        right: 17px;
        width: 30px;
        text-align: left; }
      #slider #informations #player #play {
        background: url("../img/playpause.png") no-repeat center top;
        bottom: 17px;
        cursor: pointer;
        display: block;
        height: 15px;
        left: 19px;
        position: absolute;
        width: 15px; }
        #slider #informations #player #play.playing {
          background-position: 0 -15px; }
  #slider ul#controls {
    position: absolute;
    right: 50px;
    bottom: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 94px;
    z-index: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media screen and (max-width: 768px) {
      #slider ul#controls {
        bottom: auto;
        top: 20px;
        right: 20px; } }
    #slider ul#controls.disable {
      opacity: 0;
      visibility: hidden; }
    #slider ul#controls li {
      float: left; }
      #slider ul#controls li a {
        display: block;
        width: 47px;
        height: 47px;
        text-align: center;
        line-height: 47px;
        border-top: 3px solid #FFF;
        border-bottom: 3px solid #FFF;
        border-left: 2px solid #FFF;
        border-right: 3px solid #FFF;
        color: #FFF;
        font-size: 23px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease; }
        #slider ul#controls li a:hover {
          background-color: #FFF;
          color: #000; }
        #slider ul#controls li a .icon-arrow-prev {
          margin-left: -4px; }
        #slider ul#controls li a .icon-arrow-next {
          margin-left: 1px; }
      #slider ul#controls li:first-child a {
        border-right: 1px solid #FFF;
        border-left: 3px solid #FFF; }

#navbar-filter {
  height: 60px;
  background-color: #000;
  position: relative; }
  @media screen and (max-width: 768px) {
    #navbar-filter {
      height: 40px; } }
  @media screen and (min-width: 769px) {
    #navbar-filter.docked .container {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      width: 100%;
      margin-left: 0%;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    #navbar-filter.docked ul li a.top div i {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); } }
  #navbar-filter.disable .container {
    opacity: 0;
    visibility: hidden; }
  #navbar-filter .container {
    position: absolute;
    background-color: #FFF;
    left: 50%;
    margin-left: -50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
  #navbar-filter ul {
    margin: 0;
    padding: 0;
    height: 60px;
    list-style-type: none;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #navbar-filter ul {
        height: 40px; } }
    #navbar-filter ul li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
      #navbar-filter ul li a.top div i {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        vertical-align: middle; }
      #navbar-filter ul li:nth-child(1) a {
        width: 50px; }
      #navbar-filter ul li:nth-child(2) a {
        width: 115px; }
      #navbar-filter ul li:nth-child(3) a {
        width: 154px; }
      #navbar-filter ul li:nth-child(4) a {
        width: 127px; }
      #navbar-filter ul li:nth-child(5) a {
        width: 101px; }
      @media screen and (max-width: 768px) {
        #navbar-filter ul li a {
          width: 23vw !important; }
        #navbar-filter ul li:nth-child(3) a {
          width: 30vw !important; }
        #navbar-filter ul li:nth-child(1) a {
          display: none; } }
      #navbar-filter ul li a {
        position: relative;
        display: block;
        line-height: 60px;
        height: 60px;
        display: block;
        overflow: hidden;
        background-color: #FFF;
        text-transform: uppercase;
        color: #000;
        font-size: 21px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
        perspective: 500px; }
        @media screen and (max-width: 768px) {
          #navbar-filter ul li a {
            line-height: 40px;
            height: 40px;
            font-size: 12px; } }
        #navbar-filter ul li a div {
          position: absolute;
          height: 60px;
          pointer-events: none;
          width: 100%;
          text-align: center;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          transition: all 0.2s ease;
          -webkit-transform-origin: 50% 50% -30px;
          -moz-transform-origin: 50% 50% -30px;
          -ms-transform-origin: 50% 50% -30px;
          -o-transform-origin: 50% 50% -30px;
          transform-origin: 50% 50% -30px;
          -webkit-backface-visibility: hidden; }
          @media screen and (max-width: 768px) {
            #navbar-filter ul li a div {
              height: 40px; } }
        #navbar-filter ul li a div:nth-child(1) {
          background-color: #000;
          color: #FFF;
          -webkit-transform: rotateX(90deg);
          -moz-transform: rotateX(90deg);
          -ms-transform: rotateX(90deg);
          -o-transform: rotateX(90deg);
          transform: rotateX(90deg);
          visibility: hidden; }
        #navbar-filter ul li a div:nth-child(2) {
          background-color: #FFF;
          color: #686868;
          -webkit-transform: rotateX(0deg);
          -moz-transform: rotateX(0deg);
          -ms-transform: rotateX(0deg);
          -o-transform: rotateX(0deg);
          transform: rotateX(0deg); }
        #navbar-filter ul li a:hover div, #navbar-filter ul li a.active div {
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          transition: all 0.1s ease; }
        #navbar-filter ul li a:hover div:nth-child(1), #navbar-filter ul li a.active div:nth-child(1) {
          -webkit-transform: rotateX(0deg);
          -moz-transform: rotateX(0deg);
          -ms-transform: rotateX(0deg);
          -o-transform: rotateX(0deg);
          transform: rotateX(0deg);
          visibility: visible; }
        #navbar-filter ul li a:hover div:nth-child(2), #navbar-filter ul li a.active div:nth-child(2) {
          visibility: hidden;
          -webkit-transform: rotateX(-90deg);
          -moz-transform: rotateX(-90deg);
          -ms-transform: rotateX(-90deg);
          -o-transform: rotateX(-90deg);
          transform: rotateX(-90deg); }

.play-button-cell {
  display: none !important; }

#project-grid {
  background-color: #000; }
  #project-grid .video-thumb a.item {
    display: block;
    margin: 0;
    position: relative;
    height: 0px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-color: #000;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    #project-grid .video-thumb a.item img {
      width: 100%; }
    #project-grid .video-thumb a.item .roll {
      position: absolute;
      top: 0;
      left: 0;
      height: 0px;
      width: 100%;
      overflow: hidden;
      padding-bottom: 56.25%;
      background-color: rgba(0, 0, 0, 0.5);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      transition: all 300ms ease; }
      #project-grid .video-thumb a.item .roll .description {
        position: absolute;
        bottom: 7px;
        padding: 30px;
        width: 100%;
        color: #FFF;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease 200ms;
        -moz-transition: all 300ms ease 200ms;
        transition: all 300ms ease 200ms; }
      #project-grid .video-thumb a.item .roll .h2 {
        font-size: 15px;
        text-transform: uppercase; }
      #project-grid .video-thumb a.item .roll .h4 {
        font-size: 27px;
        line-height: 1; }
    #project-grid .video-thumb a.item.active .roll {
      visibility: visible;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.8); }
      #project-grid .video-thumb a.item.active .roll .description {
        visibility: visible;
        opacity: 1;
        bottom: 0;
        color: #000; }
    #project-grid .video-thumb a.item:hover .roll {
      visibility: visible;
      opacity: 1; }
      #project-grid .video-thumb a.item:hover .roll .description {
        visibility: visible;
        bottom: 0;
        opacity: 1; }
    #project-grid .video-thumb a.item.disable {
      opacity: .15;
      cursor: default; }
      #project-grid .video-thumb a.item.disable:hover .roll {
        visibility: hidden;
        opacity: 0; }
        #project-grid .video-thumb a.item.disable:hover .roll .description {
          visibility: hidden;
          opacity: 0; }

.admin #project-grid .video-thumb {
  min-height: auto; }
  .admin #project-grid .video-thumb a.item .roll {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8); }
    .admin #project-grid .video-thumb a.item .roll .description {
      visibility: visible;
      opacity: 1;
      color: #000; }
  .admin #project-grid .video-thumb:hover .roll {
    visibility: hidden !important;
    opacity: 0 !important; }
    .admin #project-grid .video-thumb:hover .roll .description {
      visibility: hidden !important;
      opacity: 0 !important; }

#sortable a {
  cursor: move; }

.rsCloseVideoIcn {
  display: none; }

#works {
  position: relative;
  height: calc(100vh - 245px);
  min-height: 400px;
  width: 100%;
  background: url("../img/works.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    #works {
      height: 100vh;
      min-height: 70vh; } }
  #works .works-text {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 520px;
    transform: translate(0, -50%);
    padding: 25px;
    background: white;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      #works .works-text {
        display: none; } }

.bold {
  font-weight: bold; }

.works-mobile {
  display: none;
  background: white;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .works-mobile {
      display: block; } }

footer {
  background-color: #000; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer .col-8 {
    position: relative;
    z-index: 20;
    padding: 50px 50px; }
    @media screen and (max-width: 768px) {
      footer .col-8 {
        width: 100%;
        padding: 0; } }
  @media screen and (max-width: 768px) {
    footer .row [class*="col-"] {
      float: none;
      min-height: auto;
      margin-left: 0; } }
  footer .col-left {
    width: 245px;
    height: 140px;
    border-right: 1px solid #333;
    line-height: 140px; }
    @media screen and (max-width: 768px) {
      footer .col-left {
        width: 100%; } }
    footer .col-left img {
      display: inline;
      vertical-align: middle; }
  footer .col-right {
    padding-left: 40px; }
    @media screen and (max-width: 768px) {
      footer .col-right {
        padding-left: 0;
        width: 100%; } }
    footer .col-right address {
      font-size: 14px;
      font-style: normal;
      font-weight: bold;
      color: #FFF;
      line-height: 1.7; }
      footer .col-right address .follow-us {
        margin-top: 6px;
        display: block; }
      footer .col-right address strong {
        font-family: nexa-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-transform: uppercase; }
      footer .col-right address a {
        color: #FFF;
        text-decoration: none; }
        footer .col-right address a.icon-link {
          font-size: 18px;
          margin-left: 10px; }
          footer .col-right address a.icon-link:hover {
            text-decoration: none; }
        footer .col-right address a:hover {
          text-decoration: underline; }
      footer .col-right address .uppercase {
        text-transform: uppercase; }
  footer .col-4 {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      footer .col-4 {
        width: 100%; }
        footer .col-4 img {
          float: none !important;
          margin: 0 auto;
          height: auto;
          width: 100% !important; } }
    footer .col-4 img {
      height: 246px; }

#studio {
  background-image: url("../img/backgroundStudio.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1600px 3373px;
  height: 3373px;
  padding-top: 393px; }
  #studio .container {
    width: 800px; }
    #studio .container .row {
      margin-top: 20px; }
      #studio .container .row:first-child {
        margin-top: 0; }
  #studio .section-1 {
    height: 400px;
    padding: 210px 100px; }
    #studio .section-1 p {
      font-size: 17px; }
  #studio .section-2 {
    margin-top: 330px;
    padding: 130px 100px; }
    #studio .section-2 p {
      font-size: 14px; }
  #studio h2 {
    text-transform: uppercase; }
  #studio h3 {
    margin-top: 35px; }
    #studio h3:first-child {
      margin-top: 0; }
  #studio ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #studio ul li {
      font-size: 14px; }

/* Small devices (mobile, 200px and 768px) */
@media (min-width: 200px) and (max-width: 959px) {
  #slider .slider .rsOverlay {
    display: none;
    pointer-events: none; } }

/* Small devices (mobile, 200px and 992px) */
@media (min-width: 200px) and (max-width: 959px) {
  .col-xs-1 {
    width: 8.333333333333332%; }
  .col-xs-2 {
    width: 16.666666666666664%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333333333333%; }
  .col-xs-5 {
    width: 41.66666666666667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.333333333333336%; }
  .col-xs-8 {
    width: 66.66666666666666%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333333333334%; }
  .col-xs-11 {
    width: 91.66666666666666%; }
  .col-xs-12 {
    width: 100%; } }

/* Small devices (tablets, 768px and 992px) */
@media (min-width: 768px) and (max-width: 960px) {
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-12 {
    width: 100%; }
  .row .col-offset-sm-1 {
    margin-left: 8.333333333333332%; }
  .row .col-offset-sm-2 {
    margin-left: 16.666666666666664%; }
  .row .col-offset-sm-3 {
    margin-left: 25%; }
  .row .col-offset-sm-4 {
    margin-left: 33.33333333333333%; } }

/* Medium devices (desktops, 992px and 1200px) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
  .admin .container {
    width: 1600px; }
  .admin #navbar-filter .container {
    margin-left: -800px; } }
