/***** VARIABLES *****/
/* Dark grey */
/* Dark green */
/* Light green */
/* Light grey */
/* Medium grey */
/***** BASE *****/
@import url("https://fonts.googleapis.com/css?family=Lato:300,700,900");
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font: 300 1.25em "Lato", sans-serf;
}
body h1 {
  color: green;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.3;
}
body h2 {
  text-transform: uppercase;
  font-weight: 900;
}
body p {
  font-size: 14px;
  font-weight: 100;
  padding: 2vw 0;
}
body a {
  font-size: 14px;
}
body .boton {
  background: none;
  color: #333333;
  padding: 1vw 2vw;
  border-radius: 100px;
  cursor: pointer;
  border: 0.3vw solid green;
  text-decoration: none;
}
body .boton:hover {
  background: green;
  color: white;
  transition: 0.6s ease;
}
body .quote {
  font-size: 16px;
  color: #333333;
}
body .qboton {
  margin-top: 3vw;
  background: none;
  color: #333333;
  padding: 0.5vw 1vw;
  border-radius: 100px;
  cursor: pointer;
  border: 0.3vw solid green;
}
body .qboton:hover {
  background: green;
  color: white;
  transition: 0.6s ease;
}

/* COLUMNS */
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=col-] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*=col-] {
  width: 100%;
}

/* For tablets: */
@media only screen and (min-width: 640px) {
  .col-t-1 {
    width: 6.25%;
  }

  .col-t-2 {
    width: 12.5%;
  }

  .col-t-3 {
    width: 18.75%;
  }

  .col-t-4 {
    width: 25%;
  }

  .col-t-5 {
    width: 31.25%;
  }

  .col-t-6 {
    width: 37.5%;
  }

  .col-t-7 {
    width: 43.75%;
  }

  .col-t-8 {
    width: 50%;
  }

  .col-t-9 {
    width: 56.25%;
  }

  .col-t-10 {
    width: 62.5%;
  }

  .col-t-11 {
    width: 68.75%;
  }

  .col-t-12 {
    width: 75%;
  }

  .col-t-13 {
    width: 81.25%;
  }

  .col-t-14 {
    width: 87.5%;
  }

  .col-t-15 {
    width: 93.75%;
  }

  .col-t-16 {
    width: 100%;
  }

  body h1 {
    font-size: 2vw;
  }

  body h2 {
    font-size: 4.7vw;
  }

  body p, body a, body .boton, body .sec02 .text-right ul li, body .sec04 table {
    font-size: 2.4vw;
  }

  body .sec04 .flip-cards li {
    height: 25vw;
  }

  body .sec04 .icon {
    width: 50%;
  }

  body .footer .quote {
    font-size: 2.2vw;
  }
}
/* For desktop: */
@media only screen and (min-width: 1008px) {
  .col-1 {
    width: 6.25%;
  }

  .col-2 {
    width: 12.5%;
  }

  .col-3 {
    width: 18.75%;
  }

  .col-4 {
    width: 25%;
  }

  .col-5 {
    width: 31.25%;
  }

  .col-6 {
    width: 37.5%;
  }

  .col-7 {
    width: 43.75%;
  }

  .col-8 {
    width: 50%;
  }

  .col-9 {
    width: 56.25%;
  }

  .col-10 {
    width: 62.5%;
  }

  .col-11 {
    width: 68.75%;
  }

  .col-12 {
    width: 75%;
  }

  .col-13 {
    width: 81.25%;
  }

  .col-14 {
    width: 87.5%;
  }

  .col-15 {
    width: 93.75%;
  }

  .col-16 {
    width: 100%;
  }

  .col-tres {
    width: 33.33%;
  }

  body p, body a, body .boton, body h3, body .sec02 .box .text-right ul li, body .sec04 table {
    font-size: 1.6vw;
  }

  body .footer .quote, body .sec04 .tablink, body .footer a {
    font-size: 1.4vw;
  }
}
/*********************************/
/***** HEADER *****/
/*********************************/
/***** LAYOUT *****/
#header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  border: none;
  background-color: white;
  box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.2);
}

