@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,800,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/* ---- bootstrap null ----   */
.block-3 header p { margin-top: 15px; }
.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
.badge {
  background: none;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
/*------ template stylization ------*/
body {
  font: 400 14px/24px 'Open Sans', sans-serif;
  background: #f8f9fa;
  color: #222222;
}
a {
  text-decoration: none;
  cursor: pointer;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
  color: #85c23b;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #85c23b;
}
h5 a:hover {
  color: #85c23b;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #222222;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  text-align: center;
  margin: 0;
  position: relative;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 10px;
}
h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 400;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 0;
}
p {
  font: 400 14px/24px 'Open Sans', sans-serif;
  color: #222222;
  margin: 0 auto;
}
.full-width-container {
  width: 100%;
}
[class*="block-"] {
  padding: 40px 0 40px;
  overflow: hidden;
  background: #f8f9fa;
  margin-top: -1px;
  width: 100%;
}
[class*="block-"] header {
  margin-bottom: 30px;
}
.my-btn {
  /*background-color: #37c9dd;*/
  background-color: #85c23b;
  color: #ffffff;
  font: 700 14px/23px 'Open Sans', sans-serif;
  text-align: center;
  border: none;
  display: inline-block;
  margin: 10px auto 0;
  padding: 10px 40px;
  text-transform: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.my-btn:hover {
  background-color: #A3E059;
  color: #ffffff;
}
.extra-wrap {
  overflow: hidden;
}
.bd-ra {
  border-radius: 50%;
  overflow: hidden;
}
#map-canvas {
  height: 422px;
}
time a {
  color: inherit;
}
time a:hover {
  color: #85c23b;
}
.bullet-list {
  list-style: none;
  padding-left: 0;
}
.bullet-list li {
  position: relative;
  padding-left: 15px;
  font: 400 14px/18px 'Open Sans', sans-serif;
  margin-bottom: 6px;
  color: #222222;
}
.bullet-list li a {
  color: #222222;
}
.bullet-list li a:hover {
  color: #85c23b;
}
.bullet-list li:before {
  content: "\f0da";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 14px;
  font-family: "FontAwesome";
  font-style: normal;
  color: #222222;
}
.fl-left {
  float: left;margin-right:15px;
}
.with-shadow {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
}
#toTop {
  display: inline;
  position: fixed;
  bottom: 150px;
  right: 50px;
  background: transparent;
  font-size: 50px;
  color: #85c23b;
}
#toTop:hover {
  color: #85C23B;
}
@media only screen and (max-width: 480px) {
  #toTop {
    display: none !important;
  }
}
/*------ header ------- */
#header {
  z-index: 9;
}
#header .block-1 {
  padding: 0;
  overflow: visible;
  background: transparent;
  height: 37px;
  position: relative;
  /*background: #08bcd4;*/
  background: #85c23b;
}
#header .block-1 .right-bg {
  background: #85c23b; /*#C9FF80;*/
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
#header .block-1 nav {
  float: left;
}
#header .block-1 .social {
  float: right;
  position: relative;
  margin-top:6px;
}
#header .block-1 .social a {
  color: #FFF; /*#85c23b;*/
}
#header .block-1 .social a .fa {
  font-size: 24px;
  line-height: 37px;
  margin-left: 15px;
}
#header .block-1 .social a:hover {
  color: #A3E059;
}
#header .block-2 {
  background: #f8f9fa;
  height: 74px;
  padding: 0;
  text-align: center;
}
#header .block-2 h1 {
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  float: none;
  font: 900 36px/72px 'Open Sans', sans-serif;
}
#header .block-2 h1 a {
  color: #222222;
}
@media only screen and (max-width: 640px) {
  #header h1 a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    height: auto;
  }
  #header .block-1 {
    height: auto;
    text-align: center;
  }
  #header .block-1 .right-bg {
    width: 100%;
    height: 35px;
  }
  #header nav {
    float: none !important;
    width: 100%;
  }
  #header nav select {
    width: 90%;
    margin: 10px auto;
  }
  #header .social {
    float: none !important;
  }
  #header h1 a {
    font-size: 18px !important;
  }
  .isStuck {
    height: auto !important;
  }
}
/*--- header end ------*/
/*------ content ------- */
.index .block-slider {
  padding: 38px 0 50px;
}
.index .block-3 {
  padding: 28px 0 34px;
  text-align: center;
}

