@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

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

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  font-family: 'Elastik-A', sans-serif; }

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
  display: none;
  z-index: 1050; }

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed; }

.sl-wrapper {
  z-index: 1040; }

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  color: #e6e7e8;
  transition: color 0.3s; }

.sl-wrapper .sl-close {
  right: 16.5vw;
  font-size: 4.5vw;
  position: fixed;
  left: auto;
  top: 19.4vh;
  z-index: 999999;
  display: block;
  /*border: 0.25px solid green;
*/
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw; }

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  /* top:50%;*/
  margin-top: 0px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #333;
  transition: color 0.1s; }

.sl-wrapper .sl-navigation button.sl-next {
  /*right: 2.5vw;
font-size: 4.5vw;
line-height: 1;
position: fixed;
left: auto;
top: 19.5vh;
z-index: 999999;
height: auto;*/
  /*border: 0.25px solid blue;
*/
  display: block;
  width: auto;
  z-index: 999999;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw; }

.sl-wrapper .sl-navigation button.sl-next:hover, .sl-wrapper .sl-navigation button.sl-prev:hover {
  color: #e6e7e8;
  transition: color 0.3s; }

.sl-wrapper .sl-navigation button.sl-prev {
  /*right: 29vw;
font-size: 4.5vw;
line-height: 1;
position: fixed;
left: auto;
top: 19.5vh;
z-index: 999999;*/
  height: auto;
  /*border: 0.25px solid blue;
*/
  display: block;
  width: auto;
  z-index: 999999;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0; }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0; }

/* ------- NEW HERE ------------*/
.sl-wrapper .sl-navigation .wrapper {
  right: 1vw;
  font-size: 4.5vw;
  line-height: 1;
  position: fixed;
  left: auto;
  top: 19.5vh;
  z-index: 999999;
  display: block; }

.sl-wrapper .sl-navigation .wrapper button {
  display: inline-block;
  top: 0;
  left: 0;
  width: auto;
  font-size: 4.5vw;
  position: relative; }

.sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next,
.sl-wrapper .sl-navigation .wrapper button.sl-close {
  position: relative;
  display: inline; }

.sl-wrapper .sl-navigation .wrapper button.sl-prev,
.sl-wrapper .sl-navigation .wrapper button.sl-next {
  top: -0.2vh; }

@media (min-width: 481px) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 8.4vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 1vw;
    padding-right: 2vw; }
  .sl-wrapper .sl-navigation button.sl-prev {
    right: 19.6vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    top: 19.5vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vw;
    padding-right: 1vw; }
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0; }
  .sl-wrapper .sl-close {
    right: 13.6vw;
    font-size: 2.5vw;
    position: fixed;
    left: auto;
    z-index: 999999;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vw;
    padding-right: 2vw;
    text-transform: uppercase; }
  /* ------- NEW HERE ------------*/
  .sl-wrapper .sl-navigation .wrapper {
    right: 10vw;
    font-size: 2.5vw;
    line-height: 1;
    position: fixed;
    left: auto;
    top: 19.5vh;
    z-index: 999999;
    display: block; }
  .sl-wrapper .sl-navigation .wrapper button {
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    font-size: 2.5vw;
    position: relative; }
  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
  .sl-wrapper .sl-navigation .wrapper button.sl-next,
  .sl-wrapper .sl-navigation .wrapper button.sl-close {
    position: relative;
    display: inline; }
  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
  .sl-wrapper .sl-navigation .wrapper button.sl-next {
    top: -0.2vh; } }

@media (min-width: 768px) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 8.4vw;
    font-size: 1.4vw;
    position: fixed;
    left: auto; }
  .sl-wrapper .sl-navigation button.sl-prev {
    right: 19.6vw;
    font-size: 1.4vw;
    position: fixed;
    left: auto; }
  .sl-wrapper .sl-close {
    font-size: 1.4vw; }
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0; }
  /* ------- NEW HERE ------------*/
  .sl-wrapper .sl-navigation .wrapper {
    right: 9.5vw;
    font-size: 1.4vw;
    line-height: 1;
    position: fixed;
    left: auto;
    top: 19.5vh;
    z-index: 999999;
    display: block; }
  .sl-wrapper .sl-navigation .wrapper button {
    display: inline-block;
    top: 0;
    left: 0;
    width: auto;
    font-size: 1.4vw;
    position: relative; }
  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
  .sl-wrapper .sl-navigation .wrapper button.sl-next,
  .sl-wrapper .sl-navigation .wrapper button.sl-close {
    position: relative;
    display: inline; }
  .sl-wrapper .sl-navigation .wrapper button.sl-prev,
  .sl-wrapper .sl-navigation .wrapper button.sl-next {
    top: -0.2vh; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

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

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0%, 100% {
    opacity: 0; }
  0% {
    transform: scale(0.1); }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2); } }

