@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/MuseoSans/Light/MuseoSans.eot");
  src: url("../fonts/MuseoSans/Light/MuseoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/Light/MuseoSans.woff") format("woff"), url("../fonts/MuseoSans/Light/MuseoSans.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/MuseoSans/Medium/MuseoSans.eot");
  src: url("../fonts/MuseoSans/Medium/MuseoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/Medium/MuseoSans.woff") format("woff"), url("../fonts/MuseoSans/Medium/MuseoSans.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/MuseoSans/Bold/MuseoSans.eot");
  src: url("../fonts/MuseoSans/Bold/MuseoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/Bold/MuseoSans.woff") format("woff"), url("../fonts/MuseoSans/Bold/MuseoSans.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "MuseoSans";
  src: url("../fonts/MuseoSans/Italic/MuseoSans.eot");
  src: url("../fonts/MuseoSans/Italic/MuseoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/Italic/MuseoSans.woff") format("woff"), url("../fonts/MuseoSans/Italic/MuseoSans.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: "NBC";
  src: url("../fonts/NBC/BoldItalic/NBC.eot");
  src: url("../fonts/NBC/BoldItalic/NBC.eot?#iefix") format("embedded-opentype"), url("../fonts/NBC/BoldItalic/NBC.woff") format("woff"), url("../fonts/NBC/BoldItalic/NBC.ttf") format("truetype");
  font-style: italic;
  font-weight: bold; }
@font-face {
  font-family: "NBC";
  src: url("../fonts/NBC/Italic/NBC.eot");
  src: url("../fonts/NBC/Italic/NBC.eot?#iefix") format("embedded-opentype"), url("../fonts/NBC/Italic/NBC.woff") format("woff"), url("../fonts/NBC/Italic/NBC.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

html, body {
  width: 100%;
  height: 100%; }

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

body {
  background: #fff;
  color: #000;
  font-family: 'MuseoSans', 'Arial';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  overflow-x: hidden; }
  body::before {
    content: '1920';
    display: none; }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    body::before {
      content: '992'; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    body.no-scroll {
      overflow: hidden; } }
  body.hide-scroll {
    overflow: hidden; }

/**
 * COMMON
 */
a {
  text-decoration: none !important;
  color: #000 !important; }

input,
textarea {
  outline: none;
  font-family: 'MuseoSans', 'Arial';
  font-weight: 300; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

.nav-wrapper,
.table-div,
.slide-table {
  display: table;
  width: 100%;
  height: 100%; }

.nav-row {
  display: table-row; }

.nav-block,
.cell-div {
  display: table-cell;
  vertical-align: middle; }

.slide-cell {
  display: table-cell;
  vertical-align: bottom; }

#nav-icon,
.services-list i,
#about-caption,
#slides-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.full-div {
  position: relative;
  float: left;
  width: 100%; }

/**
 * NAV
 */
nav {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 40px;
  z-index: 10;
  width: 51%;
  background: #fff;
  overflow-x: hidden;
  -webkit-box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.1); }
  nav::before {
    content: '20';
    display: none; }
    @media screen and (max-width: 1600px) {
      nav::before {
        content: '22'; } }
    @media screen and (max-width: 1400px) {
      nav::before {
        content: '25'; } }
    @media screen and (max-width: 1200px) {
      nav::before {
        content: '30'; } }
    @media screen and (max-width: 992px) {
      nav::before {
        content: '100'; } }
  nav.is-loaded {
    width: 20% !important; }
    @media screen and (max-width: 1600px) {
      nav.is-loaded {
        width: 22% !important; } }
    @media screen and (max-width: 1400px) {
      nav.is-loaded {
        width: 25% !important; } }
    @media screen and (max-width: 1200px) {
      nav.is-loaded {
        width: 30% !important; } }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      nav.is-loaded {
        width: 100% !important; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    nav {
      display: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      nav.active {
        display: block;
        width: 100%;
        padding: 0 40px; } }
    @media screen and (max-width: 992px) and (max-width: 480px), screen and (max-height: 630px) and (max-width: 480px) {
      nav.active {
        padding: 0 20px; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
        nav.active #nav-wrapper .nav-row:first-child,
        nav.active #nav-wrapper .nav-row:last-child {
          display: none; }
        nav.active .nav-middle {
          padding: 80px 0 30px; }
          nav.active .nav-middle ul li {
            opacity: 1 !important; } }
  nav .nav-top {
    padding: 60px 0;
    height: 100px; }
    nav .nav-top a {
	   text-align:center;
	   width:100%;
      display: block;
      position: relative;
	  padding-right:8px
     // float: left;
      white-space: nowrap;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px;
      margin-left: -800px;
      padding: 0px 8px 0 0; }
      nav .nav-top a div i {
        display: inline-block;
       //position: absolute;
        width: 160px;
        height: 150px;
       // left: 0;
       // top: 0;
        background: url(../images/logo.png) no-repeat;
		background-size:contain;
	    margin-bottom: 15px;
		 }
	.nav .nav-top a > div {
		padding-left:5px;
       text-align:center;}
	  nav .nav-middle {
    padding-bottom: 10px;
    text-transform: uppercase; }
    nav .nav-middle ul, nav .nav-middle li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
    nav .nav-middle ul li {
      opacity: 0; }
    nav .nav-middle li a {
      margin: 8px 0; }
      nav .nav-middle li a.active {
        font-weight: bold; }
      nav .nav-middle li a::after {
        font-size: 0;
        line-height: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #e2e3e5;
        -webkit-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        visibility: hidden; }
      nav .nav-middle li a:hover::after, nav .nav-middle li a.active::after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      nav .nav-middle li a:hover::after {
        background: #acafb5; }
    nav .nav-middle a {
      position: relative;
      display: inline-block; }
    nav .nav-middle .subscribe-link {
      margin-top: 60px;
      font-weight: 500; }
      @media screen and (max-width: 1200px) {
        nav .nav-middle .subscribe-link {
          margin-top: 50px; } }
      @media screen and (max-width: 992px), screen and (max-height: 630px) {
        nav .nav-middle .subscribe-link {
          margin-top: 35px; } }
      nav .nav-middle .subscribe-link::after {
        display: none; }
      nav .nav-middle .subscribe-link::before {
        font-size: 0;
        line-height: 0;
        position: absolute;
        width: 35px;
        height: 2px;
        left: 0;
        bottom: -5px;
        background: #000;
        content: '';
        transition: width .25s ease-in-out; }
      nav .nav-middle .subscribe-link:hover::before {
        width: 100%; }
  nav .nav-bottom {
    padding: 40px 0;
    height: 60px; }
    nav .nav-bottom #nav-info {
      position: relative;
      float: left;
      width: 100%;
      margin-left: -300px; }
      nav .nav-bottom #nav-info p:last-child {
        margin-top: 3px; }
      nav .nav-bottom #nav-info p a {
        position: relative;
        display: inline-block; }
        nav .nav-bottom #nav-info p a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 3px;
          left: 0;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          visibility: visible;
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        nav .nav-bottom #nav-info p a:hover:before {
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          visibility: hidden; }

/**
 * HEADER
 */
header {
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  top: 0;
  z-index: 9; }
  @media screen and (max-width: 1400px) {
    header {
      height: 120px; } }
  @media screen and (max-width: 1200px) {
    header {
      height: 100px; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    header {
      height: 60px;
      background: rgba(0, 0, 0, 0.8);
      position: fixed;
      z-index: 50;
      -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); } }
  header .header-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0 60px 0 130px; }
    @media screen and (max-width: 1600px) {
      header .header-wrapper {
        padding: 0 60px 0 110px; } }
    @media screen and (max-width: 1400px) {
      header .header-wrapper {
        padding: 0 50px 0 90px; } }
    @media screen and (max-width: 1200px) {
      header .header-wrapper {
        padding: 0 40px 0 60px; } }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      header .header-wrapper {
        display: none; } }
    header .header-wrapper .header-phone,
    header .header-wrapper .header-email {
      display: block;
      position: relative;
      float: left; }
      @media screen and (max-width: 640px) {
        header .header-wrapper .header-phone,
        header .header-wrapper .header-email {
          clear: both; } }
    header .header-wrapper .header-phone {
      margin-right: 80px; }
      @media screen and (max-width: 1200px) {
        header .header-wrapper .header-phone {
          margin-right: 60px; } }
      @media screen and (max-width: 768px) {
        header .header-wrapper .header-phone {
          margin-right: 30px; } }
    header .header-wrapper .socials {
      position: relative;
      float: right; }
      @media screen and (max-width: 992px), screen and (max-height: 630px) {
        header .header-wrapper .socials {
          margin-right: 50px; } }
      @media screen and (max-width: 640px) {
        header .header-wrapper .socials {
          height: 24px; } }
      header .header-wrapper .socials i {
        margin: 0 10px; }
      @media screen and (max-width: 768px) {
        header .header-wrapper .socials span, header .header-wrapper .socials i {
          display: none; } }
      header .header-wrapper .socials a {
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle; }
        header .header-wrapper .socials a.youtube {
          background: url(../images/youtube.png) center no-repeat;
          margin: -3px 12px 0 0; }
        header .header-wrapper .socials a.instagram {
          background: url(../images/instagram.png) center no-repeat; }
  header #nav-icon {
    position: absolute;
    width: 38px;
    top: 30px;
    margin-top: -24px;
    right: 40px;
    cursor: pointer;
    display: none; }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      header #nav-icon {
        display: block; } }
    @media screen and (max-width: 480px) {
      header #nav-icon {
        right: 20px; } }
    header #nav-icon:hover div, header #nav-icon:hover::before, header #nav-icon:hover::after {
      opacity: .8; }
    header #nav-icon div, header #nav-icon::before, header #nav-icon::after {
      font-size: 0;
      line-height: 0;
      background-color: #fff;
      content: '';
      display: block;
      height: 3px;
      margin: 9px 0;
      border-radius: 2px;
      -moz-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    header #nav-icon.active::before {
      transform: translateY(12px) rotate(135deg);
      -moz-transform: translateY(12px) rotate(135deg);
      -webkit-transform: translateY(12px) rotate(135deg); }
    header #nav-icon.active::after {
      transform: translateY(-12px) rotate(-135deg);
      -moz-transform: translateY(-12px) rotate(-135deg);
      -webkit-transform: translateY(-12px) rotate(-135deg); }
    header #nav-icon.active div {
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
  header #mobile-logo {
    display: block;
    position: absolute;
    width: 162px;
    height: 60px;
    left: 40px;
    top: 19px;
    background: url(../images/mobile-logo.png) no-repeat;
	background-size: contain;
    margin-top: -17px;
    display: none; }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      header #mobile-logo {
        display: block; } }
    @media screen and (max-width: 480px) {
      header #mobile-logo {
        left: 20px; } }

