/*  (c) 2020 ¡Hey! Ideas que inspiran - CSS by Grupo Interactivo  */

.marca1 { border: 1px tomato dotted; }
.marca2 { border: 2px green dashed; }
.marca3 { border: 1px salmon dotted; }
.marca4 { border: 2px orange dashed; }

/* ---- Colores 
    ZAPOTE:  #f28b50;
    AMARILLO: #f3b32f;
    GRIS:  #58595b;
    DARK GREY (block-title & texts): #4B4C4D;

    Font sizes (from 16px): 1.0em, 0.938em, 0.875em, 0.813em, 0.750em

--- */

@font-face {
  font-family: 'CrisCallista';
  src: url('../img/fonts/ccallista/criscallista/webfont.otf') format('embedded-opentype'),
       url('../img/fonts/ccallista/criscallista.woff2') format('woff2'),
       url('../img/fonts/ccallista/criscallista.woff') format('woff'),
       url('../img/fonts/ccallista/criscallista.ttf')  format('truetype');
}

html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#58595b;
  background-color: #ffffff;
  text-align: left;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}
body {
  min-height: 100vh;
}

h1, h2, h3, h4 {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  text-align: left;
  color: #f3b32f;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #444444;
}
a:hover {
  text-decoration: none;
  color: #f3b32f;
}
p {
  color: #444444;
}
ul {
  list-style: disc;
  padding: 0;
  padding-left: 32px;
  line-height: 1.8em;
  text-align: left;
}
ol {
  padding-left: 15px;
  line-height: 1.8em;
}
    ul li, ol li {
      font-size: 1em;
      line-height: 1.5em;
      color:#58595b; 
    }

/*  -------  Custom scrollbar ------- */
  body::-webkit-scrollbar {
    width: 8px;
    position: relative;
  }
  body::-webkit-scrollbar-track {
    background-color: transparent;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #777777;
    border-radius: 4px;
  }
  body::-webkit-scrollbar-thumb:hover {
      background-color: #f3b32f;
  }
/* --------------  Selección de textos ---------------- */
::-moz-selection,
a::-moz-selection,
p::-moz-selection {
  color: #58595b;
  background-color: #E3E3E3;
  text-shadow: none;
}
::selection,
a::selection,
p::selection {
  color: #58595b;
  background-color: #E3E3E3;
  text-shadow: none;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  z-index: 16000;
}
/* ---- BUTTONS ---- */
.btn-hv-cta,
.btn-gi {
  display: inline-block;
  position: relative;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 0.813em;
  line-height: 1.0em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  color: #fff;
  outline: none;
  width: auto;
  max-height: 30px;
  background: #f3b32e;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  padding: 0.6em 1.6em 0 1.6em;
  margin-top: 16px;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-hv-cta:before,
.btn-hv-cta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(88,89,91);
  background: -moz-linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 40%, rgba(0,69,99,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 40%, rgba(0,69,99,1) 100%);
  background: linear-gradient(180deg, rgba(88,89,91,1) 0%, rgba(88,89,91,1) 40%, rgba(0,69,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0074a7",endColorstr="#004563",GradientType=1);
  z-index: -1;
  transform: translate3D(-100%,0,0);
  transition: all .3s;
}
    /* Apply only in Safari 7.1+ browsers  */
    _::-webkit-full-page-media, _:future, :root .btn-hv-cta:before { 
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -khtml-border-radius: 25px;
          border-radius: 25px;
        }
    _::-webkit-full-page-media, _:future, :root .btn-hv-cta:after { 
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -khtml-border-radius: 25px;
          border-radius: 25px;
        }

.btn-hv-cta:before {           /*  Normal base color */
  background: #f3b32f;
  background: -moz-linear-gradient(0deg, rgba(0,117,53,0.45) 0%, rgba(0,154,69,1) 48%, rgba(0,154,69,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,117,53,0.45) 0%, rgba(0,154,69,1) 48%, rgba(0,154,69,1) 100%);
  background: linear-gradient(0deg, rgba(0,117,53,0.45) 0%, rgba(0,154,69,1) 48%, rgba(0,154,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007535",endColorstr="#f3b32f",GradientType=1);
  z-index: -2;
  transform: translate3D(0,0,0);
}
.btn-hv-cta:hover,
.btn-gi:hover {
  color: white;
}
.btn-hv-cta:hover:after{
  transform: translate3D(0,0,0);
  transition: all .3s;
}
.btn-hv-cta:after{
  top: 0;
  z-index: -1;
  transform: translate3D(0,101%,0);
}
.btn-hv-cta:hover:before, /*  Bounce */
.btn-hv-cta:hover:after{
  transition-timing-function: ease-in-out;
}
.btn-hv-cta::selection,
.btn-gi::selection {
  color: #ffffff;
  background-color: transparent;
}
.btn-hv-cta::-moz-selection,
.btn-gi::-moz-selection {
  color: #ffffff;
  background-color: transparent;
}

.btn-gi {
  max-height: 52px;
  font-size: 0.875em;
  padding: 1.0em 2em;
  background: #f3b32e;
  text-transform: none;
}
.btn-gi:hover {
  background: #f28b50 ;
}
.btn-ital {
  font-style: italic;
}
#homepic {
  margin-top: 0;
  margin-bottom: -20px;  /*margin-bottom: 6em;*/
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  z-index: -50;
}
.wrap-home {
  position: relative;
}
.orightbox {
  position: absolute;
  display: block;
  width: 44%;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 96px;
  background: #f28b50 url('../img/bg-oright.jpg') top right no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
}
.picwrap {
  position: relative;
  display: block;
  top:0;
  left: 0;
  width: 75%;
  height: 100%;
  padding: 0;
  margin-bottom: 20px;
  background: transparent url('../img/event01.jpg') top center no-repeat;
  background-size: cover;
}
.picwrap .mainpic { 
  width: 100%;
  height: auto;      
  max-height: 97vh;
  min-height: 560px;
  opacity: 0;
}
@media(orientation: portrait) {
  .picwrap .mainpic {
    width: 100%;
    height: 100%;
  }
}

.homepic-content {
  position: absolute;
  width: 36%;
  right: 12%;
  top:52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  transform: translateY(-50%);
}
.homepic-content h1 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-shadow: 0px 1px 6px rgba(79, 64, 55, 0.6);
}
.homepic-content h1 span {
  display: block;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #ffffff;
}

.homepic-content h4 {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  color: #ffffff;
  margin-top: 0.4em;
  margin-bottom: 5em;
}

.homepic-content[titleis="white"] h1,
.homepic-content[titleis="white"] h1 span,
.homepic-content[titleis="white"] h4 {
  color: #ffffff;
}
.homepic-content[titleis="yellow"] h1,
.homepic-content[titleis="yellow"] h1 span,
.homepic-content[titleis="yellow"] h4 {
  color: #f3b32e;
}
.homepic-content[titleis="brown"] h1,
.homepic-content[titleis="brown"] h1 span,
.homepic-content[titleis="brown"] h4 {
  color: #4B4C4D;
}

.homepic-content .btn-gi {
  margin-left: 51%;
  letter-spacing: 0.18em;
  font-weight: 600;
  box-shadow: 1px 2px 6px rgba(79, 64, 55, 0.24);
}
.homepic-content .btn-gi:hover {
  color: #f28b50;
  background-color: #ffffff;
  box-shadow: 1px 1px 9px rgba(79, 64, 55, 0.2);
}

#page-headerpic {
  margin-top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  /*z-index: -50;*/
}
#page-headerpic img {
  width: 100%;
  height: auto;
}

