#block-20  {
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;
    position: relative;
    overflow-x: hidden;
}
#block-20 * {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 979px) and (max-width: 1200px) {
  #block-20 .container {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #block-20 .container {
    padding: 0 15px;
  }
}

#block-20 .page-section {
  padding-bottom: 50px;
}
#block-20 div.pp_overlay {
  height: 100% !important;
  width: 100% !important;
  display: block !important;
  opacity: 0.8 !important;
}
#block-20 h3 {
  text-transform: uppercase;
  color: #374146;
}
#block-20 h4 {
  margin: 0 40px 40px 40px;
}
#block-20 .list-ul.text-md li {
  padding-top: 8px;
  padding-bottom: 8px;
}
#block-20 .list-ul.text-md .fa {
  font-size: 8px;
  top: 15px;
}
#block-20 .after-title {
  color: #787b80;
}

#block-20 a,
#block-20 a:hover,
#block-20 a:active,
#block-20 a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #9b2d30;
}
#block-20 a:hover,
#block-20 a:active,
#block-20 a:focus {
  color: #307cf0;
}
#block-20 p {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#block-20 ul {
  padding-left: 0;
  list-style: none;
}
#block-20 .list-ul {
  padding-left: 0;
}
#block-20 .list-ul li {
  position: relative;
  padding-left: 20px;
}
#block-20 .list-ul .fa {
  position: absolute;
  top: 3px;
  left: 0;
  color: #9b2d30;
}
#block-20 a i,
#block-20 a:hover i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-20 hr.page-divider {
  margin-top: 40px;
  margin-bottom: 40px;
}
#block-20 hr.page-divider.half {
  border-color: transparent;
  margin-top: 0;
}
#block-20 .btn {
  border-radius: 0;
}
#block-20 .btn-theme {
  color: #d2d2dc;
  background-color: transparent;
  border-width: 2px;
  border-color: #d2d2dc;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-20 .btn-theme:hover,
#block-20 .btn-theme:focus,
#block-20 .btn-theme:active {
  color: #ffffff;
  background-color: #d2d2dc;
  border-color: #d2d2dc;
}
#block-20 .btn-theme:active {
  background-image: none;
}
#block-20 .btn-theme-primary {
  color: #ffffff;
  background-color: #9b2d30;
  border-color: #9b2d30;
}
#block-20 .btn-theme-primary:focus,
#block-20 .btn-theme-primary:active,
#block-20 .btn-theme-primary:hover {
  background-color: #6b101c;
  border-color: #6b101c;
}
#block-20 .about-event .btn-theme-group .btn-theme {
  margin-right: 15px;
}
@media (max-width: 639px) {
  #block-20 .about-event .btn-theme-group{text-align: center;}
  #block-20 .about-event .btn-theme-group .btn-theme{
    margin: 10px;
  }
}
#block-20 .thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  border-color: #e9ecef;
}
#block-20 .thumbnail.no-border,
#block-20 .thumbnail.no-border:hover {
  border: none;
}
#block-20 .thumbnail > img {
  width: 100%;
}
#block-20 .do-hover .caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  background-color: #14a6ff;
  background-color: rgba(20, 166, 255, 0.5);
  color: #ffffff;
  opacity: 0;
}
#block-20 .caption-wrapper {
  width: 100%;
}
#block-20 .do-hover .caption-buttons a {
  color: #ffffff;
}
#block-20 .do-hover:hover .caption {
  opacity: 1;
  /* !!! */
}
#block-20 .do-hover:hover .img-responsive {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-20 .do-hover .caption-links {
  height: 60px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ffffff;
  margin: 0 5px;
}
#block-20 .do-hover .caption-links:hover {
  background-color: #000000;
}
#block-20 .do-hover .caption-links .fa {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin-top: 10px;
  text-align: center;
}
#block-20 .do-hover .img-responsive,
#block-20 .do-hover:hover .img-responsive,
#block-20 .do-hover .caption,
#block-20 .do-hover:hover .caption {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-20 .div-table,
#block-20 .div-cell {
  height: 100% !important;
  display: table !important;
  /*width: 100%;*/
}
#block-20 .div-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}
@media (max-width: 767px) {
  #block-20 .div-table,
  #block-20 .div-cell {
    width: 100% !important;
  }
}
#block-20 a,
#block-20 a:active,
#block-20 a:focus {
  outline: 0 !important;
}

@media (max-width: 480px) {
  #block-20 .about-event .btn-theme-group .btn-theme {
    width: 100%;
    margin: 5px 0;
  }
}


