.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:not(.btn) {
  color: #009341;
}
a:not(.btn):hover {
  color: #6d7f1b;
}
body {
  color: #777777;
}
body.bg {
  background: #E8E8E8;
}
#sp-header-wrapper .logo {
  background-image: url("../../images/presets/preset2/logo.png");
}
#sp-feature-wrapper {

}
#sp-feature-wrapper a:not(.btn) {
  color: #b5d22e;
}
#sp-feature-wrapper a:not(.btn):hover {
  color: #d3e482;
}
.sp-widget.highlighted {
  background: #495512;
}
.sp-widget.highlighted a:not(.btn) {
  color: #009341;
}
.sp-widget.highlighted a:not(.btn):hover {
  color: #252b09;
}
#sp-bottom-wrapper a:not(.btn),
#sp-footer-wrapper a:not(.btn) {
  color: #009341;
}
#sp-bottom-wrapper ul li a, #sp-footer-wrapper ul li a {
	color: #ffffff !important;
}
#sp-bottom-wrapper ul li a:hover, #sp-footer-wrapper ul li a:hover {
	text-decoration: underline !important;	background: none;
}
#sp-bottom-wrapper a:not(.btn):hover,
#sp-footer-wrapper a:not(.btn):hover {
  color: #777777;
}
#vina-scroller-widget .buttonlight {
	background: none repeat scroll 0 0 #009341 !important;
    color: #FFFFFF !important;
}
#vina-scroller-widget .buttonlight:hover {
	background: #454545 !important;
    color: #FFFFFF !important;
}
#sp-bottom-wrapper h3 {
    color: #454545;
}
#sp-promotion-wrapper h2 span {
	color: #009341
}
.sp-border {
  border-top: 1px solid #000000;
}
.sp-border::after {
  background: #1a1e06;
}
.btn-primary,
button,
input[type='submit'],
input[type='button'],
submit {
  color: #009341;
  background-color: #4f7f1b;
  background-image: -moz-linear-gradient(top,#5c7f1b,#3b7f1b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5c7f1b),to(#3b7f1b));
  background-image: -webkit-linear-gradient(top,#5c7f1b,#3b7f1b);
  background-image: -o-linear-gradient(top,#5c7f1b,#3b7f1b);
  background-image: linear-gradient(to bottom,#5c7f1b,#3b7f1b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c7e1b', endColorstr='#ff3a7e1b', GradientType=0);
  border-color: #3b7f1b #3b7f1b #1e400e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #3b7f1b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #77777;
  background-color: #3b7f1b;
  *background-color: #316a17;
}
.btn-primary:active,
.btn-primary.active,
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #275512 \9;
}
/*== Slide ==*/
#sp-feature-wrapper #tcvnRotatingImage .tcvntSlider .text1 {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom,  rgba(0, 100, 0, 0.1) 0%, #393838 100%) !important;
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom,  rgba(0, 100, 0, 0.1) 0%, #393838 100%) !important;
	/* Opera */ 
	background-image: -o-linear-gradient(bottom,  rgba(0, 100, 0, 0.1) 0%, #393838 100% !important);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0,  rgba(0, 100, 0, 0.1)), color-stop(1, #393838)) !important;
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom,  rgba(0, 100, 0, 0.1) 0%, #393838 100%) !important;
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, rgba(0, 100, 0, 0.1) 0%, #393838 100%) !important;
}

#sp-feature-wrapper #tcvnRotatingImage .tcvntSlider .text1 p {
	color: #FFFFFF !important;
}
#sp-feature-wrapper #tcvnRotatingImage .tcvntSlider .text1 h3 {
	color: #009341 !important;
}
#sp-promotion-wrapper h2 span {
	color: #009341;
}
#sp-users-wrapper #users .module:hover p.circle {
	background-color: #009341 !important;
}
#sp-users-wrapper #users .module:hover p.circle i{
	color: #FFFFFF !important;
}
#tcvn-scroller-k2123 .buttonlight {
	background: none repeat scroll 0 0 #009341 !important;
    color: #FFFFFF !important;
	border-radius: 0 !important;
	padding: 5px 20px !important;
	text-transform: uppercase;
}
#tcvn-scroller-k2123 .buttonlight:hover {
	background: none repeat scroll 0 0 #454545 !important;
    color: #FFFFFF !important;
}
#sp-position2 ul li a {
    color: #777777 !important;
}
#sp-position2 ul li a:hover {
    color: #009341 !important;
}
#sp-position2 ul li a.moduleItemReadMore {
	color: #009341 !important;
}
#sp-position2 ul li a.moduleItemReadMore:hover {
	color: #777777 !important;
}
#sp-position2 ul li a.moduleItemComments {
	color: #CCCCCC !important;
}
#main-body a:not(.btn) {
	color: #009341 !important;
}
#main-body a:hover:not(.btn) {
	color: #777777 !important;
}
div.itemHeader h2.itemTitle {
	color: #009341;
	border-bottom: 1px solid #EEEEEE;
}
.tcvnRotatingImageButtons .button {
	border: 1px solid #009341 !important;
}
.tcvnRotatingImageButtons .selected {
	background: #009341 !important;
}
h1.com-header ,h3.pages,h1.abo-header{
	color: #009341;
}
#sp-component .tab li a {
	color: #777777 !important;
}
#sp-component .tab li.active a {
	color: #009341 !important;
}
ul.ca-menu li h1 {
	background-color: #009341;
}
ul.ca-menu li h2 {
	color: #009341
}
#sp-component ul.ca-menu li:hover button {
	background:  #009341 !important;
	color: #FFFFFF !important;
}
#comment-form #submitCommentButton {
	background:  #009341 !important;
	color: #FFFFFF !important;
}
#comment-form #submitCommentButton:hover, #tcvnRotatingImage  .buttonlight:hover {
	background:  #414141 !important;
	color: #009341 !important;
}
#tcvnRotatingImage  .buttonlight {
    background-color: #009341 !important;
    color: #FFFFFF !important;
    z-index: 1000 !important;
}
@media (max-width: 319px) {
	#sp-header-wrapper .logo {
		background-image: url("../../images/presets/preset2/logo_small.png") !important;		text-align:center;
	}
}