/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    opacity: 0.2;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
  height: 100%;
}

body {
    font-family: 'Quattrocento', serif;
    font-weight: 300;
    margin: 0;
    padding: 0;

    background-color: #fff;

    /*#C0DDEA
    background-color: #ce202f;
    border-top: 4px solid #ce202f;
    */
}

h1, h2, h3 {
    font-weight: 500;
    font-style: normal;
}

a {
    color: #FE0606;
    text-decoration: none;
    border-bottom: 1px dotted #FE0606;
}

a:hover, a:active {

}

img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.wrapper {

    position: relative;
    z-index: 10;
    width: 100%;
    position: relative;
    height: 100%;

}


header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #C0DDEA;
    padding: 0px 0;


  z-index: 500;
}

header .logo {
    width: 40%;
    float: left;
    margin: -40px 0 0 10px;
    outline: 0;
    border: 0;

}

header .logo.enhance {
    top: 0px;
}

header .logo img {

    width: 100%;
    margin: 0px  auto 0;
}

.brandstripe {
    border-top: 4px solid #ce202f;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
}

.brandstripe.enhance {
    border-top: 80px solid #ce202f;
    z-index: 10;
}

.gallery-container {
    overflow:visible;
    background-color: rgba(0,55,110,0.1);
}

.gallery {



}

.gallery div {
    padding: 0px;


}

.gallery div img {

}

.hero {
    height: 100%;
    display: block;

}

.primary {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.primary li {
    cursor: pointer;
    margin: 0 0px 0 0;
}

.sections {
    list-style-type: none;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0 0px;
    overflow: hidden;
}

.sections > li {
    float: left;
    margin: 0 0px 0 10px;
}



.sections > li > h2 {
    background-color: rgba( 167, 205, 222, 1);
    text-align: center;
    font-size: 14px;
    line-height: 1.0;
    padding: 10px 15px;
    margin: 0 0px 0px 0px;

    color: #fff;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.story  {
    list-style-type: none;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0 0px;
    overflow: hidden;
    background-color: red;
    border-top: 2px solid #fff;

}

.story > li {
    list-style-type: none;
    float: left;
    background-color: rgba( 255, 255, 255, 1);
    padding: 10px 0;
    text-align: center;
    width:33.3%;

    font-size: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgba( 167, 205, 222, 1);
    font-weight: bold;

}


.gallery.fade {
    opacity: 0;
}



.primary.open {
    bottom: 0px;
}

.sections > li > h2.open  {
    background-color: #fff;


    color: rgba( 167, 205, 222, 1);
}






.info {
    clear: both;
    margin: 0px 0 0 0;
    padding: 20px;

    color: #fff;
    display: block;

}

.info p,
.info span {
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0;
    color: #333;
}


footer {
    font-size: 0.8em;
    color: #fff;
    padding: 10px 20px;
    background-color: #000;
}



.info span.firstcharacter { margin: 0; float: left; color: #ce202f; font-size: 75px; line-height: 50px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-weight: bold;  }










.modal.hide, .modal .hide, .hide {
  display: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a.btn-subscribe {
  background-color: #CE202F;
  border: none;

  color: #fff;

  padding: 0.8em .8em;
  cursor: pointer;
  margin-top: 0px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;

  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 3px;

}
a.btn-subscribe:hover {
  background:  #fff;
  color: #FE0606;
}
a.btn-subscribe:active,
a.btn-subscribe:focus {
  background: #fff;
  color: #D95120;
  border-bottom: 0;
  border-top: 0px solid #D95120;
  outline: none;
}
.modal {

  background-color: #FFF;
  z-index: 1000;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 4px rgba(55, 60, 65, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(55, 60, 65, 0.1);
  -webkit-box-shadow: 0 0 0 4px rgba(55, 60, 65, 0.1);
  padding: 20px 20px;
}
.modal a.close {

}
.modal a.close:hover {

}
.modal h1,
.modal h2 {

}
.modal h1 {

}
.modal h2 {


}

.modal p {


}

.modal p label {

}

.modal #response {

}
.modal form#subForm button,
.modal form#subForm input {
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.modal form#subForm input {
  width: 90%;
  border: 1px solid #cfd4db;
  padding: 5% 5%;
  margin: 0 0 5px 0;

  color: #373c44;
}
.modal form#subForm input::-webkit-input-placeholder {
  color: #c8ccd1;
}
.modal form#subForm input:-moz-placeholder {
  color: #c8ccd1;
}
.modal form#subForm input::-moz-placeholder {
  color: #c8ccd1;
}
.modal form#subForm input:-ms-input-placeholder {
  color: #c8ccd1;
}
.modal form#subForm input:focus {
  border-color: #b1b9c6;
  outline: none;
}
.modal form#subForm input:focus::-webkit-input-placeholder {
  color: #acb3ba;
}
.modal form#subForm input:focus:-moz-placeholder {
  color: #acb3ba;
}
.modal form#subForm input:focus::-moz-placeholder {
  color: #acb3ba;
}
.modal form#subForm input:focus:-ms-input-placeholder {
  color: #acb3ba;
}
.modal form#subForm input.error {
  background: url('http://viacondotti.com.au/2015/images/cross.png') right center no-repeat;
  background-position: 372px center;
  color: #df452c;
}
.modal form#subForm button {
  float: left;
  background: #CE202F;
  border: none;
  border: 2px solid #CE202F;
  color: #fff;
  font-size: 15px;
  padding: 13px 30px;
  cursor: pointer;
  margin-top: 10px;
}
.modal form#subForm button:hover {
  background: #fff;
  color: #CE202F;
  border: 2px solid #CE202F;

}
.modal form#subForm button:active,
.modal form#subForm button:focus {
  background: #fff;
  border-bottom: 0;
  border-top: 2px solid #CE202F;
  outline: none;
  color: #CE202F;
}


