.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: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.colored {
  color: #29612b;
}
.coloredGray {
  background: #f3f3f3;
  padding: 18px 0;
}
.lightText {
  color: #29612b;
}
.darkBg {
  background: #000000;
}
.grayBg {
  background: #212121;
}
.iconBg {
  background: #f34343;
}
.brand::after {
  background: #f34343;
}
.rs_mainslider_items_text h2,
.introMess h2 {
  background-color: rgba(12, 71, 1, 0.5);
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li.rs_mainslider_dots_active {
  background: #54c120;
}
.coloredSection {
  background: #54c120;
  color: white;
}
.coloredSection h3 {
  color: #54c120;
}
.portfolioItems li figure:hover {
  border-bottom: 1px solid #54c120 !important;
}
.portfolioItems li figure:hover:after {
  border-bottom: 5px solid #54c120
}
.portfolioItems li figure h3 a:hover {
  color: #54c120;
}
.recentPosts li::before {
  background: #54c120;
}
.btn:hover,
.btn:focus {
  background-color: #54c120 !important;
}
.btn-color {
  background: #54c120;
}
.accordion-heading-active::after {
  background: #54c120;
}
.nav-tabs > .active {
  border-top: 1px solid #54c120;
}
.nav-tabs > .active:after {
  border-top: 5px solid #54c120;
}
.pricingTable > li h3 {
  background-color: #54c120;
  border: 1px solid #54c120;
}
.sidebarMenu ul li a:hover b {
  color: #54c120;
}
.sidebarMenu .active a b {
  color: #54c120;
}
address ul li a:hover {
  color: #54c120;
}
.blogItems a:hover {
  color: #54c120;
}
.postDate ul .date {
  background: #54c120;
}
.blogBreadcrumb li.active {
  color: #54c120;
}
.readMore {
  color: #54c120;
}
.arrowRight a:hover,
.arrowLeft a:hover {
  background: #54c120;
}
.photoControl ul li a:hover {
  color: #54c120;
}
.servicesFeatures li figure a img {
  background-color: #54c120;
}
.progress .bar {
  background-color: #54c120;
}
.pagination li a:hover {
  color: #54c120;
}
.colored {
  color: #54c120 !important;
}
/*Defaul page style No. 1 */
/*
	General Style
==================================================*/
html {
  font-size: 62.5%;
}
body {
  background: ;
  color: #54c120;
}
/*Type
==================================================*/
p {
  margin: 0 0 18px 0;
  font-size: 1.3rem;
}
a,
button {
  font-family: inherit;
}
.lead {
  margin-bottom: 18px;
  font-size: 1.9500000000000002rem;
  font-weight: 200;
  line-height: 27px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #54c120;
}
a.muted:hover,
a.muted:focus {
  color: #54c120;
}
.text-warning {
  color: #54c120;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #54c120;
}
.text-error {
  color: #54c120;
}
a.text-error:hover,
a.text-error:focus {
  color: #54c120;
}
.text-info {
  color: #54c120;
}
a.text-info:hover,
a.text-info:focus {
  color: #54c120;
}
.text-success {
  color: #54c120;
}
a.text-success:hover,
a.text-success:focus {
  color: #54c120;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  color: #54c120;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #54c120;
}
h1,
h2 {
  line-height: 36px;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.4rem;
  font-weight: 300;
}
h3 {
  font-size: 1.3rem;
  line-height: 18px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 17px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 30px;
  margin: 0 0 18px;
  border-left: 2px solid #dbd8d8;
  color: #979797;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
/*Forms*/
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"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 1.3rem;
  line-height: 18px;
  color: #9e9e9e;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
}
.search {
  background: url(../img/search_icon.png) 5px 5px no-repeat #ffffff;
  padding-left: 35px !important;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 7px !important;
}
label {
  text-transform: uppercase;
  font-weight: 900;
  color: #4a4a4a;
}
/*Media*/
figure {
  margin: 0;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}



/*
	Slider
==================================================*/
.bigSlider {
  padding: 0;
  margin-bottom: 0px;
  margin-top: 0px;

}
.rs_mainslider {
  position: absolute;
  height: 600px;
}
.rs_mainslider ul.rs_mainslider_items {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 600px;
}
ul.rs_mainslider_items li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 600px;
}
.rs_mainslider ul.rs_mainslider_items li:first-child {
  position: relative;
  z-index: 1;
  height: 600px;
}
.rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_image {
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: none;
  width: 100%;
  height: 600px;
}
.rs_mainslider_items_text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.rs_mainslider_items_text h2 {
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  padding-right: 20px;
}
.rs_mainslider_items_text h1,
.rs_mainslider_items_text h3 {
  color: white;
}
.rs_mainslider .rs_mainslider_left_container {
  position: absolute;
  left: 5%;
  z-index: 2;
}
.rs_mainslider_left,
.rs_mainslider_right {
  background: url(../img/arrow.png) 0 0 no-repeat;
  width: 25px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rs_mainslider .rs_mainslider_right_container {
  position: absolute;
  right: 5%;
  z-index: 2;
}
.rs_mainslider .rs_mainslider_right_container .rs_mainslider_right {
  background-position: -26px 0;
}
.rs_mainslider .rs_mainslider_dots {
  border-radius: 5px;
  padding: 0px 2px;
}
.rs_mainslider .rs_mainslider_dots_container {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
}
ul.rs_mainslider_dots {
  list-style: none;
}
.rs_mainslider .rs_mainslider_dots_container ul.rs_mainslider_dots li {
  float: left;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  margin: 3px;
  cursor: pointer;
}
.rs_center_vertical_container {
  top: 50%;
}
.rs_center_vertical_container .rs_center_vertical {
  margin-top: -50%;
}
.rs_center_horizontal_container {
  margin-left: 50%;
}
.rs_center_horizontal_container .rs_center_horizontal {
  margin-left: -50%;
  float: left;
}
@-moz-document url-prefix() {
  .rs_mainslider ul.rs_mainslider_items li .rs_mainslider_items_text span {
    line-height: 43px;
  }
}