/* ---- CONTENTS: Front page ---- */
#page-contents {
  padding: 6em 0 0 0;
  min-height: 55vh;
  background: transparent url('../img/bg_pagecurve.jpg') top center no-repeat;
  background-size: 100%  100%;
}
.block-title {
  text-align: center;
}
.block-title h3 {
  position: relative;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  color: #4B4C4D;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1.6em;
  display: inline-block;
}
.block-title h3::before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  background-color: #f3b32f;
  -webkit-border-radius: 50%; 
  -moz-border-radius: 50%;
  border-radius: 50%; 
  top: -4px;
  left: 100%;
  margin-left:-27px;
  opacity: .5;
  z-index: -1;
}

.block-events {
  text-align: center;
  width: 80%;
  padding-bottom: 40px; 
}
.block-events .event-card {
  max-width: 492px;
  padding: 0 0 24px 0;
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,.20);
  transition: box-shadow 0.4s ease;
  overflow: hidden;
}
.block-events .event-card:hover {
  box-shadow: 0 7px 15px rgba(0,0,0,.3);
}
.block-events img {
  width: 100%;
  max-width: 492px;
  height: auto;
  max-height: 254px;
  border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  border:none;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  transition: transform 0.5s ease;
}
.block-events img:hover {
  -webkit-transform: scale(1.04) translateY(-4px);
  -moz-transform: scale(1.04) translateY(-4px);
  -o-transform: scale(1.04) translateY(-4px);
  transform: scale(1.04) translateY(-4px);
}
.block-events .event-title-head {
  min-height: 106px;
}
.block-events .event-title {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.2em;
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  color:#f3b32f;
}
.block-events .event-title:hover {
  text-decoration: none;
  color:#f28b50;
}
.block-events p.event-date {
  font-weight: 300;
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
.block-events .event-tick {
  width: 70%;
  float: left;
  padding: 0 8%;
  text-align: left;
}
.block-events .event-tick .btn-gi {
  display: inline;
  padding: 0.4em 1.8em 0.5em 1.8em;
  background-color: #4B4C4D;
}
.block-events .event-tick .btn-gi:hover {
  background-color: #f3b32f;
}
.block-events .event-info {
  width: 30%;
  float: right;
  padding: 0 8%;
  text-align: right;
}
.block-events .event-info a {
  font-size: 1.3em;
  color: #4B4C4D;
  opacity: 0.7;
  line-height: normal;
}
.block-events .event-info a:hover {
  color: #f3b32f;
  opacity: 1;
}
.block-events.grid-events .event-card{
  margin-bottom: 56px;
}

.more-likethis {
  width: 100%;
  padding: 20px 20px;
  text-align: right;
}
.more-likethis a {
  font-size: 0.938em;
  text-decoration: underline;
  color: #696B6C;
}
.more-likethis a:hover {
  color: #f28b50;
}

.block-grid {
  padding: 40px 15px 40px 15px;
}
.block-grid .card {
  width: 100%;
  max-width: 300px;
  min-height: 264px;
  margin:1.5em auto 1.4em auto;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(50, 50, 50, 0.18);
  -moz-box-shadow: 1px 3px 7px 0 rgba(50, 50, 50, 0.18);
  box-shadow: 1px 3px 7px 0 rgba(50, 50, 50, 0.18);
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: none;
  transition: 0.25s ease-in-out;
}
.block-grid .card:hover  {
  cursor: pointer;
  -webkit-box-shadow: 1px 6px 14px 0 rgba(50, 50, 50, 0.28);
  -moz-box-shadow: 1px 6px 14px 0 rgba(50, 50, 50, 0.28);
  box-shadow: 1px 6px 14px 0 rgba(50, 50, 50, 0.28);
  transform: scale(0.96);
}
.block-grid .card .card-img-top {
  -moz-border-radius: 0.3em 0.3em 0 0;
  -webkit-border-radius: 0.3em 0.3em 0 0;
  border-radius: 0.3em 0.3em 0 0;
  border: 0 solid #000000;
  width: 100%;
  max-width: 260px;
  height: auto;
  max-height: 280px;
}
.block-grid .card-body {
  padding: 0.8em;
}
.block-grid .card a {
  width: 100%;
}
.block-grid .card h4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #444;
  text-align: left;
  text-transform: none;
  margin-top: 0.2em;
}
.block-grid .card h4 hover {
  color: #f3b32f;
}
.block-grid .card p:first-of-type {
  font-family: 'Lato', sans-serif;
  font-size: 0.750em;
  font-weight: 600;
  color: #f3b32f;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.block-grid .card p:last-of-type {
  font-family: 'Lato', sans-serif;
  font-size: 0.750em;
  color: #aaaaaa;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.block-grid .card p.when {
  font-weight: 400;
  text-align: right;
}


