@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

a {
  color: #444;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #127f92;
  text-decoration: none;
}

.navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;

  background-color: white;
  box-shadow: 0px 1px 5px #00000015;
  opacity: 1;
}

.mobile-menu, .language-chooser {
  display: inline-block;
}

.cms-toolbar-expanded .navbar {
  top: 46px;
}

.jumbotron {
  border-radius: 0;
}

.nav .child {
  border: 2px solid transparent;
  text-align: left;
  font: normal normal normal 15px/18px Artegra Sans;
  letter-spacing: 0px;
  color: #51b4b9;
  letter-spacing: 0.3px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.nav .child a {
  color: #53b4ba !important;
  font-weight: 400 !important;
}

nav .child:hover a {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}

.nav .child ul {
  max-height: 180px;
  border-top: 3px solid #127f93;
  position: absolute;
  display: block;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style-type: none;
  padding: 0;
  top: 70px;
  opacity: 0;
  transition: 0.2s;
}

.nav .child ul li {
  opacity: 0;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
  transition: 0.5s;
}

.nav .child:hover ul {
  opacity: 1;
}

.nav .child:hover ul li {
  opacity: 1;
}

.nav .child ul li a {
  text-decoration: None;
}

.nav .child ul li:hover {
  background-color: #105f6e;
  color: white;
}

.nav .child ul li:hover a {
  color: white !important;
}

.toggle {
  display: None !important;
}

.toggle .lang-dropdown {
  transform: translate(-85%, 30px);
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -12em;
  top: 50px;
  transform: translate(0, -2em);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #53b4ba;
  font-weight: 400;
}

.dropdown-content li:hover a {
  text-decoration: none;
}

.dropdown-content li a:hover {
  text-decoration: underline;
}

.open .dropdown-content {
  display: block;
}

.open i {
  transition: all 1s ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.dropdown li {
  list-style-type: none;
}

.lang ul {
  margin-bottom: 10px;
}

.page-header {
  animation: 1s ease-out 0s 1 slideInFromLeft;
  padding-top: 175px;
}


.banner .container {
  height: 520px;
  position: relative;
  display: flex;
  align-content: center;
  overflow: visible;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("s123_banner.6b034a1b9407.png");
}

.banner {
  background-color: #62c0c6;
  background-position: 100% 100%;
}

.jumbotron.banner {
  background: #62c0c6 !important;
}

.hero {
  font-weight: bold;
}

.orange .btn {
  min-width: 300px;
  min-height: 55px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #ff8c67;
  background-color: #ff5820;
  border-radius: 0;
  color: #fff;
  margin-top: 3em;
}

.orange .btn:hover {
  background-color: #eb3a00;
  color: #fff;
  text-decoration: None;
}

.graybtn .btn {
  display: inline-block;
  border: 2px solid #818181;
  padding: 10px 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  transition: 0.3s;
  border-radius: 0;
  color: #444;
}

.right .btn {
  float: right;
}

.flexslider .flex-control-nav li a {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.flexslider .flex-control-nav li a.flex-active {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #fff;
}

.graybtn .btn:hover {
  background-color: #818181;
  color: #fff;
  text-decoration: None;
}

.banner h1 {
  font-size: 3.5em;
  color: #fff;
}

.seablue {
  background-color: #179db6;
}

.flexslider {
  background-color: transparent;
  border: None;
}

footer {
  background-color: #d7d7d7;
  min-height: 42px;
  display: flex;
  align-items: center;
}

footer .container span {
  display: inline-block;
  vertical-align: sub;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 1.7;
}

.sand {
  background-color: #f8f8f0;
}

.gray {
  background-color: #f7f8fa;
}

.white {
  background-color: #fff;
}

.dark-gray {
  background-color: #ebebeb;
}

.popup-button {
  right: 0px;
}

#popup-button {
  position: fixed;
  padding: 14px 35px 14px 20px;
  color: #fff;
  background-color: #ff5820;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  top: 75px;
  right: -500px;
  margin-right: -500px;
  z-index: 10;
  transition: all 0.6s;
}

#popup-button:hover {
  text-decoration: None;
  color: #fff;
}

#popup-button::after {
  display: inline-block;
  content: "";
  background-image: url("arr-right.846ff74b55ed.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 9px;
}

.arrows {
  left: 12px;
  text-align: center;
  line-height: 52px;
  transform: rotate(270deg);
}

.cms-toolbar-expanded #popup-button {
  top: 121px;
}