.sl-counter {
  display: none; }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.blue-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #2574a8; }
  .blue-btn:active {
    background-color: #2472a4; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  line-height: 1.1;
  padding: 3px 2px 0px 4px;
  margin-bottom: 1vh;
  font-size: 2vw;
  color: black;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  background-color: white;
  text-transform: uppercase;
  font-family: 'GT-America-Extended-Bold', sans-serif;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/


b, strong {
  font-family: inherit;
  font-weight: normal;
  text-transform: uppercase; }


@font-face {
  font-family: 'uetop';
  src: url('//asset.ibanquan.com/s/141540/1025/uetop1.eot?design_theme_id=0&v=1766038841_1616727850');
  src: url('//asset.ibanquan.com/s/141540/1025/uetop1.eot?design_theme_id=0&v=1766038841_1616727850#iefix') format('embedded-opentype'),
       url('//asset.ibanquan.com/s/141540/1025/uetop1.woff?design_theme_id=0&v=1766038841_1616727850') format('woff'),
       url('//asset.ibanquan.com/s/141540/1025/uetop1.woff2?design_theme_id=0&v=1766038841_1616727850') format('woff2'),
       url('//asset.ibanquan.com/s/141540/1025/uetop1.ttf?design_theme_id=0&v=1766038841_1616727850') format('truetype'),
       url('//asset.ibanquan.com/s/141540/1025/uetop1.svg?design_theme_id=0&v=1766038841_1616727850#fontuetop') format('svg');
  font-weight: normal;
  font-style: normal;
}



html {
  font-family: "uetop", sans-serif; }

body {
  width: 100%;
  border: 0;
  margin: 0;
  font-family: "uetop", sans-serif;
  background-size: 100%;
  overflow-x: hidden;
  background-repeat: no-repeat;
  font-size: 4.5vw;
  line-height: 1.3;
  -ms-word-break: none;
  word-break: none;
  word-break: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  text-rendering: optimizeLegibility;
  color: #fff;
  background-color: #0c201b;
  }

::selection {
  background: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #fff;
  /* Gecko Browsers */ }

.lazyload, .lazyloading {
  opacity: 0;
  transition: opacity 0.2s; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s; }

#all-wrapper {
  width: 90%;
  left: 5%;
  height:100%;
  position: relative;
  top: 5vw;
  padding-bottom: 75px; }

#all-wrapper.is_mobile {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  padding-bottom: 0;
  height: 100%;
  background-size: cover; }

.cursor,
.cursor2,
.cursor3,
.cursor4,
.cursor5 {
  display: none; }

h1 {
  font-size: 12vw;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.075; }

p {
  padding: 0;
  margin: 0; }

a.links {
  display: block; }
  a.links:first-child {
    margin-top: 5vw; }

a, a:visited, a:focus, a:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
  border: 0;
 }

a:hover {
  color: #fff;
  text-decoration: underline;
  }

img {
  width: 100%;
  height: auto; }

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0c201b;
  z-index: 12;
  transition: 0.25s all ease-in-out;
  pointer-events: none; }

#menu {
  left: 3vw;
  width: 92vw;
  margin-top: 2.3vw;
  top: 0;
  position: fixed;
  transition: opacity 0.6s;
  color: #fff; }

.wrappercarre {
  display: none; }

  .numbers, .numbers-total {
    display: inline-block;
}

.menu-text-name {
  margin-top: 2vw;
  padding-left:7%;
  position: fixed;
  width: auto;
  opacity: 1;
  transition: opacity 0.2s;
  display: block;
  height: 2vw;
  z-index: 13;
  z-index: 16;
  top: 0; }
  .menu-text-name:hover {
    text-decoration: underline; }