/* ---- Video Carousel ---- */
/*.wrap-block {
  position: relative;
  display: block;
                border: 1px tomato dotted;
}*/
.block-video-carousel {
  text-align: center;
  padding: 40px 42px 40px 42px;
}
.videolist {
  margin-bottom: 18px;
}
.videolist img {
  margin: 0 auto 14px auto;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border:none;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 134px
}
.videolist a:focus {
  outline: none;
  border:none;
}
.videolist .video-title {
  color: #444444;
  line-height: 1em;
  /*padding-left: 15px;
  padding-right: 15px; border:1px red dotted;*/
}
.videolist .video-title:hover {
  color: #f3b32f;
}
.videogrid .card {
  border-bottom: 3px #f28b50 solid;
}
.videogrid .card .card-img-top {
  position: relative;
  display: block;
}
.videolist .slick-slide {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.videolist .slick-slide:focus {
  outline: none;
  border: none;
}
.videolist .slick-slide::after {
  position: absolute;
  content: '\f04b';
  display: block;
  width: 24px;
  height: auto;
  top:48px;
  left:50%;
  margin-left: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  background-color: transparent;
  opacity: .75;
}
.videogrid .card-body::after {
  position: absolute;
  content: '\f04b';
  display: block;
  width: 24px;
  height: auto;
  top:70px;
  left:50%;
  margin-left: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  background-color: transparent;
  opacity: .7;
}
.slick-prev, .slick-next {
    top: 37%;
  }
.slick-prev::before,
.slick-next::before {
  opacity: .6;
  color: #ffffff;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #909090;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
  background-color: #f3b32f;
}
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  background-color: #f3b32f;
}
.lity {
  background: #ffffff;
  background: rgba(255,255,255,0.94);
}

.lity-close {
  color:#f28b50;
  text-shadow: none;
  width: 40px;
  height: 40px;
  right: 12px;
  top: 12px;
}
.lity-close:hover {
  color:#f3b32f;
  text-shadow: none;
}

/* ---- Frase ---- */
.block-thequote {
  display: block;
  position: relative;
  height: auto;
  min-height: 400px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  border: none;
}
.quote-bg1 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border:none;
  background-color: #f28b50;
  width:75%;
  height: 90%;
  z-index: 700;
}
.quote-bg2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border:none;
  /* background: #dddddd url('../img/quotepic1.jpg') center center no-repeat; */
  background-size: cover;
  box-shadow: 0 6px 12px rgba(0,0,0,.18);
  width:42%;
  /* height: 85%; */
  height: auto;
  z-index: 702;
}
#video-quote {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border:10px #ffffff solid;
}
.quote-content { 
  position: relative;
  width: 80%;
  padding: 2em 2.4em;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  transform: translateY(-50%);
}
.quote-text {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.quote-text span {
  display: block;
  font-family: 'CrisCallista', sans-serif;
  font-weight: 400;
  font-size: 2.4em;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-top: 0.25em;
}
.quote-footer {
  display: block;
  margin-top: 2em;
  font-size: 1em;
  color: #ffffff;
  letter-spacing: 0.04em;
}


/* ----  BLOG ---- */
#page-contents.blog,
#page-contents.about,
#page-contents.single,
#page-contents.grid {
    margin-top: 60px;
    padding-top: 5em;
    background-image: url('../img/bg_pagecurve2.jpg');
    background-size: cover;
}
#page-contents.blog h1,
#page-contents.about h1,
#page-contents.grid h1 {
  position: relative;
  font-family: 'CrisCallista', sans-serif;
  font-weight: 400;
  font-size: 4.5em;
  color: #222222;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
#page-contents.blog h1::after,
#page-contents.about h1::after,
#page-contents.grid h1::after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: #f3b32f;
  width: 18%;
  margin-left: 15px;
  top: 52%;
  opacity: .6;
}
#page-contents.about h1 {
  margin-bottom: 40px;
}
#page-contents.about .post-mainpic.post-responsab {
  margin-bottom: 40px;
}
#page-contents.about .post-mainpic.post-responsab img {
  width:100%;
  max-width: 720px;
  height: auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 7px 14px rgba(0,0,0,.20);
}