#float {
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 60px;
  right: 16px;
  box-shadow: #ccc 0 2px 10px;
  border: 1px solid #79a4a9;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 5;
}

h1 {
  text-align: left;
  font: medium normal normal 36pt  Fira Code Medium;
  line-height: 55pt;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

h2 {
  font-size: 30px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #53b4ba;
  margin: 0;
  padding: 0;
  padding-bottom: 22px;
  font-weight: 400;
}

.page-header .btn {
  font: normal normal bold 18px/31px Artegra Sans;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.show-mobile {
  display: None;
}

blockquote::before {
  content: "";
  display: block;
  background-image: url("quote_sign.499e7a35862d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: -15px;
  width: 33px;
  height: 11px;
}

cite {
  font-size: 18px;
}

.content-header {
  font-weight: 600;
  font-size: 30px;
}

.content-subeheader {
  font-size: 18px;
  font-weight: 700;
}

.see-also-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1920px) {
  .banner .container {
    background: none;
  }

  .banner {
    height: 520px;
    position: relative;
    display: flex;
    align-content: center;
    overflow: visible;
    background-position: 100% 100%;
    background-color: #62c0c6;
    background-image: url("s123_banner.6b034a1b9407.png");
  }
}

@media only screen and (max-width: 1400px) {
  .lang-dropdown {
    right: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar-nav {
    display: none;
  }

  .navbar {
    height: 100px;
  }

  .toggle {
    display: block !important;
    color: #9f9f9f;
  }

  .lang-dropdown {
    right: auto;
  }

  .banner {
    height: 420px;
    background-position: 75% -200%;
  }


  #popup-button {
    top: 100px;
  }

  .cms-toolbar-expanded #popup-button {
    top: 151px;
  }

  .orange .btn {
    margin: 0;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: None;
  }

  .orange.show-mobile {
    display: flex;
    justify-content: center;
  }

  .orange.show-mobile .btn {
    background-color: #ff4001;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 100%;
  }

  .open i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

@media only screen and (max-width: 900px) {

  .banner {
    height: 370px;
    background-position: 80% -20%;
  }

  .banner h1 {
    font-size: 25px;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 20px;
  }

  .mobile-menu {
    transform: translate(0, 6px);
  }

  i {
    transition: all 1s ease-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .lang-dropdown {
    right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-no-margins {
    margin: 0 !important;
  }

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

@media only screen and (max-width: 600px) {

  .banner {
    height: 370px;
  }

  .banner h1 {
    font-size: 25px;
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 20px;
  }

  .mobile-menu {
    transform: translate(0, 6px);
  }

  .open i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .lang-dropdown {
    right: auto;
  }
}

@media only screen and (max-width: 400px) {

  .page-header{
    margin-top: 220px;
    margin-left: 25px;
  }

  .page-header > h1{
    color: #62c0c6;
    line-height: 20pt;
  }

  .banner {
    height: 350px;
    background-position: 100% 100%;
    background-image: url("s123_banner_mobile.8d0ee995c8a7.png");
  }
}

.price-norm {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.5;
  position: relative;
  color: #ff4102;
}

.price-big {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.5;
  position: relative;
  color: #ff4102;
}

.price-rest {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  padding-left: 2px;
  vertical-align: super;
}

.client-content {
  background-color: #f8f9fa;
}
