@keyframes logoanimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  /* ignored */
  80% {
    opacity: 0; }
  /* ignored */
  100% {
    opacity: 1; }
  /* ignored */ }
@keyframes phraseanimation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 1; }
  /* ignored */
  100% {
    opacity: 1; }
  /* ignored */ }
#home img {
  -webkit-animation: logoanimation 2s ease-in;
  /* Safari 4.0 - 8.0 */
  animation: logoanimation 2s ease-in; }
#home .intro {
  -webkit-animation: phraseanimation 2s ease-in;
  /* Safari 4.0 - 8.0 */
  animation: phraseanimation 2s ease-in; }

.anchor {
  position: relative;
  top: -7vw; }

@font-face {
  font-family: cambria;
  src: url("fonts/Cambria.ttf") format("truetype"); }
.cambria {
  font-family: cambria; }

@font-face {
  font-family: cambria-italic;
  src: url("fonts/Cambria Italic.ttf") format("truetype"); }
.cambria-italic {
  font-family: cambria-italic; }

@font-face {
  font-family: minion;
  src: url("fonts/MinionPro-Regular.otf") format("opentype"); }
.minion {
  font-family: minion; }

@font-face {
  font-family: avenir;
  src: url("fonts/AvenirNextLTPro-Regular.otf") format("opentype"); }
.avenir {
  font-family: avenir; }

@font-face {
  font-family: avenir-demi;
  src: url("fonts/AvenirNextLTPro-Demi.otf") format("opentype"); }
.carousel-item {
  padding-bottom: 66%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.avenir-demi {
  font-family: avenir-demi; }

.modal-backdrop {
  background-color: transparent; }

.modal {
  padding: 0 !important;
  background-color: white; }

.prev, .next {
  background-color: #be1a22;
  cursor: pointer;
  color: white;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
  text-align: center;
  position: absolute;
  line-height: 2vw;
  font-size: 1.5vw;
  top: 10vw; }
  @media only screen and (max-width: 790px) {
    .prev, .next {
      width: 25px;
      height: 25px;
      line-height: 1.1;
      font-size: 20px;
      top: 60px; } }

.prev {
  left: 3vw; }
  @media only screen and (max-width: 790px) {
    .prev {
      top: 48%;
      transform: translateY(40%); } }

.next {
  right: 3vw; }
  @media only screen and (max-width: 790px) {
    .next {
      top: 48%;
      transform: translateY(40%); } }

.modal-body {
  padding: 0; }
  .modal-body button {
    position: absolute;
    right: 10px;
    top: 10px; }
  .modal-body .close {
    color: #717171;
    font-size: 2.5rem;
    text-shadow: 1px 4px 0 #000; }
  .modal-body .close:not(:disabled):not(.disabled):hover {
    color: #ffffff; }

.modal-dialog {
  margin: 7vw auto; }
  @media only screen and (max-width: 790px) {
    .modal-dialog {
      margin: 47px auto; } }

.modal, .modal-body {
  max-height: 100%;
  height: 100%; }

.modal-lg {
  height: calc(100% - 7vw);
  max-width: 100%; }
  @media only screen and (max-width: 790px) {
    .modal-lg {
      max-width: 100%; } }

.modal-content {
  height: 100%;
  border: 0; }

.image-holder {
  height: 100%;
  background-image: url(http://localhost:8001/img/slider/thumbs/1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

html, body {
  height: 100%; }

hr {
  border: 0;
  border-top: 2px solid black; }

.w20 {
  float: left;
  width: 20%; }
  @media only screen and (max-width: 790px) {
    .w20 {
      width: 100%; } }

.red {
  color: #be1a22; }

.section-bg {
  position: relative; }

.section-title {
  position: absolute;
  bottom: 12vw;
  right: 6vw;
  color: white;
  font-size: 3vw;
  font-family: avenir-demi; }
  @media only screen and (max-width: 790px) {
    .section-title {
      font-size: 20px;
      bottom: 10px; } }

.section-container {
  min-height: 30vw;
  text-align: left;
  font-family: cambria;
  font-weight: 200;
  font-size: 1.2vw;
  margin: auto;
  max-width: 50%;
  margin-top: 4vw;
  margin-bottom: 4vw;
  line-height: 1.2; }
  .section-container h2 {
    font-family: avenir-demi;
    margin-bottom: 4vw;
    font-size: 2.8vw; }
  @media only screen and (max-width: 790px) {
    .section-container {
      max-width: 80%;
      font-size: 12px; }
      .section-container h2 {
        font-size: 20px; } }

a, a:active, a:hover {
  color: inherit; }

#menu-bar {
  z-index: 1051;
  width: 100%;
  background-color: #be1a22;
  padding: 8px;
  text-align: center;
  position: fixed; }
  #menu-bar .fa {
    display: none; }
  #menu-bar .lang-switcher {
    color: white;
    position: absolute;
    right: 2vw;
    top: 2vw;
    font-size: 1vw; }
  #menu-bar .menu {
    color: #999999;
    font-size: 2.2vw;
    left: 2vw;
    bottom: 1vw;
    cursor: pointer; }
  #menu-bar .menu.active ul {
    display: block; }
  #menu-bar ul {
    top: 4.3vw;
    width: 100%;
    font-size: 1.1vw;
    list-style: none;
    line-height: 1.6;
    text-align: center;
    margin: 0; }
    #menu-bar ul li {
      color: white;
      display: inline-block;
      margin-right: 4vw; }
      #menu-bar ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid #999999; }
    #menu-bar ul li:nth-child(odd) {
      color: white; }
  #menu-bar img {
    width: 8vw; }
  @media only screen and (max-width: 790px) {
    #menu-bar {
      padding: 0; }
      #menu-bar .fa-bars {
        position: absolute;
        display: block;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        float: left;
        color: #999999; }
      #menu-bar img {
        width: 80px; }
      #menu-bar .menu {
        font-size: 30px;
        display: none; }
      #menu-bar.active .menu {
        display: block; }
      #menu-bar .lang-switcher {
        color: white;
        position: absolute;
        right: 2vw;
        top: 15px;
        font-size: 8px; }
      #menu-bar ul {
        background-color: #999999;
        position: absolute;
        top: 11vw;
        left: 0;
        width: 200px;
        font-size: 25px;
        padding: 0; }
        #menu-bar ul li {
          display: block;
          margin: 0; } }