.menu-text-info {
  margin-top: 2vw;
  position: fixed;
  width: auto;
  right: 7%;
  opacity: 1;
  transition: opacity 0.2s;
  display: block;
  height: auto;
  z-index: 7;
  top: 0; }

.show-mobile {
  display: inherit; }

.show-desktop {
  display: none; }

.informations {
  position: fixed;
  padding: 1.95vw 7vw;
  width: 100%;
  top: 0;
  left: 110%;
  height: 100vh;
  background-color: #0c201b;
  z-index: 14;
  transition: 0.35s;
  padding-bottom: 100px;
  overflow: scroll;
    -webkit-overflow-scrolling: touch;
   }
  .informations a {
    text-decoration: underline; }
  .informations.active {
    left: 0%;
    transition: 0.75s; }
  .informations .credits {
    left: 1.95vw;
    bottom: auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: 10vw;
    position: relative;
    width: 100%; }

.informations.clone {
  display: none; }

.informations.active .closeinfo {
  transition: 0.75s left;
  margin-top: 0vw;
  position: fixed;
  width: auto;
  padding-right:5vw;
  display: block;
  text-align: right;
  width: 100vw;
  top: 0;
  padding-top: 2vw;
  background-color: #0c201b;
  left: 0;
  right: 0;
  padding-bottom: 2vw; }

.informations .closeinfo {
  transition: 0.35s left;
  margin-top: 0vw;
  position: fixed;
  width: auto;
  padding-right: 2.5vw;
  display: block;
  text-align: right;
  padding-right: 2.5vw;
  width: 100vw;
  top: 0;
  padding-top: 2vw;
  background-color: #0c201b;
  left: 110%;
  right: 0;
  padding-bottom: 2vw; }

.wrapperback {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat; }
  .wrapperback.left {
    background-position: left; }
  .wrapperback.right {
    background-position: right; }
  .wrapperback.top {
    background-position: top; }
  .wrapperback.bottom {
    background-position: bottom; }
  .wrapperback .back {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0%;
    cursor: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: visible;
    display: block;
    background-repeat: no-repeat; }
  .wrapperback.zindex0 {
    z-index: 0; }
  .wrapperback.zindex3 {
    z-index: 3; }
  .wrapperback.zindex4 {
    z-index: 4; }

.text {
  height: 65%;
  width: auto;
  position: fixed;
  margin-top: 0px;
  line-height: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 5;
  transition: opacity 0s;
  margin: 0 auto;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 1.45;
  text-align: center;
  height: auto;
  opacity: 1; }

