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

/**
 * @version		1.0.x
 * @package		Gantry 5 custom CSS by ComtechSystems
 * @author		Giorgos Georgakopoulos https://www.comtechsystems.gr
 * @copyright	Copyright (c) 2006 - 2018  ComtechSystems. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html    
 */
/* 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, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 0.975rem;
  line-height: 1.6;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.225rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.875rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.475rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.125rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 0.975rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.825rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.85rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.85rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.725rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 0.975rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/jl_tranship_free/custom/scss/_backtotop.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  font-size: 16px;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #3b3b3b;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
/* line 19, templates/jl_tranship_free/custom/scss/_backtotop.scss */
.back-to-top:hover {
  background: #e9ebec;
}
@-webkit-keyframes fadeInRight {
  /* line 24, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 30, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 38, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 44, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 52, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 56, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 64, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  from {
    opacity: 1;
  }
  /* line 68, templates/jl_tranship_free/custom/scss/_backtotop.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 75, templates/jl_tranship_free/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_tranship_free/custom/scss/_backtotop.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 88, templates/jl_tranship_free/custom/scss/_backtotop.scss */
a.back-to-top:hover {
  text-decoration: none;
  color: #3b3b3b;
}
/* line 2, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-container {
  padding-left: 50px;
  padding-bottom: 50px;
}
/* line 6, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 7, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .jl-subnav-divider > * {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 8, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .jl-subnav > * > :first-child {
  font-size: 12px;
}
/* line 12, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper {
  position: relative;
  padding-left: 50px;
}
/* line 16, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-item-main-container {
  padding-left: 50px;
}
/* line 19, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-item-main {
  position: relative;
}
/* line 22, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-line {
  position: absolute;
  top: 0;
  height: 100%;
}
/* line 27, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-line span {
  height: 100%;
  position: absolute;
  background-color: #1e87f0;
  transform: translateX(-50%);
  transform-origin: center;
  display: block;
}
/* line 35, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-icon {
  position: absolute;
  top: 20px;
  transform: translate(-50%, -50%);
  left: 51px;
}
/* line 41, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item-main-wrapper .tm-timeline-icon span {
  position: absolute;
  text-align: center;
  border: 4px solid #1e87f0;
  padding: 20px;
  transform: translate(-50%, -50%);
  border-radius: 130px;
  line-height: 40px;
}
/* line 51, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  z-index: 0;
  top: 15px;
  left: -8px;
}
/* line 60, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-item:nth-last-child(-n+1) .tm-timeline-item-main-container {
  padding-bottom: 0;
}
/* line 64, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-icon span svg {
  transform: translate(-50%, -50%);
  transform-origin: center;
  position: absolute;
}
/* line 70, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline.tm-timeline-skin-custom .tm-timeline-icon span {
  padding: 10px;
  line-height: 1;
}
/* line 74, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline.tm-timeline-skin-custom .tm-timeline-icon span .fa {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
/* line 79, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline.tm-timeline-skin-custom .tm-timeline-icon span:after {
  display: none;
}
/* line 83, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-item .tm-timeline-item-main-wrapper {
  padding-left: 0;
}
/* line 86, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-item.left-part .tm-timeline-item-main-container, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-item-main-container {
  padding-right: 50px;
  padding-left: 0;
}
/* line 91, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-item.left-part .tm-timeline-arrow, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-arrow {
  right: -8px;
  left: auto;
}
/* line 96, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-item.left-part .tm-timeline-line, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-line {
  right: 0;
}
/* line 100, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-item.left-part .tm-timeline-icon, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-icon {
  right: 0;
  left: auto;
}
/* line 105, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-right .tm-timeline-date {
  padding: 10px 50px;
}
@media (max-width: 959px) {
  /* line 109, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-right .tm-timeline-item .tm-timeline-item-main-wrapper {
    padding-right: 55px;
  }
  /* line 112, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-right .tm-timeline-item.left-part .tm-timeline-line, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-line {
    right: 55px;
  }
  /* line 116, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-right .tm-timeline-item.left-part .tm-timeline-icon, .tm-timeline-right .tm-timeline-item.right-part .tm-timeline-icon {
    right: 55px;
    left: auto;
  }
}
@media (min-width: 960px) {
  /* line 123, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item .tm-timeline-item-main-wrapper {
    padding-left: 0;
  }
  /* line 126, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.left-part .tm-timeline-item-main-container {
    padding-right: 50px;
    padding-left: 0;
  }
  /* line 130, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.left-part .tm-timeline-arrow {
    right: -8px;
    left: auto;
  }
  /* line 134, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.left-part .tm-timeline-line {
    right: 0;
  }
  /* line 137, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.left-part .tm-timeline-icon {
    right: 0;
    left: auto;
  }
  /* line 141, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.right-part .tm-timeline-item-main-container {
    padding-left: 50px;
    padding-right: 0;
  }
  /* line 145, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item.right-part .tm-timeline-icon {
    left: 0;
  }
  /* line 148, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-date {
    padding: 10px 50px;
  }
  /* line 151, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item:nth-child(-n+2) .tm-timeline-item-main-container {
    padding-top: 0;
  }
  /* line 154, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item:nth-child(-n+2) .tm-timeline-icon {
    top: 22px;
  }
  /* line 157, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .tm-timeline-center .tm-timeline-item:nth-last-child(-n+2) .tm-timeline-item-main-container {
    padding-bottom: 0;
  }
}
/* line 162, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-date span {
  background-color: #f7f7f7;
  padding: 10px 15px 10px 15px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}
/* line 169, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-arrow {
  background-color: #f3f3f3;
}
/* line 172, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-default > .tm-timeline-arrow {
  background-color: #fff;
}
/* line 176, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-primary > .tm-timeline-arrow {
  background-color: #3b3b3b;
}
/* line 179, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-secondary > .tm-timeline-arrow {
  background-color: #222;
}
/* line 183, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline-line span {
  height: 100%;
  position: absolute;
  background-color: #1e87f0;
  transform: translateX(-50%);
  transform-origin: center;
  display: block;
}
/* line 191, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-line span {
  width: 3px;
}
/* line 194, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-timeline .tm-timeline-icon span {
  background-color: #f7f7f7;
  border-radius: 50%;
}
/* line 202, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 210, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#jl-login-form input, .tm-newsletter-form input, .tm-form-reset input, .tm-form-remind input, .tm-form-login input, .tm-form-registration input, .tm-form-profile-edit input, .tm-datatables-wrapper input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}
/* line 216, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#jl-login-form .jl-form-icon, .tm-newsletter-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, .tm-datatables-wrapper .jl-form-icon {
  height: 40px;
}
/* line 219, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#jl-login-form .jl-checkbox, .tm-newsletter-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, .tm-datatables-wrapper .jl-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
}
/* line 226, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 227, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-newsletter-form button.jl-icon:not(:disabled) {
  outline: none;
}
/* line 230, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-newsletter-form .jl-spinner.jl-icon svg {
  width: 20px;
}
/* line 235, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 240, templates/jl_tranship_free/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 244, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 245, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 247, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 248, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.profile #users-profile-core .jl-description-list dd, .profile #users-profile-custom .jl-description-list dd {
  margin-left: 0;
}
/* line 255, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.btn {
  margin: 0;
  border: none;
  border-radius: 0;
  text-shadow: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 35px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  transition-property: color, background-color, background-position, border-color, box-shadow;
  letter-spacing: -0.5px;
  background-origin: border-box;
  background-size: 200%;
  background-position-x: 100%;
}
/* line 274, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.btn {
  border: 2px solid transparent;
  background-image: none;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 1rem !important;
}
/* line 282, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 283, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 284, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.view-search .tm-search-result-form input {
  box-sizing: inherit;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  margin: 0;
  padding: 0 6px;
}
/* line 295, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 296, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tags a {
  text-transform: none;
}
/* line 298, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tags a:hover, .tm-tags a:focus {
  color: #fff;
}
/* line 304, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 305, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 310, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .facebook {
  background-color: #3b5998;
  color: #fff;
}
/* line 314, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .twitter {
  background-color: #1da1f2;
  color: #fff;
}
/* line 318, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .google-plus {
  background-color: #dd4b39;
  color: #fff;
}
/* line 322, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .linkedin {
  background-color: #0077b5;
  color: #fff;
}
/* line 326, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .whatsapp {
  background-color: #25d366;
  color: #fff;
}
/* line 330, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .flickr {
  background-color: #ff0084;
  color: #fff;
}
/* line 334, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .behance {
  background-color: #131418;
  color: #fff;
}
/* line 338, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .dribbble {
  background-color: #ea4c89;
  color: #fff;
}
/* line 342, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .xing {
  background-color: #026466;
  color: #fff;
}
/* line 346, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .vimeo {
  background-color: #1ab7ea;
  color: #fff;
}
/* line 350, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .foursquare {
  background-color: #f94877;
  color: #fff;
}
/* line 354, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .github {
  background-color: #000;
  color: #fff;
}
/* line 358, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .instagram {
  background-color: #bc2a8d;
  color: #fff;
}
/* line 362, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .pinterest {
  background-color: #bd081c;
  color: #fff;
}
/* line 366, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .soundcloud {
  background-color: #f30;
  color: #fff;
}
/* line 370, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .tumblr {
  background-color: #34465d;
  color: #fff;
}
/* line 374, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .yelp {
  background-color: #af0606;
  color: #fff;
}
/* line 378, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .youtube {
  background-color: #cd201f;
  color: #fff;
}
/* line 382, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-member-icon .uikit {
  background-color: #1e87f0;
  color: #fff;
}
/* line 386, templates/jl_tranship_free/custom/scss/_jlparticles.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 394, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 395, templates/jl_tranship_free/custom/scss/_jlparticles.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 400, templates/jl_tranship_free/custom/scss/_jlparticles.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 406, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .twitter {
  background-color: #1da1f2;
}
/* line 409, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .facebook {
  background-color: #3b5998;
}
/* line 412, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .googleplus {
  background-color: #dd4b39;
}
/* line 415, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .linkedin {
  background-color: #0077b5;
}
/* line 418, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .whatsapp {
  background-color: #25d366;
}
/* line 421, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .telegram {
  background-color: #2ca5e0;
}
/* line 424, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .mail {
  background-color: #ea4335;
}
/* line 427, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .digg {
  background-color: #005be2;
}
/* line 430, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .pinterest {
  background-color: #bd081c;
}
/* line 433, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .tumblr {
  background-color: #eb4924;
}
/* line 436, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .reddit {
  background-color: #ff4500;
}
/* line 439, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .vk {
  background-color: #4c75a3;
}
/* line 442, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-custom-icon .tm-share-icon .xing {
  background-color: #026466;
}
/* line 449, templates/jl_tranship_free/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 462, templates/jl_tranship_free/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;
  background-color: #3b3b3b;
  color: #fff;
}
/* line 476, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-price-table_featured.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
/* line 484, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-price-table_featured.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
/* line 494, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle;
}
/* line 502, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* line 513, templates/jl_tranship_free/custom/scss/_jlparticles.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 524, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch + .tm-tg-slider {
  background-color: #cdd5e0;
}
/* line 528, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch:checked + .tm-tg-slider {
  background-color: #d2d2d2;
}
/* line 532, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch:checked + .tm-tg-slider:before {
  -webkit-transform: translateX(2.1em);
  -ms-transform: translateX(2.1em);
  transform: translateX(2.1em);
}
/* line 538, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-slider.tm-tg-round {
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
/* line 543, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-slider.tm-tg-round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 548, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch:checked + .tm-tg-slider {
  background-color: #4fbe79;
}
/* line 551, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-slider:before {
  background-color: #fff;
}
/* line 554, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-tg-switch-label .tm-tg-switch {
  display: none;
}
/* line 559, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 560, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-intense-wrapper .tm-data-image, .tm-intense-wrapper .tm-image {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4M0UzRkZGRUY4ODQxMUUzQjg5REQwNUQyQTFENTVGOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4M0UzRkZGRkY4ODQxMUUzQjg5REQwNUQyQTFENTVGOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyNjc4QUY1Rjg0QjExRTNCODlERDA1RDJBMUQ1NUY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyNjc4QUY2Rjg0QjExRTNCODlERDA1RDJBMUQ1NUY5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x6eaoAAABeVJREFUeNrcWn1MW1UUv604GZgFzSzFyRifDR/SpWzIPy5QCIlGsiZGJ05JDEELiYBEp1FKgoLRSaDwB64mmEyjxJlFDCbGBRiZf4zwlcEoDd8DdBRcpDGAWFnx/OAWH6x09Gttd5LDve/x3ru/X8+555173xExN8n6+no4NRmkx0hlpEdID5IGk4pIl0hvkd4gHSHtJb0sEolmXRzXLeAPk2pI9evOi54/I8JZIlCRkzfLqfmA9HlSMc6tra0tLywsDE5MTAzo9fqpwcHB+f7+ftPU1NTf+H9kZOR+hUIRkpycHJqYmBgZHR0tl0gkyQEBAcH8sRbSi6TVZKUBRy0icpCAhJqzpHm412Kx/Ds9PX2lo6OjvaSkpGd5edniyPOCg4PF9fX1x5VKZWZERMQJsVj8IIYh/Yr0DBFacDsRuuEFar4gDSEC/xgMhp/Ky8svtLS03HLHHFOpVAerqqpejI+Pf44IPUSnTKSvE5nv3UKELtxHjZa0EMdGo7G7rKxM29zcPM88ILm5uaG1tbUlUqn0KX7qHGkJETI7TYQuepj7bTbcqLOz81xmZmYLuwfS3t6uSk9PV3N3u4T5SGSWdiMitkMiiD8g22w2L1ZXV5feKxIQjIUxMTYwAAvHZFNEdtzpZ1LlysqKsbi4+ExTU9PvzAuSn59/qKGh4WxQUJAUhiJ9Vuhmd7MI5oRydXX1j6Kiore9RQKCsYEBWGAo0npb14ltWOMUJjbNibWamprK8+fPzzEvCzAACzDRoZowvmTXteiCx6nRI8TSZGvIysr6kfmQtLW1naS5U8xDcyK52E2bUYtOfkPNy/Pz870U/t5lPigU/j8NDQ1FPvctETl9xxyhEwqEcTKfWaPRNDAfFWADRmDlmLdbhE4itJ6kPOliUlJSI/NhGRoaKqJ8DXkeXF+1ZRGeeebgpYe0w4sYH9jR2hRg5BM/B/mo0LVeQX92dvZXd+VOnhRgJKxXOP7XhERO488lEncPStZuh7r7uQKspzbmCF/ZzWA9ERISonI0Fd8LkY2BRKLMPbrWbUFrdwlgMpl+oPUM8sFoWESJf9CiaMDdJDwpwEqYr/PDDDFfY7PJycnrzM+EMA/y7lEQiUNvdHR0xt+IjI+PWzHLQCQave7u7t/8jUhXV5cVcxSIPMZP/ulvRIaHh//i3RBErXUHoordyOSsCMbec9SCSCSSAMoLf6GuWczuEwkghXkOyOXyoIGBgRUXf1FX3yMOiUwmsy59l2ARrLxYWlrao/5mhYSEhAO8uwgiE+ilpqY+4W9E6Me3Yp4EkVH04uLiDvsbkZiYGCvmERDp3QjEUVFP+hsRAeZrINLBQ1kyEjF/IQGswMwPL4v59wkDssi6uroUfyECrDzzHbPOEQg2HVg2ibsHRNj1ROgVYP1OuLACEUt4ePjT2BX3dWsAI2E9wTa/qXy5RYR+sRvUtGLDGFv7XsR4e0drU4CRsOJl3ko6tW07iOQjvIjj4+NzCgoKDvmqNYANGNnmB6EP79gO4unExgad0WjsCQsLe88XiczNzX0ilUqPs9026Li8Q2rChdie9DUSwMRJmDjWLRHviDA3Gf8ylZGRUajRaOJ8hURFRYUMmPhhIcfKbLqWwMU+p0aNrXy1Wv2Wt3fk8/LypDqdThsYGIhFoI5IqAVY7RLx1Q89yEKe2fOHHn4hIsNVPKCxsbG+srJS5g13wticxFVg2u2j6P3/MZRbZolbRocHKpXKNxH+YG5PuhLGwFichI5bYskuVgc2GIQFA2aDwdDqoYKBHCKwj4fYN4jAhbvgcowIvwklHJ+RvsoEJRzkBm2lpaW9zpRwaLXaY+SuWTtKOL7Ge8IjJRw7bj5Kzftse1HNEopqsPU6MjIy3d/fP9fX17c4Nja2UVQTGxu7PyUl5RGFQhEmk8kiaFGUROsJOU/FGfu/qOZjInDNASyuu4OgzGnYhTIng9fKnHYjxTYLz5BCICM4wjYLz6y/uLDwDPsEPWyz8GzGxXE32v8EGADbuW2sOaxEjQAAAABJRU5ErkJggg==') 25 25, auto;
  display: inline-block;
}
/* line 568, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 569, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-search .jl-form-blank {
  background: none !important;
  border-color: transparent !important;
}
/* line 573, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-search .jl-form-blank:focus {
  border-color: #e5e5e5 !important;
  border-style: dashed !important;
}
/* line 578, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 579, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 580, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-modal-dialog .jl-search input[type="search"] {
  border: none;
  box-shadow: none;
}
/* line 588, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.lg-backdrop.in {
  opacity: 0.75 !important;
}
/* line 591, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}
/* line 594, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
/* line 598, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
/* line 602, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}
/* line 605, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
/* line 609, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 610, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-quotation-wrapper blockquote {
  margin: 0 0 20px 0 !important;
  font-size: 1rem;
  border-left: none;
  font-style: normal;
}
/* line 615, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-quotation-wrapper blockquote cite {
  display: inline-block;
  font-size: 1rem;
}
/* line 622, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 623, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-code-wrapper pre {
  color: #666;
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
}
/* line 631, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
div.jx-slider {
  z-index: 1;
}
/* line 635, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}
/* line 638, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/* line 641, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 642, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-table td {
  border: none;
}
/* line 643, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-table th {
  background: none;
}
/* line 647, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
table.jl-table, .jl-table-striped tbody tr:nth-of-type(odd), .jl-table-striped > tr:nth-of-type(odd) {
  border: none;
}
/* line 652, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 653, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-link:hover, a:hover {
  text-decoration: none;
}
/* line 657, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 658, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slider-wrapper .jl-slidenav, .tm-intense-wrapper .jl-slidenav {
  padding: 6px 15px;
  color: #3d3d3d;
  background: #fff;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
/* line 665, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 666, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slider-wrapper .tm-slidenav i, .tm-intense-wrapper .tm-slidenav i {
  font-size: 24px;
}
/* line 669, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slider-wrapper .tm-slidenav:hover, .tm-intense-wrapper .tm-slidenav:hover, .tm-slider-wrapper .tm-slidenav:focus, .tm-intense-wrapper .tm-slidenav:focus, .tm-slider-wrapper .tm-slidenav:active, .tm-intense-wrapper .tm-slidenav:active {
  background: #3b3b3b;
  color: #fff;
}
/* line 676, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 677, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-slidenav {
  padding: 10px 15px;
}
/* line 679, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-slidenav:hover, .tm-slideshow-wrapper .jl-slidenav:focus, .tm-slideshow-wrapper .jl-slidenav:active {
  color: #3b3b3b;
}
/* line 683, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-position-medium {
  margin: 40px;
}
/* line 686, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-dotnav > * > * {
  background: rgba(61, 61, 61, 0);
  border: 2px solid #3d3d3d;
}
/* line 690, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-dotnav > .jl-active > * {
  background-color: #3b3b3b;
  border: 2px solid #3b3b3b;
}
/* line 695, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 698, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-slideshow-wrapper .jl-slidenav, .tm-slider-wrapper .jl-slidenav, .tm-intense-wrapper .jl-slidenav {
  padding: 10px 15px;
  color: #3d3d3d;
  background: #fff;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
/* line 708, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-overlay-primary {
  background: rgba(59, 59, 59, 0.8);
}
/* line 711, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-secondary {
  background: #eb0028;
}
/* line 714, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-secondary {
  background-color: #eb0028;
}
/* line 716, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-secondary:hover, .jl-button-secondary:focus, .jl-button-secondary:active {
  background-color: #b8001f;
}
/* line 720, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-heading-line > ::after, .jl-heading-line > ::before {
  top: calc(50% - (2px / 2));
  width: 150px;
}
/* line 724, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-text-primary, .jl-alert-primary {
  color: #3b3b3b !important;
}
/* line 729, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-primary {
  background-color: #3b3b3b;
}
/* line 731, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-primary:focus, .jl-button-primary:hover {
  background-color: #222;
}
/* line 736, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-primary {
  background: #3b3b3b;
}
/* line 738, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-card-primary.jl-card-hover:hover {
  background-color: #222;
}
/* line 742, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-tile-primary, .jl-section-primary {
  background: #3b3b3b;
}
/* Hover + Focus */
/* line 747, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-nav-default > li > a:hover, .jl-nav-default > li > a:focus, .jl-nav-default > li.jl-active > a, .jl-article-meta a {
  color: #3b3b3b;
}
/* line 753, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-subnav-pill > .jl-active > a, .jl-dotnav > .jl-active > * {
  background-color: #3b3b3b;
}
/* Hover + Active + Focus */
/* line 758, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-tab > .jl-active > a, .jl-tab > * > a:hover, .jl-tab > * > a:focus {
  border-color: #3b3b3b;
}
/* Hover + Focus */
/* line 764, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-accordion-title:hover, .jl-accordion-title:focus {
  color: #3b3b3b;
}
/* line 768, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-default {
  background-color: rgba(255, 255, 255, 0);
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
}
/* line 773, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-marker {
  padding: 0;
  background: #fff;
  color: #fff;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
  border: 6px solid #3b3b3b;
  border-radius: 500px;
}
/* line 781, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-marker svg {
  width: 10px;
  height: 10px;
}
/* line 787, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-tab > * > a, .jl-nav-default {
  font-size: 1rem;
}
/* line 791, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button:focus {
  outline: 0;
}
/* line 794, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button, .jl-tab > * > a {
  text-transform: none;
  font-size: 1rem;
}
/* line 799, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-default {
  color: #3b3b3b;
  border: 2px solid #3b3b3b;
}
/* line 804, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-default:focus, .jl-button-default:hover {
  color: #404042;
  border-color: #404042;
}
/* line 810, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-default.jl-active, .jl-button-default:active {
  color: #404042;
  border-color: #404042;
}
/* line 816, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-primary {
  border: 2px solid transparent;
}
/* line 820, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-primary:focus, .jl-button-primary:hover {
  border-color: transparent;
}
/* line 825, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-primary.jl-active, .jl-button-primary:active {
  border-color: transparent;
}
/* line 830, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-secondary {
  border: 2px solid transparent;
}
/* line 834, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-secondary:focus, .jl-button-secondary:hover {
  border-color: transparent;
}
/* line 839, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-secondary.jl-active, .jl-button-secondary:active {
  border-color: transparent;
}
/* line 844, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-danger {
  border: 2px solid transparent;
}
/* line 848, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-danger:focus, .jl-button-danger:hover {
  border-color: transparent;
}
/* line 853, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-danger.jl-active, .jl-button-danger:active {
  border-color: transparent;
}
/* line 858, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-button-danger:disabled, .jl-button-default:disabled, .jl-button-primary:disabled, .jl-button-secondary:disabled {
  border: 2px solid transparent;
}
/* line 868, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g5-container {
  margin: 0 auto;
  padding: 0;
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g5-container {
    width: 60rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g5-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g5-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g5-container {
    width: 100%;
  }
}
/* line 884, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g5-container .g5-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 889, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 890, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-container .g5-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 897, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 898, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 899, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-controls {
  text-align: center;
}
/* line 901, templates/jl_tranship_free/custom/scss/_jlparticles.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 907, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-controls .clndr-previous-button:hover, .tm-calendar .clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
/* line 911, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
/* line 915, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
/* line 920, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid {
  float: left;
  width: 65%;
}
@media only all and (max-width: 59.99rem) {
  .tm-calendar .clndr .clndr-grid {
    float: none;
    width: 100%;
    border: 0px;
    clear: both;
    overflow: hidden;
  }
}
/* line 930, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days-of-the-week {
  padding-left: 0;
  padding-right: 0;
}
/* line 933, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  text-align: center;
}
/* line 939, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days {
  width: 100%;
}
/* line 941, templates/jl_tranship_free/custom/scss/_jlparticles.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;
}
@media only all and (max-width: 50.99rem) {
  .tm-calendar .clndr .clndr-grid .days .day, .tm-calendar .clndr .clndr-grid .days .empty {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
/* line 955, templates/jl_tranship_free/custom/scss/_jlparticles.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 959, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 960, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event {
  background: #fff;
  text-align: center;
}
/* line 963, templates/jl_tranship_free/custom/scss/_jlparticles.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 968, templates/jl_tranship_free/custom/scss/_jlparticles.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;
}
@media only all and (max-width: 50.99rem) {
  .tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event .numberCircle span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* line 990, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 991, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event:hover span {
  background: #3b3b3b;
  color: #fff;
}
/* line 996, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 997, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days .day.today span {
  display: inline-block;
  border: 2px solid #eb0028;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only all and (max-width: 50.99rem) {
  .tm-calendar .clndr .clndr-grid .days .day.today span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
/* line 1012, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .clndr .clndr-grid .days .day.today .day-number {
  color: #eb0028;
}
/* line 1020, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .jl-height-medium {
  height: 400px;
}
/* line 1023, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .content-inner {
  padding: 20px;
  animation-name: jl-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/* line 1029, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-calendar .jl-article-meta {
  padding: 5px 0;
}
/* line 1035, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1036, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-success, .tm-search .jl-form-success, .tm-paypal-wrapper .jl-form-success:focus, .tm-search .jl-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/* line 1040, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-danger, .tm-search .jl-form-danger, .tm-paypal-wrapper .jl-form-danger:focus, .tm-search .jl-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/* line 1044, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-form-controls input, .tm-search .jl-form-controls input {
  box-shadow: none;
  border-radius: 0;
  padding: 0 10px;
}
/* line 1045, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-paypal-wrapper .jl-search input, .tm-search .jl-search input {
  box-shadow: none;
  border-radius: 0;
}
/* line 1049, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1050, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#g-navigation .tm-search {
  margin: -1.563rem;
}
/* line 1053, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#g-navigation .tm-search-inner {
  padding: 1.2rem 0.938rem;
}
/* line 1057, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#g-navigation .jl-navbar-center:only-child, #g-navigation .jl-navbar-left, #g-navigation .jl-navbar-right {
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #3b3b3b;
}
/* line 1067, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1068, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
#g-navigation .jl-search-navbar .jl-search-input {
  font-size: 1rem;
}
/* line 1073, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1074, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-search-navbar .jl-search-input {
  font-size: 1rem;
}
/* line 1079, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1080, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-button-wrapper .jl-button-danger:disabled, .tm-button-wrapper .jl-button-default:disabled, .tm-button-wrapper .jl-button-primary:disabled, .tm-button-wrapper .jl-button-secondary:disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  border: 1px solid #e5e5e5 !important;
}
/* line 1090, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999;
  font-size: 16px;
  width: 38px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes fadeInRight {
  /* line 1112, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1118, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  /* line 1126, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 1132, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  /* line 1140, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  from {
    opacity: 1;
  }
  /* line 1144, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  /* line 1152, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  from {
    opacity: 1;
  }
  /* line 1156, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1163, templates/jl_tranship_free/custom/scss/_jlparticles.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 1172, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.backHide {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/* line 1176, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
a.back-to-top:hover {
  background: #3b3b3b;
}
/* line 1178, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
a.back-to-top:hover span {
  color: #fff;
}
/* line 1184, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message {
  font-size: 1rem;
}
/*
 * Primary bordered
 */
/* line 1190, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-border {
  color: #1e87f0;
  border: 1px solid #1e87f0;
}
/*
 * Success bordered
 */
/* line 1197, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-success-border {
  color: #32d296;
  border: 1px solid #32d296;
}
/*
 * Warning bordered
 */
/* line 1204, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-border {
  color: #faa05a;
  border: 1px solid #faa05a;
}
/*
 * Danger bordered
 */
/* line 1211, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-border {
  color: #f0506e;
  border: 1px solid #f0506e;
}
/*
 * Primary bg
 */
/* line 1219, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-hivis {
  color: #fff;
  background-color: #3b3b3b;
}
/* line 1220, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-primary-hivis .jl-notification-close, .jl-notification-message-primary-hivis a {
  color: #fff;
}
/*
 * Success bg
 */
/* line 1230, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-success-hivis {
  color: #fff;
  background-color: #32d296;
}
/* line 1231, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-success-hivis .jl-notification-close, .jl-notification-message-success-hivis a {
  color: #fff;
}
/*
 * Warning bg
 */
/* line 1241, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-hivis {
  color: #fff;
  background-color: #faa05a;
}
/* line 1242, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-warning-hivis .jl-notification-close, .jl-notification-message-warning-hivis a {
  color: #fff;
}
/*
 * Danger bg
 */
/* line 1252, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-hivis {
  color: #fff;
  background-color: #f0506e;
}
/* line 1253, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-notification-message-danger-hivis .jl-notification-close, .jl-notification-message-danger-hivis a {
  color: #fff;
}
/* line 1262, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
:-webkit-full-screen-ancestor:not(iframe) {
  animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
}
/* line 1268, templates/jl_tranship_free/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 1279, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1280, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.moduletable .jl-breadcrumb > :nth-child(n+2):not(.jl-first-column)::before {
  margin: 0 5px;
}
/* line 1286, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1287, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.tm-price-list .jl-icon-button {
  border-radius: 0;
  background-color: #fff;
  color: #3d3d3d;
}
/* line 1295, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-background-default {
  background-color: #fff !important;
}
/* line 1298, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-background-muted {
  background-color: #f8f8f8 !important;
}
/* line 1301, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-background-primary {
  background-color: #3b3b3b !important;
}
/* line 1304, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-background-secondary {
  background-color: #222 !important;
}
/* line 1308, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.jl-tooltip {
  text-shadow: none;
  font-size: 0.875em;
  font-weight: 400;
  color: #fff;
  background-color: #002b45;
  -webkit-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 -3px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 960px) {
  /* line 1320, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  /* line 1321, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .g-news-ticker .tm-heading, .g-news-ticker .tm-heading-right {
    margin: 0 !important;
  }
  /* line 1324, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
  .g-news-ticker .tm-heading:after, .g-news-ticker .tm-heading-right:after {
    display: none;
  }
}
/* line 1330, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g-news-ticker .jl-label {
  text-transform: none;
}
/* line 1331, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1333, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g-tiles-particle .jl-subnav-divider > *, .g-post-gallery .jl-subnav-divider > * {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 1334, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g-tiles-particle .jl-label, .g-post-gallery .jl-label {
  text-transform: none;
  border-radius: 0;
}
/* line 1335, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.g-tiles-particle .jl-subnav > * > :first-child, .g-post-gallery .jl-subnav > * > :first-child {
  font-size: 12px;
}
/* line 1341, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1342, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.entry-meta .meta-date, .entry-meta .meta-author, .entry-meta .meta-comments-count, .entry-meta .meta-categories {
  display: inline-block;
  margin-right: 5px;
}
/* line 1350, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1354, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
/* line 1355, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.wp-content-slider-particle .tm-meta li, .joomla-content-slider .tm-meta li, .wp-content-grid .tm-meta li, .jl-content-grid .tm-meta li {
  text-transform: uppercase;
}
/* line 1360, templates/jl_tranship_free/custom/scss/_jlparticles.scss */
.custom-offcanvas {
  line-height: 40px;
}
/************
 ** Headers **
 *************/
/* line 19, templates/jl_tranship_free/custom/scss/custom.scss */
.g-logo img {
  width: 170px;
}
/* line 23, templates/jl_tranship_free/custom/scss/custom.scss */
.jl-breadcrumb > * > * {
  font-size: 14px;
  font-weight: 400;
}
/* Navigation Section */
/******************
 *****  Menu  ******
 ******************/
/* line 34, templates/jl_tranship_free/custom/scss/custom.scss */
#g-navigation-sticky-wrapper {
  height: 80px !important;
}
/* line 38, templates/jl_tranship_free/custom/scss/custom.scss */
.menutitle {
  background: #56575c;
  margin-right: 1px;
}
/* line 43, templates/jl_tranship_free/custom/scss/custom.scss */
.menutitle:hover {
  background: #56575c !important;
}
/* line 47, templates/jl_tranship_free/custom/scss/custom.scss */
.menutitle span {
  color: #fff;
}
/* line 51, templates/jl_tranship_free/custom/scss/custom.scss */
.separator {
  border-right: 1px solid #fff;
}
/* oc cart */
/* line 56, templates/jl_tranship_free/custom/scss/custom.scss */
#g-navigation-sticky-wrapper #cart {
  margin-bottom: 0px;
  display: inline-block !important;
  width: auto;
}
/* line 62, templates/jl_tranship_free/custom/scss/custom.scss */
#g-navigation-sticky-wrapper #cart .btn-inverse {
  background: #3498db;
  border: none;
  border-style: none;
  box-shadow: none;
}
/* line 69, templates/jl_tranship_free/custom/scss/custom.scss */
#g-navigation-sticky-wrapper #cart .dropdown-menu li p {
  margin: 20px 5px;
  font-size: 12px;
}
/* line 74, templates/jl_tranship_free/custom/scss/custom.scss */
#g-navigation-sticky-wrapper #cart.open > .btn-inverse {
  color: #c6c6c6;
}
/* line 78, templates/jl_tranship_free/custom/scss/custom.scss */
.g-menu-item-subtitle {
  font-size: 10px;
}
/***********************
 *****  Slideshow  ******
 ***********************/