.post-list .card-body p:last-child {
  text-align: right;
}
#page-contents.single h1 {
  position: relative;
  font-size: 2.2em;
  color: #222222;
  text-align: center;
  padding-top: 0.8em;
  margin-top: 0;
  margin-bottom: 0.3em;
}
#page-contents.single h1::after {
  position: absolute;
  content: '';
  height: 3px;
  background-color: #f3b32f;
  width: 26%;
  margin-left: 0;
  bottom: -15px;
  left: 37%;
  opacity: .7;
}
#page-contents.single.bio h1 {
  margin-bottom: 2.4em;
}
#page-contents.single.bio h1::after {
  top: 115%;
  opacity: .5;
}
#page-contents.single .breadcrumb {
  display: block;
  text-align: center;
}
#page-contents.single .post-mainpic {
  text-align: center;
}
#page-contents.single .post-mainpic img {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin-bottom: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 7px 14px rgba(0,0,0,.20);
}
.article-related {
  width: 90%;
  margin-left: 5%;
}
.tags {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.1em;
  font-style: italic;
}
.tags i {
  color: #0074a7;
  margin-right: 5px;
}
.tags strong {
  color:#000;
  margin-right: 4px;
}
.article-date {
  font-family: 'Lato', sans-serif;
  font-size: 0.938em;
  font-style: italic;
  color: #aaaaaa;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 5.5em;
}
.article-cont {
  margin-bottom: 3.4em;
}
.article-cont p {
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.article-cont ul,
.article-cont ol {
  text-align: left;
  font-size: 1em;
  margin:1.5em 15px;
}
.article-cont ol li {
  margin-bottom:1.2em;
}
.article-cont p strong {
  font-weight: 700;
  color: #000000;
}
.article-cont a,
.article-cont p a {
  color: #f3b32f;
  font-style: italic;
  border-bottom: 2px transparent solid;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.article-cont a:hover,
.article-cont p a:hover {
  color: #f28b50;
  border-bottom: 2px #f28b50 solid;
}
.article-cont dl, 
.article-cont ol, 
.article-cont ul {
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 32px; 
  list-style: none;
}
.article-cont li {
  text-align: justify;
  line-height: 1.4em;
  margin-bottom: 0.9em;
}

/* List styles optional -- Check in Safari & IE  */
.article-cont ul li::before {
  content: "\2022"; 
  color: #f28b50;
  display: inline-block; 
  width: 1em;
  font-size: 1.5em;
  margin-left: -1em;
  margin-right: 0;
}
.article-cont ol {
  list-style: none;
  counter-reset: li;
  padding-left: 34px; 
}
.article-cont ol li::before {
  content: counter(li); 
  color: #f28b50;
  display: inline-block; 
  width: 1.6em;
  font-weight: 400;
  margin-left: -1em;
  margin-right: 0.75em;
}
.article-cont ol li::first-line {
  margin-left: -1.6em; 
}
.article-cont ul li::before,
.article-cont ol li::before {
  color: #474747;
}
.article-cont ol li {
  counter-increment: li;
}
.article-cont .table-responsive-sm,
.article-cont .table-responsive {
  min-width: 70%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  -o-transform: translateX(-50%); 
  transform: translateX(-50%);
}
.article-cont .table-responsive-sm,
.article-cont .table-responsive {
  margin-top: 2.5em;
  margin-bottom: 2.8em;
}
.article-cont table thead {
  border-bottom: 2px #005b9f solid;
}
.article-cont table thead tr th {
  font-size: 0.875em;
  color: #005b9f;
  padding-left: 12px;
  padding-bottom: 0.5em;
}
.article-cont table tbody tr td {
  font-size: 0.938em;
  line-height: 1.2em;
  padding: 0.5em 12px;
  border-bottom: 1px #CDCDCD solid;
}
.article-cont img {
  max-width: 100%;
  height: auto;
  margin-top: 2.5em;
  margin-bottom: 2.75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.article-cont h2 {
  font-size: 1.7em;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0.75em;
}
.article-cont h3 {
  font-size: 1.4em;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0.75em;
}
.article-cont h4 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.6em;
  color: #f28b50;
}
.article-cont h5 {
  font: 800 1.1em 'Lato', Arial, sans-serif;
  line-height: normal;
  margin-bottom: 0.75em;
  color: #000000;
  margin-top: 1em;
}
/*  ----------  Videos ---------- */
.youtube-video {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  -moz-border-radius: 0 28px 0 28px;
  -webkit-border-radius: 0 28px 0 28px;
  border-radius: 0 28px 0 28px;
  -webkit-box-shadow:  2px 5px 12px 0 rgba(0,0,0,0.20);
  -moz-box-shadow:  2px 5px 12px 0 rgba(0,0,0,0.20);
  box-shadow:  2px 5px 12px 0 rgba(0,0,0,0.20);
}
    .youtube-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/* -------- EVENT SINGLE ---------- */
#page-contents.single.event h1{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
#page-contents.single.event .post-mainpic{
  max-width: 350px;
  height: auto;
}
#page-contents.single.event .event-date,
#page-contents.single.event .event-place {
  font-family: 'Lato', sans-serif;
  font-size: 0.95em;
  font-style: italic;
  line-height: normal;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
#page-contents.single.event .event-date {
  margin-top: 40px;
  margin-bottom: 0.5em;
}
#page-contents.single.event .event-place {
  margin-bottom: 3.5em;
}
#page-contents.single.event .event-video {
  margin-top: 1.5em;
}
#page-contents.single.event .event-video img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
#page-contents.single.event .event-video-wrap {
  position: relative;
}
#page-contents.single.event .event-video-wrap:after {
  position: absolute;
  content: '\f04b';
  display: block;
  width: 36px;
  height: auto;
  top:-50%;
  left:50%;
  margin-left: -18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 36px;
  color: #ffffff;
  background-color: transparent;
  opacity: .8;
}
.event-cta {
  text-align: center;
  margin-bottom: 42px;
}
.event-cta .btn-gi {
  color: #ffffff;
  font-style: italic;
}
.event-cta .btn-gi:hover {
  color: #ffffff;
}

