.navbar .sf-menu li:hover, .navbar .sf-menu li.sfHover {
    background-color: #9acd32;
}
a {
    color: #9acd32;
}
a:hover, a:focus, a:active, a.active {
    color: #9acd32;
}
.theme-slider-button {
    background: rgba(154, 205, 50, 0.69);
}
.NovelLite_slider .slider_overlay {
    
    background: rgba(0, 0, 0, 0.6) url('images/pattern.png');
}
.text-primary {
    color: #9acd32;
}
.home_blog_content .post:hover .post_content_bottom{
    background:#9acd32;
}
.img-circle {
    border-radius: 0;
}
.btn-xl {
 border-color: #29A131;
    background-color: #29A131;
}
.bx-caption span p a {
  color: #9acd32;
}
.team-member img{
	-webkit-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.team-member img:hover{
border-color:#9acd32;
	-webkit-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.testimonial-wrapper{
position:relative;
}
.testimonial-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(154, 205, 50, 0.6);
}
.content-bar .post .post_title a:hover {
    color: #9acd32;
	}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .price-class .featured .header-package, .price-post:hover .plan-select, .navbar-shrink.navbar-default .navbar-toggle{
background-color:#9acd32;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #9acd32;
    background-color: #9acd32;
}
.navbar-shrink.navbar-default .navbar-toggle{
border-color:#9acd32;
}
.paging li a.current {
    background: #F8F8F8;
    border: 1px solid #9acd32;
}
.paging li {
    display: inline;
}
.paging li a {
    display: inline;
    padding: 5px 10px;
    border: 1px solid #9acd32;
    margin-left: 2px;
    background: #fff;
}
.paging {
    float: right;
}
.contact_section{
position:relative;
    background: url(images/main.jpg) fixed;
	}
	.testimonial-wrapper {
    background: url(images/main.jpg) no-repeat fixed center;
	}
	.contact_section .leadform-show-form {
       position: relative;
}
.contact_section:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
     transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    z-index: 0;
    background: rgba(154, 205, 50, 0.6);
}
.contact_section .leadform-show-form input[type="submit"]{
background:#29A131;
border-color:#29A131;
}
.content-bar .post .post_meta .post_comment a:hover, #commentform a{
color:#9acd32;
}
#commentform input#submit, ol.commentlist li.comment .reply a {
    background: #29a131;
}
#commentform input#submit:hover {
    background: #19751f;
}
#commentform input#submit, ol.commentlist li.comment .comment-author .avatar{
border-color: #19751f;
}
#move-to-top{
    background: #29A131;
	}
	.woocommerce span.onsale, .woocommerce-page span.onsale {
      background-color: #9acd32;
}
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce ul.products li.product a.button, .woocommerce.archive ul.products li.product a.button, .woocommerce-page.archive ul.products li.product a.button {
    background-color: #9acd32;
}
.main-slider-button :hover  a{
    color:#C8A567;
}
.theme-slider-button{
    color:#C8A567;
  background: none;
    padding: 0; 
     border: none; 
}
.main-slider-button  {
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.main-slider-button :before {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 50%;
    right: 50%;
    background-color: #C8A567;
    border-left: 2px solid rgba(255, 255, 255, 0.78);
    border-right: 2px solid rgba(255, 255, 255, 0.78);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.theme-slider-button{
    font-family: open sans;
    background-color: transparent;
    border: 1px solid #9acd32;
    border-radius: 1px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    position:relative;
}
.main-slider-button :hover{
  color: #ffffff;
  -webkit-animation: flashText 0.5s;
  animation: flashText 0.5s;
  background:none;
}
.main-slider-button :hover:before{
  left: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/*button-one-style*/
.button-one .main-slider-button :before,
.button-two .main-slider-button :before,
.button-three .main-slider-button :before,
.button-five .main-slider-button :before{
border:none;
background-color:transparent!important;
}
/*button-style-four*/
.button-four .th-one .theme-slider-button{
padding-top: 15px;
padding-bottom: 15px;
}

.button-four .main-slider-button :before{
position: relative;
}
.button-four .main-slider-button{
border:none;
overflow: visible;
}
.button-four .main-slider-button{
border:none;
background:none;
}
.button-four .main-slider-button .theme-slider-button:before{
font-size: 14px;
line-height: 3.5;
border:none;
background:none;
}
/*button-style-five*/
.button-five .main-slider-button .theme-slider-button{
    padding: 0.5em 1em;
}
#move-to-top{
    bottom: 152px;
}
/*button-style-five*/
@media (min-width: 992px){
#parallax_move .layer {
    height: 100vh!important;
}
.header-content-wrap {
   height: 100vh;
}
}
@media (max-width: 768px){
section h2.section-heading{
    font-size: 27px;
}
}