span.req {
  font-weight: bold;
  color: red;
  font-size: 150%;
  line-height: 0;
  padding-top: 20px;
}

.owl-controls {
    margin: 0 !important;
    overflow: hidden;
    background-color: #C0DDEA;
}

.owl-nav {
    float: right;
}

.owl-dots {
    padding: 8px 0 0 0;
    float: right;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0% 0%;
}


.owl-theme .owl-dots .owl-dot.active  span {
    background: #CE202F none repeat scroll 0% 0%;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #CE202F none repeat scroll 0% 0%;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #CE202F;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff none repeat scroll 0% 0%;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-family: -apple-system, arial, sans-serif;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #CE202F none repeat scroll 0% 0%;
    color: #FFF;
    text-decoration: none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.no-select {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
}

.trans {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


.info p.big {
  font-size: 140%;
}

.instagram {
  float: right;
  width: 34px;
  height: 34px;
  margin: 8px 120px 0px 4px;
  background:transparent url('../img/icon_instagram.svg') no-repeat 0 0 scroll;
  background-size: 34px 34px;
  text-indent: -999px;
  text-decoration: none;
  border: 0;
}

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

  .modal {

    top: 5%;
    left: 5%;
    right: 5%;
    width: 80%;
    padding: 5%;
    position: absolute;
  }
  .modal a.close {
    font-size: 3rem;
    padding: 5px;

    background-color: #dedede;
    color: #555;
    font-weight: bold;
    outline: 0;
    border: 0;
    line-height: 1;
    float: right;
    margin: 0 0 5% 5%;
  }
  .modal  h1 {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .modal p {

  padding: 0 0px 0px 0;
}

.modal p label {

}

  .modal form#subForm input {
    width: 90%;

  }
  .modal form#subForm input.error {

    border: 2px solid red;
  }
  .modal form#subForm button {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .modal #response {

  }

  .vLoader {
    background-color: #333;
    opacity: 1;
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#p_owl, #b_owl, #w_owl, #l_owl {
  display: none;
}
}

#carousel-container {
  position: relative;
}

.start-img {


}

.trans {
  -webkit-transition:all .5s;
  transition:all .5s;
}

.retainer {
  overflow: hidden;
  zoom: 1;
  display: block;
}

.owl-btn {
  color: #CE202F;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #fff none repeat scroll 0% 0%;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  font-family: -apple-system, arial, sans-serif;
  float: left;
  text-decoration: none;
  border: 0;
}

.owl-btn:hover {
	background: #CE202F none repeat scroll 0% 0%;
	color: #FFF;
	text-decoration: none;

}

#menu-slideshows {
  position: absolute;
  left: 5px;
  bottom: 37px;
  z-index: 9999;
  background-color: #fff;
  display: none;
}

