body, html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizelegibility !important;
  color: #333333;
}

h1 {
}

h1 strong {
  font-weight: 900;
}

h2 {
  line-height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 36px;
  font-weight: 300;
  color: #666666;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

h4 {
  color: #666666;
  font-size: 20px;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #888888;
  line-height: 24px;
}

a {
  color: #71bd46;
}

a:hover, a:focus {
  text-decoration: none;
  color: #222222;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0px;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

ul, ol {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

hr {
  height: 2px;
  width: 60px;
  background-color: #71bd46;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: relative;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#menu {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
transition: all 0.8s ease 0s;
  color: black;
}

#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-top-color: rgba(231, 231, 231, 0);
  border-right-color: rgba(231, 231, 231, 0);
  border-bottom-color: rgba(231, 231, 231, 0);
  border-left-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
  font-size: 22px;
  color: #dddddd;
  font-weight: 700;
}

#menu a.navbar-brand i.fa {
  color: #88bb45;
}

#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #bbbbbb;
  font-size: 12px;
  letter-spacing: 1px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
  color: #71bd46;
}

.on {
  background-color: #222222 !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #71bd46 !important;
  background-color: transparent;
}

.navbar-toggle {
  border-radius: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #71bd46;
  border-top-color: #71bd46;
  border-right-color: #71bd46;
  border-bottom-color: #71bd46;
  border-left-color: #71bd46;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: white;
}

.section-title {
  padding-bottom: 50px;
}

header {
  color: #0000;
  position: relative;
  height: 100%;
}

header p {
  color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
}

.intro-text {
  position: relative;
  padding-top: 250px;
  padding-right: 0px;
  padding-bottom: 200px;
  padding-left: 0px;
}

.intro-text H1 {
  font-size: 60px;
  color: #eeeeee;
  font-weight: 600;
}

.color {
  color: #71bd46;
  font-weight: 700;
}

.btn-default {
  color: #71bd46;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #71bd46;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #71bd46;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #71bd46;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #71bd46;
  border-radius: 4px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  font-size: 18px;
transition: all 0.5s ease 0s;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
  background-color: #71bd46;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #71bd46;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #71bd46;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #71bd46;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #71bd46;
  color: #eeeeee;
}

#about-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #f6f6f6;
}

#about-section h4 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8dea2;
  padding-bottom: 20px;
  display: inline-block;
}

#about-section p {
  margin-top: 20px;
  margin-bottom: 30px;
}

#team-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.section-title.center {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

#team-section h3 {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b8dea2;
  padding-top: 20px;
  display: inline-block;
}

img.team-img {
  width: 160px;
  height: 160px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
transition: all 0.5s ease 0s;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#team-section .thumbnail {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: -moz-initial;
}

#team-section .thumbnail .caption {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#services-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

#services-section h4 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8dea2;
  padding-bottom: 20px;
  display: inline-block;
}

.space {
  margin-top: 40px;
}

#services-section i.fa {
  font-size: 36px;
  margin-right: 20px;
  color: #71bd46;
  padding-bottom: 10px;
  display: block;
}

#works-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #f6f6f6;
}

.categories {
  padding-bottom: 30px;
}

ul.cat li {
  display: inline-block;
}

ol.type li {
  display: inline-block;
  margin-left: 20px;
}

ol.type li a {
  color: #888888;
}

ol.type li a.active {
  color: #71bd46;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8dea2;
  padding-bottom: 8px;
}

ol.type li a:hover {
  color: #71bd46;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b8dea2;
  padding-bottom: 8px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope, .isotope .isotope-item {
transition-duration: 0.8s;
}

.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
transition-property: transform, opacity;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .hover-bg {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.66);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 25%;
  height: 100%;
  width: 100%;
  opacity: 0;
transition: all 0.5s ease 0s;
}

.hover-bg .hover-text > h4 {
  opacity: 0;
  transform: translateY(100%);
transition: all 0.3s ease 0s;
  color: #f6f6f6;
}

.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(0px);
}

.hover-bg .hover-text > i {
  opacity: 0;
  transform: translateY(0px);
transition: all 0.3s ease 0s;
}

.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(100%);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

#contact-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: #f6f6f6;
}

#contact-section form {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

#contact-section i.fa {
  color: #71bd46;
  margin-right: 20px;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}

#contact-section .form-control {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
  border-radius: 2px;
box-shadow: none;
transition: none 0s ease 0s ;
}

#contact-section .form-control:focus {
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  outline-width: 0px;
  outline-style: none;
  outline-color: -moz-initial;
}

#contact-section .btn {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #71bd46;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #71bd46;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #71bd46;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #71bd46;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  color: #71bd46;
  font-size: 16px;
}

#contact-section .btn:hover, #contact-section .btn:focus {
  background-color: #71bd46;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

#contact-section .text-danger {
  color: #cc3300;
  text-align: left;
}

.btn:active, .btn.active {
  background-image: none;
  outline-width: 0px;
  outline-style: none;
  outline-color: -moz-initial;
box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline-width: medium;
  outline-style: none;
  outline-color: -moz-initial;
}

#social-section {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  background-color: white;
}

#social-section .social ul li {
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

#social-section .social i.fa {
  font-size: 24px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  color: #71bd46;
transition: all 0.5s ease 0s;
}

#social-section .social i.fa:hover {
  color: #666666;
}

#footer {
  background-color: #222222;
  color: #777777;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#footer p {
  font-size: 13px;
  margin-top: 10px;
}

#footer a {
  color: #aaaaaa;
}

#footer a:hover, #footer a:focus {
  text-decoration: none;
  color: #71bd46;
}

@media (max-width: 768px) {
  .content { padding: 40% 0px 0px; }
}

@media (max-width: 603px) {
  #menu.navbar-default { background-color: rgba(0, 0, 0, 0.7); }
  label { float: none !important; }
  .hover-bg .hover-text { padding: 15% 10%; }
}