.event-deposit {
  width: 80%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
  overflow: hidden;
  padding: 24px 32px 12px 32px;
  text-align: center;
  margin-bottom: 42px;
}
.event-deposit h4,
.event-deposit h5,
.event-deposit p {
  text-align: center;
}
.event-deposit h4 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
}
.event-deposit p {
  line-height:normal;
  margin-bottom: 1.2em;
}
#pay-form {
  margin-top: 110px;
  min-height: 40vh;
}
#pay-form h1 {
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.event-widget {
  margin-bottom: 40px;
}



.persona-hey {
  border-bottom: 1px #aaaaaa solid;
  margin-bottom: 12px;
}

.persona-hey h3 {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: #f28b50;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}
#page-contents.blog.historic .block-grid .card {
  min-height: 232px;
}

#page-contents.single.legal h1::after {
  top: 130%;
  opacity: .5;
}
#page-contents.single.legal .article-cont {
  margin-top: 4em;
}
#page-contents.single.legal .article-cont p {
  font-size: 0.95em;
}
#page-contents.single.legal .article-cont h3 {
  font-size: 1.25em;
}
#page-contents.single.legal h1 {
  position: relative;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  color: #4B4C4D;
  text-align: center;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0;
  display: inline-block;
}
#page-contents.single.legal h1::after {
  width: 12%;
  left: 44%;
}
/* ---- SOCIAL ---- */
.social-links {
  z-index: 8;
  display: block;
  position: absolute;
  /*float: left;*/
  top: 230px;
  right:40px;
  /*margin-right: 36px;*/
}
.social-links ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.social-links ul li {
  margin-bottom: 24px;
}

.social-links ul li i {
  font-size: 1.2em;
  margin-right: 12px;
  color: #4f4037;
}
.social-links ul li i:hover {
  color: #f3b32e;
}



/* ---- NAV ---- */
#hey-header {
  position: fixed;
  top:0;
  right: 0;
  height: auto;
  z-index: 1000;
} 
#mainNav {
  position: fixed;
  top:0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 76px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease; 
  -o-transition: all .3s ease; 
  transition: all .3s ease;
}
    #mainNav .container {
      padding: 32px 0;
    }
    #mainNav .navbar-brand {
    width: 320px;
    padding: 0;
    margin-top: 26px;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    -o-transition: width .4s ease; 
    transition: width .4s ease;
    }
        #mainNav .navbar-brand img {
          width:100%;
          max-width: 320px;
          height: auto;
        }
   #mainNav .navbar-brand img::selection {
      background-color: transparent;
    }
   #mainNav .navbar-brand img::-moz-selection {
      background-color: transparent;
   }

   #mainNav .navbar-brand:hover {
      /*transform: scale(1.07);*/
      -webkit-animation: jello-horizontal 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
              animation: jello-horizontal 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   }

    @-webkit-keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }
    @keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }


    #mainNav .nav-login { display: block; }
    #mainNav .navbar-nav .nav-item .nav-link {
      font-family: 'Lato', Arial, sans-serif;
      font-weight: 400;
      font-size: 0.938em;
      letter-spacing: 0.04em;
      text-transform:none;
      padding: 5px 1.2em 14px 1.1em;
      margin-top: 14px;
      color: #58595b;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link::selection {
      background-color: transparent;
    }
    #mainNav .navbar-nav .nav-item .nav-link::-moz-selection {
      background-color: transparent;
    }
/*    #mainNav .navbar-nav .nav-item.nav-last .nav-link {
      padding-right: 1.6em; 
    }*/
    #mainNav .navbar-nav .nav-item.nav-social .nav-link {
      padding-top: 4px; 
    }
        #mainNav .navbar-nav .nav-item .nav-link.active,
        #mainNav .navbar-nav .nav-item .nav-link:hover {
          color: #f3b32f;
          text-shadow: 1px 1px 12px rgba(255, 255, 255, 0.6);
        }
        #mainNav .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
          color: #444;
        }

/*   --------- Underline on hover ------- */
/*     #mainNav .navbar-nav .nav-item .nav-link::after {
            content: '';
            display: block;
            width: 2px;
            height: 3px;
            background: #f3b32f;
            opacity: 0;
            transition: width .3s;
        }
        #mainNav .navbar-nav .nav-item .nav-link:hover::after {
            width: 100%;
            opacity: 1;
        }*/
    #mainNav .dropdown-toggle::after {
        border-top: none;
        border-right: none;
        border-left: none;
        margin-left: 0;
    }
    #mainNav.navbar-shrink {
      position: fixed;
      top:0;
      left: 0;
      z-index: 1030;
      padding-bottom: 0;
      height: 58px;
      background-color: #ffffff;
     -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
      -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
      box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
    }
        #mainNav.navbar-shrink .navbar-brand {
          width: 273px;
        }
        #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
            font-size: 0.82em;
            letter-spacing: 0.06em;
            padding-top: 5px;
        }
        .small-logo {
          width: 230px !important;
          margin-top: 2px !important;
        }
        #mainNav.navbar-shrink .navbar-brand.small-logo {
          width: 190px !important;
          /*margin-top: 2px !important;
          border:1px red dotted !important;*/
        }

    /* ----- Menu shows on hover  ---- */
    @media screen and (min-width: 993px){
      .dropdown:hover .dropdown-menu {
            display: block;
       }
    }

    #mainNav .dropdown-menu {
      top: 45px;
      margin-top: 10px;
      color: #ffffff;
      border: none;
      border-radius: 12px;
      background-color: #f3b22e;
      padding: 16px 8px 24px 8px;
      -webkit-box-shadow: 2px 10px 12px 0px rgba(0,0,0,0.45);
      -moz-box-shadow: 2px 10px 12px 0px rgba(0,0,0,0.45);
      box-shadow: 2px 10px 12px 0px rgba(0,0,0,0.45);
    }
    #mainNav .dropdown-menu:before {
      content: "";
      border-bottom: 10px solid #f3b22e;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      position: absolute;
      top: -10px;
      left: 36px;
    }
    #mainNav .dropdown-item {
      font-size: 0.95em;
      padding: .4em 1.3em;
      margin-top: 1.0em;
      margin-bottom: 0.8em;
      color: #ffffff;
    }
    #mainNav .dropdown-item:focus,
    #mainNav .dropdown-item:hover {
      color: #ffffff;
      text-decoration: none;
      background-color: #f28b50;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      border: none;
    }

