/* 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
 */

/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, templates/g5_helium/custom/scss/_jlbacktotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  z-index: 9999;
}
@-webkit-keyframes fadeInRight {
  /* line 9, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 15, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 23, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 29, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 37, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  from {
    opacity: 1;
  }
  /* line 41, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 49, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  from {
    opacity: 1;
  }
  /* line 53, templates/g5_helium/custom/scss/_jlbacktotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 60, templates/g5_helium/custom/scss/_jlbacktotop.scss */
.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;
}
/* line 69, templates/g5_helium/custom/scss/_jlbacktotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 1, templates/g5_helium/custom/scss/_jlcalendar.scss */
/* line 2, templates/g5_helium/custom/scss/_jlcalendar.scss */
/* line 3, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-controls {
  text-align: center;
}
/* line 6, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-controls .clndr-previous-button, .tm-calendar .clndr .clndr-controls .clndr-next-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* line 14, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-controls .clndr-previous-button:hover, .tm-calendar .clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
/* line 19, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
/* line 24, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
/* line 30, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid {
  float: left;
  width: 65%;
}
/* line 34, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days-of-the-week {
  padding-left: 0;
  padding-right: 0;
}
/* line 38, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  text-align: center;
}
/* line 45, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days {
  width: 100%;
}
/* line 48, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day, .tm-calendar .clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  line-height: 80px;
  text-align: center;
  color: #4f4f4f;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ddd;
}
/* line 59, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.adjacent-month .day-number, .tm-calendar .clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
/* line 64, templates/g5_helium/custom/scss/_jlcalendar.scss */
/* line 65, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event {
  background: #fff;
  text-align: center;
}
/* line 69, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event .numberCircle {
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 75, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event .numberCircle span {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background 0.15s ease-out, color 0.15s ease-out;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}
/* line 92, templates/g5_helium/custom/scss/_jlcalendar.scss */
/* line 93, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event:hover span {
  background: #b34b4b;
  color: #fff;
}
/* line 100, templates/g5_helium/custom/scss/_jlcalendar.scss */
/* line 101, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.today span {
  display: inline-block;
  border: 2px solid #b34b4b;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 112, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .clndr .clndr-grid .days .day.today .day-number {
  color: #b34b4b;
}
/* line 121, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .jl-height-medium {
  height: 400px;
}
/* line 125, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .content-inner {
  padding: 20px;
  animation-name: jl-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/* line 132, templates/g5_helium/custom/scss/_jlcalendar.scss */
