/*! -- Colors -- */
/*
nxtest
{
	background-image: url(~"{{url @!site}}")
}
*/
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #222222;
}
section {
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 300;
}
h1,
h2 {
  margin-bottom: 1.0rem !important;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 0.25rem !important;
}
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 1.0rem !important;
}
a {
  text-decoration: none !important;
}
p {
  font-weight: normal;
}
address {
  white-space: pre;
  font-style: normal;
  margin-bottom: 1.25rem;
}
div > p:last-child {
  margin-bottom: 0px;
}
/*! -- Color styles -- */
.gray-darker {
  color: #222222;
}
.gray-dark {
  color: #333333;
}
.gray {
  color: #555555;
}
.gray-light {
  color: #777777;
}
.gray-lighter {
  color: #eeeeee;
}
.buy-color {
  color: #3fb5ff !important;
}
.product-name {
  color: #3fb5ff !important;
}
/*! -- Colors -- */
.color-primary {
  color: #337ab7 !important;
}
.filled.color-primary {
  background-color: #337ab7 !important;
  color: white !important;
}
.filled-light.color-primary {
  background-color: #c2d7ea !important;
  color: black !important;
}
a.filled.color-primary:hover,
button.filled.color-primary:hover {
  background-color: #286090 !important;
  color: white !important;
}
a.filled-light.color-primary:hover,
button.filled-light.color-primary:hover {
  background-color: #b8d1e6 !important;
  color: black !important;
}
.levitate.color-primary {
  background-color: #337ab7 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-primary:hover,
button.filled.color-primary:hover,
button.filled-light.color-primary:hover {
  background-color: #3680bf !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-primary:hover {
  background-color: #c6daeb !important;
}
.color-success {
  color: #5cb85c !important;
}
.filled.color-success {
  background-color: #5cb85c !important;
  color: white !important;
}
.filled-light.color-success {
  background-color: #ceeace !important;
  color: black !important;
}
a.filled.color-success:hover,
button.filled.color-success:hover {
  background-color: #449d44 !important;
  color: white !important;
}
a.filled-light.color-success:hover,
button.filled-light.color-success:hover {
  background-color: #c6e6c6 !important;
  color: black !important;
}
.levitate.color-success {
  background-color: #5cb85c !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-success:hover,
button.filled.color-success:hover,
button.filled-light.color-success:hover {
  background-color: #63bb63 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-success:hover {
  background-color: #d1ebd1 !important;
}
.color-info {
  color: #3fb5ff !important;
}
.filled.color-info {
  background-color: #3fb5ff !important;
  color: white !important;
}
.filled-light.color-info {
  background-color: #c5e9ff !important;
  color: black !important;
}
a.filled.color-info:hover,
button.filled.color-info:hover {
  background-color: #0ca1ff !important;
  color: white !important;
}
a.filled-light.color-info:hover,
button.filled-light.color-info:hover {
  background-color: #bce5ff !important;
  color: black !important;
}
.levitate.color-info {
  background-color: #3fb5ff !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-info:hover,
button.filled.color-info:hover,
button.filled-light.color-info:hover {
  background-color: #49b9ff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-info:hover {
  background-color: #c9eaff !important;
}
.color-warning {
  color: #f0ad4e !important;
}
.filled.color-warning {
  background-color: #f0ad4e !important;
  color: white !important;
}
.filled-light.color-warning {
  background-color: #fbe6ca !important;
  color: black !important;
}
a.filled.color-warning:hover,
button.filled.color-warning:hover {
  background-color: #ec971f !important;
  color: white !important;
}
a.filled-light.color-warning:hover,
button.filled-light.color-warning:hover {
  background-color: #fae2c1 !important;
  color: black !important;
}
.levitate.color-warning {
  background-color: #f0ad4e !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-warning:hover,
button.filled.color-warning:hover,
button.filled-light.color-warning:hover {
  background-color: #f1b157 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-warning:hover {
  background-color: #fbe8cd !important;
}
.color-danger {
  color: #d9534f !important;
}
.filled.color-danger {
  background-color: #d9534f !important;
  color: white !important;
}
.filled-light.color-danger {
  background-color: #f4cbca !important;
  color: black !important;
}
a.filled.color-danger:hover,
button.filled.color-danger:hover {
  background-color: #c9302c !important;
  color: white !important;
}
a.filled-light.color-danger:hover,
button.filled-light.color-danger:hover {
  background-color: #f2c3c1 !important;
  color: black !important;
}
.levitate.color-danger {
  background-color: #d9534f !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-danger:hover,
button.filled.color-danger:hover,
button.filled-light.color-danger:hover {
  background-color: #db5b57 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-danger:hover {
  background-color: #f4cfce !important;
}
.color-buy {
  color: #3fb5ff !important;
}
.filled.color-buy {
  background-color: #3fb5ff !important;
  color: white !important;
}
.filled-light.color-buy {
  background-color: #c5e9ff !important;
  color: black !important;
}
a.filled.color-buy:hover,
button.filled.color-buy:hover {
  background-color: #0ca1ff !important;
  color: white !important;
}
a.filled-light.color-buy:hover,
button.filled-light.color-buy:hover {
  background-color: #bce5ff !important;
  color: black !important;
}
.levitate.color-buy {
  background-color: #3fb5ff !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-buy:hover,
button.filled.color-buy:hover,
button.filled-light.color-buy:hover {
  background-color: #49b9ff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-buy:hover {
  background-color: #c9eaff !important;
}
.color-try {
  color: #777777 !important;
}
.filled.color-try {
  background-color: #777777 !important;
  color: white !important;
}
.filled-light.color-try {
  background-color: #d6d6d6 !important;
  color: black !important;
}
a.filled.color-try:hover,
button.filled.color-try:hover {
  background-color: #5e5e5e !important;
  color: white !important;
}
a.filled-light.color-try:hover,
button.filled-light.color-try:hover {
  background-color: #cfcfcf !important;
  color: black !important;
}
.levitate.color-try {
  background-color: #777777 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-try:hover,
button.filled.color-try:hover,
button.filled-light.color-try:hover {
  background-color: #7c7c7c !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-try:hover {
  background-color: #d9d9d9 !important;
}
.color-download {
  color: #5cb85c !important;
}
.filled.color-download {
  background-color: #5cb85c !important;
  color: white !important;
}
.filled-light.color-download {
  background-color: #ceeace !important;
  color: black !important;
}
a.filled.color-download:hover,
button.filled.color-download:hover {
  background-color: #449d44 !important;
  color: white !important;
}
a.filled-light.color-download:hover,
button.filled-light.color-download:hover {
  background-color: #c6e6c6 !important;
  color: black !important;
}
.levitate.color-download {
  background-color: #5cb85c !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-download:hover,
button.filled.color-download:hover,
button.filled-light.color-download:hover {
  background-color: #63bb63 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-download:hover {
  background-color: #d1ebd1 !important;
}
.color-muted {
  color: #778899 !important;
}
.filled.color-muted {
  background-color: #778899 !important;
  color: white !important;
}
.filled-light.color-muted {
  background-color: #d6dbe0 !important;
  color: black !important;
}
a.filled.color-muted:hover,
button.filled.color-muted:hover {
  background-color: #5f6e7e !important;
  color: white !important;
}
a.filled-light.color-muted:hover,
button.filled-light.color-muted:hover {
  background-color: #cfd5db !important;
  color: black !important;
}
.levitate.color-muted {
  background-color: #778899 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-muted:hover,
button.filled.color-muted:hover,
button.filled-light.color-muted:hover {
  background-color: #7d8d9d !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-muted:hover {
  background-color: #d9dee2 !important;
}
.color-yellow {
  color: #f5dd00 !important;
}
.filled.color-yellow {
  background-color: #f5dd00 !important;
  color: white !important;
}
.filled-light.color-yellow {
  background-color: #fcf5b3 !important;
  color: black !important;
}
a.filled.color-yellow:hover,
button.filled.color-yellow:hover {
  background-color: #c2af00 !important;
  color: white !important;
}
a.filled-light.color-yellow:hover,
button.filled-light.color-yellow:hover {
  background-color: #fcf3a6 !important;
  color: black !important;
}
.levitate.color-yellow {
  background-color: #f5dd00 !important;
  color: white !important;
  display: inline-block !important;
}
a.levitate.color-yellow:hover,
button.filled.color-yellow:hover,
button.filled-light.color-yellow:hover {
  background-color: #ffe600 !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
button.filled-light.color-yellow:hover {
  background-color: #fcf5b8 !important;
}
/*! -- Mixins -- */
/*! -- Buttons  -- */
.btn {
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.btn:hover {
  color: white !important;
  background-color: #5e5e5e;
}
.btn-big {
  padding: 10px 25px 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.btn-big:hover {
  color: white  !important;
  background-color: #5e5e5e;
}
.btn-big + .btn-big {
  margin-left: 2rem;
}
.btn + .btn {
  margin-left: 1.5rem;
}
/*! -- Highlighting -- */
.highlight-levitate {
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.highlight-levitate:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
/*! -- Links */
.link-more {
  display: inline-block;
  color: #323a45;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  background: url(/assets/images/linkRightChevronBlack@2x.png) right center no-repeat;
  background-size: 6px 9px;
  padding-right: 10px;
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out;
}
.link-more:hover {
  background: url(/assets/images/linkRightChevronBlue@2x.png) right center no-repeat;
  background-size: 6px 9px;
  padding-right: 12px;
}
/*! -- Navigation  */
.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 25px 0px;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  background-color: rgba(0, 0, 0, 0.75);
  transition: background-color 0.5s ease, padding 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}
.navigation a {
  text-decoration: none;
  color: white;
}
.navigation a:hover {
  text-decoration: none;
  color: #34a9dc;
}
.navigation.fixed {
  border-bottom: 0px solid black;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px 0px 15px 0px;
}
.navigation.fixed nav > ul > li {
  text-shadow: none;
}
.navigation a.icon-responsive-text:hover {
  color: white !important;
  background-color: rgba(89, 89, 89, 0.75);
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 3px;
}
.navigation .icon-responsive-text span {
  vertical-align: middle;
}
.header-content .header-nav {
  position: relative;
  /*
		nav > ul > li > ul > li > a.selected
		{
			color: darken(white, 20%);
		}
		*/
}
.header-content .header-nav div,
.header-content .header-nav ul,
.header-content .header-nav li {
  height: 22px;
  float: left;
  vertical-align: middle;
  margin: 0px;
}
.header-content .header-nav li > a,
.header-content .header-nav li > div {
  vertical-align: middle;
}
.header-content .header-nav nav > ul > li > a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}
.header-content .header-nav nav > ul > li.selected > a {
  border-bottom: 2px white solid;
}
.header-content .header-nav .logo {
  margin-right: 5px;
}
.header-content .header-nav .navigationDivider {
  border-left: 1px solid #f1f1f1 !important;
  margin-top: 8px;
  height: 14px;
}
.header-content .header-nav ul > li > ul {
  display: none;
  position: absolute;
  padding: 0px;
  margin: -3px 0px 0px 0px;
  height: auto !important;
  min-height: 40px;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15) !important;
}
.header-content .header-nav ul > li > ul li {
  float: none !important;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid red !important;
}
.header-content .header-nav ul > li > ul li a {
  display: block;
  padding: 0 3em 0 0.75em;
  margin: 0px;
  line-height: 2.3em;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  text-transform: none;
  font-size: 1.5rem;
}
.header-content .header-nav ul > li > ul li a:hover {
  background-color: #34a9dc;
}
.header-content .header-nav ul > li > ul li:first-of-type > a {
  margin-top: 26px !important;
  transition: margin 0.5s ease;
}
.header-content .header-nav ul > li:hover > ul {
  display: block;
}
.header-content .header-nav ul li.parent:hover {
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15) !important;
}
.header-content .header-nav ul li.parent:hover > a,
.header-content .header-nav ul li.parent:hover > a:hover {
  color: white;
}
.header-content .header-nav ul li.parent:hover > ul {
  background-color: white;
  margin: 3px 0px 0px -3px;
}
.header-content .header-nav ul li.parent:hover > ul li a {
  background-color: white;
  color: black;
  font-size: 1.25rem !important;
}
.header-content .header-nav ul li.parent:hover > ul li a:hover {
  background-color: #34a9dc;
  color: white;
}
.header-content .header-nav ul li.parent:hover > ul li:first-of-type > a {
  margin-top: 5px !important;
}
.header-content .header-nav ul li.main {
  margin: 0px 10px 0px 0px !important;
}
.header-content .header-nav ul li.main > a {
  font-size: 1.5rem;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: none;
}
.header-content .header-nav ul li.main > ul {
  margin: -3px 0px 0px 0px;
  min-height: 20px;
}
.header-content .header-nav ul li.main > ul li:first-of-type > a {
  margin-top: 24px !important;
  transition: margin 0.5s ease;
}
.header-content .header-nav ul li {
  margin-left: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 3px;
  list-style: none;
  display: inline;
  float: left;
}
.header-content .header-nav ul.right-nav {
  float: right;
}
.navigation.fixed .header-content .header-nav ul li ul li:first-of-type a {
  margin-top: 10px !important;
}
.navigation.fixed .header-content .header-nav ul li.main ul li:first-of-type a {
  margin-top: 14px !important;
}
.mobile-menu .inner {
  display: none;
  margin-top: 20px;
  margin-bottom: -20px;
}
.mobile-menu .inner ul {
  margin-bottom: 0px;
  padding-left: 32px;
}
.mobile-menu .inner > ul:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
.mobile-menu .inner ul > li {
  list-style: none;
}
.mobile-menu .inner ul li > ul {
  margin-left: 0px;
}
@media (min-width: 400px) {
  .header-content .header-nav .logo {
    margin-right: 8px;
  }
  .header-content .header-nav ul li.main {
    margin: -2px 10px 0px 0px !important;
    /*
				> a.selected
				{
					border-bottom: 2px @brand-buy solid;
				}
				*/
  }
  .header-content .header-nav ul li.main > a {
    font-size: 2.0rem;
  }
  .header-content .header-nav ul li.main > ul li:first-of-type > a {
    margin-top: 20px !important;
    transition: margin 0.5s ease;
  }
  .navigation.fixed .header-content .header-nav ul li.main ul li:first-of-type a {
    margin-top: 10px !important;
  }
}
/*
@media (min-width: @screen-width-tablet)
{
	.mobile-menu
	{
		display: none !important;
	}
}
*/
@media (min-width: 1000px) {
  .header-content .header-nav nav > ul > li > a {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .header-content .header-nav ul li.parent:hover > ul {
    margin: 3px 0px 0px -5px;
  }
  .header-content .header-nav ul li.parent:hover > ul > li a {
    font-size: 1.2rem;
  }
  .header-content .header-nav ul li {
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
  }
}
.nav-toggle {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 999999;
  padding: 10px 35px 16px 0px;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}
.navicon {
  display: block;
  margin-top: 2px;
  padding-left: 10px;
  height: 26px;
  min-width: 26px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*! -- Footer  */
.footer {
  background-color: #222222;
  border-top: 1px #3c3c3c solid;
}
.footer .container {
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 1.0rem;
}
.footer .container nav {
  margin-bottom: 10px;
}
.footer .container nav h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer .container nav ul {
  list-style: none;
  margin-top: 5px 0px 0px 0px;
  padding: 0px;
}
.footer .container nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .container nav ul li a {
  font-size: 1.25rem;
  text-decoration: none;
}
.footer .container .copyright {
  font-size: 1.25rem;
  color: #777777;
}
.footer .container {
  color: white;
}
.footer .language-picker {
  position: relative;
  display: block;
  min-height: 48px;
  margin-top: 7px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
}
.footer .language-picker ul {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #2f2f2f;
  border-radius: 3px;
  position: absolute;
  margin: 0px;
}
.footer .language-picker ul > li {
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer .language-picker ul > li a {
  display: block;
  padding: 8px !important;
  padding-left: 40px !important;
}
.footer .language-picker ul > li.lang-de a {
  background: url(/assets/images/lang-de@2x.png) 8px center no-repeat;
}
.footer .language-picker ul > li.lang-en a {
  background: url(/assets/images/lang-en@2x.png) 8px center no-repeat;
}
.footer .language-picker ul > li.selected {
  display: block;
}
.footer .language-picker ul > li > a {
  color: white;
  background-size: 25px 25px !important;
}
.footer .language-picker ul:hover {
  border: 1px solid #555555;
  background-color: #2f2f2f;
}
.footer .language-picker ul:hover > li {
  display: block !important;
}
.footer .language-picker ul:hover > li:hover {
  background-color: #494949;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
/*! -- Sections -- */
section:nth-of-type(2) {
  padding-top: 76px;
}
section:nth-of-type(2) .container .row {
  padding-bottom: 20px;
}
section:nth-of-type(2) h5 {
  color: #778899;
}
section.hero {
  background-size: cover;
}
section.fillnavigationgap {
  height: 76px;
  padding: 0px;
  background-color: #808080;
}
section.gradient {
  background-color: #d8d8d8;
  background: radial-gradient(at 50% 70%, #f7f7f7, #d8d8d8);
}
/*! -- Responsive helpers -- */
.hide-phone {
  display: none !important;
}
.show-phone {
  display: block !important;
}
.hide-inline-phone {
  display: none !important;
}
.show-inline-phone {
  display: inline-block !important;
}
li.show-phone {
  display: inline !important;
}
@media (min-width: 400px) {
  .hide-phone {
    display: block !important;
  }
  .hide-inline-phone {
    display: inline-block !important;
  }
  li.hide-phone {
    display: inline !important;
  }
  .show-phone {
    display: none !important;
  }
  .show-inline-phone {
    display: none !important;
  }
}
.hide-phablet {
  display: none !important;
}
.show-phablet {
  display: block !important;
}
.hide-inline-phablet {
  display: none !important;
}
.show-inline-phablet {
  display: inline-block !important;
}
li.show-phablet {
  display: inline !important;
}
@media (min-width: 550px) {
  .hide-phablet {
    display: block !important;
  }
  .hide-inline-phablet {
    display: inline-block !important;
  }
  li.hide-phablet {
    display: inline !important;
  }
  .show-phablet {
    display: none !important;
  }
  .show-inline-phablet {
    display: none !important;
  }
}
.hide-tablet {
  display: none !important;
}
.show-tablet {
  display: block !important;
}
.hide-inline-tablet {
  display: none !important;
}
.show-inline-tablet {
  display: inline-block !important;
}
li.show-tablet {
  display: inline !important;
}
@media (min-width: 750px) {
  .hide-tablet {
    display: block !important;
  }
  .hide-inline-tablet {
    display: inline-block !important;
  }
  li.hide-tablet {
    display: inline !important;
  }
  .show-tablet {
    display: none !important;
  }
  .show-inline-tablet {
    display: none !important;
  }
}
.hide-desktop {
  display: none !important;
}
.show-desktop {
  display: block !important;
}
.hide-inline-desktop {
  display: none !important;
}
.show-inline-desktop {
  display: inline-block !important;
}
li.show-desktop {
  display: inline !important;
}
@media (min-width: 1000px) {
  .hide-desktop {
    display: block !important;
  }
  .hide-inline-desktop {
    display: inline-block !important;
  }
  li.hide-desktop {
    display: inline !important;
  }
  .show-desktop {
    display: none !important;
  }
  .show-inline-desktop {
    display: none !important;
  }
}
.hide-collapse-menu {
  display: none !important;
}
.show-collapse-menu {
  display: block !important;
}
.hide-inline-collapse-menu {
  display: none !important;
}
.show-inline-collapse-menu {
  display: inline-block !important;
}
li.show-collapse-menu {
  display: inline !important;
}
@media (min-width: 900px) {
  .hide-collapse-menu {
    display: block !important;
  }
  .hide-inline-collapse-menu {
    display: inline-block !important;
  }
  li.hide-collapse-menu {
    display: inline !important;
  }
  .show-collapse-menu {
    display: none !important;
  }
  .show-inline-collapse-menu {
    display: none !important;
  }
}
/*! -- Size Classes -- */
img.responsive,
img.responsive-width {
  max-width: 100%;
  height: auto;
}
img.responsive-height {
  max-height: 100%;
  width: auto;
}
/*! -- Framing -- */
.frame-text {
  padding-top: 2em;
  padding-bottom: 2em;
}
/*! -- Badges -- */
.badge-mini {
  display: inline;
  padding: 3px 5px 3px 5px ;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition: all 0.2s ease-in-out;
  background-color: #777777;
  color: white !important;
  white-space: nowrap;
}
.badge-circle {
  display: inline;
  border-radius: 50%;
  padding: 5px 11px 5px 11px;
  margin-right: 10px;
}
/*! -- Icons -- */
.icon-left {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.icon-twitter {
  background-image: url(/assets/images/iconTwitter@2x.png);
}
.icon-facebook {
  background-image: url(/assets/images/iconFacebook@2x.png);
}
.icon-feedly {
  background-image: url(/assets/images/iconFeedly@2x.png);
}
.icon-feed {
  background-image: url(/assets/images/iconFeed@2x.png);
}
/*! -- Notes -- */
.note {
  padding: 10px;
  background-color: #fff9c1;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 150%;
}
/*! -- Image boxes -- */
.image-box {
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
}
.image-box img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.image-box p {
  font-size: 1.25rem !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0px !important;
  text-align: center;
}
/*! -- Feature lists -- */
.feature {
  position: relative;
  background-color-: white;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.feature div {
  display: block;
  vertical-align: top;
}
.feature .icon {
  width: 30px;
  height: 30px;
  text-align: center;
}
.feature .description {
  margin-left: 45px;
  margin-top: -34px;
}
.feature .description h5 {
  font-weight: 400;
  font-size: 1.8rem !important;
  letter-spacing: .015rem;
  margin: 0px !important;
  padding: 0px;
}
.feature .description p {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  line-height: 160%;
  color: #778899;
  font-size: 1.3rem;
}
.feature .description p > a:not(.link-more) {
  color: #778899;
  text-decoration: none;
}
.feature .description a {
  margin-top: 0.5rem;
}
.feature .responsive-icon {
  width: 100%;
  height: auto;
}
.feature-mini {
  height: 45px;
}
.feature-mini .responsive-icon {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.feature-mini span {
  font-weight: 300;
  font-size: 1.4rem !important;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.feature-row:first-child {
  padding-top: 20px;
}
.feature-row:last-child {
  padding-bottom: 20px;
}
.feature-highlight h5 {
  font-weight: 400;
  font-size: 2.0rem !important;
  letter-spacing: .015rem;
  margin: 0px !important;
  padding: 0px;
}
.feature-highlight p {
  margin-top: 0.75rem;
  margin-bottom: 0px;
  line-height: 160%;
  color: #778899;
  font-size: 1.5rem;
}
@media (min-width: 750px) {
  .feature .icon {
    width: 60px;
    height: 60px;
  }
  .feature .description {
    margin-left: 75px;
    margin-top: -64px;
  }
  .feature-mini {
    min-width: 200px;
    width: 50%;
    float: left;
  }
}
/*! -- Product specs -- */
.product-spec {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3c3c3c;
  color: white;
}
.product-spec .product-box {
  position: relative;
  padding-left: 148px;
  min-height: 128px;
}
.product-spec .product-box img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
}
.product-spec .product-box h5 {
  font-size: 2.5rem !important;
  padding-top: 30px;
}
.product-spec .product-box p {
  color: #8c8c8c;
  font-size: 1.25rem !important;
}
.product-spec .product-support {
  padding-top: 20px;
}
.product-spec .options-box {
  text-align: right;
  padding-top: 40px;
  line-height: 250%;
}
.product-spec hr {
  border-top-color: #808080 !important;
}
.product-spec .column,
.product-spec .columns {
  margin-bottom: 2px;
}
/*! -- Comparison table -- */
.comparison-table tbody + thead tr > td {
  padding-top: 40px;
}
.comparison-table thead td {
  color: #778899;
  font-weight: 300;
  font-size: 1.5rem;
}
.comparison-table thead td:first-child {
  color: black;
  font-weight: 500;
  text-transform: uppercase;
}
.comparison-table tbody td {
  font-weight: 300;
  font-size: 1.4rem;
}
.comparison-table tbody td.filled {
  border-right: 1px solid #E1E1E1;
}
.comparison-table tbody td.filled:last-of-type {
  border-right: none;
}
/*! -- Testimonials -- */
.testimonial {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.testimonial .quote {
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
}
.testimonial .source {
  font-size: 1.5rem;
  font-weight: 300;
  padding-top: 2rem;
}
.testimonial .source a {
  color: #888;
}
.testimonial .source img {
  height: 3rem;
  width: auto;
  padding-right: 0.5rem;
}
.testimonial .source img.circular {
  border-radius: 50%;
}
/*! -- Video -- */
.video-play.thumbnail {
  display: inline-block !important;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.video-play .thumbnail-container {
  position: relative;
}
.video-play .thumbnail-container .play-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(/assets/images/videoPlayButton@2x.png) center center no-repeat;
  background-size: 80px 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.video-play .thumbnail-container .play-overlay:hover {
  background: url(/assets/images/videoPlayButton@2x.png) center center no-repeat;
  background-size: 80px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}
.video-container {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.92) !important;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  z-index: 2000;
  padding: 40px;
}
.video-container section,
.video-container .column,
.video-container .row {
  background-color: rgba(255, 255, 255, 0) !important;
}
.video-container section {
  margin-top: 40px;
}
.video-responsive {
  height: 0;
  padding-top: 0px;
  padding-bottom: 67.5%;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.video-responsive.wide {
  padding-bottom: 56.30%;
}
/*! -- Image strip / gallery -- */
.imagestrip-image {
  max-width: 200px;
  height: auto;
  margin: 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.imagestrip-image:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
#ioModalContents p {
  text-align: center;
  padding: 10px;
  font-weight: 300;
}
/*!-- Behaviours -- */
.table-behaviours {
  font-size: 13px;
  width: 100%;
}
.table-behaviours tr:first-child {
  text-transform: uppercase !important;
  color: #778899 !important;
}
.table-behaviours td:first-child {
  font-weight: bold;
  width: 25%;
  vertical-align: top;
}
/*!-- Release Notes -- */
.releasenotes ul {
  list-style: disc;
  padding-left: 20px;
}
.releasenotes > h3 {
  font-size: 1.75rem;
  display: block;
  background: white;
  padding: 10px 15px 10px 15px;
}
.releasenotes > ul {
  display: block;
  background: white;
  padding: 10px 15px 10px 40px;
}
/*! -- Animations -- */
@keyframes fade-in-slide-down {
  from {
    opacity: 0.0;
    -webkit-transform: translateY(-3.2rem);
    transform: translateY(-3.2rem);
  }
  to {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-slide-down {
  from {
    opacity: 0.0;
    -webkit-transform: translateY(-3.2rem);
    transform: translateY(-3.2rem);
  }
  to {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-slide-up {
  from {
    opacity: 0.0;
    -webkit-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
  }
  to {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in-slide-up {
  from {
    opacity: 0.0;
    -webkit-transform: translateY(3.2rem);
    transform: translateY(3.2rem);
  }
  to {
    opacity: 1.0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*! -- Popup buttons -- */
.popup-menu {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  /* Menu button with dropdown */
  /* Box with arrow*/
}
.popup-menu .popup-menu-button {
  display: inline-block;
  background: url(/assets/images/linkDownChevronBlue@2x.png) right center no-repeat;
  background-size: 12px 6px;
  padding-right: 16px;
}
.popup-menu .popup-menu-content {
  position: absolute;
  vertical-align: middle;
  border-radius: 5px;
  /* padding: 4px 8px 4px 8px; */
  padding: 8px 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4), 0px 0px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  font-size: 12px;
  font-weight: normal;
  background: white;
  border: 1px solid #c2c2c2;
  z-index: 100;
}
.popup-menu .popup-menu-content:after,
.popup-menu .popup-menu-content:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-menu .popup-menu-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
}
.popup-menu .popup-menu-content:before {
  border-color: rgba(194, 194, 194, 0);
  border-bottom-color: #c2c2c2;
  border-width: 8px;
  margin-left: -8px;
}
.popup-menu .popup-menu-content p:first-of-type {
  margin-top: 0px;
}
.popup-menu .popup-menu-content p:last-of-type {
  margin-bottom: 0px;
}
.popup-menu .popup-menu-content {
  display: none;
  opacity: 0;
  margin-top: 10px;
}
.popup-menu .popup-menu-content ul {
  margin: 0px;
}
.popup-menu .popup-menu-content ul li {
  list-style: none;
  display: block;
  margin: 0px;
}
.popup-menu .popup-menu-content ul li a {
  display: block;
  margin: 7px 0px 7px 0px;
  white-space: nowrap;
  font-size: 1.4rem;
}
.popup-menu:last-child {
  margin-right: 0px;
}
/*! -- Blog post -- */
.blog-post,
.blog-preview {
  background-color: white;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
}
.blog-preview {
  padding-bottom: 4rem;
}
.blog-preview:first-of-type {
  padding-top: 4rem;
}
.blog-preview-box a:first-of-type {
  color: black;
}
.blog-preview-box .blog-preview-image {
  border-radius: 5px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto !important;
  background-attachment: scroll;
  position: relative;
  width: 100%;
  padding-bottom: 42%;
}
.blog-preview-box .date {
  font-weight: 400;
  margin: 0px;
  color: #778899;
}
.blog-preview-box .description {
  color: black;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}
.blog-preview-box h3 {
  display: block;
  color: black;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.4rem !important;
  line-height: 130%;
  letter-spacing: normal;
}
.blog-post-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-animation: fade-in-slide-up 0.8s;
  animation: fade-in-slide-up 0.8s;
}
.blog-post-box .blog-post-header {
  text-align: center;
}
.blog-post-box .blog-post-header h3 {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem;
}
.blog-post-box .blog-post-header h3 a {
  color: black !important;
}
.blog-post-box .blog-post-metadata {
  color: #778899;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: right;
}
.blog-post-box .blog-post-metadata p {
  margin: 0px;
  line-height: 140%;
}
.blog-post-box .blog-post-metadata span {
  font-weight: 400;
}
.blog-post-box .blog-post-metadata .avatar {
  height: 56px;
  max-width: 56px;
  width: auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.blog-post-box .blog-post-metadata a,
.blog-post-box .blog-post-metadata .author,
.blog-post-box .blog-post-metadata .category {
  font-weight: 300;
}
.blog-post-box .blog-post-metadata .date {
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 1.75rem;
}
.blog-post-box .blog-post-metadata .category {
  margin-top: 1.5rem;
}
.blog-post-box .blog-post-body {
  color: #222222;
}
.blog-post-box .blog-post-body h4 {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 2.8rem;
  font-weight: 300;
}
.blog-post-box .blog-post-body .two-thirds-width,
.blog-post-box .blog-post-body .full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 1.25rem;
}
.blog-post-box .blog-post-body .illu-right {
  max-width: 50%;
  height: auto;
  float: right;
  margin-left: 2rem;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.blog-post-box .blog-post-body .illu-right.fixed {
  width: 50%;
}
.blog-post-box .blog-post-body strong {
  font-weight: 600;
}
.blog-post-box .blog-post-body p,
.blog-post-box .blog-post-body ul,
.blog-post-box .blog-post-body li {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.25rem;
}
.blog-post-box .blog-post-body p + h4 {
  margin-top: 2.5rem !important;
}
.blog-post-box .blog-post-body blockquote {
  margin-left: 1px;
  padding-left: 1.5rem;
  border-left: 2px solid #ddd;
  color: #778899;
}
.blog-post-box .blog-post-body ul,
.styled-list ul,
.blog-post-box .blog-post-body ol,
.styled-list ol {
  padding: 0px;
  list-style: none;
  list-style-image: none;
  counter-reset: listitemcount;
}
.blog-post-box .blog-post-body ul li,
.styled-list ul li,
.blog-post-box .blog-post-body ol li,
.styled-list ol li {
  margin-left: 20px;
}
.blog-post-box .blog-post-body ul > li:before,
.styled-list ul > li:before,
.blog-post-box .blog-post-body ol > li:before,
.styled-list ol > li:before {
  padding-right: 15px;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
}
.blog-post-box .blog-post-body ul > li:before,
.styled-list ul > li:before {
  content: '•';
  width: 40px;
  margin-left: -40px;
}
.blog-post-box .blog-post-body ol > li:before,
.styled-list ol > li:before {
  width: 40px;
  margin-left: -32px;
  counter-increment: listitemcount;
  content: counter(listitemcount) ".";
}
@media (min-width: 750px) {
  .blog-post-box .blog-post-body .two-thirds-width {
    position: relative;
    width: 66vw;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 1.25rem;
  }
}
.blog-post-footer {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "kern" 1, "liga" 1;
  -moz-font-feature-settings: "kern=1, liga=1";
  -ms-font-feature-settings: "kern" 1, "liga" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
  font-feature-settings: "kern" 1, "liga" 1;
  background-color: #f1f1f1 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-post-footer .article-link-box a {
  display: block;
  font-size: 1.75rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post-footer .left-label {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.blog-post-footer .right-label {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.blog-post-footer .left-link {
  text-align: right;
  background: url(/assets/images/linkLeftBigChevron@2x.png) left center no-repeat;
  background-size: 8px 16px;
  padding-left: 21px;
  transition: all 0.15s ease-in-out;
}
.blog-post-footer .left-link:hover {
  background: url(/assets/images/linkLeftBigChevron@2x.png) left center no-repeat;
  background-size: 8px 16px;
}
.blog-post-footer .right-link {
  text-align: left;
  background: url(/assets/images/linkRightBigChevron@2x.png) right center no-repeat;
  background-size: 8px 16px;
  padding-right: 21px;
  transition: all 0.15s ease-in-out;
}
.blog-post-footer .right-link:hover {
  background: url(/assets/images/linkRightBigChevron@2x.png) right center no-repeat;
  background-size: 8px 16px;
}
/*! -- Date table -- */
.date-table {
  margin: 0px;
  padding: 0px;
}
.date-table tr {
  padding: 0px;
  margin: 0px;
}
.date-table td {
  margin: 0px;
  border: 2px solid white;
  padding: 5px 7px;
  border-bottom-width: 0px;
  font-size: 1.3rem !important;
  font-weight: 300;
  color: #778899;
}
.date-table td:first-child {
  font-weight: bold;
  width: 25%;
  vertical-align: top;
  color: #222222;
}
.date-table .heat {
  padding: 0px;
}
.date-table .heat a {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 5px 7px;
}
/*! -- Code -- */
.code-box {
  white-space: pre;
  font-family: 'Monaco', 'Courier', Monospace;
  font-size: 11px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #b3bed8;
  border-radius: 5px;
  background-color: #e8eef4;
}
/*! -- Galleries: "Guide" style -- */
.feather-gallery-guide {
  width: 100%;
}
.feather-gallery-guide p {
  font-size: 1.5rem !important;
}
.feather-gallery-guide .gallery-start {
  display: block;
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 5px;
  border-width: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #eeeeee;
  transition: box-shadow 0.4s, border-radius 0.4s, border 0.4s ease-out, background-color 0.4s ease-out;
  width: 100%;
}
.feather-gallery-guide .gallery-start[gallery="visible"] {
  background-color: #d5d5d5;
  border-radius: 5px 5px 0px 0px !important;
}
.feather-gallery-guide .gallery-start .gallery-toggle {
  position: absolute;
  left: auto;
  right: 10px;
  top: 8px;
  bottom: 8px;
}
.feather-gallery-guide .gallery-view {
  box-sizing: border-box;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #d5d5d5;
  border-top-width: 0px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-bottom: 75%;
}
.feather-gallery-guide.sliced .gallery-view {
  display: block;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.feather-gallery-guide .gallery-view:first-child {
  border-radius: 5px;
}
.feather-gallery-guide .gallery-view .gallery-left {
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
}
.feather-gallery-guide .gallery-view .gallery-left .gallery-contents {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.feather-gallery-guide .gallery-view .gallery-right {
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.0125);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  vertical-align: middle;
}
.feather-gallery-guide .gallery-view .gallery-right .gallery-contents {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  line-height: 155%;
  vertical-align: middle;
}
.feather-gallery-guide .gallery-view .gallery-right .gallery-contents p:first-child {
  margin-top: 0px;
}
.feather-gallery-guide .gallery-view .gallery-overview {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 35px;
  padding: 0px;
  margin: 0px;
  z-index: 500;
  overflow: scroll;
  display: none;
}
.feather-gallery-guide .gallery-view .gallery-overview .gallery-overview-index {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.feather-gallery-guide .gallery-view .gallery-navigation {
  position: absolute;
  box-sizing: border-box;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.065);
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.feather-gallery-guide .gallery-view .gallery-navigation #overview {
  float: left;
  padding-left: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation #prev {
  float: right;
  padding-right: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation #next {
  float: right;
  padding-right: 10px;
}
.feather-gallery-guide .gallery-view .gallery-navigation .gallery-index {
  border-radius: 50%;
  behavior: url(PIE.htc);
  height: 3px;
  width: 3px;
  padding: 1px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 9px;
  display: inline-block;
}
.feather-gallery-guide .gallery-view .gallery-navigation .gallery-index.selected {
  background: rgba(0, 0, 0, 0.2);
}
