@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}

#j2store-checkout-content h1{
	padding-bottom:20px
}
.jb-nav{float:left;}
.login .btn-primary , .reset .btn-primary,.remind .btn-primary, .j2store_checkout_button{background-color:#f5b450; border-color:#f5b450;}
.btn-black{border:2px solid #000000 !important; color:#000000 !important; border-radius:26px !important; background:transparent !important}
.sppb-btn-primary:hover, .login .btn-primary:hover , .reset .btn-primary:hover,.remind .btn-primary:hover, .j2store_checkout_button:hover,.j2store_checkout_button:visited,.j2store_checkout_button:focus, .j2store_checkout_button:active
{background-color:#f5b450 !important; border-color:#f5b450 !important;}

.loginLinks a , .other-links a{color: #f5b450;}
.off-canvas-toggle{
	color:#f5b450 !important; padding-top:38px; padding-bottom:38px;
	position:absolute; left:0px; top:0px
}

.t3-off-canvas .t3-off-canvas-body .nav > li > span::before, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > span::before
{
	content: "\f00a";
    position: absolute;
    left: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-top: 7px;
    font-size: 10px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > span, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > span
{
    background: none !important;
    border-bottom: none !important;
    text-transform: none;
    color: #999;
    padding: 10px 20px;
   }
   
   
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover ,.t3-off-canvas .t3-off-canvas-body .nav > li > span:hover, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > span:hover
 {
 	color:#f5b450 !important
 }  
 .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.open > a, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus, .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active
 {
 	color:#f5b450 !important
 }  
 .t3-off-canvas .t3-off-canvas-body .nav > li.active > a, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a, .t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle
 {
 	color:#f5b450 !important
 }
 .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a{color:#f5b450 !important}
 .t3-off-canvas .t3-off-canvas-body .nav > li.active > span, .t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > span{color:#f5b450 !important}

.currency-btn{ float:right}
.cart-btn{float:right; padding:0px 0px 0px 10px}
.questionnaire .sppb-title-heading , .j2store .sppb-title-heading , .followup .sppb-title-heading
{text-align: left;
padding-top: 40px;}
.com_questionnaire .alert-message , .com_followup .alert-message  {display:none}
.com_questionnaire .alert-heading , .com_followup .alert-heading
{position: relative;min-height:19px}
.footer-widget .btn-primary{
background:#f5b450; border-color:#f5b450
}
.com_questionnaire .alert-heading:after , .com_followup .alert-heading:after
{
	position:absolute;
	top:0px; 
	left:63px;
	content:"Please re-check required fields! ";
}
.full-width .sppb-row-container{padding:0px}

.questionnaire , .followup{margin-bottom:80px }
.questionnaire .submit , .followup .submit
{
	display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
padding: 8px 12px;
font-size: 16px;
line-height: 1.25;
border-radius: 4px;
transition: all .15s ease-in-out;
}
.question{font-size:18px; padding-top:35px;}
.question textarea { border:none !important;resize:none }
.question textarea:focus{outline:none !important; box-shadow:none}
.answer input[type="checkbox"], .answer input[type="radio"] { margin-right:8px}
.answer label{ margin-right:20px; text-transform: capitalize}
#form-questionnaire .controls , #form-followup .controls { margin-left :0px !important; margin-top:60px}

.questionnaire .form-control , .followup .form-control
{
display: block;
height: inherit;
padding: 8px 12px;
font-size: 16px;
line-height: 1.25;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
box-shadow: none;
-webkit-box-shadow: none;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sppb-row-overlay1:before
{
	content: " ";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
}
.header_currency {list-style:none;padding:0}
.header_currency  select{font-size:16px;padding:0px 15px 0px 0px; border:1px solid #000000;background:none; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; box-shadow:none}
@media screen and (max-width: 967px)
{
	.header_currency  select{font-size:12px}
	}
@media screen and (max-width: 767px){
	.header_currency  select{padding:0 13px 0 7px;font-size:13px}
	}

.header_currency  .currency .selector-arrow:after
{content:'\f107';font-weight:bold;font-family:'FontAwesome';float:left;position:absolute;right:8px;top:4px;pointer-events:none}

.header_currency .currency
{position:relative}

.header_currency  .currency:after{display:block;position:absolute;right:0;top:50%;right:0;margin-top:-2px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#333333 transparent transparent transparent;border-top-color:#000000}
.header_currency{float:left;position:relative;display:block;padding:33px 10px;text-align:center}

@media screen and (max-width: 767px){
	.header_currency{text-align:center;width:100%}}

.fa-shopping-cart , .fa-user{ font-size:18px !important ;color:#000000;}

.sppb-title-heading
{margin-top: 0;
font-size: 36px;
line-height: 36px;
margin-bottom: 15px;
border: 0;
}

.nutrition_left_sidebar .plan_menu
{
	padding-left:0px;
	margin-bottom:50px
}

.nutrition_left_sidebar .plan_menu li
{
	margin-bottom: 3px;
	list-style: none;
}

.nutrition_left_sidebar .plan_menu li a
{
	font: 600 17px/20px "Poppins",sans-serif;
	color: #242424;
	background: #f1f1f1;
	border-left: 4px solid #d2d2d2;
    display: block;
    margin-bottom: 3px;
    padding: 20px
    
}
.nutrition_left_sidebar a.contact_info {
    display: block;
    font: 600 18px/36px "Poppins",sans-serif;
        font-weight: 600;
    color: #242424;
}
.nutrition_left_sidebar a.contact_info i {
    color: #7f7f7f;
    padding-right: 10px;
}
.content-info-wrapper{margin-top:20px}
.column-inner{padding-right:15px}
.program-block
{
	margin-bottom:40px
}
.program-block h2
{
font:  23px/1 "Poppins",sans-serif;
color: #242424;
padding: 27px 0 18px;
}

.program-name
{
font: 600 36px/1 "Poppins",sans-serif;
color: #242424;
padding: 27px 0 18px;
}
.sppb-title-heading::after
{
background: url(../../images/joomlabuff/icons/title-pattern.png) center center no-repeat;
content: "";
display: block;
width: 100%;
height: 4px;
left: 0px;
padding-top: 50px !important;
margin: auto;
}

.sppb-section-title
{
	margin-bottom:40px !important
}

.account-btn{float:right; padding:38px 18px 0px 18px}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

body {
  line-height: 1.8em;
  color: #9e9e9e;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #b2dd4c;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #f5b450;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #f5b450;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.bg-brand {
  background: #1d2802;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin: 0px !important;
  line-height: 1.1;
  color: #1f1f1f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  color: #9e9e9e;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.styled-font {
  font-family: 'Shadows Into Light', cursive;
  color: #f5b450;
}

.white h2,
.white p {
  color: #ffffff;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #b2dd4c;
}
a.text-primary:hover {
  color: #9dcf27;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #b2dd4c;
}
a.bg-primary:hover {
  background-color: #9dcf27;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #b2dd4c;
  font-style: italic;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #b2dd4c;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}
.sppb-title-heading {
  margin-bottom: 0px !important;
}
.sppb-title-subheading {
  font-size: 14px !important;
  margin:0 auto; 
  max-width:80%;
}
#sp-page-builder .sppb-section-title {
  margin-bottom: 40px !important;
}
.font-weight-bold {
  font-weight: bold;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  border-radius: 0px;
  line-height: 24px;
  text-transform: uppercase;
}

.sppb-btn-primary {
  background-color: #f5b450;
  border-color: #f5b450;
  color: #ffffff;
}
.btn-primary:hover,.btn-primary:active, .btn-primary:focus
.sppb-btn-primary:hover {
  background-color: #f5b450 !important;
  border-color:#f5b450 !important
}
.btn-secondary {
  background: rgba(33, 46, 2, 0.9);
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-round {
  color: #ffffff;
  border: 2px solid #b2dd4c;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
}
.btn-alter {
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
  background: transparent;
}
.btn-alter:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #333333 !important;
}
.btn-brand-border {
  color: #b2dd4c;
  border: 2px solid #b2dd4c;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
  background: transparent;
}
.btn-brand-border:hover {
  background: #b2dd4c;
  border: 2px solid #b2dd4c;
  color: #ffffff !important;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #e9f5cd;
  border-color: #b2dd4c;
}
.invalid {
  border-color: #cc0000 !important;
}
label.invalid {
  color: #cc0000 !important;
}
input.invalid {
  border: 1px solid #cc0000 !important;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
 position: relative;
  display: block;
  line-height: 20px;
  color: #000000;
  padding: 37px 20px;
  font: 500 17px "Poppins",sans-serif;
  transition: all 500ms ease 0s;
  outline: none;
}

.nav > li > .separator:hover
{
	color:#f5b450;
}

.nav > li.active > .separator , .nav > li.open > .separator 
{
	color:#f5b450;
}

@media (max-width: 991px) {
  .nav > li > span {
    padding: 44px 20px;
    display: inline-block;
  }
 
}

.nav .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-bottom-width: 0;
  border-style: solid;
  margin-left:9px
}
.nav > li > .separator:hover .caret , .nav > li.open > .separator .caret , .nav > li.active > .separator .caret
{
  border-top-color: #f5b450;
  border-bottom-color: #f5b450;
}
.nav a:hover .caret {
  border-top-color: #8db923;
  border-bottom-color: #8db923;
}
.t3-navhelper {
  background: #f5f5f5;
  color: #555555;
  position: relative;
  text-align: center;
}
.t3-navhelper .breadBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.t3-navhelper .breadBg + .navhelperbg {
  position: relative;
  margin-top: 236px;
}
@media (min-width: 992px) {
  .t3-navhelper:not(.noSlogan):not(.navhelper-0) {
    padding: 70px 0;
  }
}

   .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }
    
    .panel-group
    {
    	margin-top:50px;
    	margin-bottom:100px
    }
	



.navhelper-1 {
  background: #9e9e9e;
}
.hasBg {
  background-position: left center;
  background-repeat: no-repeat;
}
.nutrition-page .hasBg
{
	 background-position: right bottom;
}
.workout-page .hasBg
{
	 background-position: center bottom;
}
.hasBg:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navhelper-1.hasBg:before {
  background: rgba(255, 255, 255, 0.2);
}
.navhelper-2.hasBg:before {
  background: rgba(190, 226, 104, 0.3);
}
.titleSlogan {
  padding: 230px 0 80px;
}
.titleSlogan h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 5px;
  position: relative;
}
nav:not(.navhelper-1) .titleSlogan h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .titleSlogan h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .titleSlogan h1 {
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.noSlogan .titleSlogan h1 {
  margin: 0;
}
.titleSlogan p {
  color: #ffffff;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}
#sp-page-builder .titleSlogan h1,
#sp-page-builder .titleSlogan h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.jb-navhealper {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  color: #1f1f1f;
  padding: 20px 0;
  position: relative;
}
.breadcrumb {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  padding: 0;
  background: none;
  margin: 0px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  color: #555555;
}
nav:not(.navhelper-1) .breadcrumb a {
  color: #b2dd4c;
}
nav:not(.navhelper-1) .breadcrumb a:hover {
  color: #8db923;
}
@media (min-width: 992px) {
  div:not(.nh-col-1) > .withTitle .breadcrumb {
    float: left;
    text-align: left;
  }
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  padding: 0 10px;
}
.sppb-addon-content .breadcrumb {
  padding: 0;
  text-align: right;
}
.withTitle .breadcrumb {
  float: left;
  text-align: left;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
    margin-left:37px;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: none;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  padding: 37px 20px;
  font: 500 17px "Poppins",sans-serif;
  transition: all 500ms ease 0s;
  outline: none;
}
.t3-topbar-2 .module
{
	float:right
}
.lang-inline
{
	padding:17px 36px 0px 0px !important;
    font-size: 17px;
    font-weight: bold;
    line-height:17px;
    color:#ffffff;
}
.lang-inline li{ padding-right:8px}
.lang-inline li:first-child{ border-right:1px solid #ffffff}
.lang-inline a{color:#ffffff;}
.lang-active a{color:#f5b450 }
.lang-inline a:hover{color:#f5b450 }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f5b450;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #ffffff;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f5b450;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #f5b450;
  border-bottom-color: #f5b450;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #f5b450;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #f5b450;
  border-bottom-color: #f5b450;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border: none;
  width: auto;
  height: auto;
}
.navbar-default .navbar-nav > .dropdown > a .caret:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-style: normal;
  position: absolute;
  top: 43px;
  right: 5px;
  font-size: 14px;
  transition: all 500ms ease 0s;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #b2dd4c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #b2dd4c;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #b2dd4c;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid transparent;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@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 {
  content: " ";
  display: table;
}
.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;
}
.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;
  padding:0px
}
.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: #8db923;
  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: #8db923;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.featured-services {
  position: relative;
  padding: 80px 0px 30px;
}

.featured-service-new{padding: 80px 0px 30px;}

.featured-service {
  position: relative;
  margin-bottom: 50px;
}
.featured-service .inner-box {
  position: relative;
  display: block;
}
.featured-service .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.featured-service .image-box img {
  display: block;
  width: 100%;
}
.featured-service .image-box .caption-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  background: rgba(29, 40, 2, 0.9);
  padding: 15px 15px 15px 80px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service .image-box .caption-box .title {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.featured-service .image-box .caption-box .title a {
  color: #ffffff;
}
.featured-service .image-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #ffffff;
  background: #f5b450;
  line-height: 40px;
  padding: 10px 0px;
  text-align: center;
}
.featured-service .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(29, 40, 2, 0.9);
  padding: 20px 30px 20px 90px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.featured-service:hover .overlay-box {
  bottom: 0px;
}
.featured-service .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 20px 30px 20px 90px;
}
.featured-service .overlay-box .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.featured-service .overlay-box .title {
  font-size: 20px;
  color: #b2dd4c;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.featured-service .overlay-box .title a {
  color: #f5b450;
}
.featured-service .overlay-box .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
}
.featured-service .overlay-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  font-size: 32px;
  color: #ffffff;
  background: #f5b450;
  line-height: 40px;
  text-align: center;
}
.featured-service .overlay-box .icon-box span {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}

.services-section {
  position: relative;
  border-top: 1px solid #f0f0f0;
  z-index: 1;
}
.services-section:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -40px;
  height: 34px;
  width: 80px;
  background: url(../../images/joomlabuff/icons/tab-curve.jpg) center top no-repeat;
}
.sppb-text-left .icon-column-default {
  position: relative;
  margin-bottom: 50px;
}
.sppb-text-left .icon-column-default .inner-box .icon-box {
  background: #f5b450;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  height: 70px;
  left: 0;
  line-height: 40px;
  margin-top: -35px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 70px;
}
.sppb-text-left .icon-column-default .text-box {
  position: relative;
  display: block;
  padding-left: 90px;
}
.sppb-text-left .icon-column-default .text-box h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 7px !important;
}
.sppb-text-center  .sppb-title-heading { text-align:center; margin-top:50px !important}
.sppb-text-center .icon-column-default {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  padding: 50px 10px 40px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sppb-text-center .icon-column-default:hover {
  background: #b2dd4c;
  color: #ffffff;
  border-color: #b2dd4c;
}
.sppb-text-center .icon-column-default:hover .icon-box,
.sppb-text-center .icon-column-default:hover h3 {
  color: #ffffff !important;
}
.sppb-text-center .icon-column-default h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 7px;
  color: #1f1f1f;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sppb-text-center .icon-column-default .inner-box {
  position: relative;
  display: block;
  text-align: center;
}
.sppb-text-center .icon-column-default .inner-box .icon-box {
  position: relative;
  line-height: 1em;
  font-size: 48px;
  margin-bottom: 25px;
  color: #b2dd4c;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sppb-text-center .sppb-addon-text {
  line-height: 1.8em;
}
.experience-section{
background-image: url('../../../../images/joomlabuff/healthy-lifestyle-nature.jpg');	
background-repeat: no-repeat;
background-size: cover;
background-attachment: inherit;
background-position: 0 0;
position: relative;
}
.experience-section:after{
position:absolute;
top:0px; 
left:0px;
width:100%; height:100%;
background:rgba(0,0,0,0.3);
content:"";
}
.experience-section .title-column {
  position: relative;
  margin-bottom: 30px;
}
.experience-section .title-column h2 {
  font-size: 36px !important;
  line-height: 1.4em !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.experience-section .title-column p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.experience-section .title-column .req-btn {
  font-size: 24px;
}
.experience-section .fact-counter {
  padding: 40px 30px;
  background: rgba(29, 40, 2, 0.55);
}
.experience-section .fact-counter .icon-box i {
  font-size: 52px;
  line-height: 1.2em;
}
.experience-section .fact-counter .sppb-animated-number {
  color: #b2dd4c;
  font-size: 48px !important;
  font-weight: 400;
  line-height: 1em !important;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.experience-section .fact-counter .sppb-animated-number-title {
  color: #ffffff;
}
.full-image {
  height: 322px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.full-image .sppb-modal-selector {
  display: table-cell;
  vertical-align: middle;
}
.caption-box {
  position: relative;
  padding: 15px 30px;
  background: #1d2802;
  color: #f5b450;
  font-size: 18px;
  line-height: 1.8em;
}
.sppb-panel-default {
  margin-bottom: 15px;
  border: none;
}
.sppb-panel-default .sppb-panel-heading {
  background: transparent;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  background: none;
  line-height: 30px;
  padding: 15px 50px 15px 30px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  border-radius: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sppb-panel-default .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.sppb-panel-default .sppb-panel-heading.active {
  background: #b2dd4c;
}
.sppb-panel-default .sppb-panel-heading.active .sppb-panel-title,
.sppb-panel-default .sppb-panel-heading.active .sppb-toggle-direction {
  color: #ffffff;
}
.sppb-panel-default .sppb-panel-body {
  border: none;
}
.sppb-panel-default .sppb-panel-body .image {
  float: left;
  margin: 0 20px 25px 0;
}
.testimonials-section .slide-item {
  padding: 25px 30px 20px;
  background: #ffffff;
}
.greyblock {
  position: relative;
  background: rgba(249, 249, 249, 1);
}
.testimonials-block:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -58px;
  border: 35px solid transparent;
  border-top: 25px solid #f7f7f7;
}
.client .testimonials-section .owl-item {
  background: #ffffff;
  border: 1px solid #ececec;
  border-bottom: 3px solid transparent;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.client .testimonials-section .owl-item:hover {
  border-bottom: 3px solid #b2dd4c;
}
@media (max-width: 767px) {
  .client .owl-item {
    margin-right: 0px;
    width: 100%;
  }
}
.testimonials-section .author {
  padding: 15px 0px 0px 85px;
  margin-top: -163px;
  line-height: 20px;
  margin-bottom: 40px;
}
.testimonials-section .img-box {
  min-height: 130px;
  position: relative;
  padding: 20px;
}
.testimonials-section .img-box img {
  height:80px
}
.testimonials-section .author h4 {
  font-weight: 500 !important;
  color: #333 !important;
  font-size: 22px;
}
.testimonials-section .author h4 a {
  font-weight: 400 !important;
  color: #333 !important;
  font-size: 20px;
}
.testimonials-section .author h4 a:hover {
  color: #333;
}
.testimonials-section .author p {
  line-height: 26px;
  font-size: 15px !important;
  color: #f5b450;
  font-style: italic;
  font-weight: normal !important;
}
.testimonials-section .slide-text {
  padding-top: 25px;
}
.testimonials-section .slide-text p {
  line-height: 26px;
  font-size: 14px;
  color: #9e9e9e;
  font-weight: normal;
}
.client .owl-item {
  width: 352px !important;
  margin-right: 30px !important;
}

.work-steps {
  position: relative;
  background-image: url("../../../../images/joomlabuff/healthy-lifestyle-dark-bg.jpg");
  background-repeat: repeat-x;
background-size: cover;
background-attachment: fixed;
background-position: 0 0;
}
.work-steps .step-column {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.work-steps .step-column .inner-box {
  position: relative;
  cursor: pointer;
}
.work-steps .step-column .inner-box:after {
  content: '';
  position: absolute;
  right: -55px;
  top: 30%;
  width: 80px;
  height: 40px;
  background: url(../../images/joomlabuff/icons/arrow-right.png) center center no-repeat;
}
.no-arrow .step-column .inner-box:after {
  display: none;
}
.work-steps .step-column .image-box {
  position: relative;
  max-width: 180px;
  padding: 9px;
  border: 1px dashed #9e9e9e;
  margin: 0 auto;
  border-radius: 50%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-steps .step-column:hover .image-box {
  border-color: #b2dd4c;
}
.work-steps .step-column .image-box .count {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 44px;
  height: 44px;
  background: #f5b450;
  color: #ffffff;
  line-height: 44px;
  border-radius: 50%;
}
.work-steps .step-column .image-box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.work-steps .step-column .lower-content {
  position: relative;
  padding-top: 25px;
}
.work-steps .step-column h3 {
  color: #f3f3f3;
  font-size: 20px;
  margin-bottom: 5px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.work-steps .step-column:hover h3 {
  color: #f5b450;
}
.work-steps .step-column .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.8em;
}
.news-style-one {
  position: relative;
  display:flex;
  flex-wrap:wrap;
}
.news-style-one .inner-box {
  position: relative;
  display: block;
  height:100%;
  border: 1px solid #f0f0f0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-style-one .inner-box:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px solid #b2dd4c;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.news-style-one .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.news-style-one .inner-box:hover {
  border-color: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.news-style-one .inner-box .image-box {
  display: block;
  margin: -1px -1px 0px;
}
.news-style-one .inner-box .image-box img {
  display: block;
  width: 100% !important;
}
.news-style-one .inner-box .lower-content {
  position: relative;
  padding: 0px 30px 30px;
}
.news-style-one.list-style .inner-box .lower-content {
  position: relative;
  padding: 30px 0px;
}
.news-style-one .inner-box .posted-info {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px;
  top: -13px;
  padding: 3px 10px;
  color: #ffffff;
  background: #f5b450;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
}
.news-style-one.list-style .inner-box .posted-info {
  margin-bottom: 12px;
  top: 0px;
}
.news-style-one .inner-box .post-author-info {
  position: relative;
  margin-bottom: 10px;
  color: #9e9e9e;
  line-height: 24px;
  font-size: 14px;
}
.news-style-one .lower-content .post-meta {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0px;
}
.news-style-one .lower-content .post-meta li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.news-style-one .lower-content .post-meta li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #9e9e9e;
}
.news-style-one .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
  color: #b2dd4c;
  font-style: normal;
}
.news-style-one .inner-box h3 {
  position: relative;
  margin-bottom: 10px;
  color: #1f1f1f;
  line-height: 1.4em;
  font-size: 20px;
}
.news-style-one.list-style .inner-box h3 {
  margin-bottom: 12px;
}
.blog-details .news-style-one .inner-box h3,
.blog-classic-view .news-style-one .inner-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-style-one .inner-box h3 a {
  color: #1f1f1f;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-style-one .inner-box:hover h3 a {
  color: #f5b450;
}
.news-style-one .inner-box .text {
  line-height: 1.8em;
}
.custom-btn-block .btn {
  position: absolute;
  top: -126px;
  right: 0px;
}
.bg-img .sppb-empty-space {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .bg-img .sppb-empty-space {
    padding: 39% !important;
  }
}
@media (min-width: 768px) {
  .bg-img .sppb-empty-space {
    padding: 39% !important;
  }
}
@media (min-width: 992px) {
  .bg-img .sppb-empty-space {
    padding: 50% !important;
  }
}
@media (min-width: 1200px) {
  .bg-img .sppb-empty-space {
    padding: 49% !important;
  }
}
.form-section {
  max-width: 600px;
}
.form-section .text-content {
  font-size: 16px;
  margin-bottom: 20px;
}
.form-section .text-content strong {
  color: #b2dd4c;
  font-size: 18px;
  font-weight: 400;
}
.formbuilder .form-label {
  display: none;
}
.formbuilder .controls {
  margin-bottom: 20px;
}
.formbuilder .controls .jb-field {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  color: #111111;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 24px;
  padding: 12px 15px;
  transition: all 500ms ease 0s;
  width: 100%;
  box-shadow: none;
}
.formbuilder .controls .jb-text-area {
  height: 192px;
  resize: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  color: #111111;
  font-size: 14px;
}
.formbuilder .controls .btn {
  width: 100%;
}
.popular-news .single-popular-news-item {
  padding-left: 105px !important;
  position: relative;
  margin-bottom: 20px !important;
}
.popular-news .single-popular-news-item .img-holder {
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.popular-news .single-popular-news-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 80px;
  height: 80px;
}
.popular-news .single-popular-news-item .img-holder .overlay .box .content a i {
  font-size: 16px;
  transition: all 500ms ease 0s;
  color: #ffffff;
}
.popular-news .single-popular-news-item .img-holder .overlay .box .content a i:hover {
  color: #b2dd4c;
}
.popular-news .single-popular-news-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.popular-news .single-popular-news-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.popular-news .single-popular-news-item .text-holder {
  position: relative;
  top: -8px;
}
.popular-news .single-popular-news-item .text-holder a {
  color: #ffffff;
  line-height: 22px;
  display: flex;
  transition: all 500ms ease;
}
.popular-news .single-popular-news-item .text-holder a:hover {
  color: #b2dd4c;
  text-decoration: none;
}
.popular-news .single-popular-news-item .text-holder a p {
  color: #ffffff;
}
.popular-news .single-popular-news-item .text-holder .info {
  overflow: hidden;
}
.popular-news .single-popular-news-item .text-holder .info li {
  display: inline-block;
  float: left;
  line-height: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #f5b450;
  margin-bottom: 0px;
  transition: all 500ms ease;
}
.popular-news .single-popular-news-item .overlay {
  background: #b2dd4c;
  color: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate3d(0px, 100px, 0px);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, visibility 0.4s ease 0s;
  width: 100%;
}
.popular-news .single-popular-news-item .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.popular-news .single-popular-news-item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.acymailing_module_form .acymailing_introtext {
  padding-bottom: 0px !important;
  color: #c1c1c1;
}
.acymailing_module_form .acymailing_form .inputbox {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  border-right: 0px;
  float: left;
  color: #555555;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.acymailing_module_form .acymailing_form .inputbox:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
}
.acymailing_module_form .acymailing_form button {
  background: #f5b450;
  border-left: 2px solid #f5b450;
  color: #ffffff;
  display: block;
  height: 50px;
  padding: 0;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
  border-radius: 0px;
}
.acymailing_module_form .acymailing_form button:hover {
  background: #f5b450;
  color: #ffffff;
  border-color: #f5b450;
  border-radius: 0px;
}
.acymailing_module_form .acymailing_finaltext {
  font-weight: 400;
  font-style: italic;
}
.text-column .text {
  margin-bottom: 35px;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 1.8em;
}
.text-column .text strong {
  color: #1f1f1f;
  font-weight: 600;
}
.text-column h2 {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 400;
  text-transform: capitalize;
  margin: -5px 0px 25px !important;
}
.text-column .signature-image {
  position: relative;
  margin-bottom: 0px;
}
.text-column .about-owner h4 {
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
}
.text-column .about-owner .designation {
  color: #9e9e9e;
  font-weight: 400;
}
.text-column .about-owner .company-title {
  color: #b2dd4c;
  font-size: 22px;
}
.sppb-gallery li {
  padding: 7px !important;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info:hover {
  text-decoration: none;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(23, 23, 23, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #b2dd4c;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
  font-size: 24px;
  left: 3px;
  position: relative;
  top: -4px;
  color: #FFF;
}
.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.thumb-info .thumb-info-inner em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}
.thumb-info .thumb-info-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(23, 23, 23, 0.8);
  bottom: 10%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-type {
  background-color: #b2dd4c;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
  z-index: 2;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info:hover .thumb-info-title {
  background: #000;
}
.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.dialog img {
  margin-bottom: 20px;
}
.custom-social-icons {
  padding: 0px;
}
.custom-social-icons li {
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: -1px 1px 5px 0;
  overflow: visible;
  padding: 0;
}
.custom-social-icons li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #333;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  width: 30px;
}
.pricing-column {
  position: relative;
  margin-bottom: 50px;
}
.pricing-column .inner-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 0px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-column .inner-box:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.pricing-column .inner-box:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -28px;
  width: 60px;
  height: 60px;
  background: #f7f7f7;
  border-radius: 50%;
}
.pricing-column .inner-box:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -7px;
  width: 10px;
  height: 10px;
  background: #8dc63f;
  border-radius: 50%;
}
.pricing-column .plan-title {
  position: relative;
  padding: 30px 10px;
  background: #f7f7f7;
  font-size: 20px;
  text-transform: capitalize;
  color: #1f1f1f;
  line-height: 1.5em;
}
.pricing-column .pricing-info {
  position: relative;
}
 .duration  {
  position: relative;
  float: right;
  width: 50%;
  padding: 10px 10px;
  background: #1f1f1f;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}
.duration h3
{
	 line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}
.pricing-column .pricing-info .price {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px 10px;
  background: #b2dd4c;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
}

.pricing-column .lower-content {
  position: relative;
  padding: 10px 0px 30px;
}
.pricing-column .specs-list , .article-intro .lower-content ul {
  position: relative;
  margin-top:60px !important;
  margin-bottom: 60px !important;
  list-style: none;
padding: 0;
margin: 0;
}
.pricing-column .specs-list li , .lower-content ul li{
  position: relative;
  line-height: 24px;
  padding: 10px 0px !important;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-column .specs-list li:last-child {
  border: none;
}
.lower-content .product-price-container
{
	position: absolute;
	top:0px;
width: 50%;
padding: 5px 10px;
background: #f5b450;
color: #ffffff;
font-size: 28px;
line-height: 40px;
text-transform: capitalize;
	
	
}
.lower-content .product-price-container .sale-price
{
	line-height:40px;
	font-size:20px !important
}

.product-price-container .strike 
{
	top: -32px;
    right: -42px;
}

.sppb-pricing-footer {
  padding: 10px 20px 30px;
}
.pricing-column .sppb-pricing-footer a {
  padding: 9px 30px;
  border-radius: 25px;
}
.pricing-column:hover .sppb-pricing-footer a {
  background: #b2dd4c;
  color: #ffffff !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul li.active a {
  background: #b2dd4c !important;
  border-color: #b2dd4c;
  color: #ffffff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul li a {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: 24px;
  color: #9e9e9e;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 5px 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.sp-simpleportfolio .sp-simpleportfolio-filter ul li a:hover {
  background: #b2dd4c;
  border-color: #b2dd4c;
  color: #ffffff;
}
.default-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.default-portfolio-item.mix {
  display: none;
}
.full-width .default-portfolio-item {
  padding: 0px !important;
  margin: 0px !important;
}
.masonry-gallery .masonry-item {
  position: relative;
}
.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.default-portfolio-item .image-box {
  position: relative;
  display: block;
}
.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  color: #ffffff;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  -moz-transform: translate(-100%);
  transform: translate(-100%);
}
.style-two .default-portfolio-item .overlay-box {
  border: none;
}
.default-portfolio-item .inner-box:hover .overlay-box {
  top: 0px;
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}
.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 20px;
  background: rgba(29, 40, 2, 0.95);
}
.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.default-portfolio-item .overlay-inner .option-btn {
  position: relative;
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin: 0px 7px;
  background: #b2dd4c;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.default-portfolio-item .overlay-inner .option-btn:hover {
  background: #ffffff;
  color: #b2dd4c;
}
.default-portfolio-item .caption-box {
  position: relative;
  padding: 20px 25px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0px 0px 2px 2px;
}
.default-portfolio-item:hover .caption-box {
  border-color: #b2dd4c;
}
.default-portfolio-item .caption-box h3 {
  font-size: 18px;
  color: #1f1f1f;
  text-transform: capitalize;
}
.default-portfolio-item .caption-box h3 a {
  color: #1f1f1f;
}
.default-portfolio-item .caption-box h3 a:hover {
  color: #b2dd4c;
}
.default-portfolio-item .caption-box .category {
  font-size: 18px;
  color: #b2dd4c;
  text-transform: capitalize;
  font-family: 'Shadows Into Light', cursive;
}
.default-portfolio-item .caption-box .category a {
  color: #b2dd4c;
}
.default-portfolio-item .caption-box .category a:hover {
  color: #1f1f1f;
}
.news-style-one {
  position: relative;
  margin-bottom: 50px;
}
.news-style-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-style-one .inner-box:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px solid #b2dd4c;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.news-style-one .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.news-style-one .inner-box:hover {
  border-color: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.news-style-one .inner-box .image-box {
  display: block;
  margin: -1px -1px 0px;
}
.news-style-one .inner-box .image-box img {
  display: block;
  width: 100%;
}
.news-style-one .inner-box .lower-content {
  position: relative;
  padding: 0px 30px 30px;
}
.news-style-one.list-style .inner-box .lower-content {
  position: relative;
  padding: 30px 0px;
}
.news-style-one .inner-box .posted-info {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px;
  top: -13px;
  padding: 3px 10px;
  color: #ffffff;
  background: #f5b450;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
}
.news-style-one.list-style .inner-box .posted-info {
  margin-bottom: 12px;
  top: 0px;
}
.news-style-one .inner-box .post-author-info {
  position: relative;
  margin-bottom: 10px;
  color: #9e9e9e;
  line-height: 24px;
  font-size: 14px;
}
.news-style-one .lower-content .post-meta {
  position: relative;
  margin-bottom: 10px;
}
.news-style-one .lower-content .post-meta li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.news-style-one .lower-content .post-meta li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #9e9e9e;
}
.news-style-one .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
  color: #b2dd4c;
  font-style: normal;
}
.news-style-one .inner-box h3 {
  position: relative;
  margin-bottom: 10px !important;
  color: #1f1f1f;
  line-height: 1.4em;
  font-size: 20px;
}
.news-style-one.list-style .inner-box h3 {
  margin-bottom: 12px;
}

.j2store-product-list .form-inline {
  margin-bottom: 20px;
}
.j2store-product-list .form-inline input {
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 40px;
  line-height: 0;
  text-transform: uppercase;
}
.j2store-product-list .form-inline select {
  background: #f7f7f7 none repeat scroll 0 0;
  border-color: #f7f7f7;
  border-radius: 0;
  box-shadow: none;
  float: right;
  height: 40px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  border: 1px solid #eee;
  display: table;
  line-height: 1;
  padding: 18px 12px 15px;
  width: 100%;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .ui-widget {
  width: 93% !important;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range {
  background: url("../../images/price-filter-bg.png") repeat !important;
  display: inline-block;
  margin-top: 15px;
  border-radius: 0px;
  height: 7px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-range {
  background: #1f1f1f !important;
  top: 0px;
  height: 7px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-handle {
  background: #b2dd4c !important;
  top: -0.3em;
  border: 2px solid #1f1f1f;
  margin-left: -3px;
  border-radius: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box {
  margin-top: 15px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .btn-success {
  background: #eeeeee;
  border: medium none;
  border-radius: 4px;
  color: #333333;
  font-weight: 900;
  line-height: inherit;
  margin-right: 16px;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .jb-price-range {
  font-weight: bold;
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories a {
  color: #666666;
  padding: 5px 0px;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories a:before {
  background: #F9F9F9;
  content: '';
  height: 20px;
  width: 20px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories a:hover,
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories a:focus {
  background: transparent;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories.active a {
  background: transparent;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters ul li.j2product-categories.active a:after {
  content: '\2713';
  position: absolute;
  left: 4px;
  top: 12px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label {
  display: block;
  margin: 0 0 10px;
  position: relative;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-brand-checkboxes {
  display: none;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label {
  color: #666666;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-label:before {
  content: '';
  background: #F9F9F9;
  height: 20px;
  width: 20px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-brand-checkboxes:checked + .j2store-product-brand-label:after {
  content: '\2713';
  position: absolute;
  left: 5px;
  top: 7px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-title {
  line-height: 1;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .j2store-product-brand-title span a {
  display: inline-block;
  margin-bottom: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container .manufacturer-filters .control-group {
  margin-bottom: 0;
}
.j2store-product-list .default-shop-item {
  position: relative;
  margin-bottom: 30px;
}
.j2store-product-list .default-shop-item .inner-box {
  position: relative;
  border: 1px solid #f0f0f0;
}
.j2store-product-list .default-shop-item .inner-box .image-box {
  position: relative;
  overflow: hidden;
}
.j2store-product-list .default-shop-item .inner-box .image-box img {
  width: 100%;
  display: block;
}
.j2store-product-list .default-shop-item .inner-box .lower-content {
  position: relative;
  padding: 30px 10px 25px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.j2store-product-list .default-shop-item .inner-box .lower-content h3 {
  position: relative;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.j2store-product-list .default-shop-item .inner-box .lower-content h3 a {
  position: relative;
  color: #1f1f1f;
}
.j2store-product-list .default-shop-item .inner-box .lower-content h3 a:hover {
  color: #b2dd4c;
}
.j2store-product-list .default-shop-item .inner-box .lower-content .price {
  margin-top: 5px;
}
.j2store-product-list .default-shop-item .inner-box .lower-content .price .sale-price {
  color: #b2dd4c;
  font-size: 18px !important;
  line-height: 26px;
  height: 26px;
  display: inline;
}
.j2store-product-list .default-shop-item .inner-box .lower-content .price .strike {
  color: #9e9e9e;
  font-size: 14px;
  display: inline-flex;
  margin-right: 5px;
}
.j2store-product-list .default-shop-item .overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #b2dd4c;
  text-align: center;
  z-index: 10;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.j2store-product-list .default-shop-item .overlay .links-box {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -27px;
  width: 100%;
  height: 54px;
}
.j2store-product-list .default-shop-item .overlay .option-btn {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding: 12px 0px;
  width: 54px;
  height: 54px;
  background: #b2dd4c;
  color: #ffffff;
  border-radius: 2px;
  font-size: 16px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.j2store-product-list .default-shop-item .overlay .option-btn:hover {
  background: #1d2802;
}
.j2store-product-list .default-shop-item:hover .overlay {
  top: 0px;
}
.j2store-product-list .default-shop-item:hover .inner-box .lower-content,
.j2store-product-list .default-shop-item:hover .inner-box {
  border-color: #b2dd4c;
}

.simple-product .product-image {
  position: relative;
}
.simple-product .product-image .j2store-mainimage {
  padding-left: 75px;
}
.simple-product .product-image .j2store-mainimage .j2store-product-main-image {
  width: 100%;
}
.simple-product .product-image .j2store-product-additional-images {
  position: absolute;
  left: 15px;
  top: 0;
}
.simple-product .product-image .j2store-product-additional-images ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.simple-product .product-image .j2store-product-additional-images ul li {
  width: 65px;
  margin-bottom: 10px;
  display: block;
}
.simple-product .product-image .j2store-product-additional-images ul li img {
  width: 100%;
}
.j2store-single-product.simple .product-content {
  padding-top: 57px;
}
.j2store-single-product.simple .product-content .product-sku span {
  font-size: 14px;
  letter-spacing: 1.87px;
}
.j2store-single-product.simple .product-content .product-title {
  margin: 0 0 20px;
}
.j2store-single-product.simple .product-content .price-sku-brand-container {
  margin: 0 -15px;
  border: 0;
  padding: 0;
}
.j2store-single-product.simple .product-content .product-decs .product-sdesc {
  font-size: 14px;
  color: #4A4A4A;
}
.j2store-single-product.simple .product-content .product-price {
  margin: 28px 0 10px;
}
.j2store-single-product.simple .product-content .product-price .sale-price {
  font-size: 26px;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form {
  position: relative;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options span {
  display: none;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options span.j2error {
  display: inline-block;
  font-style: normal;
  background: #eea236;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 35px;
  border-radius: 3px;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options br {
  display: none;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options input {
  display: none;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options b {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  display: inline-block;
  width: 110px;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options label {
  font-size: 14px;
  border: 1px solid #EDEDED;
  display: inline-block;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 4px;
  cursor: pointer;
}
.j2store-single-product.simple .product-content .j2store-addtocart-form .options .option {
  margin-bottom: 15px;
}
.j2store-single-product.simple .product-content .cart-action-complete {
  padding: 10px 25px;
  bottom: -80px;
  width: 59.3%;
}
.j2store-single-product.simple .product-content .cart-action-complete p {
  padding: 0;
}
.j2store-single-product.simple .shop-tab {
  margin: 60px 0;
}
.j2store-single-product.simple .shop-tab .nav-tabs {
  border-bottom: 0 none;
  padding: 0;
}
.j2store-single-product.simple .shop-tab .nav-tabs li a {
  border-radius: 0;
  font-weight: bold;
  color: #343434;
  padding: 20px;
  outline: none;
}
.j2store-single-product.simple .shop-tab .tab-content {
  border: 1px solid #DDD;
  padding: 20px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 20px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .rss {
  background: url("../../images/system/feed.png") no-repeat !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .refresh {
  background: url("../../images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .comments-list .rbox .comment-box .comment-body {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  border-color: #eeeeee;
  box-shadow: none;
  padding: 13px 18px !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 0px;
  border-color: #eeeeee;
  box-shadow: none;
  padding: 13px 18px !important;
  height: 150px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form label {
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  padding: 10px 0px;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #b2dd4c;
  border: 2px solid #b2dd4c;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: Georgia, "Times New Roman", Times, serif !important;
}
.j2store-single-product.simple .shop-tab .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #8db923;
  border: 2px solid #8db923;
}
.desc-text {
  color: #9e9e9e;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.info-column .location-title {
  color: #1f1f1f;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 30px !important;
}
.info-style-one ul {
  padding: 0px;
}
.info-style-one ul li {
  margin-bottom: 25px;
  min-height: 50px;
  padding-left: 70px;
  position: relative;
  list-style: none;
}
.info-style-one ul li .icon-box {
  background: #f5b450;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.sppb-ajaxt-contact-form input,
.sppb-ajaxt-contact-form textarea {
  width: 100%;
}
.sppb-nav-tabs {
  border-bottom: 0px;
}
.sppb-nav-tabs li.active > a,
.sppb-nav-tabs li.active > a:hover,
.sppb-nav-tabs li.active > a:focus {
  background: #b2dd4c;
  color: #ffffff;
}
.sppb-nav-tabs li {
  margin: 0 5px 0 0;
}
.sppb-nav-tabs li a {
  border: none;
}
.sppb-nav-tabs li a:hover {
  background: #b2dd4c;
  color: #ffffff;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 20px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_email_copy {
  margin-left: 0;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #b2dd4c;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #b2dd4c;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}


.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}

.alert-notice .alert-message, .alert-error .alert-message , .alert-warning .alert-message
{
  background:none !important;
  border:none !important;
  color: inherit !important;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}

.page-header {
  padding-bottom: 9px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #b2dd4c;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fcfef7;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.loginLinks
{
	margin-top: 20px;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 80px;
}
.other-links , .reset , .remind{margin-bottom:80px}{margin-bottom:80px}
.other-links ul li {list-style:none}
.j2store-order
{
	margin-top:50px;
	margin-bottom:50px
}
.tabbable
{
	margin-top:20px
}
#address-tab
{padding-top:20px}

.myprofile-address-list-heading{display:inline-block}

.myprofile-address-addnew{float:right}

.remember
{
	display:block;
	margin-top:15px
}

.remember input
{
	float: left;
	margin-top: 6px;
	height: auto !important;
	margin-right: 20px;
	width:auto !important;
	margin-bottom: 30px;
}

.sppb-text-center .sppb-title-heading:after {
  background: url(../../images/joomlabuff/icons/title-pattern.png) center center no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0px;
  padding-top: 50px !important;
  margin: auto;
}
.sppb-text-left .sppb-title-heading:after {
  background: url(../../images/joomlabuff/icons/title-pattern.png) center left  no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0px;
  padding-top: 50px !important;
  margin: auto;
}
.title-left .sppb-addon-title:after {
  background: url(../../images/joomlabuff/icons/title-pattern.png) center left no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0px;
  padding-top: 50px !important;
  margin: auto;
}
.separator {
  position: relative;
  height: 48px;
  width: 100%;
  background: url(../../images/joomlabuff/icons/title-pattern-2.png) center center no-repeat;
}

.jb-topbar {
  position: relative;
  height: auto;
  line-height: 30px;
}
.jb-topbar .t3-module {
  margin-bottom: 0px;
}
.jb-topbar .t3-topbar-1 .top-left {
  padding: 10px 0;
}
.jb-topbar .t3-topbar-1 .top-left ul {
  padding-left: 0px;
  margin: 0px;
}
.jb-topbar .t3-topbar-1 .top-left ul li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin: 0px 25px 0px 0px;
  color: #d1dbb8;
  font-size:15px;
  font-weight:bold
}
.jb-topbar .t3-topbar-1 .top-left ul li .fa {
  color: #b2dd4c;
  padding-right: 5px;
}
.jb-topbar .styled-font {
  color: #f5b450;
  font-size: 18px;
}
.jb-topbar .btn {
  background-color: #b2dd4c;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 30px;
  padding: 16px 20px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}
.t3-wrapper {
  overflow: hidden !important;
}
.jb-trans .t3-header-wrap {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  
}
.navbar-affixed-top .container .outer-box
{
	background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 0 28px;
}
.header_social{ padding:0px; padding-top:11px; margin:0px;}
.header_social  li {display:inline-block}
.header_social  li a
{
	padding: 0;
    padding-left: 0px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 18px;
    }
.logo-img
{
	height:80px
}
.outer-box .logo {
  position: relative;
  transition: all 500ms ease 0s;
  outline: none;
}
@media (max-width: 767px) {
  .outer-box .logo {
    float: none;
    text-align: center;
    padding:10px 0px
  }
}
@media (min-width: 768px) {
  .outer-box .logo {
    float: none;
    text-align: center;
    padding:10px 0px
    
  }
}
@media (min-width: 992px) {
  .outer-box .logo {
    float: left;
    padding: 10px 0px;
  }
 }

@media (min-width: 1200px) {
  .outer-box .logo {
    float: left;
    padding: 10px 30px;
  }
}
.outer-box .logo .logo-image span,
.outer-box .logo .logo-image small {
  display: none;
}
.outer-box .logo .logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.outer-box .logo .logo-text:hover a,
.outer-box .logo .logo-text a:hover,
.outer-box .logo .logo-text a:active,
.outer-box .logo .logo-text a:focus {
  text-decoration: none;
}
.outer-box .logo .logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cart-block {
    float: left;
  }
}
@media (min-width: 768px) {
  .cart-block {
    float: right;
  }
}
@media (min-width: 992px) {
  .cart-block {
    float: right;
  }
}
@media (min-width: 1200px) {
  .cart-block {
    float: right;
  }
}
@media (max-width: 767px) {
  .cart-block .j2store-minicart-button {
     padding: 34px 0px;
  }
}
@media (min-width: 768px) {
  .cart-block .j2store-minicart-button {
    padding: 34px 0px;
  }
}
@media (min-width: 992px) {
  .cart-block .j2store-minicart-button {
    padding: 34px 0px;
  }
}
@media (min-width: 1200px) {
  .cart-block .j2store-minicart-button {
    padding: 34px 0px;
  }
}
.cart-block .j2store-minicart-button .cart-item-info .link {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #000000;
  float: left;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}
@media (max-width: 767px) {
  .cart-block .j2store-minicart-button .cart-item-info .link {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .cart-block .j2store-minicart-button .cart-item-info .link {
    margin-top: -6px;
  }
}
@media (min-width: 992px) {
  .cart-block .j2store-minicart-button .cart-item-info .link {
    margin-top: -6px;
  }
}
@media (min-width: 1200px) {
  .cart-block .j2store-minicart-button .cart-item-info .link {
    margin-top: -6px;
  }
}

.cart-block .j2store-minicart-button .cart-item-info .link .cart-item-count {
  background: #b2dd4c;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
  width: 20px;
}
.jb-slideshow {
  position: relative;
  z-index: 0;
  color: #ffffff;
}

.jb-slideshow p {
  color: #ffffff;
}
.small_thin_grey  p 
{color:rgba(117,117,117,1);}
.jb-slideshow .btn {
  color: #ffffff;
  padding: 12px 30px;
}
.jb-slideshow .btn:hover {
  color: #ffffff;
}
.jb-slideshow .tp-leftarrow.default,
.jb-slideshow .tp-rightarrow.default {
  width: 60px !important;
  height: 60px !important;
  background: transparent;
  border: 2px solid #ffffff !important;
  border-radius: 100%;
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
  -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: #ffffff;
}
.jb-slideshow .tp-rightarrow:hover,
.jb-slideshow .tp-leftarrow:hover {
  background: #b2dd4c;
  border: 2px solid #b2dd4c !important;
  -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: 30px;
  color: #ffffff;
  display: block;
  line-height: 52px;
  text-align: center;
}
.jb-slideshow .tparrows.tp-rightarrow:before {
  content: '\f105';
}
.jb-slideshow .tparrows.tp-leftarrow:before {
  content: '\f104';
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.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 .module-title {
  color: #333333;
  margin-bottom: 30px !important;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.t3-sidebar .popular-news .text-holder {
  top: 0px;
}
.t3-sidebar .popular-news .text-holder a,
.t3-sidebar .popular-news .text-holder p {
  color: #555555 !important;
}
.j2store-sidebar-filters-container .product-filter-heading {
  color: #333333;
  margin-bottom: 30px !important;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  display: block;
}
.t3-footer {
  background: #192302;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #192302;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #333333;
  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: #ffffff;
}
.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: #ffffff;
}
.t3-copyright {
  font-size: 15px;
  line-height: 24px;
  padding: 24px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.jb-footer h3{
	color: #ffffff;
font-size: 20px;
font-weight: 500;
margin-bottom: 30px !important;
}
.navbar-affixed-top.affix{background:#ffffff}
.t3-copyright .jb-footer-social ul {
  margin: 0px;
}
.t3-copyright .jb-footer-social ul li a {
  color: #ffffff;
}
.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;
}
.jb-footer {
  color: #ffffff;
}
.jb-footer .sppb-addon-content {
  margin-bottom: 30px;
}
.jb-footer .sppb-addon-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px !important;
  text-transform: capitalize;
}
.jb-footer .text {
  line-height: 2em;
  margin-bottom: 35px;
}
.jb-footer .list {
  padding-left: 0px;
}
.jb-footer .list li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.jb-footer .list li a {
  border-bottom: 1px dashed transparent;
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
  position: relative;
  text-transform: capitalize;
}
.jb-footer .list li a:hover {
  border-color: #f5b450;
  color: #f5b450;
}
.jb-footer .list li:before {
  background: #3f4828 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}
.jb-footer .k2TagCloudBlock a {
  font-size: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #9e9e9e;
  display: block;
  line-height: 24px;
  min-width: 50px;
  padding: 5px 14px;
  margin: 3px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.jb-footer .k2TagCloudBlock a:hover {
  font-size: 14px !important;
  background: #b2dd4c;
  color: #ffffff;
  line-height: 24px;
  min-width: 50px;
  padding: 5px 14px;
  margin: 3px;
}
.jb-footer .contact-info {
  padding-left: 0px;
}
.jb-footer .contact-info li {
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none;
}
.jb-footer .contact-info li .icon {
  color: #f5b450;
  font-size: 20px;
  left: 0;
  line-height: 28px;
  position: absolute;
  top: 0;
}
#back-to-top {
  border-radius: 50%;
  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.affix {
  bottom: 60px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}

.affix-top{width:100%}

@media screen and  (max-width:992px) {
	.jb-header-default .container , .jb-topbar .container{width:100%}
	.menu_attr{position:absolute; top:0px; right:30px}
	.t3-mainnav{display:none}
	 .off-canvas-toggle{display:block !important}
	#sppb-addon-wrapper-1499541307844 {margin-left:0px !important}
	.outer-box .logo {
    float: none;
    text-align: center;
  }
  
  .banner-slogan{display:none}
  .contactusbutton{display:none !important}
  .banner-desc{font-size:17px !important;line-height:28px !important; left:10px !important; right:10px !important; text-align:center;white-space: break-spaces !important;margin-top:15px !important }
  .banner-title{font-size:31px !important ; line-height:32px !important; left:0px !important; right:0px !important; text-align:center; }
  .rev_slider .btn-primary {font-size:12px !important; padding:4px 18px !important;  line-height:23px !important; margin-top:95px !important}
  
  .sppb-title-subheading{text-align:justify !important}
  .featured-service{max-width:370px;}
  .flexing{display:flex; justify-content:center;}
  .jb-navhealper{padding-left:15px; padding-right:15px;}
  .sppb-addon-title{ padding-top:50px}
  
   .defaultimg{position:relative}
  .defaultimg:after {position:absolute; top:0px;left:0px; width:100%; height:100%; content:''; background:rgba(0,0,0,0.2);}
  
  .banner-title > div {color: #FFFFFF !important}
  .banner-desc > div {color: #FFFFFF !important}
  
}
@media screen and (min-width: 768px) {.top-left ul li:first-child{display:none !important}}

@media screen and (min-width: 992px) {
	
  .banner-desc{font-size:17px !important;line-height:28px !important; }
  .banner-title{font-size:60px !important ; line-height:72px !important;}
  .rev_slider .btn-primary , .rev_slider .btn-alter{line-height: 24px;padding: 12px 30px;font-size: 14px;}
  
  .navbar-default .navbar-nav > li > a { padding-left:12px ; padding-right:12px;}
  .navbar-default .navbar-nav > li > span{ padding-left:12px ; padding-right:12px;}
  .featured-service .image-box .caption-box .title{font-size:15px}
  .featured-service .overlay-box .title{font-size:15px}
   .nutrition_left_sidebar .plan_menu li a{font-size:13px}

}

@media screen and (min-width: 1200px) {
   .navbar-default .navbar-nav > li > a { padding-left:20px ; padding-right:20px;}
  .navbar-default .navbar-nav > li > span{ padding-left:20px ; padding-right:20px;}
  .top-left ul li:first-child{display:inline-block !important}
  .featured-service .image-box .caption-box .title{font-size:20px}
   .featured-service .overlay-box .title{font-size:20px}
   .nutrition_left_sidebar .plan_menu li a{font-size:17px}
}
@media screen and (max-width:767px) {
.off-canvas-toggle{
	color:#f5b450 !important; 
	position:absolute !important; left:0px !important; top:0px !important ; padding: 38px 24px !important;margin: 0 10px !important;
}

#Mod122{float:left}
.k2ItemsBlock .custom-btn-block .btn{ top:-90px}
}
@media (max-width: 480px) {
	
	
	.currency-btn{float:none}
	.cart-block .j2store-minicart-button{padding-top:9px}
	.account-btn{padding-top:18px}
	.header_currency{padding-top:10px}
}
.off-canvas-toggle:hover , .off-canvas-toggle:active , .off-canvas-toggle:focus , .off-canvas-toggle.focus
{
	background:none !important;
	border-color:#ffffff !important
}

/* off-canvas */


.off-canvas-toggle {
  z-index: 100;
}
html,
body {
  height: 100%;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.t3-wrapper {
  background: #ffffff;
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
.t3-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 100;
}
.t3-mainnav-android {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .t3-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-open .t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.t3-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.t3-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.t3-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.t3-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .t3-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.off-canvas-open .t3-off-canvas {
  overflow-y: auto;
}
.t3-off-canvas {
  background: #ffffff;
  color: #333333;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #333333;
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #b2dd4c;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #8db923;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  position: static;
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-2.t3-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.t3-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-9 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-9.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-10.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-13.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .t3-off-canvas {
  z-index: 100 !important;
  left: -250px;
}
html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
  right: -250px;
  left: auto;
}
.modal-open .t3-wrapper {
  position: static;
}
.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 767px) {
  .off-canvas-toggle {
    float: left;
    margin: 0px 30px 0 80px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .off-canvas-toggle {
    float: right;
    padding: 43px 24px;
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .off-canvas-toggle {
    float: right;
  }
}
@media (min-width: 1200px) {
  .off-canvas-toggle {
    float: right;
    padding: 43px 24px;
    margin: 0 10px;
  }
}
.off-canvas-toggle:focus {
  outline: none;
}
.t3-off-canvas {
  background: #ffffff;
  color: #333333;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #eeeeee;
  color: #333333;
  padding: 10px 0 10px 20px;
  height: 56px;
  line-height: 56px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-off-canvas .close {
  margin: 0;
  height: 56px;
  line-height: 56px;
  width: 56px;
  background: #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 10px 20px;
  background: #1f1f1f;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #b2dd4c;
  text-decoration: none;
  font-size: 14px;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #8db923;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle {
  *border-bottom: 1px solid #1e1e1e;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle {
  background: none !important;
  border-bottom: none !important;
  text-transform: none;
  color: #999;
  padding: 10px 20px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle .caret {
  float: right;
  margin-top: 10px;
  border-top-color: #b2dd4c;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:before,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:before,
.t3-off-canvas .t3-off-canvas-body .nav > li > .dropdown-toggle:before,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > .dropdown-toggle:before {
  content: "\f00a";
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-top: 7px;
  font-size: 10px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a,
.t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle {
  background: none;
  text-transform: none;
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > a .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li.active > .dropdown-toggle .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle.active > .dropdown-toggle .caret {
  border-top-color: #b2dd4c;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active {
  background: none;
  text-transform: none;
  color: #b2dd4c;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:hover .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:focus .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:focus .caret,
.t3-off-canvas .t3-off-canvas-body .nav > li > a:active .caret,
.t3-off-canvas .t3-off-canvas-body .nav .dropdown-toggle > a:active .caret {
  border-top-color: #b2dd4c;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: none !important;
  padding-left: 20px;
  color: #999999;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .divider {
  height: auto !important;
  background: transparent !important;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > .nav-header {
  border-bottom: none !important;
  background: transparent !important;
  padding: 5px 0;
  color: #ffffff;
  display: inline-block;
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.open > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:focus,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:active {
  background: none;
  color: #b2dd4c;
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a {
  background: none;
  color: #8db923;
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .caret {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu > a:after,
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu > .nav-header:after {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 20px;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  margin-bottom: 10px;
  color: #ffffff;
}


/* mega-menu */

.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 768px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    display: table;
    content: " ";
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.t3-megamenu .mega-dropdown-menu {
  padding: 0px;
}
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav {
  padding-right: 0px;
  padding-left: 0px;
}
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner {
  padding: 0px;
}
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner ul {
  border-top: 3px solid #b2dd4c;
}
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner ul li a,
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner ul li span {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  text-transform: capitalize;
}
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner ul li a:hover,
.t3-megamenu .mega-dropdown-menu .mega-dropdown-inner .mega-col-nav .mega-inner ul li span:hover {
  background: rgba(33, 46, 2, 0.9);
  color: #ffffff;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.t3-megamenu .mega-nav > li:last-child,
.t3-megamenu .dropdown-menu .mega-nav > li:last-child {
  border-bottom: none;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #b2dd4c;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}