#menu-slideshows ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-slideshows ul li {
  list-style-type: none;
  font-family: -apple-system, arial, sans-serif;
  color: #CE202F;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 15px;
}




@media only screen and (min-width: 480px) {

  .modal {

    top: 10%;
    left: 20%;
    right: 20%;
    width: 60%;
    padding: 5%;
    position: absolute;
  }
  .modal a.close {
    font-size: 3rem;
    padding: 5px;

    background-color: #dedede;
    color: #555;
    font-weight: bold;
    outline: 0;
    border: 0;
    line-height: 1;
    float: right;
    margin: 0 0 5% 5%;
  }
  .modal  h1 {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .modal p {

  padding: 0 0px 0px 0;
}

.modal p label {

}

  .modal form#subForm input {
    width: 90%;

  }
  .modal form#subForm input.error {

    border: 2px solid red;
  }
  .modal form#subForm button {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .modal #response {

  }

  .modal form#subForm input {
  width: 90%;
  border: 1px solid #cfd4db;
  padding: 10px 10px;
  margin: 0 0 5px 0;

  color: #373c44;
}

  .instagram {
    float: right;
    width: 72px;
    height: auto;
    margin: 4px 0px 0px 4px;
    background:#CE202F url('../img/icon_instagram.svg') no-repeat 0 0 scroll;
    background-size: 36px 36px;
    text-indent: 0;
    padding: 11px 12px 12px 40px;
    color: #fff;
    text-decoration: none;
    border: 0;
    display: block;
    background-color: #CE202F;
    -webkit-background-clip: padding-box;
  -moz-background-clip:    padding;
  background-clip:         padding-box;

cursor: pointer;


font-size: 12px;
font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
line-height: 1;

text-transform: uppercase;
border-radius: 3px;
position: absolute;
bottom: 6px;
right: 116px;
  }
}

@media only screen and (min-width: 768px) {

.wrapper {
  background: #C0DDEA url('../img/spanish_steps_blue.jpg') no-repeat fixed center bottom;
  background-size: 100%;

}


#about {
  background: rgba(255,255,255,1);
  padding-bottom: 40px;
}
    /* Style adjustments for viewports that meet the condition */
    header {
        padding: 10px 0;
    }

    header .logo {
    width: 20%;
    float: left;
    margin: -40px 0 0 10px;
    outline: 0;
    border: 0;

}

a.btn-subscribe {
  background-color: #CE202F;
  border: none;

  color: #fff;

  padding: 1em 1em;
  cursor: pointer;
  margin-top: 0px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;

  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 3px;

}

.gallery-container {

    }

    .gallery {

    }

    .gallery div {

    }

    .gallery div img {

    }


    .opening {
        float: left;
        width: 50%;
        margin: 0 10% 0 0
    }


    .about {
        float: left;
        width:30%;
    }

    .instagram {
      float: right;
      width: 80px;
      height: auto;
      margin: 4px 0px 0px 4px;
      background:#CE202F url('../img/icon_instagram.svg') no-repeat 0 0 scroll;
      background-size: 42px 42px;
      text-indent: 0;
      padding: 15px 12px 15px 48px;
      color: #fff;
      text-decoration: none;
      border: 0;
      display: block;
      background-color: #CE202F;
      -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;

  cursor: pointer;


  font-size: 12px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;

  text-transform: uppercase;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 130px;
    }
}

@media only screen and (min-width: 1024px) {
    /* Style adjustments for viewports that meet the condition */

    header .logo {
    width: 15%;
    float: left;
    margin: 0px 0 0 10px;
    outline: 0;
    border: 0;
  }

    .gallery-container {
        height: 480px;
    }


   .gallery {



    }

   .opening {
        float: left;
        width: 30%;
        margin: 0 10% 0 20%;
    }

    .instagram {
      float: right;
      width: 80px;
      height: auto;
      margin: 4px 0px 0px 4px;
      background:#CE202F url('../img/icon_instagram.svg') no-repeat 0 0 scroll;
      background-size: 42px 42px;
      text-indent: 0;
      padding: 15px 12px 15px 48px;
      color: #fff;
      text-decoration: none;
      border: 0;
      display: block;
      background-color: #CE202F;
      -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;

  cursor: pointer;


  font-size: 12px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;

  text-transform: uppercase;
  border-radius: 3px;
  position: absolute;
  bottom: 10px;
  right: 130px;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}