html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after,
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.left {
  float: left;
}

img {
  max-width: 100%;
  height: auto;
}

img.left {
  margin: 0 1.5em 1.5em 0;
}

.right {
  float: right;
}

img.right {
  margin: 0 0 1.5em 1.5em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

[class^='icon-'] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.overflow-hidden {
  overflow: hidden;
}

.sep {
  opacity: .5;
  padding: 0 4px;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  max-width: 1355px;
}

#content .wrapper {
  padding: 1.5% 1%;
}

.row {
  font-size: 0;
}

[class^='col-'] {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-size: 0.8125pxrem;
}

.col-1 {
  width: 10%;
  padding: 0 0.5%;
}

.col-2 {
  width: 20%;
  padding: 0 0.5%;
}

.col-3 {
  width: 30%;
  padding: 0 0.5%;
}

.col-4 {
  width: 40%;
  padding: 0 0.5%;
}

.col-5 {
  width: 50%;
  padding: 0 0.5%;
}

.col-6 {
  width: 60%;
  padding: 0 0.5%;
}

.col-7 {
  width: 70%;
  padding: 0 0.5%;
}

.col-8 {
  width: 80%;
  padding: 0 0.5%;
}

.col-9 {
  width: 90%;
  padding: 0 0.5%;
}

.col-10 {
  width: 100%;
  padding: 0 0.5%;
}

@media screen and (max-width: 1355px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .col-1 {
    width: 12.5%;
  }

  .col-2 {
    width: 25%;
  }

  .col-3 {
    width: 37.5%;
  }

  .col-4 {
    width: 50%;
  }

  .col-5 {
    width: 62.5%;
  }

  .col-6 {
    width: 75%;
  }

  .col-7 {
    width: 87.5%;
  }

  .col-8 {
    width: 100%;
  }

  .col-9 {
    width: 112.5%;
  }

  .col-10 {
    width: 125%;
  }
}
@media screen and (max-width: 768px) {
  .col-1 {
    width: 16.66667%;
  }

  .col-2 {
    width: 33.33333%;
  }

  .col-3 {
    width: 50%;
  }

  .col-4 {
    width: 66.66667%;
  }

  .col-5 {
    width: 83.33333%;
  }

  .col-6 {
    width: 100%;
  }

  .col-7 {
    width: 116.66667%;
  }

  .col-8 {
    width: 133.33333%;
  }

  .col-9 {
    width: 150%;
  }

  .col-10 {
    width: 166.66667%;
  }
}
@media screen and (max-width: 420px) {
  [class^='col-'] {
    width: 100%;
    float: none;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

/* Header */
#header {
  text-align: center;
  padding: 1% 0;
}
@media screen and (max-width: 980px) {
  #header {
    padding: 10px;
  }
}

.logo {
  margin-bottom: 10px;
}

.logo a {
    text-decoration: none;
}

.logo a span {
    font-size: calc(2.4vw + 18px);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -.05em;
    display: block;
    margin-bottom: -.3em;
}

