body {
  font-family: 'Lato'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat'; }

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    hr.star-light,
    hr.star-dark {
      margin-top: 2.5rem; } }

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  font-size: 2em; }

hr.star-light {
  border-color: #fff; }

hr.star-dark {
  border-color: #2C3E50; }

hr.star-dark:after {
  color: #2C3E50;
  background-color: white; }

section {
  padding: 2rem 0; }
  @media (min-width: 992px) {
    section {
      padding: 5rem 0; } }
  section h2 {
    font-size: 1.5rem;
    line-height: 2.3rem; }
  @media (min-width: 992px) {
    section h2 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
  width: 100%;
  margin-left: 15px;
  margin-top: 15px; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  background: white; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }
  .scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }

.nav-mobile-only {
  position: absolute;
  left: 40px;
  right: 0;
  top: 11px; }
  .nav-mobile-only .nav-mobile-link--lang {
    color: white;
    margin-left: 2rem; }
  .nav-mobile-only a.nav-mobile-link-yellow {
    color: #ffda09; }
  .nav-mobile-only .nav-container--right {
    float: right;
    margin-right: 1.5rem; }
  .nav-mobile-only .nav-mobile-logo {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: -4px;
    border: 0; }

#mainNav {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-family: 'Montserrat'; }
  #mainNav .navbar-toggler {
    padding: 0;
    font-size: 1.75rem;
    z-index: 9;
    left: 1rem;
    top: 10px; }
  #mainNav .navbar-brand {
    color: #fff;
    font-size: 1.1rem; }
  #mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem; }
    #mainNav .navbar-nav li.nav-item {
      position: relative; }
      #mainNav .navbar-nav li.nav-item a.nav-link {
        color: #fff; }
        #mainNav .navbar-nav li.nav-item a.nav-link:hover {
          color: #01797E; }
        #mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
          color: #fff; }
        #mainNav .navbar-nav li.nav-item a.nav-link.active {
          color: #01797E; }
        #mainNav .navbar-nav li.nav-item a.nav-link--highlight {
          color: #ffda09; }

.dropdown-menu {
  position: absolute;
  top: 90%;
  left: -5px;
  z-index: 1000;
  display: none;
  float: left;
  width: 260px;
  padding: 5px 1em;
  background-color: #2c3e50;
  border-radius: 0;
  border: 0; }

.dropdown-menu a {
  color: white; }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-container {
      margin: 0 auto;
      text-align: center; }
    #mainNav .navbar-nav {
      margin-top: 0; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #fff;
      background: #01797E; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #01797E; }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

li.dropdown:hover > ul.dropdown-menu {
  display: block; }

header.masthead {
  background-image: url(/public/img/wall.jpg);
  padding-top: calc(2rem + 32px);
  padding-bottom: 2rem; }
  header.masthead h1 {
    font-size: 1.5rem;
    line-height: 2rem; }
  header.masthead h2 {
    font-size: 1.3rem;
    font-family: 'Lato'; }
  header.masthead a {
    color: white; }

@media (min-width: 992px) {
  header.masthead {
    text-shadow: 2px 2px 1px #174a22;
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem; }
    header.masthead h1 {
      font-size: 4em;
      line-height: 4.6rem; }
    header.masthead h2 {
      font-size: 1.75em; } }

.videos .videos-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
  background: #FBFBF4;
  border: 5px solid #FBFBF4;
  border-radius: 6px;
  color: black; }
  .videos .videos-item--no-margin {
    margin-bottom: 0 !important; }
  .videos .videos-item .videos-title-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 3em; }
  .videos .videos-item .videos-item-title {
    font-family: 'Itim', cursive;
    margin-bottom: 0;
    width: 100%;
    line-height: normal;
    text-align: center;
    padding: 0 2em; }

@media (min-width: 576px) {
  .videos .videos-item {
    margin-bottom: 30px; } }

.videos-modal .videos-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5); }
  .videos-modal .videos-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    .videos-modal .videos-modal-dialog .close-button i {
      line-height: 38px; }
  .videos-modal .videos-modal-dialog h2 {
    font-size: 2rem; }

