/*Prevent FOUC |Flash of Unstyled Content|*/
.no-fouc {
  display: none; }

.hidden {
  display: none; }

/* Fonts */
@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Agenda-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Agenda-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-Regular.woff") format("woff"), url("../fonts/Agenda-Regular.ttf") format("truetype"), url("../fonts/Agenda-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Agenda-Bold.eot");
  src: url("../fonts/Agenda-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-Bold.woff") format("woff"), url("../fonts/Agenda-Bold.ttf") format("truetype"), url("../fonts/Agenda-Bold.svg#svgFontName") format("svg"); }
@font-face {
  font-family: 'Agenda';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Agenda-RegularItalic.eot");
  src: url("../fonts/Agenda-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-RegularItalic.woff") format("woff"), url("../fonts/Agenda-RegularItalic.ttf") format("truetype"), url("../fonts/Agenda-RegularItalic.svg#svgFontName") format("svg"); }
@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Agenda-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Agenda-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-Light.woff") format("woff"), url("../fonts/Agenda-Light.ttf") format("truetype"), url("../fonts/Agenda-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Agenda';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Agenda-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Agenda-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-Thin.woff") format("woff"), url("../fonts/Agenda-Thin.ttf") format("truetype"), url("../fonts/Agenda-Thin.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/* Variables */
body {
  padding-top: 75px;
  font-family: "Agenda", sans-serif; }

a:focus {
  outline: none;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.maincontent ul li {
  font-size: 15px;
  color: #414141; }
.maincontent ol li {
  font-size: 15px;
  color: #414141; }
.maincontent p {
  color: #414141;
  font-size: 16px;
  font-weight: 300; }
.maincontent h1 {
  color: #00aad4;
  font-size: 32px; }
.maincontent h2,
.maincontent .bluetitle {
  color: #00aad4;
  font-size: 21px;
  font-weight: 500; }
.maincontent h3,
.maincontent .skinnytitle {
  font-family: "Agenda", sans-serif;
  font-weight: 100;
  font-size: 28px;
  color: #414141; }
.maincontent h5 {
  color: #414141;
  font-weight: bold;
  font-family: "Agenda", sans-serif; }
.maincontent a,
.maincontent a:visited {
  color: #00aad4; }
.maincontent .upper,
.maincontent a.upper,
.maincontent a:visited.upper {
  text-transform: uppercase; }
.maincontent a:hover,
.maincontent a:active {
  color: #73cde7; }
.maincontent span.slant-title {
  color: #fff;
  padding: 5px 0px 5px 40px;
  max-height: 33px;
  background-image: url(../img/corner-slant-blue.png), url(../img/blue-square.png);
  background-position: left top, 33px 0;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 22px;
  display: block;
  margin-bottom: 20px; }
.maincontent .slant-title {
  color: #fff;
  padding: 5px 0px 5px 40px;
  max-height: 33px;
  background-color: #00aad4;
  -webkit-clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%, 0% 33px);
  clip-path: polygon(33px 0, 100% 0, 100% 100%, 0 100%, 0% 33px); }
.maincontent .features h1 {
  text-align: center;
  padding: 25px;
  margin-top: 120px; }
.maincontent .features h4 {
  color: #00aad4;
  font-size: 21px;
  margin-bottom: 0px;
  margin-top: 20px; }
.maincontent .owners h1 {
  text-align: center;
  margin: 150px auto 20px auto; }
.maincontent .overview.twilight h1,
.maincontent .overview.legend h1,
.maincontent .overview.hliving h1,
.maincontent .overview.clarity h1 {
  color: #fff;
  text-align: center; }
.maincontent .row {
  margin: 20px inherit; }

.maincontent.inner {
  margin-top: -100px; }

/* Nav */
@media only screen and (min-width: 992px) {
  #navSpacer a {
    /*padding-right: 60px;*/ } }
@media only screen and (min-width: 1200px) {
  #navSpacer a {
    /*padding-right: 100px;*/
    padding-right: 30px; } }
#lastInNav {
  padding-right: 20px; }

nav {
  background-image: url("../img/colors-light-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.nav > li > a {
  padding: 10px 10px;
  font-size: 16px; }

.navbar-brand img {
  width: 100%;
  max-width: 190px; }

@media only screen and (min-width: 300px) {
  .navbar-brand img {
    margin-top: 4px; } }
@media only screen and (min-width: 992px) {
  .navbar-brand img {
    margin-top: 0px; } }
.navbar {
  height: 75px; }

#navbar {
  display: inline-block;
  margin-top: 10px; }

#lineNav {
  display: inline;
  margin-top: 10px; }

.greyedout {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .greyedout img {
    width: 100%; }

.greyedout:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

.line {
  width: 100px; }
  .line a {
    width: 100%; }

.navbar-toggle {
  border: none;
  background: transparent !important; }
  .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s; }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggle .middle-bar {
    opacity: 0; }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0); }
.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0); }

.dropdown:hover > .dropdown-menu {
  display: block;
  top: auto; }

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none; }

.dropdown-menu > li > a {
  padding: 3px 20px;
  font-weight: 300;
  line-height: 1.428571429;
  color: #333333;
  font-size: 16px; }

.dropdown-large {
  position: static !important; }

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  min-width: 320px; }

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0; }

.dropdown-menu-large > li > ul > li {
  list-style: none; }

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal; }

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999; }

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px; }

#mobaMenu .dropdown-header {
  font-size: 18px;
  color: #00aad4;
  text-align: center; }

#mobaMenu img {
  display: inline-block;
  max-width: 50px;
  margin-right: 10px; }

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0; }

  .dropdown-menu-large > li {
    margin-bottom: 30px; }

  .dropdown-menu-large > li:last-child {
    margin-bottom: 0; }

  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
    text-align: left; } }
.dropdown-menu {
  left: auto; }

.dropdown-brands li {
  height: 58px; }
.dropdown-brands li:first-child {
  height: auto; }
.dropdown-brands img {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -10px; }
.dropdown-brands span {
  display: inline-block;
  margin-left: 10px;
  line-height: 1.1; }
.dropdown-brands hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.mobile-brand img {
  width: 40px;
  display: inline-block;
  position: relative;
  top: -10px; }
.mobile-brand span {
  display: inline-block;
  margin-left: 10px;
  text-align: left; }

/* Mobile Nav */
#mobaNav ul li a {
  text-align: center; }

.mm-listview > li > a {
  width: 100%;
  text-align: center;
  font-size: 18px; }

.mm-listview > li > span {
  margin: 0 auto !important;
  display: block; }

.jumbotron {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 75px auto 0;
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% 45px);
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% 45px); }
  .jumbotron p {
    font-weight: normal; }

.slantMask {
  -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% 45px);
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0% 45px); }

.maincontent .jumbotron.find h1,
.maincontent .jumbotron.results h1 {
  color: #fff;
  margin-top: 0px; }

.maincontent .jumbotron.about h1 {
  max-width: 650px;
  margin: 40px auto 20px;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px; }

.find {
  background: url(../img/find-a-spa-bg.jpg) no-repeat top left; }

.results {
  background: url(../img/results-bg.jpg) no-repeat top left;
  background-size: 100%; }

.overview,
.detail {
  background: url(../img/overview-bg.jpg) no-repeat top left; }

.about {
  background: url(../img/about-bg.jpg) no-repeat top left; }

.twilight {
  background: url(../img/twilight-overview-bg.jpg) no-repeat top left; }

.hliving {
  background: url(../img/healthy-overview-bg.jpg) no-repeat top left; }

.clarity {
  background: url(../img/clarity-overview-bg.jpg) no-repeat top left; }

.owners {
  background: url(../img/owners-bg.jpg) no-repeat top left; }

@media only screen and (min-width: 300px) {
  .owners {
    background-position: 27% 0%; } }
@media only screen and (min-width: 480px) {
  .owners {
    background-position: top left; } }
@media only screen and (min-width: 300px) {
  .healthBenefits {
    background-image: url("../img/hot-tub-health-benefits-mobile.jpg"); } }
@media only screen and (min-width: 992px) {
  .healthBenefits {
    background-image: url("../img/hot-tub-health-benefits.jpg"); } }
.hotwater {
  background: url(../img/hot-water-bg.jpg) no-repeat top left; }

.backyard {
  background: url(../img/backyard-bg.jpg) no-repeat top left; }

.mcrafted {
  background: url(../img/master-crafted-bg.jpg) no-repeat top center; }

.mast3r {
  background: url(../img/healthy-fusion-bg.jpg) no-repeat top left; }