.slogan {
  font-size: 24;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .slogan {
    font-size: 18;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .slogan {
    font-size: 14;
    font-size: 0.875rem;
  }
}

.lang {
  margin: 10px 0 0 0;
}
.lang ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.lang li {
  font-size: 0;
  padding: 0;
  display: inline-block;
  margin-left: 5px;
  opacity: .7;
}
.lang li:first-child {
  margin-left: 0;
}
.lang li.active, .lang li:hover {
  opacity: 1;
}
.lang span {
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("flags.png") no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .lang span {
    background-image: url("flags@2x.png");
    background-size: 64px 12px;
  }
}
.lang span.lang-fr {
  background-position: left top;
}
.lang span.lang-en {
  background-position: -16px top;
}
.lang span.lang-it {
  background-position: -32px top;
}
.lang span.lang-es {
  background-position: right top;
}
@media screen and (min-width: 768px) {
  .lang {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}

/* Content */
.video-list {
  display: none;
}

.video-item {
  margin-bottom: 30px;
}

.video-item--image {
  position: relative;
  margin-bottom: 5px;
}
.video-item--image:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3) url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmc vMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PS IwcHgiIHk9IjBweCIKCSB3aWR0aD0iNDJweCIgaGVpZ2h0PSI0MnB4IiB2aWV3Qm94PSIwIDAgN DIgNDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQyIDQyIiB4bWw6c3BhY2U9InByZXNl cnZlIj4KPGNpcmNsZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS1taXRlcmx pbWl0PSIxMCIgY3g9IjIxIiBjeT0iMjEiIHI9IjIwLjUiLz4KPHBvbHlnb24gZmlsbD0iI0ZGRk ZGRiIgcG9pbnRzPSIxNywxNC4yIDI4LjksMjEgMTcsMjcuOCAiLz4KPC9zdmc+") no-repeat center center;
  background-size: 30% auto;
}
.video-item--image:hover:before {
  opacity: 1;
}
.video-item--image img {
  display: block;
}
@media screen and (max-width: 420px) {
  .video-item--image img {
    width: 100%;
    height: auto;
  }
}

.video-item--meta {
  position: relative;
}
.video-item--meta h2 {
  margin-right: 90px;
}
.video-item--meta h2 a {
  text-decoration: none;
}
.video-item--meta h2 a:hover {
  text-decoration: underline;
}

.video-item--rating {
  width: 80px;
  height: 16px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 4px;
  background: url(rating.svg) repeat-x;
}
.video-item--rating img {
  display: inline-block;
}

.rating-1 {
  width: 16px;
}

.rating-2 {
  width: 32px;
}

.rating-3 {
  width: 48px;
}

.rating-4 {
  width: 64px;
}

.rating-5 {
  width: 80px;
}

.pages {
  text-align: center;
  padding: 20px 0;
  font-size: 18;
  font-size: 1.125rem;
}
.pages a {
  padding: 0 10px;
  text-decoration: none;
}
.pages a:hover {
  text-decoration: underline;
}

/* cathcers */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.catcher {
  display: none;
  position: fixed;
  z-index: 200;
  left: 50%;
  top: 20%;
  width: 600px;
  margin-left: -300px;
  border-radius: 8px 8px 6px 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .catcher {
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}

.catcher-active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: block;
}
@media screen and (max-width: 768px) {
  .catcher-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}

.overlay-active {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-title {
  padding: 10px;
  font-size: 24;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.c-title:before {
  content: "";
  display: inline-block;
  background: url("lock.svg") no-repeat left center;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .c-title {
    border-radius: 0;
    padding: 10px 40px;
    font-size: 18;
    font-size: 1.125rem;
  }
  .c-title:before {
    content: none;
  }
}
@media screen and (max-width: 420px) {
  .c-title {
    font-size: 14;
    font-size: 0.875rem;
  }
}

.c-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  right: 10px;
  top: 8px;
  line-height: 32px;
  text-decoration: none;
  opacity: .2;
  font-size: 28;
  font-size: 1.75rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.c-close:before {
  content: "\00d7";
}
.c-close:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .c-close {
    top: 2px;
  }
}

.c-content {
  padding: 20px;
}

.c-image {
  float: left;
  max-width: 40%;
  margin-right: 20px;
}
@media screen and (max-width: 420px) {
  .c-image {
    float: none;
    margin: 0;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}

.c-form {
  overflow: hidden;
  text-align: center;
}
.c-form input[type="email"],
.c-form input[type="text"],
.c-form input[type="password"] {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  max-width: 320px;
  font-size: 16;
  font-size: 1rem;
  margin-bottom: 10px;
}
.c-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 16;
  font-size: 1rem;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button:hover {
  opacity: .9;
}

.catcher-1 .c-form {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .catcher-1 .c-form {
    margin-top: 10px;
  }
}

.highlight {
  background: red;
}

/* Footer */
#footer {
  text-align: center;
  padding: 20px 0 0 0;
}

.error img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}