@media (min-width: 768px) {
  .videos .row .col-md-6.col-lg-4:nth-child(odd) {
    transform: rotate(1deg); }
  .videos .row .col-md-6.col-lg-4:nth-child(even) {
    transform: rotate(-0.5deg); }
  .videos-item {
    box-shadow: 4px 4px 0 #42464582; }
  .videos-modal .videos-modal-dialog .videos-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px); }
    .videos-modal .videos-modal-dialog .videos-modal-dialog h2 {
      font-size: 3rem; } }

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff; }

.copyright {
  background-color: #1a252f; }

h1.video-title {
  font-size: 1.3em;
  line-height: 1.3em; }

@media (min-width: 992px) {
  h1.video-title {
    font-size: 1.8em; } }

.video-header-title {
  padding-top: .5em; }
  .video-header-title--previous {
    margin-left: 1em; }
  .video-header-title--next {
    text-align: right;
    margin-right: 1em; }

i.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 15px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 4px; }

.right {
  transform: rotate(-45deg);
  right: -30px; }

.left {
  transform: rotate(135deg);
  left: -30px; }

.shop-description {
  text-align: center;
  background: white;
  border-radius: 50px 50px 5px 5px;
  padding: 1em 2em;
  margin-top: 1em;
  border: 1px solid #CCC;
  font-size: 1.2em;
  font-family: 'Itim', cursive; }

.shop-categories {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #436269; }
  .shop-categories a {
    color: black; }

.shop-category-link {
  text-shadow: none;
  background-color: white;
  margin: .5em;
  padding: 5px 10px;
  color: black;
  display: inline-block;
  width: calc(100% - 20px);
  text-align: center; }

.shop-warning.lead {
  background-color: #fde9be;
  border: 1px solid #dec58a;
  padding: 1em;
  border-radius: 5px;
  color: black;
  font-size: 1em !important;
  text-align: left;
  text-shadow: none;
  position: relative;
  margin-bottom: 1em;
  text-align: center; }
  .shop-warning.lead em {
    text-decoration: underline; }

.shop-teaser {
  text-align: center;
  padding-top: 1rem;
  width: 100%;
  font-size: 1.2rem; }

@media (min-width: 390px) {
  .shop-categories {
    padding-left: 1em;
    padding-right: 1em; }
  .shop-category-link {
    width: calc(50% - 20px); } }

@media (min-width: 600px) {
  .shop-category-link {
    width: calc(33.333% - 20px); }
  .shop-categories {
    padding-top: 75px;
    padding-bottom: 1.5rem; } }

@media (min-width: 800px) {
  .shop-category-link {
    width: calc(25% - 20px); } }

@media (min-width: 992px) {
  .wrapper {
    display: flex;
    align-items: stretch; }
  #sidebar {
    min-width: 200px;
    max-width: 200px; }
  #sidebar.active {
    margin-left: -200px; }
  .shop-categories {
    padding-top: calc(1.5rem + 90px);
    height: 100%;
    position: fixed;
    width: 200px;
    padding-left: 0;
    padding-right: 0; }
    .shop-categories a {
      color: white;
      font-size: 1.1em;
      border-bottom: 1px solid #597379;
      padding: .5em; }
  .shop-content {
    padding-top: 110px;
    width: 100%; }
  .shop-category-link {
    display: block;
    padding: 5px 20px;
    min-width: 230px;
    border-radius: 0;
    width: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    min-width: 0;
    color: white; } }