.dealer {
  background: url(../img/dealer-bg.jpg) no-repeat top left; }
  .dealer h1 {
    color: #fff;
    font-size: 46px; }

.swimspas {
  background: url(../img/swim-spas-bg.jpg) no-repeat top left; }

.master-blaster {
  background: url(../img/master-blaster-bg.jpg) no-repeat top left; }

.magnet {
  background: url(../img/magnet-bg.jpg) no-repeat top left; }

.magnet-cl {
  background: url(../img/clarity-feature-bg.jpg) no-repeat top left; }

.fusion-mp {
  background: url(../img/fusion-bg.jpg) no-repeat top left; }

.fusion-twilight {
  background: url(../img/fusion-twilight-bg.jpg) no-repeat top left; }

.fusion-healthy {
  background: url(../img/fusion-hl-bg.jpg) no-repeat top left; }

.stress-mp {
  background: url(../img/phelps-bg.jpg) no-repeat top left; }

.stress-twilight {
  background: url(../img/twilight-water-touch-bg.jpg) no-repeat top left; }

.stress-healthy {
  background: url(../img/stress-hl-bg.jpg) no-repeat top left; }

.stress-clarity {
  background: url(../img/clarity-snow-bg.jpg) no-repeat top left; }

.xtreme-twilight {
  background: url(../img/twilight-blue-water-bg.jpg) no-repeat top left; }

.find p,
.results p,
.overview p,
.detail p,
.about p {
  font-size: 16px;
  margin-bottom: 30px; }
.find section,
.results section,
.overview section,
.detail section,
.about section {
  width: 95%;
  margin: 25px auto 50px;
  text-align: center;
  height: 400px; }
  .find section p,
  .results section p,
  .overview section p,
  .detail section p,
  .about section p {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 50px; }
  .find section .buttons,
  .results section .buttons,
  .overview section .buttons,
  .detail section .buttons,
  .about section .buttons {
    padding: 50px auto; }
.find .model-numbers,
.results .model-numbers,
.overview .model-numbers,
.detail .model-numbers,
.about .model-numbers {
  margin-bottom: 30px; }
  .find .model-numbers a,
  .results .model-numbers a,
  .overview .model-numbers a,
  .detail .model-numbers a,
  .about .model-numbers a {
    font-size: 24px;
    font-weight: 100;
    margin-right: 5%; }
  .find .model-numbers .faded,
  .results .model-numbers .faded,
  .overview .model-numbers .faded,
  .detail .model-numbers .faded,
  .about .model-numbers .faded {
    opacity: .5;
    transition: .4s; }
  .find .model-numbers a.faded:hover,
  .results .model-numbers a.faded:hover,
  .overview .model-numbers a.faded:hover,
  .detail .model-numbers a.faded:hover,
  .about .model-numbers a.faded:hover {
    opacity: 1;
    transition: 0.2s; }

.overview .model-numbers,
.detail .model-numbers {
  margin-top: 50px; }

.legend-branded,
.twilight-branded,
.clarity-branded,
.healthy-branded {
  position: absolute;
  bottom: 50px;
  left: 0;
  background: url(../img/branded.png) no-repeat top left;
  display: block;
  background-size: contain;
  width: 180px;
  height: 66px; }
  .legend-branded img,
  .twilight-branded img,
  .clarity-branded img,
  .healthy-branded img {
    margin-top: 10px;
    margin-left: 20px;
    max-height: 36px; }

.healthy-branded img {
  margin-left: 50px;
  max-height: 40px; }

.model-image {
  min-height: 286px; }
  .model-image img {
    max-height: 286px;
    position: absolute;
    bottom: 0;
    left: 0; }

.tub-result .thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative; }
  .tub-result .thumbnail > img {
    margin-left: 0; }

.detail .tub-result .thumbnail > img {
  margin-left: auto; }

.modelDetails > div:nth-of-type(2) {
  margin-bottom: 30px; }
.modelDetails .padfix {
  padding: 0; }
.modelDetails img {
  width: 100%;
  display: block; }
.modelDetails .table {
  margin-bottom: 0px; }
.modelDetails .table > tbody > tr > td {
  border-top: 0px;
  padding: 0px 0px 0px 8px; }
.modelDetails table {
  font-family: "Agenda", sans-serif;
  margin-top: 30px; }
  .modelDetails table td:nth-of-type(odd) {
    font-size: 12px;
    text-align: right;
    line-height: 35px; }
  .modelDetails table td:nth-of-type(even) {
    font-size: 24px;
    font-weight: 300;
    padding-left: 0px; }
.modelDetails .para {
  width: 100px;
  height: 20px; }
  .modelDetails .para a {
    line-height: 20px; }

.maintron {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: #fff;
  height: 100vh;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 75px auto 0;
  position: relative; }
  .maintron .lead {
    color: #fff;
    width: 420px;
    top: 70px;
    right: 130px;
    font-size: 16px;
    font-weight: 300;
    position: absolute; }
  .maintron .btn {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .maintron .scroll {
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 150px; }
    .maintron .scroll span {
      text-align: center;
      font-family: "Agenda", sans-serif;
      text-transform: uppercase; }

#popover-wrapper {
  position: relative;
  top: 75px; }

.nav-popover {
  background-color: #f8f8f8;
  margin-left: 3%;
  padding: 0px 10px;
  width: 250px;
  -webkit-transform: skewX(-40deg);
  -mox-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
  border: solid thin #f5f5f5; }
  .nav-popover span {
    margin-bottom: -10px; }
  .nav-popover ul {
    -webkit-padding-start: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin: 0px; }
    .nav-popover ul li {
      display: inline-block;
      height: 32px;
      line-height: 32px;
      width: 69px;
      margin-right: 10px; }
      .nav-popover ul li a {
        text-align: center; }
        .nav-popover ul li a span {
          display: block;
          transform: skewX(40deg);
          -webkit-transform: skewX(40deg);
          -moz-transform: skewX(40deg);
          -o-transform: skewX(40deg); }
    .nav-popover ul li:nth-of-type(3) {
      width: 75px;
      margin-right: 0px;
      float: right;
      margin-right: -10px; }
    .nav-popover ul li:nth-of-type(1) {
      margin-left: -10px;
      width: 79px;
      padding-left: 0px; }

.current {
  background-color: #00aad4;
  height: 32px;
  display: inline-block; }
  .current a {
    color: #fff !important; }

/*.current span {
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    color: #fff;
}*/
.legend-pop {
  position: absolute;
  bottom: -43px;
  left: 25%; }
  .legend-pop img {
    position: absolute;
    top: -17px;
    left: 20px; }

.clarity-pop {
  position: absolute;
  bottom: -43px;
  right: 400px; }
  .clarity-pop img {
    position: absolute;
    top: -17px;
    right: 40px; }

#hometron {
  background-image: url(../img/twilight-couple-home.jpg);
  margin-top: 75px; }

#doubleButtonWrap {
  position: relative;
  top: 0;
  left: 0; }
  #doubleButtonWrap > img {
    margin-top: 75px; }

#doubleButtonHome {
  z-index: 102;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 370px; }
  #doubleButtonHome .btn {
    position: relative;
    margin-bottom: 15px; }

@media only screen and (min-width: 300px) {
  #doubleButtonHome {
    position: relative;
    top: -20px; }
    #doubleButtonHome .btn {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
@media only screen and (min-width: 768px) {
  #doubleButtonHome {
    position: absolute;
    top: 60%; }
    #doubleButtonHome .btn {
      margin-right: 9px;
      display: inline-block; }

  #healthy section#doubleButtonWrap div#doubleButtonHome {
    top: 7%; }

  #clarity section#doubleButtonWrap div#doubleButtonHome {
    left: 50%; } }
@media only screen and (min-width: 992px) {
  #doubleButtonHome {
    top: 58%; }

  #healthy section#doubleButtonWrap div#doubleButtonHome {
    top: 10%; } }
@media only screen and (min-width: 1200px) {
  #doubleButtonHome {
    top: 60%; } }
#homeLead {
  text-align: center;
  padding: 0px 28px;
  position: relative; }
  #homeLead h1 {
    color: #00aad4;
    font-size: 42px; }
  #homeLead p {
    font-size: 22px;
    font-weight: 300; }
  #homeLead span {
    color: #00aad4;
    font-size: 28px;
    font-weight: 500; }

@media only screen and (min-width: 300px) {
  #homeLead {
    margin-top: 0px; }
    #homeLead h1 {
      margin-top: 0px; } }
@media only screen and (min-width: 768px) {
  #homeLead {
    margin-top: -130px; }
    #homeLead h1 {
      margin-top: 20px; } }
