@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-brand {
  background: #69bc7c;
  color: #ffffff;
}
.bg-brand .text_holder h3 {
  font-family: 'Open Sans', sans-serif;
}
.bg-gray {
  background: #f7f7f7;
}
.jb-home .t3-mainbody {
  display: none;
}
.t3-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-header .address_container div {
  padding: 1px 6px;
}
@media (max-width: 767px) {
  .t3-header .address_container div {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .t3-header .address_container div {
    float: right;
  }
}
@media (min-width: 992px) {
  .t3-header .address_container div {
    float: right;
  }
}
@media (min-width: 1200px) {
  .t3-header .address_container div {
    float: right;
  }
}
.t3-header .address_container .icon_holder {
  display: inline-block;
  width: 58px;
  height: 58px;
  vertical-align: 15px;
}
.t3-header .address_container .icon_holder span {
  display: inline-block;
  text-align: center;
}
.t3-header .address_container .icon_holder span:before {
  font-size: 45px;
  color: #69bc7c;
}
.t3-header .address_container .text_holder {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-left: 8px;
}
.t3-header .address_container .text_holder p {
  color: #262626;
  line-height: 27px;
}
.t3-header .address_container .text_holder span {
  display: block;
  color: #69bc7c;
}
.jb-topbar {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #69bc7c;
  line-height: 40px;
  color: #dadada;
}
.jb-topbar .t3-module {
  margin: 0px;
}
@media (max-width: 767px) {
  .jb-topbar .t3-topbar-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .jb-topbar .t3-topbar-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
.jb-topbar p {
  margin: 0px;
}
.jb-topbar a {
  color: #dadada;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .logo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.t3-mainnav .container {
  position: relative;
}
.head-search {
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .head-search {
    height: auto;
    right: 0px;
  }
}
@media (min-width: 768px) {
  .head-search {
    height: 60px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .head-search {
    height: 60px;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .head-search {
    height: 60px;
    right: 0px;
  }
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #439656;
  position: relative;
}
.head-search .search .fa-search {
  background: url(../../../templates/jb_finance_press/images/search-icon.png) no-repeat;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  background: url(../../../templates/jb_finance_press/images/search-icon.png) no-repeat;
  background-position: 24px;
  line-height: 73px;
  position: relative;
  margin: 0;
  width: 73px;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
@media (max-width: 767px) {
  .head-search .form-control {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .head-search .form-control {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .head-search .form-control {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .head-search .form-control {
    height: 73px;
  }
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #ffffff;
  box-shadow: none !important;
  border: 0 !important;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 215px;
}
.jb-slideshow .jb-brand-h4 {
  color: #69bc7c;
  font-size: 24px;
  line-height: 26px;
  margin: 10px 0px;
}
.jb-slideshow .jb-large-white {
  font-size: 50px !important;
  line-height: 60px !important;
  font-weight: 700 !important;
  font-family: 'Alegreya', serif;
  color: #ffffff !important;
}
.jb-slideshow .btn:hover {
  color: #262626 !important;
}
.jb-slideshow .decor_default {
  background: #69bc7c;
  border: 2px solid #eeeeee;
}
.jb-slideshow .decor_default:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #69bc7c;
  position: absolute;
  top: 4px;
  left: 16px;
}
.jb-slideshow .decor_default:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #69bc7c;
  position: absolute;
  top: 4px;
  left: -28px;
}
.jb-slideshow .decor-equal {
  background: #69bc7c;
  border: 2px solid #eeeeee;
  display: inline-block;
}
.jb-slideshow .decor-equal:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #69bc7c;
  position: absolute;
  top: 4px;
  right: -60px;
}
.jb-slideshow .decor-equal:before {
  content: '';
  width: 50px;
  height: 1px;
  background: #69bc7c;
  position: absolute;
  top: 4px;
  left: -60px;
}
.jb-slideshow .tp-leftarrow.default,
.jb-slideshow .tp-rightarrow.default {
  width: 60px !important;
  height: 60px !important;
  background: #ffffff;
  border: 5px solid rgba(255, 255, 255, 0.2) !important;
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jb-slideshow .tparrows.tp-leftarrow:before,
.jb-slideshow .tparrows.tp-rightarrow:before {
  color: #69bc7c;
}
.jb-slideshow .tp-rightarrow:hover,
.jb-slideshow .tp-leftarrow:hover {
  background: #69bc7c;
  border: 5px solid rgba(26, 139, 179, 0.2);
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
}
.jb-slideshow .tp-rightarrow:hover:before,
.jb-slideshow .tp-leftarrow:hover:before {
  color: #ffffff;
}
.jb-slideshow .tparrows:before {
  font-family: FontAwesome;
  font-size: 21px;
  color: #ffffff;
  display: block;
  line-height: 52px;
  text-align: center;
}
.jb-slideshow .tparrows.tp-rightarrow:before {
  content: '\f054';
}
.jb-slideshow .tparrows.tp-leftarrow:before {
  content: '\f053';
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.jb-padding-bottom-20 {
  padding-bottom: 40px;
  padding-top: 0px;
}
.jb-padding-top-20 {
  padding-bottom: 0px;
  padding-top: 40px;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module,
.t3-sidebar .section {
  margin-bottom: 40px;
}
.t3-footer {
  background: #262626;
  color: #9b9b9b;
  padding-top: 81px;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: #9b9b9b;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #9b9b9b;
}
.t3-footer .title_container {
  margin-bottom: 12px;
}
.t3-footer .module-title {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Alegreya', serif;
  margin-top: 0px;
}
.t3-footer .footer_logo p {
  margin-bottom: 33px;
  margin-top: 20px;
  padding-right: 2px;
  line-height: 24px;
}
.t3-footer .links ul li {
  list-style: none;
  line-height: 36px;
}
.t3-footer .links ul li a {
  font-family: "Helvetica Neue", 'Open Sans', sans-serif;
}
.t3-footer .media_icon li {
  display: inline-block;
}
.t3-footer .media_icon li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(43, 43, 43, 0.9);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
  color: #9b9b9b;
  background: #2b2b2b;
  text-align: center;
  margin-top: 30px;
  margin-right: 6px;
}
.t3-footer .media_icon li a i,
.t3-footer .media_icon li a em {
  padding: 10px;
}
.t3-footer .media_icon li a:hover,
.t3-footer .media_icon li a:focus {
  background: #69bc7c;
  border: 3px solid rgba(26, 139, 179, 0.2);
  color: #ffffff;
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.t3-footer .contact-widget ul {
  padding: 0px;
}
.t3-footer .contact-widget ul li {
  list-style: none;
  position: relative;
  margin-top: 22px;
  margin-bottom: 21px;
  line-height: 24px;
}
.t3-footer .contact-widget ul li em,
.t3-footer .contact-widget ul li i {
  color: #ffffff;
  font-size: 20px;
  display: block;
  float: left;
}
.t3-footer .contact-widget ul li .address-title {
  display: block;
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #ffffff;
  margin-left: 40px;
}
.t3-footer .contact-widget ul li p {
  margin-left: 40px;
}
.t3-footnav {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 81px;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding-bottom: 81px;
  }
}
.t3-footnav .t3-module {
  background: #262626;
  color: #9b9b9b;
  margin-top: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #262626;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #9b9b9b;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #9b9b9b;
}
.t3-copyright {
  font-size: 12px;
  padding: 40px 0 40px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
  font-family: 'Alegreya', serif;
  font-size: 18px;
}
.t3-copyright small a {
  color: #9b9b9b;
  text-decoration: underline;
}
.t3-copyright .tp-footer-info {
  text-align: right;
}
.t3-copyright .tp-footer-info .nav-pills li {
  display: inline-block;
  text-align: right;
}
.t3-copyright .tp-footer-info .nav-pills li a {
  padding: 0px 15px;
  font-size: 18px;
  color: #9b9b9b;
}
.t3-copyright .tp-footer-info .nav-pills li a:hover,
.t3-copyright .tp-footer-info .nav-pills li a:active {
  background: transparent !important;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.single_news_post {
  border-bottom: 1px solid #f6f4f4;
  padding-bottom: 30px;
  margin-bottom: 39px;
}
.single_news_post .img_container {
  position: relative;
  cursor: pointer;
}
.single_news_post .img_container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(105, 188, 124, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_news_post:hover .img_container:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.ceo {
  margin-bottom: 34px;
}
.ceo .ceo_img {
  text-align: center;
  padding-top: 16px;
  display: table-cell;
}
.ceo_speach {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
  padding-top: 10px;
  width: 57%;
}
.ceo_img h5 {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin: 18px 0 7px -14px;
}
.ceo_img span {
  display: block;
  font-style: italic;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}
.ceo_speach span {
  font-style: italic;
  font-size: 18px;
  display: block;
  line-height: 26px;
  margin-bottom: 24px;
}
.share_item span {
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: normal;
  color: #262626;
}
.share_item {
  border-top: 1px solid #f6f4f4;
  border-bottom: 1px solid #f6f4f4;
  margin: 30px 0 50px 0;
  padding-top: 10px;
}
.share_item ul,
.share_item ul li {
  display: inline-block;
  padding-left: 12px;
}
.share_item ul li a {
  display: block;
  width: 44px;
  height: 44px;
  background: #69bc7c;
  border: 2px solid rgba(26, 139, 179, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  padding: 9px;
}
.share_item ul li a i {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}

#style-switcher {
  background-color: #ffffff;
  width: 280px;
  position: fixed;
  top: 95px;
  z-index: 999;
  left: -280px;
  border-left: 0;
  border-top: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.switcher .switcher_container {
  width: 270px;
  margin: 0 auto;
}
.switcher .switch_menu h5.title {
  color: #fff;
  margin: 0;
  line-height: 60px;
  background: #272727;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Alegreya', serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color: #272727;
  font-family: 'Alegreya', serif;
  font-size: 24px;
  font-weight: 700;
}
.switcher .switch_btn button {
  width: 60px;
  height: 60px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #69bc7c;
  color: #ffffff;
  font-size: 24px;
}
.switcher .switch_btn {
  position: absolute;
  right: -54px;
  z-index: -1;
}
.switch_body {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.colors {
  list-style: none;
  overflow: hidden;
  margin: 10px 0 10px 20px;
}
.colors li {
  float: left;
  margin: 4px 2px 0 2px;
  border: 1px solid #999;
  border-radius: 2px;
  padding: 2px;
}
.colors li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 2px;
}
.layout-style select,
.header-style select {
  width: 228px;
  padding: 5px;
  color: #303030;
  cursor: pointer;
  border-radius: 2px;
  font-size: 13px;
  margin: 10px 0 10px 2px;
  background: #ffffff;
  float: none;
  margin: 0 auto;
  outline: none;
}
.layout-style,
.header-style {
  padding: 0 !important;
}
.switcher #colors li a.color2 {
  background: url(../../../templates/jb_finance_press/images/color1.jpg) no-repeat center;
}
.switcher #colors li a.color3 {
  background: url(../../../templates/jb_finance_press/images/color2.jpg) no-repeat center;
}
.switcher #colors li a.color4 {
  background: url(../../../templates/jb_finance_press/images/color3.jpg) no-repeat center;
}
.switcher #colors li a.color5 {
  background: url(../../../templates/jb_finance_press/images/color4.jpg) no-repeat center;
}
.switcher #colors li a.color6 {
  background: url(../../../templates/jb_finance_press/images/color5.jpg) no-repeat center;
}
.switcher #colors li a.color7 {
  background: url(../../../templates/jb_finance_press/images/color6.jpg) no-repeat center;
}
.bg1 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg1.png");
}
.bg2 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg2.jpg");
}
.bg3 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg3.png");
}
.bg4 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg4.png");
}
.bg5 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg5.png");
}
.bg6 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg6.png");
}
.bg7 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg7.png");
}
.bg8 {
  background-image: url("../../../templates/jb_finance_press/images/bg/bg8.png");
}
.bg9 {
  background-image: url("../../../templates/jb_finance_press/images/bg/default_bg.png");
}
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #69bc7c;
  border: 0;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 18px;
  border: 2px solid #69bc7c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #69bc7c;
  border: 2px solid #69bc7c;
  color: #ffffff !important;
  outline: none;
}
#back-to-top.affix {
  bottom: 60px;
  background: #69bc7c;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 14px;
  line-height: 16px;
}