/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Minion';
  src: url("../fonts/minionpro-semibold-webfont.eot");
  src: url("../fonts/minionpro-semibold-webfont.woff") format("woff"), url("../fonts/minionpro-semibold-webfont.ttf") format("truetype"), url("../fonts/minionpro-semibold-webfont.svg#webfontZoznjOhT") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   IMPORT Version 1
   ========================================================================== */
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; }

input[type="submit"] {
  box-sizing: content-box; }

.clear {
  content: " ";
  height: 0;
  width: 100%;
  clear: both;
  display: block; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  -webkit-font-smoothing: antialiased; }

input {
  -webkit-appearance: none; }

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

.clear {
  content: " ";
  height: 0;
  width: 100%;
  clear: both;
  display: block; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiasing;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  padding: 32px; }

input {
  -webkit-appearance: none; }

input[type="submit"] {
  box-sizing: content-box; }

.cmt_hidden,
.hidden {
  display: none; }

#cmt_option_b_list,
#cmt_option_c_list {
  display: none; }

#back_to_store {
  text-transform: uppercase; }

#back_to_store span {
  position: relative;
  top: 2px; }

.item_container {
  padding-top: 60px; }

#bag_section {
  padding: 120px 0 240px; }

.table_section table td.col_img {
  height: 150px; }

.item {
  width: 580px;
  height: 580px;
  margin: 66px 0; }

.images_wrapper {
  width: 580px;
  height: 580px; }

.item_text {
  width: auto; }

.store_container {
  padding-bottom: 186px; }

.store_grid h2 {
  text-align: center;
  display: inline-block;
  margin: 66px 0 22px;
  font-size: 24px;
  width: 100%; }

pre {
  padding: 25px;
  font-size: 14px;
  font-family: monospace !important;
  line-height: 22px;
  text-align: left;
  background-color: #000;
  color: #FFF;
  text-transform: none; }

#size_chart_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  visibility: hidden; }

#size_chart_modal {
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 680px;
  min-width: 630px;
  height: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-60%);
  visibility: hidden;
  position: fixed;
  background-color: #FFF;
  margin-left: -190px; }

#size_chart_modal .md-content {
  background: #FFF;
  padding: 22px 44px;
  color: #000; }

#size_chart_modal .md-content img {
  width: 164px;
  height: 209px;
  position: absolute;
  left: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#size_chart_modal .md-content h3 {
  text-align: center;
  padding: 22px 0;
  font-size: 14px; }

#size_chart_modal .md-content h4 {
  text-align: center;
  padding: 11px 0;
  font-size: 14px;
  border-bottom: 1px solid #343434;
  margin-bottom: 11px; }

.md-tables {
  margin-left: 202px; }

.md-tables table {
  width: 100%;
  margin-bottom: 32px; }

.md-tables table td {
  padding: 16px;
  text-align: center; }

.md-tables table td.w span {
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  color: #FFF;
  background: #000;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center; }

#size_chart_modal .md-content {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  opacity: 0;
  transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  transition-delay: initial;
  -webkit-transition-delay: initial; }

.md-footer {
  text-align: right;
  padding: 22px 0;
  line-height: 24px; }

.md-times {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #000;
  font-size: 24px; }

body.wmodal #size_chart_modal {
  visibility: visible; }

body.wmodal #size_chart_modal .md-content {
  -webkit-transform: scale(1);
  opacity: 1; }

body.wmodal #size_chart_modal_overlay {
  visibility: visible; }

#md-model {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -381px;
  display: block;
  width: 381px; }

#size_chart_modal .md-content #md-model img {
  display: block;
  height: 572px;
  width: 381px;
  left: 0; }

#model_hover {
  position: absolute;
  top: 0;
  opacity: 0; }

#md-model:hover #model_hover {
  opacity: 1; }

@media all and (max-width: 1028px) {
  #size_chart_modal {
    margin-left: 0; }
  #md-model {
    display: none; } }

.slick-slider {
  margin: 0 !important; }

.slick-list,
.slick-slide,
.slick-track {
  height: 100% !important; }

#privacy {
  padding: 80px 56px;
  margin: 0 auto;
  position: relative;
  max-width: 800px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Helvetica", sans-serif; }

#privacy h1 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px; }

#privacy h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px; }

#privacy h3 {
  font-size: 13px;
  line-height: 18px; }

#privacy ul {
  list-style: circle;
  padding-left: 24px; }

#privacy ol {
  list-style: decimal;
  padding-left: 24px; }

#privacy li {
  line-height: 16px; }

#privacy a {
  text-decoration: underline; }

#privacy strong {
  font-weight: 700; }

#cookie_banner {
  position: relative;
  padding: 12px 72px 12px 12px;
  font-size: 13px;
  line-height: 15px;
  background-color: #dfdfdf;
  color: #000;
  font-family: inherit; }

#cookie_banner a {
  font-size: 13px;
  text-decoration: underline;
  color: inherit; }

#cookie_banner .close {
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 24px;
  font-family: monospace;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#p404 {
  text-align: center; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.cmt_video {
  position: relative; }

.cmt_video .play {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #FFF;
  color: #000;
  border-radius: 100%;
  font-size: 34px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  cursor: pointer;
  text-align: center;
  line-height: 87px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.cmt_video:hover .play {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.contain {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

[data-csrc] {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.vis[data-csrc] {
  opacity: 1; }

#bag_footer form#checkout {
  float: none; }

[data-dcmt] {
  opacity: 0;
  -webkit-transform: translate3d(0, 15%, 0);
  -moz-transform: translate3d(0, 15%, 0);
  -ms-transform: translate3d(0, 15%, 0);
  -o-transform: translate3d(0, 15%, 0);
  transform: translate3d(0, 15%, 0);
  -webkit-transition: opacity .8s linear .1s, -webkit-transform 1s ease;
  -moz-transition: opacity .8s linear .1s, -moz-transform 1s ease;
  -ms-transition: opacity .8s linear .1s, -ms-transform 1s ease;
  -o-transition: opacity .8s linear .1s, -o-transform 1s ease;
  transition: opacity .8s linear .1s, transform 1s ease; }

[data-dcmt].discovered {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-ddelay] {
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

[data-ddelay].vis {
  opacity: 1; }

.ss_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.ss_arrow.left {
  left: 0; }

.ss_arrow.right {
  right: 0; }

.ss_arrow i {
  position: absolute;
  top: 50%;
  height: 32px;
  margin-top: -16px;
  line-height: 32px;
  font-size: 21px;
  color: #FCFCFC; }

.ss_arrow.left i {
  left: 12px; }

.ss_arrow.right i {
  right: 12px; }

.justy {
  text-align: justify; }

.justy:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0; }

#mobile_burger {
  position: absolute;
  top: 42px;
  right: 42px;
  z-index: 100;
  width: 42px;
  cursor: pointer; }

body.scrolled #mobile_burger {
  top: 25px;
  height: 28px; }

#mobile_burger span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  margin: 4px 0 5px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  top: 0; }

#mobile_burger:hover span:nth-of-type(1) {
  top: -2px; }

#mobile_burger:hover span:nth-of-type(3) {
  top: 3px; }

body.show_mobile_nav #mobile_burger span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body.show_mobile_nav #mobile_burger span:nth-of-type(2) {
  width: 0; }

body.show_mobile_nav #mobile_burger span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body.show_mobile_nav #mobile_burger span:nth-of-type(1),
body.show_mobile_nav #mobile_burger:hover span:nth-of-type(1) {
  top: 10px; }

body.show_mobile_nav #mobile_burger span:nth-of-type(3),
body.show_mobile_nav #mobile_burger:hover span:nth-of-type(3) {
  top: -8px; }

.cbutton {
  cursor: pointer; }

.hamburger {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 36px;
  width: 36px;
  height: 36px;
  margin-top: -2px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.hamburger > div {
  position: absolute;
  top: 50%;
  flex: none;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  background: #000;
  transition: all .4s ease; }

.hamburger > div:before,
.hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: all .4s ease; }

.hamburger > div:after {
  top: 10px; }

.hamburger:hover > div:before {
  top: -12px; }

.hamburger:hover > div:after {
  top: 12px; }

body.open_navmobile .hamburger > div {
  transform: rotate(135deg); }

body.open_navmobile .hamburger > div:before,
body.open_navmobile .hamburger > div:after {
  top: 0;
  transform: rotate(90deg); }

body.open_navmobile .hamburger > div:after {
  opacity: 0; }

body.open_navmobile .hamburger:hover > div {
  transform: rotate(225deg); }

body.cmt_loading_take_a_while,
body.cmt_loading_take_a_while * {
  cursor: progress !important; }

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

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

input {
  line-height: normal; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
:after,
:before {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select,
textarea {
  border-radius: 3px; }

select {
  width: 100%; }

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput=mouse] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

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

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

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.hide-for-portrait,
.show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

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

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none; }

.row .row,
.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left; }

.column.row.row,
.row.row.columns {
  float: none; }

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.expanded.row .small-collapse.row,
.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-pull-0,
.small-push-0,
.small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .medium-collapse.row,
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .large-collapse.row,
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

.slow {
  transition-duration: 0.75s !important; }

.fast {
  transition-duration: 0.25s !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 0.3s !important; }

.long-delay {
  transition-delay: 0.7s !important; }

.shake {
  -webkit-animation-name: a;
  animation-name: a; }

@-webkit-keyframes a {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes a {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: b;
  animation-name: b; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: b;
  animation-name: b; }

@keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: c;
  animation-name: c; }

@-webkit-keyframes c {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes c {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 0.75s !important;
  animation-duration: 0.75s !important; }

.fast {
  -webkit-animation-duration: 0.25s !important;
  animation-duration: 0.25s !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.long-delay {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

html,
body {
  font-size: calc(9px + .3vw + .52vh);
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  height: 100%;
  cursor: none; }

input {
  border-radius: 0; }

#privacy {
  font-family: Helvetica, Arial, sans-serif; }

@media screen and (max-height: 800px) {
  body,
  html {
    font-size: calc(7px + .3vw + .52vh); } }

@media screen and (max-width: 640px) {
  body,
  html {
    font-size: 16px; } }

.section {
  overflow: hidden;
  position: relative; }

.hero-section .owl-carousel,
.hero-section .owl-stage-outer,
.hero-section .owl-stage,
.hero-section .owl-item,
.hero-section .item {
  height: 100%; }

.hero-section .logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13.75em;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.homepage-fullpage .title {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875em;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.homepage-fullpage .title-container {
  height: 1.25em;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -.625em;
  z-index: 2;
  position: absolute;
  text-align: center; }

.homepage-fullpage .title-container .title {
  position: relative;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4285714286em;
  padding: .7142857143em;
  overflow: hidden; }

.homepage-fullpage .title-container .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.fp-enabled home footer {
  display: none; }

.fullpage footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.fullpage .footer-section footer {
  position: relative; }

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.video-section:hover .title-container .title:after {
  -webkit-transform: none;
  transform: none; }

.links-section .link-container {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden; }

.links-section .link-container .image {
  -webkit-transition: 15s linear;
  transition: 15s linear; }

.links-section .link-container:hover .image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.links-section .link-container:hover .title:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.link {
  position: relative; }

.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.image.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 640px) {
  .links-section .link-container {
    width: 100%;
    height: 50%; } }

.container {
  padding-top: 3.75em; }

.product-list-page footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.product-item {
  height: 100%;
  position: relative; }

.product-item .form-open-button {
  position: absolute;
  bottom: 1.25em;
  right: 1.25em;
  width: 41px;
  height: 41px;
  z-index: 3;
  cursor: pointer; }

.product-item .form-open-button:hover {
  background: #000; }

.product-item .form-open-button:hover:before,
.product-item .form-open-button:hover:after {
  background: #fff; }

.product-item .form-open-button:before,
.product-item .form-open-button:after {
  content: "";
  position: absolute;
  background: #000;
  -webkit-transition: all 0s, -webkit-transform 0.3s;
  transition: all 0s, -webkit-transform 0.3s;
  transition: all 0s, transform 0.3s;
  transition: all 0s, transform 0.3s, -webkit-transform 0.3s; }

.product-item .form-open-button:before {
  width: 11px;
  height: 1px;
  top: 20px;
  left: 20px;
  margin-left: -5px; }

.product-item .form-open-button:after {
  width: 1px;
  height: 11px;
  top: 20px;
  margin-top: -5px;
  left: 20px; }

.product-item .product-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.product-item .product-form:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s 0.5s;
  transition: 0.3s 0.5s;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: -1; }

.product-item .product-form form {
  -webkit-transition: 0s 0.5s;
  transition: 0s 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.product-item .product-form h3 {
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s; }

.product-item .product-form label {
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s; }

.product-item .product-form label:nth-of-type(2) {
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s; }

.product-item .product-form .button-wrapper {
  margin-top: 2.3076923077em;
  text-align: center;
  font-size: .8125em;
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s; }

.product-item .product-form .button-wrapper button {
  text-transform: uppercase; }

.product-item .product-form .button-wrapper button:focus {
  outline: none; }

.product-item.form-open .form-open-button:before,
.product-item.form-open .form-open-button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.product-item.form-open .product-form:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s; }

.product-item.form-open .product-form form {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0s 0s;
  transition: 0s 0s; }

.product-item.form-open .product-form h3 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s; }

.product-item.form-open .product-form label {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s; }

.product-item.form-open .product-form label:nth-of-type(2) {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s; }

.product-item.form-open .product-form .button-wrapper {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s; }

.form {
  padding: 1.875em 1.25em; }

.form h3 {
  margin: 0;
  text-align: center;
  font-size: .8125em; }

.form label {
  display: block;
  line-height: 1em;
  height: 1.875em;
  display: table;
  width: 100%; }

.form label .input-text-label {
  width: 4.6153846154em;
  font-size: .8125em;
  line-height: 1em;
  padding-top: 1.3076923077em;
  display: inline-block;
  vertical-align: top;
  display: table-cell;
  vertical-align: top; }

.form label input {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: .8125em;
  height: 2.3076923077em;
  line-height: 1em;
  padding-top: 1.3076923077em;
  display: table-cell;
  vertical-align: top;
  width: 100%; }

.form label input:focus {
  outline: none; }

.form label.small {
  width: 50%;
  float: left; }

.form .button-wrapper {
  margin-top: .7692307692em;
  text-align: center;
  font-size: .8125em; }

.form .button-wrapper button {
  text-transform: uppercase; }

.form .button-wrapper button:focus {
  outline: none; }

.form textarea {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: .8125em;
  min-height: 0;
  height: 4.6153846154em;
  line-height: 2.3076923077em;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  border-radius: 0;
  padding: 0;
  resize: none;
  padding-top: .6153846154em;
  -webkit-box-shadow: inset 0 2.2307692308em #fff, inset 0 2.3076923077em #000, inset 0 4.5384615385em #fff, inset 0 4.6153846154em #000, inset 0 6.8461538462em #fff, inset 0 6.9230769231em #000, inset 0 9.1538461538em #fff, inset 0 9.2307692308em #000;
  box-shadow: inset 0 2.2307692308em #fff, inset 0 2.3076923077em #000, inset 0 4.5384615385em #fff, inset 0 4.6153846154em #000, inset 0 6.8461538462em #fff, inset 0 6.9230769231em #000, inset 0 9.1538461538em #fff, inset 0 9.2307692308em #000; }

.form textarea::-webkit-input-placeholder {
  color: #000; }

.form textarea::-moz-placeholder {
  color: #000; }

.form textarea:-ms-input-placeholder {
  color: #000; }

.form textarea:-moz-placeholder {
  color: #000; }

.form textarea:focus {
  outline: none; }

.product-list-page {
  height: 100%; }

.products-list-top {
  height: 20%;
  white-space: nowrap; }

.products-list-top .product-item {
  width: 10vw;
  display: inline-block;
  vertical-align: top; }

.product-list-outter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-list-outter-wrapper {
  overflow: hidden; }

.products-list {
  padding-top: 2.5em;
  margin-top: 1.25em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: calc(100% - 2.8125em);
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.products-list .product-item {
  width: 30vw;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.product-list-top {
  height: 7.5em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  pointer-events: none; }

.product-list-top .product-item {
  width: 10vw;
  width: 6vw;
  display: inline-block;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.product-list-page.contains-small-carousel .product-list-top {
  margin-top: 3.75em;
  margin-bottom: -1.25em; }

.product-list-page.contains-small-carousel .products-list {
  height: 90%;
  padding-top: 0;
  margin-top: 0;
  height: calc(100% - 12.375em); }

@media only screen and (min-device-width: 640px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-list .product-item {
    width: 100vw; } }

@media only screen and (min-device-width: 640px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  .products-list .product-item {
    width: 50vw; } }

@media screen and (max-width: 1100px) {
  .products-list .product-item {
    width: 50vw; } }

@media screen and (max-width: 640px) {
  .container {
    padding-top: 2.8125em; }
  .products-list {
    margin-top: 0; }
  .product-list-top .product-item {
    width: 33.33vw; }
  .products-list .product-item {
    width: 100vw; }
  .product-list-page.contains-small-carousel .product-list-top {
    margin-top: 2.8125em; } }

@media screen and (max-width: 340px) {
  .products-list .product-item {
    width: 70vw; } }

.popup {
  position: absolute;
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0s 0.5s;
  transition: 0s 0.5s; }

.popup .popup-content {
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
  padding: 1.875em;
  padding-top: .625em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.popup .inner-wrapper {
  width: 24.6428571429em;
  margin: 0 auto;
  max-width: 100%;
  font-size: .875em;
  line-height: 2.1428571429em;
  -webkit-transform: translateY(-1.875em);
  transform: translateY(-1.875em);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.popup p {
  margin: 0; }

.popup h3 {
  font-size: 1em;
  margin: 0;
  margin-top: 1.4285714286em; }

.popup a {
  text-decoration: none;
  color: inherit; }

.popup a:hover {
  text-decoration: underline; }

.popup .image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }

.popup .image-wrapper .image {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.popup.active {
  left: 0;
  -webkit-transition: 0s 0s;
  transition: 0s 0s; }

.popup.active .inner-wrapper {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s; }

.popup.active .image-wrapper .image {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s; }

@media screen and (max-width: 640px) {
  .popup .popup-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 3.125em; } }

.couture-page {
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden; }

.couture-page .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(6.25em);
  transform: translateY(6.25em);
  opacity: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s; }

.couture-page .img-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.couture-page .bottom-form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.couture-page .bottom-form:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s 0.5s;
  transition: 0.3s 0.5s;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: -1; }

.couture-page .bottom-form form {
  width: 37.5em;
  margin: 0 auto;
  max-width: 90%; }

.couture-page .bottom-form h3 {
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s; }

.couture-page .bottom-form label.small:first-of-type {
  padding-right: 2.1428571429em; }

.couture-page .bottom-form label.small:last-of-type {
  padding-left: 2.1428571429em; }

.couture-page form {
  -webkit-transition: 0s 0.5s;
  transition: 0s 0.5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.couture-page label {
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s; }

.couture-page textarea {
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s; }

.couture-page .button-wrapper {
  margin-top: 2.3076923077em;
  text-align: center;
  font-size: .8125em;
  -webkit-transform: translateY(1.5384615385em);
  transform: translateY(1.5384615385em);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s; }

.couture-page .button-wrapper button {
  text-transform: uppercase; }

.couture-page .button-wrapper button:focus {
  outline: none; }

.bottom-form-arrow {
  display: none;
  text-align: center; }

.bottom-form-arrow #bottom-form-arrow-button {
  height: 1.5625em;
  width: 1.5625em;
  margin: auto;
  margin-top: .625em;
  outline: none; }

.bottom-form-arrow #bottom-form-arrow-button img {
  width: 100%; }

body.loaded .couture-page .img-wrapper {
  -webkit-transform: none;
  transform: none;
  opacity: 1; }

body.loaded .bottom-form:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s; }

body.loaded .bottom-form form {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0s 0s;
  transition: 0s 0s; }

body.loaded .bottom-form h3 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s; }

body.loaded .bottom-form label {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s; }

body.loaded .bottom-form textarea {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s; }

body.loaded .bottom-form .button-wrapper {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s; }

@media screen and (max-width: 640px) {
  .couture-page .bottom-form {
    height: 2.8125em;
    background: white;
    padding: 0; }
  .couture-page .bottom-form form {
    position: absolute;
    bottom: 99%;
    background: white;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .couture-page .bottom-form form label.small {
    width: 100%; }
  .couture-page .bottom-form form label.small:first-of-type {
    padding-right: 0; }
  .couture-page .bottom-form form label.small:last-of-type {
    padding-left: 0; }
  .couture-page .bottom-form-arrow {
    display: block;
    text-align: center; }
  .couture-page .bottom-form.form-opened form {
    top: auto;
    opacity: 1; }
  body.loaded .couture-page .bottom-form form {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; } }

.art-news-page {
  background: #f8f4ef;
  padding-top: 7.5em;
  padding-bottom: .0625em; }

.news-item {
  width: 60em;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 4.375em;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-item .image-wrapper {
  position: relative;
  width: 40%;
  display: table-cell;
  vertical-align: top;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0; }

.news-item .image-wrapper:after {
  content: "";
  display: block;
  padding-top: 148%; }

.news-item .content {
  padding-left: 4.2857142857em;
  display: table-cell;
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: .875em;
  padding-top: 7.1428571429em; }

.news-item .date {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(2.1428571429em);
  transform: translateY(2.1428571429em);
  opacity: 0; }

.news-item h3 {
  margin: 0;
  text-transform: uppercase;
  margin-top: 1.0714285714em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(2.1428571429em);
  transform: translateY(2.1428571429em);
  opacity: 0; }

.news-item p {
  margin: 0;
  line-height: 2.2142857143em;
  margin-top: 2.1428571429em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(2.1428571429em);
  transform: translateY(2.1428571429em);
  opacity: 0; }

.news-item:nth-of-type(2n) .content {
  padding-left: 0;
  padding-right: 4.2857142857em;
  text-align: right; }

.news-item:nth-of-type(2n) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.news-item.active .image-wrapper {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1; }

.news-item.active .content .date,
.news-item.active .content h3,
.news-item.active .content p {
  -webkit-transform: none;
  transform: none;
  opacity: 1; }

.news-item.active .content h3 {
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s; }

.news-item.active .content p {
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s; }

@media only screen and (min-device-width: 640px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .art-news-page {
    min-height: 100vh; }
  .art-news-page footer {
    position: absolute;
    bottom: 0; } }

@media screen and (max-width: 992px) {
  .art-news-page {
    min-height: 100vh; }
  .art-news-page footer {
    position: absolute;
    bottom: 0; } }

@media screen and (max-width: 640px) {
  .art-news-page {
    padding-top: 90px; }
  .news-item {
    max-width: 100%;
    display: block;
    margin-bottom: 0; }
  .news-item .image-wrapper {
    display: block;
    width: 100%; }
  .news-item .image-wrapper:after {
    padding-top: 130%; }
  .news-item .content {
    padding: 2.5em 1.5625em; }
  .news-item .content .date {
    line-height: 1em; }
  .news-item .content h3 {
    margin: 0; }
  .news-item .content p {
    line-height: 1.4285714286em;
    margin-top: 1.4285714286em; }
  .news-item:nth-of-type(2n) .content {
    padding: 2.5em 1.5625em;
    text-align: left; }
  .art-news-page {
    min-height: 100vh;
    padding-bottom: 185px;
    position: relative; }
  .art-news-page footer {
    position: absolute; } }

.heritage-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s; }

.heritage-hero {
  background: #000; }

.heritage-hero .heritage-title-block {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  margin-top: -.5em; }

.heritage-hero h1 {
  margin: 0;
  z-index: 2;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 4.5em; }

.heritage-hero .heritage-subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 0;
  z-index: 2;
  line-height: 1em;
  font-size: .875em; }

.heritage-hero .image {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: 2s;
  transition: 2s; }

.heritage-hero .image.full {
  position: relative; }

.heritage-hero.active .image {
  -webkit-transform: none;
  transform: none; }

.heritage-fullpage {
  z-index: 2; }

.heritage-fullpage .container {
  padding-top: 0;
  width: 75em;
  padding-left: 9.375em;
  margin: 0 auto;
  max-width: 90%; }

.heritage-fullpage .delay-1 {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s; }

.heritage-fullpage .delay-2 {
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s; }

.heritage-fullpage .delay-3 {
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s; }

.heritage-fullpage .delay-4 {
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s; }

.heritage-fullpage .delay-5 {
  -webkit-transition: 0.5s 0s;
  transition: 0.5s 0s; }

.heritage-fullpage .section.animate-in .delay-1,
.heritage-fullpage .section.animate-in .delay-2,
.heritage-fullpage .section.animate-in .delay-3,
.heritage-fullpage .section.animate-in .delay-4,
.heritage-fullpage .section.animate-in .delay-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.heritage-fullpage .section.animate-in .delay-1 {
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s; }

.heritage-fullpage .section.animate-in .delay-2 {
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s; }

.heritage-fullpage .section.animate-in .delay-3 {
  -webkit-transition: 1s 0.7s;
  transition: 1s 0.7s; }

.heritage-fullpage .section.animate-in .delay-4 {
  -webkit-transition: 1s 0.8s;
  transition: 1s 0.8s; }

.heritage-fullpage .section.animate-in .delay-5 {
  -webkit-transition: 1s 0.9s;
  transition: 1s 0.9s; }

.heritage-fullpage .section.animate-out .delay-1,
.heritage-fullpage .section.animate-out .delay-2,
.heritage-fullpage .section.animate-out .delay-3,
.heritage-fullpage .section.animate-out .delay-4,
.heritage-fullpage .section.animate-out .delay-5 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.heritage-fullpage .section.animate-out .delay-1 {
  -webkit-transition: 1s 0s;
  transition: 1s 0s; }

.heritage-fullpage .section.animate-out .delay-2 {
  -webkit-transition: 1s 0.1s;
  transition: 1s 0.1s; }

.heritage-fullpage .section.animate-out .delay-3 {
  -webkit-transition: 1s 0.2s;
  transition: 1s 0.2s; }

.heritage-fullpage .section.animate-out .delay-4 {
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s; }

.heritage-fullpage .section.animate-out .delay-5 {
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s; }

.heritage-fullpage h2 {
  margin: 0;
  font-size: 2.9375em;
  font-size: 4.5em;
  line-height: 1em;
  margin-bottom: .2777777778em;
  -webkit-transform: translateY(0.4166666667em);
  transform: translateY(0.4166666667em);
  opacity: 0; }

.heritage-fullpage h3 {
  font-size: 1.125em;
  font-size: 1.75em;
  margin-bottom: 1.0714285714em;
  -webkit-transform: translateY(1.0714285714em);
  transform: translateY(1.0714285714em);
  opacity: 0; }

.heritage-fullpage p {
  font-size: 1.5em;
  -webkit-transform: translateY(1.875em);
  transform: translateY(1.875em);
  opacity: 0; }

.content-style-1 {
  display: table; }

.content-style-1 .img-column {
  display: table-cell;
  vertical-align: top;
  width: 400px;
  width: 40%;
  width: 38%; }

.content-style-1 .text {
  padding-top: 1.5625em; }

.content-style-1 img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.content-style-1 img,
.content-style-1 .text {
  display: table-cell;
  vertical-align: middle; }

.content-style-1 .text {
  vertical-align: top;
  padding-left: 3.75em; }

.content-style-2 .column-1,
.content-style-2 .column-2 {
  width: 50%;
  float: left; }

.content-style-2 img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  display: block;
  margin: 0 auto; }

.content-style-2 p {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.content-style-2 h2 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.content-style-2 .column-1 img {
  padding-bottom: 1.875em;
  width: 11.25em; }

.content-style-2 .column-2 {
  padding-top: 3.125em;
  position: relative;
  left: -5%; }

.content-style-2 .column-2 img {
  width: 11.875em; }

.content-style-3.container {
  position: relative;
  height: 100%; }

.content-style-3.container .text-holder {
  width: 60%;
  float: left;
  height: 100%;
  display: table; }

.content-style-3.container .text-holder .inner-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-right: 2.5em; }

.content-style-3.container img {
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.content-style-3.container .image-holder {
  width: 40%;
  float: right;
  height: 100%;
  position: relative; }

.slide-4 .image-holder img:nth-of-type(1) {
  position: absolute;
  right: 50%;
  bottom: 55%;
  width: 40%;
  z-index: 2; }

.slide-4 .image-holder img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 65%; }

.content-style-4 {
  display: table; }

.content-style-4 .img-column {
  display: table-cell;
  vertical-align: top;
  width: 400px;
  width: 40%;
  width: 38%; }

.content-style-4 img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.content-style-4 img,
.content-style-4 .text {
  display: table-cell;
  vertical-align: middle; }

.content-style-4 .text {
  padding-left: 2.5em; }

.content-style-5 .text {
  width: 50%;
  float: left; }

.content-style-5 .text:first-of-type img {
  width: 67%; }

.content-style-5 .text:last-of-type img {
  width: 90%; }

.content-style-5 .text:last-of-type h3 {
  width: 21.6666666667em;
  margin-left: -25%; }

.slide-9 .image-holder img:nth-of-type(1) {
  bottom: 10%;
  left: 0;
  width: 60%;
  z-index: 2; }

.slide-9 .image-holder img:nth-of-type(2) {
  top: 10%;
  right: 0;
  width: 60%; }

.slide-8 .image-holder img:nth-of-type(1) {
  bottom: 10%;
  right: 0;
  width: 60%;
  z-index: 2; }

.slide-8 .image-holder img:nth-of-type(2) {
  top: 10%;
  left: 0;
  width: 60%;
  z-index: 3; }

body.delta-heritage.fp-viewing-0 #fp-nav {
  -webkit-transform: translateX(-1.875em);
  transform: translateX(-1.875em);
  opacity: 0;
  -webkit-transition: 0.1s 0s;
  transition: 0.1s 0s; }

body.delta-heritage.fp-viewing-8 .heritage-fullpage .section.animate-out .delay-1,
body.delta-heritage.fp-viewing-8 .heritage-fullpage .section.animate-out .delay-2,
body.delta-heritage.fp-viewing-8 .heritage-fullpage .section.animate-out .delay-3,
body.delta-heritage.fp-viewing-8 .heritage-fullpage .section.animate-out .delay-4,
body.delta-heritage.fp-viewing-8 .heritage-fullpage .section.animate-out .delay-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

body.delta-heritage.fp-viewing-8 #fp-nav .capucci-logo {
  display: none; }

body.delta-heritage.fp-viewing-8 #fp-nav .capucci-logo {
  display: none; }

#fp-nav {
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s; }

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0;
  margin: 0;
  height: auto;
  width: auto; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: none; }

#fp-nav ul li:not(:last-of-type),
.fp-slidesNav ul li:not(:last-of-type) {
  margin-bottom: 3.125em; }

#fp-nav {
  z-index: 90; }