#phelps .legend-lead {
  width: 100%;
  max-width: 340px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300; }
  #phelps .legend-lead img {
    width: 100%;
    max-width: 270px;
    margin-bottom: 20px; }
  #phelps .legend-lead p {
    font-size: 21px;
    font-weight: normal; }

@media only screen and (min-width: 300px) {
  #phelps p {
    color: #00aad4; } }
@media only screen and (min-width: 768px) {
  #phelps p {
    color: #fff; } }
#twilight .good p {
  position: absolute;
  top: 650px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 380px;
  font-family: "Agenda", sans-serif;
  color: #414141; }
  #twilight .good p img {
    width: 90px; }
#twilight .twilight-lead {
  width: 100%;
  max-width: 340px;
  bottom: 0px;
  margin: auto;
  text-align: center; }
  #twilight .twilight-lead p {
    font-size: 21px;
    font-weight: normal; }
  #twilight .twilight-lead img {
    width: 200px;
    margin-bottom: 0px; }
#twilight .scroll {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 150px; }

@media only screen and (min-width: 300px) {
  #twilight .twilight-lead .twilight-logo-light {
    display: none; }

  #twilight .twilight-lead .twilight-logo-dark {
    display: inline; }

  #twilight .twilight-lead p {
    color: #5a5a5a; } }
@media only screen and (min-width: 768px) {
  #twilight .twilight-lead .twilight-logo-light {
    display: inline; }

  #twilight .twilight-lead .twilight-logo-dark {
    display: none; }

  #twilight .twilight-lead p {
    color: #fff; } }
#twilight.maintron {
  background-position: top center; }

#clarity .clarity-lead {
  width: 100%;
  max-width: 340px;
  margin: auto;
  text-align: center;
  color: #7a7a7a; }
  #clarity .clarity-lead p {
    font-size: 26px; }
  #clarity .clarity-lead span {
    color: #00aad4; }
  #clarity .clarity-lead img {
    display: inline;
    max-width: 270px; }

#healthy .scroll {
  bottom: 70px; }
#healthy .healthy-lead {
  width: 100%;
  max-width: 450px;
  margin: auto;
  text-align: center;
  color: #7a7a7a; }
  #healthy .healthy-lead p {
    font-size: 21px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 20px;
    letter-spacing: 3px; }
  #healthy .healthy-lead span {
    color: #00aad4; }

#innertron {
  margin-top: 75px;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  height: 400px; }
  #innertron h1 {
    text-align: center;
    color: #fff;
    font-size: 32px; }

.scroll {
  -webkit-animation: fadeinout 1s linear infinite forwards;
  animation: fadeinout 1s linear infinite forwards;
  color: #9f9f9f; }

@-webkit-keyframes fadeinout {
  0% {
    opacity: .4; }
  50% {
    opacity: 1; }
  100% {
    opacity: .4; } }
@keyframes fadeinout {
  0% {
    opacity: .4; }
  50% {
    opacity: 1; }
  100% {
    opacity: .4; } }
#swimscroll {
  max-height: 50px;
  padding: 0px 0px 0px 0;
  margin: -15px 0 0 0; }

#sequence {
  margin: 50px 0; }

.swipe {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  color: #727272;
  -webkit-animation-name: wiggle;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3s;
  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  animation-name: wiggle;
  animation-duration: 3s;
  animation-iteration-count: infinite; }

/* Chrome, Safari, Opera */
@-webkit-keyframes wiggle {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(1em, 0); }
  50% {
    transform: translate(-1em, 0); }
  75% {
    transform: translate(1em, 0); }
  100% {
    transform: translate(0, 0); } }
/* Standard syntax */
@keyframes wiggle {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(1em, 0); }
  50% {
    transform: translate(-1em, 0); }
  75% {
    transform: translate(1em, 0); }
  100% {
    transform: translate(0, 0); } }
.homemore {
  margin-top: 5px;
  margin-bottom: 5px; }
  .homemore a {
    position: relative;
    text-transform: uppercase; }
    .homemore a img {
      width: 100%; }

  .homemore__item {
    position: relative;
    text-transform: uppercase; 
    font-style: normal;
    }
  .homemore__item img {
      width: 100%; }

  .homemore h2 {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-top: 0px; }
  .homemore span {
    position: absolute;
    top: -30px;
    left: 0;
    margin: auto;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 24px;
    width: 100%; }
    .homemore span h4 {
      font-size: 24px;
      font-weight: bold; }
    .homemore span p {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      max-width: 200px;
      margin: auto;
      text-transform: none; }
  .homemore div {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .homemore div:nth-of-type(n+2) > a {
    color: #fff !important;
    margin: 0; }

.nofind span {
  top: -200px; }
  .nofind span p {
    font-size: 14px;
    max-width: 250px; }

.homevideos div {
  margin: 45px 0; }
  .homevideos div span {
    margin-bottom: 30px; }

#videoHomeSection {
  margin-bottom: 25px; }
  #videoHomeSection > div {
    padding-left: 0px;
    padding-right: 0px; }
  #videoHomeSection video {
    width: 100%; }

#videoHomeInfo {
  background-image: url(../img/blue-fade-diagonal.png);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 30px; }
  #videoHomeInfo .btn {
    margin: auto;
    display: block; }

@media only screen and (min-width: 300px) {
  #videoHomeInfo {
    min-height: 200px;
    padding: 20px; } }
@media only screen and (min-width: 992px) {
  #videoHomeInfo {
    height: 328px;
    padding: 1px; }

  #videoHomeText {
    max-width: 300px;
    display: block;
    margin: auto; } }
@media only screen and (min-width: 1200px) {
  #videoHomeInfo {
    height: 393px; }
    #videoHomeInfo .btn {
      margin-top: 20px; }

  #videoHomeText {
    max-width: 350px;
    display: block;
    margin-top: 55px; } }
#homeHappyCustomers {
  text-align: center; }
  #homeHappyCustomers h3 {
    font-size: 28px; }

.para {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 25px;
  border: none;
  font: normal 100%/normal "Agenda", sans-serif, Helvetica, sans-serif;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #00aad4;
  -webkit-transform: skewX(-40deg);
  -mox-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.para.compare {
  background: #f2fafc; }

.outline {
  background-color: transparent !important; }

.para.outline.blue {
  border: solid 2px #00aad4; }
  .para.outline.blue a {
    color: #00aad4; }

.para.outline.white {
  border: solid 2px #fff; }
  .para.outline.white a {
    color: #fff; }

.para.maroon {
  background: #99463e; }

.para.beige {
  background: #edbf6a; }

label.para {
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  line-height: 27px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  height: 27px;
  width: 180px; }

label.para input {
  border: 0;
  box-shadow: none;
  -moz-transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(40deg);
  background-color: transparent;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.para a {
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  line-height: 25px;
  display: block;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

.para a:visited,
.para a:hover,
.para a:active {
  color: #fff; }

.nav > li > .para {
  height: 15px;
  width: 122px !important;
  font-size: 13px;
  margin-top: 8px; }
  .nav > li > .para > a {
   /* line-height: 0px;*/
    height: 15px; }

.para.compare a {
  color: #00aad4; }

#compareTubs td, #compareTubs th {
  text-align: center; }
#compareTubs tr > td {
  text-align: center; }
#compareTubs tr > td:nth-of-type(1) {
  text-align: right; }
#compareTubs tr > td.compareCategory {
  text-align: left;
  font-weight: bold;
  font-size: 16px; }

#Lines {
  text-align: center; }
  #Lines h2 {
    margin-bottom: 0px;
    font-weight: 500; }
  #Lines p {
    color: #414141; }
  #Lines btn {
    margin: auto; }

#line-display {
  position: relative;
  top: 0px;
  height: 800px; }
  #line-display h3 {
    color: #414141;
    font-weight: bold;
    font-family: "Agenda", sans-serif;
    font-size: 14px; }
  #line-display .tub-info {
    height: 200px;
    padding-bottom: 190px; }
  #line-display .tub img {
    transition: .5s; }
  #line-display .tub img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transition: .5s; }
  #line-display .tub-clarity .tub {
    margin-left: 200px; }
    #line-display .tub-clarity .tub img {
      width: 350px; }
  #line-display .tub-clarity .tub-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990; }
  #line-display .tub-healthy {
    position: absolute;
    top: 0px;
    right: 0px; }
    #line-display .tub-healthy .tub {
      margin-left: 00px; }
      #line-display .tub-healthy .tub img {
        width: 475px; }
    #line-display .tub-healthy .tub-info {
      position: absolute;
      top: 0;
      left: 530px; }
  #line-display .tub-twilight {
    position: absolute;
    margin-top: -63px; }
    #line-display .tub-twilight .tub {
      margin-left: 100px; }
      #line-display .tub-twilight .tub img {
        width: 550px; }
    #line-display .tub-twilight .tub-info {
      position: absolute;
      left: 0;
      top: 90px; }
  #line-display .tub-legend {
    position: relative;
    top: 90px;
    left: 200px; }
    #line-display .tub-legend .tub {
      margin-left: 0px; }
      #line-display .tub-legend .tub img {
        width: 600px; }
    #line-display .tub-legend .tub-info {
      position: absolute;
      top: 100px;
      right: -50px; }
  #line-display .line-container {
    width: 800px; }
    #line-display .line-container ul {
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      -webkit-padding-start: 15px;
      margin-left: 0px;
      padding-left: 15px; }
  #line-display .tub {
    display: inline-block; }
  #line-display .tub-left {
    background-image: url(../img/background-tub-left2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right; }
    #line-display .tub-left .tub-info {
      display: inline-block;
      width: 200px; }
  #line-display .tub-right {
    background-image: url(../img/background-tub-right2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    /*position: absolute;
    top: 130px;
    right: 150px;*/ }
    #line-display .tub-right .tub-info {
      display: inline-block;
      width: 200px; }

.carousel-info {
  height: 100%;
  width: 400px;
  position: absolute;
  z-index: 999;
  left: 150px; }
  .carousel-info div {
    width: 300px;
    padding: 15px;
    margin: 0px auto; }
    .carousel-info div img {
      max-width: 150px;
      width: 100%; }
    .carousel-info div h2 {
      font-size: 16px; }
    .carousel-info div p {
      text-align: justify;
      font-size: 14px; }
    .carousel-info div .para {
      height: 10px;
      width: 80px !important;
      font-size: 10px;
      margin-top: 15px;
      padding: 10px 20px; }
      .carousel-info div .para > a {
        line-height: 10px;
        height: 10px; }
  .carousel-info .carousel-arrow {
    position: absolute;
    top: 120px;
    right: -75px;
    width: 75px; }

.phelps-carousel {
  background: #fff url("../img/legend/carousel-info-blue.png") no-repeat bottom left; }

.twilight-carousel {
  background: #fff url("../img/legend/carousel-info-blue.png") no-repeat bottom left; }

.clarity-carousel {
  background: #fff url("../img/clarity/carousel-info-green.png") no-repeat bottom left; }

.healthy-carousel {
  background: #fff url("../img/healthy/carousel-info-beige.jpg") no-repeat bottom left; }

.healthy-carousel.carousel-info img {
  max-width: 100px; }

.carousel-control.left,
.carousel-control.right {
  background-image: none; }

.carousel-control {
  width: 37px; }

.maincontent #aboutbeige, .maincontent #contactbeige {
  background: url(../img/about-beige.jpg) no-repeat top left;
  background-size: cover; }

#contactbeige .row {
  padding-top: 0px;
  padding-bottom: 0px; }

#aboutbeige {
  padding: 30px; }
  #aboutbeige .row {
    padding: 40px; }
  #aboutbeige ul li {
    margin: 10px 0;
    color: #414141; }

.contactInfo {
  padding: 40px 40px 80px; }
  .contactInfo img {
    margin-bottom: 30px; }
  .contactInfo > div > .row {
    padding-top: 0px; }
  .contactInfo h2 {
    font-size: 18px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 10px; }
  .contactInfo h3 {
    font-size: 18px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 3px;
    margin-top: 10px; }

#aboutFeatures p span {
  font-size: 18px;
  font-weight: 500; }

@media only screen and (min-width: 300px) {
  #aboutFeatures div {
    width: 100%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: top; }
  #aboutFeatures img {
    margin: 0 auto 25px;
    display: block;
    max-width: 152px; } }
@media only screen and (min-width: 768px) {
  #aboutFeatures div {
    width: 100%;
    margin-left: 1%;
    display: inline-block; } }
@media only screen and (min-width: 992px) {
  #aboutFeatures div {
    /*width: 17%;*/
    width: 23%;
    margin-left: 15px;
    display: inline-block; }

  #aboutbeige div.row:nth-of-type(1) {
    padding-left: 35px;
    width: 100%;
    max-width: 550px; } }
@media only screen and (min-width: 1200px) {
  #aboutFeatures div {
    margin-left: 18px; } }
#girlswim {
  width: 100%; }

.maincontent .callout {
  color: #00aad4;
  font-size: 18px; }

.aboutlogos {
  margin-top: 50px;
  margin-bottom: 50px; }

@media only screen and (min-width: 300px) {
  .aboutlogos > a {
    display: block;
    margin: 0 auto 40px;
    max-width: 125px; }
    .aboutlogos > a > img {
      margin: auto;
      max-width: 125px; } }
@media only screen and (min-width: 768px) {
  .aboutlogos > a {
    display: inline-block;
    margin: 0 20px; }
    .aboutlogos > a > img {
      margin: auto;
      max-width: 100px; }
  .aboutlogos > a:nth-child(1) img, .aboutlogos a:nth-child(3) img {
    max-width: 125px; } }
@media only screen and (min-width: 992px) {
  .aboutlogos {
    margin-top: 50px; }
    .aboutlogos > a {
      display: inline-block;
      margin: auto 8px 30px;
      vertical-align: middle;
      text-align: center; }
      .aboutlogos > a > img {
        margin: 0 auto 10px;
        max-width: 80px; }
    .aboutlogos > a:nth-child(1) img, .aboutlogos a:nth-child(3) img {
      max-width: 100px; } }
@media only screen and (min-width: 1200px) {
  .aboutlogos {
    margin-top: 50px; }
    .aboutlogos > a > img {
      margin: 0 auto 25px;
      max-width: 100px; }
    .aboutlogos > a:nth-child(1) img, .aboutlogos a:nth-child(3) img {
      max-width: 125px; } }
#aboutcontact {
  background: url(../img/contact-bg.png) no-repeat top center; }
  #aboutcontact img {
    width: 100%; }

.contactUs {
  min-height: 449px; }

@media only screen and (min-width: 970px) {
  .contactUs {
    background-size: cover;
    background-position: top right; } }
.modelstrip {
  max-width: 400px;
  margin: 40px auto; }
  .modelstrip img {
    max-width: 100px;
    display: inline-block; }

.detailbuttons {
  display: block;
  margin: auto;
  max-width: 380px; }

.bigspecs {
  padding-top: 30px; }
  .bigspecs div > span:nth-of-type(2) {
    display: block;
    font-size: 26px;
    color: #4d4d4d; }

.featurelearn > div {
  min-height: 360px;
  max-width: 375px; }
.featurelearn h4 {
  color: #00aad4; }

.featurelist ul {
  list-style: none;
  line-height: 2.5; }
.featurelist a {
  text-transform: capitalize; }

.colors {
  background: url(../img/contact-bg.png) no-repeat;
  padding: 25px; }
  .colors .shells {
    margin-bottom: 60px; }
  .colors .skirts {
    margin-top: 25px;
    margin-bottom: 25px; }
  .colors figure {
    display: inline-block;
    margin-right: 15px; }

.mastercrafted h4 {
  color: #00aad4; }
.mastercrafted .row {
  margin: 20px 0; }

.cards > div {
  margin-bottom: 0px;
  margin-top: 25px; }
.cards a {
  background: #fff;
  display: block;
  border: solid thin #00aad4;
  text-align: center;
  padding: 25px;
  max-width: 400px;
  margin: auto;
  transition: .3s; }
  .cards a p {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px; }
.cards a:hover {
  transition: .3s;
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4); }

.owners .cards a {
  min-height: 345px; }

.ownerManuals .cards a {
  min-height: 135px; }

/*****Accordion Styles******/
.acc-container {
  margin: 0px auto 0 auto;
  overflow: hidden;
  padding: 30px 0; }

.acc-btn {
  width: 90%;
  margin: 10px auto;
  padding: 0px 0px;
  cursor: pointer; }

.acc-content {
  height: 00px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 25px; }

.open {
  height: auto; }

.acc-container h4 {
  font-size: 20px;
  transition: .5s;
  padding: 10px 0;
  margin: 25px auto; }

.acc-container p {
  font-size: 15px;
  margin-bottom: 15px; }

.acc-container a {
  text-transform: none; }

.acc-container .selected {
  color: #fff; }

/*****End Accordion Styles**********/
.owners .panel-default {
  text-align: center;
  text-transform: none; }
  .owners .panel-default h2 {
    font-size: 28px; }

.owners .manuals p a {
  text-transform: none; }
.owners form {
  max-width: 600px;
  margin: auto;
  padding: 15px; }
  .owners form input {
    margin: 5px auto 15px; }
.finansing-block {
  max-width: 600px;
  margin: auto;
  padding: 15px;
}
form select {
  margin: 5px auto 15px; }

.problist li {
  margin-bottom: 10px; }

.prob {
  /*color: darkred !important;
  font-weight: 500;*/ }

.sol {
  /*color: darkgreen !important;
  font-weight: 500;*/ }

.planning-guide {
  text-align: center; }
  .planning-guide img {
    max-width: 250px; }

label {
  font-weight: 400; }

.mast3rpur {
  margin-bottom: 30px; }
  .mast3rpur div figure img {
    text-align: center;
    display: block;
    margin: auto; }
  .mast3rpur figcaption p {
    text-align: center; }

#infographic span {
  display: block;
  width: 90%;
  height: 50px;
  margin: auto;
  -ms-transform: skewX(-40deg);
  /* IE 9 */
  -webkit-transform: skewX(-40deg);
  /* Chrome, Safari, Opera */
  transform: skewX(-40deg); }
#infographic img {
  width: 100px;
  display: block;
  margin: auto;
  position: relative;
  top: 50px;
  z-index: 15; }
#infographic .noisebg1 {
  background: url(../img/noise-bar1.jpg);
  background-size: cover; }
