/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
address, dl, fieldset, figure, ol, p, pre, ul.jl-list {
  margin: 0 0 20px 0;
}
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.jl-link {
  color: #92b692;
}
.jl-link:hover, .jl-link:focus, .jl-link:active {
  color: #73a273;
}
a.jl-link-heading:hover, .jl-link-heading a:hover, .jl-link-toggle:hover .jl-link-heading, .jl-link-toggle:focus .jl-link-heading, .jl-button-link, .jl-alert-primary, .jl-nav-default > li > a:hover, .jl-nav-default > li > a:focus, .jl-nav-default > li.jl-active > a, .jl-nav-default .jl-nav-sub a:hover, .jl-nav-default .jl-nav-sub a:focus, .jl-nav-default .jl-nav-sub li.jl-active > a, .jl-nav-primary > li > a:hover, .jl-nav-primary > li > a:focus, .jl-nav-primary > li.jl-active > a, .jl-nav-primary .jl-nav-sub a:hover, .jl-nav-primary .jl-nav-sub a:focus, .jl-nav-primary .jl-nav-sub li.jl-active > a, .jl-subnav > * > a:hover, .jl-subnav > * > a:focus, .jl-subnav > .jl-active > a {
  color: #92b692;
}
.jl-list-primary > ::before {
  color: #92b692 !important;
}
.jl-input:focus, .jl-select:focus, .jl-textarea:focus, .jl-radio:focus, .jl-checkbox:focus, .jl-tab > .jl-active > a {
  border-color: #92b692;
}
.jl-radio:checked, .jl-checkbox:checked, .jl-checkbox:indeterminate, .jl-button-primary, .jl-card-primary.jl-card-hover:hover {
  background-color: #92b692;
}
.jl-button-primary:hover, .jl-button-primary:focus {
  background-color: #73a273;
}
.jl-section-primary, .jl-tile-primary, .jl-card-primary, .jl-badge, .jl-label {
  background: #92b692;
}
.jl-notification-message-primary, .jl-subnav-pill > .jl-active > a {
  background-color: #92b692;
}
/* Active */
.jl-subnav-pill > .jl-active > a {
  color: #FFF;
}
.jl-text-primary, .jl-text-background {
  color: #92b692 !important;
}
@supports (-webkit-background-clip: text) {
  .jl-text-background {
    background-color: #92b692;
  }
}
.jl-background-primary {
  background-color: #92b692;
}
.jl-overlay-primary {
  background: rgba(146, 182, 146, 0.8);
}
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #92b692;
}
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #92b692;
  border-color: #92b692;
}
.jl-button-default:hover, .jl-button-default:focus, .jl-button-default:active {
  background-color: #92b692;
  border-color: #92b692;
  color: #ffffff;
}
.jl-card-primary > .tm-timeline-arrow {
  background-color: #92b692;
}
#jl-login-form input, .tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}
#jl-login-form .jl-form-icon, .tm-form-reset .jl-form-icon, .tm-form-remind .jl-form-icon, .tm-form-login .jl-form-icon, .tm-form-registration .jl-form-icon, .tm-form-profile-edit .jl-form-icon {
  height: 40px;
}
#jl-login-form .jl-checkbox, .tm-form-reset .jl-checkbox, .tm-form-remind .jl-checkbox, .tm-form-login .jl-checkbox, .tm-form-registration .jl-checkbox, .tm-form-profile-edit .jl-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
}
.tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  width: 100%;
}
.profile #users-profile-core .jl-description-list dd, .profile #users-profile-custom .jl-description-list dd {
  margin-left: 0;
}
.tm-tags a {
  text-transform: none;
}
.tm-tags a:hover, .tm-tags a:focus {
  color: #ffffff;
}
.jl-popup-login .jl-list {
  width: 300px;
  margin: 0 auto;
}
.jl-popup-login li {
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.back-to-top {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.tm-custom-icon .tm-share-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}
.tm-custom-icon .tm-share-icon a:hover {
  -webkit-filter: saturate(1.2) brightness(1.2);
  filter: saturate(1.2) brightness(1.2);
  color: #fff;
}
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #55acee;
}
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5999;
}
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077B5;
}
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25D366;
}
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
.tm-custom-icon .tm-share-icon .weibo {
  background-color: #df2029;
}
.tm-custom-icon .tm-share-icon .renren {
  background-color: #005EAC;
}
.tm-custom-icon .tm-share-icon .skype {
  background-color: #00AFF0;
}
.btn-video {
  text-align: center;
  height: 60px;
  width: 60px;
  background-color: #92b692;
  z-index: 1;
  font-size: 17px;
  color: #e6e6e6;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  transition: all 300ms linear 0ms;
}
.btn-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.btn-video:hover {
  color: #ffffff;
}
.tm-video-player {
  position: relative;
  line-height: 1;
}
.tm-video-player .btn-video {
  background-color: #92b692;
  box-shadow: 0 0 0 10px rgba(146, 182, 146, 0.25);
}
.tm-video-player .btn-video:hover {
  box-shadow: 0 0 0 20px rgba(146, 182, 146, 0.25);
}
.tm-video-item:hover .btn-video {
  box-shadow: 0 0 0 20px rgba(146, 182, 146, 0.25);
}
.tm-video-item:hover .btn-video i {
  color: #ffffff;
}
/*# sourceMappingURL=custom.css.map */