* {
  font-family: "Roboto Condensed", sans-serif;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: .7;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

video {
  height: auto;
}

html, body {
  overflow-x: hidden !important;
  background: #0c0c0c;
  color: #FFFFFF;
}

body {
  position: relative;
}

/* removes modal slide from up */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

.jalign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, .h1, h2, .h2 {
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 77px;
  line-height: 72px;
  padding-bottom: 10px;
  padding-top: 5px;
}

h1 span, .h1 span, h2 span, .h2 span {
  font-family: "Oswald", sans-serif;
}

h1 b, .h1 b, h2 b, .h2 b {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}

h3, .h3 {
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

h3 span, .h3 span {
  font-family: "Roboto", sans-serif;
}

p, ul {
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 21px;
}

ul li {
  margin: 0;
}

.logo-container {
  background: transparent;
  padding: 25px;
  width: 150px;
}

.logo-container .logo {
  width: 100%;
}

.main-menu {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #0c0c0c;
}

.main-menu .langs a {
  text-decoration: none;
}

.main-menu .langs .flag {
  height: 15px;
}

.main-menu .desktop-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu .desktop-menu ul li {
  margin: 0px 40px;
  text-align: left;
  text-transform: uppercase;
  border-left: 4px solid #57C0DD;
  padding-left: 10px;
  line-height: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu .desktop-menu ul li a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  line-height: 21px;
  font-size: 18px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-menu .desktop-menu ul:hover li {
  opacity: .7;
}

.main-menu .desktop-menu ul:hover li:hover {
  opacity: 1;
}

.sub-nav {
  display: none;
  position: absolute;
  background: #0c0c0c;
  padding: 0px 25px;
  padding-bottom: 25px;
  padding-top: 20px;
}

.sub-nav ul {
  display: block !important;
}

.sub-nav ul li {
  margin: 0 !important;
  padding: 8px 0px !important;
  border: 0 !important;
}

.has-children span {
  font-size: 28px;
  position: relative;
  left: 25px;
  color: #FFFFFF;
}

.modal-body .sub-nav {
  position: relative !important;
  background: transparent !important;
  padding: 0px 25px !important;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
  padding-left: 15px !important;
}

.modal-body .sub-nav li a {
  font-size: 21px !important;
}

.has-children:hover .sub-nav {
  display: block !important;
}

.has-children span:hover .sub-nav {
  display: block !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators {
  margin-bottom: -50px;
}

.carousel-indicators .active {
  background-color: #57C0DD;
}

.mobile-menu {
  display: none;
  text-align: right;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-content br {
  display: none;
}

.modal-content .modal-body ul {
  list-style: none;
  text-align: left;
}

.modal-content .modal-body ul li {
  margin-top: 1rem;
}

.modal-content .modal-body ul li a {
  color: #0A387A;
}

.modal-content .modal-dialog {
  max-width: 100% !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content .modal-header {
  border-bottom: 0px solid #0A387A;
}

.modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  background-color: #0A387A;
}

.modal-dialog .modal-content {
  background-color: #0A387A;
}

.modal-dialog .modal-content .logo {
  width: 150px;
}

.modal-dialog .modal-content .modal-header {
  padding: 25px;
}

.modal-content .modal-body ul {
  padding-left: 15px;
}

.modal-content .modal-body ul li {
  border-left: 2px solid #57C0DD;
  border-right: none;
  padding-right: 15px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.modal-content .modal-body ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 28px;
}

.modal-header .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn-main {
  background-color: #0A387A;
  color: #FFFFFF;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 800;
  font-size: 21px;
}

.btn-main:hover {
  background-color: #1F6CA8;
  color: #FFFFFF;
}

.top-layer {
  position: relative;
  z-index: 100;
}

.btn-menu {
  background: #0A387A;
  color: #FFFFFF;
  border-radius: 0;
  font-size: 21px;
}

.d-across {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.section-01 {
  padding: 75px 25px;
  padding-top: 100px;
  background-color: transparent;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.section-01 .bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
}

.section-01 .bg-02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.section-01 .section-header-01 {
  padding: 25px;
  width: 550px;
}

.section-01 .section-header-01 h1 {
  letter-spacing: 2px;
  line-height: 82px;
  padding-bottom: 125px;
}

.section-01 .section-header-01 p {
  opacity: .7 !important;
}

.home .section-01 {
  padding-top: 550px;
}

.section-02 {
  padding: 75px 25px;
  padding-bottom: 100px;
  background: #0c0c0c;
  position: relative;
  z-index: 10;
}

.section-02 .bg-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.section-header-02 h2, .section-header-02 .h2 {
  font-size: 62px;
  line-height: 62px;
  color: #FFFFFF;
}

.section-header-02 h2 span, .section-header-02 .h2 span {
  color: #FFFFFF;
}

.section-header-02 h3 {
  color: #FFFFFF;
}

.section-header-03 h2 {
  font-size: 54px;
  line-height: 58px;
  color: #0c0c0c;
}

.section-header-03 h2 span {
  color: #0c0c0c;
}

.section-03 {
  padding: 100px 25px;
  background-color: #FFFFFF;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-03 .news-post {
  padding-bottom: 20px;
}

.section-03 .news-post .content h2 {
  color: #0c0c0c;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 0;
}

.section-03 .news-post .content h3 {
  font-size: 16px;
}

.section-03 .news-post .content p {
  font-size: 16px;
}

.section-03 .news-post:hover {
  cursor: pointer;
}

.section-03 h2, .section-03 h2 span, .section-03 p {
  color: #0c0c0c;
}

.section-03 .section-header-03 h2 {
  color: #FFFFFF;
}

.section-03 .section-header-03 h2 span {
  color: #0c0c0c;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 70px solid #0c0c0c;
  position: absolute;
  margin: auto;
  left: 25%;
  right: 25%;
  top: 0;
}

.footer {
  padding: 75px 25px;
  position: relative;
}

.footer .footer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer ul {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
}

.footer ul li {
  border-right: 2px solid #57C0DD;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 21px;
}

.footer ul li:last-child {
  border-right: 0;
}

.footer ul:hover li {
  opacity: .7;
}

.footer ul:hover li:hover {
  opacity: 1;
}

.footer p {
  line-height: 18px;
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
}

.footer .copyright {
  opacity: .7;
  padding-top: 50px;
}

.footer .copyright p {
  font-size: 18px;
  font-style: italic;
}

.section-01.page-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url("../images/peoplebg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/peoplebg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}

.section-01.page-01 .section-header-03 h2 {
  color: #FFFFFF;
}

.section-01.page-01 .section-header-03 h2 span {
  color: #FFFFFF;
}

.section-04 {
  padding: 50px 0px;
}

.section-04 .team-card-container {
  padding: 50px 25px;
  padding-bottom: 0px;
}

.section-04 .team-card {
  text-align: center;
  background: whitesmoke;
  color: #0c0c0c;
  padding: 10px;
  height: 100%;
}

.section-04 .team-card .member-info {
  padding: 25px;
  padding-top: 0;
}

.section-04 .team-card .member-name h2 {
  color: #0c0c0c;
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 15px;
}

.section-04 .team-card .member-name h2 span {
  color: #0A387A;
}

.section-04 .team-card .member-title p {
  font-weight: 800;
  font-size: 24px;
  padding-top: 10px;
}

.section-04 .team-card .member-description p {
  font-size: 16px;
  font-weight: 800;
}

.section-04 .connect {
  padding-top: 15px;
}

.section-04 .connect a {
  text-decoration: none;
  margin: 0px 5px;
  font-size: 16px;
}

.section-04 .connect a .bi {
  background: #1F6CA8;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFFFFF;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.section-04 .connect a:hover .bi {
  background: #0A387A;
}

.color-primary {
  color: #0A387A !important;
}

.color-secondary {
  color: #1F6CA8 !important;
}

.color-tertiary {
  color: #57C0DD !important;
}

.color-white {
  color: #FFFFFF !important;
}

.section-01.page-02 .video-section {
  padding: 56.25% 0 0 0;
  position: relative;
  margin: 45px 0px;
}

.section-01.page-02 .video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-05 .section-header-04 {
  background: #0A387A;
  padding: 15px;
}

.section-05 .section-header-04 h2 {
  font-size: 52px;
  padding: 0;
}

.section-05 .gallery-01 {
  padding: 50px 0px;
}

.section-05 .section-schedule {
  padding: 50px 0px;
  padding-bottom: 0px;
}

.section-05 .section-schedule h2 {
  font-size: 38px;
  line-height: 40px;
  margin: 0;
}

.section-05 .section-schedule h3 {
  margin-bottom: 5px;
}

.section-05 .section-schedule p {
  font-size: 21px;
  line-height: 28px;
}

.section-05 .section-schedule a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 4px solid;
  padding-bottom: 4px;
}

.section-05 .section-cta {
  padding: 75px 25px;
}

.section-05 .section-cta h2 {
  font-size: 58px;
  line-height: 62px;
  padding: 0;
  margin: 0;
}

.section-05 .section-cta h2 span {
  border-bottom: 4px solid #57C0DD;
}

.section-05 .section-cta .btn-main {
  border-radius: 0;
  padding: 15px 35px;
  font-size: 24px;
  margin-left: 25px;
  margin-right: 25px;
}

.section-06 {
  background: #FFFFFF;
  padding: 35px 25px;
  padding-bottom: 65px;
}

.section-06 h2 {
  font-size: 36px;
  margin: 0;
  color: #0A387A;
}

.section-06 a {
  color: #0c0c0c;
  text-decoration: none;
  font-weight: 800;
  font-size: 21px;
  border-bottom: 3px solid #57C0DD;
  padding-bottom: 5px;
}

.section-07 .event {
  border-bottom: 1px solid #25535f;
  margin-bottom: 25px;
}

.section-07 .day p {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.section-07 .month p {
  margin-right: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.section-07 .event-title {
  padding-left: 25px;
}

.section-07 .event-title p {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
}

.section-07 .event-title p span {
  color: #FFFFFF;
  opacity: .8;
  font-size: 21px;
}

.section-07 .event-loc-time p {
  line-height: 21px;
}

.section-07 .event-loc-time span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}

.et-border {
  border-left: 2px solid #25535f;
}

.section-header-03 h2.smaller {
  font-size: 32px;
  line-height: 34px;
}

.section-08 .padding {
  padding-right: 100px;
}

.section-08 .capitalize {
  text-transform: capitalize;
  font-size: 36px;
}

.section-08 .contact-title {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

.section-08 .bi {
  font-size: 28px;
  color: #57C0DD;
}

.section-08 a {
  color: #FFFFFF;
  text-decoration: none;
}

.section-09 {
  padding: 50px 25px;
  background: url("../images/patternbg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-09 .archive-post {
  background: whitesmoke;
  border-bottom: 6px solid #1F6CA8;
  margin-bottom: 35px;
}

.section-09 .archive-post-info {
  padding: 25px;
}

.section-09 .archive-post-info h2 {
  color: #0c0c0c;
  font-size: 42px;
  line-height: 45px;
  text-transform: none;
  font-weight: 800;
}

.section-09 .archive-post-info p {
  color: #0c0c0c;
  font-size: 16px;
}

.section-09 .archive-post-info .btn-main {
  font-size: 16px;
}

.section-09 .archive-post-info .share {
  color: #0c0c0c;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid black;
  padding-bottom: 5px;
  font-weight: 800;
  position: relative;
  top: -5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-09 .archive-post-info .share:hover {
  color: #1F6CA8;
  border-bottom: 2px solid #0A387A;
}

.section-09 .date {
  background: #1F6CA8;
  width: 50px;
  position: relative;
  top: 15px;
  left: 15px;
  padding: 5px;
  height: 50px;
}

.section-09 .date p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.section-09 .date p.day {
  font-size: 25px;
}

.section-10 {
  padding-top: 200px;
  padding-bottom: 50px;
}

.section-10 .post-ft-image {
  min-height: 500px;
  padding: 35px;
  position: relative;
}

.section-10 .post-header {
  position: absolute;
  bottom: 25px;
  width: 90%;
}

.section-10 .post-header h1 {
  text-transform: none;
  margin-bottom: 25px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
}

.section-11 {
  padding: 0px 25px;
}

.section-11 .bi {
  background: #57C0DD;
  padding: 10px;
  border-radius: 50px;
  color: #0c0c0c;
  line-height: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.section-11 .bi:hover {
  background: #0A387A;
  color: #FFFFFF;
}

.section-12 {
  margin-top: 25px;
}

h2.attraction-cat-title {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
}

.section-07.attractions-list .event {
  margin-bottom: 0;
}

.video-section iframe {
  width: 100%;
}

.news-post-img {
  height: 135px !important;
}

.section-cta {
  padding: 45px 0px;
}

.play-btn i {
  font-size: 100px;
}

.play-btn:hover {
  cursor: pointer;
}

#videoModal .modal-dialog, #videoModal .modal-dialog .modal-content {
  background-color: #0c0c0c !important;
}

/* WordPress */
.widget {
  list-style: none;
  list-style-type: none;
}

.menu-item-has-children .sub-menu {
  display: none;
  padding: 1rem 1.5rem;
  position: absolute;
  z-index: 20;
  background: #FFFFFF;
  text-align: left;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu-item-has-children .sub-menu li {
  margin-left: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.slider-feature .slider-ft-post {
  width: 100%;
  height: 450px;
  position: relative;
}

.slider-feature .slider-title {
  position: absolute;
  left: 100px;
  bottom: 25px;
  text-align: left;
}

.slider-feature .slider-ft-post .bi {
  color: #57C0DD;
}

.slider-feature .slider-ft-post:hover {
  cursor: pointer;
}

.slider-bg-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.slider-bg-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample2.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.slider-bg-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample3.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.slider-bg-04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample4.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.slider-bg-05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample6.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.slider-bg-06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.65))), url("../images/sample7.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65)), url("../images/sample7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.page-id-1004 .section-07 .event-title {
  border-left: 0px solid #25535f;
  padding-left: 0px;
}

.page-id-1004 .section-07 .event-title h2 {
  font-size: 48px;
}

.fbx-inner {
  width: 90% !important;
  height: 85% !important;
  margin: auto !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}

.fbx-item-current img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fg-image-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.foogallery.fg-border-thin .fg-item-inner {
  border-width: 1px;
  width: 100%;
  height: 200px;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.custom-modal {
  position: relative;
  width: 125%;
  left: -13%;
  margin-top: -10%;
}

.custom-modal .btn {
  font-size: 64px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.custom-modal .btn:hover {
  background-color: transparent;
  border: none;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
  outline: none;
}

.custom-modal .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-modal .btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.custom-modal .modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0 !important;
  background: white;
  border-bottom: 0px solid #aaa;
  border-radius: 4px;
  border: 0;
  background-clip: padding-box;
}

.custom-modal footer {
  position: absolute;
  z-index: 10000;
  right: 0px;
  top: -332px;
}

.custom-modal .play-btn .btn {
  background: transparent !important;
}

.custom-modal .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.custom-modal #popup1 {
  top: -600px !important;
  position: relative !important;
  font-size: 28px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-modal video {
  top: 0;
  height: auto;
  transform: none;
  -webkit-transform: none;
  left: 0;
}

.custom-modal header {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 4px;
}

.custom-modal header a {
  color: black;
  background: white;
  padding: 8px 15px;
  text-decoration: none;
}

.js-open-modal i {
  color: #FFFFFF !important;
}

.section-03 .section-header-03 h2, .section-03 .news-post .content h3 {
  color: #0c0c0c;
}

.page-id-973 .section-header-03 h2, .page-id-973 .section-03 .news-post .content h3,
.page-id-973 .section-header-03 h2 span {
  color: #FFFFFF;
}

.home .section-header-02 h3 {
  color: #0c0c0c;
}

.single-post .section-10 {
  padding-top: 25px;
}

.page-id-967 .section-header-03 h2, .page-template .section-header-03 h2 {
  color: white;
}

.page-id-967 .section-header-03 h2 span, .page-template .section-header-03 h2 span {
  color: white;
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */