/****** PLACE YOUR CUSTOM STYLES HERE ******/

@media (max-width: 767px){
.play-button.large {
    margin-top: 0;
}
}
.btn-light {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #f89822;
  padding: 0 26px;
  height: 40px;
  min-width: 150px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  color: #f89822;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}
.btn-light:last-child,
.btn-light:last-of-type {
  margin-right: 0;
}
.btn-light:hover {
  background: #f89822;
  color: #fff;
  border: 2px solid #f89822;
}



/*!---------- 4. COLOURS ----------*/
.bg-primary {
  background: #292929 !important;
}
.bg-secondary {
  background: #f8f8f8;
}
.bg-tertiary {
  background: #f9981e;
}
.bg-white {
  background: #fff;
}
.bg-dark {
  background: #292929;
}
.color-body {
  color: #666;
}
.color-primary {
  color: #f9981e !important;
}
.color-red {
  color: #f9981e !important;
}
.color-white {
  color: #fff  !important;
}
.color-black {
  color: #000  !important;
}



      /* Ensure elements load hidden before scrollreveal runs */
      .sr .menuReveal { visibility: hidden; }
      .sr .upReveal { visibility: hidden; }
      .sr .twoReveal { visibility: hidden; }
      .sr .twosReveal { visibility: hidden; }




}
[data-sr] { visibility: hidden; }

.image-slider.height-50 .slides li {
  height: 50vh;
  min-height: 600px;
}
@media all and (max-width: 767px) {
  .image-slider.height-50 .slides li {
    height: auto;
    min-height: none !important;
    padding: 80px 0;
    max-height: 50%;
  }

  .image-slider.height-50 .v-align-transform {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

.foundry_modal .flex-direction-nav{ position: absolute !important; top: 50%; width: 100%; }
.modal-container .flex-direction-nav li a{ position: absolute !important; }
.foundry_modal .flex-direction-nav li{ width: 100%; }

.foundry_modal.full-width{ width: 80%; }

@media all and (min-width: 1501px){
  .foundry_modal.full-width{ width: 75%; }
}

.icon:hover {
	transition: all 0.3s ease;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  color: none;

  }

.index-icon:hover {
	transition: all 0.3s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  color: #000;

  }

  .flex-control-nav li {
  overflow: hidden;
}
.flex-control-nav li a {
  background: #c0c0c0;
  border: none;
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/*!---------- 12. ACCORDIONS ----------*/
.accordion .title {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.accordion li.active .content {
  max-height: 400px;
}
.accordion p:last-child {
  margin-bottom: 0;
}
.accordion-1 li {
  margin-bottom: 10px;
}
.accordion-1 li:last-child {
  margin-bottom: 0;
}
.accordion-1 .title {
  background: #363636;
  padding: 13px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.bg-secondary .accordion-1 .title {
  background: #ebebeb;
}
.bg-secondary .accordion-1 .title:hover {
  background: #e4e4e4;
}
.accordion-1 .title span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.accordion-1 .active .title {
  background: #f89822;
  color: #fff;
}
.accordion-1 .content {
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.accordion-1 .content p {
  padding: 13px;
}
.accordion-1 .active .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
}
.accordion-1 .title:hover {
  background: #f89822;
}
.accordion-1 .active .title:hover {
  background: #f89822;
}
.accordion-2 .title {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .7;
}
.accordion-2 .title:before {
  content: "\e622";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.accordion-2 .active .title {
  opacity: 1;
}
.accordion-2 .active .title:before {
  content: '\e61a';
}
.accordion-2 .content p {
  padding: 16px 0;
}
.accordion-2 .title:hover {
  opacity: 1;
}


/* Ensure elements load hidden before scrollreveal runs */
.one,
.two,
.three,
.four,
.five,
.menureveal,
.downreveal,
.box,
.boxd,
.upreveal,
.twos {
  visibility: hidden;
}