/**
 * WRAPPER
 */
.is-mobile #wrapper .swiper-container, .is-mobile #wrapper .swiper-container .swiper-wrapper, .is-mobile #wrapper .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  overflow: visible; }

.is-mobile .wrapper {
  padding: 140px 30px 30px 130px !important; }
  @media screen and (max-width: 1600px) {
    .is-mobile .wrapper {
      padding-left: 110px !important; } }
  @media screen and (max-width: 1400px) {
    .is-mobile .wrapper {
      padding: 120px 30px 30px 90px !important; } }
  @media screen and (max-width: 1200px) {
    .is-mobile .wrapper {
      padding: 100px 30px 30px 60px !important; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    .is-mobile .wrapper {
      padding: 90px 30px 30px 40px !important; } }
  @media screen and (max-width: 480px) {
    .is-mobile .wrapper {
      padding: 90px 20px 20px !important; } }

#wrapper {
  position: relative;
  float: right;
  width: 80%;
  margin-right: 20%; }
  @media screen and (max-width: 1600px) {
    #wrapper {
      width: 78%;
      margin-right: 22%; } }
  @media screen and (max-width: 1400px) {
    #wrapper {
      width: 75%;
      margin-right: 25%; } }
  @media screen and (max-width: 1200px) {
    #wrapper {
      width: 70%;
      margin-right: 30%; } }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    #wrapper {
      width: 100%;
      margin-right: 0; } }
  #wrapper .swiper-container {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      #wrapper .swiper-container {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: left;
        height: auto;
        width: 100%;
        overflow: visible; }
        #wrapper .swiper-container .swiper-wrapper {
          display: block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          position: relative;
          float: left;
          height: auto;
          width: 100%;
          overflow: visible; }
          #wrapper .swiper-container .swiper-wrapper .swiper-slide {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            float: left;
            height: auto;
            width: 100%;
            overflow: visible; } }
  #wrapper .content {
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      #wrapper .content {
        height: auto !important; } }
  #wrapper .wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 140px 30px 30px 130px; }
    @media screen and (max-width: 1600px) {
      #wrapper .wrapper {
        padding-left: 110px; } }
    @media screen and (max-width: 1400px) {
      #wrapper .wrapper {
        padding: 120px 30px 30px 90px; } }
    @media screen and (max-width: 1200px) {
      #wrapper .wrapper {
        padding: 100px 30px 30px 60px; } }
    @media screen and (max-width: 992px), screen and (max-height: 630px) {
      #wrapper .wrapper {
        padding: 90px 30px 30px 40px !important; } }
    @media screen and (max-width: 480px) {
      #wrapper .wrapper {
        padding: 90px 20px 20px !important; } }