.tm-calendar .jl-article-meta {
  padding: 5px 0;
}
/* line 2, templates/g5_helium/custom/scss/_jlparticles.scss */
.tm-price-table_featured {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
/* line 15, templates/g5_helium/custom/scss/_jlparticles.scss */
.tm-price-table_featured-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
/* line 29, templates/g5_helium/custom/scss/_jlparticles.scss */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
/* line 41, templates/g5_helium/custom/scss/_jlparticles.scss */
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}
/* line 46, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-hr, hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* line 56, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-overlay-primary {
  background: rgba(179, 75, 75, 0.8);
}
/* line 60, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-text-primary, .jl-alert-primary {
  color: #b34b4b !important;
}
/* line 65, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-button-primary {
  background-color: #b34b4b;
}
/* line 67, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-button-primary:focus, .jl-button-primary:hover {
  background-color: #8f3c3c;
}
/* line 73, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-card-primary {
  background: #b34b4b;
}
/* line 75, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-card-primary.jl-card-hover:hover {
  background-color: #8f3c3c;
}
/* line 79, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-tile-primary, .jl-section-primary {
  background: #b34b4b;
}
/* Hover + Focus */
/* line 85, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-subnav-pill > .jl-active > a, .jl-dotnav > .jl-active > * {
  background-color: #b34b4b;
}
/* Hover + Active + Focus */
/* line 90, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-tab > .jl-active > a, .jl-tab > * > a:hover, .jl-tab > * > a:focus {
  border-color: #b34b4b;
}
/* Hover + Focus */
/* line 96, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #b34b4b;
}
/* line 100, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #b34b4b;
  border: 1px solid #b34b4b;
}
/* line 105, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-card-primary > .tm-timeline-arrow {
  background-color: #b34b4b;
}
/* line 110, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 116, templates/g5_helium/custom/scss/_jlparticles.scss */
#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;
}
/* line 122, templates/g5_helium/custom/scss/_jlparticles.scss */
#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;
}
/* line 125, templates/g5_helium/custom/scss/_jlparticles.scss */
#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;
}
/* line 132, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 137, templates/g5_helium/custom/scss/_jlparticles.scss */
.tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input {
  width: 100%;
}
/* line 141, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 142, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 144, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 145, templates/g5_helium/custom/scss/_jlparticles.scss */
.profile #users-profile-core .jl-description-list dd, .profile #users-profile-custom .jl-description-list dd {
  margin-left: 0;
}
/* line 153, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 154, templates/g5_helium/custom/scss/_jlparticles.scss */
.tm-tags a {
  text-transform: none;
}
/* line 156, templates/g5_helium/custom/scss/_jlparticles.scss */
.tm-tags a:hover, .tm-tags a:focus {
  color: #fff;
}
/* line 163, templates/g5_helium/custom/scss/_jlparticles.scss */
/* line 164, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-popup-login .jl-list {
  width: 300px;
  margin: 0 auto;
}
/* line 168, templates/g5_helium/custom/scss/_jlparticles.scss */
.jl-popup-login li {
  display: inline-block;
}
/* line 2, templates/g5_helium/custom/scss/_jlsocialshare.scss */
/* line 3, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
/* line 9, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.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;
}
/* line 16, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #55acee;
}
/* line 20, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5999;
}
/* line 24, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077b5;
}
/* line 28, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25d366;
}
/* line 32, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
/* line 36, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
/* line 40, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
/* line 44, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
/* line 48, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
/* line 52, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
/* line 56, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
/* line 60, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
/* line 64, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .weibo {
  background-color: #df2029;
}
/* line 68, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .renren {
  background-color: #005eac;
}
/* line 72, templates/g5_helium/custom/scss/_jlsocialshare.scss */
.tm-custom-icon .tm-share-icon .skype {
  background-color: #00aff0;
}
/* line 2, templates/g5_helium/custom/scss/_jlteammember.scss */
/* line 3, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 9, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 14, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .twitter {
  background-color: #1da1f2;
  color: #fff;
}
/* line 19, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .google-plus {
  background-color: #dd4b39;
  color: #fff;
}
/* line 24, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .linkedin {
  background-color: #0077b5;
  color: #fff;
}
/* line 29, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .whatsapp {
  background-color: #25d366;
  color: #fff;
}
/* line 34, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .flickr {
  background-color: #ff0084;
  color: #fff;
}
/* line 39, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .behance {
  background-color: #131418;
  color: #fff;
}
/* line 44, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .dribbble {
  background-color: #ea4c89;
  color: #fff;
}
/* line 49, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .xing {
  background-color: #026466;
  color: #fff;
}
/* line 54, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .vimeo {
  background-color: #1ab7ea;
  color: #fff;
}
/* line 59, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .foursquare {
  background-color: #f94877;
  color: #fff;
}
/* line 64, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .github {
  background-color: #000;
  color: #fff;
}
/* line 69, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .instagram {
  background-color: #bc2a8d;
  color: #fff;
}
/* line 74, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .pinterest {
  background-color: #bd081c;
  color: #fff;
}
/* line 79, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .soundcloud {
  background-color: #f30;
  color: #fff;
}
/* line 84, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .tumblr {
  background-color: #34465d;
  color: #fff;
}
/* line 89, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .yelp {
  background-color: #af0606;
  color: #fff;
}
/* line 94, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .youtube {
  background-color: #cd201f;
  color: #fff;
}
/* line 99, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon .uikit {
  background-color: #b34b4b;
  color: #fff;
}
/* line 104, templates/g5_helium/custom/scss/_jlteammember.scss */
.tm-member-icon a:hover, .tm-member-icon a:focus, .tm-member-icon a:active {
  -webkit-filter: saturate(1.2) brightness(1.2);
  filter: saturate(1.2) brightness(1.2);
  color: #fff;
}
/* line 2, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle;
  margin-bottom: 0;
}
/* line 11, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 22, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-slider:before {
  position: absolute;
  content: "";
  height: 1.8em;
  width: 1.8em;
  left: 0.25em;
  bottom: 0.25em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 33, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch + .tm-tg-slider {
  background-color: #cdd5e0;
}
/* line 37, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch:checked + .tm-tg-slider {
  background-color: #d2d2d2;
}
/* line 41, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch:checked + .tm-tg-slider:before {
  -webkit-transform: translateX(2.1em);
  -ms-transform: translateX(2.1em);
  transform: translateX(2.1em);
}
/* line 47, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-slider.tm-tg-round {
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
/* line 52, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-slider.tm-tg-round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 57, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch:checked + .tm-tg-slider {
  background-color: #4fbe79;
}
/* line 61, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-slider:before {
  background-color: #fff;
}
/* line 65, templates/g5_helium/custom/scss/_jltoggle.scss */
.tm-tg-switch-label .tm-tg-switch {
  display: none;
}
/*# sourceMappingURL=custom_30.css.map */