#fp-nav .capucci-logo {
  width: 2.1875em;
  height: 2.1875em;
  background: url(../images/nav-logo.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 150%;
  margin-top: -.875em;
  top: .6875em;
  -webkit-transition: 1s;
  transition: 1s; }

#fp-nav ul li:first-of-type {
  opacity: 0; }

#fp-nav ul li .fp-tooltip {
  width: auto;
  height: auto;
  opacity: 1;
  left: 0;
  position: relative;
  color: #000;
  font-size: 1.25em;
  font-family: inherit; }

#fp-nav ul li .fp-tooltip.left {
  left: 0;
  line-height: 1em; }

@media screen and (min-width: 640px) and (max-width: 1024px) {
  .heritage-fullpage .container {
    width: 100%;
    padding-left: 6.25em; }
  .heritage-fullpage h2 {
    font-size: 1.875em; }
  .heritage-fullpage h3 {
    font-size: 1em; }
  .heritage-fullpage p {
    font-size: .8125em; } }

@media screen and (max-width: 640px) {
  #fp-nav {
    display: none; }
  .heritage-hero h1 {
    font-size: 2.25em; }
  .heritage-hero .heritage-subtitle {
    font-size: .75em;
    max-width: 87%;
    margin: auto; }
  .heritage-hero .heritage-title-block {
    margin-top: -.5em; }
  .heritage-fullpage .container {
    width: 100%;
    padding-left: 0; }
  .heritage-fullpage h2 {
    font-size: 1.875em; }
  .heritage-fullpage h3 {
    font-size: 1em; }
  .heritage-fullpage p {
    font-size: .75em; }
  .content-style-1 .img-column {
    padding-right: 10px; }
  .content-style-1 .text {
    padding-left: 0; }
  .content-style-2 .column-1 {
    padding-right: .625em; }
  .content-style-2 .column-1 img {
    width: 3.75em; }
  .content-style-2 .column-2 {
    left: 0;
    padding-left: .625em; }
  .content-style-2 .column-2 img {
    width: 3.75em; }
  .content-style-3.container .text-holder {
    width: 70%; }
  .content-style-3.container .text-holder .inner-text-wrapper {
    padding-right: .625em; }
  .content-style-3.container .image-holder {
    width: 30%; }
  .content-style-3.container .image-holder img:nth-of-type(1) {
    right: 55%;
    bottom: 60%;
    width: 60%; }
  .content-style-3.container .image-holder img:nth-of-type(2) {
    bottom: 40%;
    width: 105%; }
  .content-style-4 .text {
    padding-left: 1.25em; }
  .content-style-4 .text:first-of-type {
    padding-left: 0; }
  .content-style-5 .text {
    width: 50%;
    float: left; }
  .content-style-5 .text:first-of-type img {
    width: 67%; }
  .content-style-5 .text:last-of-type img {
    width: 90%; }
  .content-style-5 .text:last-of-type h3 {
    margin-left: -10%;
    width: 100%; } }

@media screen and (max-width: 640px) {
  .content-style-1 .img-column,
  .content-style-4 .img-column {
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .content-style-1 .img-column img,
  .content-style-4 .img-column img {
    max-width: 150px;
    margin: auto; }
  .content-style-1 .text,
  .content-style-4 .text {
    padding-left: 0;
    display: block;
    text-align: center;
    padding-top: 0; }
  .content-style-2,
  .content-style-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .content-style-2 .column-1,
  .content-style-5 .column-1 {
    padding-right: 0;
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 15px; }
  .content-style-2 .column-1 img,
  .content-style-5 .column-1 img {
    width: 50%;
    max-width: 140px;
    display: none !important; }
  .content-style-2 .column-2,
  .content-style-5 .column-2 {
    padding-top: 0;
    left: 0;
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center; }
  .content-style-2 .column-2 img,
  .content-style-5 .column-2 img {
    width: 50%;
    max-width: 140px; }
  .content-style-3.container {
    height: auto; }
  .content-style-3.container .text-holder {
    width: 100%;
    display: block;
    height: auto; }
  .content-style-3.container .text-holder .inner-text-wrapper {
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center; }
  .content-style-3.container .image-holder {
    margin-top: 20px;
    width: 100%;
    display: block;
    height: auto; }
  .content-style-3.container .image-holder img:nth-of-type(1) {
    right: auto;
    bottom: auto;
    width: 25%;
    margin-left: 25%; }
  .content-style-3.container .image-holder img:nth-of-type(2) {
    bottom: auto;
    width: auto;
    position: relative;
    width: 35%;
    float: right;
    margin-top: 30px;
    margin-right: 25%; }
  .content-style-5 .text {
    width: 100%;
    display: block;
    text-align: center; }
  .content-style-5 .text:first-of-type img {
    width: 100%;
    margin: auto;
    max-width: 150px; }
  .content-style-5 .text:last-of-type img {
    width: 90%;
    display: none !important; }
  .content-style-5 .text:last-of-type h3 {
    margin-top: 15px;
    margin-left: 0;
    width: 100%; }
  .slide-10 .img-column {
    margin-bottom: 0;
    margin-top: 20px; }
  .slide-8 .image-holder img:nth-of-type(2) {
    z-index: 1; } }

@media screen and (max-width: 440px) {
  .content-style-1 .img-column img,
  .content-style-4 .img-column img {
    max-width: 100px; }
  .content-style-1 .text h2,
  .content-style-4 .text h2 {
    font-size: 25px; }
  .content-style-1 .text h3,
  .content-style-4 .text h3 {
    font-size: 16px; }
  .content-style-1 .text p,
  .content-style-4 .text p {
    font-size: 13px; }
  .content-style-2 .column-1 img,
  .content-style-5 .column-1 img {
    max-width: 100px; }
  .content-style-2 .column-2 img,
  .content-style-5 .column-2 img {
    max-width: 100px; }
  .content-style-2 h2,
  .content-style-5 h2 {
    font-size: 25px; }
  .content-style-2 h3,
  .content-style-5 h3 {
    font-size: 16px; }
  .content-style-2 p,
  .content-style-5 p {
    font-size: 13px; }
  .content-style-5 .text img {
    max-width: 100px; }
  .content-style-5 .text h2 {
    font-size: 25px; }
  .content-style-5 .text h3 {
    font-size: 13px; }
  .content-style-5 .text:first-child h3 {
    font-size: 16px; }
  .content-style-3.container .text-holder .inner-text-wrapper h2 {
    font-size: 25px; }
  .content-style-3.container .text-holder .inner-text-wrapper h3 {
    font-size: 16px; }
  .content-style-3.container .text-holder .inner-text-wrapper p {
    font-size: 13px; }
  .content-style-3.container .image-holder {
    margin-top: 15px; }
  .content-style-3.container .image-holder img:nth-of-type(1) {
    width: 20%;
    margin-left: 30%; }
  .content-style-3.container .image-holder img:nth-of-type(2) {
    width: 30%;
    float: right;
    margin-top: 20px;
    margin-right: 30%; }
  .content-style-5 .text:first-of-type img {
    max-width: 150px; }
  .content-style-5 .text:last-of-type img {
    width: 90%; }
  .content-style-5 .text:last-of-type h3 {
    margin-top: 15px; } }

.nav-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  margin-top: 3.75em;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

nav {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  font-size: .875em;
  -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1); }

nav .nav-logo {
  position: absolute;
  top: 50%;
  width: 100px;
  left: 2.1428571429em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5; }

nav ul {
  margin: 0;
  padding: 0;
  text-align: center; }

nav ul li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase; }

nav ul li a {
  color: #000;
  text-decoration: none; }

nav .menu > li {
  padding: 1.4285714286em 0; }

nav .menu > li:not(:last-of-type) {
  margin-right: 5.4285714286em; }

nav li.has-dropdown {
  position: relative; }

nav li.has-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  margin-top: -.7142857143em;
  padding-bottom: .7142857143em;
  -webkit-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
  opacity: 0; }

nav li.has-dropdown .dropdown-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #fff;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

nav li.has-dropdown .dropdown-list li {
  padding: .7142857143em 2.8571428571em;
  opacity: 0; }

nav li.has-dropdown .dropdown-list a {
  display: inline-block;
  vertical-align: top; }

