/* 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_mania_pro/custom/scss/_heading.scss */
.jl-heading-subtitle {
  margin: 0 !important;
}
/* line 4, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-content {
  margin-bottom: -30px !important;
}
/* line 7, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-title {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
/* line 12, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-title-4 {
  border-bottom: 1px solid #414141;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
}
/* line 18, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-4 {
  border-bottom: 1px solid #00b6ff;
}
/* line 21, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-title-5 {
  border-bottom: 2px solid #414141;
  border-top: 2px solid #414141;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: -1px;
  margin-top: -1px;
}
/* line 30, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-5 {
  border-bottom: 1px solid #00b6ff;
  border-top: 1px solid #00b6ff;
}
/* line 35, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-9 {
  overflow: hidden;
}
/* line 38, templates/jl_mania_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_mania_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_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:after {
  border-bottom: 1px solid #444;
}
/* line 57, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-9 .jl-heading-title:before {
  border-bottom: 1px solid #444;
}
/* line 62, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-10 {
  overflow: hidden;
}
/* line 65, templates/jl_mania_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_mania_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_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:after {
  border-bottom: 1px dashed #444;
}
/* line 84, templates/jl_mania_pro/custom/scss/_heading.scss */
.jl-heading-style-10 .jl-heading-title:before {
  border-bottom: 1px dashed #444;
}
/* line 1, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-item {
  padding: 0 !important;
  margin-left: 0 !important;
}
/* line 5, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-content {
  position: relative;
  overflow: hidden;
  border: none;
}
/* line 10, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-image {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
/* line 23, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-content:hover img {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
/* line 29, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-content:hover .jl-portfolio2-info {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 35, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-content img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 48, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-info {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-delay: initial, 0.3s;
  -o-transition-delay: initial, 0.3s;
  -webkit-transition-delay: initial, 0.3s;
  transition-delay: initial, 0.3s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  padding: 15px;
  background-color: #00b6ff;
  color: #fff;
}
/* line 77, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-info .jl-portfolio2-button {
  float: right;
  position: relative;
  top: -21px;
}
/* line 82, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-info p {
  font-weight: 400;
  line-height: 10px;
  font-size: 14px;
}
/* line 87, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-info h3 {
  font-size: 18px;
  margin-top: -6px;
  margin-bottom: -36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 94, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-info i {
  font-size: 25px;
  padding: 8px;
  border: 2px solid #414141;
}
/* line 100, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-container {
  margin-left: 0 !important;
}
/* line 104, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-controls {
  display: inline-block !important;
}
/* line 108, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter > .uk-subnav-pill > .mixitup-control-active > * {
  background: #414141;
  color: #fff;
  border-radius: 3px;
}
/* line 114, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter > .jl-subnav-jp > . mixitup-control-active > * {
  color: #444;
}
/* line 117, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-subnav-jp li.jl-portfolio2-filter.mixitup-control-active {
  border-bottom: 2px solid #666;
}
/* line 120, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-subnav-jp li.jl-portfolio2-filter {
  padding-right: 10px;
  color: #444;
}
/* line 124, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-subnav-jp li.jl-portfolio2-filter {
  padding-right: 10px;
  color: #444;
}
/* line 128, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter {
  padding: 10px 0 10px 0;
}
/* line 131, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter > .jl-subnav-jp > * > :hover {
  color: #414141;
  text-decoration: none;
  outline: 0;
}
/* line 137, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter > .uk-subnav-line > * > :hover {
  color: #414141;
  text-decoration: none;
  outline: 0;
}
/* line 142, templates/jl_mania_pro/custom/scss/_portfolio2.scss */
.jl-portfolio2-filter > .uk-subnav-line > .mixitup-control-active > * {
  color: #414141;
  text-decoration: none;
  outline: 0;
}
/* line 4, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 .jl-member-icon {
  background: rgba(255, 255, 255, 0.9);
}
/* line 8, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 .jl-member-info {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 a.jl-member-ic {
  display: inline-block;
  width: 40px;
  line-height: 20px;
  font-size: 18px;
  color: #555;
  text-decoration: none;
}
/* line 23, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 a.jl-member-ic:hover {
  color: #414141;
  border-left: 1px solid;
  border-right: 1px solid;
}
/* line 29, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 .jl-member-name {
  color: #333;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
/* line 34, templates/jl_mania_pro/custom/scss/_member.scss */
.style1 .jl-member-role {
  margin-bottom: 1em;
  font-size: 0.9em;
  opacity: 0.5;
}
/* line 40, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 .jl-member-info {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 47, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 a.jl-member-ic {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 25px;
  font-size: 18px;
  padding-top: 10px;
  color: #555;
  text-decoration: none;
}
/* line 57, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 a.jl-member-ic:hover {
  color: #fff;
  background: #414141;
}
/* line 61, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 .jl-member-name {
  color: #333;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
/* line 66, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 .jl-member-role {
  margin-bottom: 1em;
  font-size: 0.9em;
  opacity: 0.5;
}
/* line 71, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 a.jl-member-ic {
  border: 1px solid;
}
/* line 74, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 .jl-member-ic i {
  padding-bottom: 10px;
}
/* line 77, templates/jl_mania_pro/custom/scss/_member.scss */
.style2 .jl-member-icon {
  padding-top: 10px;
}
/* line 82, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 .jl-member-info {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 89, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 a.jl-member-ic {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  line-height: 25px;
  font-size: 18px;
  padding-top: 10px;
  color: #555;
  text-decoration: none;
}
/* line 99, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 a.jl-member-ic:hover {
  color: #fff;
  background: #414141;
}
/* line 103, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 .jl-member-name {
  color: #333;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
/* line 108, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 .jl-member-role {
  margin-bottom: 1em;
  font-size: 0.9em;
  opacity: 0.5;
}
/* line 113, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 a.jl-member-ic {
  color: #fff;
  background: rgba(0, 0, 0, 0.23);
}
/* line 117, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 .jl-member-ic i {
  padding-bottom: 10px;
}
/* line 120, templates/jl_mania_pro/custom/scss/_member.scss */
.style3 .jl-member-icon {
  padding-top: 10px;
}
/* line 126, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-item-img img {
  padding: 15px 0 15px;
  border-radius: 50%;
}
/* line 130, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-item-img {
  background: #fff;
}
/* line 133, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-info {
  background: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 142, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-name {
  color: #333;
  margin-bottom: 0.2em;
  font-size: 1.2em;
}
/* line 147, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-role {
  margin-bottom: 1em;
  font-size: 0.9em;
  opacity: 0.5;
}
/* line 153, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-item-img {
  border-radius: 20px 20px 0 0;
}
/* line 156, templates/jl_mania_pro/custom/scss/_member.scss */
.style4 .jl-member-info {
  border-radius: 0 0 20px 20px;
}
/* line 2, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-header {
  background-color: #222;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #1f9ec7;
}
/* line 8, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
/* line 17, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-price {
  padding: 27px 30px 27px;
  color: #fff;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0.05em;
}
/* line 24, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-number {
  vertical-align: bottom;
  font-size: 40px;
  color: #fff;
}
/* line 29, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-period {
  font-style: italic;
  color: #888;
  font-size: 20px;
}
/* line 34, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-featured {
  padding: 10px 0px 3px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #00b6ff;
}
/* line 44, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-package-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 49, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-package-items li {
  padding: 10px 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.05);
  background-color: #f6f6f6;
}
/* line 56, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style1 .jl-pricing-package-items li:first-child {
  border-top: none;
}
/* line 63, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-header {
  background-color: #00b6ff;
}
/* line 68, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  color: #fff;
}
/* line 77, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-price {
  padding: 27px 30px 27px;
  color: #fff;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
}
/* line 86, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-number {
  vertical-align: bottom;
  font-size: 40px;
}
/* line 90, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-period {
  font-style: italic;
  color: #888;
  font-size: 20px;
}
/* line 95, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-featured {
  padding: 10px 20px 3px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #414141;
  opacity: 0;
  position: absolute;
  transition: all 1s linear 0s;
}
/* line 108, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-package-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 113, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-package-items li {
  padding: 10px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 119, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-package-items li:first-child {
  border-top: none;
}
/* line 122, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-table {
  border: 1px solid #f6f6f6;
}
/* line 125, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-header {
  position: relative;
}
/* line 128, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-button a {
  background: #00b6ff;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  width: 150px;
}
/* line 135, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-table:hover {
  transform: scale(1, 1.05);
  box-shadow: 0px 2px 2px #333, 0px -2px 2px #333;
}
/* line 138, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style2 .jl-pricing-table:hover .jl-pricing-featured {
  opacity: 1;
}
/* line 146, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-header {
  background-color: #00b6ff;
}
/* line 149, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
  background: #3fc1c9;
  padding: 10px 0 10px 0;
  color: #fff;
}
/* line 159, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-price {
  padding: 20px 0px 0px;
  font-weight: bold;
  line-height: 0.7;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 167, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-number {
  vertical-align: bottom;
  font-size: 40px;
}
/* line 171, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .uk-accordion-content {
  padding: 0;
}
/* line 174, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .uk-accordion-title {
  margin-bottom: 0;
  padding: 0 0 5px;
}
/* line 178, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-period {
  font-style: italic;
  color: #888;
  font-size: 20px;
}
/* line 183, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-featured {
  padding: 13px 20px 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #00b6ff;
  transition: all 1s linear 0s;
}
/* line 194, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-package-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 199, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-package-items li {
  padding: 10px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 203, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-number sup {
  font-size: 14px;
}
/* line 206, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-number {
  color: #fff;
}
/* line 209, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-package-items li:first-child {
  border-top: none;
}
/* line 212, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-table {
  border: 1px solid #f6f6f6;
}
/* line 215, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-header {
  position: relative;
}
/* line 219, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-button a {
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  width: 150px;
}
/* line 225, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-button:hover {
  background: #3fc1c9;
}
/* line 227, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-button:hover a {
  text-decoration: none;
}
/* line 231, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-package-items {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
/* line 236, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-button {
  background: #00b6ff;
}
/* line 239, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-button {
  padding: 10px;
  border-top: 1px solid #fff;
}
/* line 246, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-table:hover {
  transform: scale(1, 1.05);
  box-shadow: 0px 2px 2px #333, 0px -2px 2px #333;
}
/* line 249, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.style3 .jl-pricing-table:hover .jl-pricing-featured {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  /* line 256, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  /* line 257, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  /* line 258, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table:before {
    left: 99px !important;
  }
  /* line 261, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table:after {
    right: 99px !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  /* line 271, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  /* line 272, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  /* line 273, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table:before {
    left: 16px !important;
  }
  /* line 276, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table:after {
    right: 16px !important;
  }
  /* line 279, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table .jl-pricing-header {
    margin: -35px auto 115px !important;
    padding-top: 35px !important;
    width: 165px !important;
  }
  /* line 283, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
  .jl-pricingtable.style4 .jl-pricing-table .jl-pricing-header:before {
    border-width: 48px 82px 0 !important;
    bottom: -48px !important;
  }
}
/* line 293, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
/* line 294, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.jl-pricingtable.style4 .jl-pricing-table {
  padding: 20px;
  border: 1px solid #e7e7e7;
  position: relative;
}
/* line 298, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.jl-pricingtable.style4 .jl-pricing-table:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00b6ff;
  border-style: solid;
  border-width: 0 0 15px 10px;
  content: "";
  height: 0;
  left: 64px;
  position: absolute;
  top: -15px;
  width: 0;
}
/* line 309, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.jl-pricingtable.style4 .jl-pricing-table:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00b6ff;
  border-style: solid;
  border-width: 14px 0 0 11px;
  content: "";
  height: 0;
  position: absolute;
  right: 63px;
  top: -15px;
  width: 0;
}
/* line 320, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.jl-pricingtable.style4 .jl-pricing-table .jl-pricing-header {
  background: #00b6ff none repeat scroll 0 0;
  color: #fff;
  margin: -35px auto 115px;
  padding-top: 35px;
  position: relative;
  width: 210px;
}
/* line 327, templates/jl_mania_pro/custom/scss/_pricingtables.scss */
.jl-pricingtable.style4 .jl-pricing-table .jl-pricing-header:before {
  border-color: #00b6ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 60px 105px 0;
  bottom: -60px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
/* line 1, templates/jl_mania_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: #00b6ff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_mania_pro/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_mania_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_mania_pro/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_mania_pro/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_mania_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_mania_pro/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_mania_pro/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #414141;
}
/*# sourceMappingURL=custom_102.css.map */