.image {
  height: auto;
  width: 86%;
  position: fixed;
  margin-top: 0px;
  line-height: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0;
  z-index: 0;
  transition: opacity 0s;
  margin: 0 auto;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .image img {
    margin-top: 0;
    height: auto;
    width: 100%; }
  .image.zindex0 {
    z-index: 0; }
  .image.zindex3 {
    z-index: 5;
    opacity: 1; }
  .image.zindex4 {
    z-index: 6;opacity: 1;  }

@media only screen and (min-width: 768px) {
  body {
       transition: background-color 3s;   
     }

  a.links {
    display: inline-block;
    margin-right: 3vw;
    margin-top: 1.4vw; }
    a.links:first-child {
      margin-top: 0vw; }
  .cursor,
  .cursor2,
  .cursor3,
  .cursor4,
  .cursor5 {
    display: none; }
  body.mobile-class .footer {
    display: none !important; }
  body.mobile-class .wrappercarre {
    display: none; }
  body.mobile-class .cursor, body.mobile-class .cursor2, body.mobile-class .cursor3, body.mobile-class .cursor4, body.mobile-class .cursor5 {
    display: none !important; }
  .cursor {
    position: fixed;
    z-index: 20;
    top: 0%;
    left: 0%;
    transition: all 0.05s;
    pointer-events: none;
    will-change: transform; }
    .cursor img {
      width: 20px; }
  .cursor2 {
    position: fixed;
    z-index: 20;
    top: 0%;
    left: 0%;
    transition: all 0.05s;
    pointer-events: none;
    will-change: transform; }
    .cursor2 img {
      width: 20px; }
  .cursor3 {
    position: fixed;
    z-index: 20;
    top: 0%;
    left: 0%;
    transition: all 0.05s;
    pointer-events: none;
    will-change: transform; }
    .cursor3 img {
      width: 20px; }
  .cursor4 {
    position: fixed;
    z-index: 20;
    top: 0%;
    left: 0%;
    transition: all 0.05s;
    pointer-events: none;
    will-change: transform; }
    .cursor4 img {
      width: 20px; }
  .cursor5 {
    position: fixed;
    z-index: 20;
    top: 0%;
    left: 0%;
    pointer-events: none; }
    .cursor5 img {
      width: 20px; }
  #menu.mobile-class .text {
    opacity: 1;
    transition: opacity 0.2s; }
  #menu.mobile-class .social {
    opacity: 1;
    transition: opacity 0.2s; }
  #menu.mobile-class .email {
    opacity: 1;
    transition: opacity 0.2s; }
  #menu.mobile-class .hide {
    opacity: 1;
    transition: opacity 0.2s; }
  #menu.mobile-class:hover .text, #menu.mobile-class:hover .social, #menu.mobile-class:hover .email, #menu.mobile-class:hover .hide {
    opacity: 1;
    transition: opacity 0.2s; }
  #menu.mobile-class.scroll .hide, #menu.mobile-class.scroll .email {
    opacity: 0;
    transition: opacity 0.6s; }
  #menu.mobile-class.scroll .social {
    opacity: 0;
    transition: opacity 0.3s; }
  .menu-text-name {
    margin-top: 1.5vw;
    padding-left: 1.95vw;
    position: fixed;
    width: 16vw;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: 2vw;
    z-index: 13;
    top: 0;
    left: 0; }
  .menu-text-info {
    margin-top: 1.5vw;
    padding-left: 1.95vw;
    position: fixed;
    width: 13vw;
    left: 50vw;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: 2vw;
    z-index: 9;
    top: 0; }
  .wrappercarre {
    height: 6%;
    bottom: 0vw;
    width: 100%;
    position: fixed;
    z-index: 6;
    display: block;
    cursor: none;
    pointer-events: none; }
  .carre {
    width: 1.05vw;
    height: 1.05vw;
    background-color: white;
    position: fixed;
    z-index: 6;
    display: block;
    bottom: 1.7vw;
    pointer-events: none; }
    .carre.gauche {
      left: 25vw; }
    .carre.droite {
      left: 75vw; }
  .footer {
    pointer-events: none; }

  #all-wrapper {
    width: 94vw;
    left: 3vw;
    position: relative;
    top: 3vw;
    padding-bottom: 5vw; }
  .closeinfo {
    margin-top: 1.5vw;
    padding-left: 1.95vw;
    position: absolute;
    width: 50vw;
    left: 0vw;
    display: block;
    height: 2vw;
    top: 0; }
  .show-mobile {
    display: none; }
  .show-desktop {
    display: inline-block; }
  .informations {
    position: fixed;
    padding: 1.95vw;
    width: 50%;
    top: 0;
    left: 110%;
    height: 100%;
    background-color: #0c201b;
    z-index: 14;
    transition: 0.55s;
    overflow: hidden; }
    .informations a {
      text-decoration: underline; }
    .informations.active {
      left: 50%;
      transition: 0.75s; }
      .informations.active .closeinfo {
        background-color: transparent;
        width: 50vw;
        text-align: left;
        left: 50vw;
        padding-top: 1.5vw; }
    .informations .credits {
      left: 1.95vw;
      bottom: 2vw;
      position: absolute;
      width: 100%;
      top: auto; }
  .informations.clone {
    opacity: 0;
    display: block; }
    .informations.clone .closeinfo {
      margin-top: 1.5vw;
      padding-left: 1.95vw;
      position: absolute;
      width: 50vw;
      left: 0vw;
      display: block;
      height: 2vw;
      top: 0; }
    .informations.clone.active {
      left: 0%;
      transition: 0.5s; }
  #all-wrapper.is_mobile{
    margin-top: 0vw;
    padding-bottom: 0;
    z-index: 2; }
    #all-wrapper.is_mobile .image {
      left: 50%;
      position: fixed;
      margin-top: 0px;
      line-height: 0;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      opacity: 0;
      z-index: 0;
      transition: opacity 0s;
      margin: 0 auto;
      pointer-events: none;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      #all-wrapper.is_mobile .image img {
        line-height: 0; }
      #all-wrapper.is_mobile .image:nth-child(odd) {
        left: 50%; }
      #all-wrapper.is_mobile .image.zindex0 {
        z-index: 0; }
      #all-wrapper.is_mobile .image.zindex3 {
        z-index: 5 !important;
        opacity: 1; }
      #all-wrapper.is_mobile .image.zindex4 {
        z-index: 6 !important; }
  .wrapperback {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat; }
    .wrapperback.left {
      background-position: left; }
    .wrapperback.right {
      background-position: right; }
    .wrapperback.top {
      background-position: top; }
    .wrapperback.bottom {
      background-position: bottom; }
    .wrapperback:nth-child(odd) .back {
      left: 0%; }
    .wrapperback .back {
      width: 50vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 50vw;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -o-user-select: none;
      user-select: none;
      overflow: visible;
      opacity: 1;
      display: block;
      background-repeat: no-repeat; }
    .wrapperback.zindex0 {
      z-index: 0; }
    .wrapperback.zindex3 {
      z-index: 3 !important;
      display: block; }
    .wrapperback.zindex4 {
      z-index: 4;
      display: block; }
  .image {
    height: 75%;
    width: auto;
    position: fixed;
    margin-top: 0px;
    line-height: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    z-index: 0;
    transition: opacity 0s;
    margin: 0 auto;
    pointer-events: none;
    opacity: 0;
    left: 25%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .image img.responsively-lazy {
      height: 100%;
      width: auto; }
    .image img {
      margin-top: 0;
      height: 100%;
      width: auto; }
    .image.zindex0 {
      z-index: 0; }
    .image.zindex3 {
      z-index: 5 !important; }
    .image.zindex4 {
      z-index: 6 !important; }
    .image:nth-child(odd) {
      left: 75%; } }

