/*	Colors
--------------------------------------------------------------------------*/
/*	Typography
--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
.wow .ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/*	Layout
--------------------------------------------------------------------------*/
/*	Stylize
--------------------------------------------------------------------------*/
/*	Z-index: top = lowest => bottom = highest
--------------------------------------------------------------------------*/
/*	Fluid Typography			-- https://css-tricks.com/snippets/css/fluid-typography/
--------------------------------------------------------------------------*/
html, body {
  font-size: 13px; }
  @media screen and (min-width: 320px) {
    html, body {
      font-size: calc(13px + 5 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    html, body {
      font-size: 18px; } }

/*	Responsive Breakpoints			--https://bit.ly/2r8W845
--------------------------------------------------------------------------*/
/*
.sidebar {
	float: right;
	width: 350px;
	@include breakpoint(sm) {
		float: none;
		width: 100%;
	}
}
*/
/*	Z-index
--------------------------------------------------------------------------*/
/*==========================================================================
	Responsive Breakpoints
==========================================================================*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

 abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

 ul {
  margin-top: 0;
  margin-bottom: 1rem; }

 ul ul {
  margin-bottom: 0; }

b {
  font-weight: bolder; }

small {
  font-size: 80%; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

 pre {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

 input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.figure {
  display: inline-block; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col, .col-12, .col-6, .col-lg-9, .col-md-10, .col-md-12, .col-md-4, .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-1 {
    margin-left: 8.333333%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table .table {
  background-color: #fff; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.collapse:not(.show) {
  display: none; }

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

 .btn-group > .btn {
  position: relative;
  flex: 0 1 auto; }

 .btn-group > .btn:hover {
  z-index: 1; }

 .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.tab-content > .active {
  display: block; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.border {
  border: 1px solid #dee2e6 !important; }

.d-flex {
  display: flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

.flex-column {
  flex-direction: column !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-center {
  align-items: center !important; }

.align-items-stretch {
  align-items: stretch !important; }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; } }

.position-relative {
  position: relative !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.visible {
  visibility: visible !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
   pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*
.m-0
.mt-0
.p-0
.pt-0
.mx-auto

.border-0

.rounded-0

.d-none   -----> .d-none .d-sm-block -----> .d-lg-none .d-xl-block
.text-hide

.d-flex

.fixed-top
.fixed-bottom

.shadow
.shadow-lg
.shadow-sm
.shadow-non

.clearfix

 */
pre {
  border: 1px solid #dadada; }

.visible {
  opacity: 1; }

* {
  outline: 0 !important; }

 ul {
  margin-top: 0;
  margin-bottom: 0; }

/*
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #F99A26;
  border-color: #F99A26;
}

.btn-primary:hover {
  color: #fff;
  background-color: #dc7f0e;
  border-color: #dc7f0e;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #F99A26;
  border-color: #F99A26;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #dc7f0e;
  border-color: #F99A26;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
 */
.preloader {
  width: 100%;
  height: 30px;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #fff; }

.preloader .spinner {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 30px); }

/* ==========================================================================
   loader-mz (Fav)
   ========================================================================== */
/*
	<div class="preloader">
		<div class="spinner loader-mz">
			<div class="bounce1"></div>
			<div class="bounce2"></div>
			<div class="bounce3"></div>
		</div>
	</div><!-- preloader -->
*/
.loader-mz {
  margin: 0 auto 0;
  width: 80px;
  text-align: center; }

.loader-mz > div {
  width: 15px;
  height: 15px;
  background-color: #009F97;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.loader-mz .bounce1 {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.loader-mz .bounce2 {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.temp {
  display: none !important; }

html, body {
  font-family: "Source Sans Pro", "Segoe UI", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #444; }

body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Raleway", sans-serif;
  line-height: 1.5; }

p {
  margin-bottom: 1rem; }
  p span {
    border-bottom: 1px dotted; }

#wrapper {
  z-index: 1; }

@media (max-width: 767.98px) {
  .container {
    padding: 0; } }

.material-icons {
  font-size: 1.2rem; }

section {
  padding: 6rem 0; }
  @media (max-width: 767.98px) {
    section {
      padding: 3rem 1rem; } }

/*==========================================================================
	Global resets
==========================================================================*/
a {
  color: #009F97; }
  a:visited {
    color: #009F97; }
  a:hover {
    color: #009F97;
    text-decoration: none; }
  a:focus {
    color: #009F97; }
  a:hover, a:active {
    outline: 0; }

/*	comparision tabs
--------------------------------------------------------------------------*/
section.comparision {
  background: #E7E7E8;
  padding-top: 12rem; }
  @media (max-width: 767.98px) {
    section.comparision {
      padding-top: 1.5rem; } }
  section.comparision .item {
    display: flex;
    align-items: flex-start;
    align-content: center;
    padding: 1.5rem; }
    section.comparision .item i {
      background-color: #009F97;
      border-radius: 50%;
      display: flex;
      align-self: center;
      padding: 0.5rem;
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      margin-right: 1rem; }
    section.comparision .item p {
      flex: 6;
      margin-bottom: 0;
      align-self: center; }
  section.comparision #tab2 i {
    background-color: #54114B; }
  section.comparision .tab-slider--nav {
    width: 100%;
    margin-bottom: 2rem;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15); }
  section.comparision .tab-slider--tabs {
    list-style: none;
    position: relative;
    background: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 0; }
    section.comparision .tab-slider--tabs:after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 50%;
      height: 100%;
      background: #009F97;
      transition: all 0.5s ease-in-out; }
    section.comparision .tab-slider--tabs.slide:after {
      left: 50%;
      background: #54114B; }
  section.comparision .tab-slider--trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: color 0.5s ease-in-out; }
    section.comparision .tab-slider--trigger.tab1 {
      color: #009F97; }
    section.comparision .tab-slider--trigger.tab2 {
      color: #54114B; }
    @media (max-width: 767.98px) {
      section.comparision .tab-slider--trigger {
        padding: 1rem 1.5rem;
        font-size: 1.2rem; } }
    section.comparision .tab-slider--trigger.active {
      color: #fff; }

/*	chart section
--------------------------------------------------------------------------*/
section.chart {
  text-align: center; }
  section.chart .title {
    color: #009F97; }
  section.chart .popup-title {
    font-weight: 600; }
    section.chart .popup-title span {
      font-size: 50%; }

.mobile .svg-ie, .ios .svg-ie {
  display: block !important; }

.svg-ie {
  display: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .svg-ie {
    display: block !important; } }

@supports (-ms-ime-align: auto) {
  .svg-ie {
    display: block !important; } }

/*	hotspots section
--------------------------------------------------------------------------*/
section.hotspots {
  text-align: center;
  background: #E7E7E8; }
  section.hotspots .title {
    color: #54114B;
    margin-bottom: 1.5rem; }
  section.hotspots .tabs {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      section.hotspots .tabs {
        flex-wrap: wrap; } }
    section.hotspots .tabs li {
      flex: 1 1 auto;
      padding: 0;
      list-style: none; }
    section.hotspots .tabs a {
      font-size: 0.9rem;
      display: inline-block;
      text-decoration: none;
      padding: 1.5rem 0;
      padding-bottom: 1.1rem;
      color: #444444;
      font-family: "Source Sans Pro", "Raleway", sans-serif;
      font-weight: 600;
      transition: all 0.4s ease-in-out;
      border-bottom: 0.2rem solid #fff; }
      @media (max-width: 575.98px) {
        section.hotspots .tabs a {
          padding: 1.5rem; } }
  section.hotspots .tab-item {
    display: none;
    padding: 30px 0; }
    section.hotspots .tab-item.open {
      display: block !important; }
    section.hotspots .tab-item.close {
      display: none !important; }
    section.hotspots .tab-item:first-child {
      display: block; }
  section.hotspots .current a {
    color: #009F97;
    border-bottom: 0.2rem solid #009F97; }

/*	chart nutshell
--------------------------------------------------------------------------*/
section.nutshell {
  background-color: #009F97;
  text-align: center; }
  section.nutshell .title {
    color: #fff;
    margin-bottom: 5rem; }
    @media (max-width: 767.98px) {
      section.nutshell .title {
        margin-bottom: 1.5rem; } }
  section.nutshell .item {
    color: #fff;
    padding: 2rem 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    section.nutshell .item:nth-child(3), section.nutshell .item:nth-child(6) {
      border-right: 0; }
    section.nutshell .item:nth-child(4), section.nutshell .item:nth-child(5), section.nutshell .item:nth-child(6) {
      border-bottom: 0; }
    @media (max-width: 767.98px) {
      section.nutshell .item:nth-child(2) {
        border-right: 0; }
      section.nutshell .item:nth-child(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      section.nutshell .item:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (max-width: 575.98px) {
      section.nutshell .item:nth-child(5) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    section.nutshell .item .title {
      margin: 1rem 0; }
    section.nutshell .item img {
      height: 3.9rem;
      width: auto; }
    section.nutshell .item p {
      opacity: .9;
      font-weight: 300; }

/*----------  Videos  ----------*/
.fancybox-slide--html .fancybox-content {
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: 0;
  width: 75%; }

.fancybox-close-small {
  color: #fff;
  top: -44px; }

.fancybox-overlay {
  overflow: hidden !important; }

.myvideo {
  overflow: hidden;
  width: 100%; }

.fancybox-close-small svg {
  stroke: #fff !important; }
/*	Footer
--------------------------------------------------------------------------*/
.footer {
  background-color: #202020;
  color: #fff;
  padding: 3rem 0;
  font-size: 0.9rem; }
  .footer .logo-holder {
    display: flex;
    align-items: center; }
    .footer .logo-holder p {
      margin-left: 1rem;
      margin-bottom: 0;
      text-align: left; }
  .footer .logo {
    width: 70px; }
  @media (max-width: 767.98px) {
    .footer {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

/*	Extra
--------------------------------------------------------------------------*/
.u-tooltip {
  border-bottom: 1px dotted;
  cursor: help;
  background-color: rgba(0, 160, 160, 0.05);
  padding: 0 0.2rem; }
  .u-tooltip:hover {
    text-decoration: none; }

/*	Intro
--------------------------------------------------------------------------*/
section.hero {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../images/css/hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2; }
  @media (max-width: 767.98px) {
    section.hero {
      padding-bottom: 3rem;
      background: url(../images/css/hero-mobile.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }
  section.hero header {
    padding: 2rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; }
    @media (max-width: 767.98px) {
      section.hero header {
        padding: 0; } }
    section.hero header .logo {
      width: 6rem;
      margin-top: 2rem; }
    section.hero header nav {
      display: flex;
      align-items: center; }
      section.hero header nav a {
        color: #fff; }
        section.hero header nav a i {
          font-size: 2rem; }
  section.hero .intro {
    padding: 2rem;
    padding-bottom: 0;
    color: #fff;
    widows: 3; }
    @media (max-width: 767.98px) {
      section.hero .intro {
        padding-bottom: 2rem; } }
    section.hero .intro .title {
      margin-bottom: 1.5rem; }
  section.hero .selection {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 2rem;
    display: flex;
    bottom: -60px;
    position: relative; }
    @media (max-width: 767.98px) {
      section.hero .selection {
        bottom: 0;
        margin: 0 5%;
        padding-top: 1rem;
        padding-bottom: 1rem; } }
    section.hero .selection .option {
      padding: 2rem;
      padding-bottom: 0;
      text-align: center;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767.98px) {
        section.hero .selection .option {
          padding: 0; } }
      @media (max-width: 991.98px) {
        section.hero .selection .option:first-child button {
          margin-top: 25px; }
        section.hero .selection .option:first-child p {
          margin-top: 10px; } }
      @media (max-width: 767.98px) {
        section.hero .selection .option:first-child button {
          margin-top: 25px; }
        section.hero .selection .option:first-child p {
          margin-top: auto; } }
      section.hero .selection .option img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
        flex-shrink: 0; }
      section.hero .selection .option button {
        margin-bottom: 1rem;
        display: inline-block;
        max-width: 100%;
        white-space: normal; }
    section.hero .selection .sep {
      flex: 0.2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      align-self: stretch; }
      @media (max-width: 767.98px) {
        section.hero .selection .sep {
          margin: 1.5rem 0; } }
      section.hero .selection .sep:after, section.hero .selection .sep:before {
        content: '';
        width: 1px;
        flex: 1;
        background-color: #E2E2E2; }
      section.hero .selection .sep span {
        border-radius: 50%;
        box-shadow: 0px 0px 0px 4px #E2E2E2;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 0.9rem; }
        @media (max-width: 767.98px) {
          section.hero .selection .sep span {
            box-shadow: 0px 0px 0px 2px #E2E2E2;
            width: 33px;
            height: 33px;
            line-height: 33px; }
        section.hero .selection .sep:after, section.hero .selection .sep:before {
          width: 100%;
          height: 1px;
          position: absolute; }
        section.hero .selection .sep span {
          z-index: 4;
          background-color: #fff; } }

.map {
  position: relative;
  margin: auto; }

.map img {
  display: block;
  width: 100%;
  max-width: 100%; }

.map-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  padding: 2rem;
  background-color: #fff;
  transition: all 300ms ease-in;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  color: #009F97;
  z-index: 4; }
  .map-popup img {
    width: 30%;
    display: inline-block;
    margin-bottom: 1rem; }

.map-popup > *:first-child {
  margin-top: 0; }

.map-popup > *:last-child {
  margin-bottom: 0; }

.map-popup.open {
  opacity: 1;
  visibility: visible; }

@-webkit-keyframes pulseShadow {
  from {
    box-shadow: 0px 0px 0px 0.8rem rgba(255, 100, 71, 0.2); }
  to {
    box-shadow: 0px 0px 0px 0.8rem rgba(255, 100, 71, 0.2); } }

@keyframes pulseShadow {
  from {
    box-shadow: 0px 0px 0px 0.8rem rgba(255, 100, 71, 0.2); }
  50% {
    box-shadow: 0px 0px 0px 0.4rem rgba(255, 100, 71, 0.3); }
  to {
    box-shadow: 0px 0px 0px 0.8rem rgba(255, 100, 71, 0.2); } }

.marker {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation: pulseShadow 2s;
          animation: pulseShadow 2s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 3;
  transition: all 300ms; }
  @media (max-width: 767.98px) {
    .marker {
      width: 2rem;
      height: 2rem; } }
  @media (max-width: 1199.98px) {
    .marker {
      -webkit-animation: none;
              animation: none;
      box-shadow: 0px 0px 0px 0.4rem rgba(255, 100, 71, 0.2); } }
  .marker:hover {
    transform: scale(1.2); }

.marker.pause-animations {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.marker img {
  transition: all 300ms; }

.marker.active img, .marker.active:hover img {
  transform: scale(1.5) rotate(45deg); }

.chart img.bg {
  width: 90%;
  margin: 0 auto; }

.chart .map-item1 {
  top: 80%;
  left: 4%; }
  .chart .map-item1 .marker {
    top: 80%;
    left: 4%; }

.chart .map-item2 {
  top: 46%;
  left: 18%; }
  .chart .map-item2 .marker {
    top: 46%;
    left: 18%; }

.chart .map-item3 {
  top: 20%;
  left: 55%; }
  .chart .map-item3 .marker {
    top: 20%;
    left: 55%; }

.chart .map-item4 {
  top: 15%;
  left: 78%; }
  .chart .map-item4 .marker {
    top: 15%;
    left: 78%; }

.chart .map-item5 {
  top: 60%;
  left: 55%; }
  .chart .map-item5 .marker {
    top: 60%;
    left: 55%; }

.hotspots .map-item1 {
  top: 55%;
  left: 27%; }
  .hotspots .map-item1 .marker {
    top: 45%;
    left: 20%; }

.hotspots .map-item2 {
  top: 65%;
  left: 62%; }
  .hotspots .map-item2 .marker {
    top: 65%;
    left: 62%; }

.hotspots .map-item3 {
  top: 24%;
  left: 78%; }
  .hotspots .map-item3 .marker {
    top: 22%;
    left: 75%; }

.hotspots .tab--separator .map-item1 {
  top: 55%;
  left: 27%; }
  .hotspots .tab--separator .map-item1 .marker {
    top: 45%;
    left: 20%; }

.hotspots .tab--separator .map-item2 {
  top: 65%;
  left: 62%; }
  .hotspots .tab--separator .map-item2 .marker {
    top: 65%;
    left: 62%; }

.hotspots .tab--separator .map-item3 {
  top: 45%;
  left: 78%; }
  .hotspots .tab--separator .map-item3 .marker {
    top: 45%;
    left: 75%; }

.hotspots .tab--separator .map-item4 {
  top: 24%;
  left: 20%; }
  .hotspots .tab--separator .map-item4 .marker {
    top: 24%;
    left: 20%; }

.hotspots .tab--oilfilter .map-item1 {
  top: 65%;
  left: 25%; }
  .hotspots .tab--oilfilter .map-item1 .marker {
    top: 65%;
    left: 25%; }

.hotspots .tab--oilfilter .map-item2 {
  top: 65%;
  left: 62%; }
  .hotspots .tab--oilfilter .map-item2 .marker {
    top: 65%;
    left: 62%; }

.hotspots .tab--oilfilter .map-item3 {
  top: 50%;
  left: 78%; }
  .hotspots .tab--oilfilter .map-item3 .marker {
    top: 50%;
    left: 75%; }

.hotspots .tab--oilfilter .map-item4 {
  top: 27%;
  left: 40%; }
  .hotspots .tab--oilfilter .map-item4 .marker {
    top: 27%;
    left: 40%; }

.hotspots .tab--oil .map-item1 {
  top: 55%;
  left: 27%; }
  .hotspots .tab--oil .map-item1 .marker {
    top: 45%;
    left: 20%; }

.hotspots .tab--oil .map-item2 {
  top: 70%;
  left: 50%; }
  .hotspots .tab--oil .map-item2 .marker {
    top: 70%;
    left: 50%; }

.hotspots .tab--oil .map-item3 {
  top: 24%;
  left: 60%; }
  .hotspots .tab--oil .map-item3 .marker {
    top: 22%;
    left: 60%; }

.hotspots .tab--oil .map-item4 {
  top: 27%;
  left: 40%; }
  .hotspots .tab--oil .map-item4 .marker {
    top: 27%;
    left: 40%; }

.hotspots .tab--oil .map-item5 {
  top: 60%;
  left: 65%; }
  .hotspots .tab--oil .map-item5 .marker {
    top: 60%;
    left: 65%; }

.hotspots .tab--servicekits .map-item1 {
  top: 40%;
  left: 27%; }
  .hotspots .tab--servicekits .map-item1 .marker {
    top: 40%;
    left: 20%; }

@media only screen and (min-width: 767px) {
  .map-item {
    position: absolute; }
  .map-popup {
    position: absolute;
    left: 65px;
    top: 20px;
    width: 300px;
    transform: translateY(-50%);
    text-align: center; }
  .map-popup:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #fff transparent transparent; }
  .map-popup.edge {
    left: auto;
    right: calc(100% + 24px); }
  .map-popup.edge:before {
    left: auto;
    right: -16px;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff; } }

.hotspots .map-popup {
  width: 500px;
  padding: 1.5rem 2rem; }
  @media (max-width: 991.98px) {
    .hotspots .map-popup {
      width: 400px; } }
  .hotspots .map-popup img {
    width: 100%;
    flex-shrink: 0; }
  .hotspots .map-popup .flex-column {
    align-items: center;
    display: flex;
    padding: 0 10px; }
  .hotspots .map-popup p {
    color: #202020;
    display: flex;
    flex: 1 auto;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    justify-content: space-around; }
    .hotspots .map-popup p:after {
      content: url(../images/css/arrow-o.svg);
      width: 20px;
      height: 20px;
      margin: 0.5rem 0;
      position: relative;
      left: 45%; }
    .hotspots .map-popup p:last-child::after {
      content: none; }
  .hotspots .map-popup .col--original {
    color: #009F97; }
  .hotspots .map-popup .col--fake {
    color: #54114B; }
    .hotspots .map-popup .col--fake p:after {
      content: url(../images/css/arrow-f.svg); }
    .hotspots .map-popup .col--fake p:last-child::after {
      content: none; }

.btn {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0; }
  @media (max-width: 767.98px) {
    .btn {
      padding: 1rem;
      font-size: 1.2rem; } }

.btn.btn-primary {
  color: #009F97;
  border: 2px solid #009F97; }
  .btn.btn-primary:hover, .btn.btn-primary:active {
    background-color: #009F97 !important;
    color: #fff !important;
    border-color: #009F97 !important; }

.btn.btn-secondary {
  color: #54114B;
  border: 2px solid #54114B; }
  .btn.btn-secondary:hover, .btn.btn-secondary:active {
    background-color: #54114B !important;
    color: #fff !important;
    border-color: #54114B !important; }

.btn .material-icons {
  font-size: 1.2rem;
  margin-right: 0.5rem; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem; }

.play-video {
  transition: 200ms; }
  .play-video:hover {
    padding-right: 3rem;
    padding-left: 3rem; }

.chart-container {
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
  display: none; }
  .chart-container .chart-container__close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
    .chart-container .chart-container__close i {
      font-size: 1.5rem; }
  .chart-container ul {
    margin: 0;
    padding: 0; }
    .chart-container ul li {
      list-style: none; }
  .chart-container .title {
    margin-bottom: 2rem; }
  .chart-container .chart-bar, .chart-container .chart-labels {
    display: flex; }
    .chart-container .chart-bar li, .chart-container .chart-labels li {
      list-style: none;
      flex: 1;
      padding: 0 2%;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .chart-container .chart-bar li p, .chart-container .chart-labels li p {
        padding-top: 1rem; }
      .chart-container .chart-bar li .bar, .chart-container .chart-labels li .bar {
        flex: 1;
        background: #009F97;
        color: white;
        text-indent: -99999px;
        margin: 0 3%; }
        .chart-container .chart-bar li .bar:first-of-type, .chart-container .chart-labels li .bar:first-of-type {
          background: #54114B; }
        .chart-container .chart-bar li .bar:hover, .chart-container .chart-labels li .bar:hover {
          opacity: 0.8;
          transition: 0.2s; }
    .chart-container .chart-bar .column, .chart-container .chart-labels .column {
      border-bottom: 1px solid #C5C5C5; }
    .chart-container .chart-bar .column--price div:nth-child(1), .chart-container .chart-labels .column--price div:nth-child(1) {
      height: 22.5px; }
    .chart-container .chart-bar .column--price div:nth-child(2), .chart-container .chart-labels .column--price div:nth-child(2) {
      height: 30px; }
    .chart-container .chart-bar .column--energy div:nth-child(1), .chart-container .chart-labels .column--energy div:nth-child(1) {
      height: 112.5px; }
    .chart-container .chart-bar .column--energy div:nth-child(2), .chart-container .chart-labels .column--energy div:nth-child(2) {
      height: 3px; }
    .chart-container .chart-bar .column--admin div:nth-child(1), .chart-container .chart-labels .column--admin div:nth-child(1) {
      height: 60px; }
    .chart-container .chart-bar .column--admin div:nth-child(2), .chart-container .chart-labels .column--admin div:nth-child(2) {
      height: 30px; }
    .chart-container .chart-bar .column--service div:nth-child(1), .chart-container .chart-labels .column--service div:nth-child(1) {
      height: 45px; }
    .chart-container .chart-bar .column--service div:nth-child(2), .chart-container .chart-labels .column--service div:nth-child(2) {
      height: 30px; }
    .chart-container .chart-bar .column--risk div:nth-child(1), .chart-container .chart-labels .column--risk div:nth-child(1) {
      height: 120px; }
    .chart-container .chart-bar .column--risk div:nth-child(2), .chart-container .chart-labels .column--risk div:nth-child(2) {
      height: 9px; }
    .chart-container .chart-bar .column--total div:nth-child(1), .chart-container .chart-labels .column--total div:nth-child(1) {
      height: 360px; }
    .chart-container .chart-bar .column--total div:nth-child(2), .chart-container .chart-labels .column--total div:nth-child(2) {
      height: 105px; }
  .chart-container .chart-labels li {
    padding-top: 1rem;
    align-items: start;
    font-size: 0.8rem; }
  .chart-container .chart-legend {
    position: absolute;
    left: 2rem;
    display: block; }
    .chart-container .chart-legend li {
      display: flex;
      margin-bottom: 0.5rem;
      font-size: 0.8rem;
      align-items: center; }
      .chart-container .chart-legend li:before {
        content: "";
        height: 1.5rem;
        width: 1.5rem;
        background: #009F97;
        margin-right: 0.5rem; }
      .chart-container .chart-legend li:first-child:before {
        background: #54114B; }

.lang-ru section.comparision .tab-slider--trigger {
  font-size: 1.5rem; }

.lang-ru section.hotspots .tabs a {
  font-size: 0.75rem; }

@media (min-width: 576px) {
  .lang-ru section.hotspots .tabs {
    padding: 0 1rem; } }

.lang-de .h5, .lang-de h5 {
  font-size: 1.15rem; }

.lang-fr .option .btn {
  letter-spacing: 0; }

.ie .marker, .ie .map-item {
  -webkit-animation: none !important;
          animation: none !important; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-html .mfp-iframe-holder .mfp-content {
  max-width: 1070px;
  min-height: 70vh; }

@media (min-width: 768px) {
  .mfp-html .mfp-iframe-holder .mfp-content {
    min-height: 680px; } }
/*==========================================================================
	mfp
==========================================================================*/
.mfp-iframe-scaler {
  position: static; }

.mfp-close {
  -webkit-animation-name: slide-in-top-close;
          animation-name: slide-in-top-close;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 999; }

.mfp-arrow {
  width: 6rem;
  height: 6rem;
  opacity: 1;
  transition: all 0.1s ease;
  display: flex !important; }
  .mfp-arrow:before, .mfp-arrow:after {
    border: none;
    font-family: "Material Design Icons";
    color: white;
    font-size: 6rem;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0;
    opacity: 1; }
  .mfp-arrow:active {
    margin-top: -52px; }
  .mfp-arrow:before {
    content: '\F141'; }

.mfp-transition.mfp-bg {
  opacity: 0;
  transition: all 0.1s ease; }

.mfp-transition .mfp-arrow {
  opacity: 0; }

.mfp-transition.mfp-ready.mfp-bg {
  opacity: 0.95; }

.mfp-transition.mfp-ready .mfp-arrow {
  opacity: 1; }

.mfp-transition.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-transition.mfp-removing .mfp-arrow {
  opacity: 0; }

@keyframes slide-in-top-close {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

section.footer.text-center {
  display: none !important; }

.main-container {
  width: 100% !important;
  max-width: none !important; }

/*	Fluid Typography			-- https://css-tricks.com/snippets/css/fluid-typography/
--------------------------------------------------------------------------*/
html, body {
  font-size: 13px; }
  @media screen and (min-width: 320px) {
    html, body {
      font-size: calc(13px + 5 * ((100vw - 320px) / 1280)); } }
  @media screen and (min-width: 1600px) {
    html, body {
      font-size: 18px; } }

/*	Responsive Breakpoints			--https://bit.ly/2r8W845
--------------------------------------------------------------------------*/
/*
.sidebar {
	float: right;
	width: 350px;
	@include breakpoint(sm) {
		float: none;
		width: 100%;
	}
}
*/
/*	Z-index
--------------------------------------------------------------------------*/

/*	Colors
--------------------------------------------------------------------------*/
/*	Typography
--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
.wow .ease-in-out {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/*	Layout
--------------------------------------------------------------------------*/
/*	Stylize
--------------------------------------------------------------------------*/
/*	Z-index: top = lowest => bottom = highest
--------------------------------------------------------------------------*/
