@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.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 {
  overflow-x: hidden;
  color: #9e9e9e;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #272727;
  text-decoration: none;
  display: inline-block;
}
a:hover,
a:focus {
  color: #010101;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.main_anchor {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 17px;
}
a.main_anchor i {
  padding-left: 5px;
}
a.main_anchor:hover,
a.main_anchor:focus {
  color: #6aaf08;
}
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: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #9e9e9e;
}
.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;
}
.transition3s {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition4s {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.transition5s {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-ease {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.featherlight {
  z-index: 1000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 1.1;
  color: #272727;
  word-spacing: -1px;
}
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: #9e9e9e;
}
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: 48px;
}
h3,
.h3 {
  font-size: 36px;
}
h4,
.h4 {
  font-size: 30px;
}
h5,
.h5 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 12px;
}
h2 span,
h3 span,
h5 span {
  position: relative;
  color: #6aaf08;
}
p {
  margin: 0 0 10px;
  line-height: 24px;
  margin: 0px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
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: #9e9e9e;
}
.text-primary {
  color: #6aaf08;
}
a.text-primary:hover {
  color: #4c7e06;
}
.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: #6aaf08;
}
a.bg-primary:hover {
  background-color: #4c7e06;
}
.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 #9e9e9e;
}
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: 5px;
  padding-right: 5px;
}
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 #9e9e9e;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #9e9e9e;
}
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: #9e9e9e;
}
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 #9e9e9e;
  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;
}

.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: #9e9e9e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9e9e9e;
}
.form-control::-webkit-input-placeholder {
  color: #9e9e9e;
}
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-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-block + .btn-block {
  margin-top: 5px;
}
.button_main {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  width: 180px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
a.mouse_hover1:hover,
a.mouse_hover1:focus {
  background: #fff !important;
  color: #6aaf08 !important;
}
a.mouse_hover2:hover,
a.mouse_hover2:focus {
  background: #272727 !important;
  color: #FFF !important;
}
a.mouse_hover3:hover,
a.mouse_hover3:focus {
  background: #6aaf08 !important;
  color: #FFF !important;
}
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: #9e9e9e;
  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: #9e9e9e;
}
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: #9e9e9e;
}
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: #b6f759;
  border-color: #6aaf08;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #9e9e9e;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #272727;
  border-bottom-color: #272727;
}
.nav a:hover .caret {
  border-top-color: #010101;
  border-bottom-color: #010101;
}
.t3-navhelper {
  background: #f5f5f5;
  color: #555555;
  text-align: center;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  padding: 0px !important;
}
.breadcrumb > li {
  line-height: 60px;
  font-weight: 900;
  color: #9e9e9e;
}
.breadcrumb > li + li:before {
  content: "";
}
.breadcrumb > li a {
  color: #9e9e9e;
}
.breadcrumb > li span {
  color: #6aaf08;
}
.breadcrumb > .active {
  color: #9e9e9e;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
  display: none;
}
.breadcrumb .divider {
  padding: 10px;
}
.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 {
  display: none;
  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;
  }
}
.navbar-default {
  border: none;
  background: transparent;
}
.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: #ffffff;
  text-transform: uppercase;
  color: #fcfcfc;
  font-weight: 900;
  border-right: 1px dashed #424242;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    padding: 24px 20px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 24px 20px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 24px 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 24px 30px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #6aaf08;
  background-color: transparent;
  border-right: 1px dashed #424242;
}
.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: #ffffff;
  background-color: #272727;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #6aaf08;
  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: #161616;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #6aaf08;
  border-bottom-color: #6aaf08;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #272727;
  color: #6aaf08;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@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: #6aaf08;
    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: #ffffff;
    background-color: #272727;
  }
  .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: #6aaf08;
}
.navbar-default .navbar-collapse {
  padding: 10px 0 10px 10px;
  background: #272727;
}
.navbar-default .navbar-collapse ul.nav {
  border: 1px dashed #424242;
  border-right: none;
}
.navbar-default p {
  margin: 0;
  background: #6aaf08;
  position: relative;
  height: 90px;
  padding: 10px 0;
  width: 27.5%;
}
.navbar-default p:before {
  content: '';
  background: #6aaf08;
  width: 2500px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.navbar-default p a {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  display: block;
  height: 100%;
  border: 1px dashed #b5d784;
  border-left: none;
  margin-right: -5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar-default p a {
    font-size: 20px;
    padding: 21px 0 21px 20px;
  }
}
@media (min-width: 768px) {
  .navbar-default p a {
    font-size: 20px;
    padding: 21px 0 21px 20px;
  }
}
@media (min-width: 992px) {
  .navbar-default p a {
    font-size: 20px;
    padding: 21px 0 21px 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-default p a {
    font-size: 30px;
    padding: 20px 0 14px 20px;
  }
}
.navbar-default p a em {
  padding-right: 20px;
}
.navbar-default .main_menu nav p a:hover,
.navbar-default .main_menu nav p a:focus {
  color: #f3f3f3;
}
.main_menu {
  position: relative;
  z-index: 9999;
}
@media (max-width: 767px) {
  .main_menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .main_menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .main_menu {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .main_menu {
    display: flex;
  }
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.t3-mainnav .t3-navbar {
  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 #161616;
}
.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;
}

.bg-gray {
  background: #F7F7F7;
}
.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: #333333;
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.title_holder h2 span:before {
  content: url(../../images/title-logo.png);
  position: absolute;
  top: -15px;
  right: -28px;
}
.title_holder2 h3 span:before {
  content: url(../../images/title-logo2.png);
  position: absolute;
  top: -8px;
  right: -19px;
}
.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 #9e9e9e;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #9e9e9e;
}
.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 #9e9e9e;
}
.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: #9e9e9e;
  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: #9e9e9e;
  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: #010101;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #9e9e9e;
  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: #010101;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.welcome_sec .welcome_data_container {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 34px;
}
.welcome_sec .welcome_data_container .welcome_title .title_holder h2 {
  margin-top: -11px;
  line-height: 60px;
}
.welcome_sec .welcome_data_container .welcome_title p {
  font-size: 16px;
  line-height: 30px;
}
.welcome_sec .welcome_data_container .welcome_title p:first-child {
  margin-bottom: 30px;
  margin-top: 14px;
}
.welcome_sec .welcome_data_container .welcome_title .text {
  padding-top: 15px;
}
.welcome_sec .welcome_data_container .welcome_title .text a {
  margin-top: 28px;
  text-transform: uppercase;
  font-weight: 900;
}
.welcome_sec .img_holder {
  position: relative;
}
.welcome_sec .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  top: 0;
  left: 0;
  padding: 10px 8px;
  cursor: pointer;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.welcome_sec .img_holder .overlay .overlay_border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.welcome_sec .design_planting:hover .img_holder .overlay,
.welcome_sec .garden_care:hover .img_holder .overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}

.welocme_intro {
  padding-top: 27px;
}
.welocme_intro .img_holder {
  display: table-cell;
  padding-top: 13px;
}
.welocme_intro .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 29px;
}
.welocme_intro .info a {
  margin-top: 7px;
}

