.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 0px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #42423f;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.jb-title-white .section-title h3 {
  color: #ffffff;
}
.jb-title-white .section-title h3 .font-backend {
  color: #42423f;
  opacity: 0.6;
}
.section-title h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
  color: #42423f;
}
.section-title h3 .font-backend {
  bottom: -30px;
  color: #f2f2f2;
  font-family: Cochin;
  font-size: 100px;
  left: 0;
  line-height: 100px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.title-center .section-title h3 {
  text-align: center;
}
.jb-intro {
  font-family: 'Lato', sans-serif;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .jb-intro {
    padding: 0px 0px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .jb-intro {
    padding: 0px 50px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .jb-intro {
    padding: 0px 150px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .jb-intro {
    padding: 0px 150px;
    font-size: 18px;
  }
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #000000;
}
.owl-carousel .item {
  margin: 0 10px 0px 10px;
}
.owl-carousel .item.nomgr {
  margin: 0px;
}
.owl-portfolio .info {
  margin-top: 10px;
}
.owl-portfolio .info h4 a {
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: center !important;
}
.owl-carousel {
  position: absolute;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: 35%;
  pointer-events: auto;
}
.owl-carousel .owl-controls .owl-prev {
  left: -5%;
}
.owl-carousel .owl-controls .owl-next {
  right: -5%;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  line-height: 38px;
  font-size: 18px;
  width: 44px;
  height: 44px;
  padding-top: 20px;
}
.owl-carousel .owl-controls .owl-prev:hover,
.owl-carousel .owl-controls .owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.owl-clients .item img {
  max-width: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.owl-clients .item:hover img {
  opacity: 1;
}
.owl-slider-wrapper {
  position: relative;
  width: 100%;
  float: left;
  z-index: 99;
}
.owl-slider-wrapper.agency {
  position: relative;
  width: 103.15%;
}
.owl-slider-wrapper .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-slider-wrapper .owl-custom-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -23px;
  pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -23px;
  pointer-events: auto;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev,
.owl-slider-wrapper .owl-custom-nav .slider-next {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 20px;
  padding: 12px 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev.big,
.owl-slider-wrapper .owl-custom-nav .slider-next.big {
  font-size: 20px;
  padding: 24px 32px;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before,
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-align: center;
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:before {
  content: '\e75d';
}
.owl-slider-wrapper .owl-custom-nav .slider-next:before {
  content: '\e75e';
}
.owl-slider-wrapper .owl-custom-nav .slider-prev:hover,
.owl-slider-wrapper .owl-custom-nav .slider-next:hover {
  color: #ffffff;
}
.owl-slider-wrapper .owl-custom-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-slider-wrapper:hover .owl-custom-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.navigation a {
  border: 1px solid #b0b0b0;
  color: #939393;
  line-height: 1;
  font-size: 20px;
  padding: 7px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 3px;
}
.navigation a:hover {
  border: 1px solid #eb5a55;
  color: #eb5a55;
}
.bx-blog .post .post-content h2 {
  font-size: 20px;
}
.full-portfolio .items {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-box {
  padding: 15px 20px;
  margin: 15px 0;
}
.service-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  padding: 20px 0 0;
}
.service-icon {
  background-color: #000000;
  color: #ffffff;
  width: 50px;
  height: 50px;
  font-family: 'Dosis', sans-serif;
  line-height: 50px;
  display: block;
  margin: auto;
  text-align: center;
  font-size: 18px;
}
.bg-image {
  padding: 0;
  position: relative;
}
.bg-image .image-wrapper {
  height: 100%;
  padding: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
}
.bg-image .image-wrapper.pull-right {
  right: 0;
}
.bg-image .content {
  padding-top: 100px;
  padding-bottom: 0px;
}
.bg-image .mini-title {
  position: absolute;
  z-index: 2;
  top: 38%;
  left: 0;
  margin: -20px auto;
  color: #ffffff;
  text-align: center;
  right: 0;
}
.bg-image .mini-title a,
.bg-image .mini-title em {
  color: #ffffff !important;
  font-size: 43px;
}
.bg-image .mini-title h2 {
  font-size: 40px;
  color: #ffffff;
}
.animation-wrapper .holder1 {
  width: 140px;
  height: 35px;
  left: 48%;
  background: url(../../templates/jb_nation/images/shape2.png) left center no-repeat;
  top: 29%;
  position: absolute;
}
.animation-wrapper .holder2 {
  width: 140px;
  height: 35px;
  left: 48%;
  background: url(../../templates/jb_nation/images/shape2.png) left center no-repeat;
  top: 47%;
  position: absolute;
}
.animation-wrapper .holder3 {
  background: url(../../templates/jb_nation/images/shape2.png) left center no-repeat;
  height: 35px;
  left: 52%;
  position: absolute;
  top: 65%;
  width: 158px;
}
.animation-wrapper .plus-x {
  background-image: url(../../templates/jb_nation/images/plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .6s;
  outline: 0;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  background-color: #000000;
}
.animation-wrapper .plus-x:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #000000;
}
.animation-wrapper .button-1 {
  right: 0;
  bottom: 0;
}
.animation-wrapper .button-2 {
  right: 0;
}
.animation-wrapper .button-3 {
  right: 0;
  top: 0;
}
.section-wrapper {
  padding: 40px 0 0;
}
.section-wrapper a {
  outline: 0;
}
.section-wrapper .verticalbox {
  margin: 30px 0;
}
.section-wrapper .verticalbox:hover i,
.section-wrapper .verticalbox:hover em {
  color: #000000;
}
.section-wrapper .verticalbox .verticalicon {
  float: left;
  display: block;
  height: 100px;
  font-size: 44px;
  line-height: 1.3;
  text-align: center;
  width: 70px;
  margin-right: 20px;
}
.jb-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
.jb-parallax .gp-number {
  text-align: center;
}
@media (max-width: 767px) {
  .jb-parallax .gp-number {
    padding: 50px 0px 0px;
  }
}
@media (min-width: 768px) {
  .jb-parallax .gp-number {
    padding: 60px 0px 0px;
  }
}
@media (min-width: 992px) {
  .jb-parallax .gp-number {
    padding: 90px 0px 0px;
  }
}
.jb-parallax .gp-number .gp-count .gp-icon {
  line-height: 48px;
  border-radius: 500px;
  border: 1px solid #999999;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
}
.jb-parallax .gp-number .gp-count .odometer {
  display: block;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
}
.jb-parallax .gp-number h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
}
.skills {
  color: #0b0b0b;
  display: block;
  font-family: Dosis,sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-top: 30px !important;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.skills p i {
  font-size: 14px;
  padding-right: 7px;
}
.skills p {
  margin-left: 3px;
}
.progress {
  background-color: #fafafa;
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  margin-bottom: 30px;
}
.progress-bar {
  background-color: #eee;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  overflow: visible;
  text-align: center;
  transition: width 1.1s ease 0s;
  width: 0;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #777;
  min-width: 30px;
}
.progress {
  overflow: initial;
  position: relative;
}
.progress .progress-bar {
  line-height: 20px;
  position: absolute;
  z-index: 10;
}
.progress .progressbar-back-text {
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.progress .progressbar-front-text {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
.progress-bar span {
  color: #fff !important;
  display: block;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  overflow: visible;
  position: absolute;
  right: 0;
  text-align: center;
  top: -34px;
  width: 30px;
  z-index: 9999;
}
.progress-bar span,
.progress-bar-striped {
  background-color: #0b0b0b;
}
.jb-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
.jb-parallax .jb-padding {
  padding: 120px 0px;
}
.jb-parallax .jb-responsive-testimonal-item-wrapper .jb-responsive-testimonal-head {
  margin: 20px;
}
.jb-parallax .jb-responsive-testimonal-item-wrapper .jb-responsive-testimonal-head .jbt-avatar-name {
  color: #ffffff;
  font-family: Dosis,sans-serif;
  font-size: 14px !important;
  margin: 30px 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.jb-parallax .jb-responsive-testimonal-item-wrapper .jb-quote {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.9;
  margin: 30px;
}
.jb-parallax .jb-responsive-testimonal-item-wrapper .owl-controls {
  margin: -20px auto;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.jb-parallax .jb-responsive-testimonal-item-wrapper .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  line-height: 42px;
  padding: 0;
  text-align: center;
  width: 45px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-top: 30px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter .active {
  color: #ffffff;
  background: #000000 !important;
  border-radius: 0px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter li a {
  color: #000000;
  padding: 5px 20px;
  border-radius: 0px;
  background: transparent !important;
  outline: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter li a:hover {
  color: #ffffff;
  background: #000000 !important;
  border-radius: 0px;
}
.sp-simpleportfolio .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: #000000 !important;
  transform: translate3d !important;
}
.jbgooglemap .map-section {
  height: 150px;
}
.jbgooglemap .map-section .map-mask {
  background: #0b0b0b !important;
}
.jbgooglemap .map-section .map-mask .map-opener {
  font-weight: 400;
  height: auto !important;
  left: auto;
  line-height: 50px;
  margin-left: 0px;
  margin-top: 0px;
  overflow: hidden;
  text-align: center;
  top: 32%;
  width: auto !important;
  position: relative;
  margin: 0 auto;
}
.jbgooglemap .map-section .map-mask .map-opener .font-second {
  letter-spacing: 15px !important;
  font-size: 14px;
  margin-top: 0px !important;
  color: #999999;
}
.jbgooglemap .map-section .map-mask .map-opener .font-second:hover {
  color: #ffffff;
}
.jbgooglemap .map-opened {
  height: 500px !important;
}
.jbgooglemap .map-opened .map-mask {
  height: 150px;
}
.jb-home-form .jbaf-form-block-widget .control-group {
  margin-bottom: 50px;
}
.jb-home-form .jbaf-form-block-widget .control-group .control-label {
  display: none;
}
.jb-home-form .jbaf-form-block-widget .control-group .form-control {
  width: 100% !important;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #999999;
  border-radius: 0px;
  box-shadow: none;
}
.jb-home-form .jbaf-form-block-widget .control-group .form-control:hover,
.jb-home-form .jbaf-form-block-widget .control-group .form-control:focus,
.jb-home-form .jbaf-form-block-widget .control-group .form-control:active {
  border-color: #42423f;
}
.jb-home-form .jbaf-form-block-widget .contact-button {
  margin: 0 auto;
  display: block;
}
.personal_details ul {
  list-style: none;
  padding: 30px 0;
  font-family: Dosis,sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.personal_details h3 {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 700;
  width: 140px;
}
.modjbc-owl-carousel .owl-item {
  padding: 20px;
}
.modjbc-owl-carousel .owl-item .desc .jbcontent-title {
  margin-top: 20px;
}
.modjbc-owl-carousel .owl-item .meta {
  color: #0b0b0b;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.modjbc-owl-carousel .owl-controls {
  bottom: -80px;
  left: 0;
  margin-top: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: auto;
}
.modjbc-owl-carousel .owl-controls .owl-buttons [class*="owl-"] {
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 100%;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 26px;
  height: 40px;
  line-height: 36px;
  margin: 0 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.modjbc-owl-carousel .owl-controls .owl-buttons [class*="owl-"]:hover {
  border-color: #0b0b0b;
  color: #0b0b0b;
  text-decoration: none;
}
.pricing-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 30px;
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}
.pricing-box:hover {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #0b0b0b;
}
.pricing-details {
  list-style: outside none none;
  padding: 10px 0;
}
.pricing-heading h2 {
  color: #0b0b0b;
  font-size: 1.4em;
  font-weight: 300;
  padding-bottom: 0;
}
.pricing-heading i,
.pricing-heading em {
  color: #0b0b0b;
  padding: 30px 0 15px;
}
.pricing-heading h3 {
  color: #0b0b0b;
  font-size: 1.6em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.pricing-details ul,
.pricing-details ul li {
  color: #8e8e8e;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.pricing-box .button-wrapper {
  margin-top: 0;
}
.pricing-details ul li {
  border-top: 0 solid #f9f9f9;
  margin: 5px;
  padding: 7px;
}
.pricing-box:hover .pricing-details ul li:first-child,
.pricing-details ul li:first-child {
  border-top: 0 none;
}
.panel.price,
.panel.price > .panel-heading {
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.panel.price {
  border: 1px solid #ddd;
}
.panel.price:hover {
  border: 1px solid #0b0b0b;
}
.panel.price .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.panel.price .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.price .panel-footer {
  background-color: #ffffff;
  border-bottom: 0 none;
  color: #fff;
  padding: 20px;
}
.panel.price .btn {
  border: 0 none;
}
.price.panel-white > .panel-heading {
  background-color: #fff;
}
.price.panel-white > .panel-body {
  background-color: #fff;
  color: #0b0b0b;
}
.price.panel-white > .panel-body .lead {
  font-family: Dosis,sans-serif;
  font-size: 28px !important;
  font-weight: 300 !important;
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.price.panel-white .list-group-item {
  background-color: #fff;
  color: #0b0b0b;
  font-family: Dosis,sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.price .panel-heading h3 {
  font-weight: 200;
}
.price .panel-heading {
  border-bottom: 1px solid #ddd !important;
  font-weight: 700;
  padding: 20px 0 0;
}
.client {
  background: #ffffff;
  border: 1px solid #f5f5f5;
  margin: 15px 0;
  padding: 20px;
}
.client img {
  margin: auto;
  width: auto;
}
.client:hover {
  background: #000000;
}
.client img,
.demo-image img {
  opacity: 1;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.demo-image:hover img {
  opacity: 0.6;
}
.client:hover img {
  opacity: 0;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
figure.effect-milo .image {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect-milo:hover .image {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.jbt-style-6 .jb-responsive-testimonal-head {
  margin-top: 20px;
}
.jbt-style-6 .jb-responsive-testimonal-head .jbt-avatar-name {
  font-size: 24px;
  color: #353535;
  font-family: Dosis,sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 16px;
  padding: 0;
}
.accordion-widget .accordion-heading {
  border: 3px solid #eeeeee;
  margin: 10px;
}
.accordion-widget .accordion-heading .accordion-toggle {
  margin: 0px !important;
  padding: 13px !important;
  display: block;
  font-weight: bold;
}
.accordion-widget .accordion-heading .accordion-toggle em {
  float: right;
  background: none !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .accordion-widget .accordion-heading .accordion-toggle em {
    display: none;
  }
}
.accordion-widget .accordion-heading .accordion-toggle em:hover {
  background: none;
}
.accordion-widget .accordion-inner p {
  padding: 24px !important;
}
.callout {
  border: 1px solid #999999;
  padding: 30px;
}
.callout .btn {
  margin-top: 5px;
}
.jb-links {
  list-style: none;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.pill-content > .pill-pane,
.tab-content > .tab-pane {
  display: none;
}
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #dddddd #dddddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #dddddd transparent #dddddd #dddddd;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #dddddd #dddddd #dddddd transparent;
}
.tab-content > .tab-pane {
  padding: 20px 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 0;
}
.jb-animation {
  -webkit-animation: backgroundScroll 10s linear infinite;
  animation: backgroundScroll 10s linear infinite;
  background-size: 100%;
}
@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
.agencystyle .parallax-text h2 {
  color: #0b0b0b !important;
  font-size: 72px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
}
.section-parallax .noborder {
  border: 0 none !important;
}
.section-parallax .jb-parallax-text {
  overflow: visible;
  z-index: 999;
  text-align: center;
  padding: 200px 0 120px;
  margin: 0 auto;
}
.section-parallax .jb-parallax-text img {
  margin: 0px auto;
  margin-bottom: 50px;
}
.section-parallax .parallax-text h1 {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: inline-block;
  font-family: Dosis,sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 30px;
  padding: 14px 28px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-parallax .parallax-text h2 {
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Dosis,sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 50px;
  padding: 5px 8px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.section-parallax .videoplay {
  font-size: 36px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin-top: 44px !important;
}
.section-parallax .videostart,
.section-parallax .videostop {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  height: 80px;
  line-height: 78px;
  margin-right: 20px;
  outline: 0 none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 80px;
}
.section-parallax .videobuttons {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #fff !important;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  height: 80px;
  line-height: 78px;
  margin: 0 10px 30px;
  outline: 0 none !important;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 80px;
}
.section-parallax .general-text h1 {
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Dosis,sans-serif;
  font-size: 44px;
  font-weight: 200;
  line-height: 44px;
  padding: 5px 8px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.section-parallax .general-text h2 {
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Dosis,sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  padding: 5px 8px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.section-parallax .section-title h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.section-parallax .section-title .lead {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.section-parallax .section-title h3 .font-backend {
  bottom: -30px;
  color: #f2f2f2;
  font-family: Cochin;
  font-size: 120px;
  height: 120px;
  left: 0;
  line-height: 120px;
  position: absolute;
  right: 0;
  z-index: -1;
}
.section-parallax .playbutton {
  border: 3px solid #fff;
  color: #fff !important;
  display: block;
  font-size: 24px;
  height: 80px;
  line-height: 75px;
  margin: -20px auto 20px;
  outline: 0 none;
  padding-left: 3px;
  text-align: center;
  width: 80px;
}
.section-parallax .parallax-text h4 {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  color: #fff;
  font-family: Dosis,sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 48px;
  margin-top: 0;
  padding: 26px 0;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.section-parallax .playvideo-text h4 {
  letter-spacing: 0.3em;
}
.section-parallax .borderleft::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 30px;
  z-index: 2;
}
.section-parallax .borderleft::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 2;
}
.section-parallax .borderright::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 2;
}
.section-parallax .borderright::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 2;
}
.featherlight {
  z-index: 9999 !important;
}
.cart-view .vm-cart-header-container {
  text-align: center;
}
.cart-view #userForm {
  text-align: center;
}
.cart-view #userForm h2,
.cart-view #userForm .userfields_info {
  border-top: 1px solid #e5e5e5;
  color: #26292b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 32px 0;
  padding: 48px 0 0;
}
.cart-view #userForm td {
  text-align: left;
  width: 50%;
  padding: 6px 24px;
}
.cart-view #userForm .key {
  text-align: right;
}
.cart-view #com-form-login {
  text-align: center;
}
.cart-view #com-form-login h4 {
  font-weight: normal;
  margin: 0 0 52px;
}
.cart-view #com-form-login a {
  font-size: 13px;
  color: #999 !important;
}
.cart-view #com-form-login a:hover {
  color: #eba034 !important;
}
.cart-view #com-form-login .formLoginWrap input,
.cart-view #com-form-login .trackMyOrder div {
  margin: 0 18px 4px 0;
  display: inline;
  height: 54px;
}
.cart-view .cart-summary .PricebillTotal {
  color: #26292b;
}
.cart-view .cart-summary .cart-images {
  float: left;
}
.cart-view .cart-summary .cart-images img {
  max-width: 100px;
  margin-right: 24px;
}
.cart-view .cart-summary .cart-images + a {
  display: block;
  font-weight: 600;
  margin: 16px 0 0;
}
.cart-view .cart-summary .quantity-input {
  float: left;
  text-align: center;
}
.cart-view .cart-summary .quantity-input + input {
  padding: 0 15px;
  margin-top: -5px;
}
.cart-view .cart-summary .quantity-input + input + input {
  margin-left: 12px !important;
  padding: 0 8px !important;
}
.cart-view .cart-summary .vm-customfield-cart {
  font-size: 14px;
  line-height: 1.2;
}
.cart-view .cart-summary .coupon td,
.cart-view .cart-summary tr:last-child td {
  border: none;
  padding: 32px 0;
}
.cart-view .cart-summary .inputbox {
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
}
.cart-view .cart-summary .sectiontableentry1 fieldset {
  clear: both;
}
.cart-view .cart-summary div.PricesalesPrice {
  background: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.cart-view .cart-summary h1 {
  font-size: 14px;
}
.vm-header {
  margin: 0 0 52px;
}
.vm-header h1 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}
.vm-header > h3 {
  border-top: 1px solid #e5e5e5;
  margin: 100px 0;
  text-align: center;
}
.vm-header > h3 > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.7;
  margin: 72px 0 0;
  padding: 8px 18px 6px;
  text-transform: uppercase;
}
.vm-header .subline {
  font-size: 11px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
}
table.vm-table {
  font-size: 16px;
}
table.vm-table strong {
  color: #26292b;
  font-weight: 600;
}
table.vm-table .PricebillTotal {
  border: none;
  color: #26292b;
  font: 400 italic 32px Georgia, Times, Times New Roman, serif;
}
table.vm-table dt {
  float: left;
  font-weight: 400;
  margin: 0 24px 0 0;
  min-width: 220px;
}
table.vm-table td.no-border {
  border: none;
}
.vm-fieldset-customer-note,
.vm-fieldset-tos {
  text-align: center;
}
.vm-fieldset-customer-note span.customer-note,
.vm-fieldset-customer-note span.tos,
.vm-fieldset-tos span.customer-note,
.vm-fieldset-tos span.tos {
  color: #26292b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 32px 0 0;
}
.vm-fieldset-customer-note #customer_note_field,
.vm-fieldset-tos #customer_note_field {
  margin: 24px 0 0;
  margin: 0 auto;
  margin-top: 30px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #acabab;
  display: inline-block;
  font-family: inherit;
  padding: 30px;
  vertical-align: middle;
}
.vm-fieldset-customer-note span.tos,
.vm-fieldset-tos span.tos {
  display: inline-block;
}
.vm-fieldset-customer-note #terms-of-service,
.vm-fieldset-tos #terms-of-service {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.checkout-button-top {
  margin: 2em 0 0;
  text-align: center;
}
.checkout-button-top button {
  background: #000000;
  color: #ffffff;
  border: medium none;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  letter-spacing: 2px;
  line-height: 25px;
  margin: 0 5px 2px 2px;
  padding: 12px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}
.checkout-button-top button:hover {
  background: #26292b;
}
textarea.virtuemart {
  color: #777;
  padding: 5px 5px 4px;
  text-align: left;
}
.buttonBar-right {
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
}
#com-form-login,
.billto-shipto,
.trackMyOrder form[name="com-login"] {
  margin: 32px 0;
  overflow: hidden;
  padding: 48px 0 24px;
}
#form-login.vmlogout {
  line-height: 37px;
  margin: -165px 0 125px;
  text-align: right;
}
#form-login.vmlogout input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #999 !important;
  font-weight: 600;
  padding: 0;
}
#form-login.vmlogout input:hover {
  color: #26292b !important;
}
.billto-shipto {
  border-top: 1px solid #e5e5e5;
}
.billto-shipto > div {
  float: left;
  text-align: center;
  width: 49%;
}
.billto-shipto > div > span {
  color: #26292b;
  font-size: 16px;
  font-weight: 600;
}
.billto-shipto > div + div {
  float: right;
}
.billto-shipto strong {
  font-size: 12px;
}
.billto-shipto a {
  font-size: 11px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
}
.cart-summary th {
  background: #26292b none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
}
.cart-view table.cart-summary td {
  padding: 16px  0px;
  font-size: 16px;
  vertical-align: middle;
  color: #555555;
}
.cart-view input {
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
  color: #acabab;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  vertical-align: middle;
  box-shadow: none;
}
tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.cart-view .cart-summary .quantity-input {
  float: left;
  text-align: center;
}
.cart-view table.cart-summary input.quantity-input {
  text-align: center;
  width: 47px;
}
.cart-view table.cart-summary button.vm2-add_quantity_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url("../../templates/jb_nation/images/vm/cart-quantity.png") no-repeat !important;
  width: 17px;
  height: 18px;
}
.cart-view table.cart-summary button.vm2-remove_from_cart {
  vertical-align: middle;
  margin: 1px 5px 0;
  padding: 0;
  border: 0;
  background: url("../../templates/jb_nation/images/vm/cart-remove.png") no-repeat !important;
  height: 16px;
  width: 16px;
}