/* line 87, templates/jl_tranship_free/custom/scss/custom.scss */
#slide-show .platform-content {
  padding-top: 0;
  padding-bottom: 0;
}
/* Open Cart */
/* line 94, templates/jl_tranship_free/custom/scss/custom.scss */
.price {
  font-size: 14px;
  font-weight: 600;
}
/* line 99, templates/jl_tranship_free/custom/scss/custom.scss */
.price-tax {
  font-weight: normal;
}
/* Open Cart checkout & vouchers coupons  */
/* line 104, templates/jl_tranship_free/custom/scss/custom.scss */
#collapse-coupon input[type="button"] {
  height: 18px;
}
/* line 108, templates/jl_tranship_free/custom/scss/custom.scss */
#collapse-voucher input[type="submit"] {
  height: 18px;
}
/******************/
/*  Above Footer  */
/******************/
/* line 116, templates/jl_tranship_free/custom/scss/custom.scss */
#g-abovefooter {
  padding-top: 0px;
  padding-bottom: 0px;
}
/********************************************************/
/*****************/
/*    FOOTER     */
/*****************/
/* Footers */
/* line 128, templates/jl_tranship_free/custom/scss/custom.scss */
/* line 129, templates/jl_tranship_free/custom/scss/custom.scss */
/* line 130, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .social-ft .g-content {
  padding: 0 1.5rem 1.5rem;
}
/* line 134, templates/jl_tranship_free/custom/scss/custom.scss */
/* line 135, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct img {
  margin-bottom: 20px;
}
/* line 138, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct .abovefooter-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  position: relative;
  margin-bottom: 30px;
}
/* line 145, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct .abovefooter-title:before {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #eb0028;
  left: 0px;
  bottom: -10px;
  content: "";
  width: 40px;
}
/* line 156, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct ul {
  margin-bottom: 0;
}
/* line 158, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct ul li {
  line-height: 26px;
  padding-bottom: 10px;
}
/* line 161, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct ul li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #a7a7a7;
}
/* line 168, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct p {
  color: #a7a7a7;
  font-size: 14px;
}
/* line 172, templates/jl_tranship_free/custom/scss/custom.scss */
/* line 173, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct .footer-contact li {
  padding-bottom: 5px;
  font-size: 14px;
  color: #a7a7a7;
}
/* line 177, templates/jl_tranship_free/custom/scss/custom.scss */
#g-footer .abovefooter-ct .footer-contact li i {
  padding-right: 4px;
  color: #eb0028;
}
/* line 185, templates/jl_tranship_free/custom/scss/custom.scss */
/* line 191, templates/jl_tranship_free/custom/scss/custom.scss */
.g-branding, .desgin {
  font-size: 14px;
}
/* line 196, templates/jl_tranship_free/custom/scss/custom.scss */
.back-to-top {
  bottom: 3%;
  right: 5%;
}
/* line 201, templates/jl_tranship_free/custom/scss/custom.scss */
._7acu {
  height: auto;
}
/*******************************************************/
/*********************************************************/
/* Acymailing Module */
/* line 212, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons {
  text-align: right;
}
/* line 216, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons .btn {
  border-radius: 1px;
}
/* line 220, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons .btn-primary {
  background: #3498db;
}
/* line 224, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons .btn-primary:hover {
  background: #63b4ed;
}
/* line 228, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons .btn-inverse {
  background: #747474;
  border: 0px;
}
/* line 233, templates/jl_tranship_free/custom/scss/custom.scss */
.acysubbuttons .btn-inverse:hover {
  background: #6c6c6c;
}
/*****************************************************/
/**********************/
/*      Open Cart     */
/**********************/
/*********************/
/*      TITLES       */
/*********************/
/* line 248, templates/jl_tranship_free/custom/scss/custom.scss */
.cts-title {
  font-size: 20px;
  text-transform: uppercase;
  /*color: #fff;*/
  margin-top: 10px;
  position: relative;
  margin-bottom: 30px;
}
/* line 257, templates/jl_tranship_free/custom/scss/custom.scss */
.cts-title:before {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #3498db;
  left: 0px;
  bottom: -10px;
  content: "";
  width: 40px;
}
/* line 268, templates/jl_tranship_free/custom/scss/custom.scss */
.fancy-title {
  text-align: center;
}
/* line 272, templates/jl_tranship_free/custom/scss/custom.scss */
.fancy-title::after {
  content: "";
  width: 60px;
  border-top: 2px solid #3498db;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*********************/
/*      SPACERS      */
/*********************/
/* line 285, templates/jl_tranship_free/custom/scss/custom.scss */
.space-small {
  height: 20px;
}
/* line 289, templates/jl_tranship_free/custom/scss/custom.scss */
.space-medium {
  height: 40px;
}
/* line 293, templates/jl_tranship_free/custom/scss/custom.scss */
.space-l {
  height: 60px;
}
/*********************/
/*    PARAGRAPHS     */
/*********************/
/* line 300, templates/jl_tranship_free/custom/scss/custom.scss */
.lead {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0;
}
/*********************/
/*       modals      */
/*********************/
/* line 311, templates/jl_tranship_free/custom/scss/custom.scss */
.modal-ct {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto;
  margin-left: 15px;
}
/*************************/
/* Joomla Blog Read More */
/*************************/
/* line 323, templates/jl_tranship_free/custom/scss/custom.scss */
.jl-button {
  border: 1px solid #3498db;
  padding: 10px 15px;
  color: #fff;
  background-color: #3498db;
}
/* line 330, templates/jl_tranship_free/custom/scss/custom.scss */
.readmore a:hover {
  color: #fff !important;
  background-color: #2e86c1;
}
/*# sourceMappingURL=custom__body_only.css.map */