.welcome_banner .welcome_banner_bg {
  background: url(../../images/8.jpg) no-repeat center;
  background-color: #6aaf08;
  position: relative;
  height: 130px;
  margin-top: 74px;
}
.welcome_banner .welcome_banner_bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
}
.welcome_banner .welcome_banner_bg .overlay_border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.welcome_banner h4 {
  color: #fff;
  text-align: right;
  padding-top: 36px;
}
.welcome_banner a {
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 35px 0 0 29px;
  line-height: 56px;
  width: 180px;
  border: 2px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.welcome_banner a:hover,
.welcome_banner a:focus {
  background: #6aaf08;
  border: 2px solid #5f9c08;
}

.choosing_gardener {
  padding-top: 55px;
}
.choosing_gardener .choosing_reason {
  position: relative;
  margin-left: 41px;
  border: 1px dashed #eeeeee;
  padding: 15px 8px 23px 60px;
  margin-bottom: 40px;
}
.choosing_gardener .choosing_reason .icon_holder {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #6aaf08;
  top: 24%;
  left: -8%;
  padding: 5px;
}
.choosing_gardener .choosing_reason .icon_holder i,
.choosing_gardener .choosing_reason .icon_holder em {
  width: 70px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 23px;
}
.choosing_gardener .choosing_reason:hover,
.choosing_gardener .choosing_reason:focus {
  border: 1px dashed #6aaf08;
}

.award_winning {
  position: relative;
  margin: 36px 0 0 0;
}
.award_winning .title_holder2 h3 span:before {
  top: -12px;
}
.award_winning .img_holder {
  margin-right: 34px;
}
.award_winning .text {
  position: absolute;
  top: 20px;
  left: 15px;
  padding-top: 28px;
}
.award_winning .text .title_holder2 h3,
.award_winning .text h5 {
  color: #fff;
}
.award_winning .text .title_holder2 h3 {
  line-height: 53px;
}
.award_winning .text h5 {
  margin-top: 14px;
  line-height: 36px;
  margin-bottom: 15px;
}
.award_winning .slider_container {
  padding-top: 42px;
  padding-right: 110px;
}
.award_winning .text p {
  margin-bottom: 23px;
  color: #fff;
}
.award_winning .slider_container .carousel-indicators {
  width: 100%;
  margin: 0;
  left: 4px;
  bottom: -53px;
  text-align: left;
}
.award_winning .slider_container .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  margin-right: 14px;
}
.award_winning .slider_container .carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background: #6aaf08;
  border: 1px solid #6aaf08;
  margin-right: 14px;
}
.project_started {
  padding-top: 62px;
  margin-top: 36px;
  padding-bottom: 75px;
}
.project_started:before {
  content: '';
  width: 2500px;
  height: 1px;
  border-top: 1px solid #f6f4f4;
  position: absolute;
  top: 1px;
  left: -49px;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
}
.project_started:after {
  content: '';
  width: 2500px;
  height: 1px;
  border-top: 1px solid #f6f4f4;
  position: absolute;
  bottom: 1px;
  left: -49px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
}
.project_started .title_holder2 h3 span:before {
  top: -11px;
  right: 20px;
}
.submit_form .formbuilder {
  padding-top: 44px;
}
.submit_form .formbuilder input,
.submit_form .formbuilder textarea,
.submit_form .formbuilder select {
  width: 100%;
  border: 2px solid #f6f4f4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  box-shadow: none;
  outline: none;
  background: #fff;
  padding-left: 14px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: normal;
  color: #c6c6c6;
  margin-bottom: 20px;
}
.submit_form .formbuilder input {
  height: 50px;
}
.submit_form .formbuilder select {
  width: 100% !important;
  height: 50px;
  border: 2px solid #f6f4f4;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  background: #fff;
  outline: none;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: normal;
}
.submit_form .formbuilder select option {
  padding: 10px;
}
.submit_form .formbuilder select option:hover,
.submit_form .formbuilder select option:focus {
  background: #6aaf08;
}
.submit_form .formbuilder textarea {
  resize: none;
  height: 120px;
  padding: 13px;
}
.submit_form .formbuilder .space-fix-right {
  padding-right: 5px;
}
.submit_form .formbuilder .space-fix-left {
  padding-left: 5px;
}
.submit_form .formbuilder .send_now {
  background: #6aaf08 !important;
  color: #ffffff !important;
  float: right !important;
  margin: 13px 15px 0 0;
  box-shadow: none;
  border: none;
  height: auto !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 180px;
  font-family: 'Roboto', sans-serif !important;
}
.project_gallery {
  background: url(../../../images/p-bg.jpg) repeat center;
  background-color: #1e1e1e;
  background-attachment: fixed;
  padding-bottom: 50px;
}
.project_gallery .title_holder2 {
  display: inline;
}
.project_gallery .title_holder2 .module-title {
  color: #ffffff;
  display: inline-block;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: right;
}
@media (max-width: 767px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul .active > a {
  color: #6aaf08 !important;
  background: transparent;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 32px;
  text-transform: capitalize;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  outline: none;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:hover {
  color: #6aaf08;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  transform: none;
}
.project_gallery .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(106, 175, 8, 0.8);
}
.project_gallery .img_holder {
  position: relative;
}
.project_gallery .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  padding: 15px;
  top: 0;
  left: 0;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.project_gallery .img_holder .hover_overlay .content {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: table;
}
.project_gallery .img_holder .hover_overlay .content a {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project_gallery .img_holder:hover .hover_overlay,
.project_gallery .img_holder:focus .hover_overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}
.portfolio-page {
  padding-bottom: 50px;
}
.portfolio-page .title_holder2 {
  display: inline;
}
.portfolio-page .title_holder2 .module-title {
  color: #ffffff;
  display: inline-block;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul .active > a {
  color: #6aaf08 !important;
  background: transparent;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-right: 32px;
  text-transform: capitalize;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  outline: none;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:hover {
  color: #6aaf08;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
  transform: none;
}
.portfolio-page .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(106, 175, 8, 0.8);
}
.portfolio-page .img_holder {
  position: relative;
}
.portfolio-page .img_holder .hover_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(106, 175, 8, 0.8);
  padding: 15px;
  top: 0;
  left: 0;
  -ms-transform: scale(0, 0);
  
  -webkit-transform: scale(0, 0);
  
  transform: scale(0, 0);
}
.portfolio-page .img_holder .hover_overlay .content {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: table;
}
.portfolio-page .img_holder .hover_overlay .content a {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio-page .img_holder:hover .hover_overlay,
.portfolio-page .img_holder:focus .hover_overlay {
  -ms-transform: scale(1, 1);
  
  -webkit-transform: scale(1, 1);
  
  transform: scale(1, 1);
}
.news {
  position: relative;
}
.news .section-more {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .news .section-more {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .news .section-more {
    top: -56px;
  }
}
@media (min-width: 992px) {
  .news .section-more {
    top: -56px;
  }
}
@media (min-width: 1200px) {
  .news .section-more {
    top: -56px;
  }
}
.news .section-more .main_anchor {
  color: #6aaf08;
  font-size: 16px;
  margin-top: 0px;
}
.news .section-more .main_anchor:hover {
  color: #333333;
}
.news .single_blog_post {
  margin-top: 44px;
  padding-bottom: 25px;
}
.news .single_blog_post .img_holder {
  position: relative;
}
.news .single_blog_post .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(106, 175, 8, 0.8);
  padding: 17px;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
}
.news .single_blog_post .img_holder .overlay .icon_position_table {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container {
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
  display: table;
  text-align: center;
}
.news .single_blog_post .img_holder .overlay .icon_position_table .icon_container a {
  border: 1px dashed #cfcfcf;
  display: table-cell;
  vertical-align: middle;
  color: #6aaf08;
  font-size: 18px;
}
.news .single_blog_post:hover .overlay,
.news .single_blog_post:focus .overlay {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.news .single_blog_post .blog-meta ul {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 4px;
  margin-bottom: 9px;
  padding: 5px 0 5px 10px;
}
.news .single_blog_post .blog-meta ul li {
  display: inline-block;
  margin: 0px;
  position: relative;
  margin-right: 10px;
  font-style: italic;
  font-family: 'Lora', serif;
}
.news .single_blog_post .blog-meta ul li a {
  color: #9e9e9e;
}
.news .single_blog_post .blog-meta ul li a:hover {
  color: #6aaf08;
}
.news .single_blog_post .title_container .blog-title {
  line-height: 32px;
  margin-top: 23px;
}
.parallax {
  position: relative;
  text-align: center;
  *margin-top: 47px;
  *padding: 69px 0 0 0;
}
.parallax:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background: rgba(49, 82, 1, 0.7);
}
.parallax .custom {
  background-attachment: fixed;
  background-position: 80% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax .parallex_text {
  position: relative;
  z-index: 99;
}
.parallax .parallex_text h3,
.parallax .parallex_text p,
.parallax .parallex_text h5 {
  color: #ffffff;
}
.parallax .parallex_text p {
  font-size: 18px;
  margin: 36px 0 37px 11px;
  line-height: 30px;
}
.parallax .parallex_text h3 span {
  color: #efe829;
}
.parallax .parallex_text h5 a {
  color: #efe829;
  text-decoration: underline;
}
.buy_on_themeforest {
  background: url(../../images/21.jpg) no-repeat center;
  padding: 60px 0;
  background-color: #7cb92e;
}
.buy_on_themeforest h4 {
  color: #fff;
  float: left;
  word-spacing: -1px;
}
.buy_on_themeforest a {
  float: right;
  background: #fff;
  width: 240px;
  color: #272727;
}
.jb-review .title_holder2 h3 span:before {
  top: -20px;
  right: 52px;
}
.jb-review h6 {
  font-family: 'Lora', serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  margin-top: 4px;
  color: #9e9e9e;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .jb-review .testimonial .owl-item {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
@media (min-width: 992px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .jb-review .testimonial .owl-item {
    width: auto;
  }
}
.jb-review .testimonial .client_speach {
  position: relative;
}
@media (max-width: 767px) {
  .jb-review .testimonial .client_speach {
    padding: 0px 0 0 0px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../images/qut.jpg);
  }
}
@media (min-width: 992px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../images/qut.jpg);
  }
}
@media (min-width: 1200px) {
  .jb-review .testimonial .client_speach {
    padding: 50px 0 0 100px;
  }
  .jb-review .testimonial .client_speach:before {
    position: absolute;
    top: 50px;
    left: 25px;
    content: url(../../images/qut.jpg);
  }
}
.jb-review .testimonial .client_speach p {
  font-weight: 300;
  font-size: 18px;
  margin-top: 17px;
  line-height: 30px;
  margin-bottom: 27px;
}
.jb-review .testimonial .client_speach ul {
  padding: 0px;
}
.jb-review .testimonial .client_speach ul li {
  display: inline-block;
  margin: 2px -1px 0px 1px;
}
.jb-review .testimonial .client_speach ul li a {
  color: #6aaf08;
  font-size: 18px;
}
.jb-review .testimonial .client_speach img {
  width: auto !important;
}
.inner_banner {
  background: url(../../images/inner-banner.jpg) no-repeat center;
  height: 150px;
  background-color: #7bb82e;
  margin-top: -15px;
  padding-top: 50px;
}
.inner_banner h3 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .inner_banner .jamasshead-description {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .inner_banner .jamasshead-description {
    text-align: right;
  }
}
.inner_banner .jamasshead-description .get_in_touch {
  background: #ffffff;
  color: #6aaf08;
  margin-top: 10px;
}
.inner_banner .jamasshead-description .get_in_touch:hover,
.inner_banner .jamasshead-description .get_in_touch:focus {
  background: #272727;
  color: #ffffff;
}
.service_page_content {
  padding-bottom: 20px;
}
.service_page_content .tab_nav_holder .tabs-left .active {
  background: #6aaf08;
}
.service_page_content .tab_nav_holder .tabs-left .active a {
  color: #ffffff;
  outline: none;
}
.service_page_content .tab_nav_holder .tabs-left .active a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  right: 16px;
  top: 26%;
}
.service_page_content .tab_nav_holder li {
  background: #f7f7f7;
  height: 70px;
  margin-bottom: 5px;
  padding: 9px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 100%;
}
.service_page_content .tab_nav_holder li a {
  font-weight: 700;
  color: #9e9e9e;
  font-size: 18px;
  height: 100%;
  display: block;
  background: transparent;
  border: 1px dashed #dfdfdf;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  position: relative;
  padding: 14px 0 0 18px;
}
.service_page_content .tab_nav_holder li:active,
.service_page_content .tab_nav_holder li:hover {
  background-color: #6aaf08 !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.service_page_content .tab_nav_holder li:active a,
.service_page_content .tab_nav_holder li:hover a {
  color: #ffffff;
  border: 1px dashed #dfdfdf;
}
.service_page_content .tab_nav_holder li:active a:before,
.service_page_content .tab_nav_holder li:hover a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  color: #ffffff;
  right: 16px;
  top: 26%;
}
.service_page_content .text p {
  margin-top: 34px;
  margin-bottom: 28px;
}
.service_page_content span {
  font-weight: 700;
  color: #6aaf08;
}
.key_benefits_panel {
  margin-top: 45px;
}
.key_benefits_panel #accordion {
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.key_benefits_panel .panel-body {
  border: none !important;
  padding: 19px 0 0 9px;
}
.key_benefits_panel .panel-body p {
  line-height: 26px;
  margin: 0;
  padding: 4px 0 30px 18px;
}
.key_benefits_panel .panel-group .panel + .panel {
  margin: 0;
  border: none;
}
.panel-group .panel {
  box-shadow: none;
  margin: 0;
  border: none;
  border-bottom: 1px solid #f7f7f7;
}
.key_benefits_panel .panel-heading {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  height: 60px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 10;
}
.key_benefits_panel .panel-heading:before {
  content: "\f067";
  font-family: "FontAwesome";
  color: #6aaf08;
  font-size: 14px;
  text-decoration: inherit;
  position: absolute;
  width: 62px;
  border-right: 1px solid #f7f7f7;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 21px;
}
.key_benefits_panel .panel-heading h6 a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  padding: 19px 0 20px 89px;
  color: #272727;
  display: block;
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.key_benefits_panel .panel-heading.active-panel:before {
  content: "\f068";
  color: #fff;
  font-family: "FontAwesome";
  background: #6aaf08;
  width: 62px;
  border-radius: 5px 0 0 0;
  text-align: center;
  padding-top: 21px;
}
.key_benefits .title_holder2 h3 span:before {
  top: -12px;
  right: -1px;
}
.project_cost .img_holder {
  position: relative;
  margin-top: 130px;
}
.project_cost .img_holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 82, 1, 0.7);
  padding: 11px;
}
.project_cost .img_holder .overlay .border {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  height: 100%;
  text-align: center;
  padding-top: 71px;
}
.project_cost h3 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 28px;
}
.project_cost a {
  background: #eaf721;
  color: #272727;
}
.brochures {
  margin-top: -335px;
}
.brochures a.download {
  display: block;
  background: #f7f7f7;
  width: 270px;
  height: 50px;
  border: 1px solid #f6f4f4;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
  position: relative;
  margin-top: 31px;
  line-height: 50px;
  padding: 0 85px;
}
.brochures a.download span {
  width: 50px;
  height: 50px;
  background: #f7f7f7;
  border: 1px solid #f6f4f4;
  position: absolute;
  left: 5px;
  bottom: -1px;
  padding: 3px;
}
.brochures a.download span em {
  font-size: 18px;
  display: block;
  height: 100%;
  border: 1px dashed rgba(130, 130, 130, 0.5);
  padding: 11px;
}
.brochures a.download:hover,
.brochures a.download:focus {
  color: #6aaf08;
}
.brochures a.download:hover span,
.brochures a.download:focus span {
  color: #fff;
  background: #6aaf08;
}
.brochures a.download:hover span em,
.brochures a.download:focus span em {
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.brochures .img_holder {
  position: relative;
  margin-top: 50px;
}
.brochures .img_holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(49, 82, 1, 0.7);
  padding: 11px;
}
.brochures .img_holder .overlay .border {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  height: 100%;
  text-align: center;
  padding-top: 30px;
}
.brochures .img_holder .overlay .border span {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background: #efe829;
  border: 5px solid rgba(255, 255, 255, 0.3);
  -moz-background-clip: padding;
  
  -webkit-background-clip: padding;
  
  background-clip: padding-box;
  
}
.brochures .img_holder .overlay .border span em {
  color: #ffffff;
  font-size: 24px;
  padding: 11px;
}
.brochures .img_holder .overlay .border h6 {
  color: #ffffff;
  margin: 13px 0 6px 0;
}
.brochures .img_holder .overlay .border a {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
}