#infographic .noisebg2 {
  background: url(../img/noise-bar2.jpg);
  background-size: cover; }
#infographic .noisebg3 {
  background: url(../img/noise-bar3.jpg);
  background-size: cover; }
#infographic .grey {
  background-color: #112233; }
#infographic .color1 {
  background-color: #66CC99; }
#infographic .color2 {
  background-color: #44BBFF; }
#infographic .color3 {
  background-color: #FC575E; }
#infographic .azure {
  background: url(../img/dark-design.jpg) no-repeat;
  background-size: cover; }
#infographic .dazure {
  background-color: #0086ad; }
#infographic .alizarin {
  background: url(../img/design.jpg) no-repeat;
  background-size: cover; }
#infographic .pomegranate {
  background-color: #c0392b; }
#infographic .sunflower {
  background-color: #f1c40f; }
#infographic .orange {
  background-color: #f39c12; }
#infographic .carrot {
  background-color: #e67e22; }
#infographic .pumpkin {
  background-color: #d35400; }
#infographic .asphalt {
  background: url(../img/find-spa-no-text.jpg) no-repeat;
  background-size: cover; }
#infographic .midnight {
  background-color: #2c3e50; }
#infographic .emerald {
  background-color: #2ecc71; }
#infographic .nephritis {
  background-color: #27ae60; }
#infographic .amethyst {
  background-color: #9b59b6; }
#infographic .wisteria {
  background-color: #8e44ad; }
#infographic .turquoise {
  background-color: #1abc9c; }
#infographic .greensea {
  background-color: #16a085; }
#infographic .vertical {
  min-height: 300px; }
#infographic .edges {
  padding-left: 0px;
  padding-right: 0px; }
#infographic h4 {
  text-transform: uppercase;
  font-size: 18px; }
#infographic h3 {
  font-size: 60px;
  margin-top: 60px; }
#infographic p {
  font-size: 18px; }
#infographic .big p {
  font-size: 18px; }

.swimchoice > div {
  position: relative;
  margin-bottom: 50px; }
  .swimchoice > div .spacutout {
    position: absolute;
    z-index: 10;
    bottom: -110px;
    right: 0;
    width: 80%; }

#swims {
  background-image: url(../img/swimspas/swim-spas-bg.jpg);
  background-position: top right; }
  #swims .swim-lead p {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    width: 300px;
    text-align: center;
    margin: auto;
    color: #00aad4;
    font-weight: 200;
    font-size: 32px; }

.top-switch {
  position: absolute;
  top: 75px;
  left: 0px;
  right: 0;
  margin: auto;
  max-height: 200px;
  width: 100%;
  z-index: 99;
  max-width: 1170px; }
  .top-switch a {
    width: 100%; }
    .top-switch a img {
      width: 100%; }
  .top-switch p {
    color: #fff;
    position: absolute;
    left: 100px;
    top: 20px;
    font-family: "Agenda", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .top-switch p span {
      font-weight: 400; }

.radio {
  position: absolute;
  width: 100%;
  max-width: 1170px; }
  .radio a {
    width: 100%; }
    .radio a img {
      width: 100%; }

#hotTubAccessories .row {
  margin: 40px 0; }

@media only screen and (min-width: 300px) {
  .surround {
    padding: 0px 15px; } }
@media only screen and (min-width: 768px) {
  .surround {
    padding: 0px 60px; } }
/*Form Styels*/
.help-block {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 0 4px 8px;
  display: block; }

.form-group {
  min-height: 50px; }

/* Footer */
footer {
  background-image: url(../img/footergradient.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 40px; }
  footer .footer-nav {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding-left: 0px; }
    footer .footer-nav li {
      font-size: 16px;
      display: inline-block;
      margin: 10px 15px; }
      footer .footer-nav li a:link, footer .footer-nav li a:visited, footer .footer-nav li a:hover, footer .footer-nav li a:active {
        color: #5a5a5a; }
  footer .footerButtons {
    margin: 0px auto;
    display: block;
    max-width: 168px;
    width: 100%; }
    footer .footerButtons .btn {
      margin: 20px auto 0;
      display: block; }
  footer .awards {
    text-align: center;
    max-width: 900px;
    margin: 40px auto; }
    footer .awards span {
      display: inline-block;
      margin: 0 1%; }
      footer .awards span img {
        display: inline-block; }
      footer .awards span p {
        text-transform: uppercase;
        color: #939598;
        display: inline-block;
        font-size: 12px;
        line-height: 10px;
        letter-spacing: 1px; }
  footer .usa {
    display: block;
    width: 150px;
    margin: auto; }
  footer .socmed {
    text-align: center;
    width: 200px;
    margin: 40px auto; }
    footer .socmed a {
      text-decoration: none;
      color: #787878; }
    footer .socmed a:hover,
    footer .socmed a:focus {
      color: #414141; }
    footer .socmed .fa-inverse {
      color: #adadad; }
  footer .linkgroup {
    max-width: 450px;
    width: 100%;
    margin: auto; }
    footer .linkgroup .btn {
      max-width: 180px;
      display: block;
      margin: 20px auto; }
  footer .footDisclaimer {
    max-width: 800px;
    margin: auto;
    padding: 0px 25px;
    text-align: center; }

.maincontent .owners.swimspas h1 {
  margin-top: 80px; }
.maincontent .owners.swimspas .swim-options h2 {
  text-align: center; }
.maincontent .owners.swimspas .swim-options .para {
  display: block;
  margin: auto; }
.maincontent .owners.swimspas .swim-options img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: auto; }

.tub-result .seal {
  max-width: 103px;
  margin-left: 20%; }

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 103px; }

#fixedbutton {
  z-index: 1; }
  #fixedbutton .switcher {
    width: 147px;
    height: 51px;
    background: url(../img/switch.png) no-repeat top left;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
    #fixedbutton .switcher a,
    #fixedbutton .switcher a:visited,
    #fixedbutton .switcher a:hover,
    #fixedbutton .switcher a:active {
      color: #fff; }
    #fixedbutton .switcher span {
      position: absolute;
      z-index: -2;
      top: -85px;
      left: 0px; }

.redi {
  background-size: cover; }

.redirect {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  text-align: center; }
  .redirect img {
    max-width: 600px;
    width: 100%; }
  .redirect p {
    font-size: 18px; }

.awardscolor .row {
  margin-bottom: 20px; }
.awardscolor img {
  width: 100%;
  max-width: 150px; }

.carousel.big {
  top: 85px;
  margin-bottom: 80px; }

/*Fixes anchor links because of fixed header*/
:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */ }

.features .thumbnail {
  border: none;
  padding: 0px;
  background-color: transparent; }

.leavelinks a {
  text-transform: capitalize; }

.metricsOverview {
  font-size: 14px;
  display: block;
  color: #676767; }

/*==========  Energy Cost Sections  ==========*/
#energyrow {
  background-image: url(../img/hills-bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  #energyrow > div {
    text-align: center;
    padding: 55px 0; }
    #energyrow > div h2 {
      font-size: 36px; }
    #energyrow > div .energytitle {
      text-align: center;
      vertical-align: middle;
      margin: 35px auto; }
    #energyrow > div .energycost {
      font-weight: bold; }