.drop-anim {
  -webkit-animation: dropMenu 0.75s cubic-bezier(0.785, 0.135, 0.150, 0.860) both;
          animation: dropMenu 0.75s cubic-bezier(0.785, 0.135, 0.150, 0.860) both;
}

@-webkit-keyframes dropMenu {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes dropMenu {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}





/* ----  Search  ----- */
.bt-search {
  background-color: transparent;
  border: none;
}
.bt-close-search {
  background-color: transparent;
  border: none;
  display: none;
  cursor: pointer;
}
    .bt-search:hover, .bt-search:focus, .bt-search:visited,
    .bt-close-search:hover, .bt-close-search:focus, .bt-close-search:visited {
      border: none;
      outline: none;
    }

.ic_search {
  fill: #777;
  width: 18px;
  height: 18px;
  margin-left: 1em;
  margin-right: 1em;
}
.ic_search:hover {
  fill: #f3b32f;
}
#searchbox {
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  background: #f3b32f;
  top: 76px;
  left: -100%;
  padding: 24px;
  opacity: 0.6;
  text-align: center;
  font: 1em 'Lato', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.24);
  -moz-box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.24);
  box-shadow: inset 0px 10px 12px -7px rgba(0,0,0,0.24);

  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -webkit-transform .3s, opacity .3s;
  -ms-transition: -webkit-transform .3s, opacity .3s;
  -o-transition: -webkit-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}

#searchbox.navbar-shrink {
  top: 58px;
}
#searchbox form {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  -webkit-transition: all .3s 0s;
  -moz-transition: all .3s 0s;
  -ms-transition: all .3s 0s;
  -o-transition: all .3s 0s;
  transition: all .3s 0s;
}
#searchbox form input[type="text"] {
  width: 40%;
  left: 30%;
  padding: 10px 20px 3px 16px;
  border: none;
  border-bottom: 2px #ffffff solid;
  outline: none;
  font-family: 'Lato', sans-serif;
  font-size: 1.2em;
  background-color: transparent;
  color: #ffffff;
}
#searchbox form input::placeholder {
  color: #ffffff;
}
#searchbox.opensearch {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s, opacity .5s;
  -moz-transition: -webkit-transform .3s, opacity .5s;
  -ms-transition: -webkit-transform .3s, opacity .5s;
  -o-transition: -webkit-transform .3s, opacity .5s;
  transition: transform .3s, opacity .5s;
}
#searchbox.opensearch form {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all .4s .4s;
}

#searchbox [type=submit] {
  font-size: 1.2em;
  color: #ffffff;
  background-color: transparent;
  border:none;
  outline: none;
  padding-top: 15px;
  padding-bottom: 0;
  transition: transform 0.2s linear;
}
#searchbox [type=submit]:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 640px) {
  #searchbox form input[type="text"] {
  width: 70%;
  left: 15%;
  }
}
#searchbox button.close {
  color: #ffffff;
  text-shadow: none;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  position: absolute;
  top:3px;
  right: 50px;
  opacity: .7;
  transition: transform 0.2s linear;
}
#searchbox button.close:hover,
#searchbox button.close:focus {
  opacity: 1;
  outline: none;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.topic-line {
  list-style: none;
  padding: 0;
  height: auto;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
    .topic-line::-webkit-scrollbar {
      width: 8px;
      position: relative;
    }
    .topic-line::-webkit-scrollbar-track {
      background-color: #11CD65;
    }
    .topic-line::-webkit-scrollbar-thumb {
      background-color: #ffffff;
      border-radius: 4px;
    }
    .topic-line::-webkit-scrollbar-thumb:hover {
        background-color: #ffffff;
    }

.topic-line li {
  margin-bottom: 0.7em;
  display: inline-block;
  float: left;
  width: 50%;
  padding-right: 18px;
}
.topic-line li a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  font-style: italic;
  line-height: 0.94em;
  color:#ffffff;
  border-bottom: 1px transparent dotted;
}
.topic-line li a:hover {
  border-bottom: 1px #ffffff solid;
}



/* --------  FOOTER  --------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.footer-sun {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  bottom: 30px;
  left: 20%;
  /*background-color: #f3b32f;*/
  background-color: rgba(243,179,47,.35);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 900;
}
.footer-top {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: transparent url('../img/grass.png') top center no-repeat;
  z-index: 910;
}
.footer-top img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.footer-cont {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 24px;
  background-color: #f28b50;
  z-index: 920;
}
footer p,
footer p a,
footer a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}
footer p a:hover {
  color: #FDCD39;
  border-bottom: 2px #FDCD39 solid;
}
footer .legal-txt p {
  font-size: 0.82em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
}
footer .email-block a {
  color:#ffffff;
  text-decoration: underline;
}