nav li.has-dropdown li {
  width: 100%;
  display: block;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

nav li.has-dropdown.open .dropdown-list {
  left: 50%;
  opacity: 1;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s; }

nav li.has-dropdown.open .dropdown-list li {
  opacity: 1;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s; }

nav li.has-dropdown.open .dropdown-list:before {
  height: 100%; }

nav li.has-subdropdown {
  position: relative;
  top: 0; }

nav li.has-subdropdown ul {
  height: 0;
  overflow: hidden;
  margin-bottom: -.625em;
  margin-top: .625em; }

nav li.has-subdropdown ul li {
  padding-left: 0 !important;
  padding-right: 0 !important; }

nav .opens-popup {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  height: 1.5em; }

nav .opens-popup .inner-wrapper {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

nav .opens-popup.active .inner-wrapper {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

nav .lang-links {
  position: absolute;
  right: 1.875em;
  top: 0; }

nav .lang-links:before {
  content: "/";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25em; }

nav .lang-links a:first-of-type {
  margin-right: 1.0714285714em; }

nav .lang-links a.active:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.link {
  position: relative;
  display: inline-block;
  z-index: 2; }

.link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  bottom: 0;
  z-index: -1;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.5s, -webkit-transform-origin 0s 0.5s;
  transition: all 0.5s, -webkit-transform-origin 0s 0.5s;
  transition: all 0.5s, transform-origin 0s 0.5s;
  transition: all 0.5s, transform-origin 0s 0.5s, -webkit-transform-origin 0s 0.5s; }

.link:hover:after {
  -webkit-transition: all 0.5s, -webkit-transform-origin 0s 0.5s;
  transition: all 0.5s, -webkit-transform-origin 0s 0.5s;
  transition: all 0.5s, transform-origin 0s 0.5s;
  transition: all 0.5s, transform-origin 0s 0.5s, -webkit-transform-origin 0s 0.5s;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

body.home.fp-viewing-0 .nav-wrapper {
  margin-top: 0; }

body.popup-active .nav-wrapper {
  top: 0%;
  margin-top: 0; }

body.popup-active .nav-wrapper nav li.has-dropdown ul {
  margin-top: 0;
  margin-bottom: -.7142857143em;
  padding-bottom: 0;
  padding-top: .7142857143em; }

body.popup-active .nav-wrapper nav li.has-dropdown:hover ul {
  top: auto;
  bottom: 100%; }

.mobile-nav-top {
  height: 2.8125em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  display: none; }

.menu-trigger {
  width: 20px;
  height: 16px;
  position: absolute;
  right: .625em;
  cursor: pointer;
  top: 50%;
  margin-top: -8px; }

.menu-trigger .line {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.menu-trigger .line.line-1 {
  -webkit-transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }

.menu-trigger .line.line-2 {
  top: 50%;
  margin-top: -1px;
  left: 0;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s; }

.menu-trigger .line.line-3 {
  bottom: 0;
  top: auto;
  left: 0;
  -webkit-transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s;
  transition: all 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }

.menu-trigger.active .line-1 {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.menu-trigger.active .line-2 {
  opacity: 0;
  -webkit-transition: all 0.3s, opacity 0.3s 0s;
  transition: all 0.3s, opacity 0.3s 0s; }

.menu-trigger.active .line-3 {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, -webkit-transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s;
  transition: all 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }

.cursor-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 120;
  mix-blend-mode: difference;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.cursor {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background: yellow;
  border-radius: 50%; }

@media screen and (min-width: 640px) and (max-width: 1024px) {
  nav .menu > li:not(:last-of-type) {
    margin-right: 2.125em; } }

@media screen and (max-width: 640px) {
  nav {
    font-size: 1em; }
  nav .link:after {
    display: none; }
  body.popup-active nav.open .menu-wrapper {
    left: -100%; }
  .mobile-nav-top {
    display: block; }
  .nav-wrapper {
    margin-top: 2.8125em; }
  nav {
    height: 2.8125em; }
  nav .nav-logo {
    width: 80px;
    left: .625em; }
  nav .menu-wrapper {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    display: table;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  nav .menu {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1875em; }
  nav .menu > li {
    display: block;
    padding: 0;
    padding: .5263157895em 0; }
  nav .menu > li .link {
    opacity: 0;
    -webkit-transform: translateX(-5.2631578947em);
    transform: translateX(-5.2631578947em);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 0.5s 0s;
    transition: 0.5s 0s; }
  nav .menu .lang-links {
    position: relative;
    right: 0; }
  nav .menu > li:not(:last-of-type) {
    margin-right: 0; }
  nav.open .menu-wrapper {
    left: 0; }
  nav.open .menu > li .link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  nav.open .menu > li:nth-of-type(1) .link {
    -webkit-transition: 0.75s .1s;
    transition: 0.75s .1s; }
  nav.open .menu > li:nth-of-type(2) .link {
    -webkit-transition: 0.75s .2s;
    transition: 0.75s .2s; }
  nav.open .menu > li:nth-of-type(3) .link {
    -webkit-transition: 0.75s .3s;
    transition: 0.75s .3s; }
  nav.open .menu > li:nth-of-type(4) .link {
    -webkit-transition: 0.75s .4s;
    transition: 0.75s .4s; }
  nav.open .menu > li:nth-of-type(5) .link {
    -webkit-transition: 0.75s .5s;
    transition: 0.75s .5s; }
  nav.open .menu > li:nth-of-type(6) .link {
    -webkit-transition: 0.75s .6s;
    transition: 0.75s .6s; }
  nav.open .menu > li:nth-of-type(7) .link {
    -webkit-transition: 0.75s .7s;
    transition: 0.75s .7s; }
  nav.open .menu > li:nth-of-type(8) .link {
    -webkit-transition: 0.75s .8s;
    transition: 0.75s .8s; }
  nav.open .menu > li:nth-of-type(9) .link {
    -webkit-transition: 0.75s .9s;
    transition: 0.75s .9s; }
  .cursor-wrapper {
    display: none; }
  body.popup-active .nav-wrapper nav li.has-dropdown ul {
    padding-top: 0;
    margin-bottom: 0; }
  nav li.has-dropdown .dropdown-list {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0s 0s;
    transition: 0s 0s;
    display: none;
    padding: 2.1052631579em 0; }
  nav li.has-dropdown .dropdown-list:before,
  nav li.has-dropdown .dropdown-list:after {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  nav li.has-dropdown .dropdown-list:before {
    top: .7894736842em;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  nav li.has-dropdown .dropdown-list:after {
    bottom: .7894736842em;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  nav li.has-dropdown .dropdown-list li {
    padding: 0;
    padding: .5263157895em 0; }
  nav li.has-dropdown.open .dropdown-list {
    left: 0; }
  nav li.has-dropdown.open .dropdown-list:before {
    height: 6px; }
  nav li.has-dropdown.open .dropdown-list:before,
  nav li.has-dropdown.open .dropdown-list:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  nav li.has-dropdown.open .dropdown-list li {
    -webkit-transition: 0.3s 0s;
    transition: 0.3s 0s; } }

footer {
  background: #fff;
  padding: 1.25em 1.875em;
  line-height: 1em; }

footer ul {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: .6875em; }

footer ul li {
  display: inline;
  vertical-align: top; }

footer ul li:not(:last-of-type) {
  margin-right: 2.2727272727em; }

footer ul li.social-footer-block {
  float: right;
  margin-right: 0; }

footer a {
  text-decoration: none;
  color: #000; }

footer .bottom-form-arrow {
  display: none; }

@media only screen and (min-device-width: 640px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  footer {
    width: 100%;
    padding: 10px;
    text-align: center; }
  footer .footer-block {
    display: block;
    padding: 5px;
    line-height: 1.4em;
    margin-right: 0; }
  footer ul li:not(:last-of-type) {
    margin-right: 0; }
  footer ul li.social-footer-block {
    float: none; }
  footer .footer-row {
    display: block; }
  .product-list-page .bottom-form-arrow {
    display: block; }
  .product-list-page footer {
    padding: 0;
    height: 45px;
    width: 100%; }
  .product-list-page .footer-wrapper {
    padding: 10px;
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .product-list-page .footer-opened .footer-wrapper {
    top: auto;
    bottom: 99%;
    opacity: 1; } }

@media screen and (max-width: 640px) {
  footer {
    padding: 10px;
    text-align: center;
    width: 100%; }
  footer .footer-block {
    display: block;
    padding: 5px;
    line-height: 1.4em;
    margin-right: 0; }
  footer ul li:not(:last-of-type) {
    margin-right: 0; }
  footer ul li.social-footer-block {
    float: none; }
  footer .footer-row {
    display: block; }
  .product-list-page .bottom-form-arrow {
    display: block; }
  .product-list-page footer {
    padding: 0;
    height: 45px;
    width: 100%; }
  .product-list-page .footer-wrapper {
    padding: 10px;
    position: absolute;
    top: 100%;
    background: white;
    width: 100%;
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .product-list-page .footer-opened .footer-wrapper {
    top: auto;
    bottom: 99%;
    opacity: 1; } }

.archive-title {
  text-align: center;
  font-size: 100%;
  line-height: 20px;
  margin-top: 20px; }

.archive-years-wrapper {
  text-align: center;
  line-height: 3.125em; }

.archive-years-wrapper ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.2em; }

.archive-years-wrapper li {
  display: inline-block;
  vertical-align: top; }

.archive-years-wrapper li:not(:last-of-type) {
  margin-right: 1.875em; }

.archive-years-wrapper li a {
  text-decoration: none;
  color: #000; }

.archive-container {
  height: 100%;
  padding-bottom: 20px;
  background: #f8f4ef; }

.archive-inner-page {
  background: #f8f4ef; }

.archive-inner-page .products-list {
  margin-top: 0;
  padding-top: 0; }

.archive-inner-page .products-list {
  height: calc(100% - 9.375em); }

.archive-inner-page .title {
  text-align: center;
  padding-top: .9375em; }

.archive-inner-page .title span {
  border-bottom: 1px solid #000; }

.archive-inner-page-top {
  height: 10.625em;
  padding-top: 3.75em; }

.images-wrapper {
  height: 200px;
  height: 100%;
  height: calc(100% - 5.625em);
  overflow: hidden; }

.archive-preview-item {
  width: 33.33%;
  float: left;
  position: relative;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000; }

.archive-preview-item .title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: .9375em 0; }

.archive-preview-item .image-wrapper {
  position: absolute;
  top: 3.125em;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.archive-preview-item .image {
  -webkit-transition: 15s linear;
  transition: 15s linear; }

.archive-preview-item:hover .image {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

@media only screen and (min-device-width: 640px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .archive-container {
    height: auto;
    min-height: 100vh; }
  .images-wrapper {
    height: auto;
    overflow: visible; }
  .archive-preview-item {
    width: 50%; }
  .archive-preview-item .image-wrapper {
    position: relative;
    top: 0;
    overflow: hidden;
    padding-bottom: 150%; } }

@media screen and (max-width: 992px) {
  .archive-container {
    height: auto;
    min-height: 100vh; }
  .images-wrapper {
    height: auto;
    overflow: visible; }
  .archive-preview-item {
    width: 50%; }
  .archive-preview-item .image-wrapper {
    position: relative;
    top: 0;
    overflow: hidden;
    padding-bottom: 150%; } }

@media screen and (max-width: 640px) {
  .archive-preview-item {
    width: 100%; } }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add-to-list:before {
  content: "\e900"; }

.icon-classic-computer:before {
  content: "\e901"; }

.icon-controller-fast-backward:before {
  content: "\e902"; }

.icon-creative-commons-attribution:before {
  content: "\e903"; }

.icon-creative-commons-noderivs:before {
  content: "\e904"; }

.icon-creative-commons-noncommercial-eu:before {
  content: "\e905"; }

.icon-creative-commons-noncommercial-us:before {
  content: "\e906"; }

.icon-creative-commons-public-domain:before {
  content: "\e907"; }

.icon-creative-commons-remix:before {
  content: "\e908"; }

.icon-creative-commons-share:before {
  content: "\e909"; }

.icon-creative-commons-sharealike:before {
  content: "\e90a"; }

.icon-creative-commons:before {
  content: "\e90b"; }

.icon-document-landscape:before {
  content: "\e90c"; }

.icon-remove-user:before {
  content: "\e90d"; }

.icon-warning2:before {
  content: "\e90e"; }

.icon-arrow-bold-down:before {
  content: "\e90f"; }

.icon-arrow-bold-left:before {
  content: "\e910"; }

.icon-arrow-bold-right:before {
  content: "\e911"; }

.icon-arrow-bold-up:before {
  content: "\e912"; }

.icon-arrow-down3:before {
  content: "\e913"; }

.icon-arrow-left3:before {
  content: "\e914"; }

.icon-arrow-long-down:before {
  content: "\e915"; }

.icon-arrow-long-left:before {
  content: "\e916"; }

.icon-arrow-long-right:before {
  content: "\e917"; }

.icon-arrow-long-up:before {
  content: "\e918"; }

.icon-arrow-right3:before {
  content: "\e919"; }

.icon-arrow-up3:before {
  content: "\e91a"; }

.icon-arrow-with-circle-down:before {
  content: "\e91b"; }

.icon-arrow-with-circle-left:before {
  content: "\e91c"; }

.icon-arrow-with-circle-right:before {
  content: "\e91d"; }

.icon-arrow-with-circle-up:before {
  content: "\e91e"; }

.icon-bookmark2:before {
  content: "\e91f"; }

.icon-bookmarks2:before {
  content: "\e920"; }

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

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

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

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

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

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

.icon-chevron-small-up:before {
  content: "\e927"; }

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

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

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

.icon-chevron-thin-up:before {
  content: "\e92b"; }

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

.icon-chevron-with-circle-down:before {
  content: "\e92d"; }

.icon-chevron-with-circle-left:before {
  content: "\e92e"; }

.icon-chevron-with-circle-right:before {
  content: "\e92f"; }

.icon-chevron-with-circle-up:before {
  content: "\e930"; }

.icon-cloud2:before {
  content: "\e931"; }

.icon-controller-fast-forward:before {
  content: "\e932"; }

.icon-controller-jump-to-start:before {
  content: "\e933"; }

.icon-controller-next:before {
  content: "\e934"; }

.icon-controller-paus:before {
  content: "\e935"; }

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

.icon-controller-record:before {
  content: "\e937"; }

.icon-controller-stop:before {
  content: "\e938"; }

.icon-controller-volume:before {
  content: "\e939"; }

.icon-dot-single:before {
  content: "\e93a"; }

.icon-dots-three-horizontal:before {
  content: "\e93b"; }

.icon-dots-three-vertical:before {
  content: "\e93c"; }

.icon-dots-two-horizontal:before {
  content: "\e93d"; }

.icon-dots-two-vertical:before {
  content: "\e93e"; }

.icon-download4:before {
  content: "\e93f"; }

.icon-emoji-flirt:before {
  content: "\e940"; }

.icon-flow-branch:before {
  content: "\e941"; }

.icon-flow-cascade:before {
  content: "\e942"; }

.icon-flow-line:before {
  content: "\e943"; }

.icon-flow-parallel:before {
  content: "\e944"; }

.icon-flow-tree:before {
  content: "\e945"; }

.icon-install:before {
  content: "\e946"; }

.icon-layers:before {
  content: "\e947"; }

.icon-open-book:before {
  content: "\e948"; }

.icon-resize-100:before {
  content: "\e949"; }

.icon-resize-full-screen:before {
  content: "\e94a"; }

.icon-save:before {
  content: "\e94b"; }

.icon-select-arrows:before {
  content: "\e94c"; }

.icon-sound-mute:before {
  content: "\e94d"; }

.icon-sound:before {
  content: "\e94e"; }

.icon-trash:before {
  content: "\e94f"; }

.icon-triangle-down:before {
  content: "\e950"; }

.icon-triangle-left:before {
  content: "\e951"; }

.icon-triangle-right:before {
  content: "\e952"; }

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

.icon-uninstall:before {
  content: "\e954"; }

.icon-upload-to-cloud:before {
  content: "\e955"; }

.icon-upload4:before {
  content: "\e956"; }

.icon-add-user:before {
  content: "\e957"; }

.icon-address:before {
  content: "\e958"; }

.icon-adjust:before {
  content: "\e959"; }

.icon-air:before {
  content: "\e95a"; }

.icon-aircraft-landing:before {
  content: "\e95b"; }

.icon-aircraft-take-off:before {
  content: "\e95c"; }

.icon-aircraft:before {
  content: "\e95d"; }

.icon-align-bottom:before {
  content: "\e95e"; }

.icon-align-horizontal-middle:before {
  content: "\e95f"; }

.icon-align-left:before {
  content: "\e960"; }

.icon-align-right:before {
  content: "\e961"; }

.icon-align-top:before {
  content: "\e962"; }

.icon-align-vertical-middle:before {
  content: "\e963"; }

.icon-archive:before {
  content: "\e964"; }

.icon-area-graph:before {
  content: "\e965"; }

.icon-attachment2:before {
  content: "\e966"; }

.icon-awareness-ribbon:before {
  content: "\e967"; }

.icon-back-in-time:before {
  content: "\e968"; }

.icon-back:before {
  content: "\e969"; }

.icon-bar-graph:before {
  content: "\e96a"; }

.icon-battery:before {
  content: "\e96b"; }

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

.icon-bell2:before {
  content: "\e96d"; }

.icon-blackboard:before {
  content: "\e96e"; }

.icon-block:before {
  content: "\e96f"; }

.icon-book2:before {
  content: "\e970"; }

.icon-bowl:before {
  content: "\e971"; }

.icon-box:before {
  content: "\e972"; }

.icon-briefcase2:before {
  content: "\e973"; }

.icon-browser:before {
  content: "\e974"; }

.icon-brush:before {
  content: "\e975"; }

.icon-bucket:before {
  content: "\e976"; }

.icon-cake:before {
  content: "\e977"; }

.icon-calculator2:before {
  content: "\e978"; }

.icon-calendar2:before {
  content: "\e979"; }

.icon-camera2:before {
  content: "\e97a"; }

.icon-ccw:before {
  content: "\e97b"; }

.icon-chat:before {
  content: "\e97c"; }

.icon-check:before {
  content: "\e97d"; }

.icon-circle-with-cross:before {
  content: "\e97e"; }

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

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

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

.icon-circular-graph:before {
  content: "\e982"; }

.icon-clapperboard:before {
  content: "\e983"; }

.icon-clipboard2:before {
  content: "\e984"; }

.icon-clock3:before {
  content: "\e985"; }

.icon-code:before {
  content: "\e986"; }

.icon-cog2:before {
  content: "\e987"; }

.icon-colours:before {
  content: "\e988"; }

.icon-compass3:before {
  content: "\e989"; }

.icon-copy2:before {
  content: "\e98a"; }

.icon-credit-card2:before {
  content: "\e98b"; }

.icon-credit:before {
  content: "\e98c"; }

.icon-cross2:before {
  content: "\e98d"; }

.icon-cup:before {
  content: "\e98e"; }

.icon-cw:before {
  content: "\e98f"; }

.icon-cycle:before {
  content: "\e990"; }

.icon-database2:before {
  content: "\e991"; }

.icon-dial-pad:before {
  content: "\e992"; }

.icon-direction:before {
  content: "\e993"; }

.icon-document:before {
  content: "\e994"; }

.icon-documents:before {
  content: "\e995"; }

.icon-drink:before {
  content: "\e996"; }

.icon-drive2:before {
  content: "\e997"; }

.icon-drop:before {
  content: "\e998"; }

.icon-edit:before {
  content: "\e999"; }

.icon-email:before {
  content: "\e99a"; }

.icon-emoji-happy:before {
  content: "\e99b"; }

.icon-emoji-neutral:before {
  content: "\e99c"; }

.icon-emoji-sad:before {
  content: "\e99d"; }

.icon-erase:before {
  content: "\e99e"; }

.icon-eraser:before {
  content: "\e99f"; }

.icon-export:before {
  content: "\e9a0"; }

.icon-eye2:before {
  content: "\e9a1"; }

.icon-feather:before {
  content: "\e9a2"; }

.icon-flag2:before {
  content: "\e9a3"; }

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

.icon-flashlight:before {
  content: "\e9a5"; }

.icon-flat-brush:before {
  content: "\e9a6"; }

.icon-folder-images:before {
  content: "\e9a7"; }

.icon-folder-music:before {
  content: "\e9a8"; }

.icon-folder-video:before {
  content: "\e9a9"; }

.icon-folder2:before {
  content: "\e9aa"; }

.icon-forward4:before {
  content: "\e9ab"; }

.icon-funnel:before {
  content: "\e9ac"; }

.icon-game-controller:before {
  content: "\e9ad"; }

.icon-gauge:before {
  content: "\e9ae"; }

.icon-globe:before {
  content: "\e9af"; }

.icon-graduation-cap:before {
  content: "\e9b0"; }

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

.icon-hair-cross:before {
  content: "\e9b2"; }

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

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

.icon-heart2:before {
  content: "\e9b5"; }

.icon-help-with-circle:before {
  content: "\e9b6"; }

.icon-help:before {
  content: "\e9b7"; }

.icon-home4:before {
  content: "\e9b8"; }

.icon-hour-glass2:before {
  content: "\e9b9"; }

.icon-image-inverted:before {
  content: "\e9ba"; }

.icon-image2:before {
  content: "\e9bb"; }

.icon-images2:before {
  content: "\e9bc"; }

.icon-inbox:before {
  content: "\e9bd"; }

.icon-infinity:before {
  content: "\e9be"; }

.icon-info-with-circle:before {
  content: "\e9bf"; }

.icon-info2:before {
  content: "\e9c0"; }

.icon-key3:before {
  content: "\e9c1"; }

.icon-keyboard2:before {
  content: "\e9c2"; }

.icon-lab-flask:before {
  content: "\e9c3"; }

.icon-landline:before {
  content: "\e9c4"; }

.icon-language:before {
  content: "\e9c5"; }

.icon-laptop2:before {
  content: "\e9c6"; }

.icon-leaf2:before {
  content: "\e9c7"; }

.icon-level-down:before {
  content: "\e9c8"; }

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

.icon-lifebuoy2:before {
  content: "\e9ca"; }

.icon-light-bulb:before {
  content: "\e9cb"; }

.icon-light-down:before {
  content: "\e9cc"; }

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

.icon-line-graph:before {
  content: "\e9ce"; }

.icon-link2:before {
  content: "\e9cf"; }

.icon-list3:before {
  content: "\e9d0"; }

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

.icon-location3:before {
  content: "\e9d2"; }

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

.icon-lock2:before {
  content: "\e9d4"; }

.icon-log-out:before {
  content: "\e9d5"; }

.icon-login:before {
  content: "\e9d6"; }

.icon-loop3:before {
  content: "\e9d7"; }

.icon-magnet2:before {
  content: "\e9d8"; }

.icon-magnifying-glass:before {
  content: "\e9d9"; }

.icon-mail5:before {
  content: "\e9da"; }

.icon-man2:before {
  content: "\e9db"; }

.icon-map3:before {
  content: "\e9dc"; }

.icon-mask:before {
  content: "\e9dd"; }

.icon-medal:before {
  content: "\e9de"; }

.icon-megaphone:before {
  content: "\e9df"; }

.icon-menu5:before {
  content: "\e9e0"; }

.icon-message:before {
  content: "\e9e1"; }

.icon-mic2:before {
  content: "\e9e2"; }

.icon-minus2:before {
  content: "\e9e3"; }

.icon-mobile3:before {
  content: "\e9e4"; }

.icon-modern-mic:before {
  content: "\e9e5"; }

.icon-moon:before {
  content: "\e9e6"; }

.icon-mouse:before {
  content: "\e9e7"; }

.icon-music2:before {
  content: "\e9e8"; }

.icon-network:before {
  content: "\e9e9"; }

.icon-new-message:before {
  content: "\e9ea"; }

.icon-new:before {
  content: "\e9eb"; }

.icon-news:before {
  content: "\e9ec"; }

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

.icon-notification2:before {
  content: "\e9ee"; }

.icon-old-mobile:before {
  content: "\e9ef"; }

.icon-old-phone:before {
  content: "\e9f0"; }

.icon-palette:before {
  content: "\e9f1"; }

.icon-paper-plane:before {
  content: "\e9f2"; }

.icon-pencil3:before {
  content: "\e9f3"; }

.icon-phone2:before {
  content: "\e9f4"; }

.icon-pie-chart2:before {
  content: "\e9f5"; }

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

.icon-plus2:before {
  content: "\e9f7"; }

.icon-popup:before {
  content: "\e9f8"; }

.icon-power-plug:before {
  content: "\e9f9"; }

.icon-price-ribbon:before {
  content: "\e9fa"; }

.icon-price-tag2:before {
  content: "\e9fb"; }

.icon-print:before {
  content: "\e9fc"; }

.icon-progress-empty:before {
  content: "\e9fd"; }

.icon-progress-full:before {
  content: "\e9fe"; }

.icon-progress-one:before {
  content: "\e9ff"; }

.icon-progress-two:before {
  content: "\ea00"; }

.icon-publish:before {
  content: "\ea01"; }

.icon-quote:before {
  content: "\ea02"; }

.icon-radio:before {
  content: "\ea03"; }

.icon-reply-all:before {
  content: "\ea04"; }

.icon-reply2:before {
  content: "\ea05"; }

.icon-retweet:before {
  content: "\ea06"; }

.icon-rocket2:before {
  content: "\ea07"; }

.icon-round-brush:before {
  content: "\ea08"; }

.icon-rss3:before {
  content: "\ea09"; }

.icon-ruler:before {
  content: "\ea0a"; }

.icon-scissors2:before {
  content: "\ea0b"; }

.icon-share-alternitive:before {
  content: "\ea0c"; }

.icon-share3:before {
  content: "\ea0d"; }

.icon-shareable:before {
  content: "\ea0e"; }

.icon-shield2:before {
  content: "\ea0f"; }

.icon-shop:before {
  content: "\ea10"; }

.icon-shopping-bag:before {
  content: "\ea11"; }

.icon-shopping-basket:before {
  content: "\ea12"; }

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

.icon-shuffle2:before {
  content: "\ea14"; }

.icon-signal:before {
  content: "\ea15"; }

.icon-sound-mix:before {
  content: "\ea16"; }

.icon-sports-club:before {
  content: "\ea17"; }

.icon-spreadsheet:before {
  content: "\ea18"; }

.icon-squared-cross:before {
  content: "\ea19"; }

.icon-squared-minus:before {
  content: "\ea1a"; }

.icon-squared-plus:before {
  content: "\ea1b"; }

.icon-star-outlined:before {
  content: "\ea1c"; }

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

.icon-stopwatch2:before {
  content: "\ea1e"; }

.icon-suitcase:before {
  content: "\ea1f"; }

.icon-swap:before {
  content: "\ea20"; }

.icon-sweden:before {
  content: "\ea21"; }

.icon-switch2:before {
  content: "\ea22"; }

.icon-tablet2:before {
  content: "\ea23"; }

.icon-tag:before {
  content: "\ea24"; }

.icon-text-document-inverted:before {
  content: "\ea25"; }

.icon-text-document:before {
  content: "\ea26"; }

.icon-text:before {
  content: "\ea27"; }

.icon-thermometer:before {
  content: "\ea28"; }

.icon-thumbs-down:before {
  content: "\ea29"; }

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

.icon-thunder-cloud:before {
  content: "\ea2b"; }

.icon-ticket2:before {
  content: "\ea2c"; }

.icon-time-slot:before {
  content: "\ea2d"; }

.icon-tools:before {
  content: "\ea2e"; }

.icon-traffic-cone:before {
  content: "\ea2f"; }

.icon-tree2:before {
  content: "\ea30"; }

.icon-trophy2:before {
  content: "\ea31"; }

.icon-tv2:before {
  content: "\ea32"; }

.icon-typing:before {
  content: "\ea33"; }

.icon-unread:before {
  content: "\ea34"; }

.icon-untag:before {
  content: "\ea35"; }

.icon-user2:before {
  content: "\ea36"; }

.icon-users2:before {
  content: "\ea37"; }

.icon-v-card:before {
  content: "\ea38"; }

.icon-video:before {
  content: "\ea39"; }

.icon-vinyl:before {
  content: "\ea3a"; }

.icon-voicemail:before {
  content: "\ea3b"; }

.icon-wallet:before {
  content: "\ea3c"; }

.icon-water:before {
  content: "\ea3d"; }

.icon-500px-with-circle:before {
  content: "\ea3e"; }

.icon-500px2:before {
  content: "\ea3f"; }

.icon-basecamp2:before {
  content: "\ea40"; }

.icon-behance3:before {
  content: "\ea41"; }

.icon-creative-cloud:before {
  content: "\ea42"; }

.icon-dropbox2:before {
  content: "\ea43"; }

.icon-evernote:before {
  content: "\ea44"; }

.icon-flattr2:before {
  content: "\ea45"; }

.icon-foursquare2:before {
  content: "\ea46"; }

.icon-google-drive2:before {
  content: "\ea47"; }

.icon-google-hangouts:before {
  content: "\ea48"; }

.icon-grooveshark:before {
  content: "\ea49"; }

.icon-icloud:before {
  content: "\ea4a"; }

.icon-mixi:before {
  content: "\ea4b"; }

.icon-onedrive2:before {
  content: "\ea4c"; }

.icon-paypal2:before {
  content: "\ea4d"; }

.icon-picasa:before {
  content: "\ea4e"; }

.icon-qq:before {
  content: "\ea4f"; }

.icon-rdio-with-circle:before {
  content: "\ea50"; }

.icon-renren2:before {
  content: "\ea51"; }

.icon-scribd:before {
  content: "\ea52"; }

.icon-sina-weibo2:before {
  content: "\ea53"; }

.icon-skype-with-circle:before {
  content: "\ea54"; }

.icon-skype2:before {
  content: "\ea55"; }

.icon-slideshare:before {
  content: "\ea56"; }

.icon-smashing:before {
  content: "\ea57"; }

.icon-soundcloud3:before {
  content: "\ea58"; }

.icon-spotify-with-circle:before {
  content: "\ea59"; }

.icon-spotify2:before {
  content: "\ea5a"; }

.icon-swarm:before {
  content: "\ea5b"; }

.icon-vine-with-circle:before {
  content: "\ea5c"; }

.icon-vine2:before {
  content: "\ea5d"; }

.icon-vk-alternitive:before {
  content: "\ea5e"; }

.icon-vk-with-circle:before {
  content: "\ea5f"; }

.icon-vk2:before {
  content: "\ea60"; }

.icon-xing-with-circle:before {
  content: "\ea61"; }

.icon-xing3:before {
  content: "\ea62"; }

.icon-yelp2:before {
  content: "\ea63"; }

.icon-dribbble-with-circle:before {
  content: "\ea64"; }

.icon-dribbble2:before {
  content: "\ea65"; }

.icon-facebook-with-circle:before {
  content: "\ea66"; }

.icon-facebook3:before {
  content: "\ea67"; }

.icon-flickr-with-circle:before {
  content: "\ea68"; }

.icon-flickr5:before {
  content: "\ea69"; }

.icon-github-with-circle:before {
  content: "\ea6a"; }

.icon-github2:before {
  content: "\ea6b"; }

.icon-google-with-circle:before {
  content: "\ea6c"; }

.icon-google4:before {
  content: "\ea6d"; }

.icon-instagram-with-circle:before {
  content: "\ea6e"; }

.icon-instagram2:before {
  content: "\ea6f"; }

.icon-lastfm-with-circle:before {
  content: "\ea70"; }

.icon-lastfm3:before {
  content: "\ea71"; }

.icon-linkedin-with-circle:before {
  content: "\ea72"; }

.icon-linkedin3:before {
  content: "\ea73"; }

.icon-pinterest-with-circle:before {
  content: "\ea74"; }

.icon-pinterest3:before {
  content: "\ea75"; }

.icon-rdio:before {
  content: "\ea76"; }

.icon-stumbleupon-with-circle:before {
  content: "\ea77"; }

.icon-stumbleupon3:before {
  content: "\ea78"; }

.icon-tumblr-with-circle:before {
  content: "\ea79"; }

.icon-tumblr3:before {
  content: "\ea7a"; }

.icon-twitter-with-circle:before {
  content: "\ea7b"; }

.icon-twitter2:before {
  content: "\ea7c"; }

.icon-vimeo-with-circle:before {
  content: "\ea7d"; }

.icon-vimeo3:before {
  content: "\ea7e"; }

.icon-youtube-with-circle:before {
  content: "\ea7f"; }

.icon-youtube3:before {
  content: "\ea80"; }

.icon-times:before {
  content: "\ea81"; }

.icon-tick:before {
  content: "\ea82"; }

.icon-plus3:before {
  content: "\ea83"; }

.icon-minus3:before {
  content: "\ea84"; }

.icon-equals:before {
  content: "\ea85"; }

.icon-divide:before {
  content: "\ea86"; }

.icon-chevron-right2:before {
  content: "\ea87"; }

.icon-chevron-left2:before {
  content: "\ea88"; }

.icon-arrow-right-thick:before {
  content: "\ea89"; }

.icon-arrow-left-thick:before {
  content: "\ea8a"; }

.icon-th-small:before {
  content: "\ea8b"; }

.icon-th-menu:before {
  content: "\ea8c"; }

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

.icon-th-large:before {
  content: "\ea8e"; }

.icon-home5:before {
  content: "\ea8f"; }

.icon-arrow-forward:before {
  content: "\ea90"; }

.icon-arrow-back:before {
  content: "\ea91"; }

.icon-rss4:before {
  content: "\ea92"; }

.icon-location4:before {
  content: "\ea93"; }

.icon-link3:before {
  content: "\ea94"; }

.icon-image3:before {
  content: "\ea95"; }

.icon-arrow-up-thick:before {
  content: "\ea96"; }

.icon-arrow-down-thick:before {
  content: "\ea97"; }

.icon-starburst:before {
  content: "\ea98"; }

.icon-starburst-outline:before {
  content: "\ea99"; }

.icon-star2:before {
  content: "\ea9a"; }

.icon-flow-children:before {
  content: "\ea9b"; }

.icon-export2:before {
  content: "\ea9c"; }

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

.icon-delete-outline:before {
  content: "\ea9e"; }

.icon-cloud-storage:before {
  content: "\ea9f"; }

.icon-wi-fi:before {
  content: "\eaa0"; }

.icon-heart3:before {
  content: "\eaa1"; }

.icon-flash2:before {
  content: "\eaa2"; }

.icon-cancel:before {
  content: "\eaa3"; }

.icon-backspace:before {
  content: "\eaa4"; }

.icon-attachment3:before {
  content: "\eaa5"; }

.icon-arrow-move:before {
  content: "\eaa6"; }

.icon-warning3:before {
  content: "\eaa7"; }

.icon-user3:before {
  content: "\eaa8"; }

.icon-radar:before {
  content: "\eaa9"; }

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

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

.icon-location-arrow:before {
  content: "\eaac"; }

.icon-info3:before {
  content: "\eaad"; }

.icon-user-delete:before {
  content: "\eaae"; }

.icon-user-add:before {
  content: "\eaaf"; }

.icon-media-pause:before {
  content: "\eab0"; }

.icon-group:before {
  content: "\eab1"; }

.icon-chart-pie:before {
  content: "\eab2"; }

.icon-chart-line:before {
  content: "\eab3"; }

.icon-chart-bar:before {
  content: "\eab4"; }

.icon-chart-area:before {
  content: "\eab5"; }

.icon-video2:before {
  content: "\eab6"; }

.icon-point-of-interest:before {
  content: "\eab7"; }

.icon-infinity2:before {
  content: "\eab8"; }

.icon-globe2:before {
  content: "\eab9"; }

.icon-eye3:before {
  content: "\eaba"; }

.icon-cog3:before {
  content: "\eabb"; }

.icon-camera3:before {
  content: "\eabc"; }

.icon-upload5:before {
  content: "\eabd"; }

.icon-scissors3:before {
  content: "\eabe"; }

.icon-refresh:before {
  content: "\eabf"; }

.icon-pin2:before {
  content: "\eac0"; }

.icon-key4:before {
  content: "\eac1"; }

.icon-info-large:before {
  content: "\eac2"; }

.icon-eject2:before {
  content: "\eac3"; }

.icon-download5:before {
  content: "\eac4"; }

.icon-zoom:before {
  content: "\eac5"; }

.icon-zoom-out2:before {
  content: "\eac6"; }

.icon-zoom-in2:before {
  content: "\eac7"; }

.icon-sort-numerically:before {
  content: "\eac8"; }

.icon-sort-alphabetically:before {
  content: "\eac9"; }

.icon-input-checked:before {
  content: "\eaca"; }

.icon-calender:before {
  content: "\eacb"; }

.icon-world:before {
  content: "\eacc"; }

.icon-notes:before {
  content: "\eacd"; }

.icon-code2:before {
  content: "\eace"; }

.icon-arrow-sync:before {
  content: "\eacf"; }

.icon-arrow-shuffle:before {
  content: "\ead0"; }

.icon-arrow-repeat:before {
  content: "\ead1"; }

.icon-arrow-minimise:before {
  content: "\ead2"; }

.icon-arrow-maximise:before {
  content: "\ead3"; }

.icon-arrow-loop:before {
  content: "\ead4"; }

.icon-anchor:before {
  content: "\ead5"; }

.icon-spanner:before {
  content: "\ead6"; }

.icon-puzzle:before {
  content: "\ead7"; }

.icon-power2:before {
  content: "\ead8"; }

.icon-plane:before {
  content: "\ead9"; }

.icon-pi:before {
  content: "\eada"; }

.icon-phone3:before {
  content: "\eadb"; }

.icon-microphone:before {
  content: "\eadc"; }

.icon-media-rewind:before {
  content: "\eadd"; }

.icon-flag3:before {
  content: "\eade"; }

.icon-adjust-brightness:before {
  content: "\eadf"; }

.icon-waves:before {
  content: "\eae0"; }

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

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

.icon-social-dribbble:before {
  content: "\eae3"; }

.icon-media-stop:before {
  content: "\eae4"; }

.icon-media-record:before {
  content: "\eae5"; }

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

.icon-media-fast-forward:before {
  content: "\eae7"; }

.icon-media-eject:before {
  content: "\eae8"; }

.icon-social-vimeo:before {
  content: "\eae9"; }

.icon-social-tumbler:before {
  content: "\eaea"; }

.icon-social-skype:before {
  content: "\eaeb"; }

.icon-social-pinterest:before {
  content: "\eaec"; }

.icon-social-linkedin:before {
  content: "\eaed"; }

.icon-social-last-fm:before {
  content: "\eaee"; }

.icon-social-github:before {
  content: "\eaef"; }

.icon-social-flickr:before {
  content: "\eaf0"; }

.icon-at:before {
  content: "\eaf1"; }

.icon-times-outline:before {
  content: "\eaf2"; }

.icon-plus-outline:before {
  content: "\eaf3"; }

.icon-minus-outline:before {
  content: "\eaf4"; }

.icon-tick-outline:before {
  content: "\eaf5"; }

.icon-th-large-outline:before {
  content: "\eaf6"; }

.icon-equals-outline:before {
  content: "\eaf7"; }

.icon-divide-outline:before {
  content: "\eaf8"; }

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

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

.icon-arrow-right-outline:before {
  content: "\eafb"; }

.icon-arrow-left-outline:before {
  content: "\eafc"; }

.icon-th-small-outline:before {
  content: "\eafd"; }

.icon-th-menu-outline:before {
  content: "\eafe"; }

.icon-th-list-outline:before {
  content: "\eaff"; }

.icon-news2:before {
  content: "\eb00"; }

.icon-home-outline:before {
  content: "\eb01"; }

.icon-arrow-up-outline:before {
  content: "\eb02"; }

.icon-arrow-forward-outline:before {
  content: "\eb03"; }

.icon-arrow-down-outline:before {
  content: "\eb04"; }

.icon-arrow-back-outline:before {
  content: "\eb05"; }

.icon-trash2:before {
  content: "\eb06"; }

.icon-rss-outline:before {
  content: "\eb07"; }

.icon-message2:before {
  content: "\eb08"; }

.icon-location-outline:before {
  content: "\eb09"; }

.icon-link-outline:before {
  content: "\eb0a"; }

.icon-image-outline:before {
  content: "\eb0b"; }

.icon-export-outline:before {
  content: "\eb0c"; }

.icon-cross3:before {
  content: "\eb0d"; }

.icon-wi-fi-outline:before {
  content: "\eb0e"; }

.icon-star-outline:before {
  content: "\eb0f"; }

.icon-media-pause-outline:before {
  content: "\eb10"; }

.icon-mail6:before {
  content: "\eb11"; }

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

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

.icon-cancel-outline:before {
  content: "\eb14"; }

.icon-beaker:before {
  content: "\eb15"; }

.icon-arrow-move-outline:before {
  content: "\eb16"; }

.icon-watch:before {
  content: "\eb17"; }

.icon-warning-outline:before {
  content: "\eb18"; }

.icon-time:before {
  content: "\eb19"; }

.icon-radar-outline:before {
  content: "\eb1a"; }

.icon-lock-open-outline:before {
  content: "\eb1b"; }

.icon-location-arrow-outline:before {
  content: "\eb1c"; }

.icon-info-outline:before {
  content: "\eb1d"; }

.icon-backspace-outline:before {
  content: "\eb1e"; }

.icon-attachment-outline:before {
  content: "\eb1f"; }

.icon-user-outline:before {
  content: "\eb20"; }

.icon-user-delete-outline:before {
  content: "\eb21"; }

.icon-user-add-outline:before {
  content: "\eb22"; }

.icon-lock-closed-outline:before {
  content: "\eb23"; }

.icon-group-outline:before {
  content: "\eb24"; }

.icon-chart-pie-outline:before {
  content: "\eb25"; }

.icon-chart-line-outline:before {
  content: "\eb26"; }

.icon-chart-bar-outline:before {
  content: "\eb27"; }

.icon-chart-area-outline:before {
  content: "\eb28"; }

.icon-video-outline:before {
  content: "\eb29"; }

.icon-point-of-interest-outline:before {
  content: "\eb2a"; }

.icon-map4:before {
  content: "\eb2b"; }

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

.icon-infinity-outline:before {
  content: "\eb2d"; }

.icon-globe-outline:before {
  content: "\eb2e"; }

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

.icon-cog-outline:before {
  content: "\eb30"; }

.icon-camera-outline:before {
  content: "\eb31"; }

.icon-upload-outline:before {
  content: "\eb32"; }

.icon-support:before {
  content: "\eb33"; }

.icon-scissors-outline:before {
  content: "\eb34"; }

.icon-refresh-outline:before {
  content: "\eb35"; }

.icon-info-large-outline:before {
  content: "\eb36"; }

.icon-eject-outline:before {
  content: "\eb37"; }

.icon-download-outline:before {
  content: "\eb38"; }

.icon-battery-mid:before {
  content: "\eb39"; }

.icon-battery-low:before {
  content: "\eb3a"; }

.icon-battery-high:before {
  content: "\eb3b"; }

.icon-zoom-outline:before {
  content: "\eb3c"; }

.icon-zoom-out-outline:before {
  content: "\eb3d"; }

.icon-zoom-in-outline:before {
  content: "\eb3e"; }

.icon-tag2:before {
  content: "\eb3f"; }

.icon-tabs-outline:before {
  content: "\eb40"; }

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

.icon-message-typing:before {
  content: "\eb42"; }

.icon-directions:before {
  content: "\eb43"; }

.icon-battery-full:before {
  content: "\eb44"; }

.icon-battery-charge:before {
  content: "\eb45"; }

.icon-pipette:before {
  content: "\eb46"; }

.icon-pencil4:before {
  content: "\eb47"; }

.icon-folder3:before {
  content: "\eb48"; }

.icon-folder-delete:before {
  content: "\eb49"; }

.icon-folder-add:before {
  content: "\eb4a"; }

.icon-edit2:before {
  content: "\eb4b"; }

.icon-document2:before {
  content: "\eb4c"; }

.icon-document-delete:before {
  content: "\eb4d"; }

.icon-document-add:before {
  content: "\eb4e"; }

.icon-brush2:before {
  content: "\eb4f"; }

.icon-thumbs-up2:before {
  content: "\eb50"; }

.icon-thumbs-down2:before {
  content: "\eb51"; }

.icon-pen2:before {
  content: "\eb52"; }

.icon-sort-numerically-outline:before {
  content: "\eb53"; }

.icon-sort-alphabetically-outline:before {
  content: "\eb54"; }

.icon-social-last-fm-circular:before {
  content: "\eb55"; }

.icon-social-github-circular:before {
  content: "\eb56"; }

.icon-compass4:before {
  content: "\eb57"; }

.icon-bookmark3:before {
  content: "\eb58"; }

.icon-input-checked-outline:before {
  content: "\eb59"; }

.icon-code-outline:before {
  content: "\eb5a"; }

.icon-calender-outline:before {
  content: "\eb5b"; }

.icon-business-card:before {
  content: "\eb5c"; }

.icon-arrow-up4:before {
  content: "\eb5d"; }

.icon-arrow-sync-outline:before {
  content: "\eb5e"; }

.icon-arrow-right4:before {
  content: "\eb5f"; }

.icon-arrow-repeat-outline:before {
  content: "\eb60"; }

.icon-arrow-loop-outline:before {
  content: "\eb61"; }

.icon-arrow-left4:before {
  content: "\eb62"; }

.icon-flow-switch:before {
  content: "\eb63"; }

.icon-flow-parallel2:before {
  content: "\eb64"; }

.icon-flow-merge:before {
  content: "\eb65"; }

.icon-document-text:before {
  content: "\eb66"; }

.icon-clipboard3:before {
  content: "\eb67"; }

.icon-calculator3:before {
  content: "\eb68"; }

.icon-arrow-minimise-outline:before {
  content: "\eb69"; }

.icon-arrow-maximise-outline:before {
  content: "\eb6a"; }

.icon-arrow-down4:before {
  content: "\eb6b"; }

.icon-gift2:before {
  content: "\eb6c"; }

.icon-film2:before {
  content: "\eb6d"; }

.icon-database3:before {
  content: "\eb6e"; }

.icon-bell3:before {
  content: "\eb6f"; }

.icon-anchor-outline:before {
  content: "\eb70"; }

.icon-adjust-contrast:before {
  content: "\eb71"; }

.icon-world-outline:before {
  content: "\eb72"; }

.icon-shopping-bag2:before {
  content: "\eb73"; }

.icon-power-outline:before {
  content: "\eb74"; }

.icon-notes-outline:before {
  content: "\eb75"; }

.icon-device-tablet:before {
  content: "\eb76"; }

.icon-device-phone:before {
  content: "\eb77"; }

.icon-device-laptop:before {
  content: "\eb78"; }

.icon-device-desktop:before {
  content: "\eb79"; }

.icon-briefcase3:before {
  content: "\eb7a"; }

.icon-stopwatch3:before {
  content: "\eb7b"; }

.icon-spanner-outline:before {
  content: "\eb7c"; }

.icon-puzzle-outline:before {
  content: "\eb7d"; }

.icon-printer2:before {
  content: "\eb7e"; }

.icon-pi-outline:before {
  content: "\eb7f"; }

.icon-lightbulb:before {
  content: "\eb80"; }

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

.icon-contacts:before {
  content: "\eb82"; }

.icon-archive2:before {
  content: "\eb83"; }

.icon-weather-stormy:before {
  content: "\eb84"; }

.icon-weather-shower:before {
  content: "\eb85"; }

.icon-weather-partly-sunny:before {
  content: "\eb86"; }

.icon-weather-downpour:before {
  content: "\eb87"; }

.icon-weather-cloudy:before {
  content: "\eb88"; }

.icon-plane-outline:before {
  content: "\eb89"; }

.icon-phone-outline:before {
  content: "\eb8a"; }

.icon-microphone-outline:before {
  content: "\eb8b"; }

.icon-weather-windy:before {
  content: "\eb8c"; }

.icon-weather-windy-cloudy:before {
  content: "\eb8d"; }

.icon-weather-sunny:before {
  content: "\eb8e"; }

.icon-weather-snow:before {
  content: "\eb8f"; }

.icon-weather-night:before {
  content: "\eb90"; }

.icon-media-stop-outline:before {
  content: "\eb91"; }

.icon-media-rewind-outline:before {
  content: "\eb92"; }

.icon-media-record-outline:before {
  content: "\eb93"; }

.icon-media-play-outline:before {
  content: "\eb94"; }

.icon-media-fast-forward-outline:before {
  content: "\eb95"; }

.icon-media-eject-outline:before {
  content: "\eb96"; }

.icon-wine:before {
  content: "\eb97"; }

.icon-waves-outline:before {
  content: "\eb98"; }

.icon-ticket3:before {
  content: "\eb99"; }

.icon-tags:before {
  content: "\eb9a"; }

.icon-plug:before {
  content: "\eb9b"; }

.icon-headphones2:before {
  content: "\eb9c"; }

.icon-credit-card3:before {
  content: "\eb9d"; }

.icon-coffee:before {
  content: "\eb9e"; }

.icon-book3:before {
  content: "\eb9f"; }

.icon-beer:before {
  content: "\eba0"; }

.icon-volume:before {
  content: "\eba1"; }

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

.icon-volume-mute3:before {
  content: "\eba3"; }

.icon-volume-down:before {
  content: "\eba4"; }

.icon-social-vimeo-circular:before {
  content: "\eba5"; }

.icon-social-twitter-circular:before {
  content: "\eba6"; }

.icon-social-pinterest-circular:before {
  content: "\eba7"; }

.icon-social-linkedin-circular:before {
  content: "\eba8"; }

.icon-social-facebook-circular:before {
  content: "\eba9"; }

.icon-social-dribbble-circular:before {
  content: "\ebaa"; }

.icon-tree3:before {
  content: "\ebab"; }

.icon-thermometer2:before {
  content: "\ebac"; }

.icon-social-tumbler-circular:before {
  content: "\ebad"; }

.icon-social-skype-outline:before {
  content: "\ebae"; }

.icon-social-flickr-circular:before {
  content: "\ebaf"; }

.icon-social-at-circular:before {
  content: "\ebb0"; }

.icon-shopping-cart2:before {
  content: "\ebb1"; }

.icon-messages:before {
  content: "\ebb2"; }

.icon-leaf3:before {
  content: "\ebb3"; }

.icon-feather2:before {
  content: "\ebb4"; }

.icon-3d_rotation:before {
  content: "\e84d"; }

.icon-ac_unit:before {
  content: "\ebb5"; }

.icon-alarm2:before {
  content: "\e855"; }

.icon-access_alarms:before {
  content: "\e191"; }

.icon-schedule:before {
  content: "\e8b5"; }

.icon-accessibility2:before {
  content: "\e84e"; }

.icon-accessible:before {
  content: "\ebb6"; }

.icon-account_balance:before {
  content: "\e84f"; }

.icon-account_balance_wallet:before {
  content: "\e850"; }

.icon-account_box:before {
  content: "\e851"; }

.icon-account_circle:before {
  content: "\e853"; }

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

.icon-add:before {
  content: "\e145"; }

.icon-add_a_photo:before {
  content: "\e439"; }

.icon-alarm_add:before {
  content: "\e856"; }

.icon-add_alert:before {
  content: "\e003"; }

.icon-add_box:before {
  content: "\e146"; }

.icon-add_circle:before {
  content: "\e147"; }

.icon-control_point:before {
  content: "\e3ba"; }

.icon-add_location:before {
  content: "\e567"; }

.icon-add_shopping_cart:before {
  content: "\e854"; }

.icon-queue:before {
  content: "\e03c"; }

.icon-add_to_queue:before {
  content: "\e05c"; }

.icon-adjust2:before {
  content: "\e39e"; }

.icon-airline_seat_flat:before {
  content: "\e630"; }

.icon-airline_seat_flat_angled:before {
  content: "\e631"; }

.icon-airline_seat_individual_suite:before {
  content: "\e632"; }

.icon-airline_seat_legroom_extra:before {
  content: "\e633"; }

.icon-airline_seat_legroom_normal:before {
  content: "\e634"; }

.icon-airline_seat_legroom_reduced:before {
  content: "\e635"; }

.icon-airline_seat_recline_extra:before {
  content: "\e636"; }

.icon-airline_seat_recline_normal:before {
  content: "\e637"; }

.icon-flight:before {
  content: "\e539"; }

.icon-airplanemode_inactive:before {
  content: "\e194"; }

.icon-airplay:before {
  content: "\e055"; }

.icon-airport_shuttle:before {
  content: "\ebb7"; }

.icon-alarm_off:before {
  content: "\e857"; }

.icon-alarm_on:before {
  content: "\e858"; }

.icon-album:before {
  content: "\e019"; }

.icon-all_inclusive:before {
  content: "\ebb8"; }

.icon-all_out:before {
  content: "\ebb9"; }

.icon-android2:before {
  content: "\e859"; }

.icon-announcement:before {
  content: "\e85a"; }

.icon-apps:before {
  content: "\e5c3"; }

.icon-archive3:before {
  content: "\e149"; }

.icon-arrow_back:before {
  content: "\e5c4"; }

.icon-arrow_downward:before {
  content: "\e5db"; }

.icon-arrow_drop_down:before {
  content: "\e5c5"; }

.icon-arrow_drop_down_circle:before {
  content: "\e5c6"; }

.icon-arrow_drop_up:before {
  content: "\e5c7"; }

.icon-arrow_forward:before {
  content: "\e5c8"; }

.icon-arrow_upward:before {
  content: "\e5d8"; }

.icon-art_track:before {
  content: "\e060"; }

.icon-aspect_ratio:before {
  content: "\e85b"; }

.icon-poll:before {
  content: "\e801"; }

.icon-assignment:before {
  content: "\e85d"; }

.icon-assignment_ind:before {
  content: "\e85e"; }

.icon-assignment_late:before {
  content: "\e85f"; }

.icon-assignment_return:before {
  content: "\e860"; }

.icon-assignment_returned:before {
  content: "\e861"; }

.icon-assignment_turned_in:before {
  content: "\e862"; }

.icon-assistant:before {
  content: "\e39f"; }

.icon-flag4:before {
  content: "\e153"; }

.icon-attach_file:before {
  content: "\e226"; }

.icon-attach_money:before {
  content: "\e227"; }

.icon-attachment4:before {
  content: "\e2bc"; }

.icon-audiotrack:before {
  content: "\e3a1"; }

.icon-autorenew:before {
  content: "\e863"; }

.icon-av_timer:before {
  content: "\e01b"; }

.icon-backspace2:before {
  content: "\e14a"; }

.icon-cloud_upload:before {
  content: "\e2c3"; }

.icon-battery_alert:before {
  content: "\e19c"; }

.icon-battery_charging_full:before {
  content: "\e1a3"; }

.icon-battery_std:before {
  content: "\e1a5"; }

.icon-battery_unknown:before {
  content: "\e1a6"; }

.icon-beach_access:before {
  content: "\ebba"; }

.icon-beenhere:before {
  content: "\e52d"; }

.icon-block2:before {
  content: "\e14b"; }

.icon-bluetooth:before {
  content: "\e1a7"; }

.icon-bluetooth_searching:before {
  content: "\e1aa"; }

.icon-bluetooth_connected:before {
  content: "\e1a8"; }

.icon-bluetooth_disabled:before {
  content: "\e1a9"; }

.icon-blur_circular:before {
  content: "\e3a2"; }

.icon-blur_linear:before {
  content: "\e3a3"; }

.icon-blur_off:before {
  content: "\e3a4"; }

.icon-blur_on:before {
  content: "\e3a5"; }

.icon-class:before {
  content: "\e86e"; }

.icon-turned_in:before {
  content: "\e8e6"; }

.icon-turned_in_not:before {
  content: "\e8e7"; }

.icon-border_all:before {
  content: "\e228"; }

.icon-border_bottom:before {
  content: "\e229"; }

.icon-border_clear:before {
  content: "\e22a"; }

.icon-border_color:before {
  content: "\e22b"; }

.icon-border_horizontal:before {
  content: "\e22c"; }

.icon-border_inner:before {
  content: "\e22d"; }

.icon-border_left:before {
  content: "\e22e"; }

.icon-border_outer:before {
  content: "\e22f"; }

.icon-border_right:before {
  content: "\e230"; }

.icon-border_style:before {
  content: "\e231"; }

.icon-border_top:before {
  content: "\e232"; }

.icon-border_vertical:before {
  content: "\e233"; }

.icon-branding_watermark:before {
  content: "\e06b"; }

.icon-brightness_1:before {
  content: "\e3a6"; }

.icon-brightness_2:before {
  content: "\e3a7"; }

.icon-brightness_3:before {
  content: "\e3a8"; }

.icon-brightness_4:before {
  content: "\e3a9"; }

.icon-brightness_low:before {
  content: "\e1ad"; }

.icon-brightness_medium:before {
  content: "\e1ae"; }

.icon-brightness_high:before {
  content: "\e1ac"; }

.icon-brightness_auto:before {
  content: "\e1ab"; }

.icon-broken_image:before {
  content: "\e3ad"; }

.icon-brush3:before {
  content: "\e3ae"; }

.icon-bubble_chart:before {
  content: "\e6dd"; }

.icon-bug_report:before {
  content: "\e868"; }

.icon-build:before {
  content: "\e869"; }

.icon-burst_mode:before {
  content: "\e43c"; }

.icon-domain:before {
  content: "\e7ee"; }

.icon-business_center:before {
  content: "\ebbb"; }

.icon-cached:before {
  content: "\e86a"; }

.icon-cake2:before {
  content: "\e7e9"; }

.icon-phone4:before {
  content: "\e0cd"; }

.icon-call_end:before {
  content: "\e0b1"; }

.icon-call_made:before {
  content: "\e0b2"; }

.icon-merge_type:before {
  content: "\e252"; }

.icon-call_missed:before {
  content: "\e0b4"; }

.icon-call_missed_outgoing:before {
  content: "\e0e4"; }

.icon-call_received:before {
  content: "\e0b5"; }

.icon-call_split:before {
  content: "\e0b6"; }

.icon-call_to_action:before {
  content: "\e06c"; }

.icon-camera4:before {
  content: "\e3af"; }

.icon-photo_camera:before {
  content: "\e412"; }

.icon-camera_enhance:before {
  content: "\e8fc"; }

.icon-camera_front:before {
  content: "\e3b1"; }

.icon-camera_rear:before {
  content: "\e3b2"; }

.icon-camera_roll:before {
  content: "\e3b3"; }

.icon-cancel2:before {
  content: "\e5c9"; }

.icon-redeem:before {
  content: "\e8b1"; }

.icon-card_membership:before {
  content: "\e8f7"; }

.icon-card_travel:before {
  content: "\e8f8"; }

.icon-casino:before {
  content: "\ebbc"; }

.icon-cast:before {
  content: "\e307"; }

.icon-cast_connected:before {
  content: "\e308"; }

.icon-center_focus_strong:before {
  content: "\e3b4"; }

.icon-center_focus_weak:before {
  content: "\e3b5"; }

.icon-change_history:before {
  content: "\e86b"; }

.icon-chat2:before {
  content: "\e0b7"; }

.icon-chat_bubble:before {
  content: "\e0ca"; }

.icon-chat_bubble_outline:before {
  content: "\e0cb"; }

.icon-check2:before {
  content: "\e5ca"; }

.icon-check_box:before {
  content: "\e834"; }

.icon-check_box_outline_blank:before {
  content: "\e835"; }

.icon-check_circle:before {
  content: "\e86c"; }

.icon-navigate_before:before {
  content: "\e408"; }

.icon-navigate_next:before {
  content: "\e409"; }

.icon-child_care:before {
  content: "\ebbd"; }

.icon-child_friendly:before {
  content: "\ebbe"; }

.icon-chrome_reader_mode:before {
  content: "\e86d"; }

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

.icon-clear_all:before {
  content: "\e0b8"; }

.icon-closed_caption:before {
  content: "\e01c"; }

.icon-wb_cloudy:before {
  content: "\e42d"; }

.icon-cloud_circle:before {
  content: "\e2be"; }

.icon-cloud_done:before {
  content: "\e2bf"; }

.icon-cloud_download:before {
  content: "\e2c0"; }

.icon-cloud_off:before {
  content: "\e2c1"; }

.icon-cloud_queue:before {
  content: "\e2c2"; }

.icon-code3:before {
  content: "\e86f"; }

.icon-photo_library:before {
  content: "\e413"; }

.icon-collections_bookmark:before {
  content: "\e431"; }

.icon-palette2:before {
  content: "\e40a"; }

.icon-colorize:before {
  content: "\e3b8"; }

.icon-comment:before {
  content: "\e0b9"; }

.icon-compare:before {
  content: "\e3b9"; }

.icon-compare_arrows:before {
  content: "\ebbf"; }

.icon-laptop3:before {
  content: "\e31e"; }

.icon-confirmation_number:before {
  content: "\e638"; }

.icon-contact_mail:before {
  content: "\e0d0"; }

.icon-contact_phone:before {
  content: "\e0cf"; }

.icon-contacts2:before {
  content: "\e0ba"; }

.icon-content_copy:before {
  content: "\e14d"; }

.icon-content_cut:before {
  content: "\e14e"; }

.icon-content_paste:before {
  content: "\e14f"; }

.icon-control_point_duplicate:before {
  content: "\e3bb"; }

.icon-copyright:before {
  content: "\ebc0"; }

.icon-mode_edit:before {
  content: "\e254"; }

.icon-create_new_folder:before {
  content: "\e2cc"; }

.icon-payment:before {
  content: "\e8a1"; }

.icon-crop2:before {
  content: "\e3be"; }

.icon-crop_16_9:before {
  content: "\e3bc"; }

.icon-crop_3_2:before {
  content: "\e3bd"; }

.icon-crop_landscape:before {
  content: "\e3c3"; }

.icon-crop_7_5:before {
  content: "\e3c0"; }

.icon-crop_din:before {
  content: "\e3c1"; }

.icon-crop_free:before {
  content: "\e3c2"; }

.icon-crop_original:before {
  content: "\e3c4"; }

.icon-crop_portrait:before {
  content: "\e3c5"; }

.icon-crop_rotate:before {
  content: "\e437"; }

.icon-crop_square:before {
  content: "\e3c6"; }

.icon-dashboard:before {
  content: "\e871"; }

.icon-data_usage:before {
  content: "\e1af"; }

.icon-date_range:before {
  content: "\ebc1"; }

.icon-dehaze:before {
  content: "\e3c7"; }

.icon-delete2:before {
  content: "\e872"; }

.icon-delete_forever:before {
  content: "\ebc2"; }

.icon-delete_sweep:before {
  content: "\e16c"; }

.icon-description:before {
  content: "\e873"; }

.icon-desktop_mac:before {
  content: "\e30b"; }

.icon-desktop_windows:before {
  content: "\e30c"; }

.icon-details:before {
  content: "\e3c8"; }

.icon-developer_board:before {
  content: "\e30d"; }

.icon-developer_mode:before {
  content: "\e1b0"; }

.icon-device_hub:before {
  content: "\e335"; }

.icon-phonelink:before {
  content: "\e326"; }

.icon-devices_other:before {
  content: "\e337"; }

.icon-dialer_sip:before {
  content: "\e0bb"; }

.icon-dialpad:before {
  content: "\e0bc"; }

.icon-directions2:before {
  content: "\e52e"; }

.icon-directions_bike:before {
  content: "\e52f"; }

.icon-directions_boat:before {
  content: "\e532"; }

.icon-directions_bus:before {
  content: "\e530"; }

.icon-directions_car:before {
  content: "\e531"; }

.icon-directions_railway:before {
  content: "\e534"; }

.icon-directions_run:before {
  content: "\e566"; }

.icon-directions_transit:before {
  content: "\e535"; }

.icon-directions_walk:before {
  content: "\e536"; }

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

.icon-dns:before {
  content: "\e875"; }

.icon-not_interested:before {
  content: "\e033"; }

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

.icon-do_not_disturb_off:before {
  content: "\e643"; }

.icon-remove_circle:before {
  content: "\e15c"; }

.icon-dock:before {
  content: "\e30e"; }

.icon-done:before {
  content: "\e876"; }

.icon-done_all:before {
  content: "\e877"; }

.icon-donut_large:before {
  content: "\ebc3"; }

.icon-donut_small:before {
  content: "\ebc4"; }

.icon-drafts:before {
  content: "\e151"; }

.icon-drag_handle:before {
  content: "\e25d"; }

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

.icon-dvr:before {
  content: "\e1b2"; }

.icon-edit_location:before {
  content: "\e568"; }

.icon-eject3:before {
  content: "\e8fb"; }

.icon-markunread:before {
  content: "\e159"; }

.icon-enhanced_encryption:before {
  content: "\e63f"; }

.icon-equalizer3:before {
  content: "\e01d"; }

.icon-error:before {
  content: "\e000"; }

.icon-error_outline:before {
  content: "\e001"; }

.icon-euro_symbol:before {
  content: "\ebc5"; }

.icon-ev_station:before {
  content: "\e56d"; }

.icon-insert_invitation:before {
  content: "\e24f"; }

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

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

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

.icon-event_seat:before {
  content: "\ebc6"; }

.icon-exit_to_app:before {
  content: "\e879"; }

.icon-expand_less:before {
  content: "\e5ce"; }

.icon-expand_more:before {
  content: "\e5cf"; }

.icon-explicit:before {
  content: "\e01e"; }

.icon-explore:before {
  content: "\e87a"; }

.icon-exposure:before {
  content: "\e3ca"; }

.icon-exposure_neg_1:before {
  content: "\e3cb"; }

.icon-exposure_neg_2:before {
  content: "\e3cc"; }

.icon-exposure_plus_1:before {
  content: "\e3cd"; }

.icon-exposure_plus_2:before {
  content: "\e3ce"; }

.icon-exposure_zero:before {
  content: "\e3cf"; }

.icon-extension:before {
  content: "\e87b"; }

.icon-face:before {
  content: "\e87c"; }

.icon-fast_forward:before {
  content: "\e01f"; }

.icon-fast_rewind:before {
  content: "\e020"; }

.icon-favorite:before {
  content: "\e87d"; }

.icon-favorite_border:before {
  content: "\e87e"; }

.icon-featured_play_list:before {
  content: "\e06d"; }

.icon-featured_video:before {
  content: "\e06e"; }

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

.icon-fiber_dvr:before {
  content: "\e05d"; }

.icon-fiber_manual_record:before {
  content: "\e061"; }

.icon-fiber_new:before {
  content: "\e05e"; }

.icon-fiber_pin:before {
  content: "\e06a"; }

.icon-fiber_smart_record:before {
  content: "\e062"; }

.icon-get_app:before {
  content: "\e884"; }

.icon-file_upload:before {
  content: "\e2c6"; }

.icon-filter2:before {
  content: "\e3d3"; }

.icon-filter_1:before {
  content: "\e3d0"; }

.icon-filter_2:before {
  content: "\e3d1"; }

.icon-filter_3:before {
  content: "\e3d2"; }

.icon-filter_4:before {
  content: "\e3d4"; }

.icon-filter_5:before {
  content: "\e3d5"; }

.icon-filter_6:before {
  content: "\e3d6"; }

.icon-filter_7:before {
  content: "\e3d7"; }

.icon-filter_8:before {
  content: "\e3d8"; }

.icon-filter_9:before {
  content: "\e3d9"; }

.icon-filter_9_plus:before {
  content: "\e3da"; }

.icon-filter_b_and_w:before {
  content: "\e3db"; }

.icon-filter_center_focus:before {
  content: "\e3dc"; }

.icon-filter_drama:before {
  content: "\e3dd"; }

.icon-filter_frames:before {
  content: "\e3de"; }

.icon-terrain:before {
  content: "\e564"; }

.icon-filter_list:before {
  content: "\e152"; }

.icon-filter_none:before {
  content: "\e3e0"; }

.icon-filter_tilt_shift:before {
  content: "\e3e2"; }

.icon-filter_vintage:before {
  content: "\e3e3"; }

.icon-find_in_page:before {
  content: "\e880"; }

.icon-find_replace:before {
  content: "\e881"; }

.icon-fingerprint:before {
  content: "\ebc7"; }

.icon-first_page:before {
  content: "\e5dc"; }

.icon-fitness_center:before {
  content: "\ebc8"; }

.icon-flare:before {
  content: "\e3e4"; }

.icon-flash_auto:before {
  content: "\e3e5"; }

.icon-flash_off:before {
  content: "\e3e6"; }

.icon-flash_on:before {
  content: "\e3e7"; }

.icon-flight_land:before {
  content: "\ebc9"; }

.icon-flight_takeoff:before {
  content: "\ebca"; }

.icon-flip:before {
  content: "\e3e8"; }

.icon-flip_to_back:before {
  content: "\e882"; }

.icon-flip_to_front:before {
  content: "\e883"; }

.icon-folder4:before {
  content: "\e2c7"; }

.icon-folder_open:before {
  content: "\e2c8"; }

.icon-folder_shared:before {
  content: "\e2c9"; }

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

.icon-font_download:before {
  content: "\e167"; }

.icon-format_align_center:before {
  content: "\e234"; }

.icon-format_align_justify:before {
  content: "\e235"; }

.icon-format_align_left:before {
  content: "\e236"; }

.icon-format_align_right:before {
  content: "\e237"; }

.icon-format_bold:before {
  content: "\e238"; }

.icon-format_clear:before {
  content: "\e239"; }

.icon-format_color_fill:before {
  content: "\e23a"; }

.icon-format_color_reset:before {
  content: "\e23b"; }

.icon-format_color_text:before {
  content: "\e23c"; }

.icon-format_indent_decrease:before {
  content: "\e23d"; }

.icon-format_indent_increase:before {
  content: "\e23e"; }

.icon-format_italic:before {
  content: "\e23f"; }

.icon-format_line_spacing:before {
  content: "\e240"; }

.icon-format_list_bulleted:before {
  content: "\e241"; }

.icon-format_list_numbered:before {
  content: "\e242"; }

.icon-format_paint:before {
  content: "\e243"; }

.icon-format_quote:before {
  content: "\e244"; }

.icon-format_shapes:before {
  content: "\e25e"; }

.icon-format_size:before {
  content: "\e245"; }

.icon-format_strikethrough:before {
  content: "\e246"; }

.icon-format_textdirection_l_to_r:before {
  content: "\e247"; }

.icon-format_textdirection_r_to_l:before {
  content: "\e248"; }

.icon-format_underlined:before {
  content: "\e249"; }

.icon-question_answer:before {
  content: "\e8af"; }

.icon-forward5:before {
  content: "\e154"; }

.icon-forward_10:before {
  content: "\e056"; }

.icon-forward_30:before {
  content: "\e057"; }

.icon-forward_5:before {
  content: "\e058"; }

.icon-free_breakfast:before {
  content: "\ebcb"; }

.icon-fullscreen:before {
  content: "\e5d0"; }

.icon-fullscreen_exit:before {
  content: "\e5d1"; }

.icon-functions:before {
  content: "\e24a"; }

.icon-g_translate:before {
  content: "\ebcc"; }

.icon-games:before {
  content: "\e021"; }

.icon-gavel:before {
  content: "\ebcd"; }

.icon-gesture:before {
  content: "\e155"; }

.icon-gif:before {
  content: "\ebce"; }

.icon-goat:before {
  content: "\ebcf"; }

.icon-golf_course:before {
  content: "\ebd0"; }

.icon-my_location:before {
  content: "\e55c"; }

.icon-location_searching:before {
  content: "\e1b7"; }

.icon-location_disabled:before {
  content: "\e1b6"; }

.icon-star3:before {
  content: "\e838"; }

.icon-gradient:before {
  content: "\e3e9"; }

.icon-grain:before {
  content: "\e3ea"; }

.icon-graphic_eq:before {
  content: "\e1b8"; }

.icon-grid_off:before {
  content: "\e3eb"; }

.icon-grid_on:before {
  content: "\e3ec"; }

.icon-people:before {
  content: "\e7fb"; }

.icon-group_add:before {
  content: "\e7f0"; }

.icon-group_work:before {
  content: "\e886"; }

.icon-hd:before {
  content: "\e052"; }

.icon-hdr_off:before {
  content: "\e3ed"; }

.icon-hdr_on:before {
  content: "\e3ee"; }

.icon-hdr_strong:before {
  content: "\e3f1"; }

.icon-hdr_weak:before {
  content: "\e3f2"; }

.icon-headset:before {
  content: "\e310"; }

.icon-headset_mic:before {
  content: "\e311"; }

.icon-healing:before {
  content: "\e3f3"; }

.icon-hearing:before {
  content: "\e023"; }

.icon-help2:before {
  content: "\e887"; }

.icon-help_outline:before {
  content: "\e8fd"; }

.icon-high_quality:before {
  content: "\e024"; }

.icon-highlight:before {
  content: "\e25f"; }

.icon-highlight_off:before {
  content: "\e888"; }

.icon-restore:before {
  content: "\e8b3"; }

.icon-home6:before {
  content: "\e88a"; }

.icon-hot_tub:before {
  content: "\ebd1"; }

.icon-local_hotel:before {
  content: "\e549"; }

.icon-hourglass_empty:before {
  content: "\e88b"; }

.icon-hourglass_full:before {
  content: "\e88c"; }

.icon-http:before {
  content: "\ebd2"; }

.icon-lock3:before {
  content: "\e897"; }

.icon-photo:before {
  content: "\e410"; }

.icon-image_aspect_ratio:before {
  content: "\e3f5"; }

.icon-import_contacts:before {
  content: "\e0e0"; }

.icon-import_export:before {
  content: "\e0c3"; }

.icon-important_devices:before {
  content: "\ebd3"; }

.icon-inbox2:before {
  content: "\e156"; }

.icon-indeterminate_check_box:before {
  content: "\ebd4"; }

.icon-info4:before {
  content: "\e88e"; }

.icon-info_outline:before {
  content: "\e88f"; }

.icon-input:before {
  content: "\e890"; }

.icon-insert_comment:before {
  content: "\e24c"; }

.icon-insert_drive_file:before {
  content: "\e24d"; }

.icon-tag_faces:before {
  content: "\e420"; }

.icon-link4:before {
  content: "\e157"; }

.icon-invert_colors:before {
  content: "\e891"; }

.icon-invert_colors_off:before {
  content: "\e0c4"; }

.icon-iso:before {
  content: "\e3f6"; }

.icon-keyboard3:before {
  content: "\e312"; }

.icon-keyboard_arrow_down:before {
  content: "\e313"; }

.icon-keyboard_arrow_left:before {
  content: "\e314"; }

.icon-keyboard_arrow_right:before {
  content: "\e315"; }

.icon-keyboard_arrow_up:before {
  content: "\e316"; }

.icon-keyboard_backspace:before {
  content: "\e317"; }

.icon-keyboard_capslock:before {
  content: "\e318"; }

.icon-keyboard_hide:before {
  content: "\e31a"; }

.icon-keyboard_return:before {
  content: "\e31b"; }

.icon-keyboard_tab:before {
  content: "\e31c"; }

.icon-keyboard_voice:before {
  content: "\e31d"; }

.icon-kitchen:before {
  content: "\ebd5"; }

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

.icon-label_outline:before {
  content: "\e893"; }

.icon-language2:before {
  content: "\e894"; }

.icon-laptop_chromebook:before {
  content: "\e31f"; }

.icon-laptop_mac:before {
  content: "\e320"; }

.icon-laptop_windows:before {
  content: "\e321"; }

.icon-last_page:before {
  content: "\e5dd"; }

.icon-open_in_new:before {
  content: "\e89e"; }

.icon-layers2:before {
  content: "\e53b"; }

.icon-layers_clear:before {
  content: "\e53c"; }

.icon-leak_add:before {
  content: "\e3f8"; }

.icon-leak_remove:before {
  content: "\e3f9"; }

.icon-lens:before {
  content: "\e3fa"; }

.icon-library_books:before {
  content: "\e02f"; }

.icon-library_music:before {
  content: "\e030"; }

.icon-lightbulb_outline:before {
  content: "\ebd6"; }

.icon-line_style:before {
  content: "\ebd7"; }

.icon-line_weight:before {
  content: "\ebd8"; }

.icon-linear_scale:before {
  content: "\e260"; }

.icon-linked_camera:before {
  content: "\e438"; }

.icon-list4:before {
  content: "\e896"; }

.icon-live_help:before {
  content: "\e0c6"; }

.icon-live_tv:before {
  content: "\e639"; }

.icon-local_play:before {
  content: "\e553"; }

.icon-local_airport:before {
  content: "\e53d"; }

.icon-local_atm:before {
  content: "\e53e"; }

.icon-local_bar:before {
  content: "\e540"; }

.icon-local_cafe:before {
  content: "\e541"; }

.icon-local_car_wash:before {
  content: "\e542"; }

.icon-local_convenience_store:before {
  content: "\e543"; }

.icon-restaurant_menu:before {
  content: "\e561"; }

.icon-local_drink:before {
  content: "\e544"; }

.icon-local_florist:before {
  content: "\e545"; }

.icon-local_gas_station:before {
  content: "\e546"; }

.icon-shopping_cart:before {
  content: "\e8cc"; }

.icon-local_hospital:before {
  content: "\e548"; }

.icon-local_laundry_service:before {
  content: "\e54a"; }

.icon-local_library:before {
  content: "\e54b"; }

.icon-local_mall:before {
  content: "\e54c"; }

.icon-theaters:before {
  content: "\e8da"; }

.icon-local_offer:before {
  content: "\e54e"; }

.icon-local_parking:before {
  content: "\e54f"; }

.icon-local_pharmacy:before {
  content: "\e550"; }

.icon-local_pizza:before {
  content: "\e552"; }

.icon-print2:before {
  content: "\e8ad"; }

.icon-local_shipping:before {
  content: "\e558"; }

.icon-local_taxi:before {
  content: "\e559"; }

.icon-location_city:before {
  content: "\e7f1"; }

.icon-location_off:before {
  content: "\e0c7"; }

.icon-room:before {
  content: "\e8b4"; }

.icon-lock_open:before {
  content: "\e898"; }

.icon-lock_outline:before {
  content: "\e899"; }

.icon-looks:before {
  content: "\e3fc"; }

.icon-looks_3:before {
  content: "\e3fb"; }

.icon-looks_4:before {
  content: "\e3fd"; }

.icon-looks_5:before {
  content: "\e3fe"; }

.icon-looks_6:before {
  content: "\e3ff"; }

.icon-looks_one:before {
  content: "\e400"; }

.icon-looks_two:before {
  content: "\e401"; }

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

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

.icon-low_priority:before {
  content: "\e16d"; }

.icon-loyalty:before {
  content: "\e89a"; }

.icon-mail_outline:before {
  content: "\e0e1"; }

.icon-map5:before {
  content: "\e55b"; }

.icon-markunread_mailbox:before {
  content: "\e89b"; }

.icon-memory:before {
  content: "\e322"; }

.icon-menu6:before {
  content: "\e5d2"; }

.icon-message3:before {
  content: "\e0c9"; }

.icon-mic3:before {
  content: "\e029"; }

.icon-mic_none:before {
  content: "\e02a"; }

.icon-mic_off:before {
  content: "\e02b"; }

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

.icon-mode_comment:before {
  content: "\e253"; }

.icon-monetization_on:before {
  content: "\e263"; }

.icon-money_off:before {
  content: "\e25c"; }

.icon-monochrome_photos:before {
  content: "\e403"; }

.icon-mood_bad:before {
  content: "\e7f3"; }

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

.icon-more_horiz:before {
  content: "\e5d3"; }

.icon-more_vert:before {
  content: "\e5d4"; }

.icon-motorcycle:before {
  content: "\ebd9"; }

.icon-mouse2:before {
  content: "\e323"; }

.icon-move_to_inbox:before {
  content: "\e168"; }

.icon-movie_creation:before {
  content: "\e404"; }

.icon-movie_filter:before {
  content: "\e43a"; }

.icon-multiline_chart:before {
  content: "\e6df"; }

.icon-music_note:before {
  content: "\e405"; }

.icon-music_video:before {
  content: "\e063"; }

.icon-nature:before {
  content: "\e406"; }

.icon-nature_people:before {
  content: "\e407"; }

.icon-navigation:before {
  content: "\e55d"; }

.icon-near_me:before {
  content: "\e569"; }

.icon-network_cell:before {
  content: "\e1b9"; }

.icon-network_check:before {
  content: "\e640"; }

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

.icon-network_wifi:before {
  content: "\e1ba"; }

.icon-new_releases:before {
  content: "\e031"; }

.icon-next_week:before {
  content: "\e16a"; }

.icon-nfc:before {
  content: "\e1bb"; }

.icon-no_encryption:before {
  content: "\e641"; }

.icon-signal_cellular_no_sim:before {
  content: "\e1ce"; }

.icon-note2:before {
  content: "\e06f"; }

.icon-note_add:before {
  content: "\e89c"; }

.icon-notifications:before {
  content: "\e7f4"; }

.icon-notifications_active:before {
  content: "\e7f7"; }

.icon-notifications_none:before {
  content: "\e7f5"; }

.icon-notifications_off:before {
  content: "\e7f6"; }

.icon-notifications_paused:before {
  content: "\e7f8"; }

.icon-offline_pin:before {
  content: "\ebda"; }

.icon-ondemand_video:before {
  content: "\e63a"; }

.icon-opacity:before {
  content: "\ebdb"; }

.icon-open_in_browser:before {
  content: "\e89d"; }

.icon-open_with:before {
  content: "\e89f"; }

.icon-pages:before {
  content: "\e7f9"; }

.icon-pageview:before {
  content: "\e8a0"; }

.icon-pan_tool:before {
  content: "\ebdc"; }

.icon-panorama:before {
  content: "\e40b"; }

.icon-radio_button_unchecked:before {
  content: "\e836"; }

.icon-panorama_horizontal:before {
  content: "\e40d"; }

.icon-panorama_vertical:before {
  content: "\e40e"; }

.icon-panorama_wide_angle:before {
  content: "\e40f"; }

.icon-party_mode:before {
  content: "\e7fa"; }

.icon-pause3:before {
  content: "\e034"; }

.icon-pause_circle_filled:before {
  content: "\e035"; }

.icon-pause_circle_outline:before {
  content: "\e036"; }

.icon-people_outline:before {
  content: "\e7fc"; }

.icon-perm_camera_mic:before {
  content: "\e8a2"; }

.icon-perm_contact_calendar:before {
  content: "\e8a3"; }

.icon-perm_data_setting:before {
  content: "\e8a4"; }

.icon-perm_device_information:before {
  content: "\e8a5"; }

.icon-person_outline:before {
  content: "\e7ff"; }

.icon-perm_media:before {
  content: "\e8a7"; }

.icon-perm_phone_msg:before {
  content: "\e8a8"; }

.icon-perm_scan_wifi:before {
  content: "\e8a9"; }

.icon-person:before {
  content: "\e7fd"; }

.icon-person_add:before {
  content: "\e7fe"; }

.icon-person_pin:before {
  content: "\e55a"; }

.icon-person_pin_circle:before {
  content: "\e56a"; }

.icon-personal_video:before {
  content: "\e63b"; }

.icon-pets:before {
  content: "\ebdd"; }

.icon-phone_android:before {
  content: "\e324"; }

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

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

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

.icon-phone_iphone:before {
  content: "\e325"; }

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

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

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

.icon-phonelink_erase:before {
  content: "\e0db"; }

.icon-phonelink_lock:before {
  content: "\e0dc"; }

.icon-phonelink_off:before {
  content: "\e327"; }

.icon-phonelink_ring:before {
  content: "\e0dd"; }

.icon-phonelink_setup:before {
  content: "\e0de"; }

.icon-photo_album:before {
  content: "\e411"; }

.icon-photo_filter:before {
  content: "\e43b"; }

.icon-photo_size_select_actual:before {
  content: "\e432"; }

.icon-photo_size_select_large:before {
  content: "\e433"; }

.icon-photo_size_select_small:before {
  content: "\e434"; }

.icon-picture_as_pdf:before {
  content: "\e415"; }

.icon-picture_in_picture:before {
  content: "\e8aa"; }

.icon-picture_in_picture_alt:before {
  content: "\ebde"; }

.icon-pie_chart:before {
  content: "\e6c4"; }

.icon-pie_chart_outlined:before {
  content: "\e6c5"; }

.icon-pin_drop:before {
  content: "\e55e"; }

.icon-play_arrow:before {
  content: "\e037"; }

.icon-play_circle_filled:before {
  content: "\e038"; }

.icon-play_circle_outline:before {
  content: "\e039"; }

.icon-play_for_work:before {
  content: "\ebdf"; }

.icon-playlist_add:before {
  content: "\e03b"; }

.icon-playlist_add_check:before {
  content: "\e065"; }

.icon-playlist_play:before {
  content: "\e05f"; }

.icon-plus_one:before {
  content: "\e800"; }

.icon-polymer:before {
  content: "\e8ab"; }

.icon-pool:before {
  content: "\ebe0"; }

.icon-portable_wifi_off:before {
  content: "\e0ce"; }

.icon-portrait:before {
  content: "\e416"; }

.icon-power3:before {
  content: "\e63c"; }

.icon-power_input:before {
  content: "\e336"; }

.icon-power_settings_new:before {
  content: "\e8ac"; }

.icon-pregnant_woman:before {
  content: "\ebe1"; }

.icon-present_to_all:before {
  content: "\e0df"; }

.icon-priority_high:before {
  content: "\e645"; }

.icon-public:before {
  content: "\e80b"; }

.icon-publish2:before {
  content: "\e255"; }

.icon-queue_music:before {
  content: "\e03d"; }

.icon-queue_play_next:before {
  content: "\e066"; }

.icon-radio2:before {
  content: "\e03e"; }

.icon-radio_button_checked:before {
  content: "\e837"; }

.icon-rate_review:before {
  content: "\e560"; }

.icon-receipt:before {
  content: "\e8b0"; }

.icon-recent_actors:before {
  content: "\e03f"; }

.icon-record_voice_over:before {
  content: "\ebe2"; }

.icon-redo3:before {
  content: "\e15a"; }

.icon-refresh2:before {
  content: "\e5d5"; }

.icon-remove:before {
  content: "\e15b"; }

.icon-remove_circle_outline:before {
  content: "\e15d"; }

.icon-remove_from_queue:before {
  content: "\e067"; }

.icon-visibility:before {
  content: "\e8f4"; }

.icon-remove_shopping_cart:before {
  content: "\ebe3"; }

.icon-reorder:before {
  content: "\e8fe"; }

.icon-repeat:before {
  content: "\e040"; }

.icon-repeat_one:before {
  content: "\e041"; }

.icon-replay:before {
  content: "\e042"; }

.icon-replay_10:before {
  content: "\e059"; }

.icon-replay_30:before {
  content: "\e05a"; }

.icon-replay_5:before {
  content: "\e05b"; }

.icon-reply3:before {
  content: "\e15e"; }

.icon-reply_all:before {
  content: "\e15f"; }

.icon-report:before {
  content: "\e160"; }

.icon-warning4:before {
  content: "\e002"; }

.icon-restaurant:before {
  content: "\e56c"; }

.icon-restore_page:before {
  content: "\ebe4"; }

.icon-ring_volume:before {
  content: "\e0d1"; }

.icon-room_service:before {
  content: "\ebe5"; }

.icon-rotate_90_degrees_ccw:before {
  content: "\e418"; }

.icon-rotate_left:before {
  content: "\e419"; }

.icon-rotate_right:before {
  content: "\e41a"; }

.icon-rounded_corner:before {
  content: "\ebe6"; }

.icon-router:before {
  content: "\e328"; }

.icon-rowing:before {
  content: "\ebe7"; }

.icon-rss_feed:before {
  content: "\e0e5"; }

.icon-rv_hookup:before {
  content: "\e642"; }

.icon-satellite:before {
  content: "\e562"; }

.icon-save2:before {
  content: "\e161"; }

.icon-scanner:before {
  content: "\e329"; }

.icon-school:before {
  content: "\e80c"; }

.icon-screen_lock_landscape:before {
  content: "\e1be"; }

.icon-screen_lock_portrait:before {
  content: "\e1bf"; }

.icon-screen_lock_rotation:before {
  content: "\e1c0"; }

.icon-screen_rotation:before {
  content: "\e1c1"; }

.icon-screen_share:before {
  content: "\e0e2"; }

.icon-sd_storage:before {
  content: "\e1c2"; }

.icon-search2:before {
  content: "\e8b6"; }

.icon-security:before {
  content: "\e32a"; }

.icon-select_all:before {
  content: "\e162"; }

.icon-send:before {
  content: "\e163"; }

.icon-sentiment_dissatisfied:before {
  content: "\e811"; }

.icon-sentiment_neutral:before {
  content: "\e812"; }

.icon-sentiment_satisfied:before {
  content: "\e813"; }

.icon-sentiment_very_dissatisfied:before {
  content: "\e814"; }

.icon-sentiment_very_satisfied:before {
  content: "\e815"; }

.icon-settings:before {
  content: "\e8b8"; }

.icon-settings_applications:before {
  content: "\e8b9"; }

.icon-settings_backup_restore:before {
  content: "\e8ba"; }

.icon-settings_bluetooth:before {
  content: "\e8bb"; }

.icon-settings_brightness:before {
  content: "\e8bd"; }

.icon-settings_cell:before {
  content: "\e8bc"; }

.icon-settings_ethernet:before {
  content: "\e8be"; }

.icon-settings_input_antenna:before {
  content: "\e8bf"; }

.icon-settings_input_composite:before {
  content: "\e8c1"; }

.icon-settings_input_hdmi:before {
  content: "\e8c2"; }

.icon-settings_input_svideo:before {
  content: "\e8c3"; }

.icon-settings_overscan:before {
  content: "\e8c4"; }

.icon-settings_phone:before {
  content: "\e8c5"; }

.icon-settings_power:before {
  content: "\e8c6"; }

.icon-settings_remote:before {
  content: "\e8c7"; }

.icon-settings_system_daydream:before {
  content: "\e1c3"; }

.icon-settings_voice:before {
  content: "\e8c8"; }

.icon-share4:before {
  content: "\e80d"; }

.icon-shop2:before {
  content: "\e8c9"; }

.icon-shop_two:before {
  content: "\e8ca"; }

.icon-shopping_basket:before {
  content: "\e8cb"; }

.icon-short_text:before {
  content: "\e261"; }

.icon-show_chart:before {
  content: "\e6e1"; }

.icon-shuffle3:before {
  content: "\e043"; }

.icon-signal_cellular_4_bar:before {
  content: "\e1c8"; }

.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd"; }

.icon-signal_cellular_null:before {
  content: "\e1cf"; }

.icon-signal_cellular_off:before {
  content: "\e1d0"; }

.icon-signal_wifi_4_bar:before {
  content: "\e1d8"; }

.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9"; }

.icon-signal_wifi_off:before {
  content: "\e1da"; }

.icon-sim_card:before {
  content: "\e32b"; }

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

.icon-skip_next:before {
  content: "\e044"; }

.icon-skip_previous:before {
  content: "\e045"; }

.icon-slideshow:before {
  content: "\e41b"; }

.icon-slow_motion_video:before {
  content: "\e068"; }

.icon-stay_primary_portrait:before {
  content: "\e0d6"; }

.icon-smoke_free:before {
  content: "\ebe8"; }

.icon-smoking_rooms:before {
  content: "\ebe9"; }

.icon-textsms:before {
  content: "\e0d8"; }

.icon-snooze:before {
  content: "\e046"; }

.icon-sort:before {
  content: "\e164"; }

.icon-sort_by_alpha:before {
  content: "\e053"; }

.icon-spa:before {
  content: "\ebea"; }

.icon-space_bar:before {
  content: "\e256"; }

.icon-speaker:before {
  content: "\e32d"; }

.icon-speaker_group:before {
  content: "\e32e"; }

.icon-speaker_notes:before {
  content: "\e8cd"; }

.icon-speaker_notes_off:before {
  content: "\ebeb"; }

.icon-speaker_phone:before {
  content: "\e0d2"; }

.icon-spellcheck:before {
  content: "\e8ce"; }

.icon-star_border:before {
  content: "\e83a"; }

.icon-star_half:before {
  content: "\e839"; }

.icon-stars:before {
  content: "\e8d0"; }

.icon-stay_primary_landscape:before {
  content: "\e0d5"; }

.icon-stop3:before {
  content: "\e047"; }

.icon-stop_screen_share:before {
  content: "\e0e3"; }

.icon-storage:before {
  content: "\e1db"; }

.icon-store_mall_directory:before {
  content: "\e563"; }

.icon-straighten:before {
  content: "\e41c"; }

.icon-streetview:before {
  content: "\e56e"; }

.icon-strikethrough_s:before {
  content: "\e257"; }

.icon-style:before {
  content: "\e41d"; }

.icon-subdirectory_arrow_left:before {
  content: "\e5d9"; }

.icon-subdirectory_arrow_right:before {
  content: "\e5da"; }

.icon-subject:before {
  content: "\e8d2"; }

.icon-subscriptions:before {
  content: "\e064"; }

.icon-subtitles:before {
  content: "\e048"; }

.icon-subway:before {
  content: "\e56f"; }

.icon-supervisor_account:before {
  content: "\e8d3"; }

.icon-surround_sound:before {
  content: "\e049"; }

.icon-swap_calls:before {
  content: "\e0d7"; }

.icon-swap_horiz:before {
  content: "\e8d4"; }

.icon-swap_vert:before {
  content: "\e8d5"; }

.icon-swap_vertical_circle:before {
  content: "\e8d6"; }

.icon-switch_camera:before {
  content: "\e41e"; }

.icon-switch_video:before {
  content: "\e41f"; }

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

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

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

.icon-system_update_alt:before {
  content: "\e8d7"; }

.icon-tab2:before {
  content: "\e8d8"; }

.icon-tab_unselected:before {
  content: "\e8d9"; }

.icon-tablet3:before {
  content: "\e32f"; }

.icon-tablet_android:before {
  content: "\e330"; }

.icon-tablet_mac:before {
  content: "\e331"; }

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

.icon-text_fields:before {
  content: "\e262"; }

.icon-text_format:before {
  content: "\e165"; }

.icon-texture:before {
  content: "\e421"; }

.icon-thumb_down:before {
  content: "\e8db"; }

.icon-thumb_up:before {
  content: "\e8dc"; }

.icon-thumbs_up_down:before {
  content: "\e8dd"; }

.icon-timelapse:before {
  content: "\e422"; }

.icon-timeline:before {
  content: "\ebec"; }

.icon-timer:before {
  content: "\e425"; }

.icon-timer_10:before {
  content: "\e423"; }

.icon-timer_3:before {
  content: "\e424"; }

.icon-timer_off:before {
  content: "\e426"; }

.icon-title:before {
  content: "\e264"; }

.icon-toc:before {
  content: "\e8de"; }

.icon-today:before {
  content: "\e8df"; }

.icon-toll:before {
  content: "\e8e0"; }

.icon-tonality:before {
  content: "\e427"; }

.icon-touch_app:before {
  content: "\ebed"; }

.icon-toys:before {
  content: "\e332"; }

.icon-track_changes:before {
  content: "\e8e1"; }

.icon-traffic:before {
  content: "\e565"; }

.icon-train:before {
  content: "\e570"; }

.icon-tram:before {
  content: "\e571"; }

.icon-transfer_within_a_station:before {
  content: "\e572"; }

.icon-transform:before {
  content: "\e428"; }

.icon-translate:before {
  content: "\e8e2"; }

.icon-trending_down:before {
  content: "\e8e3"; }

.icon-trending_flat:before {
  content: "\e8e4"; }

.icon-trending_up:before {
  content: "\e8e5"; }

.icon-tune:before {
  content: "\e429"; }

.icon-tv3:before {
  content: "\e333"; }

.icon-unarchive:before {
  content: "\e169"; }

.icon-undo3:before {
  content: "\e166"; }

.icon-unfold_less:before {
  content: "\e5d6"; }

.icon-unfold_more:before {
  content: "\e5d7"; }

.icon-update:before {
  content: "\ebee"; }

.icon-usb:before {
  content: "\e1e0"; }

.icon-verified_user:before {
  content: "\e8e8"; }

.icon-vertical_align_bottom:before {
  content: "\e258"; }

.icon-vertical_align_center:before {
  content: "\e259"; }

.icon-vertical_align_top:before {
  content: "\e25a"; }

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

.icon-video_call:before {
  content: "\e070"; }

.icon-video_label:before {
  content: "\e071"; }

.icon-video_library:before {
  content: "\e04a"; }

.icon-videocam:before {
  content: "\e04b"; }

.icon-videocam_off:before {
  content: "\e04c"; }

.icon-videogame_asset:before {
  content: "\e338"; }

.icon-view_agenda:before {
  content: "\e8e9"; }

.icon-view_array:before {
  content: "\e8ea"; }

.icon-view_carousel:before {
  content: "\e8eb"; }

.icon-view_column:before {
  content: "\e8ec"; }

.icon-view_comfy:before {
  content: "\e42a"; }

.icon-view_compact:before {
  content: "\e42b"; }

.icon-view_day:before {
  content: "\e8ed"; }

.icon-view_headline:before {
  content: "\e8ee"; }

.icon-view_list:before {
  content: "\e8ef"; }

.icon-view_module:before {
  content: "\e8f0"; }

.icon-view_quilt:before {
  content: "\e8f1"; }

.icon-view_stream:before {
  content: "\e8f2"; }

.icon-view_week:before {
  content: "\e8f3"; }

.icon-vignette:before {
  content: "\e435"; }

.icon-visibility_off:before {
  content: "\e8f5"; }

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

.icon-voicemail2:before {
  content: "\e0d9"; }

.icon-volume_down:before {
  content: "\e04d"; }

.icon-volume_mute:before {
  content: "\e04e"; }

.icon-volume_off:before {
  content: "\e04f"; }

.icon-volume_up:before {
  content: "\e050"; }

.icon-vpn_key:before {
  content: "\e0da"; }

.icon-vpn_lock:before {
  content: "\e62f"; }

.icon-wallpaper:before {
  content: "\e1bc"; }

.icon-watch2:before {
  content: "\e334"; }

.icon-watch_later:before {
  content: "\ebef"; }

.icon-wb_auto:before {
  content: "\e42c"; }

.icon-wb_incandescent:before {
  content: "\e42e"; }

.icon-wb_iridescent:before {
  content: "\e436"; }

.icon-wb_sunny:before {
  content: "\e430"; }

.icon-wc:before {
  content: "\e63d"; }

.icon-web:before {
  content: "\e051"; }

.icon-web_asset:before {
  content: "\e069"; }

.icon-weekend:before {
  content: "\e16b"; }

.icon-whatshot:before {
  content: "\e80e"; }

.icon-widgets:before {
  content: "\e1bd"; }

.icon-wifi:before {
  content: "\e63e"; }

.icon-wifi_lock:before {
  content: "\e1e1"; }

.icon-wifi_tethering:before {
  content: "\e1e2"; }

.icon-work:before {
  content: "\e8f9"; }

.icon-wrap_text:before {
  content: "\e25b"; }

.icon-youtube_searched_for:before {
  content: "\e8fa"; }

.icon-zoom_in:before {
  content: "\e8ff"; }

.icon-zoom_out:before {
  content: "\ebf0"; }

.icon-zoom_out_map:before {
  content: "\e56b"; }

.icon-eye4:before {
  content: "\e004"; }

.icon-paper-clip:before {
  content: "\e005"; }

.icon-mail7:before {
  content: "\e006"; }

.icon-toggle:before {
  content: "\e007"; }

.icon-layout:before {
  content: "\e008"; }

.icon-link5:before {
  content: "\e009"; }

.icon-bell4:before {
  content: "\e00a"; }

.icon-lock4:before {
  content: "\e00b"; }

.icon-unlock:before {
  content: "\e00c"; }

.icon-ribbon:before {
  content: "\e00d"; }

.icon-image4:before {
  content: "\e010"; }

.icon-signal2:before {
  content: "\e011"; }

.icon-target2:before {
  content: "\e012"; }

.icon-clipboard4:before {
  content: "\e013"; }

.icon-clock4:before {
  content: "\e014"; }

.icon-watch3:before {
  content: "\e015"; }

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

.icon-camera5:before {
  content: "\e017"; }

.icon-video3:before {
  content: "\e018"; }

.icon-disc:before {
  content: "\e01a"; }

.icon-printer3:before {
  content: "\e022"; }

.icon-monitor:before {
  content: "\e025"; }

.icon-server:before {
  content: "\e026"; }

.icon-cog4:before {
  content: "\e027"; }

.icon-heart4:before {
  content: "\e028"; }

.icon-paragraph:before {
  content: "\e02c"; }

.icon-align-justify:before {
  content: "\e02d"; }

.icon-align-left2:before {
  content: "\e02e"; }

.icon-align-center:before {
  content: "\e032"; }

.icon-align-right2:before {
  content: "\e03a"; }

.icon-book4:before {
  content: "\e054"; }

.icon-layers3:before {
  content: "\e072"; }

.icon-stack2:before {
  content: "\e073"; }

.icon-stack-2:before {
  content: "\e074"; }

.icon-paper:before {
  content: "\e075"; }

.icon-paper-stack:before {
  content: "\e076"; }

.icon-search3:before {
  content: "\e077"; }

.icon-zoom-in3:before {
  content: "\e078"; }

.icon-zoom-out3:before {
  content: "\e079"; }

.icon-reply4:before {
  content: "\e07a"; }

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

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

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

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

.icon-square-plus:before {
  content: "\e07f"; }

.icon-square-minus:before {
  content: "\e080"; }

.icon-square-check:before {
  content: "\e081"; }

.icon-square-cross:before {
  content: "\e082"; }

.icon-microphone2:before {
  content: "\e083"; }

.icon-record:before {
  content: "\e084"; }

.icon-skip-back:before {
  content: "\e085"; }

.icon-rewind:before {
  content: "\e086"; }

.icon-play4:before {
  content: "\e087"; }

.icon-pause4:before {
  content: "\e088"; }

.icon-stop4:before {
  content: "\e089"; }

.icon-fast-forward:before {
  content: "\e08a"; }

.icon-skip-forward:before {
  content: "\e08b"; }

.icon-shuffle4:before {
  content: "\e08c"; }

.icon-repeat2:before {
  content: "\e08d"; }

.icon-folder5:before {
  content: "\e08e"; }

.icon-umbrella:before {
  content: "\e08f"; }

.icon-moon2:before {
  content: "\e090"; }

.icon-thermometer3:before {
  content: "\e091"; }

.icon-drop2:before {
  content: "\e092"; }

.icon-sun2:before {
  content: "\e093"; }

.icon-cloud3:before {
  content: "\e094"; }

.icon-cloud-upload2:before {
  content: "\e095"; }

.icon-cloud-download2:before {
  content: "\e096"; }

.icon-upload6:before {
  content: "\e097"; }

.icon-download6:before {
  content: "\e098"; }

.icon-location5:before {
  content: "\e099"; }

.icon-location-2:before {
  content: "\e09a"; }

.icon-map6:before {
  content: "\e09b"; }

.icon-battery2:before {
  content: "\e09c"; }

.icon-head:before {
  content: "\e09d"; }

.icon-briefcase4:before {
  content: "\e09e"; }

.icon-speech-bubble:before {
  content: "\e09f"; }

.icon-anchor2:before {
  content: "\e0a0"; }

.icon-globe3:before {
  content: "\e0a1"; }

.icon-box2:before {
  content: "\e0a2"; }

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

.icon-share5:before {
  content: "\e0a4"; }

.icon-marquee:before {
  content: "\e0a5"; }

.icon-marquee-plus:before {
  content: "\e0a6"; }

.icon-marquee-minus:before {
  content: "\e0a7"; }

.icon-tag3:before {
  content: "\e0a8"; }

.icon-power4:before {
  content: "\e0a9"; }

.icon-command2:before {
  content: "\e0aa"; }

.icon-alt:before {
  content: "\e0ab"; }

.icon-esc:before {
  content: "\e0ac"; }

.icon-bar-graph2:before {
  content: "\e0ad"; }

.icon-bar-graph-2:before {
  content: "\e0ae"; }

.icon-pie-graph:before {
  content: "\e0af"; }

.icon-star4:before {
  content: "\e0b0"; }

.icon-arrow-left5:before {
  content: "\e0b3"; }

.icon-arrow-right5:before {
  content: "\e0bd"; }

.icon-arrow-up5:before {
  content: "\e0be"; }

.icon-arrow-down5:before {
  content: "\e0bf"; }

.icon-volume2:before {
  content: "\e0c0"; }

.icon-mute:before {
  content: "\e0c1"; }

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

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

.icon-grid2:before {
  content: "\e102"; }

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

.icon-columns:before {
  content: "\e104"; }

.icon-loader:before {
  content: "\e105"; }

.icon-bag:before {
  content: "\e106"; }

.icon-ban:before {
  content: "\e107"; }

.icon-flag5:before {
  content: "\e108"; }

.icon-trash3:before {
  content: "\e109"; }

.icon-expand:before {
  content: "\e110"; }

.icon-contract:before {
  content: "\e111"; }

.icon-maximize:before {
  content: "\e112"; }

.icon-minimize:before {
  content: "\e113"; }

.icon-plus4:before {
  content: "\e114"; }

.icon-minus4:before {
  content: "\e115"; }

.icon-check3:before {
  content: "\e116"; }

.icon-cross4:before {
  content: "\e117"; }

.icon-move:before {
  content: "\e118"; }

.icon-delete3:before {
  content: "\e119"; }

.icon-menu7:before {
  content: "\e120"; }

.icon-archive4:before {
  content: "\e121"; }

.icon-inbox3:before {
  content: "\e122"; }

.icon-outbox:before {
  content: "\e123"; }

.icon-file:before {
  content: "\e124"; }

.icon-file-add:before {
  content: "\e125"; }

.icon-file-subtract:before {
  content: "\e126"; }

.icon-help3:before {
  content: "\e127"; }

.icon-open:before {
  content: "\e128"; }

.icon-ellipsis:before {
  content: "\e129"; }

.icon-type:before {
  content: "\ebf1"; }

.icon-box3:before {
  content: "\ebf2"; }

.icon-archive5:before {
  content: "\ebf3"; }

.icon-envelope:before {
  content: "\ebf4"; }

.icon-email2:before {
  content: "\ebf5"; }

.icon-files:before {
  content: "\ebf6"; }

.icon-uniEBF7:before {
  content: "\ebf7"; }

.icon-file-settings:before {
  content: "\ebf8"; }

.icon-file-add2:before {
  content: "\ebf9"; }

.icon-file2:before {
  content: "\ebfa"; }

.icon-align-left3:before {
  content: "\ebfb"; }

.icon-align-right3:before {
  content: "\ebfc"; }

.icon-align-center2:before {
  content: "\ebfd"; }

.icon-align-justify2:before {
  content: "\ebfe"; }

.icon-file-broken:before {
  content: "\ebff"; }

.icon-browser2:before {
  content: "\ec00"; }

.icon-windows2:before {
  content: "\ec01"; }

.icon-window:before {
  content: "\ec02"; }

.icon-folder6:before {
  content: "\ec03"; }

.icon-folder-add2:before {
  content: "\ec04"; }

.icon-folder-settings:before {
  content: "\ec05"; }

.icon-folder-check:before {
  content: "\ec06"; }

.icon-wifi-low:before {
  content: "\ec07"; }

.icon-wifi-mid:before {
  content: "\ec08"; }

.icon-wifi-full:before {
  content: "\ec09"; }

.icon-connection-empty:before {
  content: "\ec0a"; }

.icon-connection-25:before {
  content: "\ec0b"; }

.icon-connection-50:before {
  content: "\ec0c"; }

.icon-connection-75:before {
  content: "\ec0d"; }

.icon-connection-full:before {
  content: "\ec0e"; }

.icon-list5:before {
  content: "\ec0f"; }

.icon-grid3:before {
  content: "\ec10"; }

.icon-uniEC11:before {
  content: "\ec11"; }

.icon-battery-charging:before {
  content: "\ec12"; }

.icon-battery-empty:before {
  content: "\ec13"; }

.icon-battery-25:before {
  content: "\ec14"; }

.icon-battery-50:before {
  content: "\ec15"; }

.icon-battery-75:before {
  content: "\ec16"; }

.icon-battery-full2:before {
  content: "\ec17"; }

.icon-settings2:before {
  content: "\ec18"; }

.icon-arrow-left6:before {
  content: "\ec19"; }

.icon-arrow-up6:before {
  content: "\ec1a"; }

.icon-arrow-down6:before {
  content: "\ec1b"; }

.icon-arrow-right6:before {
  content: "\ec1c"; }

.icon-reload2:before {
  content: "\ec1d"; }

.icon-refresh3:before {
  content: "\ec1e"; }

.icon-volume3:before {
  content: "\ec1f"; }

.icon-volume-increase2:before {
  content: "\ec20"; }

.icon-volume-decrease2:before {
  content: "\ec21"; }

.icon-mute2:before {
  content: "\ec22"; }

.icon-microphone3:before {
  content: "\ec23"; }

.icon-microphone-off:before {
  content: "\ec24"; }

.icon-book5:before {
  content: "\ec25"; }

.icon-checkmark3:before {
  content: "\ec26"; }

.icon-checkbox-checked2:before {
  content: "\ec27"; }

.icon-checkbox:before {
  content: "\ec28"; }

.icon-paperclip:before {
  content: "\ec29"; }

.icon-download7:before {
  content: "\ec2a"; }

.icon-tag4:before {
  content: "\ec2b"; }

.icon-trashcan:before {
  content: "\ec2c"; }

.icon-search4:before {
  content: "\ec2d"; }

.icon-zoomin:before {
  content: "\ec2e"; }

.icon-zoomout:before {
  content: "\ec2f"; }

.icon-chat3:before {
  content: "\ec30"; }

.icon-chat-1:before {
  content: "\ec31"; }

.icon-chat-2:before {
  content: "\ec32"; }

.icon-chat-3:before {
  content: "\ec33"; }

.icon-comment2:before {
  content: "\ec34"; }

.icon-calendar3:before {
  content: "\ec35"; }

.icon-bookmark4:before {
  content: "\ec36"; }

.icon-email3:before {
  content: "\ec37"; }

.icon-heart5:before {
  content: "\ec38"; }

.icon-enter2:before {
  content: "\ec39"; }

.icon-cloud4:before {
  content: "\ec3a"; }

.icon-book6:before {
  content: "\ec3b"; }

.icon-star5:before {
  content: "\ec3c"; }

.icon-clock5:before {
  content: "\ec3d"; }

.icon-printer4:before {
  content: "\ec3e"; }

.icon-home7:before {
  content: "\ec3f"; }

.icon-flag6:before {
  content: "\ec40"; }

.icon-meter3:before {
  content: "\ec41"; }

.icon-switch3:before {
  content: "\ec42"; }

.icon-forbidden:before {
  content: "\ec43"; }

.icon-lock5:before {
  content: "\ec44"; }

.icon-unlocked2:before {
  content: "\ec45"; }

.icon-unlocked3:before {
  content: "\ec46"; }

.icon-users3:before {
  content: "\ec47"; }

.icon-user4:before {
  content: "\ec48"; }

.icon-users4:before {
  content: "\ec49"; }

.icon-user5:before {
  content: "\ec4a"; }

.icon-bullhorn2:before {
  content: "\ec4b"; }

.icon-share6:before {
  content: "\ec4c"; }

.icon-screen:before {
  content: "\ec4d"; }

.icon-phone5:before {
  content: "\ec4e"; }

.icon-phone-portrait:before {
  content: "\ec4f"; }

.icon-phone-landscape:before {
  content: "\ec50"; }

.icon-tablet4:before {
  content: "\ec51"; }

.icon-tablet-landscape:before {
  content: "\ec52"; }

.icon-laptop4:before {
  content: "\ec53"; }

.icon-camera6:before {
  content: "\ec54"; }

.icon-microwaveoven:before {
  content: "\ec55"; }

.icon-creditcards:before {
  content: "\ec56"; }

.icon-calculator4:before {
  content: "\ec57"; }

.icon-bag2:before {
  content: "\ec58"; }

.icon-diamond:before {
  content: "\ec59"; }

.icon-drink2:before {
  content: "\ec5a"; }

.icon-shorts:before {
  content: "\ec5b"; }

.icon-vcard:before {
  content: "\ec5c"; }

.icon-sun3:before {
  content: "\ec5d"; }

.icon-bill:before {
  content: "\ec5e"; }

.icon-coffee2:before {
  content: "\ec5f"; }

.icon-uniEC60:before {
  content: "\ec60"; }

.icon-newspaper2:before {
  content: "\ec61"; }

.icon-stack3:before {
  content: "\ec62"; }

.icon-mapmarker:before {
  content: "\ec63"; }

.icon-map7:before {
  content: "\ec64"; }

.icon-support2:before {
  content: "\ec65"; }

.icon-uniEC66:before {
  content: "\ec66"; }

.icon-barbell:before {
  content: "\ec67"; }

.icon-stopwatch4:before {
  content: "\ec68"; }

.icon-atom:before {
  content: "\ec69"; }

.icon-syringe:before {
  content: "\ec6a"; }

.icon-health:before {
  content: "\ec6b"; }

.icon-bolt:before {
  content: "\ec6c"; }

.icon-pill:before {
  content: "\ec6d"; }

.icon-bones:before {
  content: "\ec6e"; }

.icon-lab2:before {
  content: "\ec6f"; }

.icon-clipboard5:before {
  content: "\ec70"; }

.icon-mug2:before {
  content: "\ec71"; }

.icon-bucket2:before {
  content: "\ec72"; }

.icon-select:before {
  content: "\ec73"; }

.icon-graph:before {
  content: "\ec74"; }

.icon-crop3:before {
  content: "\ec75"; }

.icon-image5:before {
  content: "\ec76"; }

.icon-cube:before {
  content: "\ec77"; }

.icon-bars:before {
  content: "\ec78"; }

.icon-chart:before {
  content: "\ec79"; }

.icon-pencil5:before {
  content: "\ec7a"; }

.icon-measure:before {
  content: "\ec7b"; }

.icon-eyedropper2:before {
  content: "\ec7c"; }

.icon-box4:before {
  content: "\ec7d"; }

.icon-write:before {
  content: "\ec7e"; }

.icon-clock6:before {
  content: "\ec7f"; }

.icon-reply5:before {
  content: "\ec80"; }

.icon-reply-all2:before {
  content: "\ec81"; }

.icon-forward6:before {
  content: "\ec82"; }

.icon-flag7:before {
  content: "\ec83"; }

.icon-search5:before {
  content: "\ec84"; }

.icon-trash4:before {
  content: "\ec85"; }

.icon-envelope2:before {
  content: "\ec86"; }

.icon-bubble3:before {
  content: "\ec87"; }

.icon-bubbles5:before {
  content: "\ec88"; }

.icon-user6:before {
  content: "\ec89"; }

.icon-users5:before {
  content: "\ec8a"; }

.icon-cloud5:before {
  content: "\ec8b"; }

.icon-download8:before {
  content: "\ec8c"; }

.icon-upload7:before {
  content: "\ec8d"; }

.icon-rain:before {
  content: "\ec8e"; }

.icon-sun4:before {
  content: "\ec8f"; }

.icon-moon3:before {
  content: "\ec90"; }

.icon-bell5:before {
  content: "\ec91"; }

.icon-folder7:before {
  content: "\ec92"; }

.icon-pin3:before {
  content: "\ec93"; }

.icon-sound2:before {
  content: "\ec94"; }

.icon-microphone4:before {
  content: "\ec95"; }

.icon-camera7:before {
  content: "\ec96"; }

.icon-image6:before {
  content: "\ec97"; }

.icon-cog5:before {
  content: "\ec98"; }

.icon-calendar4:before {
  content: "\ec99"; }

.icon-book7:before {
  content: "\ec9a"; }

.icon-map-marker:before {
  content: "\ec9b"; }

.icon-store:before {
  content: "\ec9c"; }

.icon-support3:before {
  content: "\ec9d"; }

.icon-tag5:before {
  content: "\ec9e"; }

.icon-heart6:before {
  content: "\ec9f"; }

.icon-video-camera2:before {
  content: "\eca0"; }

.icon-trophy3:before {
  content: "\eca1"; }

.icon-cart2:before {
  content: "\eca2"; }

.icon-eye5:before {
  content: "\eca3"; }

.icon-cancel3:before {
  content: "\eca4"; }

.icon-chart2:before {
  content: "\eca5"; }

.icon-target3:before {
  content: "\eca6"; }

.icon-printer5:before {
  content: "\eca7"; }

.icon-location6:before {
  content: "\eca8"; }

.icon-bookmark5:before {
  content: "\eca9"; }

.icon-monitor2:before {
  content: "\ecaa"; }

.icon-cross5:before {
  content: "\ecab"; }

.icon-plus5:before {
  content: "\ecac"; }

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

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

.icon-browser3:before {
  content: "\ecaf"; }

.icon-windows3:before {
  content: "\ecb0"; }

.icon-switch4:before {
  content: "\ecb1"; }

.icon-dashboard2:before {
  content: "\ecb2"; }

.icon-play5:before {
  content: "\ecb3"; }

.icon-fast-forward2:before {
  content: "\ecb4"; }

.icon-next3:before {
  content: "\ecb5"; }

.icon-refresh4:before {
  content: "\ecb6"; }

.icon-film3:before {
  content: "\ecb7"; }

.icon-home8:before {
  content: "\ecb8"; }

.icon-home:before {
  content: "\ecb9"; }

.icon-home2:before {
  content: "\ecba"; }

.icon-home3:before {
  content: "\ecbb"; }

.icon-office:before {
  content: "\ecbc"; }

.icon-newspaper:before {
  content: "\ecbd"; }

.icon-pencil:before {
  content: "\ecbe"; }

.icon-pencil2:before {
  content: "\ecbf"; }

.icon-quill:before {
  content: "\ecc0"; }

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

.icon-blog:before {
  content: "\ecc2"; }

.icon-eyedropper:before {
  content: "\ecc3"; }

.icon-droplet:before {
  content: "\ecc4"; }

.icon-paint-format:before {
  content: "\ecc5"; }

.icon-image:before {
  content: "\ecc6"; }

.icon-images:before {
  content: "\ecc7"; }

.icon-camera:before {
  content: "\ecc8"; }

.icon-headphones:before {
  content: "\ecc9"; }

.icon-music:before {
  content: "\ecca"; }

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

.icon-film:before {
  content: "\eccc"; }

.icon-video-camera:before {
  content: "\eccd"; }

.icon-dice:before {
  content: "\ecce"; }

.icon-pacman:before {
  content: "\eccf"; }

.icon-spades:before {
  content: "\ecd0"; }

.icon-clubs:before {
  content: "\ecd1"; }

.icon-diamonds:before {
  content: "\ecd2"; }

.icon-bullhorn:before {
  content: "\ecd3"; }

.icon-connection:before {
  content: "\ecd4"; }

.icon-podcast:before {
  content: "\ecd5"; }

.icon-feed:before {
  content: "\ecd6"; }

.icon-mic:before {
  content: "\ecd7"; }

.icon-book:before {
  content: "\ecd8"; }

.icon-books:before {
  content: "\ecd9"; }

.icon-library:before {
  content: "\ecda"; }

.icon-file-text:before {
  content: "\ecdb"; }

.icon-profile:before {
  content: "\ecdc"; }

.icon-file-empty:before {
  content: "\ecdd"; }

.icon-files-empty:before {
  content: "\ecde"; }

.icon-file-text2:before {
  content: "\ecdf"; }

.icon-file-picture:before {
  content: "\ece0"; }

.icon-file-music:before {
  content: "\ece1"; }

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

.icon-file-video:before {
  content: "\ece3"; }

.icon-file-zip:before {
  content: "\ece4"; }

.icon-copy:before {
  content: "\ece5"; }

.icon-paste:before {
  content: "\ece6"; }

.icon-stack:before {
  content: "\ece7"; }

.icon-folder:before {
  content: "\ece8"; }

.icon-folder-open:before {
  content: "\ece9"; }

.icon-folder-plus:before {
  content: "\ecea"; }

.icon-folder-minus:before {
  content: "\eceb"; }

.icon-folder-download:before {
  content: "\ecec"; }

.icon-folder-upload:before {
  content: "\eced"; }

.icon-price-tag:before {
  content: "\ecee"; }

.icon-price-tags:before {
  content: "\ecef"; }

.icon-barcode:before {
  content: "\ecf0"; }

.icon-qrcode:before {
  content: "\ecf1"; }

.icon-ticket:before {
  content: "\ecf2"; }

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

.icon-coin-dollar:before {
  content: "\ecf4"; }

.icon-coin-euro:before {
  content: "\ecf5"; }

.icon-coin-pound:before {
  content: "\ecf6"; }

.icon-coin-yen:before {
  content: "\ecf7"; }

.icon-credit-card:before {
  content: "\ecf8"; }

.icon-calculator:before {
  content: "\ecf9"; }

.icon-lifebuoy:before {
  content: "\ecfa"; }

.icon-phone:before {
  content: "\ecfb"; }

.icon-phone-hang-up:before {
  content: "\ecfc"; }

.icon-address-book:before {
  content: "\ecfd"; }

.icon-envelop:before {
  content: "\ecfe"; }

.icon-pushpin:before {
  content: "\ecff"; }

.icon-location:before {
  content: "\ed00"; }

.icon-location2:before {
  content: "\ed01"; }

.icon-compass:before {
  content: "\ed02"; }

.icon-compass2:before {
  content: "\ed03"; }

.icon-map:before {
  content: "\ed04"; }

.icon-map2:before {
  content: "\ed05"; }

.icon-history:before {
  content: "\ed06"; }

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

.icon-clock2:before {
  content: "\ed08"; }

.icon-alarm:before {
  content: "\ed09"; }

.icon-bell:before {
  content: "\ed0a"; }

.icon-stopwatch:before {
  content: "\ed0b"; }

.icon-calendar:before {
  content: "\ed0c"; }

.icon-printer:before {
  content: "\ed0d"; }

.icon-keyboard:before {
  content: "\ed0e"; }

.icon-display:before {
  content: "\ed0f"; }

.icon-laptop:before {
  content: "\ed10"; }

.icon-mobile:before {
  content: "\ed11"; }

.icon-mobile2:before {
  content: "\ed12"; }

.icon-tablet:before {
  content: "\ed13"; }

.icon-tv:before {
  content: "\ed14"; }

.icon-drawer:before {
  content: "\ed15"; }

.icon-drawer2:before {
  content: "\ed16"; }

.icon-box-add:before {
  content: "\ed17"; }

.icon-box-remove:before {
  content: "\ed18"; }

.icon-download:before {
  content: "\ed19"; }

.icon-upload:before {
  content: "\ed1a"; }

.icon-floppy-disk:before {
  content: "\ed1b"; }

.icon-drive:before {
  content: "\ed1c"; }

.icon-database:before {
  content: "\ed1d"; }

.icon-undo:before {
  content: "\ed1e"; }

.icon-redo:before {
  content: "\ed1f"; }

.icon-undo2:before {
  content: "\ed20"; }

.icon-redo2:before {
  content: "\ed21"; }

.icon-forward:before {
  content: "\ed22"; }

.icon-reply:before {
  content: "\ed23"; }

.icon-bubble:before {
  content: "\ed24"; }

.icon-bubbles:before {
  content: "\ed25"; }

.icon-bubbles2:before {
  content: "\ed26"; }

.icon-bubble2:before {
  content: "\ed27"; }

.icon-bubbles3:before {
  content: "\ed28"; }

.icon-bubbles4:before {
  content: "\ed29"; }

.icon-user:before {
  content: "\ed2a"; }

.icon-users:before {
  content: "\ed2b"; }

.icon-user-plus:before {
  content: "\ed2c"; }

.icon-user-minus:before {
  content: "\ed2d"; }

.icon-user-check:before {
  content: "\ed2e"; }

.icon-user-tie:before {
  content: "\ed2f"; }

.icon-quotes-left:before {
  content: "\ed30"; }

.icon-quotes-right:before {
  content: "\ed31"; }

.icon-hour-glass:before {
  content: "\ed32"; }

.icon-spinner:before {
  content: "\ed33"; }

.icon-spinner2:before {
  content: "\ed34"; }

.icon-spinner3:before {
  content: "\ed35"; }

.icon-spinner4:before {
  content: "\ed36"; }

.icon-spinner5:before {
  content: "\ed37"; }

.icon-spinner6:before {
  content: "\ed38"; }

.icon-spinner7:before {
  content: "\ed39"; }

.icon-spinner8:before {
  content: "\ed3a"; }

.icon-spinner9:before {
  content: "\ed3b"; }

.icon-spinner10:before {
  content: "\ed3c"; }

.icon-spinner11:before {
  content: "\ed3d"; }

.icon-binoculars:before {
  content: "\ed3e"; }

.icon-search:before {
  content: "\ed3f"; }

.icon-zoom-in:before {
  content: "\ed40"; }

.icon-zoom-out:before {
  content: "\ed41"; }

.icon-enlarge:before {
  content: "\ed42"; }

.icon-shrink:before {
  content: "\ed43"; }

.icon-enlarge2:before {
  content: "\ed44"; }

.icon-shrink2:before {
  content: "\ed45"; }

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

.icon-key2:before {
  content: "\ed47"; }

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

.icon-unlocked:before {
  content: "\ed49"; }

.icon-wrench:before {
  content: "\ed4a"; }

.icon-equalizer:before {
  content: "\ed4b"; }

.icon-equalizer2:before {
  content: "\ed4c"; }

.icon-cog:before {
  content: "\ed4d"; }

.icon-cogs:before {
  content: "\ed4e"; }

.icon-hammer:before {
  content: "\ed4f"; }

.icon-magic-wand:before {
  content: "\ed50"; }

.icon-aid-kit:before {
  content: "\ed51"; }

.icon-bug:before {
  content: "\ed52"; }

.icon-pie-chart:before {
  content: "\ed53"; }

.icon-stats-dots:before {
  content: "\ed54"; }

.icon-stats-bars:before {
  content: "\ed55"; }

.icon-stats-bars2:before {
  content: "\ed56"; }

.icon-trophy:before {
  content: "\ed57"; }

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

.icon-glass:before {
  content: "\ed59"; }

.icon-glass2:before {
  content: "\ed5a"; }

.icon-mug:before {
  content: "\ed5b"; }

.icon-spoon-knife:before {
  content: "\ed5c"; }

.icon-leaf:before {
  content: "\ed5d"; }

.icon-rocket:before {
  content: "\ed5e"; }

.icon-meter:before {
  content: "\ed5f"; }

.icon-meter2:before {
  content: "\ed60"; }

.icon-hammer2:before {
  content: "\ed61"; }

.icon-fire:before {
  content: "\ed62"; }

.icon-lab:before {
  content: "\ed63"; }

.icon-magnet:before {
  content: "\ed64"; }

.icon-bin:before {
  content: "\ed65"; }

.icon-bin2:before {
  content: "\ed66"; }

.icon-briefcase:before {
  content: "\ed67"; }

.icon-airplane:before {
  content: "\ed68"; }

.icon-truck:before {
  content: "\ed69"; }

.icon-road:before {
  content: "\ed6a"; }

.icon-accessibility:before {
  content: "\ed6b"; }

.icon-target:before {
  content: "\ed6c"; }

.icon-shield:before {
  content: "\ed6d"; }

.icon-power:before {
  content: "\ed6e"; }

.icon-switch:before {
  content: "\ed6f"; }

.icon-power-cord:before {
  content: "\ed70"; }

.icon-clipboard:before {
  content: "\ed71"; }

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

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

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

.icon-tree:before {
  content: "\ed75"; }

.icon-menu:before {
  content: "\ed76"; }

.icon-menu2:before {
  content: "\ed77"; }

.icon-menu3:before {
  content: "\ed78"; }

.icon-menu4:before {
  content: "\ed79"; }

.icon-cloud:before {
  content: "\ed7a"; }

.icon-cloud-download:before {
  content: "\ed7b"; }

.icon-cloud-upload:before {
  content: "\ed7c"; }

.icon-cloud-check:before {
  content: "\ed7d"; }

.icon-download2:before {
  content: "\ed7e"; }

.icon-upload2:before {
  content: "\ed7f"; }

.icon-download3:before {
  content: "\ed80"; }

.icon-upload3:before {
  content: "\ed81"; }

.icon-sphere:before {
  content: "\ed82"; }

.icon-earth:before {
  content: "\ed83"; }

.icon-link:before {
  content: "\ed84"; }

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

.icon-attachment:before {
  content: "\ed86"; }

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

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

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

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

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

.icon-bookmarks:before {
  content: "\ed8c"; }

.icon-sun:before {
  content: "\ed8d"; }

.icon-contrast:before {
  content: "\ed8e"; }

.icon-brightness-contrast:before {
  content: "\ed8f"; }

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

.icon-star-half:before {
  content: "\ed91"; }

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

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

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

.icon-man:before {
  content: "\ed95"; }

.icon-woman:before {
  content: "\ed96"; }

.icon-man-woman:before {
  content: "\ed97"; }

.icon-happy:before {
  content: "\ed98"; }

.icon-happy2:before {
  content: "\ed99"; }

.icon-smile:before {
  content: "\ed9a"; }

.icon-smile2:before {
  content: "\ed9b"; }

.icon-tongue:before {
  content: "\ed9c"; }

.icon-tongue2:before {
  content: "\ed9d"; }

.icon-sad:before {
  content: "\ed9e"; }

.icon-sad2:before {
  content: "\ed9f"; }

.icon-wink:before {
  content: "\eda0"; }

.icon-wink2:before {
  content: "\eda1"; }

.icon-grin:before {
  content: "\eda2"; }

.icon-grin2:before {
  content: "\eda3"; }

.icon-cool:before {
  content: "\eda4"; }

.icon-cool2:before {
  content: "\eda5"; }

.icon-angry:before {
  content: "\eda6"; }

.icon-angry2:before {
  content: "\eda7"; }

.icon-evil:before {
  content: "\eda8"; }

.icon-evil2:before {
  content: "\eda9"; }

.icon-shocked:before {
  content: "\edaa"; }

.icon-shocked2:before {
  content: "\edab"; }

.icon-baffled:before {
  content: "\edac"; }

.icon-baffled2:before {
  content: "\edad"; }

.icon-confused:before {
  content: "\edae"; }

.icon-confused2:before {
  content: "\edaf"; }

.icon-neutral:before {
  content: "\edb0"; }

.icon-neutral2:before {
  content: "\edb1"; }

.icon-hipster:before {
  content: "\edb2"; }

.icon-hipster2:before {
  content: "\edb3"; }

.icon-wondering:before {
  content: "\edb4"; }

.icon-wondering2:before {
  content: "\edb5"; }

.icon-sleepy:before {
  content: "\edb6"; }

.icon-sleepy2:before {
  content: "\edb7"; }

.icon-frustrated:before {
  content: "\edb8"; }

.icon-frustrated2:before {
  content: "\edb9"; }

.icon-crying:before {
  content: "\edba"; }

.icon-crying2:before {
  content: "\edbb"; }

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

.icon-point-right:before {
  content: "\edbd"; }

.icon-point-down:before {
  content: "\edbe"; }

.icon-point-left:before {
  content: "\edbf"; }

.icon-warning:before {
  content: "\edc0"; }

.icon-notification:before {
  content: "\edc1"; }

.icon-question:before {
  content: "\edc2"; }

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

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

.icon-info:before {
  content: "\edc5"; }

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

.icon-blocked:before {
  content: "\edc7"; }

.icon-cross:before {
  content: "\edc8"; }

.icon-checkmark:before {
  content: "\edc9"; }

.icon-checkmark2:before {
  content: "\edca"; }

.icon-spell-check:before {
  content: "\edcb"; }

.icon-enter:before {
  content: "\edcc"; }

.icon-exit:before {
  content: "\edcd"; }

.icon-play2:before {
  content: "\edce"; }

.icon-pause:before {
  content: "\edcf"; }

.icon-stop:before {
  content: "\edd0"; }

.icon-previous:before {
  content: "\edd1"; }

.icon-next:before {
  content: "\edd2"; }

.icon-backward:before {
  content: "\edd3"; }

.icon-forward2:before {
  content: "\edd4"; }

.icon-play3:before {
  content: "\edd5"; }

.icon-pause2:before {
  content: "\edd6"; }

.icon-stop2:before {
  content: "\edd7"; }

.icon-backward2:before {
  content: "\edd8"; }

.icon-forward3:before {
  content: "\edd9"; }

.icon-first:before {
  content: "\edda"; }

.icon-last:before {
  content: "\eddb"; }

.icon-previous2:before {
  content: "\eddc"; }

.icon-next2:before {
  content: "\eddd"; }

.icon-eject:before {
  content: "\edde"; }

.icon-volume-high:before {
  content: "\eddf"; }

.icon-volume-medium:before {
  content: "\ede0"; }

.icon-volume-low:before {
  content: "\ede1"; }

.icon-volume-mute:before {
  content: "\ede2"; }

.icon-volume-mute2:before {
  content: "\ede3"; }

.icon-volume-increase:before {
  content: "\ede4"; }

.icon-volume-decrease:before {
  content: "\ede5"; }

.icon-loop:before {
  content: "\ede6"; }

.icon-loop2:before {
  content: "\ede7"; }

.icon-infinite:before {
  content: "\ede8"; }

.icon-shuffle:before {
  content: "\ede9"; }

.icon-arrow-up-left:before {
  content: "\edea"; }

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

.icon-arrow-up-right:before {
  content: "\edec"; }

.icon-arrow-right:before {
  content: "\eded"; }

.icon-arrow-down-right:before {
  content: "\edee"; }

.icon-arrow-down:before {
  content: "\edef"; }

.icon-arrow-down-left:before {
  content: "\edf0"; }

.icon-arrow-left:before {
  content: "\edf1"; }

.icon-arrow-up-left2:before {
  content: "\edf2"; }

.icon-arrow-up2:before {
  content: "\edf3"; }

.icon-arrow-up-right2:before {
  content: "\edf4"; }

.icon-arrow-right2:before {
  content: "\edf5"; }

.icon-arrow-down-right2:before {
  content: "\edf6"; }

.icon-arrow-down2:before {
  content: "\edf7"; }

.icon-arrow-down-left2:before {
  content: "\edf8"; }

.icon-arrow-left2:before {
  content: "\edf9"; }

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

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

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

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

.icon-tab:before {
  content: "\edfe"; }

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

.icon-move-down:before {
  content: "\ee00"; }

.icon-sort-alpha-asc:before {
  content: "\ee01"; }

.icon-sort-alpha-desc:before {
  content: "\ee02"; }

.icon-sort-numeric-asc:before {
  content: "\ee03"; }

.icon-sort-numberic-desc:before {
  content: "\ee04"; }

.icon-sort-amount-asc:before {
  content: "\ee05"; }

.icon-sort-amount-desc:before {
  content: "\ee06"; }

.icon-command:before {
  content: "\ee07"; }

.icon-shift:before {
  content: "\ee08"; }

.icon-ctrl:before {
  content: "\ee09"; }

.icon-opt:before {
  content: "\ee0a"; }

.icon-checkbox-checked:before {
  content: "\ee0b"; }

.icon-checkbox-unchecked:before {
  content: "\ee0c"; }

.icon-radio-checked:before {
  content: "\ee0d"; }

.icon-radio-checked2:before {
  content: "\ee0e"; }

.icon-radio-unchecked:before {
  content: "\ee0f"; }

.icon-crop:before {
  content: "\ee10"; }

.icon-make-group:before {
  content: "\ee11"; }

.icon-ungroup:before {
  content: "\ee12"; }

.icon-scissors:before {
  content: "\ee13"; }

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

.icon-font:before {
  content: "\ee15"; }

.icon-ligature:before {
  content: "\ee16"; }

.icon-ligature2:before {
  content: "\ee17"; }

.icon-text-height:before {
  content: "\ee18"; }

.icon-text-width:before {
  content: "\ee19"; }

.icon-font-size:before {
  content: "\ee1a"; }

.icon-bold:before {
  content: "\ee1b"; }

.icon-underline:before {
  content: "\ee1c"; }

.icon-italic:before {
  content: "\ee1d"; }

.icon-strikethrough:before {
  content: "\ee1e"; }

.icon-omega:before {
  content: "\ee1f"; }

.icon-sigma:before {
  content: "\ee20"; }

.icon-page-break:before {
  content: "\ee21"; }

.icon-superscript:before {
  content: "\ee22"; }

.icon-subscript:before {
  content: "\ee23"; }

.icon-superscript2:before {
  content: "\ee24"; }

.icon-subscript2:before {
  content: "\ee25"; }

.icon-text-color:before {
  content: "\ee26"; }

.icon-pagebreak:before {
  content: "\ee27"; }

.icon-clear-formatting:before {
  content: "\ee28"; }

.icon-table:before {
  content: "\ee29"; }

.icon-table2:before {
  content: "\ee2a"; }

.icon-insert-template:before {
  content: "\ee2b"; }

.icon-pilcrow:before {
  content: "\ee2c"; }

.icon-ltr:before {
  content: "\ee2d"; }

.icon-rtl:before {
  content: "\ee2e"; }

.icon-section:before {
  content: "\ee2f"; }

.icon-paragraph-left:before {
  content: "\ee30"; }

.icon-paragraph-center:before {
  content: "\ee31"; }

.icon-paragraph-right:before {
  content: "\ee32"; }

.icon-paragraph-justify:before {
  content: "\ee33"; }

.icon-indent-increase:before {
  content: "\ee34"; }

.icon-indent-decrease:before {
  content: "\ee35"; }

.icon-share:before {
  content: "\ee36"; }

.icon-new-tab:before {
  content: "\ee37"; }

.icon-embed:before {
  content: "\ee38"; }

.icon-embed2:before {
  content: "\ee39"; }

.icon-terminal:before {
  content: "\ee3a"; }

.icon-share2:before {
  content: "\ee3b"; }

.icon-mail:before {
  content: "\ee3c"; }

.icon-mail2:before {
  content: "\ee3d"; }

.icon-mail3:before {
  content: "\ee3e"; }

.icon-mail4:before {
  content: "\ee3f"; }

.icon-amazon:before {
  content: "\ee40"; }

.icon-google:before {
  content: "\ee41"; }

.icon-google2:before {
  content: "\ee42"; }

.icon-google3:before {
  content: "\ee43"; }

.icon-google-plus:before {
  content: "\ee44"; }

.icon-google-plus2:before {
  content: "\ee45"; }

.icon-google-plus3:before {
  content: "\ee46"; }

.icon-hangouts:before {
  content: "\ee47"; }

.icon-google-drive:before {
  content: "\ee48"; }

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

.icon-facebook2:before {
  content: "\ee4a"; }

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

.icon-whatsapp:before {
  content: "\ee4c"; }

.icon-spotify:before {
  content: "\ee4d"; }

.icon-telegram:before {
  content: "\ee4e"; }

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

.icon-vine:before {
  content: "\ee50"; }

.icon-vk:before {
  content: "\ee51"; }

.icon-renren:before {
  content: "\ee52"; }

.icon-sina-weibo:before {
  content: "\ee53"; }

.icon-rss:before {
  content: "\ee54"; }

.icon-rss2:before {
  content: "\ee55"; }

.icon-youtube:before {
  content: "\ee56"; }

.icon-youtube2:before {
  content: "\ee57"; }

.icon-twitch:before {
  content: "\ee58"; }

.icon-vimeo:before {
  content: "\ee59"; }

.icon-vimeo2:before {
  content: "\ee5a"; }

.icon-lanyrd:before {
  content: "\ee5b"; }

.icon-flickr:before {
  content: "\ee5c"; }

.icon-flickr2:before {
  content: "\ee5d"; }

.icon-flickr3:before {
  content: "\ee5e"; }

.icon-flickr4:before {
  content: "\ee5f"; }

.icon-dribbble:before {
  content: "\ee60"; }

.icon-behance:before {
  content: "\ee61"; }

.icon-behance2:before {
  content: "\ee62"; }

.icon-deviantart:before {
  content: "\ee63"; }

.icon-500px:before {
  content: "\ee64"; }

.icon-steam:before {
  content: "\ee65"; }

.icon-steam2:before {
  content: "\ee66"; }

.icon-dropbox:before {
  content: "\ee67"; }

.icon-onedrive:before {
  content: "\ee68"; }

.icon-github:before {
  content: "\ee69"; }

.icon-npm:before {
  content: "\ee6a"; }

.icon-basecamp:before {
  content: "\ee6b"; }

.icon-trello:before {
  content: "\ee6c"; }

.icon-wordpress:before {
  content: "\ee6d"; }

.icon-joomla:before {
  content: "\ee6e"; }

.icon-ello:before {
  content: "\ee6f"; }

.icon-blogger:before {
  content: "\ee70"; }

.icon-blogger2:before {
  content: "\ee71"; }

.icon-tumblr:before {
  content: "\ee72"; }

.icon-tumblr2:before {
  content: "\ee73"; }

.icon-yahoo:before {
  content: "\ee74"; }

.icon-yahoo2:before {
  content: "\ee75"; }

.icon-tux:before {
  content: "\ee76"; }

.icon-appleinc:before {
  content: "\ee77"; }

.icon-finder:before {
  content: "\ee78"; }

.icon-android:before {
  content: "\ee79"; }

.icon-windows:before {
  content: "\ee7a"; }

.icon-windows8:before {
  content: "\ee7b"; }

.icon-soundcloud:before {
  content: "\ee7c"; }

.icon-soundcloud2:before {
  content: "\ee7d"; }

.icon-skype:before {
  content: "\ee7e"; }

.icon-reddit:before {
  content: "\ee7f"; }

.icon-hackernews:before {
  content: "\ee80"; }

.icon-wikipedia:before {
  content: "\ee81"; }

.icon-linkedin:before {
  content: "\ee82"; }

.icon-linkedin2:before {
  content: "\ee83"; }

.icon-lastfm:before {
  content: "\ee84"; }

.icon-lastfm2:before {
  content: "\ee85"; }

.icon-delicious:before {
  content: "\ee86"; }

.icon-stumbleupon:before {
  content: "\ee87"; }

.icon-stumbleupon2:before {
  content: "\ee88"; }

.icon-stackoverflow:before {
  content: "\ee89"; }

.icon-pinterest:before {
  content: "\ee8a"; }

.icon-pinterest2:before {
  content: "\ee8b"; }

.icon-xing:before {
  content: "\ee8c"; }

.icon-xing2:before {
  content: "\ee8d"; }

.icon-flattr:before {
  content: "\ee8e"; }

.icon-foursquare:before {
  content: "\ee8f"; }

.icon-yelp:before {
  content: "\ee90"; }

.icon-paypal:before {
  content: "\ee91"; }

.icon-chrome:before {
  content: "\ee92"; }

.icon-firefox:before {
  content: "\ee93"; }

.icon-IE:before {
  content: "\ee94"; }

.icon-edge:before {
  content: "\ee95"; }

.icon-safari:before {
  content: "\ee96"; }

.icon-opera:before {
  content: "\ee97"; }

.icon-file-pdf:before {
  content: "\ee98"; }

.icon-file-openoffice:before {
  content: "\ee99"; }

.icon-file-word:before {
  content: "\ee9a"; }

.icon-file-excel:before {
  content: "\ee9b"; }

.icon-libreoffice:before {
  content: "\ee9c"; }

.icon-html-five:before {
  content: "\ee9d"; }

.icon-html-five2:before {
  content: "\ee9e"; }

.icon-css3:before {
  content: "\ee9f"; }

.icon-git:before {
  content: "\eea0"; }

.icon-codepen:before {
  content: "\eea1"; }

.icon-svg:before {
  content: "\eea2"; }

.icon-IcoMoon:before {
  content: "\eea3"; }

/* ==========================================================================
   WOOCOMMERCE
   ========================================================================== */
/*
Theme Name: Capucci

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      display: none; } }

/**
 * Products
 */
/**
 * Products page
 */
ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  ul.products li.product {
    list-style: none;
    width: calc(33.33% - 18px);
    text-align: center;
    margin-bottom: 25px; }
    ul.products li.product img {
      display: block;
      width: 100%; }
    ul.products li.product .button {
      display: block; }
    ul.products li.product a {
      color: #000;
      text-decoration: none;
      display: inline-block; }
    ul.products li.product a.button {
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
      margin-top: 15px;
      border-bottom: 1px solid;
      display: inline-block;
      text-transform: uppercase; }
    ul.products li.product .price {
      font-size: 14px;
      line-height: 22px; }
      ul.products li.product .price ins {
        text-decoration: none; }

.woocommerce-loop-product__title {
  font-family: "Minion", Georgia, serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px; }

.page-title {
  display: none; }

@media only screen and (max-width: 667px) {
  .product {
    margin-bottom: 40px; }
  ul.products li.product {
    width: calc(50% - 10px); } }

/**
 * Single product
 */
/**
 * Single Product
 */
.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
  .product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 50%; }
    .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1px;
      right: 1px;
      display: block;
      z-index: 99; }
  .product .entry-summary {
    float: left;
    width: calc(50% - 40px);
    padding-left: 40px; }
    .product .entry-summary .product_title {
      font-size: 30px;
      line-height: 32px;
      font-family: "Minion", Georgia, serif;
      text-transform: uppercase; }
    .product .entry-summary .price {
      font-size: 20px;
      margin-bottom: 20px; }
      .product .entry-summary .price ins {
        text-decoration: none; }
  .product .woocommerce-product-details__short-description {
    margin-bottom: 30px; }
    .product .woocommerce-product-details__short-description p {
      font-size: 18px;
      width: 100%;
      margin-bottom: 20px;
      line-height: 24px; }
    .product .woocommerce-product-details__short-description ul {
      margin: 10px 0 20px; }
    .product .woocommerce-product-details__short-description ul li {
      list-style: inside; }
  .product .variations .label {
    padding-right: 10px; }
  .product .variations .value {
    width: 20px; }
  .product .variations .reset_variations {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5px; }
  .product .woocommerce-variation {
    margin-bottom: 20px; }
  .product .quantity {
    float: left;
    margin-right: 10px;
    display: none !important; }

.quantity {
  width: 60px; }
  .quantity input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #dcdcdc;
    background: #f2f2f2;
    box-shadow: inset 5px 4px 14px -8px #ccc; }

.single_add_to_cart_button {
  background: #333;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  border-radius: 0;
  font-weight: bold;
  width: 100%; }

.product .entry-summary .variations select {
  background: url("../images/shop/arrow-down.svg") no-repeat #fff;
  background-size: 15px;
  background-position: 100% center;
  background-origin: content-box;
  width: 170px !important;
  display: inline-block;
  margin: 0px 0px 25px 5px !important;
  min-width: 0 !important;
  max-width: none !important;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 18px;
  outline: none;
  border-radius: 0; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #388E3C;
  margin-bottom: 20px;
  display: none; }

.stock.out-of-stock {
  margin-bottom: 20px;
  color: #D32F2F; }

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }
  .woocommerce-product-gallery .flex-viewport {
    width: 80%;
    margin-left: 20%; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce-product-gallery .flex-control-thumbs {
  position: absolute;
  left: 0;
  top: 0; }

.woocommerce-product-gallery .flex-control-thumbs {
  position: absolute;
  width: 18%; }

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer; }

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
  width: 100%; }

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.woocommerce-product-gallery img {
  display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 100%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  z-index: 99;
  text-indent: -999px;
  overflow: hidden; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0; }

.woocommerce-product-gallery__trigger {
  background: #fff url("../images/shop/zoom-icon.svg") no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  width: 36px;
  height: 36px; }
  .woocommerce-product-gallery__trigger img {
    display: none !important; }

@media only screen and (max-width: 667px) {
  .product {
    width: 100%; }
  .product .woocommerce-product-gallery {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    margin-left: 0; }
  .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
  .woocommerce-product-gallery .flex-control-thumbs li {
    float: left;
    position: relative; }
  .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 10px; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block; }
  .product .entry-summary {
    width: 100%;
    padding-left: 0; } }

/**
 * Checkout
 */
/**
 * Checkout
 */
.input-text {
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
  box-shadow: inset 5px 4px 14px -8px #ccc;
  padding: 10px 10px; }

input[type='radio'] {
  -webkit-appearance: radio; }

input[type='checkbox'] {
  -webkit-appearance: checkbox; }

/* ==========================================================================
   CART
   ========================================================================== */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  width: 100%; }

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce .woocommerce-noreviews, .woocommerce p.no-comments {
  color: #fff;
  font-weight: bold; }
  .woocommerce .woocommerce-message a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-noreviews a, .woocommerce p.no-comments a {
    color: #fff;
    background: none;
    padding: 0; }
  .woocommerce .woocommerce-message a:hover, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-noreviews a:hover, .woocommerce p.no-comments a:hover {
    background: none;
    text-decoration: underline; }

.woocommerce table.shop_table {
  border: none;
  border-radius: none; }
  .woocommerce table.shop_table td {
    border: none; }
  .woocommerce table.shop_table td.product-name a {
    color: #000; }
  .woocommerce table.shop_table thead {
    background: #f8f8f8; }
    .woocommerce table.shop_table thead tr th {
      font-weight: bold;
      padding: 18px 12px; }
  .woocommerce table.shop_table .woocommerce-cart-form__cart-item {
    background: #fdfdfd; }
  .woocommerce table.shop_table tr:last-child {
    background: #f8f8f8;
    margin-top: 10px; }

.woocommerce a.remove {
  color: #000;
  width: 28px;
  height: 28px;
  padding-left: 6px; }

.product-thumbnail {
  width: 100px; }

#coupon_code {
  border: 1px solid #dcdcdc;
  background: #f2f2f2;
  box-shadow: inset 5px 4px 14px -8px #ccc;
  height: 40px;
  width: 220px;
  padding: 0 10px; }

.cart_totals {
  margin-top: 20px; }
  .cart_totals h2 {
    font-size: 25px;
    margin-bottom: 10px; }
  .cart_totals table tr th {
    background: #f8f8f8;
    border-top: none; }
  .cart_totals table tr td {
    background: #fdfdfd; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #000;
  color: #fff; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    opacity: .7; }

.woocommerce table.shop_table a, .woocommerce-privacy-policy-text a {
  color: #000; }

/* CHECKOUT */
.woocommerce-checkout {
  padding-bottom: 100px;
  content: "";
  display: table;
  table-layout: fixed; }
  .woocommerce-checkout #order_review_heading {
    position: absolute; }
  .woocommerce-checkout #customer_details {
    width: 50%;
    float: left;
    margin-bottom: 30px; }
  .woocommerce-checkout #order_review {
    float: right;
    width: 45%;
    position: relative; }
  .woocommerce-checkout #order_review_heading {
    display: none; }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%; }
  .woocommerce-checkout #payment #place_order {
    margin-top: 10px;
    width: 100%; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: #fdfdfd; }

.woocommerce table.woocommerce-checkout-review-order-table tr:last-child {
  background: none; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 50%; }

.woocommerce .form-row {
  margin-bottom: 15px; }

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review {
    width: 100%; }
  .woocommerce table.shop_table .quantity {
    display: inline-block; }
  .coupon #coupon_code {
    float: none;
    margin: 0 auto 10px;
    display: block; }
  .coupon .button {
    float: none !important;
    margin: 0 auto !important; } }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: royalblue; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  color: royalblue;
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  color: royalblue;
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  color: royalblue;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #388E3C; }
  .woocommerce-password-strength.short {
    color: #D32F2F; }
  .woocommerce-password-strength.bad {
    color: #D32F2F; }
  .woocommerce-password-strength.good {
    color: #1976D2; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #388E3C; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #D32F2F; }

.required {
  color: red; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #388E3C;
  clear: both; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #1976D2; }

.woocommerce-error {
  background-color: #D32F2F; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #1976D2;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: royalblue;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: royalblue; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

.onsale {
  display: none; }

/* ==========================================================================
   WPML
   ========================================================================== */
.wpml-ls-legacy-list-horizontal a span.wpml-ls-display {
  display: none; }

html:lang(it) .wpml-ls-legacy-list-horizontal, html:lang(en) .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none; }
  html:lang(it) .wpml-ls-legacy-list-horizontal a, html:lang(en) .wpml-ls-legacy-list-horizontal a {
    padding: 2px 0; }
  html:lang(it) .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a, html:lang(en) .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    border-bottom: 1px solid; }

nav .lang-links:before {
  left: 35%; }

@media only screen and (max-width: 667px) {
  nav .lang-links:before {
    left: 49%; }
  .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child a {
    margin-right: 0; } }

/*
// animation mobile
@media only screen and (max-width : 640px) {
  nav .menu>li.lang-links ul  {
      opacity: 0;
      display: inline-block;
      -webkit-transform: translateX(-5.2631578947em);
      transform: translateX(-5.2631578947em);
      -webkit-transform-origin: right;
      transform-origin: right;
      -webkit-transition: 0.75s .9s;
      transition: 0.75s .9s
      }

  nav.open .menu>li.lang-links ul {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1
  }
}
*/
/* ==========================================================================
   GENERAL
   ========================================================================== */
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  margin-top: 100px;
  padding: 0 18px; }

* {
  outline: none; }

/* ==========================================================================
   CAPUCCI MAIN
   ========================================================================== */
/* ==========================================================================
   CAPUCCI  MAIN 2.0
   ========================================================================== */
.nav-wrapper {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2); }

/* ==========================================================================
   HOME
   ========================================================================== */
.hero-section .owl-carousel {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(10px); }

.video-section video {
  width: calc(100% - 20px);
  transform: translateX(10px);
  height: calc(100% - 10px); }

.links-section .link-container {
  width: calc(50% - 15px);
  height: calc(100% - 15px);
  overflow: hidden;
  margin: 10px; }
  .links-section .link-container:first-child {
    margin-right: 5px; }
  .links-section .link-container:last-child {
    margin-left: 5px; }

.homepage-fullpage .title-container .title {
  font-size: 28px; }

.homepage-fullpage .title-container .title:after {
  display: none; }

/* ==========================================================================
  HERITAGE
  ========================================================================== */
.heritage-hero .heritage-title-block {
  text-align: left; }

/* ==========================================================================
  HEAUTRE COUTURE
  ========================================================================== */
.haute_page {
  text-align: center;
  margin-top: 100px; }
  .haute_page .haute_title {
    margin-bottom: 10px;
    font-size: 32px; }
  .haute_page img {
    margin-bottom: 30px;
    max-width: 870px;
    padding: 0 20px;
    width: 100%; }
  .haute_page .text {
    width: 100%; }

.haute_wrapper {
  padding: 0 20px;
  max-width: 710px;
  margin: 0 auto; }

/* ==========================================================================
  EXHIBITIONS
  ========================================================================== */
.art-news-page {
  background: #fff;
  padding-top: 6.5em; }
  .art-news-page .news-item {
    max-width: 92%;
    width: 100em;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .art-news-page .news-item .content {
      padding-top: 0;
      align-self: auto;
      vertical-align: top; }
      .art-news-page .news-item .content h3 {
        text-transform: uppercase;
        font-size: 18px; }
    .art-news-page .news-item p {
      margin-top: 0; }
    .art-news-page .news-item:nth-of-type(2n) .image-wrapper {
      order: 0; }
    .art-news-page .news-item:nth-of-type(2n) .content {
      text-align: left;
      order: none;
      padding-left: 4.2857142857em;
      padding-right: 0; }
  .art-news-page .image-wrapper {
    width: 30%; }

/* ==========================================================================
  HERITAGE
  ========================================================================== */
.heritage-intro {
  width: 100vw;
  height: 100vh;
  position: relative; }
  .heritage-intro .image.full {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }
  .heritage-intro .heritage-title-block {
    position: absolute;
    top: 92px;
    left: 30px;
    color: #fff; }
  .heritage-intro h1 {
    font-size: 72px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0;
    line-height: 72px; }
  .heritage-intro .heritage-subtitle {
    max-width: 400px;
    font-size: 20px; }

.heritage_page .section {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff; }

.heritage_wrapper {
  padding: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: row; }
  .heritage_wrapper .img-column {
    width: 50%; }
    .heritage_wrapper .img-column img {
      width: 100%; }
  .heritage_wrapper .text {
    width: 50%;
    padding-right: 90px;
    display: flex;
    align-items: center; }
    .heritage_wrapper .text h2 {
      font-size: 32px; }
    .heritage_wrapper .text p {
      font-size: 18px; }

/* ==========================================================================
  POPUP ABOUT
  ========================================================================== */
.popup.about .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .popup.about .inner-wrapper p {
    line-height: 22px;
    padding: 0 20px; }

/* ==========================================================================
  FOOTER
  ========================================================================== */
footer {
  padding: 1.25em 0.730em; }
  footer li {
    text-transform: uppercase; }
  footer ul li:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

@media only screen and (max-width: 640px) {
  /* ==========================================================================
  HOME
  ========================================================================== */
  .links-section .link-container {
    width: 100%;
    height: 50%;
    overflow: hidden;
    margin: 0; }
    .links-section .link-container:first-child {
      margin: 0; }
    .links-section .link-container:last-child {
      margin: 0; }
  .homepage-fullpage .title-container .title {
    font-size: 28px; }
  .homepage-fullpage .title-container .title:after {
    display: none; }
  /* ==========================================================================
  EXHIBITIONS
  ========================================================================== */
  .art-news-page .image-wrapper {
    width: 100%; }
  .art-news-page .news-item {
    padding-bottom: 0; }
    .art-news-page .news-item .content {
      padding: 20px 0; }
    .art-news-page .news-item:nth-of-type(2n) .content {
      padding-left: 0; }
  /* ==========================================================================
  HERITAGE
  ========================================================================== */
  .heritage-intro .heritage-title-block h1 {
    font-size: 54px;
    line-height: 58px; }
  .heritage-intro .heritage-title-block .heritage-subtitle {
    font-size: 18px;
    line-height: 24px; }
  .heritage_wrapper {
    flex-direction: column; }
    .heritage_wrapper .text {
      width: 100%;
      padding-bottom: 20px; }
      .heritage_wrapper .text h2 {
        font-size: 28px; }
      .heritage_wrapper .text p {
        font-size: 16px;
        line-height: 22px; }
    .heritage_wrapper .img-column {
      width: 100%; }
  /* ==========================================================================
  POPUP ABOUT
  ========================================================================== */
  .popup.about .inner-wrapper {
    flex-direction: column; }
    .popup.about .inner-wrapper p {
      padding: 10px 0; }
  /* ==========================================================================
  FOOTER
  ========================================================================== */
  footer ul li:nth-child(2) {
    position: relative; } }