/*==========  /Energy Cost Sections  ==========*/
#toc-holder {
  margin-bottom: 45px;
  transition: .3s; }
  #toc-holder h3 {
    min-width: 318px; }

.faq-topics {
  margin-bottom: 300px; }
  .faq-topics h4 {
    font-size: 24px;
    color: #414141; }
  .faq-topics .accor-content {
    margin-bottom: 65px; }

.maincontent .owners .video-tutorials h1 {
  color: #00aad4;
  font-size: 24px;
  text-align: left;
  margin: 15px 0; }
.maincontent .owners .video-tutorials h2 {
  font-size: 18px; }

.maincontent #video-toc {
  padding-left: 10px; }
  .maincontent #video-toc > li {
    font-size: 18px; }

.recommended {
  margin-top: 25px; }
  .recommended figure {
    max-width: 480px;
    width: 100%;
    margin: 25px auto; }
  .recommended figcaption {
    text-align: center; }

#video-list figure {
  margin-bottom: 50px; }

@media only screen and (min-width: 300px) {
  #video-list figcaption {
    font-size: 18px; } }
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 300px) {
  .maincontent p {
    font-size: 18px; }

  .homespacer {
    display: block;
    height: 200px; }

  .navbar-brand img {
    width: 150px; }

  .dtopNav {
    display: none; }

  .dtop {
    display: none; }

  .clarity-pop,
  .legend-pop,
  .twilight-pop,
  .healthy-pop {
    position: absolute;
    bottom: -42px;
    left: 0px; }
    .clarity-pop img,
    .legend-pop img,
    .twilight-pop img,
    .healthy-pop img {
      position: absolute;
      top: -10px;
      left: 20px;
      z-index: 10;
      -webkit-transform: skewX(40deg);
      -mox-transform: skewX(40deg);
      -o-transform: skewX(40deg);
      transform: skewX(40deg); }

  .row .lead {
    margin: 40px 0;
    max-width: 500px;
    text-align: center;
    margin: auto; }

  .mobile {
    display: block; }

  body {
    padding-top: 0px; }

  #lineNav {
    display: none; }

  .homemore {
    max-width: 500px;
    margin: auto; }
    .homemore div {
      margin-top: 20px; }
    .homemore span {
      font-size: 24px; }

  .swimchoice {
    max-width: 750px; }

  .maintron {
    height: 500px;
    background-size: 700px;
    background-position: top center;
    margin-bottom: 0px; }
    .maintron .lead {
      position: absolute;
      color: #414141;
      width: 100%;
      top: 510px;
      right: 0px;
      left: 0px;
      margin: 0 auto;
      padding: 0 10px;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      display: block; }

  #twilight .good p {
    top: 380px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    text-align: center; }

  .maincontent #aboutbeige, .maincontent #contactbeige {
    background: url(../img/about-beige.jpg) no-repeat top center;
    background-size: cover; }

  .tronTainer {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; }

  .maincontent {
    padding-left: 15px;
    padding-right: 15px; }

  .results .thumbnail {
    max-width: 350px;
    margin: auto; }

  .tub-result {
    margin-bottom: 100px; }

  .overview .tub-result {
    min-height: 650px; }

  .detail .tub-result {
    margin-bottom: 25px; }

  .modelDetails .table {
    margin-bottom: 30px; }
    .modelDetails .table td:nth-of-type(odd) {
      text-align: left; }

  .bigspecs {
    text-align: center; }
    .bigspecs div {
      border-bottom: solid thin #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .bigspecs div:nth-child(n+3) {
      border-bottom: none; }
    .bigspecs div > span:nth-of-type(2) {
      font-size: 18px;
      max-height: 55px;
      line-height: 50px; }
    .bigspecs .metric {
      font-size: 12px;
      padding-top: 0px;
      position: relative;
      top: -30px;
      color: #777777; }

  .featurelearn {
    width: 375px;
    margin: auto; }

  .mastercrafted .row {
    max-width: 400px;
    margin: auto; }
    .mastercrafted .row > div {
      padding: 25px 15px; }

  #infographic .big {
    margin-bottom: -30px; }

  .model-numbers a,
  .model-numbers a:visited,
  .model-numbers a:hover,
  .model-numbers a:active {
    color: #fff;
    display: inline-block; }

  .dealer {
    background: url(../img/dealer-bg.jpg) no-repeat top center; }

  .swim-options > div {
    max-width: 400px;
    margin: 25px auto; }

  #fixedbutton {
    display: none; }

  .top-switch {
    min-height: 75px;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    z-index: 1003;
    max-width: 700px; }
    .top-switch a {
      width: 100%; }
      .top-switch a img {
        margin-left: -100px;
        width: 600px;
        overflow: hidden; }
    .top-switch p {
      position: absolute;
      left: 10px;
      top: 10px; }

  .find h1 {
    padding-top: 20px; }
  .find .btn {
    margin: 15px 0; }
  .find section ul {
    max-width: 550px;
    margin: auto; }
    .find section ul li {
      text-align: left;
      max-width: 600px; }

  .find-spas {
    margin-top: 50px; }
    .find-spas #find-tub {
      width: 100%; }
    .find-spas #find-swim {
      width: 100%; }
    .find-spas div {
      float: none;
      margin: auto; }

  .swimchoice > div .spacutout {
    display: none; }

  .seal {
    position: absolute;
    top: 150px; }

  .radio {
    top: 69px;
    max-width: 700px;
    margin: auto;
    left: 0;
    right: 0; }

  .radiodtop {
    display: none; }

  .radiomobile {
    margin-top: 60px;
    display: block; }
    .radiomobile a {
      width: 100% !important; }
    .radiomobile a img {
      margin: auto;
      width: 100% !important; }

  #toc-holder {
    position: relative; }

  footer .footerButtons .btn {
    display: block; }

  .seq .seq-model.seq-clarity {
    left: 25%; }
    .seq .seq-model.seq-clarity img {
      width: 320px;
      margin-top: 25px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .navbar-brand img {
    width: 100%; }

  .maintron {
    margin-top: 75px;
    background-size: 700px;
    margin-bottom: 00px; }
    .maintron .lead {
      position: absolute;
      color: #414141;
      width: 100%;
      max-width: 500px;
      top: 550px;
      right: 0px;
      left: 0px;
      padding: 0 10px;
      margin: 0 auto;
      font-size: 16px;
      font-weight: normal;
      text-align: center;
      display: block; }
    .maintron .btn {
      bottom: 65px; }
    .maintron .scroll {
      bottom: 5px; }

  #twilight .good p {
    position: absolute;
    top: 380px;
    width: 380px;
    text-align: center; }

  .homemore span {
    font-size: 24px; }

  .bigspecs div > span:nth-of-type(2) {
    font-size: 32px; }
  .bigspecs .metric {
    font-size: 14px; }

  #infographic {
    display: block;
    max-width: 400px;
    margin: auto; }

  .about h1 {
    color: #0086ad; }

  .swim-options > div {
    max-width: 100%;
    margin: 0px auto; }

  .swimchoice > div .spacutout {
    display: block;
    max-width: 400px;
    width: 70%;
    bottom: -60px; }

  #fixedbutton {
    display: none; }

  .top-switch {
    min-height: 75px;
    overflow: hidden;
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1003;
    max-width: 700px; }
    .top-switch a {
      width: 100%; }
      .top-switch a img {
        margin-left: -100px;
        width: 800px;
        overflow: hidden; }
    .top-switch p {
      position: absolute;
      left: 80px;
      top: 15px; }

  .find-spas {
    margin-top: 50px; }
    .find-spas #find-tub {
      max-width: 300px;
      width: 100%; }
    .find-spas #find-swim {
      max-width: 400px;
      width: 100%; }
    .find-spas div {
      float: left; }

  .seal {
    position: static; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .maincontent p {
    font-size: 16px; }

  .navbar-nav {
    margin: 7.5px -15px; }

  .homespacer {
    display: block;
    height: 0px; }

  .swipe {
    display: none; }

  .maintron {
    height: 100vh;
    background-size: cover;
    background-position: top left;
    margin-bottom: 10px; }
    .maintron .lead {
      text-align: left;
      color: #fff;
      width: 420px;
      top: 150px;
      right: -100px;
      left: 43%;
      font-size: 16px;
      font-weight: 300;
      position: absolute; }
    .maintron .btn {
      bottom: 155px; }
    .maintron .scroll {
      bottom: 75px; }

  .about h1 {
    color: #fff; }

  .results .thumbnail {
    max-width: 500px;
    margin: auto; }

  .featurelearn {
    width: 100%;
    margin: auto; }

  .mastercrafted .row {
    max-width: 600px; }

  #infographic .small div:nth-of-type(2) {
    min-height: 170px; }

  #infographic {
    display: block;
    max-width: 100%;
    margin: auto; }

  .dealer {
    background: url(../img/dealer-bg.jpg) no-repeat top left; }

  .swimchoice {
    margin-top: 0px; }
    .swimchoice > div {
      position: relative;
      max-width: 600px;
      margin-bottom: 80px; }
      .swimchoice > div .spacutout {
        position: absolute;
        z-index: 10;
        bottom: -50px;
        right: 0px;
        max-width: 200px;
        width: 80%; }

  #fixedbutton {
    display: block;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1170px;
    width: 100%; }
    #fixedbutton .switcher {
      position: absolute;
      right: 0px; }

  #twilight .good p {
    position: absolute;
    width: 380px;
    top: 750px;
    text-align: center; }

  .top-switch {
    height: 100%;
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1003;
    max-width: 972px; }
    .top-switch a {
      width: 100%; }
      .top-switch a img {
        margin-left: 0px;
        width: 100%; }
    .top-switch p {
      position: absolute;
      left: 150px;
      top: 15px; }

  .radio {
    top: 70px;
    width: 100%;
    max-width: 990px; }

  .radiodtop {
    display: block;
    margin-top: 75px; }

  .radiomobile {
    display: none; } }
