#gkLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:21px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

#gkLogo img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 300px;
}
#cc-tag a {
    background: none repeat scroll 0 0 #8dc540;
    border: medium none;
    border-radius: 2px 2px 0 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font: 700 11px/25px Arial,Helvetica,sans-serif;
    height: auto;
    margin: 0 5px 2px 2px;
    padding: 6px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}

.gkIsWrapper-gk_quark .gkSlider:before {
    background: none repeat scroll 0 0 #8dc540;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}

.gk-testimonials-pagination li.active {
  background: #8dc540;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.gk-cols > div.gk-social-counter a:active > i,
.gk-cols > div.gk-social-counter a:active > strong,
.gk-cols > div.gk-social-counter a:active > strong > span,
.gk-cols > div.gk-social-counter a:focus > i,
.gk-cols > div.gk-social-counter a:focus > strong,
.gk-cols > div.gk-social-counter a:focus > strong > span,
.gk-cols > div.gk-social-counter a:hover > i,
.gk-cols > div.gk-social-counter a:hover > strong,
.gk-cols > div.gk-social-counter a:hover > strong > span {
  color: #8dc540;
}

#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
  color: #8dc540;
}
.gkIsWrapper-gk_quark .gkSliderButton {
  background: #fff;
  border: 2px solid #8dc540;
  border-radius: 50%;
  height: 16px;
  left: 0;
  margin: 4px 0 0 -7px;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 2;
}

.gkIsWrapper-gk_quark .gkSliderBar {
  background: #8dc540;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 1;
}


.gkIsWrapper-gk_quark .gkIsQuarkPagination .active {
  background: #8dc540;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
