@import url("font.css");

body {
  padding-bottom: 40px;
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fff;
  background: #0a0a0a;
  font-size: 16px;
  line-height: 22px;
  border-top: 4px solid #6ca329;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
h2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: 'asapbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 12px;
  color: #222;
}
h2 span {
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h2.text-center:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 4px;
  border-top: 1px solid #6ca329;
  margin-left: -30px;
}
h2.text-left:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 60px;
  height: 4px;
  border-top: 1px solid #6ca329;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-family: 'asapbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}
h3 span {
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'asapbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
a, a:active:focus:link:visited {
  color: #6ca329;
  text-decoration: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a strong {
  color: #6ca329;
}
a:hover {
  color: #aaa;
  text-decoration: none;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #6ca329;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  background: #6ca329;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'asapbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  background: #0a0a0a;
}
input[type="text"] {
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 50px;
  color: #222 !important;
  background-color: #EDEDED !important;
  background-image: none !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {
  min-height: 200px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #222 !important;
  background-color: #EDEDED !important;
  background-image: none !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
select {
  display: inline-block;
  font-size: 12px;
  color: #222;
  padding: 10px;
}
.form-control:focus {   
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.form-group.required label:after {
  content: " *";
  color: #d44950;
}
.has-error .form-control {
  box-shadow: inset 0 0 0 1px #d44950 !important;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.tooltip-inner {
  background-color: #d4d4d4;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #d4d4d4;
}
.popover {
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.none {
  display: none;
}
#navigation {
  position: relative;
  background: #f7f9fb;
  z-index: 99;
}
.subpage #navigation {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
}
.navbar-brand {
  padding: 0px !important;
  height: auto !important;
  padding-top: 4px !important;
}
.navbar-brand img {
  max-height: 60px;
  cursor: pointer;
}
.navbar {
  padding: 15px 0px;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  background: #6ca329;
  margin-top: 14px;
  border: 1px solid #6ca329;
  margin: 7px 0 0 0;
}
.navbar-toggle:hover {
  background: #6ca329 !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-right {
  margin-right: 0px;
}
.nav > li {
  background: transparent;
}
.nav > li > a {
  padding: 0px;
  color: #222;
  margin: 10px 0 0 20px;
  font-size: 16px;
  line-height: 50px;
  font-family: 'asapregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
}
.nav > li > a:hover, .nav > li.active > a, .nav > li.open > a {
  color: #6ca329;
  background: transparent !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > a:focus, .nav > li.dropdown a.dropdown-toggle {
  background: transparent !important;
}
#navigation .dropdown-menu {
  min-width: 180px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #777;
  border: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#slideshow {
  position: relative;
  background: #fff;
  border-bottom: 4px solid #d0d0d0;
}
.subpage #slideshow {
  height: 280px;
  overflow: hidden;
}
#slideshow img {
  position: relative;
  display: block;
  width: 100%;
}
.subpage #slideshow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slideshow .slide-text {
  position: absolute;
  top: 36%;
  left: 10%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  color: #222;
  font-size: 22px;
  line-height: 30px;
  font-family: 'asapbold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#slideshow .slide-text h2 {
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 16px 0;
  padding: 0;
  color: #6ca329;
  text-align: left;
}
#slideshow .slide-text h2:before {
  display: none;
}
#content-holder {
  position: relative;
  background: #fff;
  color: #222;
  padding: 40px 0;
  min-height: 300px;
}
#content-holder .homecars-holder {
  padding: 0;
  margin-bottom: -20px;
}
#homeboxes-holder {
  position: relative;
  padding: 40px 0 20px 0;
  background: #f7f9fb;
  color: #222;
  text-align: center;
}
#homeboxes-holder h2 {
  margin-top: 0;
}
#homeboxes-holder i.fa {
  display: block;
  font-size: 60px;
  color: #6ca329;
  margin-bottom: 20px;
}
#homeboxes-holder p {
  max-width: 90%;
  margin: auto;
}
#cform-holder {
  position: relative;
  background: #f7f9fb;
  padding: 30px 0;
  text-align: center;
}
.partners-holder img {
  max-width: 240px;
}
.partners-holder h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 24px;
}
#footer-holder {
  padding-top: 40px;
}
#footer-holder div.col-sm-12 {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
#footer-holder div.col-sm-12 a {
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1201px) and (max-width: 1400px) {
  #slideshow .slide-text h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand img {
    max-height: 40px !important;
  }
  .nav > li > a {
    margin: 5px 0 0 15px;
    font-size: 14px;
    line-height: 40px;
  }
  #slideshow .slide-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #slideshow .slide-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #topline span {
    display: block;
    height: 4px;
    overflow: hidden;
  }
  .navbar-brand img {
    max-height: 30px !important;
  }
  .nav > li > a {
    margin: 0px 0 0 10px;
    font-size: 13px;
    line-height: 40px;
  }
  .navbar {
    padding-bottom: 6px;
  }
  #slideshow .slide-text h2 {
    font-size: 26px;
    line-height: 34px;
  }
  #slideshow .slide-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .label-span {
    width: auto !important;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #param-form select {
    display: block !important;
    width: 100% !important;
    margin-bottom: 6px !important;
  }
  #topline span {
    display: block;
    height: 8px;
    overflow: hidden;
  }
  #topline .text-left {
    display: none;
  }
  .navbar-brand img {
    max-height: 40px !important;
  }
  .nav > li > a {
    line-height: 30px;
  }
  #navigation .navbar-collapse {
    overflow: hidden !important;
  }
  #content-holder {
    padding: 20px 0;
  }
  #slideshow .slide-text {
    display: none;
  }
}
@media (max-width: 400px) {
  .navbar-brand img {
    max-height: 30px !important;
  }
  .navbar-toggle {
    margin-top: 2px !important;
  }
}