@charset "UTF-8";
/* Scss Document */
/*!
 * PP Custom CSS
 * CSS: pp-custom-21.11.01.css
 * File In Use: https://www.panopoetry.com
 * Version: 21.11.01
 * Theme Author: panoPOETRY (PP) KD. DoggieStudio dsignPOETRY labs licensed by adps1984 foundation
 * Orign Fit: Unify 2.6.3 (htmlstream)
 * 
 * ★ Copyright © 1984-2022 panoPOETRY (PP) and DoggieArchive (DA) - adps1984 foundation. All rights reserved. ★
 *
 * Date: 2021.11.03
 *
 * Fit - not-included: Unify v2.6.3 Xtra Globals, Icon-hs, Hamburger, Mega Menu, Master Slider, Cube portfolio, Slick Slider, Fancybox
 * Included: xxx (xxx.js xxx.js xxx.js), 
*/
/* CSS Document */
/* -------------------------------------------------------------------------------------------------------------------------
	Begin Custom Typo
** ------------------------------------------------------------------------------------------------------------------------- */
/* PP Fonts */
/* HRounded Fonts */
@font-face {
  font-family: "HRounded";
  src: url("../../fonts/HelveticaRoundedLTStd-Bd.eot");
  src: url("../../fonts/HelveticaRoundedLTStd-Bd.woff") format("woff"), url("../../fonts/HelveticaRoundedLTStd-Bd.woff2") format("woff2"), url("../../fonts/HelveticaRoundedLTStd-Bd.svg#HRounded") format("svg"), url("../../fonts/HelveticaRoundedLTStd-Bd.ttf") format("truetype"), url("../../fonts/HelveticaRoundedLTStd-Bd.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
/* Stencil Fonts */
@font-face {
  font-family: "Stencil";
  src: url("../../fonts/stencilstd.eot");
  src: url("../../fonts/stencilstd.woff") format("woff"), url("../../fonts/stencilstd.woff2") format("woff2"), url("../../fonts/stencilstd.svg#Stencil") format("svg"), url("../../fonts/stencilstd.ttf") format("truetype"), url("../../fonts/stencilstd.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------
	PP Typography
------------------------------------*/
.h1, h1 {
  font-family: "HRounded", Arial Black, Gadget, "sans-serif";
  font-size: 1.35rem; }

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

.h2, h2 {
  font-family: "HRounded", Arial Black, Gadget, "sans-serif"; }

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

.h3, h3 {
  font-family: "HRounded", Arial Black, Gadget, "sans-serif";
  letter-spacing: .04em;
  line-height: 1.1em; }

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

.h4, .h5, .h6, .h7,
h4, h5, h6, h7 {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; }

a {
  color: #f3fdff;
  text-decoration: none;
  outline: none; }

a:focus,
a:hover,
a:active,
a.active {
  color: #cdf3fc; }

p {
  line-height: 1.5em; }

.no-text-decoration {
  text-decoration: none; }

/*------------------------------------
	PP BS Icons 1.5
------------------------------------*/
.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* In use Offcanvas Sidebar Menu */
.icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none; }

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor; }

.icon-link:hover > .bi {
  transform: translate(0.5rem); }

/*------------------------------------
	PP Body Overall
------------------------------------*/
html {
  height: -webkit-fill-available; }

/* */
body {
  background: #0f1112;
  background: -webkit-linear-gradient(to bottom, #0f1112, #1a262e);
  background: linear-gradient(to bottom, #0f1112, #1a262e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1112",endColorstr="#1a262e",GradientType=1);
  min-height: 100vh;
  overflow-x: hidden; }

body > * {
  flex-shrink: 0;
  min-height: -webkit-fill-available; }

/* Custom Set bd-placeholder-img */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }
/* TEST automatically keeps aspect ratio */
img, background-image, iframe {
  aspect-ratio: attr(width)/attr(height); }

/*------------------------------------
	PP Offcanvas Sidebar Menu
------------------------------------*/
.scrollarea {
  overflow-y: auto; }

.lh-tight {
  line-height: 1.25; }

/* Featurettes BG color #1a262e default (actually not required) */
.featurette-image {
  background-color: #212529; }

/*------------------------------------
	PP - BTN override BS
------------------------------------*/
/* Globals */
/* Custom default button */
.btn-primary {
  color: #fff;
  background-color: #ff4e20;
  border: #fc3500;
  text-shadow: none;
  border-radius: 0; }

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #fc3500;
  text-shadow: none; }

/* Custom default button */
.btn-secondary {
  color: #444;
  text-shadow: none;
  border-radius: 0; }

.btn-secondary:hover,
.btn-secondary:focus {
  color: #000;
  text-shadow: none; }

/*------------------------------------
	PP - NAV override BS
------------------------------------*/
.nav-item {
  font-family: HRounded; }

.nav-link {
  color: #f3fdff; }

.nav-link:focus, .nav-link:hover {
  color: #cdf3fc; }

/* Offcanvas Sidebar set */
.nav-flush .nav-link {
  border-radius: 0; }

/*------------------------------------
	PP - Theme color override BS
------------------------------------*/
/* PP Dark and Light Theme navigation */
.dark-theme {
  background-color: #0f1112; }

.dark-theme .nav-item .nav-link {
  color: #f3fdff; }

.dark-theme .nav-item .nav-link:hover, .dark-theme .nav-item .nav-link.active {
  color: #cdf3fc; }

.dark-theme .nav-item.active .nav-link {
  color: #f3fdff; }

.light-theme {
  background-color: #f3fdff; }

.light-theme .nav-item .nav-link {
  color: #121618; }

.light-theme .nav-item .nav-link:hover, .light-theme .nav-item .nav-link.active {
  color: #1a262e; }

.light-theme .nav-item.active .nav-link {
  color: #0f1112; }

/* PP Dark and Light Tabpanel */
.d-color-light-v1 {
  color: #f3fdff !important; }

.d-color-light-v1:hover, .d-color-light-v1.active {
  color: #1a262e !important; }

/*------------------------------------
	PP Primary Colors
------------------------------------*/
.g-color-primary {
  color: #0f1112 !important; }

/*------------------------------------
	PP Primary Dark Colors
------------------------------------*/
/*	PP Primary Dark V1 Colors */
.g-color-primary-dark-v1 {
  color: #121618 !important; }

/*	PP Primary Dark V2 Colors */
.g-color-primary-dark-v2 {
  color: #1a262e !important; }

/*	PP Primary Dark V3 Colors */
.g-color-primary-dark-v3 {
  color: #24343d !important; }

/*------------------------------------
	PP Primary Light Colors
------------------------------------*/
/*	PP Primary Light V1 Colors */
.g-color-primary-light-v1 {
  color: #f3fdff !important; }

/*------------------------------------
	PP Secondary Colors
------------------------------------*/
.g-color-secondary {
  color: #f3fdff !important; }

/*------------------------------------
	PP BG Primary Colors
------------------------------------*/
.g-bg-primary {
  background-color: #0f1112 !important; }

/*------------------------------------
	PP BG Primary Dark Colors
------------------------------------*/
/*	PP BG Primary Dark V3 Colors */
.g-bg-primary-dark-v3 {
  background-color: #24343d !important; }

/*------------------------------------
	PP BG Primary Light Colors
------------------------------------*/
/*	PP BG Primary Light V1 Colors */
.g-bg-primary-light-v1 {
  background-color: #f3fdff !important; }

/*	PP BG Primary Light V2 Colors */
.g-bg-primary-light-v2 {
  background-color: #cdf3fc !important; }

/*	PP BG Primary Light V3 Colors */
.g-bg-primary-light-v3 {
  background-color: #85cde0 !important; }

/*	PP BG Primary Light V4 Colors */
.g-bg-primary-light-v4 {
  background-color: #507987 !important; }

/*	PP BG Primary Light V5 Colors */
.g-bg-primary-light-v5 {
  background-color: #314751 !important; }

/*------------------------------------
	PP BG Secondary Colors
------------------------------------ */
.g-bg-secondary {
  background-color: #f3fdff !important; }

.g-bg-secondary--hover:hover {
  background-color: #f3fdff !important; }

/*------------------------------------
	Background Overlay
------------------------------------*/
.c-bg-overlay-v01 {
  background: transparent url("../../../imco/bg-overlays/01.png") repeat !important; }

.c-bg-overlay-v01::after {
  background: transparent url("../../../imco/bg-overlays/01.png") repeat !important; }

.c-bg-overlay-v02 {
  background: transparent url("../../../imco/bg-overlays/02.png") repeat !important; }

.c-bg-overlay-v02::after {
  background: transparent url("../../../imco/bg-overlays/02.png") repeat !important; }

.c-bg-overlay-v03 {
  background: transparent url("../../../imco/bg-overlays/03.png") repeat !important; }

.c-bg-overlay-v03::after {
  background: transparent url("../../../imco/bg-overlays/03.png") repeat !important; }

.c-bg-overlay-v04 {
  background: transparent url("../../../imco/bg-overlays/04.png") repeat !important; }

.c-bg-overlay-v04::after {
  background: transparent url("../../../imco/bg-overlays/04.png") repeat !important; }

.c-bg-overlay-v05 {
  background: transparent url("../../../imco/bg-overlays/05.png") repeat !important; }

.c-bg-overlay-v05::after {
  background: transparent url("../../../imco/bg-overlays/05.png") repeat !important; }

.c-bg-overlay-v06 {
  background: transparent url("../../../imco/bg-overlays/06.png") repeat !important; }

.c-bg-overlay-v06::after {
  background: transparent url("../../../imco/bg-overlays/06.png") repeat !important; }

.c-bg-overlay-v07 {
  background: transparent url("../../../imco/bg-overlays/07.png") repeat !important; }

.c-bg-overlay-v07::after {
  background: transparent url("../../../imco/bg-overlays/07.png") repeat !important; }

.c-bg-overlay-v08 {
  background: transparent url("../../../imco/bg-overlays/08.png") repeat !important; }

.c-bg-overlay-v08::after {
  background: transparent url("../../../imco/bg-overlays/08.png") repeat !important; }

.c-bg-overlay-v09 {
  background: transparent url("../../../imco/bg-overlays/09.png") repeat !important; }

.c-bg-overlay-v09::after {
  background: transparent url("../../../imco/bg-overlays/09.png") repeat !important; }

.c-bg-overlay-v10 {
  background: transparent url("../../../imco/bg-overlays/10.png") repeat !important; }

.c-bg-overlay-v10::after {
  background: transparent url("../../../imco/bg-overlays/10.png") repeat !important; }

.c-bg-overlay-v11 {
  background: transparent url("../../../imco/bg-overlays/11.png") repeat !important; }

.c-bg-overlay-v11::after {
  background: transparent url("../../../imco/bg-overlays/11.png") repeat !important; }

.c-bg-overlay-v12 {
  background: transparent url("../../../imco/bg-overlays/12.png") repeat !important; }

.c-bg-overlay-v12::after {
  background: transparent url("../../../imco/bg-overlays/12.png") repeat !important; }

.c-bg-overlay-v13 {
  background: transparent url("../../../imco/bg-overlays/13.png") repeat !important; }

.c-bg-overlay-v13::after {
  background: transparent url("../../../imco/bg-overlays/13.png") repeat !important; }

.c-bg-overlay-v14 {
  background: transparent url("../../../imco/bg-overlays/14.png") repeat !important; }

.c-bg-overlay-v14::after {
  background: transparent url("../../../imco/bg-overlays/14.png") repeat !important; }

.c-bg-overlay-v15 {
  background: transparent url("../../../imco/bg-overlays/15.png") repeat !important; }

.c-bg-overlay-v15::after {
  background: transparent url("../../../imco/bg-overlays/15.png") repeat !important; }

.c-bg-overlay-v16 {
  background: transparent url("../../../imco/bg-overlays/16.png") repeat !important; }

.c-bg-overlay-v16::after {
  background: transparent url("../../../imco/bg-overlays/16.png") repeat !important; }

/*------------------------------------
	Unify v2.6.3 xtra Globals
------------------------------------*/
/*------------------------------------
  Margin Spaces
------------------------------------*/
/*------------------------------------
	Margins Top
------------------------------------*/
.g-mt-10x {
  margin-top: 10% !important; }

.g-mt-20 {
  margin-top: 1.4285714286rem !important; }

.g-mt-40 {
  margin-top: 2.8571428571rem !important; }

/* Margin Top (lg) min-w 992px (continues) */
@media (min-width: 992px) {
  .js-header-change-moment .g-mt-30--lg--scrolling {
    margin-top: 2.1428571429rem !important; }

  .js-header-change-moment .g-mt-35--lg--scrolling {
    margin-top: 2.5rem !important; }

  .js-header-change-moment .g-mt-40--lg--scrolling {
    margin-top: 2.8571428571rem !important; }

  .js-header-change-moment .g-mt-45--lg--scrolling {
    margin-top: 3.2142857143rem !important; }

  .js-header-change-moment .g-mt-50--lg--scrolling {
    margin-top: 3.5714285714rem !important; } }
/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Around (xs) max-w 575.98px (continues) */
@media (min-width: 0) {
  .g-pa-155 {
    padding: 11.0714285714rem !important; }

  .g-pa-160 {
    padding: 11.4285714286rem !important; }

  .g-pa-165 {
    padding: 11.7857142857rem !important; }

  .g-pa-170 {
    padding: 12.1428571429rem !important; }

  .g-pa-175 {
    padding: 12.5rem !important; }

  .g-pa-180 {
    padding: 12.8571428571rem !important; }

  .g-pa-185 {
    padding: 13.2142857143rem !important; }

  .g-pa-190 {
    padding: 13.5714285714rem !important; }

  .g-pa-195 {
    padding: 13.9285714286rem !important; }

  .g-pa-200 {
    padding: 14.2857142857rem !important; }

  .g-pa-205 {
    padding: 14.6428571429rem !important; }

  .g-pa-210 {
    padding: 15rem !important; }

  /* Padding X - left & right (continues) */
  .g-px-155 {
    padding-left: 11.0714285714rem !important;
    padding-right: 11.0714285714rem !important; }

  .g-px-160 {
    padding-left: 11.4285714286rem !important;
    padding-right: 11.4285714286rem !important; }

  .g-px-165 {
    padding-left: 11.7857142857rem !important;
    padding-right: 11.7857142857rem !important; }

  .g-px-170 {
    padding-left: 12.1428571429rem !important;
    padding-right: 12.1428571429rem !important; }

  .g-px-175 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important; }

  .g-px-180 {
    padding-left: 12.8571428571rem !important;
    padding-right: 12.8571428571rem !important; }

  .g-px-185 {
    padding-left: 13.2142857143rem !important;
    padding-right: 13.2142857143rem !important; }

  .g-px-190 {
    padding-left: 13.5714285714rem !important;
    padding-right: 13.5714285714rem !important; }

  .g-px-195 {
    padding-left: 13.9285714286rem !important;
    padding-right: 13.9285714286rem !important; }

  .g-px-200 {
    padding-left: 14.2857142857rem !important;
    padding-right: 14.2857142857rem !important; }

  .g-px-205 {
    padding-left: 14.6428571429rem !important;
    padding-right: 14.6428571429rem !important; }

  .g-px-210 {
    padding-left: 15rem !important;
    padding-right: 15rem !important; }

  /* Padding Y - top & bottom (Unify continues 2 .g-py-210) */
  /* .g-py-210 { padding-top: 15rem !important; padding-bottom: 15rem !important; } */
  /* Padding Top (continues) */
  .g-pt-155 {
    padding-top: 11.0714285714rem !important; }

  .g-pt-160 {
    padding-top: 11.4285714286rem !important; }

  .g-pt-165 {
    padding-top: 11.7857142857rem !important; }

  .g-pt-170 {
    padding-top: 12.1428571429rem !important; }

  .g-pt-175 {
    padding-top: 12.5rem !important; }

  .g-pt-180 {
    padding-top: 12.8571428571rem !important; }

  .g-pt-185 {
    padding-top: 13.2142857143rem !important; }

  .g-pt-190 {
    padding-top: 13.5714285714rem !important; }

  .g-pt-195 {
    padding-top: 13.9285714286rem !important; }

  .g-pt-200 {
    padding-top: 14.2857142857rem !important; }

  .g-pt-205 {
    padding-top: 14.6428571429rem !important; }

  .g-pt-210 {
    padding-top: 15rem !important; }

  /* Padding Right (continues) */
  .g-pr-175 {
    padding-right: 12.5rem !important; }

  .g-pr-180 {
    padding-right: 12.8571428571rem !important; }

  .g-pr-185 {
    padding-right: 13.2142857143rem !important; }

  .g-pr-190 {
    padding-right: 13.5714285714rem !important; }

  .g-pr-195 {
    padding-right: 13.9285714286rem !important; }

  .g-pr-200 {
    padding-right: 14.2857142857rem !important; }

  .g-pr-205 {
    padding-right: 14.6428571429rem !important; }

  .g-pr-210 {
    padding-right: 15rem !important; }

  /* Padding Bottom (continues) */
  .g-pb-155 {
    padding-bottom: 11.0714285714rem !important; }

  .g-pb-160 {
    padding-bottom: 11.4285714286rem !important; }

  .g-pb-165 {
    padding-bottom: 11.7857142857rem !important; }

  .g-pb-170 {
    padding-bottom: 12.1428571429rem !important; }

  .g-pb-175 {
    padding-bottom: 12.5rem !important; }

  .g-pb-180 {
    padding-bottom: 12.8571428571rem !important; }

  .g-pb-185 {
    padding-bottom: 13.2142857143rem !important; }

  .g-pb-190 {
    padding-bottom: 13.5714285714rem !important; }

  .g-pb-195 {
    padding-bottom: 13.9285714286rem !important; }

  .g-pb-200 {
    padding-bottom: 14.2857142857rem !important; }

  .g-pb-205 {
    padding-bottom: 14.6428571429rem !important; }

  .g-pb-210 {
    padding-bottom: 15rem !important; }

  /* Padding Left (continues) */
  .g-pl-175 {
    padding-left: 12.5rem !important; }

  .g-pl-180 {
    padding-left: 12.8571428571rem !important; }

  .g-pl-185 {
    padding-left: 13.2142857143rem !important; }

  .g-pl-190 {
    padding-left: 13.5714285714rem !important; }

  .g-pl-195 {
    padding-left: 13.9285714286rem !important; }

  .g-pl-200 {
    padding-left: 14.2857142857rem !important; }

  .g-pl-205 {
    padding-left: 14.6428571429rem !important; }

  .g-pl-210 {
    padding-left: 15rem !important; } }
/*------------------------------------
	Unify v2.6.3 Bases transfer
------------------------------------*/
/*------------------------------------
  Headings
------------------------------------*/
/*------------------------------------
  Heading-v10
------------------------------------*/
.u-heading-v10 {
  position: relative;
  text-align: center; }

.u-heading-v10__downer {
  color: #cdf3fc;
  line-height: 1;
  opacity: .04; }

.u-heading-v10__upper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #f3fdff; }

/*------------------------------------
  Unify v2.6.3 Components - Tabs
------------------------------------*/
/* Tabs v1 - PP Overwrite
------------------------------------*/
@media (min-width: 768px) {
  /* ORG: @media(min-width: $g-md) { */
  [class*="u-nav-v1"].u-nav-rounded-3 .nav-link {
    border-radius: 3px; }
  [class*="u-nav-v1"].u-nav-rounded-5 .nav-link {
    border-radius: 5px; }
  [class*="u-nav-v1"].u-nav-rounded-7 .nav-link {
    border-radius: 7px; }
  [class*="u-nav-v1"].u-nav-rounded-10 .nav-link {
    border-radius: 10px; }

  .u-nav-v1-1 .nav-link.active {
    background-color: #f3fdff; }
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #0f1112; }
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333; }
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff; }
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #f3fdff;
    /* default $g-color-gray-dark-v2 */
    background-color: #fff; }
  .u-nav-v1-1.u-nav-light .nav-link.hover {
    color: #121618;
    /* default $g-color-gray-dark-v2 */
    background-color: #fff; }

  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent; }
  .u-nav-v1-2 .nav-link.active {
    border-color: #ccc; }
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #0f1112; }
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333; }
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff; }
  .u-nav-v1-2.u-nav-light .nav-link.active {
    border-color: #fff; } }
/*------------------------------------
	Master Slider - index
------------------------------------*/
/* Master Slider - index slider 1-2 */
/* # Headline Frame # */
.msp-preset-btn-177 {
  background-color: #f3fdff;
  color: #1a262e;
  border: 2px solid #f3fdff;
  text-transform: uppercase; }

.msp-preset-btn-177:hover {
  text-decoration: none;
  background-color: #cdf3fc;
  color: #121618;
  border: 2px solid #cdf3fc; }

.msp-preset-btn-177:active {
  text-decoration: none;
  top: 1px; }

/* # Headline -panoPOETRY- # */
.msp-cn-140-4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2857142857rem;
  /* 18px default */
  letter-spacing: 6px;
  line-height: normal;
  white-space: nowrap;
  color: #f3fdff;
  text-shadow: 1px 1px 1px #121618; }

/* # Headline -Title- # */
.msp-cn-140-11 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  /* 70px default */
  /*   line-height: 66px; */
  white-space: nowrap;
  color: #f3fdff;
  letter-spacing: .04em;
  line-height: 1.1em;
  text-shadow: 1px 1px 0 #cdf3fc, 2px 2px 0 #cdf3fc, 3px 3px 0 #1a262e, 4px 4px 0 #1a262e, 5px 5px 0 #1a262e, 6px 6px 0 #1a262e, 5px 5px 15px #85cde0;
  text-decoration: none;
  text-transform: uppercase; }

/* # Headline -Statement- # */
.msp-cn-140-3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.7142857143rem;
  /* 24px default */
  line-height: normal;
  white-space: nowrap;
  color: #f3fdff;
  text-shadow: 1px 1px 1px #121618; }

/* # Headline -Button-Link- # */
.msp-cn-140-5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  /* 14px default */
  text-align: center;
  line-height: normal;
  white-space: nowrap; }

/* # Text -Photo-Copyright- # */
.msp-cn-140-36 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.7857142857rem;
  /* 11px default */
  line-height: normal;
  white-space: nowrap;
  color: #f3fdff; }

.ms-panorama .ms-slide-layers {
  overflow: visible; }

/*------------------------------------
	Master Slider - index default
------------------------------------*/
/* Master Slider - PP primary buttons */
.msp-cn-tdr-btn {
  padding-top: 15px;
  padding-right: 70px;
  padding-bottom: 15px;
  padding-left: 70px;
  font-family: Futura;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  white-space: nowrap; }

.msp-preset-btn-primary {
  background-color: #0f1112;
  color: #f3fdff;
  text-transform: uppercase;
  border: none !important; }

.msp-preset-btn-primary:hover {
  text-decoration: none;
  color: #121618;
  background-color: #f3fdff; }

.msp-preset-btn-primary:active {
  text-decoration: none;
  top: 1px; }

.msp-preset-btn-primary:focus {
  text-decoration: none;
  color: #121618; }

/* Master Slider - PP primary bullets */
@media (max-width: 575.98px) {
  .ms-skin-color-primary .ms-bullets.ms-dir-h, .ms-skin-color-primary .ms-bullets.ms-dir-h .ms-bullets-count, .ms-skin-color-primary .ms-bullet, .ms-skin-color-primary .ms-bullet-selected {
    visibility: hidden; } }
@media (min-width: 576px) {
  .ms-skin-color-primary .ms-bullets.ms-dir-h {
    width: 200px; }

  .ms-skin-color-primary .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%; }

  .ms-skin-color-primary .ms-bullet {
    width: 11px;
    height: 11px;
    margin: 4px; } }
@media (min-width: 992px) {
  .ms-skin-color-primary .ms-bullets.ms-dir-h {
    width: 400px; }

  .ms-skin-color-primary .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%; }

  .ms-skin-color-primary .ms-bullet {
    width: 16px;
    height: 16px;
    margin: 6px; } }
.ms-skin-color-primary .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%; }

.ms-skin-color-primary .ms-bullet {
  background: #121618;
  border: solid 1px #3f3831;
  border-radius: 15px; }

.ms-skin-color-primary .ms-bullet-selected {
  background-color: #0f1112;
  border: solid 1px #fff8f2; }

/* Master Slider - PP overlay */
.slide-overlay {
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0; }

.so-01 {
  background: url(../../../imco/bg-overlays/01.png) scroll; }

.so-02 {
  background: url(../../../imco/bg-overlays/02.png) scroll; }

.so-03 {
  background: url(../../../imco/bg-overlays/03.png) scroll; }

.so-04 {
  background: url(../../../imco/bg-overlays/04.png) scroll; }

.so-05 {
  background: url(../../../imco/bg-overlays/05.png) scroll; }

.so-06 {
  background: url(../../../imco/bg-overlays/06.png) scroll; }

.so-07 {
  background: url(../../../imco/bg-overlays/07.png) scroll; }

.so-08 {
  background: url(../../../imco/bg-overlays/08.png) scroll; }

.so-09 {
  background: url(../../../imco/bg-overlays/09.png) scroll; }

.so-10 {
  background: url(../../../imco/bg-overlays/10.png) scroll; }

.so-11 {
  background: url(../../../imco/bg-overlays/11.png) scroll; }

.so-12 {
  background: url(../../../imco/bg-overlays/12.png) scroll; }

.so-13 {
  background: url(../../../imco/bg-overlays/13.png) scroll; }

.so-14 {
  background: url(../../../imco/bg-overlays/14.png) scroll; }

.so-15 {
  background: url(../../../imco/bg-overlays/15.png) scroll; }

.so-16 {
  background: url(../../../imco/bg-overlays/16.png) scroll; }

/*------------------------------------
	Bootstrap Popover
------------------------------------*/
.popover {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #f3fdff !important;
  /* (255, 248, 242) #fff8f2 */
  border: 1px solid rgba(18, 22, 24, 0.3) !important;
  /* (7, 6, 5) #070605 */
  border-radius: 0 !important; }

.popover-header {
  color: #24343d !important;
  /* (63, 56, 49) #3f3831 */
  background-color: #f3fdff !important;
  border-bottom: 1px solid #0f1112, 1 !important;
  /* (255, 78, 32) #ff4e20 */
  border-radius: 0 !important; }

.popover-body {
  color: #f3fdff;
  background-color: #f3fdff !important; }

/* (252, 53, 0) #fc3500 */
.popover .arrow {
  color: #f3fdff !important; }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f3fdff !important; }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f3fdff !important; }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f3fdff !important; }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f3fdff !important; }

/*------------------------------------
	G-Tooltip
------------------------------------*/
.g-tooltip {
  position: relative;
  z-index: 999; }

/* Trigger text */
.g-tooltip-item {
  font-weight: bold;
  cursor: pointer; }

.g-tooltip-content {
  position: absolute;
  font-size: 16px;
  background: #121618;
  z-index: 9999;
  width: 280px;
  bottom: 100%;
  left: 50%;
  margin: 0 0 105px -140px;
  padding: 25px;
  text-align: left;
  border-radius: 10px/50%;
  color: #f3fdff;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.g-tooltip-turnright .g-tooltip-content {
  -webkit-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg);
  transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, 6deg); }

.g-tooltip-turnleft .g-tooltip-content {
  -webkit-transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, -6deg);
  transform: translate3d(0, 50px, 0) rotate3d(1, 1, 1, -6deg); }

.g-tooltip:hover .g-tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Arrow */
.g-tooltip-content::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 120px;
  top: 100%;
  background: url(../../fonts/g-tooltip/g-tooltip3.svg) no-repeat center center;
  background-size: 100%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.g-tooltip-turnright .g-tooltip-content::after {
  left: 25%;
  -webkit-transform: scale3d(-1, 1, 1) rotate3d(1, 1, 1, 25deg) translate3d(0, -15px, 0);
  transform: scale3d(-1, 1, 1) rotate3d(1, 1, 1, 25deg) translate3d(0, -15px, 0); }

.g-tooltip-turnleft .g-tooltip-content::after {
  right: 25%;
  -webkit-transform: rotate3d(1, 1, 1, 25deg) translate3d(0, -15px, 0);
  transform: rotate3d(1, 1, 1, 25deg) translate3d(0, -15px, 0); }

.g-tooltip-turnright:hover .g-tooltip-content::after {
  -webkit-transform: scale3d(-1, 1, 1) rotate3d(1, 1, 1, 0) translate3d(0, -5px, 0);
  transform: scale3d(-1, 1, 1) rotate3d(1, 1, 1, 0) translate3d(0, -5px, 0); }

.g-tooltip-turnleft:hover .g-tooltip-content::after {
  -webkit-transform: rotate3d(1, 1, 1, 0) translate3d(0, -5px, 0);
  transform: rotate3d(1, 1, 1, 0) translate3d(0, -5px, 0); }

/*------------------------------------
	Footer
------------------------------------*/