.single-page .grid-title {
  margin-bottom: 0;
}
.single-page .grid-title h4 {
  font-size: 1.15em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #484750;
  text-align: center;
  margin-bottom: 0;
}

#page-contents.single.results h1 {
  font-family: 'Raleway', sans-serif;
}
#page-contents.single.results h4 {
  margin-bottom: 0;
}

.block-search-results h2 {
  text-align: center;
}

/*------------- PAGINATION ------------*/
.pagination {
  margin-top: 1.8em;
  margin-bottom: 2em;
}
.page-link {
  padding: .55em .95em;
  min-width: 42px;
  min-height: 40px;
  margin-left: 10px;
  line-height: 1.25;
  font-weight: 400;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 3px 8px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 1px 3px 8px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 1px 3px 8px 0 rgba(50, 50, 50, 0.2);
  transition: transform 0.4s ease;
}
.page-link:hover {
  color: #ffffff;
  background-color: #f3b32f;
  border: 1px solid #f3b32f;
  -webkit-box-shadow: 1px 3px 5px 0 rgba(50, 50, 50, 0.24);
  -moz-box-shadow: 1px 3px 5px 0 rgba(50, 50, 50, 0.24);
  box-shadow: 1px 3px 5px 0 rgba(50, 50, 50, 0.24);
    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  font-size: 0.875em;
  padding: .7em 1.1em;
}
    .page-item:first-child .page-link {
      margin-right: 7px;
    }
    .page-item:last-child .page-link {
      margin-left: 15px;
    }
.page-item.disabled .page-link {
    color: #cdcdcd;
    border-color: #ffffff;
}
.page-item a.current.page-link {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.15);
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0074a7;
    border-color: #0074a7;
}
.page-count {
    display: none;
    font-size: 0.875em;
    text-align: center;
}


/* ------- MODALS ---------- */
.modal-header {
  padding: 14px 8px 0 0;
  border: none;
}
.modal-content {
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);
  box-shadow: 0 2px 18px 8px rgba(0,0,0,0.24);
}
#suscribeModal {
  z-index: 1170;
}
#suscribeModal .modal-content {
  padding: 0 24px 24px 24px;
  background: #ffdd00 url('../img/bg_contact.jpg') top center repeat-y;
}
#suscribeModal .ctextcol {
  padding: 0 0.7em 0 2.6em;
}
#suscribeModal h4 {
  font-size: 2.0em;
  color: #000000;
  margin-top: 0.4em;
  margin-bottom: 0.75em;
}
#suscribeModal h5 {
  font: 800 1.3em 'Lato', Arial, sans-serif;
  color: #58595b;
  margin-bottom: 0.75em;
}
#suscribeModal h5 span {
  display: block;
  font-weight: 800;
  color: #0074a7;
  margin-bottom: 1.7em;
}
.modal-backdrop {
  background-color:#ffffff;
}
.modal-backdrop.show {
  opacity: .7;
}
#suscribeModal h4 {
  font-size: 1.8em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 1.3em;
  text-align: left;
}
#suscribeModal h5 {
  text-align: left;
  font-size:1.1em;
}
#suscribeModal h5 span {
  font-size:1.3em;
}
#suscribeModal h5 a {
  color: #000000;
  font-weight: 400;
}
#suscribeModal h5 a:hover {
  color: #00AEEF;
}
.modal#suscribeModal p {
  font-size: 0.938em;
  color: #000000;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 1.1em;
}
.modal#suscribeModal p a {
  color: #000000;
  font-weight: 400;
}
#suscribeModal button.close {
  font-size: 2.0em;
}
#suscribeModal button.close:focus {
  border: 0;
  outline: 0;
}
#suscribeModal a.social-icon:first-child {
  margin-left: -2px;
}
#suscribeModal a.social-icon svg {
  fill: #000;
  width: 18px;
}
#suscribeModal a.social-icon svg:hover  {
  fill: #ffffff;
}
#suscribeModal .block-content-form {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
#suscribeModal .ln-form {
  padding-top: 2.0em;
  padding-right: 18px;
}
#suscribeModal input {
  color:#ffffff;
}
#suscribeModal .ln-form label {
  color:#ffffff;
}
#suscribeModal .gi-form-field:placeholder-shown ~ .gi-form-label {
  font-size: 0.938em;
}
#suscribeModal .gi-form-field:focus ~ .gi-form-label suscribeModal  font-size: 0.80em;
}
#suscribeModal .ln-form .gi-form-field {
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
#suscribeModal .legaltxt p {
  font-size: 0.8em;
  color: #ffffff;
  text-align: center;
}
#suscribeModal .legaltxt p a:hover {
    border-bottom: 2px #ffdd00 solid;
}
#suscribeModal .btn-hv-cta2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.container-fluid.nopad {
  padding-right: 0;
  padding-left: 0;
}
#suscribeModal .form-control.gi-textarea {
    color:#ffffff;
    background-image: linear-gradient(0deg,#ffffff 2px,rgba(0,174,239,0) 0),linear-gradient(0deg,#ffffff 1px,transparent 0);
}
#suscribeModal .form-control.gi-textarea:focus {
    color: #ffffff;
    outline: 0;
    box-shadow: none;
    background-image: linear-gradient(0deg,#ffdd00 2px,rgba(0,174,239,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}
#suscribeModal .form-control.gi-textarea::placeholder {
  font-size: 0.938em;
  color: #ffffff;
}
#suscribeModal .form-control.gi-textarea:focus::placeholder  {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 400;
}