.service_page {
  padding-bottom: 20px;
}
.service_page .service_item {
  margin-bottom: 54px;
}
.service_page .service_item .text {
  padding-top: 14px;
}
.service_page .service_item .text a {
  color: #6aaf08;
  margin-top: 28px;
}
.service_page .service_item .text a:hover {
  color: #272727;
}
.service_page .service_item .img_holder {
  position: relative;
}
.service_page .service_item .img_holder a {
  display: block;
}
.service_page .service_item .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(106, 175, 8, 0.8);
  padding: 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.service_page .service_item .img_holder .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.service_page .service_item:hover .img_holder .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.j2store-product-list .form-inline {
  margin-bottom: 20px;
}
.j2store-product-list .form-inline input {
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
}
.j2store-product-list .form-inline select {
  float: right;
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  background: #f6f4f4;
  border-color: #f6f4f4;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-filters {
  margin-bottom: 40px;
}
.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 {
  display: inline-block;
  margin-top: 15px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-range {
  background: #6aaf08 !important;
  top: 0px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters #j2store-slider-range .ui-slider-handle {
  background: #6aaf08 !important;
  top: -0.4em;
  border: 2px solid #6aaf08;
  margin-left: -3px;
}
.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: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  color: #272727;
  font-weight: 900;
  line-height: 40px;
  margin-right: 16px;
  outline: medium none;
  text-align: center;
  text-transform: uppercase;
  width: 116px;
}
.j2store-product-list .j2store-sidebar-filters-container .price-filters .price-input-box .jb-price-range {
  font-weight: bold;
  margin-top: 15px;
  font-family: 'Lora', serif;
}
.j2store-product-list .j2store-sidebar-filters-container .product-filter-heading {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .moduletable h3 {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product {
  margin-top: 20px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .j2store-product-image {
  margin-right: 6px;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block h6 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .base-price {
  display: inline-block;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .strike {
  text-decoration: line-through;
  color: #9e9e9e;
  font-size: 16px;
  margin-right: 6px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .sale-price {
  display: inline-block;
  color: #6aaf08;
  font-size: 18px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.j2store-product-list .j2store-sidebar-filters-container .j2store-product-module-list .j2store-module-product .product-cart-left-block .product_cart_block {
  display: none;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a {
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #9e9e9e;
}
.j2store-product-list .j2store-sidebar-filters-container .category-filters .j2product-categories a:hover {
  background: transparent !important;
  color: #6aaf08;
  cursor: pointer;
}
.product {
  padding-top: 36px;
}
.product .single_product_item {
  margin-bottom: 59px;
}
.product .single_product_item .img_holder {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fafafa;
}
.product .single_product_item .img_holder:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 4px solid #6aaf08;
  border-right: 4px solid #6aaf08;
  z-index: 9;
}
.product .single_product_item .img_holder:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 4px solid #6aaf08;
  border-bottom: 4px solid #6aaf08;
}
.product .single_product_item:hover .img_holder img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product .single_product_item:hover .img_holder:after,
.product .single_product_item:hover .img_holder:before {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product .single_product_item .item_details {
  padding-top: 11px;
}
.product .single_product_item .item_details h2 {
  font-size: 18px;
}
.product .single_product_item .item_details .product-price-container {
  margin-bottom: 10px;
  margin-top: 24px;
}
.product .single_product_item .item_details .product-price-container .base-price {
  display: inline-block;
}
.product .single_product_item .item_details .product-price-container .strike {
  text-decoration: line-through;
  color: #9e9e9e;
  font-size: 18px;
  margin-right: 6px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.product .single_product_item .item_details .product-price-container .sale-price {
  display: inline-block;
  color: #6aaf08;
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.product .single_product_item .item_details .product-qty {
  display: none;
}
.product .single_product_item .item_details .add_to_cart {
  margin-top: 20px;
}
.product .single_product_item .item_details .button_inner {
  line-height: 35px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #272727;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.product .single_product_item .item_details .button_inner:hover {
  background: #6aaf08;
  color: #ffffff;
}
.j2store-single-product .j2store-view-back-button {
  margin-bottom: 20px;
}
.j2store-single-product .simple-product .j2store-mainimage {
  text-align: center;
}
.j2store-single-product .j2store-product-additional-images {
  margin-top: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list {
  margin-bottom: 20px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li {
  border: 3px solid #9e9e9e;
  display: inline-block;
  border-radius: 4px;
}
.j2store-single-product .j2store-product-additional-images .additional-image-list li:hover {
  border-color: #6aaf08;
}
.j2store-single-product .jb-product-detail-right .jb-sdesc {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #9e9e9e;
}
.j2store-single-product .jb-product-detail-right .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.j2store-single-product .product-title {
  color: #272727;
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
}
.j2store-single-product .price-sku-brand-container {
  margin-top: 25px;
}
.j2store-single-product .price-sku-brand-container .strike {
  text-decoration: line-through;
  margin-right: 10px;
  color: #a8a8a8 !important;
  font-size: 14px;
  font-weight: bold;
}
.j2store-single-product .price-sku-brand-container .sale-price {
  color: #6aaf08;
  display: inline;
  font-weight: bold;
  font-size: 28px;
}
.j2store-single-product .price-sku-brand-container .sale-price .zero-price {
  font-size: 18px;
  font-weight: 400;
}
.j2store-single-product .price-sku-brand-container .sku-text,
.j2store-single-product .price-sku-brand-container .manufacturer-brand-text {
  font-weight: bold;
}
.j2store-single-product .j2store-add-to-cart {
  margin-left: 0px;
  display: block;
}
.j2store-single-product .j2store-add-to-cart .product-qty {
  display: inline;
}
.j2store-single-product .j2store-add-to-cart .product-qty .input-mini {
  border: 3px solid #9e9e9e;
  width: 70px !important;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .j2store-add-to-cart .j2store-cart-button {
  border-radius: 3px;
  margin: 5px;
  padding: 14px 38px;
  border: none;
}
.j2store-single-product #j2store_app_shareButton {
  margin-top: 20px;
}
.j2store-single-product #j2store_app_shareButton a {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}
.j2store-single-product #j2store_app_shareButton a img {
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}
.j2store-single-product #j2store_app_shareButton a:hover {
  opacity: 1;
  border: 1px solid #333333;
}
.j2store-single-product .j2store-addtocart-form {
  margin-bottom: 10px;
}
.j2store-single-product .j2store-addtocart-form .options .col-sm-6 {
  padding: 0px;
}
.j2store-single-product .j2store-addtocart-form .options .option {
  width: 49%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.j2store-single-product .j2store-addtocart-form .options .option .required {
  display: inline;
  float: left;
  color: #cc0000;
}
.j2store-single-product .j2store-addtocart-form .options .option b {
  display: block;
  text-transform: uppercase;
}
.j2store-single-product .j2store-addtocart-form .options .option select {
  border-radius: 0px;
  width: 100%;
  border: 3px solid #9e9e9e;
  box-shadow: none;
  height: 50px;
}
.j2store-single-product .product-qty {
  display: block;
  margin-bottom: 10px;
}
.j2store-single-product .product-qty p {
  display: inline-block;
}
.j2store-single-product .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.j2store-single-product .nav-tabs li a {
  outline: none;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lora', serif;
  border: none;
}
.j2store-single-product .nav-tabs li a:hover {
  background: transparent;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .nav-tabs > li.active > a,
.j2store-single-product .nav-tabs > li.active > a:hover,
.j2store-single-product .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #6aaf08;
  color: #6aaf08;
  border-top: none;
  border-right: none;
  border-left: none;
}
.j2store-single-product .tab-content {
  background: #f7f7f7;
  padding: 2.4em 2em 2.4em;
  border-radius: 3px;
  letter-spacing: 0.05px;
  line-height: 24px;
  padding-right: 50px;
}
.j2store-single-product .tab-content .product-sdesc td,
.j2store-single-product .tab-content .product-sdesc th {
  border: none;
  text-transform: capitalize;
}
.j2store-single-product .tab-content h6 {
  margin-bottom: 31px;
  margin-top: 17px;
  font-size: 18px;
}
.j2store-single-product .tab-content ul li {
  line-height: 24px;
  margin-top: 15px;
  padding-left: 27px;
  position: relative;
  list-style: none;
}
.j2store-single-product .tab-content ul li:before {
  content: "\f05d";
  font-family: "FontAwesome";
  color: #6aaf08;
  font-size: 18px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
}
.j2store-single-product .tab-content #j2store-comments h4 {
  border-bottom: none;
  padding: 0px 24px;
}
.j2store-single-product .tab-content #j2store-comments .rss {
  background: url("../../images/system/feed.png") no-repeat !important;
}
.j2store-single-product .tab-content #j2store-comments .refresh {
  background: url("../../images/system/refresh.png") no-repeat !important;
  padding: 0px 0px 0px 16px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list {
  margin-left: 0px;
}
.j2store-single-product .tab-content #j2store-comments .comments-list .rbox {
  border: none;
  padding: 17px 40px;
}
.j2store-single-product .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 .tab-content #j2store-comments .comments-list .comments-inline-edit {
  padding: 20px;
}
.j2store-single-product .tab-content #j2store-comments #comments-form input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form textarea {
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 3px;
  border-color: #f7f7f7;
}
.j2store-single-product .tab-content #j2store-comments #comments-form .grippie {
  max-width: 100% !important;
  width: 100% !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form label {
  font-family: 'Lora', serif !important;
}
.j2store-single-product .tab-content #j2store-comments .checkbox {
  width: auto !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div {
  background-image: none !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a {
  padding: 10px 20px;
  background: #6aaf08;
  border: 2px solid #6aaf08;
  color: #ffffff;
  height: auto !important;
  line-height: inherit;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Lora', serif !important;
}
.j2store-single-product .tab-content #j2store-comments #comments-form-buttons .btn div a:hover {
  background: #010101;
  border: 2px solid #010101;
}
.app_emailtofriend a {
  font-weight: bold;
  color: #333333;
  outline: none;
  margin-top: 15px;
  display: block;
  position: relative;
}
.app_emailtofriend a:before {
  content: "\f003";
  font-family: "FontAwesome";
  color: #6aaf08;
  font-size: 16px;
  text-decoration: inherit;
  font-weight: 300;
  margin-right: 5px;
}
.j2store-cart .input-mini {
  display: inline-block;
  height: 48px;
}
.j2store-cart .remove-icon {
  margin-bottom: 0px;
  padding: 14px;
  color: #ffffff;
}

.faq_style_one h5 {
  position: relative;
  z-index: 10;
  margin-top: 17px;
  word-spacing: 0;
}
.faq_style_one h5 span {
  color: #f5f5f5;
  font-size: 72px;
  position: absolute;
  left: 0;
  top: -28px;
  text-transform: uppercase;
  z-index: -1;
}
.faq_style_one p {
  margin-top: 36px;
  line-height: 26px;
  margin-bottom: 51px;
}
.faq_style_two {
  padding-bottom: 60px;
}
.faq_style_two .title_holder2 h3 span:before {
  top: -8px;
  right: -25px;
}
.faq_style_two .key_benefits_panel .panel-body p {
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0 18px;
}
.faq_style_two .key_benefits_panel .panel-body p:last-child {
  padding-bottom: 23px;
}
.faq_style_two .key_benefits_panel p {
  padding-right: 25px;
}
.accordion-widget .accordion-heading {
  border: 3px solid #f7f7f7;
  margin: 10px;
}
.accordion-widget .accordion-heading .accordion-toggle {
  margin: 0px !important;
  padding: 13px !important;
  display: block;
  font-weight: bold;
  color: #333333;
  text-transform: capitalize;
}
.accordion-widget .accordion-heading .accordion-toggle em {
  float: right;
  background: none !important;
  color: #333333 !important;
}
@media (max-width: 767px) {
  .accordion-widget .accordion-heading .accordion-toggle em {
    display: none;
  }
}
.accordion-widget .accordion-heading .accordion-toggle em:hover {
  background: none;
}
.accordion-widget .accordion-inner p {
  padding: 24px !important;
}

.pricing_table .title_holder2 h3 span:before {
  top: -19px;
  right: 37px;
}
.pricing_table .price_box {
  text-align: center;
  background: #f7f7f7;
  margin-top: 43px;
  padding-bottom: 40px;
}
.pricing_table .price_box .rate {
  background: url(../../images/bg.png) no-repeat center center;
  background-size: cover;
  height: 158px;
}
.pricing_table .price_box .rate p {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 155px;
}
.pricing_table .price_box .rate p span {
  font-size: 18px;
  vertical-align: super;
}
.pricing_table .price_box h5 {
  font-size: 26px;
  margin-top: 19px;
  margin-bottom: 6px;
}
.pricing_table .price_box > span {
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
}
.pricing_table .price_box ul {
  border-top: 1px solid #fff;
  margin-top: 29px;
  padding-top: 22px;
  padding-bottom: 30px;
  padding-left: 0px;
}
.pricing_table .price_box ul li {
  font-size: 16px;
  line-height: 50px;
  list-style: none;
}
.pricing_table .price_box ul li:hover {
  color: #6aaf08;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing_table .price_box a {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 218px;
  line-height: 60px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #272727;
}

.hvr-float-shadow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  
}

.price .welcome_banner .welcome_banner_bg {
  margin-top: 60px;
  margin-bottom: 44px;
}
.price .welcome_banner h4 {
  padding-right: 38px;
  word-spacing: 0.1px;
}
.price .project_started {
  padding-bottom: 80px;
}

.contact_us .contact_deatils {
  padding-top: 26px;
  padding-bottom: 42px;
}
.contact_us .heading {
  padding-top: 6px;
}
.contact_us .heading h3 span:before {
  top: -19px;
  right: -12px;
}
.contact_us .heading p {
  font-family: 'Lora', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  margin-top: -15px;
}
.contact_us .address {
  padding-top: 23px;
}
.contact_us .address .address_holder {
  margin-top: 25px;
}
.contact_us .address .address_type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 7px;
}
.contact_us .address .address_type .text {
  width: 80%;
}
.contact_us .address .address_type .icon_holder {
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 4px;
  margin-right: 19px;
  background: #6aaf08;
}
.contact_us .address .address_type .icon_holder .icon_bg {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.contact_us .address .address_type .icon_holder .icon_bg em {
  color: #fff;
  font-size: 18px;
  padding-top: 14px;
}
.contact_us .address .address_type .text p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.contact_us .address .address_type .text a,
.contact_us .address .address_type .text ul li {
  font-size: 16px;
  line-height: 30px;
  color: #9e9e9e;
  list-style: none;
  padding-left: 0px;
}
.contact_us .address .address_type .text ul li span {
  float: right;
  padding-right: 46px;
}
.contact_us .address .address_type .text ul li:last-child span {
  color: #6aaf08;
  padding-right: 80px;
}
.team_landscape .title_holder2 h3 span:before {
  top: -11px;
  right: -25px;
}
.team_landscape .team_member .img_holder {
  position: relative;
  margin-bottom: 16px;
}
.team_landscape .team_member .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(106, 175, 8, 0.8);
  padding: 15px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.team_landscape .team_member .img_holder .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.team_landscape .team_member:hover .img_holder .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.team_landscape .team_member .img_holder .overlay .border .icon_holder {
  width: 45px;
  height: 45px;
  background: #ffffff;
  padding: 4px;
  margin: 8px;
}
.team_landscape .team_member .img_holder .overlay .border .icon_holder a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(66, 66, 66, 0.2);
  text-align: center;
  font-size: 18px;
  color: #6aaf08;
  padding-top: 6px;
}
.team_landscape .team_member .text > span {
  display: block;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  color: #6aaf08;
  margin-top: -3px;
  margin-bottom: 7px;
}
.team_landscape .team_member .text p {
  line-height: 24px;
}
.team_landscape .team_member .text a {
  font-size: 18px;
  color: #9e9e9e;
  margin-top: 16px;
}
.team_landscape .team_member .text a span {
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #6aaf08;
  margin: 0 0 0 5px;
}
.team_landscape .team_member .text a i {
  color: #6aaf08;
}
.team_landscape .team_member .text a:hover {
  color: #6aaf08;
}
.team_landscape .team_member .text a:hover span {
  color: #9e9e9e;
}
.team_landscape .team_member {
  padding-bottom: 5px;
  margin-bottom: 49px;
}

.award_achievement {
  border-bottom: 1px solid #eeeeee;
  margin-top: -12px;
  padding-bottom: 56px;
}
.award_achievement .title_holder2 h3 span:before {
  top: -12px;
  right: -20px;
}
.award_achievement .img_bg {
  background: url(../../images/2.png) no-repeat 81% 33%;
  padding-top: 48px;
}
.award_achievement .text > p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 41px;
  margin-bottom: 22px;
}
.award_achievement .award_counter span {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 48px;
  color: #6aaf08;
}
.award_achievement .award_counter p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 18px;
  margin-top: -5px;
}

.gardner_history {
  padding-top: 46px;
}
.gardner_history .year {
  width: 140px;
  height: 60px;
  background: #f7f7f7;
  text-align: center;
  padding: 8px;
  margin-top: 14px;
}
.gardner_history p {
  margin-top: 7px;
}
.gardner_history .year span {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 30px;
  color: #6aaf08;
  display: block;
  line-height: 43px;
  border: 1px dashed rgba(106, 175, 8, 0.4);
}
.gardner_history .title {
  width: 56%;
}
.gardner_history .history_part {
  margin-bottom: 37px;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #9e9e9e;
}
.article-aside {
  color: #9e9e9e;
  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: #9e9e9e;
  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: #9e9e9e;
  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 {
  background: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  width: 470px;
  padding: 40px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 20px;
    width: auto;
  }
}
.login-wrap .page-header {
  border-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
}
.login-wrap .page-header h1 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
.login-wrap .page-header h1:before {
  background-color: #9e9e9e;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login-wrap form .control-label {
  text-align: left;
  font-weight: 400 !important;
}
.login-wrap form .control-label {
  position: relative;
  padding: 0;
}
.login-wrap form .control-label label {
  background-color: #f7f7f7;
  border-right: 1px solid #9e9e9e;
  border-radius: 4px 0 0 4px;
  color: #6aaf08;
  display: block;
  height: 38px;
  left: 1px;
  line-height: 38px;
  padding: 0 0 0 15px;
  position: absolute;
  min-width: 140px;
  top: 1px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label {
    background: transparent;
    border: 0;
    padding-left: 0;
    position: static;
    height: auto;
    line-height: 1;
  }
}
.login-wrap form .control-label label#username-lbl:before,
.login-wrap form .control-label label#password-lbl:before,
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label#username-lbl:before,
  .login-wrap form .control-label label#password-lbl:before,
  .login-wrap form .control-label label#secretkey-lbl:before {
    display: none;
  }
}
.login-wrap form .control-label label#password-lbl:before {
  content: "\f084";
}
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f09c";
}
.login-wrap form label {
  color: #555555;
  text-align: left;
  font-weight: normal;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin: 0 0 24px;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  border-radius: 0px;
  padding: 0 20px 0 150px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap form .form-group input[type="text"],
  .login-wrap form .form-group input[type="password"] {
    padding-left: 20px;
  }
}
.login-wrap .btn-actions {
  text-align: center;
}
.login-wrap .btn-actions:before,
.login-wrap .btn-actions:after {
  content: " ";
  display: table;
}
.login-wrap .btn-actions:after {
  clear: both;
}
@media (max-width: 767px) {
  .login-wrap .btn-actions {
    text-align: center;
  }
}
.login-wrap .btn-actions .btn {
  border: 0;
  float: none;
  font-weight: bold;
  line-height: 38px;
  margin-right: 10px;
  padding: 0 20px;
  vertical-align: top;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .login-wrap .btn-actions .btn {
    float: none;
    width: auto;
  }
}
.login-wrap .other-links.form-group {
  margin-bottom: 0;
}
.login-wrap .other-links.form-group ul {
  padding: 0;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
.login-wrap .other-links.form-group ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.login-wrap .other-links.form-group ul li a {
  color: #333333;
}
.login-wrap .other-links.form-group ul li a:hover,
.login-wrap .other-links.form-group ul li a:focus,
.login-wrap .other-links.form-group ul li a:active {
  color: #010101;
}
.registration,
.profile-edit {
  border: 1px solid #9e9e9e;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.024);
  padding: 20px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit {
    margin: 0 auto;
    padding: 40px;
    width: 440px;
  }
}
.registration legend,
.profile-edit legend {
  border: 0;
}
.registration legend span,
.profile-edit legend span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration .form-group,
.profile-edit .form-group {
  padding: 0 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .registration .form-group + .form-group,
  .profile-edit .form-group + .form-group {
    margin-top: 30px;
  }
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #272727;
  font-weight: 500;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 30px;
  text-align: right;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 20px;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh {
  margin-top: 20px;
}
.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;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group + .form-group {
  padding: 0 60px 0 20px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 60px 0 0px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0px 0 0;
}
.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: #9e9e9e;
  border: 1px solid #9e9e9e;
  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: #9e9e9e;
}
.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: #9e9e9e;
}
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;
}
@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: 36px;
  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: 36px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #9e9e9e;
  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 #9e9e9e;
  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 #9e9e9e;
  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 #9e9e9e;
  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: #6aaf08;
  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: #6aaf08;
  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: #9e9e9e;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #9e9e9e;
}
.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;
}
.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: auto;
}
.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;
}