.shop-items {
  min-height: calc(100vh - 182px); }
  .shop-items .shop-item {
    transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px;
    background: white;
    padding: 1em;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-decoration: none; }
    .shop-items .shop-item--no-margin {
      margin-bottom: 0 !important; }
    .shop-items .shop-item:hover {
      box-shadow: 0 4px 10px #424645; }
    .shop-items .shop-item .shop-title-container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      height: 3em; }
    .shop-items .shop-item .shop-item-title {
      font-family: 'Itim', cursive;
      margin-top: 3em;
      margin-bottom: 0;
      padding-bottom: 2em;
      width: 100%;
      line-height: normal;
      text-align: center; }
    .shop-items .shop-item .shop-item-price {
      font-size: 1.2em;
      color: #089aa0; }
  @media (min-width: 576px) {
    .shop-items .shop-item {
      margin-bottom: 30px; } }

.flag {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: cover;
  margin-bottom: -2px;
  background-repeat: no-repeat;
  background-position: center; }

a {
  color: #01797E; }
  a:focus, a:active {
    color: #01484b; }

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: white !important;
  text-decoration: underline; }

h1 {
  font-size: 2rem; }

.btn {
  border-width: 2px;
  text-shadow: none; }

.btn-outline-light:hover {
  border-color: #212529; }

.bg-primary {
  background-color: #01797E !important; }

.bg-secondary {
  background-color: #2C3E50 !important; }

.text-primary {
  color: #01797E !important; }

.text-secondary {
  color: #2C3E50 !important; }

.btn-primary {
  background-color: #01797E;
  border-color: #01797E; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #01484b;
    border-color: #01484b; }

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f; }

.img-fluid {
  margin: 0 auto;
  display: block; }

.embed-responsive {
  border-radius: 10px;
  border: 5px solid white;
  background: white;
  margin-bottom: 1rem; }
  .embed-responsive iframe {
    border-radius: 6px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #055456 !important; }

.border-top {
  border-top: 5px solid #055456 !important; }
  .border-top--dotted-light {
    border-top: 5px dotted white !important; }

.border-bottom {
  border-bottom: 5px solid #055456 !important; }
  .border-bottom--dotted {
    border-style: dotted !important; }

.card {
  font-family: 'Itim',cursive;
  background-color: #fbfbf4;
  border-radius: 6px;
  border: 3px solid #424645;
  box-shadow: 3px 3px 0px #424645; }
  .card ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 1.2rem; }
  .card li {
    border-bottom: 1px solid #EEE; }
  .card h3 {
    font-family: 'Itim',cursive;
    text-align: center;
    width: 100%;
    padding-bottom: .5em; }

.lead {
  font-size: 1.1rem;
  text-align: left; }

.text-white .lead a {
  color: white;
  text-decoration: underline; }

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem; }
  .lead {
    font-size: 1.2rem;
    line-height: 1.7em; }
  .lead a {
    text-decoration: underline; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-direction: column; } }

.section-light {
  background-color: #f8f9fa; }

.section-circles {
  background-image: url("/public/img/circles.png"); }

.section-cubes {
  background-image: url("/public/img/cubes.png"); }

.shop-list {
  list-style: none; }
  .shop-list .flag {
    margin-right: 5px; }
  .shop-list .shop-price {
    float: right; }
  .shop-list li {
    margin-left: 0;
    border-bottom: 1px solid #EEE; }
  .shop-list li:before {
    content: none; }

.warning {
  background-color: #f3e8be;
  padding: 1em;
  border-radius: 10px;
  color: black;
  padding-left: 100px;
  font-size: 1em;
  text-align: left;
  text-shadow: none;
  position: relative; }
  .warning:before {
    content: "\f071";
    font-family: FontAwesome;
    padding-left: 15px;
    position: absolute;
    top: 0;
    font-size: 3em;
    background: #cac1a0;
    left: 0;
    bottom: 0;
    border-radius: 10px 0 0 10px;
    padding-right: 15px;
    padding-top: 30px;
    color: #f3e8be; }

.social-buttons .btn {
  background-color: #01797E;
  color: white;
  border-color: #01797E; }

.social-buttons i {
  margin-left: -7px;
  margin-top: 3px;
  font-size: 30px; }

.avatar {
  width: 128px;
  height: 128px;
  border-radius: 256px;
  border: 2px solid white; }

.connection-schema {
  max-width: 100%;
  padding: 20px;
  background: white;
  border-radius: 10px;
  border: 3px solid #0c6669;
  max-height: 400px;
  margin: auto;
  display: block;
  box-shadow: 3px 3px 0 #0c6669; }

.btn {
  background-color: #2b3d4f;
  border-radius: 40px; }

@media (min-width: 992px) {
  .avatar {
    width: 256px;
    height: 256px;
    border-radius: 256px;
    border: 5px solid white; } }