@media only screen and (min-width: 1030px) {
  body {
    font-size: 1.2vw; }
  .menu-text-name {
    width: 13vw; }
  #menu {
    margin-top: 0vw;
    left: 0vw;
    position: fixed;
    width: 100vw;
    display: block;
    height: 7vw; }
    #menu .text {
      margin-top: 1.15vw;
      left: 1.3vw;
      position: fixed;
      width: 48.7vw;
      opacity: 1;
      transition: opacity 0.2s; }
    #menu .social {
      margin-top: 1.15vw;
      right: 1.3vw;
      position: fixed;
      text-align: right;
      top: 0;
      opacity: 0;
      transition: opacity 0.2s; }
      #menu .social a {
        display: inline-block;
        float: none; }
    #menu .email {
      margin-top: 1.15vw;
      position: fixed;
      left: 48vw;
      text-align: center;
      display: inline-block;
      top: 0;
      opacity: 0;
      transition: opacity 0.2s;
      width: 45vw; }
    #menu .hide {
      opacity: 0;
      transition: opacity 0.2s; }
    #menu:hover .text, #menu:hover .social, #menu:hover .email, #menu:hover .hide {
      opacity: 1;
      transition: opacity 0.2s; } }

@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }




.blog_info_btn {
    margin-top:20vw;
    position: fixed;
    width: auto;
    right:5%;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: auto;
    z-index: 7;
    top: 0;
    width: 10vw;
    height: 10vw;
}
.blog_info_btn svg{
 width:5vw;height:5vw;
}
.blogs_info{
    position: fixed;
    padding: 1.95vw 7vw;
    width: 100%;
    top: 0;
    left: 110%;
    height: 100vh;
    background-color: #0c201b;
    z-index: 14;
    transition: 0.35s;
    padding-bottom: 100px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.blogs_info.active {
    left: 0%;
    transition: 0.75s;
}

.blogs_info .blogs_closeinfo {
  transition: 0.35s left;
    margin-top: 0vw;
    position: fixed;
    width: auto;
    padding-right: 2.5vw;
    display: block;
    text-align: right;
    padding-right: 2.5vw;
    width: 100vw;
    top: 0;
    padding-top: 2vw;
    background-color: #0c201b;
    left: 110%;
    right: 0;
    padding-bottom: 2vw; }

.blogs_info.active .blogs_closeinfo {
  transition: 0.75s left;
  margin-top: 0vw;
  position: fixed;
  width: auto;
  padding-right:5vw;
  display: block;
  text-align: right;
  width: 100vw;
  top: 0;
  padding-top: 2vw;
  background-color: #0c201b;
  left: 0;
  right: 0;
  padding-bottom: 2vw; }

.image img {
    margin-top: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.image{
  display:none;
}
.image.zindex3,.image.zindex4{
  display:block;
}
.image:nth-child(odd):last-child{
  display:none!important;
}
a.nav {
  display: block;
  position: fixed;
  text-decoration: none;
  top:50%;
  transform: translate(0, -50%);
  background:none;
  color: #fff;
  padding: 10px;
  z-index:10;
  opacity:0.6;
  cursor: pointer!important;
}

a.nav.next {
  right: 0;
}

a.nav.prev {
  left: 0;
}
a.nav svg{
     width:1.5vw;height:1.5vw;
   }
.informations svg{
  width:1.5vw;height:1.5vw;fill:#fff;
}

.informations .menu a{
  text-decoration: none;line-height:2;
}
#all-wrapper.is_mobile{
  z-index:1;
}



/* custompage */
.theme-base.x-component .tb-404 img{
  display:none!important;
}
.youpage-cont,.youpage-cont div[class*="cont_"],div[data-empty="blank"]{
  background:none!important;
}
.youpage-layout *,.pro-content *{
 font-family: "uetop", sans-serif!important;
  
  font-size: 4.5vw!important;
  line-height: 1.3!important;
}
.youpage-layout{
  padding:10vw 0;
}
@media (max-width:767px){ 
  .youpage-layout{
  padding:20vw 0;
}
}
@media only screen and (min-width: 1030px){
.youpage-layout *,.pro-content *{
    font-size: 1.2vw!important;
}}

@media only screen and (min-width: 768px){
  .blog_info_btn {
    margin-top:4vw;
    padding-left: 1.95vw;
    position: fixed;
    width: 13vw;
    left: 50vw;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: 2vw;
    z-index: 9;
    top: 0;
  }
  .blog_info_btn svg{
  width:1.2vw;height:1.2vw;
}
  .blogs_info {
    position: fixed;
    padding: 1.95vw;
    width: 50%;
    top: 0;
    left: 110%;
    height: 100%;
    background-color: #0c201b;
    z-index: 14;
    transition: 0.55s;
    overflow: hidden;
}
  .blogs_info.active  {
    left: 50%;
    transition: 0.75s;
}
  .blogs_closeinfo svg{
  width:1.5vw;height:1.5vw;
}
  .blogs_closeinfo {
    margin-top: 1.5vw;
    padding-left: 1.95vw;
    position: absolute;
    width: 50vw;
    left: 0vw;
    display: block;
    height: 2vw;
    top: 0;
}
  .blogs_info.active .blogs_closeinfo{
    background-color: transparent;
    width: 50vw;
    text-align: left;
    left: 50vw;
    padding-top: 1.5vw;
}
.image {
  width: 50%;text-align:center;
}
  .image img {
    max-width: 80%;

}
.footer{
    margin-bottom: 1.5vw;
    padding-left: 1.95vw;
    position: fixed;
    width: 13vw;
    left: 50vw;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: 2vw;
    z-index: 9;
    bottom: 0;
}
.collection-name{
    margin-bottom: 1.5vw;
    padding-left: 1.95vw;
    position: fixed;
    width: 16vw;
    opacity: 1;
    transition: opacity 0.2s;
    display: block;
    height: 2vw;
    z-index: 13;
    bottom: 0;
    left: 0;
}}

@media only screen and (max-width:1030px){
  
  .blogs_closeinfo svg,.informations svg{
  width:5.2vw;height:5.2vw;
}
}
@media only screen and (max-width: 767px){

  .informations .credits{
    top:0;
    margin-top:10vw;
  }
  .image {
    overflow:hidden;
    max-height: 82%;
  }
  .wrapperback {
    display:none;
  }
  .wrapperback:last-child {
    display:block;
  }

  a.nav {
  height: 15vw;
  width: 15vw;
  padding:0;
  border-radius:100px;
}
  a.nav.next {
    right:0;
    text-align:right;
}
  a.nav.prev {
    left:0;
    text-align:left;
}
   a.nav svg{
   fill:#fff;
    width:5vw;
    height:5vw;
    margin-top: 5vw;
   }
.footer{
    display: block;
    bottom:0;
    position: fixed;
    right:7% ;
    transition: opacity 0.2s;
    z-index:13;
    margin-bottom:2vw;
  
}

  .collection-name{
    display: block;
    bottom:0;
    position: fixed;
    left:7% ;
    transition: opacity 0.2s;
    z-index:13;
    margin-bottom:2vw;
  
}}

/* blogs */
.prolist-spfilter-pagenation {
    text-align: center;
}
.blogs_nav{
  text-align:center;
}
.blogs_nav li {
    display: inline-block;
    margin: 0 1vw;
    position: relative;
}
.blogs_nav li.active a{
  border-bottom:1px solid #fff;
}
li {
    list-style: none;
}
  .blogs-list-img {
    position: relative;
    width: 100%;
    height: auto;
    line-height: normal;
    border: none;
    border-radius: 0;
    margin: 0;
}
  .blogs-list-img img {
    width: 100%;
    max-height: none;
}
  .blogs_list_title {
    padding:20px;
    color: #fff;
    text-align: center;
}
 .blogs-list-img .img_inner{
  padding:0;
}    
.blogs_grid  {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding:0 2% 4%;
  
  width:33.33%;
  
  
} 
  .blogs_section {
    padding:8vw 4vw;
}
         
 @media (max-width:767px){ 
   .blogs_list_title {
    padding:10px 0;
  }
 
  
   
   .blogs_grid  {
     width:50%;padding:0 1.5% 3%;
   }
  .blogs_section {
    padding:20vw .5vw;
  }     
   
 
 } 



/* pop_tips */
#close_today {
  cursor: pointer;
    padding:15px;
    font-size:12px;
    position:absolute;
    right:0;
    bottom:0;
    color:;
}
#close_today svg.icon {
    width: 12px;height:12px;
    vertical-align: middle;
    margin-right: 5px;
    fill:;
}
#close_today span{
  vertical-align: middle;
}
   #close_tips {
    position: absolute;
    /* font-size: 16px; */
    right:0;
    /* font-weight: bold; */
    top:0;
    background: #00000082;
    z-index: 9;
    height:40px;
    line-height:40px;
    text-align: center;
    width:40px;
    cursor: pointer;
}
#close_tips svg {
   font-style: normal;
   width:16px;
   height:16px;
   padding: 0;
   margin: 12px;
   display: block;
   fill: #fff;
}

