.jshepherd-custom-theme .shepherd-content {
  background-color: #484848 !important;
  color: white !important;
}
.jshepherd-custom-theme .shepherd-content::before {
  border-right-color: #484848 !important;
  border-left-color: #484848 !important;
  border-bottom-color: #363636 !important;
  border-top-color: #484848 !important;
}
.jshepherd-custom-theme .shepherd-content header {
  background-color: #363636 !important;
  border-bottom: 1px solid #006699;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link {
  color: #BFBFBF !important;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link:hover {
  color: #ffffff !important;
}
.jshepherd-custom-theme.shepherd-target-attached-bottom .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-right .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-left .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-target-attached-top .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.shepherd-title {
  color: #717171;
}
.jtour-nav {
  bottom: 0px;
  background: #363636;
  padding: 10px;
  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;
  border: 0px solid #000000;
  color: #717171;
}
.bg-danger {
  padding: 5px;
  color: white;
}
.jcustom-new-template #nav {
  background-color: #fff;
}
.jcustom-new-template .nav-top {
  padding-left: 0px !important;
}
.jcustom-new-template .nav-top::after {
  display: none;
}
.jcustom-new-template .nav-top .logo {
  margin-left: 0px;
  background-color: #fff;
}
.jcustom-new-template .nav-global {
  margin-left: 40px;
  margin-right: 40px;
}
.jcustom-new-template .nav-global li > a {
  margin-left: 20px;
}
.jcustom-new-template .nav-global .jbtn-cart {
  background: #fff;
  color: #F39C12;
  border: 4px solid #F39C12;
  text-shadow: none;
  border-radius: 6px;
}
.jcustom-new-template .nav-global .jbtn-cart::before {
  content: "";
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  background: url(/images/trial/cart.png) 0px 0px no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.jcustom-new-template .nav-top-border-ghost {
  left: 0px !important;
  right: 0px !important;
}
.jcustom-new-template .container-fluid {
  padding: 0px;
}
.jadd-bg {
  background: url(/images/trial/bg.png) repeat;
}
.jadd-bg-white {
  background: #fff;
}
.jseparator {
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa, #fff);
  background: -moz-linear-gradient(top, #fafafa, #fff);
  background: linear-gradient(top, #fafafa, #fff);
  padding: 0 0 50px;
  position: relative;
}
.jseparator::after {
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  content: "";
  height: 64px;
  left: 50%;
  margin: 0 0 0 -32px;
  position: absolute;
  top: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 64px;
}
.well {
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: initial !important;
  -moz-border-radius: initial !important;
  border-radius: initial !important;
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
}
.jbtn-orange {
  background: #F39C12 !important;
  border-color: #F39C12 !important;
  padding: 8px 16px !important;
  font-size: 20px !important;
  text-shadow: none !important;
}
.jcenter-box {
  padding-left: 40px;
  padding-right: 40px;
}
footer,
.footer {
  padding-left: 40px;
  padding-right: 40px;
}
.jtrial-info {
  float: left;
  border-top: 2px solid #ddd;
  padding: 10px;
}
.jtrial-info > [class*="jtrial-info-"] {
  line-height: 30px;
  float: left;
  margin-right: 20px;
}
.jtrial-info-date {
  background: #008000;
  padding: 0px 10px;
  margin-left: 10px;
  color: #fff;
  float: right;
  font-weight: bold;
}
@media (max-width: 1649px) {
  .jtrial-info {
    width: 100%;
    display: block;
    padding: 40px 0px;
  }
  .jtrial-info-header {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 1650px) {
  .jtrial-info {
    width: auto;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #ddd;
    border-left: none;
    position: absolute;
    right: -180px;
    background: #fff;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    float: none;
  }
}
body.site.homepage {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  body.site.homepage {
    padding-bottom: 60px;
  }
}
.homepage .container-fluid {
  margin-top: -23px;
  padding-bottom: 20px;
}
.homepage .nav-top {
  margin-top: 3px;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}
.homepage .lead {
  margin-bottom: 0;
}
.homepage .nav-top-fixer .jcenter-box {
  margin-bottom: 15px;
}
.homepage .nav-top-fixer .btn-primary {
  position: relative;
  padding: 10px 20px;
  font-size: 19px;
  background-color: #F39C12;
  border: 2px solid #F39C12;
  border-radius: 5px;
  box-shadow: none;
  z-index: 1;
}
.homepage .nav-top-fixer .btn-primary:hover,
.homepage .nav-top-fixer .btn-primary:focus,
.homepage .nav-top-fixer .btn-primary:active {
  color: #F39C12;
  background-color: #fff;
  text-shadow: none;
}
.homepage .item-page .well .row-fluid > h2 {
  color: #777777;
}
.homepage .item-page .well .row-fluid .row-fluid {
  box-sizing: border-box;
  padding: 0 10px;
}
.homepage .well {
  box-shadow: none;
}
.homepage .circle {
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 0px;
  margin-bottom: 20px;
  padding: 25px 0;
  line-height: 2px;
}
.homepage .circle:after {
  content: '';
  position: absolute;
  right: 2px;
  bottom: -9px;
  border-top: 20px solid #0088cc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  transform: rotate(-30deg);
}
.jcustom-new-template .nav-top .course-name {
  padding-left: 0;
}
.jcustom-new-template .nav-top .course-name h1 {
  margin-top: 0;
}
.jcustom-new-template .nav-icon {
  display: none;
}
.jcustom-new-template ul li.open {
  position: static;
}
.jcustom-new-template ul li.open > a {
  position: relative;
  color: #F39C12;
}
.jcustom-new-template ul li.open > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  z-index: 1001;
}
.jcustom-new-template ul li.open > .box-shadow-menu:before {
  background: #F39C12;
  box-shadow: 0 6px 0 0 #F39C12, 0 12px 0 0 #F39C12;
}
.jcustom-new-template ul li.open > .box-shadow-menu:after {
  left: 35%;
}
.jcustom-new-template .nav-global > li:nth-of-type(3) {
  height: auto;
}
.jcustom-new-template .nav-global > li > a {
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.jcustom-new-template .nav-global > li > a:hover,
.jcustom-new-template .nav-global > li > a:focus,
.jcustom-new-template .nav-global > li > a:active {
  color: #F39C12;
}
.jcustom-new-template .nav-top .jbtn-cart {
  margin-left: 10px !important;
  margin-right: 10px;
  padding: 9px !important;
  border-width: 2px;
  border-radius: 4px;
  box-shadow: none;
}
.jcustom-new-template .nav-top .jbtn-cart:before {
  content: "";
  position: relative;
  top: -2px;
  width: 26px;
  background: url('http://newsource.myjoomlalms.com/images/cart.svg') no-repeat;
}
.jcustom-new-template .nav-top .jbtn-cart:hover,
.jcustom-new-template .nav-top .jbtn-cart:focus,
.jcustom-new-template .nav-top .jbtn-cart:active {
  color: #ffffff;
  background-color: #F39C12;
}
.jcustom-new-template .nav-top .jbtn-cart:hover:before,
.jcustom-new-template .nav-top .jbtn-cart:focus:before,
.jcustom-new-template .nav-top .jbtn-cart:active:before {
  background: url('http://newsource.myjoomlalms.com/images/cart-active.svg') no-repeat;
}
.jcustom-new-template .box-shadow-menu {
  margin-right: 0;
  padding: 32px 60px 32px 0 !important;
}
.jcustom-new-template .box-shadow-menu:before {
  top: calc(50% - 11px);
  left: calc(35% - 13px);
  width: 26px;
  height: 22px;
  box-shadow: none;
  background: url('http://newsource.myjoomlalms.com/images/menu.svg') no-repeat;
}
.jcustom-new-template .box-shadow-menu:hover:before,
.jcustom-new-template .box-shadow-menu:focus:before,
.jcustom-new-template .box-shadow-menu:active:before {
  background: url('http://newsource.myjoomlalms.com/images/menu-active.svg') no-repeat;
}
.jcustom-new-template .dropdown-toggle {
  color: #aaaaaa;
  font-weight: bold;
}
.jcustom-new-template .dropdown-toggle:hover,
.jcustom-new-template .dropdown-toggle:focus,
.jcustom-new-template .dropdown-toggle:active {
  color: #F39C12;
}
.jcustom-new-template .nav-main .dropdown-menu {
  top: 100%;
  left: inherit !important;
  right: 0;
  margin: 0;
  padding: 0 20px 15px;
  min-width: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jcustom-new-template .nav-main .dropdown-menu form {
  margin-top: 20px;
  margin-bottom: 0;
}
.jcustom-new-template .nav-main .dropdown-menu [class*="moduletable"] h3 {
  margin: 0 -20px 10px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.jcustom-new-template .nav-main .dropdown-menu h3 + ul {
  padding: 0;
}
.jcustom-new-template .nav-main .dropdown-menu .controls,
.jcustom-new-template .nav-main .dropdown-menu .checkbox,
.jcustom-new-template .nav-main .dropdown-menu .unstyled li,
.jcustom-new-template .nav-main .dropdown-menu h3 + ul li {
  line-height: 18px;
}
.jcustom-new-template .nav-main .dropdown-menu li > a,
.jcustom-new-template .nav-main .dropdown-menu .unstyled li a,
.jcustom-new-template .nav-main .dropdown-menu .checkbox,
.jcustom-new-template .nav-main .dropdown-menu .input-prepend,
.jcustom-new-template .nav-main .dropdown-menu #form-login-submit {
  margin: 0 !important;
}
.jcustom-new-template .nav-main .dropdown-menu .control-group {
  margin-bottom: 10px;
}
.jcustom-new-template .nav-main .dropdown-menu #form-login-submit {
  margin-bottom: 12px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .checkbox {
  margin-top: 15px !important;
  margin-bottom: 8px !important;
}
.jcustom-new-template .nav-main .dropdown-menu .checkbox input {
  margin-top: 2px;
  margin-right: 7px;
}
.jcustom-new-template .nav-main .dropdown-menu .btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
  box-shadow: none;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li {
  margin-bottom: 7px;
}
.jcustom-new-template .nav-main .dropdown-menu .unstyled li:last-child {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .jcustom-new-template .nav-top .course-name {
    left: 85px;
  }
  .jcustom-new-template .nav-top .course-name h1 {
    line-height: 82px;
  }
  .jcustom-new-template .nav-top ul,
  .jcustom-new-template .nav-top ul li {
    line-height: 82px;
  }
  .jcustom-new-template .nav-top-fixer {
    padding-top: 83px;
  }
}
@media (max-width: 979px) {
  .jcustom-new-template .nav-top .course-name {
    left: 70px;
  }
  .jcustom-new-template .nav-top .course-name h1 {
    font-size: 21px;
    line-height: 57px;
  }
  .jcustom-new-template .nav-top ul,
  .jcustom-new-template .nav-top ul li {
    line-height: 55px;
  }
  .jcustom-new-template .box-shadow-menu {
    padding: 21px 60px 21px 0 !important;
  }
}
@media (max-width: 767px) {
  .jcustom-new-template .nav-top {
    padding-left: 55px !important;
  }
  .jcustom-new-template .nav-top .logo {
    width: 55px;
  }
  .jcustom-new-template .course-name {
    display: none;
  }
  .jcustom-new-template .nav-global li > a {
    margin-left: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jcustom-new-template .nav-global .jbtn-cart {
    margin-left: 7px !important;
    margin-right: 7px !important;
    padding: 8px !important;
  }
  .jcustom-new-template .nav-global .jbtn-cart:after {
    margin-right: 8px;
  }
  .jcustom-new-template .box-shadow-menu {
    padding-right: 50px !important;
  }
}
@media (max-width: 480px) {
  .jcustom-new-template .nav-top {
    padding-left: 0 !important;
  }
  .jcustom-new-template .nav-main:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    z-index: -1;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .jcustom-new-template .nav-global li > a,
  .jcustom-new-template .nav-global .jbtn-cart {
    font-size: 12px !important;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(1),
  .jcustom-new-template .nav-global > li:nth-of-type(2),
  .jcustom-new-template .nav-global > li:nth-of-type(3) {
    position: absolute;
    top: 60px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(1) {
    right: 235px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(2) {
    right: 153px;
  }
  .jcustom-new-template .nav-global > li:nth-of-type(3) {
    top: 68px;
    right: 15px;
  }
  .jcustom-new-template .nav-top-fixer {
    padding-top: 124px;
  }
}
.jadd-bg-photo {
  background-size: contain;
}
.jadd-bg-photo .jadd-gradient {
  padding: 30px 10px 20px 10px;
}
.jadd-bg-photo .jadd-gradient .lead {
  font-size: 19px;
}
@media (min-width: 1041px) {
  .jadd-bg-photo {
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat, url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right top no-repeat, url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1041px) and (max-width: 1199px) {
  .jadd-bg-photo {
    padding-left: 100px;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat, url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -45px top no-repeat, url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, #e5eef5;
  }
}
@media (max-width: 1040px) {
  .jadd-bg-photo {
    padding-left: 43%;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat, url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, #e5eef5;
    background-size: contain;
  }
  .jadd-bg-photo .jadd-gradient {
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 35%, #ffffff 100%);
  }
}
@media (max-width: 767px) {
  .jadd-bg-photo {
    padding-left: 0;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -53px top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -53px top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -53px top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -53px top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/right-bg-image.png') right -53px top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    padding: 230px 30px 20px;
    background-image: none;
  }
}
@media (max-width: 480px) {
  .jadd-bg-photo {
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
    background: url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/left-bg-image.png') left top no-repeat,
                        url('http://newsource.myjoomlalms.com/templates/joomlalms_site/img/center-bg-image.png') center top repeat-x, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%), #e5eef5;
  }
  .jadd-bg-photo .jadd-gradient {
    padding: 225px 20px 20px;
  }
  .jadd-bg-photo .jadd-gradient h1 {
    font-size: 20px;
  }
  .jadd-bg-photo .jadd-gradient .lead {
    position: relative;
    font-size: 18px;
    line-height: 1.35;
    z-index: 1;
  }
}
.jtrial-info {
  float: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: right;
  border-top-width: 1px;
}
.jtrial-info > [class*="jtrial-info-"] {
  margin-bottom: 0;
}
.jtrial-info .jtrial-info-to .jtrial-info-date {
  border-top: 1px solid #fff;
}
@media (min-width: 1700px) {
  .jtrial-info {
    left: 100%;
    right: auto;
    white-space: nowrap;
    z-index: -1;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    margin-right: 0;
  }
}
@media (max-width: 1699px) {
  .jtrial-info {
    position: relative;
    padding: 20px 0;
    text-align: center;
    z-index: 1;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    display: inline-block;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .jtrial-info {
    max-width: 375px;
    text-align: right;
  }
  .jtrial-info > [class*="jtrial-info-"] {
    margin-right: 0;
  }
  .jtrial-info .jtrial-info-header {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .jtrial-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .item-page .well .row-fluid [class*="span"] {
    margin-bottom: 30px;
  }
  .item-page .well .row-fluid [class*="span"]:last-of-type {
    margin-bottom: 0;
  }
}
.jseparator {
  margin-top: 0px;
  background: -webkit-linear-gradient(180deg, #fafafa, #ffffff);
  background: -moz-linear-gradient(180deg, #fafafa, #ffffff);
  background: -ms-linear-gradient(180deg, #fafafa, #ffffff);
  background: -o-linear-gradient(180deg, #fafafa, #ffffff);
  background: linear-gradient(180deg, #fafafa, #ffffff);
}
.footer h3 {
  margin-bottom: 0;
}
.footer h3 span {
  display: inline-block;
}
.footer h3 span:after {
  content: '';
  position: relative;
  top: -10px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
.footer ul {
  margin-left: 15px;
}
.footer [class*="icon-"] {
  display: none;
}
.footer a:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: #0088cc;
}
.footer .row-fluid {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .footer .row-fluid [class*="span"] {
    margin-bottom: 20px;
  }
  .footer .row-fluid [class*="span"]:last-child {
    margin-bottom: 0;
  }
}