/**
 * MAIN
 */
h1, h2 {
  font-family: 'NBC';
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 52px; }
  @media screen and (max-width: 1400px) {
    h1, h2 {
      font-size: 42px;
      line-height: 46px; } }
  @media screen and (max-width: 1200px) {
    h1, h2 {
      font-size: 36px;
      line-height: 40px; } }
  @media screen and (max-width: 992px) {
    h1, h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media screen and (max-width: 640px) {
    h1, h2 {
      font-size: 24px;
      line-height: 28px; } }

.txt {
  position: relative;
  float: left;
  width: 100%; }
  .txt h3 {
    font-family: 'NBC';
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1em;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .txt h3 {
        margin-bottom: 17px;
        font-size: 26px; } }
    @media screen and (max-width: 640px) {
      .txt h3 {
        font-size: 22px; } }
  .txt p {
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .txt p {
        margin-bottom: 17px; } }
    @media screen and (max-width: 640px) {
      .txt p {
        margin-bottom: 15px; } }
    .txt p.upcase {
      text-transform: uppercase; }
  .txt strong, .txt b {
    font-weight: bold; }
  .txt i, .txt em {
    font-style: italic; }
  .txt a {
    color: #000 !important; }

/**
 * PFOLD
 */
/* Popup */
#banner-popup {
  position: fixed;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  z-index: 9998;
  background: #000;
  opacity: 0; }
  #banner-popup.popup-state-open {
    visibility: visible; }
  #banner-popup.popup-state-close {
    visibility: hidden; }

