/************************************************************************************************************* */
/* FOTNS */
/************************************************************************************************************* */
/************************************************************************************************************* */
/* COMMON COLORS */
/************************************************************************************************************* */
/************************************************************************************************************* */
/* HEADER */
/************************************************************************************************************* */
/************************************************************************************************************* */
/* FOOTER */
/************************************************************************************************************* */
.fs-button, .btn.btn-primary {
  border: 1px solid #686868;
  background-image: none;
  box-shadow: none ;
  -webkit-box-shadow: none; }

.fs-thin-label {
  font-weight: 300; }

.fs-button.dropdown-toggle, .btn.btn-primary {
  font-family: "Roboto", sans-serif;
  border-color: #cccccc;
  color: #686868; }

.fs-button.dropdown-toggle:hover,
.fs-button.dropdown-toggle:active,
.open,
.btn.btn-primary {
  background-color: #ffffff !important; }

.fs-search-contact-form {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .fs-search-contact-form {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .fs-search-contact-form {
      max-width: 300px; } }

.fs-form-group-submit {
  margin-top: 30px; }

/**************************************************************************************** */
/* BODY DEFAULT */
/**************************************************************************************** */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  color: #686868; }

/**************************************************************************************** */
/* HEADS */
/**************************************************************************************** */
h1, h2, h3, h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 400; }

h1 {
  margin-bottom: 30px; }

h2 {
  line-height: 1.3em; }

h4 {
  line-height: 1.3em; }

.fs-header {
  background-color: #000000;
  padding-top: 10px; }

.fs-head-functions {
  display: none; }
  @media (min-width: 1200px) {
    .fs-head-functions {
      display: block; } }

.fs-top-image {
  background: url(../images/start-mobile.jpg) no-repeat center top scroll;
  background-size: 100% auto;
  padding-bottom: 182%;
  position: relative; }
  @media (min-width: 768px) {
    .fs-top-image {
      background: url(../images/start-desktop.jpg) no-repeat center top scroll;
      background-size: 100% auto;
      padding-bottom: 56%; } }

.fs-button-bar-vertical {
  position: fixed;
  right: 0px;
  top: 8%;
  width: 60px; 
  z-index: 100; }
  .fs-button-bar-vertical img {
    width: 100%; }
  @media (min-width: 768px) {
    .fs-button-bar-vertical {
      left: 0px;
      right: auto;
      top: 40%;
      width: 60px; } }
  @media (min-width: 992px) {
    .fs-button-bar-vertical {
      width: 74px; } }

.fs-page-head,
.fs-page-head-submenu {
  background-color: #f7f6f6;
  padding: 50px 0px 30px 0px;
  color: #008d00; }

.fs-page-head-submenu h1 {
  font-size: 30px;
  color: #686868; }

.fs-head-submenu {
  text-align: left; }
  .fs-head-submenu .fs-img {
    min-height: 20px;
    margin-top: 16px;
    opacity: 0.5;
    border: 2px solid transparent; }
  .fs-head-submenu .fs-img-embeded {
    padding-bottom: 73%; }
  .fs-head-submenu .fs-title {
    text-align: center; }
    .fs-head-submenu .fs-title h3 {
      color: #686868;
      font-weight: 300;
      font-size: 1.1em; }
      .fs-head-submenu .fs-title h3 a {
        color: #686868; }

.fs-head-submenu .active .fs-img {
  opacity: 1;
  border: 2px solid #008d00; }
.fs-head-submenu .active .fs-title h3 {
  color: #008d00; }
  .fs-head-submenu .active .fs-title h3 a {
    color: #008d00; }

/**************************************************************************************** */
/* SEARCH */
/**************************************************************************************** */
.fs-search-field, .fs-search-field-mobile {
  border: 1px solid #008d00;
  height: 26px;
  border-radius: 4px !important;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px 16px;
  padding-left: 24px; }

.fs-search-field-mobile {
  margin-top: 10px;
  height: 36px; }

.fs-phone-number {
  color: #008d00;
  font-size: 1.2em;
  border: none;
  background: none;
  padding-left: 24px;
  background-image: url(../images/phone-icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center; }

/**************************************************************************************** */
/* BREADCRUM */
/**************************************************************************************** */
.fs-breadcrumb {
  padding: 0px;
  font-size: 0.9em; }
  .fs-breadcrumb a {
    color: #686868; }

/**************************************************************************************** */
/* NAVBAR */
/**************************************************************************************** */
.fs-navbar-toggle {
  float: left !important;
  margin-left: 15px; }

.fs-navbar-container {
  position: relative;
  min-height: 50px; }
  @media (min-width: 1200px) {
    .fs-navbar-container {
      min-height: 0px; } }

.fs-navbar {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  margin-left: 74px;
  display: none; }
  @media (min-width: 1200px) {
    .fs-navbar {
      margin-left: 74px;
      display: block; } }

.fs-navbar ul.nav {
  margin-top: 20px; }
  .fs-navbar ul.nav a {
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    border-right: 1px solid #555555;
    padding: 0px 12px;
    line-height: 1.3em; }
  .fs-navbar ul.nav a.fs-main-menu-active {
    color: #008d00; }
  .fs-navbar ul.nav a:hover, .fs-navbar ul.nav a:active, .fs-navbar ul.nav li.open a, .fs-navbar ul.nav li.open a:hover, .fs-navbar ul.nav li.open a:active {
    color: #008d00;
    background-color: inherit;
    border-right: 1px solid #555555; }
.fs-navbar ul.nav li:last-child a {
  border-right: none; }

.fs-sub-block.dropdown-menu {
  border-top: none;
  box-shadow: none;
  -webkit-box-shadow: none; }

.fs-nav-active-border {
  position: absolute;
  display: none;
  background-color: #fbfbfb;
  top: 30px;
  left: 1px;
  width: 100%;
  height: 14px; }

li.open .fs-nav-active-border {
  display: block; }

li:hover .fs-nav-active-border {
  display: block; }

.fs-navbar-inner {
  height: 35px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.fs-navbar-brand {
  position: absolute;
  left: 0px;
  top: 12px;
  z-index: 8; }
  @media (min-width: 1200px) {
    .fs-navbar-brand {
      top: 18px; } }

img.logo {
  width: 100px; }

.fs-nav-button,
.fs-nav-button-close {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: block; }
  .fs-nav-button button,
  .fs-nav-button-close button {
    background-color: transparent;
    border: none; }
  .fs-nav-button button:focus, .fs-nav-button button.focus, .fs-nav-button button:hover,
  .fs-nav-button-close button:focus,
  .fs-nav-button-close button.focus,
  .fs-nav-button-close button:hover {
    color: #ffffff; }
    .fs-nav-button button:focus span, .fs-nav-button button.focus span, .fs-nav-button button:hover span,
    .fs-nav-button-close button:focus span,
    .fs-nav-button-close button.focus span,
    .fs-nav-button-close button:hover span {
      font-size: 18px; }

@media (min-width: 1200px) {
  .fs-nav-button {
    display: none; } }

.fs-nav-button-close {
  left: 12px; }

/**************************************************************************************** */
/* SUBMENU */
/**************************************************************************************** */
.fs-navbar-inner ul.dropdown-menu {
  background-color: #fbfbfb;
  margin-top: 30px;
  padding: 0px; }
  .fs-navbar-inner ul.dropdown-menu li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    color: #686868;
    padding: 14px 110px 14px 12px;
    border-right: none !important;
    border-top: 1px solid #ffffff; }
.fs-navbar-inner li.open ul.dropdown-menu li a {
  color: #686868;
  background-image: none; }
.fs-navbar-inner li.open ul.dropdown-menu li a:hover,
.fs-navbar-inner li.open ul.dropdown-menu li a:active {
  color: #008d00; }

.fs-navbar-inner ul.dropdown-menu li.fs-dropdown-has-sub a {
  background-image: url(../images/pulldown-closed.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px 7px; }
.fs-navbar-inner ul.dropdown-menu li.fs-dropdown-has-sub a.fs-sub-open {
  background-image: url(../images/pulldown-opened.png) !important; }

.fs-dropdown-has-sub ul.dropdown-menu {
  position: relative;
  margin-top: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #dadada;
  width: 100%; }

.fs-navbar-inner ul.dropdown-menu li.fs-dropdown-has-sub ul.dropdown-menu li a {
  background-image: none !important;
  padding-right: 12px;
  font-size: 12px; }

/**************************************************************************************** */
/* MOBILE NAV */
/**************************************************************************************** */
#fs-sidenav {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  background-color: #103b15;
  padding: 20px 15px;
  overflow-y: auto;
  z-index: 1000;
  display: block; }
  @media (min-width: 1200px) {
    #fs-sidenav {
      display: none; } }

#fs-sidenav ul li {
  border-bottom: 1px solid #17501c; }
  #fs-sidenav ul li a {
    display: block;
    padding: 20px 10px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none; }
  #fs-sidenav ul li a:hover, #fs-sidenav ul li a:active {
    text-decoration: none; }
#fs-sidenav ul li.fs-has-sub > a {
  background-image: url(../images/pulldown-closed-green.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 9px; }
#fs-sidenav ul li.fs-has-sub > a.fs-sub-open {
  background-image: url(../images/pulldown-opened-green.png) !important; }

#fs-sidenav .fs-sidenav-sub-1,
#fs-sidenav .fs-sidenav-sub-2 {
  list-style: none;
  background-color: #fbfbfb;
  margin: 0px;
  padding: 0px;
  display: none; }
  #fs-sidenav .fs-sidenav-sub-1 li,
  #fs-sidenav .fs-sidenav-sub-2 li {
    border-bottom: 1px solid #ffffff; }
    #fs-sidenav .fs-sidenav-sub-1 li a,
    #fs-sidenav .fs-sidenav-sub-2 li a {
      display: block;
      color: #686868;
      padding: 16px 18px; }
  #fs-sidenav .fs-sidenav-sub-1 li.fs-has-sub > a,
  #fs-sidenav .fs-sidenav-sub-2 li.fs-has-sub > a {
    background-image: url(../images/pulldown-closed.png) !important; }
  #fs-sidenav .fs-sidenav-sub-1 li.fs-has-sub a.fs-sub-open,
  #fs-sidenav .fs-sidenav-sub-2 li.fs-has-sub a.fs-sub-open {
    background-image: url(../images/pulldown-opened.png) !important; }

#fs-sidenav .fs-sidenav-sub-1 {
  background-color: #fbfbfb; }

#fs-sidenav .fs-sidenav-sub-2 {
  background-color: #dadada; }

#fs-sidenav .fs-search-form {
  margin: 36px 0px 26px 0px; }

#fs-sidenav a.fs-phone-number {
  display: inline-block;
  color: #008d00;
  padding-left: 24px; }

.fs-footer-to-top-btn {
  color: #008d00;
  cursor: pointer;
  font-size: 1.8em;
  line-height: 20px; }

.fs-footer-width {
  width: 142px; }

footer {
  padding: 15px 0px;
  border-top: 2px solid #ededed; }

footer ul li {
  border-right: 1px solid #ededed;
  line-height: 0.8em; }
footer ul li:last-child {
  border-right: none; }
footer a, footer a:active, footer a:hover {
  color: #777777;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 0.1em; }

/******************************************************************************************************************* */
/* CAROUSEL */
/******************************************************************************************************************* */
#fs-carousel {
  margin-bottom: 0px;
  position: relative;
  background-color: #ffffff; }

#fs-carousel .carousel-control {
  opacity: 1; }

#fs-carousel .carousel-control.right,
#fs-carousel .carousel-control.left {
  background-image: none;
  width: 6%;
  text-shadow: none; }

#fs-carousel .carousel-control.left span,
#fs-carousel .carousel-control.right span {
  color: #008d00; }

#fs-carousel .carousel-control.left {
  text-align: left; }

#fs-carousel .carousel-control.right {
  text-align: right; }

#fs-carousel .carousel-indicators li {
  border: 1px solid #008d00; }

#fs-carousel .carousel-indicators li.active {
  background-color: #008d00; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item video {
  width: 100%;
  /* use this, or not */
  margin: auto; }

.carousel-inner > .item video {
  display: block; }

.fs-container-wrap {
  margin-right: auto;
  margin-left: auto; }

.fs-block {
  padding-bottom: 60px;
  padding-top: 60px;
  line-height: 1.8em; }

/****************************************************************************************************************** */
/* COLOR CONTAINER */
/****************************************************************************************************************** */
.fs-block-dark {
  background-color: #f7f6f6; }

/****************************************************************************************************************** */
/* START BOXES */
/****************************************************************************************************************** */
.fs-box-clearfix {
  margin-bottom: 26px; }

.fs-box-caption {
  width: 100%;
  padding: 6px 8px;
  height: 64px;
  background-color: #008d00;
  text-align: center; }
  .fs-box-caption h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.08em; }

.fs-box-img {
  margin-bottom: -12px; }

.fs-box-arrow {
  position: relative;
  z-index: 10;
  height: 12px;
  background-image: url(../images/box-caption-arrow.png);
  background-position: center top;
  background-repeat: no-repeat; }

.fs-box-text {
  padding: 10px 0px;
  line-height: 1.8em; }

/****************************************************************************************************************** */
/* DOWNLOADS */
/****************************************************************************************************************** */
a.fs-download-link {
  display: block;
  color: #686868;
  padding-bottom: 26px;
  background-image: url(../images/download-button.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20px 20px;
  text-decoration: none; }

.fs-image-grid {
  margin: 30px auto; }
  .fs-image-grid [class^=col-] {
    text-align: center; }
    .fs-image-grid [class^=col-] img {
      float: none; }

/****************************************************************************************************************** */
/* CONTACTS */
/****************************************************************************************************************** */
.fs-contact-text {
  line-height: 1.6em; }
  .fs-contact-text h4 {
    margin: 0px 0px 6px 0px;
    font-size: 1.2em; }

#fs-search-field-contacts {
  height: 32px;
  border-color: #cccccc; }

/****************************************************************************************************************** */
/* COMMON ELEMENTS */
/****************************************************************************************************************** */
.fs-img-responsive {
  width: 100%; }

.fs-front-secondary {
  color: #008d00; }

.fs-divider, .fs-top-divider {
  background-color: #008d00;
  height: 14px; }

.fs-text-header {
  margin-bottom: 22px; }

.fs-header-block {
  padding: 40px 0px; }

.fs-content-text {
  max-width: 768px; }

.fs-header-text {
  color: #686868;
  margin: 15px 0px 25px 0px; }

.fs-video-block {
  margin-top: 60px; }

.fs-form, .form-group {
  max-width: 600px; }

form:not(#ace-app form) {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto auto 15px;
}

/**************************************************************************************** */
/* CONTAINER WIDTHS */
/**************************************************************************************** */
@media (min-width: 768px) {
  .container, form:not(#ace-app form) {
    width: 736px; } }
@media (min-width: 992px) {
  .container, form:not(#ace-app form) {
    width: 960px; } }
@media (min-width: 1200px) {
  .container, form:not(#ace-app form) {
    width: 1170px; } }

/*# sourceMappingURL=styles.css.map */