.index .block-3 p {
  font: 200 18px/22px 'Open Sans', sans-serif;
  color: #222222;
  margin-bottom: 15px;
  text-align: left;
}
.index .block-3 p span {
  color: #85C23B;
  display: inline-block;
}
.index .block-3 .my-btn {
  padding: 10px 25px;
}
.index .block-4 {
  padding: 36px 0 19px;
}
.index .block-4 header {
  margin-bottom: 27px;
}
.index .block-4 h3 {
  margin-bottom: 7px;
}
.index .block-5 {
  padding: 33px 0 33px;
}
.index .block-5 .item-1,
.index .block-5 .item-2,
.index .block-5 .item-3 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  border-top: 4px solid #85c23b;
  text-align: left;
  padding: 40px 20px 30px;
}
.index .block-5 .item-1 .caption,
.index .block-5 .item-2 .caption,
.index .block-5 .item-3 .caption {
	text-align:center;
}
.index .block-5 .item-1 header,
.index .block-5 .item-2 header,
.index .block-5 .item-3 header {
  margin-bottom: 25px;
}
.index .block-5 .item-1 .my-btn,
.index .block-5 .item-2 .my-btn,
.index .block-5 .item-3 .my-btn {
  padding: 10px0 20px;
}
.index .block-5 .item-1 .badge {
  width: 168px;
  height: 168px;
  background: #85C23B;
  color: #ffffff;
  text-align: center;
  font-size: 72px;
  line-height: 50px;
  padding-top: 32px;
  font-weight: 900;
}
.index .block-5 .item-1 p {
  font-size: 16px;
  text-align:left;
  margin-top: -8px;
}
.index .block-5 .item-1 p span {
  font-size: 18px;
  font-weight: 700;
  color: #85C23B;
  display: inline-block;
}
.index .block-5 .item-2 h3 {
  margin: -8px 0 14px;
}
.index .block-5 .item-2 h4 {
  text-decoration:none;
  color: #999;
}
.index .block-5 .item-3 figure {
  margin-bottom: 4px;
}
.index .block-5 .item-3 figure img {
  width: auto;
}
.index .block-5 .item-3 h3 {
  margin-top: 7px;
}
.index .block-6 {
  padding-bottom: 45px;
}
.index .block-6 header {
  margin-bottom: 25px;
}
.index .block-6 .owl-carousel {
  width: calc(100% + 30px);
  margin-left: -15px;
}
.index .block-6 .owl-carousel .item {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .index .block-5 .item-1,
  .index .block-5 .item-2,
  .index .block-5 .item-3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .index .block-3 p {
    font-size: 30px;
  }
}
.index-1 h2 { text-align:left; }
.index-1 .block-3 {
  padding: 20px 0 16px;
}
.index-1 .block-3 header {
  margin-bottom: 15px;
}
.index-1 .block-3 h3 {
  margin-top: 8px;
}
.index-1 .block-3 time {
  font-style: italic;
  margin-top: -2px;
}
.index-1 .block-3 .item-1 figure {
  margin-bottom: 14px;
}
.index-1 .block-3 .item-1 h3 {
  margin-bottom: 14px;
}
.index-1 .block-3 .item-2 h3 {
  margin-top: -2px;
  margin-bottom: 14px;
}
.index-1 .block-3 .item-2 ul {
  margin-top: -5px;
}
.index-1 .block-3 .item-2 li {
  margin-bottom: 10px 0 0px 0;
}
.index-1 .block-3 .item-3 h3 {
  margin-top: 15px 0;
}
.index-1 .block-3 .item-3 ul {
  margin-top: 6px;
}
.index-1 .block-3 .item-3 li {
  margin-bottom: 6px;
}
.index-1 .block-4 {
  padding: 0px 0 19px;
}
.index-1 .block-4 header {
  margin-bottom: 25px;
}
.index-1 .block-4 figure {
  margin-bottom: 15px;
}
.index-1 .block-4 h5 {
  margin-bottom: 7px;
}
.index-1 .block-5 {
  padding: 38px 0 24px;
}
.index-1 .block-5 header {
  margin-bottom: 24px;
}
.index-1 .block-5 .badge {
  width: 70px;
  height: 70px;
  background: #85C23B;
  color: #ffffff;
  font-size: 48px;
  font-weight: 900;
  line-height: 62px;
  padding-left: 12px;
  margin-right: 30px;
  text-align: center;
}
.index-1 .block-5 .bullet-list {
  margin-top: 25px;
}
.index-1 .block-5 .bullet-list li {
  margin-bottom: 6px;
}
.index-1 .block-5 .item-1 h3 {
  margin: -5px 0 5px;
}
.index-1 .block-5 .item-1 li {
  margin-bottom: 16px;
}
.index-1 .block-5 .item-1 .extra-wrap {
  min-height: 70px;
}
.index-1 .block-5 .item-2 h3 {
  margin-top: -5px;
}
.index-1 .block-5 .item-3 {
  margin-top: -5px;
}
.index-1 .block-5 .item-3 h3 {
  margin: 5px 0 15px;
}
@media only screen and (max-width: 991px) {
  .index-1 .block-3 .item-3 {
    margin-top: 40px;
  }
  .index-1 .block-4 .thumb-block {
    margin-bottom: 40px;
  }
  .index-1 .block-5 .item-3 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .index-1 .block-3 .item-1 figure {
    width: 60%;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 550px) {
  .index-1 .block-3 .item-1 figure {
    width: 90%;
  }
}
.index-1 .resource-list a { text-decoration:underline; color:#85C23B; }
.index-2 h2 { text-align: left; }
.index-2 .block-3 {
  padding: 42px 0 20px;
}
.index-2 .block-3 header {
  margin-bottom: 25px;
}
.index-2 .block-3 h3 {
  margin: -5px 0 5px;
}
.index-2 .block-3 figure {
  margin: 5px 30px 0 0;
}
.index-2 .block-3 .thumb-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px solid #CCC;
  overflow: hidden;
}
.index-2 .block-3 .caption {
  padding: 0;
}
.index-2 .block-4 {
  padding: 43px 0 33px;
  text-align: center;
}
.index-2 .block-4 h2 {
  margin-bottom: 0px;
}
.index-2 .block-4 h3 {
  width: 85%;
  margin: 10px auto 16px;
}
.index-2 .block-4 p {
  width: 90%;
  margin-bottom: 23px;
}
.index-2 .block-4 .my-btn {
  padding: 0 10px;
}
.index-2 .block-5 {
  padding: 38px 0 19px;
}
.index-2 .block-5 header {
  margin-bottom: 25px;
}
.index-2 .block-5 h3 {
  margin-bottom: 7px;
}
.index-2 .block-6 {
  padding: 43px 0 30px;
}
.index-2 .block-6 header {
  margin-bottom: 21px;
}
.index-2 .block-6 li {
  margin-bottom: 6px;
}
.index-2 .block-7 {
  height: 12px;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .index-2 .fl-left {
    float: none;
  }
  .index-2 .block-3 h3 {
    margin-top: 10px;
  }
}
.index-3 .block-3 {
  padding: 43px 0 25px;
  text-align: center;
}
.index-3 .block-3 header {
  margin-bottom: 25px;
}
.index-3 .block-3 h3 {
  width: 85%;
  margin: 7px auto 16px;
}
.index-3 .block-3 p {
  width: 91%;
  margin-bottom: 23px;
}
.index-3 .block-3 .my-btn {
  padding: 0 10px;
}
.index-3 .block-3 .badge {
  width: 168px;
  height: 168px;
  background: #85C23B;
  color: #ffffff;
  text-align: center;
  font-size: 72px;
  line-height: 50px;
  padding-top: 32px;
  font-weight: 900;
}
.index-3 .block-3 .badge span {
  font-size: 48px;
  display: block;
  text-transform: uppercase;
}
.index-3 .block-4 {
  padding: 43px 0 42px;
}
.index-3 .block-4 header {
  margin-bottom: 21px;
}
.index-3 .block-5 {
  padding: 38px 0 42px;
}
.index-3 .block-5 header {
  margin-bottom: 25px;
}
.index-3 .block-5 figure {
  margin-right: 30px;
  margin-top: 5px;
  position: relative;
  margin-bottom: 6px;
}
.index-3 .block-5 figure i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/zoom.png) 50% 50% no-repeat #ffffff;
  background: url(../img/zoom.png) 50% 50% no-repeat rgba(255, 255, 255, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: scale(0.2, 0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-3 .block-5 figure:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index-3 .block-5 .thumb-block {
  overflow: hidden;
  margin-bottom: 40px;
}
.index-3 .block-5 .caption {
  padding: 0;
}
.index-3 .block-5 .caption time {
  margin-top: -5px;
  font-style: italic;
}
.index-3 .block-5 .caption h3 {
  margin: 0 0 6px 0;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .index-3 .block-5 figure.fl-left {
    float: none;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .index-3 .block-3 .thumb-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .index-3 .col-xs-4 {
    float: none;
    width: 100%;
  }
  .index-3 .block-5 figure.fl-left {
    float: none;
    margin: 10px auto;
  }
}
.index-4 .block-3 {
  padding: 0;
}
.index-4 .block-5 .info_block p > span {
  width: 150px;
  display: inline-block;
}
.index-4 .block-5 .info_block p a {
  font-style: italic;
  color: inherit;
}
.index-4 .block-5 .info_block p a:hover {
  color: #85c23b;
}
@media only screen and (max-width: 991px) {
  .index-4 .index-4 .block-5 .info_block p > span {
    width: 90px;
  }
}
.index-5 .block-3 {
  text-align: center;
}
.index-5 .block-3 h3 {
  margin-top: 20px;
}
.index-5 .block-3 a {
  color: inherit;
  font-style: italic;
}
.index-5 .block-3 a:hover {
  color: #85c23b;
}
.index-404 h2 {
  text-align: left;
}
.index-404 #search-404 {
  margin-top: 40px;
}
.index-404 #search-404 input {
  width: 370px;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #d8d8d9;
}
.index-404 .my-btn {
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 780px) {
  .index-404 #search-404 input {
    width: 310px !important;
  }
}
@media only screen and (max-width: 360px) {
  .index-404 #search-404 input {
    width: 240px !important;
  }
}
/*--- content end ------*/
/*------ footer ------- */
#footer {
  padding: 0;
  text-align: left;
  height:75px;
}
#footer p {
  font-size: 14px;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-1-block {
  padding: 28px 0 11px;
}
#footer .footer-2-block {
  text-align: left;
  font-size: 12px;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 6px 8px rgba(0, 0, 0, 0.1), inset 0 0 2px #ffffff;
}
#footer .footer-2-block .logo {
  float: left;
}
#footer .footer-2-block p {
  font-size: 12px; height:10px;
}
#footer .footer_heading p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer .block p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .block p .name {
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
}
#footer .block p a {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer_heading {
    margin-top: 40px;
  }
}
/*Core variables and mixins*/
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 99;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  float: left;
}
nav.tm_navbar li:first-child {
  margin: 0;
}
nav.tm_navbar li:last-child {
  padding: 0;
  background: none;
}
nav.tm_navbar li.sfHover a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 45%;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #ffffff;
  z-index: 999;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0 10px;
  font: 600 12px/37px 'Open Sans', sans-serif;
  color: #ffffff;
  width: 110px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active > a {
  text-decoration: underline;
  background-color: transparent;
}
nav.tm_navbar li:hover > a {
  text-decoration: underline;
  background-color: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
  text-decoration: underline;
  background-color: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li:nth-child(1) {
  background: #85c23b;
}
nav.tm_navbar li:nth-child(1) > a {
  text-align: center;
  width: 122px;
  padding: 0;
  border-right:1px solid #888;
}
nav.tm_navbar li:nth-child(2) {
  background: #85c23b; /*#94d14a;*/
  border-right:1px solid #888;
}
nav.tm_navbar li:nth-child(3) {
  background: #85c23b; /*#a3e059;*/
  border-right:1px solid #888;
}
nav.tm_navbar li:nth-child(4) {
  background: #85c23b; /*#b2ef68;*/
  border-right:1px solid #888;
}
nav.tm_navbar li:nth-child(5) {
  background: #85c23b; /*#B6FE66;*/
  border-right:1px solid #888;
}
nav.tm_navbar li:nth-child(6) {
  background: #85c23b; /*#C9FF80;*/
  border-right:1px solid #888;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  min-width: 194px;
  left: 0;
  top: 38px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #85c23b;
  border-radius: 0;
  padding: 30px 0;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 !important;
  padding: 0;
  display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  padding: 0 25px 10px;
  margin: 0;
  width: auto !important;
  float: none;
  display: block;
  font: 600 14px/18px 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: left;
  background: transparent;
  text-transform: uppercase;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:before {
  display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child a {
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: underline;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: underline;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  min-width: 194px;
  left: 100%;
  top: -15px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #85c23b;
  border-radius: 0;
  padding: 15px 0;
  margin: 0 0 0 2px;
  text-align: center;
}
.select-menu {
  display: none;
}
@media only screen and (max-width: 1199px) {
  nav.tm_navbar li a {
    width: auto;
    padding: 0 20px;
  }
  nav.tm_navbar li:first-child a {
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  nav.tm_navbar li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 767px) {
  .select-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .select-menu {
    display: block !important;
    margin-top: 5px;
    border: 2px solid #85c23b;
    width: 200px;
    color: #85c23b;
    border-radius: 2px;
  }
  .sf-menu {
    display: none;
  }
  .isStuck {
    display: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .select-menu {
    width: 150px;
  }
}
.isStuck {
  z-index: 999;
  height: 37px;
  background: #85c23b;
}
.isStuck .block-2 {
  display: none;
}
@media only screen and (max-width: 991px) {
  nav.tm_navbar li a {
    padding: 0 10px;
  }
}