#popup-wrapper {
  position: fixed;
  width: 800px;
  height: 600px;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -400px;
  display: none; }
  @media screen and (max-width: 992px) {
    #popup-wrapper {
      width: 600px;
      height: 450px;
      margin: -225px 0 0 -300px; } }
  @media screen and (max-width: 640px) {
    #popup-wrapper {
      width: 200px;
      height: 150px;
      margin: -75px 0 0 -100px; } }
  #popup-wrapper a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999; }

.uc-container {
  position: relative;
  width: 400px;
  height: 300px;
  float: left;
  top: 0 !important; }
  @media screen and (max-width: 1200px) {
    .uc-container {
      width: 300px;
      height: 225px; } }
  @media screen and (max-width: 640px) {
    .uc-container {
      width: 100px;
      height: 75px; } }
  .uc-container img {
    width: 100%; }

.uc-single,
.uc-final,
.uc-initial-content,
.uc-back,
.uc-front {
  background: #fff; }

.hidden-image {
  display: none;
  width: 100%; }

#popup-close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: -40px;
  background: url(../images/close-video.png) no-repeat;
  transition: 0.3s;
  z-index: 9999;
  cursor: pointer; }
  #popup-close:hover {
    opacity: 0.5; }

/* pfold style */
.uc-single,
.uc-final-wrapper,
.uc-initial-content,
.uc-back,
.uc-front {
  background: #fff; }

.uc-final,
.uc-initial,
.uc-final-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.uc-initial-content,
.uc-final-content {
  width: 100%;
  height: 100%;
  position: relative; }

.uc-final,
.uc-final-content {
  display: none; }

.uc-initial-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.uc-part {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.uc-part > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.uc-part .uc-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

/* Transformation-origin classes */
.uc-unfold-left {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uc-unfold-right {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uc-unfold-top {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.uc-unfold-bottom {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

/* Unfolding classes */
.uc-unfold-left.uc-unfold {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.uc-unfold-right.uc-unfold {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.uc-unfold-top.uc-unfold {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.uc-unfold-bottom.uc-unfold {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.uc-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.uc-overlay,
.uc-flipoverlay {
  background-color: rgba(100, 100, 100, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.uc-flipoverlay {
  background-color: rgba(100, 100, 100, 0.4); }

.uc-inner {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.uc-inner-rotate {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -o-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg); }

.uc-container.uc-current {
  z-index: 9999; }

/**
 * PRELOADER
 */
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 101;
  overflow: hidden; }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    .preloader {
      background: #fff; } }

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px; }
  #loader::after {
    animation: animate2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute; }

@keyframes animate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(220deg); } }
@keyframes animate2 {
  0% {
    box-shadow: inset #000 0 0 0 17px;
    transform: rotate(-140deg); }
  50% {
    box-shadow: inset #000 0 0 0 2px; }
  100% {
    box-shadow: inset #000 0 0 0 17px;
    transform: rotate(140deg); } }
#right-loader {
  position: fixed;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background: #f2f1f1;
  z-index: 100; }
  @media screen and (max-width: 992px), screen and (max-height: 630px) {
    #right-loader {
      display: none; } }

@-webkit-keyframes rotateCircle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotateCircle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.css.map */
