/* 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 1, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-subtitle {
  margin: 0 !important;
}
/* line 4, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-content {
  margin-bottom: -30px !important;
}
/* line 7, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-title {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
/* line 12, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-title-4 {
  border-bottom: 1px solid #929292;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
/* line 18, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-4 {
  border-bottom: 1px solid #3699f5;
}
/* line 21, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-title-5 {
  border-bottom: 2px solid #929292;
  border-top: 2px solid #929292;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: -1px;
  margin-top: -1px;
}
/* line 30, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-5 {
  border-bottom: 1px solid #3699f5;
  border-top: 1px solid #3699f5;
}
/* line 35, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-9 {
  overflow: hidden;
}
/* line 38, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
}
/* line 46, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
}
/* line 54, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:after {
  border-bottom: 1px solid #444;
}
/* line 57, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:before {
  border-bottom: 1px solid #444;
}
/* line 62, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-10 {
  overflow: hidden;
}
/* line 65, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
}
/* line 73, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0px;
  width: 100%;
}
/* line 81, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:after {
  border-bottom: 1px dashed #444;
}
/* line 84, templates/jl_ifolio_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:before {
  border-bottom: 1px dashed #444;
}
/* line 1, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9999;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #414856;
  color: #3699f5;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_ifolio_pro/custom/scss/_backtotop.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 84, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_ifolio_pro/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #929292;
}