/* ------- COOKIES CONSENT -------- */
#cookieconsent {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  background-color: transparent;
  padding: 12px 15px;
}
#cookieconsent .container-fluid{
  background-color: #ffdd00;
  padding: 12px 32px;
  border-radius: 22px;
  -webkit-box-shadow: 0 4px 14px 2px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 4px 14px 2px rgba(0,0,0,0.24);
  box-shadow: 0 4px 14px 2px rgba(0,0,0,0.24);
}
#cookieconsent h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}
#cookieconsent p {
  font-size: 0.938em;
  color: #000;
  margin-bottom: 0;
  line-height: normal;
}
#cookieconsent .btn-hv-cta {
color:#ffffff;
}
.grecaptcha-badge {
  visibility: collapse !important;
}

/* IE10+ exceptions */
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      #contactoModal .ln-form .gi-form-field:-ms-input-placeholder {
        color:transparent;
      }
    }


/* -----  BG ANIMATIONS ------ */
.bg-ball-one {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 85%;
  left: 18%;
  background-color: rgba(243,179,47,.55);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.bg-ball-two {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 185%;
  left: 32%;
  background-color: rgba(243,179,47,.35);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.bg-ball-three {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 140%;
  left: 65%;
  background-color: rgba(243,179,47,.40);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.bg-ball-four {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 340%;
  left: 64%;
  background-color: rgba(243,179,47,.35);;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 3500;
}

/* -----  SHARING ------ */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.17em 0.4em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #58595b;
}

.resp-sharing-button--twitter:hover {
  background-color: #f28b50;
}

.resp-sharing-button--facebook {
  background-color: #58595b;
}

.resp-sharing-button--facebook:hover {
  background-color: #f28b50;
}

.resp-sharing-button--reddit {
  background-color: #58595b
}

.resp-sharing-button--reddit:hover {
  background-color: #f28b50;
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #f28b50;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #f28b50;
}

.resp-sharing-button--email {
  background-color: #777;
}

.resp-sharing-button--email:hover {
  background-color: #f28b50;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #f28b50;
}

.resp-sharing-button--facebook {
  background-color: #58595b;
  border-color: #58595b;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #f28b50;
  border-color: #f28b50;
}

.resp-sharing-button--twitter {
  background-color: #58595b;
  border-color: #58595b;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #f28b50;
  border-color: #f28b50;
}
.resp-sharing-button--email {
  background-color: #58595b;
  border-color: #58595b;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #f28b50;
  border-color: #f28b50;
}

.resp-sharing-button--linkedin {
  background-color: #58595b;
  border-color: #58595b;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #f28b50;
  border-color: #f28b50;
}

.resp-sharing-button--whatsapp {
  background-color: #58595b;
  border-color: #58595b;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #f28b50;
  border-color: #f28b50;
}


/* ----- GALLERY  -------- */
.thumb{
    margin-bottom: 30px;
}
.page-top{
    margin-top:85px;
}
img.gal-zoom {
    width: 100%;
    height: auto;
    min-height: 180px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.item-transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }


/* ------- CONTACT FORM -------- */

.contact2-form input {
  outline: none;
  border: none;
  background-color: transparent;
}

.contact2-form textarea {
  outline: none;
  border: none;
  background-color: transparent;
}
.contact2-form textarea:focus, .contact2-form input:focus {
  border-color: transparent !important;
}
.contact2-form .legal-txt {
  font-size: 0.938em;
  text-align: center;
  margin-top: 2em;
  padding: 0 24px;
  color: #ffffff;
}
.contact2-form .legal-txt a {
  color: #ffffff;
  text-decoration: underline;
}
.contact2-form .btn-gi {
  font-size: 1em;
  padding: 0.9em 1.9em 1em 1.9em;
}
.contact2-form .btn-gi:hover {
  color: #f3b32e;
  background-color:#ffffff ;
}

.bg-contact2 {
  width: 100%;  
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.container-contact2 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(219,21,99,0.8);
  background: -webkit-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: -o-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: -moz-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
  background: linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
}
.wrap-contact2 {
  width: 100%;
  max-width: 790px;
  background: #f28b50;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 42px;
}
.contact2-form {
  width: 100%;
}
.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 37px;
}
.input2 {
  display: block;
  width: 100%;
  font-size: 1.4em;
  color: #ffffff;
  line-height: 1.2;
}
.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #f3b32f;
  background: -webkit-linear-gradient(45deg, #f3b32f, #ffffff);
  background: -o-linear-gradient(45deg, #f3b32f, #ffffff);
  background: -moz-linear-gradient(45deg, #f3b32f, #ffffff);
  background: linear-gradient(45deg, #f3b32f, #ffffff);
}
.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 0.938em;
  color: #ffffff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}
textarea.input2 {
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}
textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}
.input2:focus + .focus-input2::after {
  top: -13px;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

/*----------- [ Alert validate ] ----------*/

.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid red;
  border-radius: 8px;
  padding: 4px 35px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  color: red;
  font-size: 1.0em;
  font-style: italic;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*----------- TICKETS ----------*/
.paylogo {
  text-align: center;
  margin-top: 50px;
}
.paylogo img {
  max-width: 180px;
  height: auto;
}
#pay-form {
  margin-top: 50px;
  text-align: center;
}
@media (max-width:600px) {
  #pay-form {
    margin-top: 40px;
  }
}
#pay-form h1 {
    font-family: 'Raleway', Arial, sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.4em !important;
    line-height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #f28b50 !important;
}
#pay-form h1::after {
    display:none !important;
}