/* Make mobile menu breakpoint sooner */
@media (max-width: 990px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .dtopNav {
    display: block; }

  .dtop {
    display: block; }

  .mobile,
  #mobaMenu {
    display: none !important; }

  #lineNav {
    display: inline-block;
    margin-left: 0px; }
    #lineNav a {
      margin: 0 10px; }

  .newnav {
    margin-left: 10px !important;
    margin-top: 5px !important; }
    .newnav a:nth-of-type(1) {
      border-left: solid thin #e0e0e0; }
    .newnav a {
      height: 100%;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
      margin: 0 0px !important;
      display: inline-block;
      border-right: solid thin #e0e0e0;
      padding: 0 5px; }
      .newnav a span {
        display: inline-block;
        max-width: 77px;
        text-align: center;
        color: #414141; }
        .newnav a span img {
          width: 50px;
          margin: 0 auto;
          display: block;
          text-align: center; }

  .clarity-pop {
    position: absolute;
    bottom: -43px;
    left: auto;
    right: 415px; }
    .clarity-pop img {
      position: absolute;
      top: -10px;
      left: auto;
      right: 45px; }

  .legend-pop {
    position: absolute;
    bottom: -43px;
    left: 200px; }

  .twilight-pop {
    position: absolute;
    bottom: -43px;
    left: 272px; }

  .healthy-pop {
    position: absolute;
    bottom: -43px;
    left: auto;
    right: 480px; }

  .maintron {
    margin-top: 75px;
    margin-bottom: 0px; }

  .tronTainer {
    width: 970px; }

  .homemore {
    max-width: 100%; }
    .homemore span {
      font-size: 24px; }

  .navbar {
    height: 75px; }

  #line-display {
    position: relative;
    top: 0px;
    height: 800px; }
    #line-display .tub-info {
      height: 200px;
      padding-bottom: 190px; }
      #line-display .tub-info .seats {
        margin-top: 0px;
        margin-bottom: 0px; }
    #line-display .tub img {
      transition: .5s; }
    #line-display .tub img:hover {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      transition: .5s; }
    #line-display .tub-clarity.tub-left {
      background-position: bottom left; }
    #line-display .tub-clarity .tub {
      margin-left: 210px; }
      #line-display .tub-clarity .tub img {
        width: 300px; }
    #line-display .tub-clarity .tub-info {
      position: absolute;
      top: -50px !important;
      left: 0; }
    #line-display .tub-healthy {
      position: absolute;
      top: 45px;
      right: 0px; }
      #line-display .tub-healthy .tub {
        margin-left: 100px; }
        #line-display .tub-healthy .tub img {
          width: 475px; }
      #line-display .tub-healthy .tub-info {
        position: absolute;
        top: 0;
        left: 600px; }
    #line-display .tub-twilight {
      position: absolute;
      margin-top: 0px;
      background-position: center left; }
      #line-display .tub-twilight .tub {
        margin-left: 100px; }
        #line-display .tub-twilight .tub img {
          width: 550px; }
      #line-display .tub-twilight .tub-info {
        position: absolute;
        left: 0;
        top: 90px; }
    #line-display .tub-legend {
      position: relative;
      top: 150px;
      left: 100px; }
      #line-display .tub-legend .tub {
        margin-left: 0px; }
        #line-display .tub-legend .tub img {
          width: 600px; }
      #line-display .tub-legend .tub-info {
        position: absolute;
        top: 100px;
        right: -50px; }

  .maincontent {
    padding-left: 0px;
    padding-right: 0px; }

  .tub-result .thumbnail {
    max-height: 355px; }
    .tub-result .thumbnail > img {
      max-height: 355px; }

  .modelDetails .table {
    margin-bottom: 0; }
    .modelDetails .table td:nth-of-type(odd) {
      text-align: right; }

  .bigspecs div {
    border-right: solid thin #ccc;
    border-bottom: none; }
  .bigspecs div:last-of-type {
    border-right: none; }
  .bigspecs div > span:nth-of-type(2) {
    font-size: 30px; }

  .mastercrafted .row {
    max-width: 100%; }
    .mastercrafted .row > div {
      padding: 0 15px 25px 15px; }

  #infographic .small div:nth-of-type(2) {
    min-height: 196px; }

  #infographic .big {
    margin-bottom: 0px; }

  .top-switch {
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1003;
    max-width: 970px; }
    .top-switch a {
      width: 100%; }
      .top-switch a img {
        width: 100%; }
    .top-switch p {
      position: absolute;
      left: 230px;
      top: 22px; }

  .radio {
    max-width: 970px; }

  .swimchoice > div .spacutout {
    position: absolute;
    bottom: -50px;
    right: 10px;
    max-width: 300px;
    width: 80%; }

  #toc-holder {
    position: fixed; }

  .toc-scrolled {
    margin-top: -150px;
    transition: .5s; }

  .toc-scrolled-expo {
    margin-top: -260px;
    transition: .5s; }

  footer .footerButtons .btn {
    display: inline-block; }

  .maincontent #aboutbeige, .maincontent #contactbeige {
    background: url(../img/about-beige.jpg) no-repeat top left;
    background-size: cover; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #lineNav {
    margin-left: 60px; }
    #lineNav a {
      margin: 0 20px; }

  .newnav {
    margin-left: 15px !important;
    margin-top: 5px !important; }
    .newnav a:nth-of-type(1) {
      border-left: solid thin #e0e0e0; }
    .newnav a {
      height: 100%;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      margin: 0 0px !important;
      display: inline-block;
      border-right: solid thin #e0e0e0;
      padding: 0 15px; }
      .newnav a span {
        display: inline-block;
        max-width: 90px;
        text-align: center;
        color: #414141; }
        .newnav a span img {
          width: 50px;
          margin: 0 auto;
          display: block;
          text-align: center; }

  .clarity-pop {
    position: absolute;
    bottom: -43px;
    right: 508px; }

  .legend-pop {
    position: absolute;
    bottom: -43px;
    left: 210px; }

  .twilight-pop {
    position: absolute;
    bottom: -43px;
    left: 315px; }

  .healthy-pop {
    position: absolute;
    bottom: -42px;
    left: auto;
    right: 515px; }

  .tronTainer {
    width: 1170px; }

  #line-display {
    position: relative;
    top: 0px;
    height: 800px; }
    #line-display .tub-info {
      height: 200px;
      padding-bottom: 190px; }
    #line-display .tub img {
      transition: .5s; }
    #line-display .tub img:hover {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      transition: .5s; }
    #line-display .tub-clarity .tub {
      margin-left: 322px;
      margin-top: 9px; }
    #line-display .tub-clarity .tub-info {
      position: absolute;
      top: -100px !important;
      left: 80px; }
    #line-display .tub-healthy {
      position: absolute;
      top: 58px;
      right: -26px; }
      #line-display .tub-healthy .tub {
        margin-left: 00px; }
        #line-display .tub-healthy .tub img {
          width: 445px; }
      #line-display .tub-healthy .tub-info {
        position: absolute;
        top: 0;
        left: 500px; }
    #line-display .tub-twilight {
      position: absolute;
      margin-top: -5px; }
      #line-display .tub-twilight .tub-info {
        position: absolute;
        left: 70px;
        top: 25px; }
      #line-display .tub-twilight .tub {
        margin-left: 176px; }
    #line-display .tub-legend {
      position: relative;
      top: 146px;
      left: 200px; }
      #line-display .tub-legend .tub-info {
        position: absolute;
        top: 100px;
        right: -50px; }

  .tub-result .thumbnail {
    max-height: 440px; }

  .bigspecs div > span:nth-of-type(2) {
    font-size: 38px; }

  #infographic .small div:nth-of-type(2) {
    min-height: 146px; }

  #fixedbutton .switcher {
    position: relative;
    left: 1022px; }

  #twilight .good p {
    position: absolute;
    width: 380px;
    top: 750px;
    text-align: center; }

  .top-switch {
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1003;
    max-width: 1170px; }
    .top-switch a {
      width: 100%; }
      .top-switch a img {
        width: 100%; }
    .top-switch p {
      position: absolute;
      left: 230px;
      top: 30px; }

  .radio {
    max-width: 1170px; }

  .swimchoice > div .spacutout {
    position: absolute;
    bottom: -70px;
    right: 10px;
    max-width: 350px;
    width: 80%; } }