#header-content {
  width: 100%;
}

#header-logo {
  padding: 1em;
  background: #F3F3F3;
}

#header-nav {
  padding: 1em;
  background: #333333;
}

#header-nav-toggle {
  color: #333333;
  font-size: 11vw;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1;
  cursor: pointer;
  display: inline;
}

/***** MODULES *****/
/* Measure */
.measure {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo */
.logo {
  color: #08532A;
  font-weight: 700;
  margin: 0;
}

.image-logo {
  width: 260px;
  max-width: 90%;
  padding: 0 2% 0 0;
}

/* Nav */
.nav {
  list-style: none;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  background: none;
}
.nav li {
  width: 100%;
  margin: 0 0 1em 0;
  display: block;
  background: none;
}
.nav li:last-child {
  margin: 0;
  cursor: pointer;
}
.nav li a {
  color: #F3F3F3;
  text-decoration: none;
  background: none;
}
.nav li img {
  width: 30px;
}

#LanBtn {
  height: 20px;
  background-image: url("http://sahaja-yoga.co/images/Language.png");
  background-repeat: no-repeat;
}

/***** MODIFIERS *****/
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

/***** MEDIA QUERIES *****/
@media screen and (min-width: 350px) {
  #header-nav-toggle {
    font-size: 2em;
  }
}
@media screen and (min-width: 640px) {
  #header-nav-toggle {
    display: inline;
  }

  .image-logo {
    padding: 0;
    max-width: 370px;
  }

  .nav li img {
    width: 1.5em;
  }
}
@media screen and (min-width: 1008px) {
  /* Header */
  #header {
    padding: 1em 0em 0em 0em;
    background: #F3F3F3;
  }

  #header-content {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 1em 0;
  }

  #header-logo {
    padding: 0;
    background: none;
    float: left;
  }

  #header-nav {
    padding: 0.5em;
    background: none;
    float: right;
    display: block;
  }

  #header-nav-toggle {
    display: none;
  }

  .image-logo {
    padding: 0 0 0 3vw;
    width: 30vw;
  }

  /* Nav */
  .nav li {
    width: auto;
    margin: 0 1vw;
    display: inline-block;
  }
  .nav li:hover {
    padding: 0 0 0.15em 0;
    border-bottom: 0.15em solid green;
  }
  .nav li:nth-child(4) {
    padding: 0 0 0.15em 0;
    border-bottom: 0.15em solid green;
  }
  .nav li a {
    color: #08532A;
  }
  .nav li img {
    width: 50%;
    filter: drop-shadow(1px 1px 2px #333333);
  }

  #LanBtn {
    width: 20px;
    background-image: url("http://sahaja-yoga.co/images/Language2.png");
  }
}
/* The Modal (background) */
.LanModal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 90px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.LanModalContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 25px 10px 0;
  width: 80%;
}
.LanModalContent .LanCountry {
  position: relative;
  overflow: auto;
  list-style-type: none;
}
.LanModalContent .LanCountry a {
  text-decoration: none;
  color: #333333;
}
.LanModalContent .LanCountry a img {
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translate(0%, -50%);
}
.LanModalContent .LanCountry a .LanBox {
  position: relative;
  width: 200px;
  height: 60px;
  left: 60px;
}
.LanModalContent .LanCountry a .LanP {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*********************************/
/***** END HEADER *****/
/*********************************/
/*********************************/
/***** SEC 00 BANNER *****/
/*********************************/
.sec00 {
  position: relative;
  width: 100%;
  height: 27vw;
  overflow: auto;
}

@media screen and (min-width: 640px) {
  .sec00 {
    height: 110px;
  }
}
@media screen and (min-width: 1008px) {
  .sec00 {
    height: 90px;
  }
}
/*********************************/
/***** END SEC 00 BANNER *****/
/*********************************/
/*********************************/
/***** SEC 01 THE INTRO *****/
/*********************************/
.sec01 {
  position: relative;
  width: 100%;
  overflow: auto;
}
.sec01 .text-right {
  top: 3vw;
  padding-left: 6vw;
  padding-right: 6vw;
}

/*********************************/
/***** END SEC 01 THE INTRO *****/
/*********************************/
/*********************************/
/***** SEC 02 THE VISION *****/
/*********************************/
.sec02 {
  position: relative;
  width: 100%;
  overflow: auto;
  background: #F3F3F3;
}
.sec02 .text-left {
  top: 3vw;
  padding-left: 6vw;
}
.sec02 .text-left p {
  padding-bottom: 0;
}
.sec02 .text-right {
  padding-top: 0;
  padding-left: 6vw;
  padding-right: 6vw;
}

/*********************************/
/***** END SEC 02 THE VISION *****/
/*********************************/
/*********************************/
/***** SEC 03 LOCATION *****/
/*********************************/
.sec03 {
  position: relative;
  width: 100%;
  overflow: auto;
}
.sec03 img {
  padding: 0;
}
.sec03 .text-right, .sec03 .text-left {
  top: 3vw;
  padding: 6vw 6vw 0;
}
.sec03 .text-right a, .sec03 .text-left a {
  cursor: pointer;
  color: #333333;
}

/*********************************/
/***** END SEC 03 LOCATION *****/
/*********************************/
/*********************************/
/***** SEC 04 PAYMENT *****/
/*********************************/
.sec04 {
  position: relative;
  width: 100%;
  overflow: auto;
  background: #F3F3F3;
}
.sec04 .text-left {
  top: 3vw;
  padding-left: 6vw;
}
.sec04 .text-left p {
  padding-bottom: 0;
}
.sec04 .text-right {
  padding-top: 0;
  padding-left: 6vw;
}
.sec04 a {
  font-weight: 600;
  color: #08532A;
  cursor: pointer;
}
.sec04 a:hover {
  text-decoration: underline;
}
.sec04 table {
  font-size: 14px;
}
.sec04 td:nth-child(1) {
  width: 20vw;
}

/*********************************/
/***** END SEC 04 PAYMENT *****/
/*********************************/
/*********************************/
/***** SEC 05 REGISTRATION *****/
/*********************************/
.sec05 {
  position: relative;
  width: 100%;
  overflow: auto;
}
.sec05 img {
  padding: 0;
}
.sec05 .text-right {
  top: 3vw;
  padding: 6vw 6vw 0;
}
.sec05 .text-right a {
  position: absolute;
  cursor: pointer;
  font-weight: 700;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, 0);
}

/*********************************/
/***** END SEC 03 REGISTRATION *****/
/*********************************/
/*********************************/
/***** FOOTER *****/
/*********************************/
.footer {
  position: relative;
  background: grey;
  width: 100%;
  overflow: auto;
  padding-top: 4vw;
}
.footer .cell-container {
  display: flex;
  flex-wrap: wrap;
}
.footer .cell-container .cell {
  display: inline-block;
  padding: 2vw;
}
.footer .cell-container .cell h3 {
  margin-bottom: 1vw;
}
.footer .cell-container .cell a {
  text-decoration: none;
  color: #333333;
}
.footer .cell-container .cell a:hover {
  text-decoration: underline;
  font-weight: bold;
}
.footer .cell-container .cell img {
  margin-left: 1vw;
}
.footer .quote {
  font-size: 16px;
  height: auto;
}
.footer .author {
  font-style: italic;
  float: right;
  padding-right: 1vw;
  font-weight: 300;
}
.footer #end {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 0.6em;
}

/*********************************/
/***** END FOOTER *****/
/*********************************/