#home {
  height: 100%;
  background-color: #be1a22;
  text-align: center;
  color: white; }
  #home img {
    margin-top: 12vw;
    width: 40%; }
  #home p {
    width: 40%;
    margin: auto;
    margin-top: 2vw; }
  @media only screen and (max-width: 790px) {
    #home {
      min-height: auto;
      padding-bottom: 20px;
      height: auto; }
      #home .intro {
        font-size: 12px; }
        #home .intro p {
          width: 80%; } }

.intro {
  font-size: 1.2vw; }

.about .la-danza {
  position: relative; }
.about .la-danza:after {
  width: 5vw;
  position: absolute;
  right: -5.5vw;
  top: 1vw;
  color: #be1a22;
  display: inline-block; }
  @media only screen and (max-width: 790px) {
    .about .la-danza:after {
      width: 58px;
      right: -62px;
      top: 10px; } }
.about .la-danza-es:after {
  content: "la danza"; }
.about .la-danza-en:after {
  content: "dance"; }
.about .founders {
  float: right;
  margin-top: 4vw;
  margin-bottom: 3vw; }
  .about .founders h3 {
    color: #be1a22;
    font-family: avenir-demi;
    font-size: 1vw;
    margin-bottom: 0; }
  .about .founders ul {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    font-size: 1.1vw; }
    .about .founders ul li {
      border-top: 1px solid #be1a22;
      margin-bottom: 20px;
      padding-top: 20px;
      display: block;
      margin-right: 1.8vw;
      position: relative;
      font-family: cambria-italic; }
      .about .founders ul li:first-child:after {
        content: ''; }
      .about .founders ul li:after {
        position: absolute;
        left: -1em;
        top: 0;
        /*content: 'I';*/
        color: #be1a22; }
      .about .founders ul li span {
        font-weight: bold;
        font-family: cambria-italic;
        font-weight: bolder;
        color: #999999;
        font-size: 16px; }
  @media only screen and (max-width: 790px) {
    .about .founders h3 {
      font-size: 12px; }
    .about .founders ul {
      font-size: 10px; }
      .about .founders ul li:after {
        left: -5px; } }

.gallery h2 {
  margin-bottom: 1vw; }
.gallery .gallery-element {
  cursor: pointer;
  height: 8vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 790px) {
    .gallery .gallery-element {
      height: 100px; } }
.gallery .col-3, .gallery .col-6 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px; }

#contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 40px;
  background-color: #be1a22;
  color: white;
  border: 2px solid #be1a22;
  cursor: pointer;
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  -ms-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all;
  padding-left: 40px;
  padding-right: 40px; }
  #contact.active {
    background-color: white;
    color: #be1a22;
    max-height: 100%; }
  #contact.active {
    background-color: white; }
  #contact p {
    margin-top: 5px;
    text-align: center; }
  #contact div {
    color: #be1a22; }
    #contact div p {
      text-align: left; }
  #contact a {
    color: #be1a22; }

.footer {
  position: relative; }

.social {
  position: absolute;
  right: 1vw;
  bottom: 1vw;
  color: gray !important;
  font-size: 1.4vw; }
  .social i {
    margin-right: 1vw;
    color: gray !important; }

#events img {
  margin-left: auto;
  margin-right: auto; }

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