body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

p {
  line-height: 1.75; }

a {
  color: #f70303; }
  a:hover {
    color: #c50202; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

section {
  padding: 100px 0; }
  section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; }
  section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

@media (min-width: 768px) {
.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

}
.btn-primary {
  background-color: #f70303;
  border-color: #f70303; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #d10303 !important;
    border-color: #d10303 !important;
    color: white; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important; }

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

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

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

.dark-bg-header {
  background-color: #212529;
  height: 200px; }

#mainNav {
  background-color: #212529; }
  #mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #f70303;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #mainNav .navbar-brand {
    color: #f70303;
    font-family: 'Ultra', 'Helvetica Neue', Helvetica, Arial, serif; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #c50202; }
    #mainNav .navbar-brand img {
      height: 100px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-brand .logo-font {
      transform: scale(1, 1.5);
      -webkit-transform: scale(1, 1.5);
      /* Safari and Chrome */
      -moz-transform: scale(1, 1.5);
      /* Firefox */
      -ms-transform: scale(1, 1.5);
      /* IE 9+ */
      -o-transform: scale(1, 1.5);
      /* Opera */ }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #f70303; }

@media (min-width: 992px) {
  #mainNav {    
    -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;
    border: none;
    background-color: transparent; }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #mainNav .navbar-brand img {
        height: 100px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; }
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #212529; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        /*padding: 12px 0;*/ }
        #mainNav.navbar-shrink .navbar-brand img {
          height: 50px; } }
@media (max-width: 500px) {
  #mainNav .d-inline-block {
    display: none !important; } }
header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 25px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  header.masthead .produzioni {
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding-top: 15px; }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; } }
@media (max-width: 500px) {
  header.masthead .intro-text .intro-heading {
    font-size: 40px; } }
.produzioni-heading {
  margin: 15px 0;
  text-transform: none; }

img.cover-small {
  width: 100px;
  height: 100px; }

#produzioni a {
  color: #212529; }

.produzioni {
  text-align: left; }
  .produzioni .details-heading {
    margin-bottom: 15px;
    text-transform: none;
    text-align: left;
    border-bottom: 1px solid #212529; }
  .produzioni .author {
    font-size: 0.7em; }
  .produzioni .descr {
    text-align: justify; }
  .produzioni .details {
    font-size: 0.7em; }
    .produzioni .details img {
      width: 100%;
      margin-bottom: 5px; }

#events .events-item {
  right: 0;
  margin: 0 0 15px; }
  #events .events-item .events-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer; }
  #events .events-item .events-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff; }
    #events .events-item .events-caption h4 {
      margin: 0;
      text-transform: none; }
    #events .events-item .events-caption p {
      font-size: 16px;
      font-style: italic;
      margin: 0;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#events * {
  z-index: 2; }

@media (min-width: 767px) {
  #events .events-item {
    margin: 0 0 30px; } }
#news .news-heading {
  margin: 0;
  margin-top: 15px;
  text-transform: none;
  text-align: left;
  border-bottom: 1px solid #212529; }
#news .news-date {
  font-size: 0.7rem;
  text-transform: none;
  text-align: right;
  margin-bottom: 15px;
  margin-top: 5px; }
#news .news-body {
  text-align: justify; }

.links-section {
  margin-bottom: 50px; }
  .links-section .left-side {
    text-align: left; }
  .links-section .right-side {
    text-align: right; }
  .links-section img {
    width: 100%;
    /*border: 7px solid $white;*/ }
  .links-section ul li {
    font-size: 0.8rem; }
    .links-section ul li.title {
      font-weight: 700; }

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #f70303;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  section#contact .acceptprivacy {
    background: #FFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
    padding: 5px; }

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #f70303; }

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

#breadcrumbs {
  padding-inline-start: 0;
  margin-top: 1rem;
}

#breadcrumbs li {
  display: inline-block;
}

.youtube-embedded {
  max-width: 100%;
}