/*# sourceMappingURL=main.css.map */

/*by Ann*/
.para {
  width: 170px;
}
.nav > li > .para {
  width: auto !important;
  height: 25px !important;
}
.modelDetails table td:nth-of-type(2n) {
  font-size: 18px;
  vertical-align: middle;
}

/* form validation classes */
input.has-error {
	border: 1px solid red;
}

/*popup*/
.body--on-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 100vh;
  margin: auto;
  padding: 0;
  background: rgba(100, 100, 100, 0.5);
}
.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);  
  max-width: calc( 570px + 200px ); /*делаем шире, чем нужно, тк всплывающий блок правее*/
  max-height: calc(100vh - 150px);
  background: transparent;
  padding: 0;
}
.popup__inner {
  height: 100%;
  position: relative;
  max-width: 570px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 95px;
  box-sizing: border-box;
}
.popup__close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-size: contain;
  cursor: pointer;
  z-index: 5;
  transition: all 0.5s;

  border: 0;
  outline: none;
  background: transparent;
}
.popup__close svg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  transform: rotate(360deg);
}
.popup__title {
  font-size: 26px;
  color: #73cde7;
  line-height: 1.3;
  padding-bottom: 5px;
}
.popup__text {
  font-size: 14px;
  
  line-height: 1.4;
  padding-bottom: 15px;
}
.popup__btns-block {
  text-align: center;
}
.popup__btn-agree {
  width: 100%;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  background: #73cde7;
  border-radius: 30px;
}
.popup__link-another {
  font-size: 14px;
  
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.popup__checkboxes-block {
  padding-bottom: 30px;
}
.popup__for-checkbox {
  padding: 10px 0;
  border-bottom: 1px solid #cfd0d2;
  position: relative;
}
.popup__for-checkbox:last-child {
  border-bottom: 0;
}
.popup__checkbox {
    display   : block;
    visibility: visible;
    opacity   : 0;
    position  : absolute;
}
.popup__label {
    cursor: pointer;
    position: relative;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}
.popup__check {
    width: 20px;
    height: 20px;
    display: block;
    background: transparent;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #afb1b4;
    box-sizing: border-box;
}
.popup__check-text {
    max-width: calc( 100% - 20px);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 11px;
    padding-right: 20px;
    font-weight: 400;
    
    line-height: 1.4;
}
.popup__checkbox:checked + .popup__label .popup__check:before {
    content: '';
    display: block;
    width: 11px;
    height: 8px;
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ckeck.svg);
    background-size: contain;
}
.popup__checkbox:checked + .popup__label .popup__check {
  border-color: #73cde7;
}

.popup__question-icon {
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  background: url(../img/question.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 0; bottom: 0;
  margin: auto;
  cursor: pointer;
}
.popup__question-info {
  width: 400px;
  max-width: 400px;  
  left: calc( 100% - 5px );
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  border: 1px solid rgba(95,100,106,.3);
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(95,100,106,.25);  
  transition: opacity .25s cubic-bezier(.645,.045,.355,1);
  padding: 30px 20px 36px;
  box-sizing: border-box;

  font-size: 14px;
  
  line-height: 1.4;

  opacity: 0;
  pointer-events: none;

}
.popup__question:hover .popup__question-info {
  opacity: 1;
  pointer-events: auto;
}
.popup__question-info:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-bottom: 1px solid rgba(95,100,106,.3);
  border-right: 1px solid rgba(95,100,106,.3);
}


@media screen and (max-width: 1280px) {
  .popup__container {
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 960px) {
  .popup__container {
    width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
  }

  .popup__question-info {
    max-width: 100%;
    width: 100%;
     left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 670px) {
  .popup__container {
    max-width: 90%;
    max-height: 85%;
  }
  .popup__inner {
    padding: 35px 20px;
  }
  .popup__close {
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
  }
  .popup__title {
    font-size: 23px;
  }
}

.banner-new-open {
  background: linear-gradient(89.94deg, #00AAD4 0%, #0062D4 31.25%, #B600D4 62.01%, #00AAD4 100%);
  min-height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;

/*  top: 75px;*/
  top: 113px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.banner-new-open + #doubleButtonWrap > img {
  margin-top: 0;
}
.banner-new-open__inner {
    /*max-width: 1000px;*/
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.banner-new-open__text {
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    /*padding-left: 40px;*/
    font-size: 17px;
    line-height: 20px;

     display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.banner-new-open__item {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.banner-new-open__text img {
  width: 20px;
}
.banner-new-open__text:before {
   /* content: '';
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/icon-venue.svg) no-repeat center;
    background-size: contain;*/
}
@media screen and (max-width: 960px) {
  .banner-new-open  {
    top: auto;
    position: relative;
    left: auto;
    right: auto;
    margin-top: -20px;
/*    padding-top: 85px;*/
  }

  .banner-new-open__text {
    justify-content: center
  }
  .banner-new-open__text:before {
    /*bottom: auto;
    top: 7px;*/
  }
}
@media screen and (max-width: 670px) {
  
    .banner-new-open__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-new-open__text {
        /*padding-left: 30px;*/
    }
   /* .banner-new-open__text:before {
        bottom: auto;
        top: 7px;
    }*/

    .banner-new-open__text:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/percentage_77945.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
    margin: auto;
    z-index: -1;
    opacity: 0.7;
  }

  .banner-new-open__text:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/img/percentage_77945.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 5px;
    margin: auto;
    z-index: -1;
    opacity: 0.7;
  }

  .banner-new-open__item {
    text-align: center;
  }

  .banner-new-open__item--pic {
    display: none
  }
}

.brands-line {
  background-color: #00aad4;  
}
.brands-line__menu {
  display: flex;
  flex-wrap: wrap;
  height: 38px;
}
.brands-line__item {
  font-size: 0; 
  line-height: 0;    
}
.brands-line__item:hover,
.brands-line__item--active {
  background-color: #73cde7 !important;
}

.navbar-fixed-top {
  position: sticky;
}
.maincontent {
  overflow: hidden;
}

.navbar-toggle {
  margin-top: 20px !important;
}

.brands-line__item-ms {
  width: 150px;
  height: 100%;
  display: block;
  position: relative;
  background: url(/img/ms-w.png) no-repeat center;
  background-size: 110px auto;
}
.brands-line__item-ms.brands-line__item--active,
.brands-line__item-ms:hover {
  background-image: url(/img/ms-b.png);
}

.brands-line__item-mpss {
  width: 166px;
  height: 100%;
  display: block;
  position: relative;
  background: url(/img/mpss-w.png) no-repeat center;
  background-size: 126px auto;
}
.brands-line__item-mpss.brands-line__item--active,
.brands-line__item-mpss:hover {
  background-image: url(/img/mpss-b.png);
}

.brands-line__item-h2x {
  width: 103px;
  height: 100%;
  display: block;
  position: relative;
  background: url(/img/h2x-w.png) no-repeat center;
  background-size: 63px auto;
}
.brands-line__item-h2x.brands-line__item--active,
.brands-line__item-h2x:hover {
  background-image: url(/img/h2x-b.png);
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .navbar__container {
    display: flex;
  }
  .nav > li > .para {
    width: 300px !important;
  }
  .banner-new-open {
    top: 150px;
  }
  .navbar {
    height: 112px;
  }
}

@media screen and (max-width: 670px)  {
  .brands-line__item-ms,
  .brands-line__item-mpss {
    width: 40%;
    background-size: 80% auto;
  }
  .brands-line__item-h2x {
    width: 20%;
    background-size: 81% auto;
  }
}