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-size: 100%;
  font: inherit;
  vertical-align: baseline; }


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

a.underline:link {text-decoration: underline; color: #ffffff; }
a.underline:hover, a.underline:active {
  font-weight: bolder; 
  color: #ffffff; 
  opacity: 1; }
a.resize:link {text-decoration: underline;}
a.resize:hover, a.resize:active {font-size: 130%; color: #ffffff; opacity: 1; text-decoration: none; }

@font-face {
  font-family: "Futura";
  src: url('fonts/futura-light.eot');
  src: url('fonts/futura-light.eot?#iefix') format("embedded-opentype"), url('fonts/futura-light.woff') format("woff"), url('fonts/futura-light.ttf') format("truetype"), url('fonts/futura-light.svg') format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url('fonts/futura-book.eot');
  src: url('fonts/futura-book.eot?#iefix') format("embedded-opentype"), url('fonts/futura-book.woff') format("woff"), url('fonts/futura-book.ttf') format("truetype"), url('fonts/futura-book.svg') format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url('fonts/futura-medium.eot');
  src: url('fonts/futura-medium.eot?#iefix') format("embedded-opentype"), url('fonts/futura-medium.woff') format("woff"), url('fonts/futura-medium.ttf') format("truetype"), url('fonts/futura-medium.svg') format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url('fonts/futura-demi.eot');
  src: url('fonts/futura-demi.eot?#iefix') format("embedded-opentype"), url('fonts/futura-demi.woff') format("woff"), url('fonts/futura-demi.ttf') format("truetype"), url('fonts/futura-demi.svg') format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Futura";
  src: url('fonts/futura-bold.eot');
  src: url('fonts/futura-bold.eot?#iefix') format("embedded-opentype"), url('fonts/futura-bold.woff') format("woff"), url('fonts/futura-bold.ttf') format("truetype"), url('fonts/futura-bold.svg') format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Playfair";
  src: url('fonts/playfair-regular.eot');
  src: url('fonts/playfair-regular.eot?#iefix') format("embedded-opentype"), url('fonts/playfair-regular.woff') format("woff"), url('fonts/playfair-regular.ttf') format("truetype"), url('fonts/playfair-regular.svg') format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Playfair";
  src: url('fonts/playfair-italic.eot');
  src: url('fonts/playfair-italic.eot?#iefix') format("embedded-opentype"), url('fonts/playfair-italic.woff') format("woff"), url('fonts/playfair-italic.ttf') format("truetype"), url('fonts/playfair-italic.svg') format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Liberty";
  src: url('fonts/liberty.eot');
  src: url('fonts/liberty.eot?#iefix') format("embedded-opentype"), url('fonts/liberty.woff') format("woff"), url('fonts/liberty.ttf') format("truetype"), url('fonts/liberty.svg') format("svg");
  font-weight: 400;
  font-style: normal; }


@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes fadeDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-o-keyframes fadeDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes fadeDown {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes auroraSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes auroraSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-o-keyframes auroraSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes auroraSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes auroraSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-moz-keyframes auroraSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-o-keyframes auroraSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes auroraSlideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes hideLeftShowRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes hideLeftShowRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes hideLeftShowRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes hideLeftShowRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes hideRightShowLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes hideRightShowLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes hideRightShowLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes hideRightShowLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); }
  49% {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-moz-keyframes float {
  0% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-o-keyframes float {
  0% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes smoothDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes smoothDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes smoothDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes smoothUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes smoothUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

@-moz-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

@-o-keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

@keyframes hideUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; } }

@-webkit-keyframes showUp {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes showUp {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes showUp {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes showUp {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@-moz-keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@-o-keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes showTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
  font: normal 700 10px/12px "Futura", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 6px 6px 0;
    border-top-color: #ec2028;
    margin-top: -3px; }

.dk-selected-disabled {
  color: transparent; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%;
  -webkit-animation: smoothUp 200ms both cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: smoothUp 200ms both cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%;
  -webkit-animation: smoothDown 200ms both cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: smoothDown 200ms both cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.dk-select-multi .dk-select-options {
  max-height: 200px; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  list-style: none;
  margin: 0; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  font: normal 700 10px/12px "Futura", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.dk-select-options .dk-option-disabled {
  color: transparent;
  background-color: transparent; }

.dk-optgroup {
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: transparent; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 6px 6px;
  border-bottom-color: #ec2028; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: transparent; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: transparent; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5); }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #ec2028; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #ec2028; }

.dk-select-disabled {
  opacity: 0.6;
  color: transparent;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

.main-load-bar {
  width: 0;
  height: 2px;
  background: red;
  position: fixed;
  top: -2px;
  left: 0;
  z-index: 30; }
  .main-load-bar.animate {
    top: 0;
    -webkit-transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: width 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .main-load-bar.hidden {
    -webkit-animation: slideUp 300ms cubic-bezier(1, 0, 0, 1);
    animation: slideUp 300ms cubic-bezier(1, 0, 0, 1); }

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 25px 30px 28px;
  height: 100px;
  min-width: 940px;
  background: url('imag/header-shadow.png') repeat-x left top;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -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); }
  .main-header.detached {
    position: fixed;
    background: #000000; }
    .main-header.detached.hidden {
      -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); }
  .main-header.hidden {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  .open-aurora-menu .main-header,
  .open-artes-menu .main-header,
  .open-addenda-menu .main-header {
    background-color: #000000; }
  .close-aurora-menu .main-header,
  .close-artes-menu .main-header,
  .close-addenda-menu .main-header {
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
    -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
    background-color: transparent; }
  .main-header .logo {
    float: left;
    width: 35px;
    height: 40px;
    margin-right: 30px; }
  .main-header nav li {
    position: relative;
    float: left;
    margin-right: 10px;
    font: normal 700 11px/22px "Futura", sans-serif;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 3px; }
    .main-header nav li span {
      display: inline-block;
      font: normal 700 9px/22px "Futura", sans-serif;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 3px; }
      .main-header nav li span:hover {
        border-bottom: 1px solid #fcd62f; }
    .main-header nav li.aurora-menu-toggler, .main-header nav li.artes-menu-toggler, .main-header nav li.addenda-menu-toggler {
      padding-right: 15px; }
  .main-header nav a {
    display: inline-block;
    font: normal 700 9px/22px "Futura", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .main-header nav a:hover, .main-header nav a.selected {
      border-bottom: 1px solid #ec2028; }
  .main-header .menu-left {
    float: left;
    margin-top: 0; }
    .main-header .menu-left li {
      padding: 12px 0 30px; }
  .main-header .menu-right {
    float: right;
    margin-top: 12px; }
    .main-header .menu-right li {
	padding-right: 15px;
	margin-right: 15px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 0.3);
}
    .main-header .menu-right .sound-toggler {
      position: relative;
      display: inline-block;
      width: 22px;
      height: 18px;
      margin-top: 2px;
      margin-bottom: -5px; }
      .main-header .menu-right .sound-toggler:hover {
        border: none; }
        .main-header .menu-right .sound-toggler:hover .sound {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px -160px;
          width: 22px;
          height: 18px; }
    .main-header .menu-right .facebook {
      position: relative; }
      .main-header .menu-right .facebook a {
        padding-left: 20px; }
    .main-header .menu-right .weibo {
      position: relative; }
      .main-header .menu-right .weibo a {
        padding-left: 25px; }
    .main-header .menu-right .lng-select {
      margin-right: 0;
      margin-top: 0;
      padding-right: 15px;
      border-right: none; }
      .main-header .menu-right .lng-select .arrow-down-red {
        top: 10px; }
      .main-header .menu-right .lng-select:hover .lng-options {
        display: block;
        -webkit-animation: fadeDown 300ms cubic-bezier(1, 0, 0, 1);
        animation: fadeDown 300ms cubic-bezier(1, 0, 0, 1); }
      .main-header .menu-right .lng-select:hover .lng-toggler {
        border-bottom: none;
        padding-bottom: 10px; }
    .main-header .menu-right .lng-toggler {
      font: normal 700 10px/22px "Futura", sans-serif;
      color: #FFFFFF;
      letter-spacing: 0; }
    .main-header .menu-right .lng-options {
      position: absolute;
      left: 0;
      top: 22px;
      right: 0;
      display: none;
      z-index: 999; }
      .main-header .menu-right .lng-options li {
        float: none;
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
      .main-header .menu-right .lng-options a {
        display: block;
        padding: 7px 0;
        font: normal 700 10px/11px "Futura", sans-serif;
        color: #FFFFFF;
        letter-spacing: 0;
        -webkit-transition: color 150ms ease;
        -moz-transition: color 150ms ease;
        transition: color 150ms ease; }
        .main-header .menu-right .lng-options a:hover, .main-header .menu-right .lng-options a.selected {
          border: none;
          color: #ec2028; }
  .main-header .aurora-menu,
  .main-header .artes-menu ,
  .main-header .addenda-menu {
    position: absolute;
    left: 0;
    top: 100px;
    right: 0;
    height: 170px;
    overflow: hidden; }
    .tablet .main-header .aurora-menu, .tablet
    .main-header .artes-menu , .tablet
    .main-header .addenda-menu {
      display: none; }
    .main-header .aurora-menu li,
    .main-header .artes-menu li ,
    .main-header .addenda-menu li {
      float: left;
      overflow: hidden;
      width: 20%;
      height: 170px;
      margin-right: 0;
      -webkit-transform: translateY(-170px);
      -ms-transform: translateY(-170px);
      transform: translateY(-170px); }
    .main-header .aurora-menu a,
    .main-header .artes-menu a,
    .main-header .addenda-menu a {
      position: relative;
      display: block;
      height: 100%;
      background: #000000;
      -webkit-transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .main-header .aurora-menu a:hover,
      .main-header .artes-menu a:hover,
      .main-header .addenda-menu a:hover {
        border: none;
        background: #ec2028; }
        .main-header .aurora-menu a:hover .cache,
        .main-header .artes-menu a:hover .cache,
        .main-header .addenda-menu a:hover .cache {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    .main-header .aurora-menu .cache,
    .main-header .artes-menu .cache,
    .main-header .addenda-menu .cache {
      position: absolute;
      left: -5px;
      top: 0;
      right: 0;
      display: block;
      z-index: 20;
      height: 100%;
      background: #8c1216;
      opacity: 0.1;
      filter: alpha(opacity=10);
      -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .main-header .aurora-menu .box-title,
    .main-header .artes-menu .box-title,
    .main-header .addenda-menu .box-title {
      position: absolute;
      left: 50px;
      top: 50%;
      right: 50px;
      z-index: 30;
      -webkit-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      .main-header .aurora-menu .box-title .title,
      .main-header .artes-menu .box-title .title,
      .main-header .addenda-menu .box-title .title {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 5px;
        font: normal 400 20px/22px "Playfair", serif;
        color: #FFFFFF;
        text-transform: none;
        letter-spacing: 1px; }
        .main-header .aurora-menu .box-title .title:after,
        .main-header .artes-menu .box-title .title:after,
        .main-header .addenda-menu .box-title .title:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 10px;
          height: 1px;
          background: #FFFFFF;
          opacity: 0.5;
          filter: alpha(opacity=50); }
      .main-header .aurora-menu .box-title .subtitle,
      .main-header .aurora-menu .box-title .subhead,
      .main-header .artes-menu .box-title .subtitle,
      .main-header .artes-menu .box-title .subhead,
      .main-header .addenda-menu .box-title .subtitle,
      .main-header .addenda-menu .box-title .subhead {
        font: normal 700 11px/15px "Futura", sans-serif;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        opacity: 0.6;
        filter: alpha(opacity=60); }
        .main-header .aurora-menu .box-title .subtitle span,
        .main-header .aurora-menu .box-title .subhead span,
        .main-header .artes-menu .box-title .subtitle span,
        .main-header .artes-menu .box-title .subhead span,
        .main-header .addenda-menu .box-title .subtitle span,
        .main-header .addenda-menu .box-title .subhead span {
          font: italic 400 12px/20px "Playfair", serif;
          text-transform: none;
          letter-spacing: 0.5px; }
      .main-header .aurora-menu .box-title .see-all-aurora,
      .main-header .artes-menu .box-title .see-all-aurora,
      .main-header .addenda-menu .box-title .see-all-aurora {
        font: normal 700 13px/15px "Futura", sans-serif;
        color: #FFFFFF;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        text-align: center;
        opacity: 0.6;
        filter: alpha(opacity=60); }
    .main-header .aurora-menu .box-cover,
    .main-header .artes-menu .box-cover,
    .main-header .addenda-menu .box-cover {
      position: relative;
      z-index: 10;
      width: 100%;
      height: auto; }
  .main-header .aurora-menu {
    height: 0; }
    .open-aurora-menu .main-header .aurora-menu,
    .close-aurora-menu .main-header .aurora-menu {
      height: 170px; }
    .open-aurora-menu .main-header .aurora-menu li {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .open-aurora-menu .main-header .aurora-menu li.box-1 {
        -webkit-animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-aurora-menu .main-header .aurora-menu li.box-1 .box-title {
          -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-aurora-menu .main-header .aurora-menu li.box-2 {
        -webkit-animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-aurora-menu .main-header .aurora-menu li.box-2 .box-title {
          -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-aurora-menu .main-header .aurora-menu li.box-3 {
        -webkit-animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-aurora-menu .main-header .aurora-menu li.box-3 .box-title {
          -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-aurora-menu .main-header .aurora-menu li.box-4 {
        -webkit-animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-aurora-menu .main-header .aurora-menu li.box-4 .box-title {
          -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-aurora-menu .main-header .aurora-menu li.box-5 {
        -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-aurora-menu .main-header .aurora-menu li.box-5 .box-title {
          -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
    .close-aurora-menu .main-header .aurora-menu li {
      -webkit-transform: translateY(-170px);
      -ms-transform: translateY(-170px);
      transform: translateY(-170px); }
      .close-aurora-menu .main-header .aurora-menu li.box-1 {
        -webkit-animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-aurora-menu .main-header .aurora-menu li.box-2 {
        -webkit-animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-aurora-menu .main-header .aurora-menu li.box-3 {
        -webkit-animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-aurora-menu .main-header .aurora-menu li.box-4 {
        -webkit-animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-aurora-menu .main-header .aurora-menu li.box-5 {
        -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
  .main-header .artes-menu {
    height: 0; }
    .open-artes-menu .main-header .artes-menu,
    .close-artes-menu .main-header .artes-menu {
      height: 170px; }
      .open-artes-menu .main-header .artes-menu li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .open-artes-menu .main-header .artes-menu li.box-1 {
          -webkit-animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-1 .box-title {
            -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-2 {
          -webkit-animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-2 .box-title {
            -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-3 {
          -webkit-animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-3 .box-title {
            -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-4 {
          -webkit-animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-4 .box-title {
            -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-5 {
          -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-5 .box-title {
            -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-6 {
          -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-6 .box-title {
            -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-7 {
          -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-7 .box-title {
            -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-artes-menu .main-header .artes-menu li.box-8 {
          -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
          .open-artes-menu .main-header .artes-menu li.box-8 .box-title {
            -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
            animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .close-artes-menu .main-header .artes-menu li {
        -webkit-transform: translateY(-170px);
        -ms-transform: translateY(-170px);
        transform: translateY(-170px); }
        .close-artes-menu .main-header .artes-menu li.box-1 {
          -webkit-animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-2 {
          -webkit-animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-3 {
          -webkit-animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-4 {
          -webkit-animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-5 {
          -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-6 {
          -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-7 {
          -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
        .close-artes-menu .main-header .artes-menu li.box-8 {
          -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
          animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
    .main-header .artes-menu .box-title .title:after {
      display: none; }
    .main-header .artes-menu .box-title .subhead {
      margin-bottom: 3px; }
  .main-header .addenda-menu {
    height: 0; }
    .open-addenda-menu .main-header .addenda-menu,
    .close-addenda-menu .main-header .addenda-menu {
      height: 170px; }
    .open-addenda-menu .main-header .addenda-menu li {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .open-addenda-menu .main-header .addenda-menu li.box-1 {
        -webkit-animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-addenda-menu .main-header .addenda-menu li.box-1 .box-title {
          -webkit-animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-addenda-menu .main-header .addenda-menu li.box-2 {
        -webkit-animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 50ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-addenda-menu .main-header .addenda-menu li.box-2 .box-title {
          -webkit-animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-addenda-menu .main-header .addenda-menu li.box-3 {
        -webkit-animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 100ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-addenda-menu .main-header .addenda-menu li.box-3 .box-title {
          -webkit-animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 400ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-addenda-menu .main-header .addenda-menu li.box-4 {
        -webkit-animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 150ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-addenda-menu .main-header .addenda-menu li.box-4 .box-title {
          -webkit-animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      .open-addenda-menu .main-header .addenda-menu li.box-5 {
        -webkit-animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: auroraSlideDown 300ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
        .open-addenda-menu .main-header .addenda-menu li.box-5 .box-title {
          -webkit-animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
          animation: showTitle 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
    .close-addenda-menu .main-header .addenda-menu li {
      -webkit-transform: translateY(-170px);
      -ms-transform: translateY(-170px);
      transform: translateY(-170px); }
      .close-addenda-menu .main-header .addenda-menu li.box-1 {
        -webkit-animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-addenda-menu .main-header .addenda-menu li.box-2 {
        -webkit-animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 150ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-addenda-menu .main-header .addenda-menu li.box-3 {
        -webkit-animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 100ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-addenda-menu .main-header .addenda-menu li.box-4 {
        -webkit-animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 50ms cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }
      .close-addenda-menu .main-header .addenda-menu li.box-5 {
        -webkit-animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
        animation: auroraSlideUp 300ms 0 cubic-bezier(0.895, 0.03, 0.685, 0.22) both; }

  .main-header .arrow-down-red {
    position: absolute;
    right: 0;
    top: 21px;
    display: inline-block;
    background-image: url('imag/sprite.1x.png');
    background-position: -192px -179px;
    width: 7px;
    height: 4px; }
  .main-header .sound {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-image: url('imag/sprite.1x.png');
    background-position: -168px -90px;
    width: 22px;
    height: 18px; }
  .main-header .header-facebook {
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    background-image: url('imag/sprite.1x.png');
    background-position: -67px -189px;
    width: 8px;
    height: 11px; }
  .main-header .header-weibo {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    background-image: url('imag/sprite.1x.png');
    background-position: -151px -102px;
    width: 16px;
    height: 14px; }

.main-footer {
  background: #000000;
  padding: 70px 0;
  position: relative;
  z-index: 11; }
  .main-footer .lists:before, .main-footer .lists:after {
    content: " ";
    
    display: table;
     }
  .main-footer .lists:after {
    clear: both; }
  .main-footer .lists li {
    margin-bottom: 10px;
    font: 400 13px/18px "Playfair", serif; }
    .main-footer .lists li a,
    .main-footer .lists li button {
      font: 400 13px/18px "Playfair", serif;
      color: #8A8A8A;
      -webkit-font-smoothing: antialiased; }
      .main-footer .lists li a:hover,
      .main-footer .lists li button:hover {
        color: #FFFFFF; }
    .main-footer .lists li button {
      background: none;
      border: none;
      outline: none;
      padding: 0;
      margin: 0;
      cursor: pointer; }
  .main-footer .list {
    width: 31%;
    float: left; 
    padding-left: 16px; }
  .main-footer .aurora-list {
    width: 31%;
    padding-right: 16px; }
    .main-footer .aurora-list ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 35px;
      -moz-column-gap: 35px;
      column-gap: 35px; }
  .main-footer .title {
    margin-bottom: 27px;
    font: 700 12px/19px "Futura", sans-serif;
    color: #ec2028;
    text-transform: uppercase;
    letter-spacing: 2px; }

  .main-footer .contact-aurora {
    width: 100%;
    padding: 20px 0;
    margin: 40px 0;
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626; }
    .main-footer .contact-aurora:before, .main-footer .contact-aurora:after {
      content: " ";
      
      display: table;
       }
    .main-footer .contact-aurora:after {
      clear: both; }
    .main-footer .contact-aurora > button {
      display: block;
      float: left;
      border: none;
      background: none;
      outline: none;
      font: normal 400 14px/20px "Playfair", serif;
      padding-left: 75px;
      position: relative;
      color: #ec2028;
      line-height: 40px;
      -webkit-font-smoothing: antialiased;
      cursor: pointer; }
      .main-footer .contact-aurora > button:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 60px;
        height: 1px;
        background: #ec2028; }
    .main-footer .contact-aurora .social-links {
      float: right;
      margin-top: 3px; }
      .main-footer .contact-aurora .social-links a {
        display: block;
        height: 40px;
        width: 40px;
        float: left; }
        .main-footer .contact-aurora .social-links a i {
          display: block;
          margin: 0 auto;
          position: relative;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .main-footer .contact-aurora .social-links .youtube {
        margin-right: 5px;
        margin-left: -2px; }
      .main-footer .contact-aurora .social-links .twitter i {
        background-image: url('imag/sprite.1x.png');
        background-position: -192px -80px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .twitter i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px -100px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .linkedin i {
        background-image: url('imag/sprite.1x.png');
        background-position: -84px -169px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .linkedin i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -56px -169px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .facebook i {
        background-image: url('imag/sprite.1x.png');
        background-position: -140px -169px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .facebook i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -28px -169px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .instagram i {
        background-image: url('imag/sprite.1x.png');
        background-position: 0px -169px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .instagram i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -137px -138px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .youtube i {
        background-image: url('imag/sprite.1x.png');
        background-position: -109px -138px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .youtube i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px 0px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .weibo i {
        background-image: url('imag/sprite.1x.png');
        background-position: -81px -138px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .weibo i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -112px -169px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .youku i {
        background-image: url('imag/sprite.1x.png');
        background-position: -192px -120px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .youku i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px -140px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .wechat i {
        background-image: url('imag/sprite.1x.png');
        background-position: -192px -40px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .wechat i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px -60px;
          width: 27px;
          height: 19px; }
      .main-footer .contact-aurora .social-links .douban i {
        background-image: url('imag/sprite.1x.png');
        background-position: -123px -102px;
        width: 27px;
        height: 19px; }
        .main-footer .contact-aurora .social-links .douban i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -192px -20px;
          width: 27px;
          height: 19px; }
  .main-footer .bottom li {
    float: left;
    line-height: 22px;
    padding: 0 10px;
    border-left: 1px solid #262626;
    font: 400 13px/18px "Playfair", serif;
    color: #8A8A8A; }
    .main-footer .bottom li:first-child {
      padding-left: 0;
      border-left: 0; }
    .main-footer .bottom li a {
      font: 400 13px/18px "Playfair", serif;
      color: #8A8A8A; }
      .main-footer .bottom li a:hover {
        color: #FFFFFF; }
	.main-footer .facebook-bottom i {
        display: inline-block;
		background-image: url('imag/sprite.1x.png');
        background-position: -67px -189px;
    	width: 10px;
    	height: 17px; }
    .main-footer .facebook-bottom i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -34px -167px;
          width: 14px;
          height: 23px; }
.main-footer .instagram-bottom i {
        display: inline-block;
		background-image: url('imag/sprite.1x.png');
        background-position: -143px -195px;
    	width: 19px;
    	height: 18px; }
    .main-footer .instagram-bottom i:hover {
          background-image: url('imag/sprite.1x.png');
          background-position: -189px -136px;
          width: 30px;
          height: 27px; }
  .main-footer .bottom .andreia-link {
    display: block;
    height: 40px;
    width: 40px;
    float: right;
	cursor: wait; }
    .main-footer .bottom .andreia-link i {
      display: block;
      background-image: url('imag/sprite.1x.png');
      background-position: -112px -164px;
      width: 34px;
      height: 34px; }
    .main-footer .bottom .andreia-link:hover i {
      background-image: url('imag/sprite.1x.png');
      background-position: -35px -131px;
      width: 34px;
      height: 34px; }

.splashscreen {
  width: 100%;
  height: 100%; }
  .splashscreen li {
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0; }
  .splashscreen a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block; }
  .splashscreen__description {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .splashscreen p {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.7; }
  .splashscreen h2 {
    font-size: 28px;
    margin: 3px; }
  .splashscreen img {
    min-height: 100%;
    min-width: 100%;
    display: block;
    z-index: -1; }

#home .full-screen {
  position: relative;
  overflow: hidden;
  height: 1000px; }

#home .full-screen {
  position: relative;
  overflow: hidden;
  height: 1000px; }

#home .featured-show {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  cursor: pointer; }
  #home .featured-show .show-slide {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000; }
    #home .featured-show .show-slide .title, #home .featured-show .show-slide .subtitle, #home .featured-show .show-slide .get-infos {
      opacity: 0; }
    #home .featured-show .show-slide.active {
      z-index: 3;
      -webkit-animation: show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      #home .featured-show .show-slide.active .title {
        -webkit-animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) both;
        animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) both; }
      #home .featured-show .show-slide.active .subtitle {
        -webkit-animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s both;
        animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s both; }
      #home .featured-show .show-slide.active .get-infos {
        -webkit-animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
        animation: slideIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both; }
    #home .featured-show .show-slide.old {
      z-index: 2; }
  #home .featured-show .show-video {
    display: block;
	opacity: .5	 }
  #home .featured-show .show-cover:before {
    display:none ;
	   }  
  #home .featured-show .prev,
  #home .featured-show .next {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    background: none;
    overflow: hidden;
    z-index: 5;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  #home .featured-show .prev {
    left: 30px; }
    #home .featured-show .prev:hover .prev-arrow-white {
      -webkit-animation: hideLeftShowRight 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      animation: hideLeftShowRight 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #home .featured-show .next {
    right: 30px; }
    #home .featured-show .next:hover .next-arrow-white {
      -webkit-animation: hideRightShowLeft 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      animation: hideRightShowLeft 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #home .featured-show .show-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block; }
    #home .featured-show .show-video .media-container {
      position: absolute; }
    #home .featured-show .show-video video {
      display: block;
      height: 100%;
      width: 100%; }
  #home .featured-show .show-title {
    position: absolute;
    left: 150px;
    right: 150px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    max-width: 1000px; }
    @media screen and (min-width: 1025px) {
      #home .featured-show .show-title {
        right: 220px;
        left: 220px; } }
    #home .featured-show .show-title.blue .subtitle {
      color: #fcfae3; }
    #home .featured-show .show-title.blue .get-infos {
      color: #fcfae3; }
      #home .featured-show .show-title.blue .get-infos span {
        background: #ffe100; }

    #home .featured-show .show-title.gold .subtitle {
      color: #fcfae3; }
    #home .featured-show .show-title.gold .get-infos {
      color: #fcfae3; }
      #home .featured-show .show-title.gold .get-infos span {
        background: #ffe100; }

    #home .featured-show .show-title.light-purple .subtitle {
      color: #EBABF2; }
    #home .featured-show .show-title.light-purple .get-infos {
      color: #EBABF2; }
      #home .featured-show .show-title.light-purple .get-infos span {
        background: #EBABF2; }

  #home .featured-show .title {
    margin-bottom: 25px;
    font: normal 400 50px/52px "Liberty", serif;
    color: #ffe100; 
    text-shadow: 2px 2px 8px #ea0000; }
    #home .featured-show .title a {
      color: #ffe100; }
  #home .featured-show .subtitle {
    margin-top: -20px;
    margin-bottom: 25px;
    font: italic 400 25px/40px "Playfair", serif; }
  #home .featured-show .get-infos {
    position: relative;
    display: inline-block;
    padding: 13px 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font: italic 400 15px/20px "Playfair", serif;
     }
    #home .featured-show .get-infos span {
      display: block;
      height: 1px;
      position: absolute;
      top: 50%; }
    #home .featured-show .get-infos .mask {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      padding-left: 30px;
      overflow: hidden; }
    #home .featured-show .get-infos .left {
      width: 100%;
      right: 100%;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    #home .featured-show .get-infos .right {
      width: 60px;
      left: 0; }
    #home .featured-show .get-infos .right {
      -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
      -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 100ms; }
    #home .featured-show .get-infos .left {
      -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
      -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
      transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
    #home .featured-show .get-infos:hover .right {
      -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -webkit-transform: translate3d(300px, 0, 0);
      transform: translate3d(300px, 0, 0); }
    #home .featured-show .get-infos:hover .left {
      -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
      -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
      -webkit-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0); }
  #home .featured-show .prev-arrow-white,
  #home .featured-show .next-arrow-white {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13px;
    height: 24px;
    margin-top: -12px;
    margin-left: -6.5px; }
  #home .featured-show .prev-arrow-white {
    background-image: url('imag/sprite.1x.png');
    background-position: -44px -189px;
    width: 13px;
    height: 24px; }
  #home .featured-show .next-arrow-white {
    background-image: url('imag/sprite.1x.png');
    background-position: -30px -189px;
    width: 13px;
    height: 24px; }

#home .quick-links {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20; }
  #home .quick-links .quick-box {
    position: relative;
    float: left;
    width: 25%;
    height: 120px;
    cursor: pointer;
    overflow: hidden; }
    #home .quick-links .quick-box:hover .title {
      padding-bottom: 8px;
      margin-bottom: 8px; }
      #home .quick-links .quick-box:hover .title:after {
        opacity: .4; }
    #home .quick-links .quick-box:hover .cache {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    #home .quick-links .quick-box button {
      padding: 0;
      background: none;
      border: none;
      outline: none;
      -webkit-font-smoothing: antialiased;
      cursor: pointer; }
    #home .quick-links .quick-box:nth-child(1) {
      -webkit-animation: slideUp 275ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: slideUp 275ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
    #home .quick-links .quick-box:nth-child(2) {
      -webkit-animation: slideUp 275ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: slideUp 275ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
    #home .quick-links .quick-box:nth-child(3) {
      -webkit-animation: slideUp 275ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: slideUp 275ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
    #home .quick-links .quick-box:nth-child(4) {
      -webkit-animation: slideUp 275ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
      animation: slideUp 275ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1) both; }
  #home .quick-links .quick-cover {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 10; }
  #home .quick-links .quick-title {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 50%;
    text-align: center;
    z-index: 40;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  #home .quick-links .title {
    position: relative;
    font: normal 400 20px/24px "Playfair", serif;
    color: #FFFFFF;
    -webkit-transition: all 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    #home .quick-links .title:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 15px;
      height: 1px;
      margin-left: -7.5px;
      background: #FFFFFF;
      opacity: 0;
      -webkit-transition: opacity 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: opacity 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #home .quick-links .subtitle {
    font: normal 400 13px/17px "Futura", sans-serif;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  #home .quick-links .cache {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: #ec2028;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  #home .quick-links .gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 20; }
    #home .quick-links .gradient.brown {
      opacity: 0.7;
      filter: alpha(opacity=70);
      background-image: -webkit-linear-gradient(top, rgba(143, 91, 70, 0.4) 0%, #8f5b46 100%);
      background-image: linear-gradient(to bottom, rgba(143, 91, 70, 0.4) 0%, #8f5b46 100%); }
    #home .quick-links .gradient.red {
      opacity: 0.8;
      filter: alpha(opacity=80);
      background-image: -webkit-linear-gradient(top, rgba(205, 2, 11, 0.3) 0%, #cd020b 100%);
      background-image: linear-gradient(to bottom, rgba(205, 2, 11, 0.3) 0%, #cd020b 100%); }
    #home .quick-links .gradient.blue {
      opacity: 0.8;
      filter: alpha(opacity=80);
      background-image: -webkit-linear-gradient(top, rgba(11, 55, 104, 0.3) 0%, #0b3768 100%);
      background-image: linear-gradient(to bottom, rgba(11, 55, 104, 0.3) 0%, #0b3768 100%); }
    #home .quick-links .gradient.gold {
      opacity: 0.9;
      filter: alpha(opacity=90);
      background-image: -webkit-linear-gradient(top, rgba(151, 137, 80, 0.3) 0%, #978950 100%);
      background-image: linear-gradient(to bottom, rgba(151, 137, 80, 0.3) 0%, #978950 100%); }
    #home .quick-links .gradient.purple {
      opacity: 0.8;
      filter: alpha(opacity=80);
      background-image: -webkit-linear-gradient(top, rgba(108, 46, 96, 0.6) 0%, #6c2e5c 100%);
      background-image: linear-gradient(to bottom, rgba(108, 46, 96, 0.6) 0%, #6c2e5c 100%); }



html {
  width: 100%;
  height: 100%; }

body {
  background: #222222;
  color: #FFFFFF;
  font: 400 14px/25px "Futura", sans-serif;
  min-width: 960px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%; }
  body.popin-open {
    overflow: hidden; }

.no-transition {
  -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms !important;
  -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms !important;
  transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms !important; }

a {
  color: #FFFFFF;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #FFFFFF; }
  a:active {
    color: #FFFFFF; }

h2 {
  font-family: "Playfair", serif; }

.ajaxContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
  .ajaxContainer.removed {
    -webkit-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    opacity: 0; }
  .ajaxContainer.added {
    -webkit-transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 0 cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    opacity: 0; }

.displayer {
  opacity: 1;
  -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .displayer.hidden {
    -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    opacity: 0; }

.dynamic-image {
  -webkit-animation: show 700ms cubic-bezier(0.19, 1, 0.22, 1);
  animation: show 700ms cubic-bezier(0.19, 1, 0.22, 1); }

#aurora,
#artes {
  height: auto; }

.center {
  max-width: 940px;
  margin: 0 auto; }

.center--v {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.content-header {
  margin-bottom: 80px; }
  .content-header img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 1; }
  .content-header .front {
    position: relative;
    z-index: 2;
    margin: 300px 0 40px; }
  .content-header .v {
    height: 90px;
    background: #ec2028;
    margin: 40px auto; }

.article-title {
  position: relative;
  width: 940px;
  margin: 0 auto;
  z-index: 100; }
  .article-title .subhead {
    padding-top: 10px;
    font: normal 500 13px/24px "Futura", sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center; }
  .article-title .title {
    padding-bottom: 48px;
    font: normal 500 95px/85px "Playfair", serif;
    text-align: center; }
  .article-title .subtitle {
    padding-bottom: 30px;
    font: normal 400 70px/80px "Playfair", serif;
    text-align: center; }
  .article-title .subtitle2 {
    font: normal 400 70px/80px "Playfair", serif;
    text-align: center; }
  .article-title .subtitle3 {
    font: normal 400 50px/70px "Playfair", serif;
    text-align: center; }

b {
  display: block;
  margin: 0 auto; }
  b.v {
    width: 1px;
    height: 30px; }
  b.h {
    width: 30px;
    height: 1px; }

.hat {
  width: 540px;
  margin: 0 auto;
  font: normal 400 20px/42px "Playfair", serif; }

.text {
  width: 80%;
  margin: 0 auto; }
  .text p {
    margin-bottom: 50px;
    font: normal 400 16px/33px "Playfair", serif; }
  .text p.italic {
  font-style: italic; }
  .text p.bold {
  font-weight: bold; }

.quote {
  width: 470px;
  margin: 0 auto; }
  .quote blockquote {
    font: normal 400 19px/30px "Futura", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    text-align: left; }

.slogan {
  position: relative;
  z-index: 6;
  width: 470px;
  margin: 0 auto; }
  .slogan p {
    font: normal 400 24px/37px "Playfair", serif;
    text-align: left; }
  .slogan .v {
    display: block;
    width: 1px;
    height: 160px; }

.grid li {
  float: left;
  height: auto;
  overflow: hidden; }
  .grid li img {
    display: block;
    width: 100%;
    height: auto; }

.grid .three-col li {
  width: 31.33333%;
  margin-right: 3%; }
  .grid .three-col li:nth-child(3n) {
    margin-right: 0; }

.grid .four-col li {
  width: 22.75%;
  margin-right: 3%; }
  .grid .four-col li:nth-child(4n) {
    margin-right: 0; }

.backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .backgrounds img {
    -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
    .backgrounds img.hidden {
      opacity: 0;
      -webkit-transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -moz-transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.splash {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .splash.hide {
    height: 0 !important;
    -webkit-transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.7s cubic-bezier(0.77, 0, 0.175, 1); }
  .splash .splash-content {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .splash .splash-cover {
    position: relative;
    display: block; }
    .splash .splash-cover img {
      display: block;
      width: 100%; }
  .splash button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer; }
  .splash .logo-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .splash .front {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center; }
    @media screen and (max-height: 700px) {
      .splash .front {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
        -ms-transform: translate3d(-50%, -50%, 0) scale(0.8);
        transform: translate3d(-50%, -50%, 0) scale(0.8); } }
    .splash .front .subhead {
      margin-left: 8px;
      margin-bottom: 5px;
      font: normal 500 20px/24px "Futura", sans-serif;
      text-transform: uppercase;
      letter-spacing: 8px;
      text-align: center; }
    .splash .front .title {
      margin-bottom: -10px;
      font: normal 400 92px/88px "Playfair", serif;
      text-align: center; }
    .splash .front .opening {
      font: normal 400 25px/33px "Playfair", serif;
      text-align: center; }
      .splash .front .opening span {
        font-style: italic; }
    .splash .front .h {
      height: 2px;
      width: 20px;
      background: #FFFFFF;
      margin: 40px auto 30px; }
    .splash .front .v {
      height: 25px;
      width: 1px;
      background: #FFFFFF;
      margin: 15px auto; }
    .splash .front .text {
      font: italic 400 16px/27px "Playfair", serif;
      width: 380px;
      margin: 0 auto;
      opacity: .7; }
  .splash .splash-text {
    width: 200px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -100px;
    z-index: 20;
    text-align: center;
    opacity: 0; }
    @media screen and (max-height: 700px) {
      .splash .splash-text {
        bottom: 90px; } }
    .loaded .splash .splash-text {
      -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      opacity: 1; }
  .splash .location {
    display: inline-block;
    font: 400 13px/20px "Playfair", serif;
    text-align: center;
    color: rgba(255, 255, 255, 0.4); }
    .splash .location strong {
      display: block;
      font: 400 11px/14px "Futura", sans-serif;
      text-transform: uppercase;
      letter-spacing: 3.8px;
      color: #FFFFFF; }
    .splash .location span {
      position: relative;
      display: inline-block;
      font-style: italic;
      padding-left: 20px; }
      .splash .location span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 15px;
        height: 1px; }
  .splash .front + button {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -25px;
    background-image: url('imag/sprite.1x.png');
    background-position: -72px -102px;
    width: 50px;
    height: 23px;
    -webkit-animation: float 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    animation: float 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    opacity: 0; }
    @media screen and (max-height: 700px) {
      .splash .front + button {
        bottom: 40px; } }
    .loaded .splash .front + button {
      -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      opacity: 1; }

.show-content {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
  .show-content.faded {
    opacity: 0; }
  .show-content.hidden {
    display: none; }

.three-col-content {
  position: relative;
  z-index: 10;
  margin-bottom: 140px;
  clear: both; }
  .three-col-content:before, .three-col-content:after {
    content: " ";
    
    display: table;
     }
  .three-col-content:after {
    clear: both; }
  .three-col-content .three-col-title {
    float: left;
    width: 35%;
    margin-right: 35px; }
    .three-col-content .three-col-title .title {
      font: 400 40px/40px "Playfair", serif; }
    .three-col-content .three-col-title .subhead {
      position: relative;
      margin-bottom: 10px;
      margin-left: 15px;
      font: italic 400 16px/20px "Playfair", serif;
      color: #FFFFFF; }
      .three-col-content .three-col-title .subhead:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 50%;
        height: 1px;
        width: 20px;
        background: #FFFFFF; }
  .three-col-content .three-col-text {
    padding-top: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px; }
    .three-col-content .three-col-text .hat {
      width: auto;
      font: 400 18px/32px "Playfair", serif;
      color: #FFFFFF; }
    .three-col-content .three-col-text p {
      margin-bottom: 30px;
      font: 300 17px/27px "Futura", sans-serif;
      color: #FFFFFF; }
  .three-col-content .h {
    width: 25px;
    height: 1px;
    margin: 30px 0;
    opacity: .5;
    background: #FFFFFF; }
  .three-col-content .column {
    float: left;
    width: 270px; }
    .three-col-content .column.first {
      margin-right: 35px; }
    .three-col-content .column p {
      margin-bottom: 30px;
      font: 300 17px/27px "Futura", sans-serif;
      color: #FFFFFF; }
    .three-col-content .column .hat {
      width: auto;
      font: 400 18px/32px "Playfair", serif;
      color: #FFFFFF; }
    .three-col-content .column .title {
      font: normal 700 23px/30px "Futura", sans-serif; }

.player-container {
  position: relative;
  height: 576px;
  cursor: pointer;
  margin-bottom: 70px;
  margin-top: 20px;
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
  .player-container .front .cache {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .player-container .front .label {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .player-container .front .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    width: 600px;
    font: normal 400 80px/80px "Playfair", serif;
    text-align: center;
    z-index: 2; }
    .player-container .front .inner b {
      height: 25px;
      background: #ec2028;
      margin: 27px auto 15px; }
    .player-container .front .inner .opening {
      margin-bottom: -10px;
      font: normal 400 25px/55px "Playfair", serif; }
    .player-container .front .inner .play-button {
      display: block;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-image: url('imag/sprite.1x.png');
      background-position: -66px 0px;
      width: 65px;
      height: 65px;
      backface-visibility: hidden; }
      .player-container .front .inner .play-button:hover {
        background-image: url('imag/sprite.1x.png');
        background-position: 0px 0px;
        width: 65px;
        height: 65px; }

.player {
  height: 576px; }
  .player .poster {
    width: auto;
    height: 100%;
    margin-left: -40px; }
  .player .media-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 46px;
    width: 100%; }
    .player .media-container video {
      display: block;
      height: 100%;
      width: 100%;
      background: #000000;
      z-index: 1; }
  .player .shield {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .player .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 46px;
    width: 100%;
    background: #000000;
    z-index: 3; }
  .player .button {
    display: block;
    height: 46px;
    width: 46px;
    position: absolute;
    top: 0; }
    .player .button i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .player .play-button {
    left: 0; }
    .player .play-button i {
      background-image: url('imag/sprite.1x.png');
      background-position: -179px -138px;
      width: 10px;
      height: 13px; }
  .player .pause-button {
    left: 0;
    display: none; }
    .player .pause-button i {
      background-image: url('imag/sprite.1x.png');
      background-position: -72px -126px;
      width: 9px;
      height: 10px; }
  .player .volume-button {
    right: 46px; }
    .player .volume-button i {
      background-image: url('imag/sprite.1x.png');
      background-position: -168px -109px;
      width: 21px;
      height: 18px; }
  .player .fullscreen-button {
    right: 0; }
    .player .fullscreen-button i {
      background-image: url('imag/sprite.1x.png');
      background-position: -165px -138px;
      width: 13px;
      height: 13px; }
  .player .timeline-container {
    height: 4px;
    width: 790px;
    position: absolute;
    top: 23px;
    left: 46px;
    background: #505050; }
    .player .timeline-container span {
      display: block;
      height: 100%;
      width: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .player .timeline-container .buffer {
      background: #FFFFFF; }
    .player .timeline-container .progress {
      background: #ec2028; }
  .player.paused .play-button {
    display: block; }
  .player.paused .pause-button {
    display: none; }
  .player.playing .play-button {
    display: none; }
  .player.playing .pause-button {
    display: block; }
  .player.muted .volume-button i {
    background-image: url('imag/sprite.1x.png');
    background-position: -108px -66px;
    width: 21px;
    height: 18px; }

.media {
  position: relative;
  width: 940px;
  height: 530px;
  margin-bottom: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  z-index: 10; }
  .media .media-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60%;
    font: normal 80px/70px "Playfair", serif;
    color: #FFFFFF;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }


.see-more-bloc {
  text-align: center;
  position: relative;
  z-index: 5;
  padding-bottom: 160px; }
  .see-more-bloc img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    .see-more-bloc img.see-more-image {
      position: relative;
      display: block;
      margin: 0 auto;
      left: inherit;
      top: inherit;
      right: inherit;
      bottom: inherit;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .see-more-bloc .front {
    position: relative;
    z-index: 2; }
  .see-more-bloc .join-button {
    margin-top: 50px; }
  .see-more-bloc .v {
    height: 110px;
    background: #ec2028;
    margin-bottom: 35px; }

.see-more-text {
  width: 600px;
  margin: 25px auto 0;
  font: normal 400 19px/30px "Playfair", serif;
  color: #FFFFFF;
  text-align: center; }

.see-more-text2 {
  width: 600px;
  margin: 25px auto 0;
  font: normal 400 15px/30px "Playfair", serif;
  color: #FFFFFF;
  opacity: 0.8; 
  letter-spacing: 1.5px;
  text-align: center; }

.bloc {
  position: relative;
  z-index: 10; }

.bloc-title {
  width: 100%;
  font: 400 115px/110px "Playfair", serif;
  text-align: center; }
  .bloc-title span {
    display: block;
    font: 500 14px/24px "Futura", sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px; }


.popin {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  overflow: auto;
  display: none; }
  .popin.validated form {
    display: none; }
  .popin.validated .success {
    display: block; }
  .popin .cache {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer; }
  .popin .close {
    position: absolute;
    right: 30px;
    top: 30px;
    padding-right: 40px;
    background: none;
    border: none;
    outline: none;
    font: normal 700 10px/29px "Futura", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 2; }
    .popin .close .popin-close {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url('imag/sprite.1x.png');
      background-position: 0px -138px;
      width: 30px;
      height: 30px; }
  .popin .center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 400px;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .popin .title {
    margin-bottom: 40px;
    font: normal 400 65px/62px "Playfair", serif;
    color: #FFFFFF; }
  .popin .text {
    width: 300px;
    margin: 0 auto 30px;
    font: normal 700 12px/20px "Futura", sans-serif;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: .5; }
  .popin form {
    width: 280px;
    margin: 0 auto; }
  .popin .field {
    margin-bottom: 15px; }
    .popin .field.field-error .error {
      display: block; }
    .popin .field.field-error .input-text {
      border-color: #D51A21; }
  .popin .input-text {
    -webkit-appearance: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #FFFFFF;
    outline: none;
    background: none;
    font: italic 400 15px/18px "Playfair", serif;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased; }
  .popin .input-submit {
    -webkit-appearance: none;
    width: 100%;
    padding: 18px 20px;
    background: #CDBD85;
    border: none;
    outline: none;
    font: normal 700 12px/18px "Futura", sans-serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    transition: background 300ms ease; }
    .popin .input-submit:hover {
      background: #bea961; }
  .popin .error {
    margin-bottom: 10px;
    font: italic 400 15px/26px "Playfair", serif;
    color: #D51A21;
    text-align: center;
    display: none; }
  .popin .success {
    display: none;
    font: italic 400 15px/26px "Playfair", serif;
    color: #8D8E8E;
    text-align: center; }
    .popin .success strong {
      font-size: 22px;
      color: #FFFFFF; }



.split-content {
  position: relative;
  z-index: 6; }
  .split-content:before, .split-content:after {
    content: " ";
    
    display: table;
     }
  .split-content:after {
    clear: both; }
  .split-content .h {
    margin: 30px 0;
    width: 20px;
    height: 1px;
    background: #FFFFFF; }
  .split-content p {
    margin-bottom: 30px;
    font: 300 17px/27px "Futura", sans-serif;
    color: #FFFFFF; }
    .split-content p.title {
      margin-bottom: 20px;
      font: normal 30px/34px "Playfair", serif; }

#alquimia {
  background: #000000; }
  #alquimia .text {
    text-align: justify; }
    #alquimia .text p {
      color: #FFFFFF;
      opacity: 0.6; }
    #alquimia .text p .italic {
  font-style: italic; }
    #alquimia .text p .bold {
  font-weight: bold; }
    #alquimia .text p.title-link {
      font-weight: 700;
      font-size:22px;
      color: #FFFFFF;
      opacity: 0.7; }
    #alquimia .text p.link {
      text-decoration: underline;
      color:  red; 
      opacity: 0.8; 
      font-weight: bold; }
    #alquimia .text p.link:hover, p.link:active {
      font-weight: 600; }
 #alquimia a.bolder {
    text-decoration-line: underline; }
  #alquimia a.bolder:hover, a.bolder:active {
    font-weight: 700; opacity: 1; }
  #alquimia .subhead {
    margin-bottom: 15px; }
  #alquimia .content-header .title { 
    padding-bottom: 30px; }
  #alquimia .content-header .hat {
    text-align: center; }
  #alquimia .media, 
  #alquimia .player-container {
    background: #000000; }
  #alquimia .bloc {
    position: relative;
    text-align: center;
    z-index: 3; }
    #alquimia .bloc .article-title {
      width: 100%; }
    #alquimia .bloc .article-title .subtitle {
      width: 100%; }
    #alquimia .bloc:nth-child(2) {
      padding-bottom: 80px; }
      #alquimia .bloc:nth-child(2) .media {
        margin-bottom: -80px;
        display: block;
        height: 540px;
        width: 940px; }
      #alquimia .bloc:nth-child(2) .article-title {
        margin-bottom: 30px; }
      #alquimia .bloc:nth-child(2) .article-title .subtitle {
        margin-bottom: 30px; }
      #alquimia .bloc:nth-child(2) .article-title .subhead {
        margin-bottom: 10px; }
      #alquimia .bloc:nth-child(2) .v {
        height: 45px;
        background: #ec2028; }
      #alquimia .bloc:nth-child(2) .sub-button-text {
        font: normal 400 23px/30px "Playfair Display", serif;
        color: #5389BE;
        width: 400px;
        margin: 30px auto; }
    #alquimia .bloc:nth-child(n) {
      padding-bottom: 80px; }
      #alquimia .bloc:nth-child(n) .media {
        margin-bottom: -80px;
        display: block;
        height: 540px;
        width: 940px; }
      #alquimia .bloc:nth-child(n) .article-title {
        margin-bottom: 30px; }
      #alquimia .bloc:nth-child(n) .article-title .subtitle {
        margin-bottom: 30px; }
      #alquimia .bloc:nth-child(n) .article-title .subhead {
        margin-bottom: 10px; }
	  #alquimia .bloc:nth-child(n) .v {
        height: 45px;
        background: #ec2028; }
  #alquimia .back-1 {
    position: absolute;
    left: 50%;
    top: 650px;
    margin-left: -32%; }
  #alquimia .back-2 {
    position: absolute;
    left: 50%;
    top: 2700px;
    margin-left: -35%; }
  #alquimia .back-3 {
    position: absolute;
    left: 80%;
    bottom: 50px;
    margin-left: -7%; }
  #alquimia .back-4 {
    position: absolute;
    left: 70%;
    bottom: 50px;
    margin-left: -7%; }
  #alquimia .back-5 {
    position: absolute;
    left: 1%;
    bottom: 2650px;
    margin-left: 0.2%; }
  #alquimia .back-6 {
    position: absolute;
    left: 1%;
    top: 1150px;
    margin-left: 0.2%; }
  #alquimia .back-isis-bronze {
    position: absolute;
    width: 100%;
    top: 3200px; }
  #alquimia .back-maat {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: 0.2%;
    bottom: 1500px; }