.alert-warning {
  display: none;
}
.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #9e9e9e;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #9e9e9e;
  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: #6aaf08;
  color: #e1fcba;
}
.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: #cbfa89;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-content {
  border-radius: 0px !important;
}
.modal-content .modal-header {
  background: #6aaf08;
  color: #ffffff;
}
.modal-content .modal-header .close {
  color: #ffffff;
  opacity: 1;
}
.modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 16px;
}
.modal-content .modal-body .jb-control-group {
  margin-bottom: 10px;
}
.modal-content .modal-body .jb-control-group .input {
  width: 100%;
  box-shadow: none;
}
.modal-content .modal-body .jb-control-group .alert-info {
  margin-top: 10px;
}
.modal-content .modal-body .jb-control-group textarea {
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.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);
  }
}
.border_round {
  border-radius: 50%;
}

.jb-home .t3-mainbody {
  display: none;
}
.alert-warning {
  display: none;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.flt_right {
  float: right;
}
.t3-module {
  margin-bottom: 0px;
}
.jb-topbar {
  background-color: #272727;
  color: #9e9e9e;
  height: auto;
  padding: 14px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .jb-topbar {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .jb-topbar {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar {
    font-size: 14px;
  }
}
.jb-topbar .t3-module {
  margin-bottom: 0px;
}
.jb-topbar .nav > li {
  display: inline-block;
  margin-top: 0px;
}
.jb-topbar .nav > li a {
  color: #9e9e9e;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  line-height: 1;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 12px;
}
@media (max-width: 767px) {
  .jb-topbar .nav > li a {
    padding: 3px 4px;
  }
}
@media (min-width: 768px) {
  .jb-topbar .nav > li a {
    padding: 0px 10px 0px 10px;
  }
}
@media (min-width: 992px) {
  .jb-topbar .nav > li a {
    padding: 0px 10px 0px 15px;
  }
}
@media (min-width: 1200px) {
  .jb-topbar .nav > li a {
    padding: 0px 10px 0px 15px;
  }
}
.jb-topbar .nav > li a:hover,
.jb-topbar .nav > li a:focus,
.jb-topbar .nav > li a:active {
  background: none;
  text-decoration: none;
  outline: none;
  color: #6aaf08;
}
.jb-topbar .nav > li.active a {
  background: none;
  text-decoration: none;
  outline: none;
  color: #6aaf08;
}
.jb-topbar .nav > li:last-child a {
  border-right: 0;
}
@media (max-width: 767px) {
  .jb-topbar .t3-topbar-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jb-topbar .t3-topbar-1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .jb-topbar .t3-topbar-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .jb-topbar .t3-topbar-2 {
    text-align: right;
  }
}
.jb-topbar .t3-topbar-2 .nav-pills {
  display: inline-block;
}
.jb-topbar p {
  margin: 0px;
  line-height: inherit;
}
.jb-topbar span {
  color: #6aaf08;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom_header {
  padding-top: 21px;
  padding-bottom: 0px;
}
.bottom_header p {
  font-weight: 900;
  font-size: 20px;
  color: #272727;
}
.bottom_header span {
  font-size: 16px;
  padding-top: 6px;
  display: block;
}
.bottom_header ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 4px;
  margin-top: 19px;
  margin-right: 12px;
  background: #6aaf08;
}
.bottom_header ul li:last-child {
  margin-right: 0;
}
.bottom_header ul li a {
  display: block;
}
.bottom_header ul li a em {
  padding: 9px;
  width: 37px;
  height: 37px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  font-size: 18px;
  color: #fff;
}
.bottom_header ul li:hover,
.bottom_header ul li:focus {
  background: #272727;
}
.bottom_header .address,
.bottom_header .time_schedule {
  position: relative;
  padding-left: 58px;
  padding-top: 17px;
}
.bottom_header .address:before {
  content: "\f041";
  font-family: "FontAwesome";
  color: #6aaf08;
  font-size: 48px;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 6px;
}
.bottom_header .time_schedule:before {
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 48px;
  color: #6aaf08;
  position: absolute;
  left: 0;
  top: 5px;
}
.social_icon_header {
  text-align: right;
}
.social_icon_header ul {
  padding: 0px;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .logo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .logo {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.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;
  }
}
.jb-slideshow {
  margin-top: -45px;
}
.jb-slideshow .tp-leftarrow {
  left: 30px !important;
}
.jb-slideshow .tp-leftarrow .tp-arr-iwrapper {
  padding-left: 0px !important;
  left: 58px !important;
}
.jb-slideshow .tp-rightarrow {
  right: 30px !important;
}
.jb-slideshow .tp-rightarrow .tp-arr-iwrapper {
  padding-right: 0px !important;
  right: 58px !important;
}
.jb-slideshow .tparrows.preview3 {
  background: transparent !important;
  border: 1px dashed #fff;
  height: 60px;
  width: 60px;
  position: absolute;
}
.jb-slideshow .tparrows.preview3:after {
  background: transparent;
  top: -6px !important;
  left: -6px !important;
  font-size: 16px;
  color: #ffffff;
}
.jb-slideshow .tp-arr-allwrapper .tp-arr-iwrapper {
  top: -1px !important;
}
.jb-slideshow .tp-arr-allwrapper .tp-arr-iwrapper .tp-arr-imgholder {
  height: 60px !important;
  width: 90px !important;
}
.jb-slideshow .tp-arr-allwrapper .tp-arr-iwrapper .tp-arr-titleholder {
  display: none;
}
.jb-slideshow h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 79px;
}
.jb-slideshow .contact_us {
  background: #6aaf08;
  color: #ffffff !important;
  padding: 21px 47px;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
}
.jb-slideshow .contact_us:hover {
  background: #272727;
}
.jb-slideshow .read_more {
  background: #ffffff;
  color: #333333 !important;
  padding: 21px 51px;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
}
.jb-slideshow .read_more:hover {
  background: #272727;
  color: #ffffff !important;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-80 {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .t3-sl-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 10px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  margin-bottom: 35px;
}
.t3-sidebar .t3-module .module-title span {
  color: #333333;
  font-size: 24px;
}
.t3-footer {
  background: url(../../images/20.jpg) repeat scroll center center;
  color: #9e9e9e;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.t3-footer a {
  color: #9e9e9e;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #6aaf08;
}
.t3-footer h5 {
  color: #fff;
  margin-bottom: 36px;
}
.t3-footer h5 span {
  position: relative;
}
.t3-footer h5 span:before {
  content: url(../../images/title-logo3.png);
  position: absolute;
  top: -8px;
  right: -16px;
}
.t3-footer .buy_gardener {
  background: #6aaf08;
  width: 240px;
  color: #ffffff;
  margin-top: 31px;
}
.t3-footnav {
  padding: 20px 0;
  border-bottom: 1px dashed #303030;
}
.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 {
  color: #9e9e9e;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 36px;
}
.t3-footnav .t3-module .module-title span {
  color: #ffffff;
}
.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: 30px;
  margin-top: 6px;
}
.t3-footnav .t3-module ul > li > a {
  color: #9e9e9e;
  display: inline-block;
  font-weight: 400;
  padding: 0;
  text-transform: none;
}
.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: #6aaf08;
  background-color: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-footnav .t3-module ul > li.active > a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.t3-footnav .t3-module ul > li + li {
  border-top: 0;
}
.t3-footnav .t3-module ul > li + li > a {
  padding-top: 10px;
}
.t3-footnav .t3-module .nav-pills > li.active > a,
.t3-footnav .t3-module .nav-pills > li.active > a:hover,
.t3-footnav .t3-module .nav-pills > li.active > a:focus {
  background: transparent !important;
  color: #6aaf08;
}
.t3-footnav .t3-module .nav li a:before {
  color: #9e9e9e;
  content: "\f14a";
  display: block;
  font-family: "FontAwesome";
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
}
.t3-footnav .t3-module .nav li a:hover:before,
.t3-footnav .t3-module .nav li a:active:before {
  color: #6aaf08 !important;
}
.t3-footnav .about_gardener p {
  font-size: 16px;
  line-height: 30px;
}
.t3-footnav .get_in_touch ul li {
  font-size: 18px;
  padding-left: 34px;
  position: relative;
  line-height: 30px;
  margin-bottom: 19px;
}
.t3-footnav .get_in_touch ul li a {
  font-size: 18px;
  color: #9e9e9e;
  padding-top: 0px !important;
}
.t3-footnav .get_in_touch ul li a:hover {
  color: #6aaf08;
}
.t3-footnav .get_in_touch ul li:before {
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  padding-left: 1px;
  left: -1px;
  top: 0;
}
.t3-footnav .get_in_touch ul li:nth-child(1):before {
  content: '';
}
.t3-footnav .get_in_touch ul li:nth-child(2):before {
  content: '';
}
.t3-footnav .get_in_touch ul li:nth-child(3):before {
  content: '';
}
.t3-footnav .get_in_touch ul li:nth-child(4):before {
  content: '';
}
.t3-footnav .get_in_touch ul li span {
  color: #6aaf08;
  padding-left: 5px;
  letter-spacing: 1.2px;
}
.t3-copyright {
  padding: 20px 0 20px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright .social_icon_footer ul {
  padding-left: 53px;
  text-align: center;
}
.t3-copyright .social_icon_footer ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 4px;
  margin-right: 12px;
  background: #272727;
  margin-top: 16px;
}
.t3-copyright .social_icon_footer ul li:last-child {
  margin-right: 0;
}
.t3-copyright .social_icon_footer ul li a {
  display: block;
}
.t3-copyright .social_icon_footer ul li a i,
.t3-copyright .social_icon_footer ul li a em {
  padding: 9px;
  width: 37px;
  height: 37px;
  border: 1px dashed #424242;
  font-size: 18px;
  color: #ffffff;
}
.t3-copyright .social_icon_footer ul li:hover,
.t3-copyright .social_icon_footer ul li:focus {
  background: #6aaf08;
}
.copyright {
  margin-top: 28px;
}
.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;
}
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: auto;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #6aaf08;
  border: 0;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  font-size: 18px;
  border: 2px solid #6aaf08;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #6aaf08;
  border: 2px solid #6aaf08;
  color: #ffffff !important;
  outline: none;
}
#back-to-top.affix {
  bottom: 60px;
  background: #6aaf08;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 14px;
  line-height: 16px;
}