.uepop-wrap {
z-index:20;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
display:none;
}

.pop_tips_content.uepop-content{-moz-transition: .2s ease-in-out;-ms-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;transition: .2s ease-in-out;width:auto;/* min-height:220px; */font-size:14px;position: relative;display: inline-block;
    *display: inline;
    *zoom: 1;vertical-align: middle;margin: 0 auto;} 

.pop_tips_content .pop_tips_img{
    overflow: hidden;
    width: 290px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.pop_tips_content .pop_tips_img img{
width:100%;height:100%;-o-object-fit: cover;
object-fit: cover;
}

.uepop-container{
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display:none;
background: rgba(0,0,0,.5);
}

.uepop-container:before {
content: '';
display:inline-block;
*display: inline;
*zoom: 1;
height: 100%;
vertical-align: middle;
box-sizing: inherit;
}

.uepop-inner.pop_tips_inner{height:100%;line-height:0;background:none;color: #111;display: block;overflow: hidden;position: relative;background: #fff;}

.pop_active {
overflow:hidden;
}

.uepop-container .text-content{
  position: relative;
  vertical-align: middle;
  padding-right: 40px;
  display: inline-block;
}

.uepop-container .title-popup-push h2 {
    text-transform: uppercase;
    font-size: 18px;
    padding:58px 20px 30px;
    text-align: center;
}
.uepop-container .text-content .text_wrap{
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-size:14px;
    padding: 10px 20px;
}
.pop_button a {
    padding: 18px 30px;
    background: #000;
    display: inline-block;
    color:#fff;
    margin-bottom: 60px;
    background: ;
}
@media screen and (max-width:1024px) {
  .pop_tips_content .pop_tips_img{
    display:none;
  }
  .uepop-inner.pop_tips_inner{
    padding:0;
  }}

@media screen and (max-width:450px) {
  .pop_tips_content.uepop-content{
    width: 70%;
  }
.uepop-container .text-content{
  width:100%;
}}

.collection-name a{
  font-size:12px;font-family:'Helvetica Neue','Helvetica','Arial',"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei","STHeiti","WenQuanYi Micro Hei",sans-serif;
}


.index-collection-name{
  line-height:1
}


/* menu */
.submenu__list,.second_ul,.submenu__list_clone,.second_ul_clone{
  display:none;width:100%!important;
}
.menu__li ul{
  margin:5px 0;line-height:1.2;font-size:4.1vw;
}
@media only screen and (min-width: 1030px){
.menu__li ul,.informations .credits,.blogs_info_wrap{
    font-size: 0.9vw;
}}

@media only screen and (max-width:1030px){
.informations .credits,.blogs_info_wrap{
    font-size: 4vw;
}}


.rotate180 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
      background: #000;
    opacity: 0;
    z-index:999;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.informations.w_active .rotate180 {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.rotate180>img {
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home-nav-back {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.rotate180 .home-nav-back{
    top: 20px;
    right: 20px;
}
.home-nav-back>div {
    width: 2px;
    height:24px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 50% 50%;
}
.home-nav-back>div:first-child {
    -webkit-transform: translate(-50%) rotate(45deg);
    -moz-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    -o-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}
.home-nav-back>div:last-child {
    -webkit-transform: translate(-50%) rotate(-45deg);
    -moz-transform: translate(-50%) rotate(-45deg);
    -ms-transform: translate(-50%) rotate(-45deg);
    -o-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}


 a.nav svg,.informations svg,.blog_info_btn svg,.blogs_closeinfo svg{
   fill:#FFF;
 }
.blog_info_btn svg {
    background: #000;
    border-radius: 100px;
}

.spfilter-pagenation {
    margin: 0 auto 0;
    text-align: center;
    padding: 40px 0;

}

.spfilter-pagenation-status a {
    padding: 5px 8px;display:inline-block; vertical-align: middle;border-bottom: 2px solid transparent;
}
.spfilter-pagenation .spfilter-pagenation-prev,.spfilter-pagenation .spfilter-pagenation-next {
    display:inline-block;
    vertical-align: middle;
}
.spfilter-pagenation-status .selected{
    cursor: default;
    pointer-events: none;
    border-bottom:2px solid #fff;
}
.spfilter-pagenation-prev-disable,.spfilter-pagenation-next-disable{
    opacity: .3;
    cursor: default;
    pointer-events: none;
}
.spfilter-pagenation-status {
    margin:0 20px;
    display: inline-block;
}


.post__section {
    max-width: 950px;
    margin: 10vw auto;
}

span.menu-text-name img {
    height: 4.6vw;
    width: auto;
}
@media only screen and (min-width: 768px) {
  span.menu-text-name img {
    height: 1.4vw;
    width: auto;
}
}


body,.informations,.informations.active .closeinfo,.informations .closeinfo,.blogs_info,.blogs_info .blogs_closeinfo,.blogs_info.active .blogs_closeinfo{
  color:#121212;background-color: #fff;
}

a,a:visited,a:focus,a:active,.blogs_list_title,a:hover{
  color:#121212;
}
.wrapperback{
  opacity:0;!important;
}

::selection {
    background: #121212;
}
 a.nav svg,.informations svg,.blog_info_btn svg,.blogs_closeinfo svg{
   fill:#000;
 }
.blog_info_btn svg {
    background: #fff;
    border-radius: 100px;
}

@media only screen and (min-width: 768px) {
  .informations,.blogs_info{
  border-left:1px solid #121212;
}
.informations.active .closeinfo,.blogs_info.active .blogs_closeinfo{
  margin-left:1px;
}}

  


