﻿/*@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/
.content-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
h1 i,
h2 i,
h3 i,
.slider i {
  margin-right: 7px;
}
i {
  margin-right: 5px;
}
.padding-bottom-sm {
  padding-top: 40px;
}
.padding-bottom-xs {
  padding-top: 20px;
}
.padding-bottom-xxs {
  padding-top: 10px;
}
.padding-top-sm {
  padding-top: 40px;
}
.padding-top-xs {
  padding-top: 20px;
}
.padding-top-xxs {
  padding-top: 10px;
}
.margin-bottom-md {
  margin-bottom: 60px;
}
.margin-bottom-sm {
  margin-bottom: 40px;
}
.margin-bottom-xs {
  margin-bottom: 20px;
}
.margin-top-sm {
  margin-top: 40px;
}
.margin-top-xs {
  margin-top: 20px;
}
.margin-top-xxs {
  margin-top: 10px;
}
.margin-left-xs {
  margin-left: 20px;
}
.margin-right-xs {
  margin-right: 20px;
}
img {
  margin-right: 20px;
  margin-bottom: 10px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.offset-1 {
  margin: auto;
  margin-top: -60px;
}
.display-inline-block {
  display: inline-block;
}
/*Background colors*/
/*Font colors*/
/*Link color*/
/*Border colors*/
/*Accent colors*/
/**/
.header .topbar {
  z-index: 12;
  padding: 8px 0;
  position: relative;
}
@media (max-width: 991px) {
  .header .topbar {
    margin-bottom: 20px;
  }
}
.header .topbar ul.loginbar {
  margin: 0;
}
.header .topbar ul.loginbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
}
.header .topbar ul.loginbar li i.fa {
  color: #bbb;
}
.header .topbar ul.loginbar li.topbar-devider {
  top: -1px;
  padding: 0;
  font-size: 8px;
  position: relative;
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}
/*languages*/
.header .topbar ul.languages {
  top: 25px;
  left: -5px;
  display: none;
  padding: 4px 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  position: absolute;
  background: #f0f0f0;
}
.header .topbar li:hover ul.languages {
  display: block;
}
.header .topbar ul.languages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  /*FF fixes*/
  border-right-style: inset;
  /*FF fixes*/
}
.header .topbar ul.languages li a {
  color: #555;
  display: block;
  font-size: 10px;
  padding: 2px 12px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
.header .topbar ul.languages li.active a i {
  color: #999;
  float: right;
  margin-top: 2px;
}
.header .topbar ul.languages li a:hover,
.header .topbar ul.languages li.active a {
  background: #fafafa;
}
.header .topbar ul.languages li a:hover {
  text-decoration: none;
}
/*No Topbar*/
.header.no-topbar .navbar-toggle {
  margin-top: 25px;
}
.header {
  z-index: 99;
  background: #fff;
  position: relative;
  border-bottom: solid 2px #eee;
}
/*Header Container*/
.header > .container {
  display: table;
  /*margin-bottom: -40px;*/
}
@media (max-width: 768px) {
  .header > .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header > .container {
    margin-bottom: 0;
  }
}
/*Logo*/
.header .logo {
  height: 100%;
  min-width: 100px;
  display: table-cell;
  vertical-align: middle;
}
.header .logo img {
  z-index: 1;
  margin: 20px 0;
  position: relative;
}
/*Big Logo Style*/
@media (max-width: 1200px) {
  .header img.big-logo {
    width: 120px;
    height: auto;
  }
}
/*Navbar Toggle*/
.header .navbar-toggle {
  border-color: #95b578;
}
@media (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0;
  }
}
.header .navbar-toggle .fa {
  color: #fff;
  font-size: 19px;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
  background: #95b578;
  padding: 6px 10px 2px;
}
.header .navbar-toggle:hover {
  background: #95b578;
}
/*Navbar Collapse*/
.header .navbar-collapse {
  position: relative;
}
/*Navbar Collapse*/
@media (max-width: 991px) {
  .header .navbar-collapse,
  .header .navbar-collapse .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .navbar-inverse {
  border-radius: 0;
  border-bottom: 2px solid #c2c2c2;
}
/*Navbar Menu*/
.header .navbar-nav > li > a {
  color: #d7d7d7;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header .navbar-nav > .active > a {
  color: #95b578;
}
@media (min-width: 992px) {
  .header .navbar-nav {
    float: right;
  }
}
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .header .navbar-header {
    float: none;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .navbar-nav {
    margin: 0 0 5px;
    float: none !important;
  }
  .header .navbar-nav > li {
    float: none;
  }
  .header .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*Pull Right*/
  .header .dropdown-menu.pull-right {
    float: none !important;
  }
  /*Dropdown Menu Slide Down Effect*/
  .header .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin-top: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header .navbar-nav .open > a,
  .header .navbar-nav .open > a:hover,
  .header .navbar-nav .open > a:focus {
    border-bottom-color: #eee;
  }
  .header .navbar-nav .open .dropdown-menu > li > a,
  .header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .header .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .header .navbar-nav .open .dropdown-menu > li > a {
    /*color: #777;*/
  }
  .header .navbar-nav .open .dropdown-menu > li > a:hover,
  .header .navbar-nav .open .dropdown-menu > li > a:focus {
    /*color: #333;*/
    background-color: transparent;
  }
  .header .navbar-nav .open .dropdown-menu > .active > a,
  .header .navbar-nav .open .dropdown-menu > .active > a:hover,
  .header .navbar-nav .open .dropdown-menu > .active > a:focus {
    /*color: #555;*/
    background-color: #e7e7e7;
  }
  .header .navbar-nav .open .dropdown-menu > .disabled > a,
  .header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    /*color: #ccc;*/
    background-color: transparent;
  }
  .header .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }
  /*Design for max-width: 991px*/
  .header .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px;
  }
  .header .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }
  .header .navbar-nav > li > a:focus {
    background: none;
  }
  .header .navbar-nav > li > a:hover {
    color: #ffffff;
  }
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    background: #95b578;
    color: #fff !important;
  }
  .header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    /*color: #555 !important;*/
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  /*Navbar Collapse*/
  .header .navbar-collapse {
    padding: 0;
  }
  /*Navbar*/
  .header .container > .navbar-header,
  .header .container-fluid > .navbar-header,
  .header .container > .navbar-collapse,
  .header .container-fluid > .navbar-collapse {
    margin-bottom: -10px;
  }
  .header .navbar-nav {
    position: relative;
  }
  .header .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 9px 30px 9px 20px;
  }
  .header .navbar-nav > li > a,
  .header .navbar-nav > li > a:focus {
    border-bottom: solid 2px transparent;
  }
  .header .navbar-nav > li > a:hover,
  .header .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #95b578;
  }
  .header .navbar-nav > li > a,
  .header .navbar-nav > li > a:hover,
  .header .navbar-nav > li > a:focus,
  .header .navbar-nav > .active > a,
  .header .navbar-nav > .active > a:hover,
  .header .navbar-nav > .active > a:focus {
    background: none;
  }
  .header .navbar-nav > .open > a,
  .header .navbar-nav > .open > a:hover,
  .header .navbar-nav > .open > a:focus {
    color: #95b578;
  }
  .header .navbar-nav > li:hover > a {
    color: #95b578;
  }
  /*Dropdown Menu*/
  .header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 2px #95b578;
    border-bottom: solid 2px #687074;
  }
  .header .dropdown-menu li a {
    color: #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee;
  }
  .header .dropdown-menu .active > a,
  .header .dropdown-menu li > a:hover {
    color: #d7d7d7;
    filter: none !important;
    background: #eee !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .header .dropdown-menu li > a:focus {
    background: none;
    filter: none !important;
  }
  .header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .header .open > .dropdown-menu {
    display: none;
  }
  /*Search*/
  .header .navbar-nav .search-open {
    width: 330px;
  }
}
.header .dropdown-submenu {
  position: relative;
}
.header .dropdown > a:after,
.header .dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .header .dropdown-submenu > a:after {
    content: " ";
  }
}
.header .dropdown > a:after {
  top: 9px;
  right: 15px;
  content: "\f107";
}
.header .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
/*Submenu comes from LEFT side*/
.header .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}
.header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 991px) {
  .header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}
.header .dropdown-submenu.pull-left {
  float: none;
}
.header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/*Dropdow Mmenu Icons (Font Awesome)*/
.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}
.header .nav > li > .search {
  color: #aaa;
  cursor: pointer;
  min-width: 35px;
  font-size: 15px;
  text-align: center;
  background: #f7f7f7;
  padding: 11px 0 12px;
  display: inline-block;
  border-bottom: solid 2px #aaa;
}
@media (min-width: 992px) {
  .header .nav > li > .search {
    bottom: -2px;
    position: relative;
  }
}
.header .nav > li > .search:hover {
  color: #95b578;
  background: #f7f7f7;
  border-bottom-color: #95b578;
}
.header .nav .search-open {
  right: 0;
  top: 40px;
  display: none;
  padding: 14px;
  position: absolute;
  background: #fcfcfc;
  border-top: solid 2px #eee;
  box-shadow: 0 1px 3px #ddd;
}
.header .nav .search-open form {
  margin: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .navbar-toggle {
    margin-right: 0;
  }
  .header .nav .search-open {
    width: 93%;
  }
}
@media (max-width: 991px) {
  .header .nav > li > .search {
    color: #999;
    width: 35px;
    height: 34px;
    text-align: left;
    background: #eee;
    line-height: 12px;
    text-align: center;
    margin: 5px 10px 0;
    border-bottom: none;
  }
  .header .nav > li > .search:hover {
    background: #5fb611;
    color: #fff !important;
  }
  .header .nav .search-open {
    top: 5px;
    padding: 0;
    left: 48px;
    border-top: none;
    box-shadow: none;
    background: none;
    margin-right: 10px;
  }
}
.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  position: static;
}
.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  position: relative;
}
.header .mega-menu .dropdown-menu {
  left: auto;
}
.header .mega-menu .dropdown-menu > li {
  display: block;
}
.header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}
.header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 4px 15px;
}
.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  content: "";
  display: table;
  line-height: 0;
}
.header .mega-menu .mega-menu-content:after {
  clear: both;
}
.header .mega-menu .nav > li > .dropdown-menu:after,
.header .mega-menu .nav > li > .dropdown-menu:before {
  display: none;
}
.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  /*Mega Menu for Two Columns*/
  .header .mega-menu .mega-menu-content.content-two-col {
    min-width: 596px;
  }
  /*Mega Menu for Three Columns*/
  .header .mega-menu .mega-menu-content.content-three-col {
    min-width: 864px;
  }
}
/*Mega Menu Dropdown OPENS from LEFT Side*/
.header .mega-menu .dropdown.mega-menu-left .dropdown-menu {
  left: auto;
  overflow: hidden;
}
/*Mega Menu Dropdown OPENS from RIGHT Side*/
.header .mega-menu .dropdown.mega-menu-right .dropdown-menu,
.header .mega-menu .dropdown.mega-menu-two-col-right .dropdown-menu {
  right: 0;
  overflow: hidden;
}
/*Equal Height Lists*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .mega-menu .equal-height-in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Mega Menu Style Effect*/
.header .mega-menu .equal-height-list h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px 0 13px;
  text-transform: uppercase;
}
/*Space for only Big Resolution*/
@media (min-width: 992px) {
  .header .mega-menu .big-screen-space {
    margin-bottom: 20px;
  }
}
/*Mega Menu Content*/
@media (min-width: 992px) {
  .header .mega-menu .equal-height-in {
    padding: 20px 0;
    border-left: 1px solid #7d7d7d;
  }
  .header .mega-menu .equal-height-in:first-child {
    border-left: none;
    margin-left: -1px;
  }
  .header .mega-menu .equal-height-list {
    width: 100%;
  }
  .header .mega-menu .equal-height-list li a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    border-bottom: none;
    padding: 5px 10px 5px 15px;
  }
  .header .mega-menu .equal-height-list a:hover {
    text-decoration: none;
  }
  /*Dropdown Arrow Icons*/
  .header .mega-menu .mega-menu-content li a {
    padding: 5px 10px 5px 30px;
  }
  .header .mega-menu .mega-menu-content li a:after {
    top: 7px;
    left: 15px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }
  /*Dropdown Arrow Icons Disable class*/
  .header .mega-menu .disable-icons li a {
    padding: 5px 10px 5px 15px;
  }
  .header .mega-menu .disable-icons li a:after {
    display: none;
  }
}
/*Equal Hight List Style*/
@media (max-width: 991px) {
  /*Equal Height List Style*/
  .header .mega-menu .equal-height-list h3 {
    color: #555;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 25px 5px;
    border-bottom: solid 1px #eee;
  }
  .header .mega-menu .equal-height-list li a {
    color: #687074;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    padding: 6px 25px;
    border-bottom: solid 1px #eee;
  }
  .header .mega-menu .equal-height-list > h3.active,
  .header .mega-menu .equal-height-list > .active > a,
  .header .mega-menu .equal-height-list > .active > a:hover,
  .header .mega-menu .equal-height-list > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .header .mega-menu .equal-height-list li a:hover {
    color: #333;
    text-decoration: none;
  }
}
.header-fixed .header {
  height: auto;
}
.header-fixed .header.header-sticky {
  margin-top: 0;
  transition: all 0.2s ease-in-out;
}
.header-fixed {
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
}
.header-fixed .header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  /*height: 95px;*/
  z-index: 999;
  position: fixed;
  margin-top: -35px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255, 255, 255, 0.96);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  /*Header*/
  .header-fixed .header,
  .header-fixed .header.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}
@media (min-width: 992px) {
  /*Container*/
  .header-fixed .header.header-fixed-shrink > .container {
    margin-bottom: -46px;
  }
  /*Logo*/
  .header-fixed .header.header-fixed-shrink .logo img {
    max-width: 105px;
    margin: 45px 0 -4px;
  }
  /*Navbar Nav*/
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .header-fixed .header.header-fixed-shrink .navbar-nav > li > a:hover,
  .header-fixed .header.header-fixed-shrink .navbar-nav > .active > a {
    border-bottom: none;
  }
  /*Dropdown*/
  .header-fixed .header.header-fixed-shrink .dropdown > a:after {
    top: 20px;
  }
  /*Search*/
  .header-fixed .header.header-fixed-shrink .nav > li > .search {
    color: #777;
    padding: 20px 0 22px;
    background: inherit;
    border-bottom: none;
  }
  .header-fixed .header.header-fixed-shrink .nav .search-open {
    top: 60px;
  }
}
/*--------------------------------------------------
    [9. Header - Fixed Boxed]
----------------------------------------------------*/
.boxed-layout.header-fixed .header.header-sticky {
  left: inherit;
  width: inherit;
}
.header {
  background-color: #fff;
  border: none;
}
.header .navbar-nav > li > a:hover {
  color: #fff;
}
.header .inverse-dropdown {
  background-color: #222;
  box-shadow: 0 0px 2px #ddd;
}
.header .inverse-dropdown li a {
  color: #d7d7d7;
  font-size: 0.9rem;
  font-weight: 400;
  border-color: #3c3c3c;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .navbar-nav .inverse-dropdown li a:hover {
  color: #fff;
  background-color: #2a2a2a !important;
}
.header .inverse-dropdown-mega {
  background-color: #222;
}
.header .inverse-dropdown-mega li a {
  color: #d7d7d7;
  font-size: 0.9rem;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .navbar-nav .inverse-dropdown-mega li a:hover {
  color: #fff;
  background-color: #2a2a2a !important;
}
.header .dropdown-menu li a:hover {
  color: #fff;
  background-color: #222;
}
.header .toolbar {
  padding-top: 5px;
}
.header .toolbar ul.language {
  margin: 0;
}
.header .toolbar ul.language > li {
  display: inline;
  list-style: none;
  /*position: relative;
	padding-bottom: 15px;*/
}
.header .toolbar ul.language > li > a,
.header .toolbar ul.language > li > a:hover {
  color: #7c8082;
  font-size: 11px;
  text-transform: uppercase;
}
.header .toolbar ul.language li i.fa {
  color: #bbb;
}
.header .toolbar ul.language li.separator {
  /*top: -1px;*/
  padding: 0;
  font-size: 8px;
  /*position: relative;*/
  margin: 0 9px 0 5px;
  font-family: Tahoma;
  border-right: solid 1px #bbb;
}
.box1 {
  background-color: #363636;
  background-image: linear-gradient(to bottom, #3b3b3b, #2e2e2e);
  background-repeat: repeat-x;
  color: #adadad;
  padding: 3px 10px 8px 10px;
}
.box1 h3 {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  border-bottom: 1px solid #212121;
  box-shadow: 0 1px 0 #4c4c4c;
}
.box1 a:hover {
  color: #ffffff;
}
.box-2 {
  border: 1px solid #d7d3d0;
  border-top: 7px solid #6ea73b;
  border-bottom: 7px solid #c6c2bd;
  background-color: #f8f7f6;
  border-radius: 10px 10px;
  color: #3d3d3d;
  padding: 1px 20px 20px 20px;
  margin-top: 10px;
  box-shadow: 0px 1px 7px #b6b0aa;
}
.box-2 span {
  font-weight: normal;
}
.box-2 h4 {
  margin-bottom: 3px;
}
.box3 {
  padding-right: 27px;
  padding-top: 5px;
  text-align: center;
}
.box3 div.lastone {
  padding-right: 0;
}
.box3 div p.icon {
  background-color: #e3edda;
  border: 1px solid #afd38e;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
  width: 110px;
  border-radius: 55px;
  color: #5c6871;
}
.box3 div h3 {
  margin-bottom: 20px;
  line-height: 1em;
}
.box3 div p {
  margin-bottom: 0;
}
.box-4 {
  border: 1px solid #dbd9d6;
  background-color: #f1efee;
  padding: 6px 10px;
  margin: 1px 1px 20px 1px;
}
.pricing-box {
  border-spacing: 0;
  border-radius: 10px;
  border-collapse: separate;
  /*padding-bottom: 5px;*/
}
.pricing-box h1 {
  text-shadow: 0px 0px 2px #fff;
}
.pricing-box div:first-of-type {
  text-align: center;
  /*font-size: 1.8rem;*/
  /*line-height: 100px;*/
}
.pricing-box li {
  padding: 6px 10px;
}
.pricing-box .checked li:before {
  font-family: FontAwesome;
  content: "\f058\00a0\00a0";
}
.pricing-box .additional li:before {
  font-family: FontAwesome;
  content: "\f055\00a0\00a0";
}
.pricing-box ul {
  list-style: none;
  padding: 0;
}
.pricing-box .circle {
  width: 120px;
  height: 120px;
  display: inline-block;
  line-height: 1.8rem;
  /*padding: 15px;*/
  padding-top: 25px;
  border-radius: 50%;
  margin: 10px 0px 20px 0;
  border: 3px solid rgba(116, 197, 44, 0.4);
}
/*Box Shadows
------------------------------------*/
.shadow-wrapper {
  z-index: 1;
  position: relative;
}
/*Common Style*/
.box-shadow {
  background: #fff;
  position: relative;
}
.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute;
}
/*Effect 1*/
.shadow-effect-1 {
  box-shadow: 0 10px 6px -6px #bbb;
  -moz-box-shadow: 0 10px 6px -6px #bbb;
  -webkit-box-shadow: 0 10px 6px -6px #bbb;
}
/*Effect 2,3,4*/
.shadow-effect-2 {
  position: relative;
}
.shadow-effect-2:after,
.shadow-effect-2:before,
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-2:after,
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
/*Tag Boxes
------------------------------------*/
.tag-box {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.tag-box h2 {
  font-size: 20px;
  line-height: 25px;
}
.tag-box p {
  margin-bottom: 0;
}
.tag-box.tag-text-space p {
  margin-bottom: 10px;
}
/*Tag Boxes v1*/
.tag-box-v1 {
  border: solid 1px #eee;
  border-top: solid 2px #6c6c6c;
}
/*Tag Boxes v2*/
.tag-box-v2 {
  background: #fafafa;
  border: solid 1px #eee;
  border-left: solid 2px #72c02c;
}
/*Tag Boxes v3*/
.tag-box-v3 {
  border: solid 2px #eee;
}
/*Tag Boxes v4*/
.tag-box-v4 {
  border: dashed 1px #bbb;
}
/*Tag Boxes v5*/
.tag-box-v5 {
  margin: 20px 0;
  text-align: center;
  border: dashed 1px #ccc;
}
.tag-box-v5 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
}
/*Tag Boxes v6*/
.tag-box-v6 {
  background: #fafafa;
  border: solid 1px #eee;
}
/*Tag Boxes v7*/
.tag-box-v7 {
  border: solid 1px #eee;
  border-bottom: solid 2px #72c02c;
}
.rounded-box-v1 {
  background: #fafaf9;
  border: 1px solid #eae8e6;
  border-radius: 8px;
  padding: 15px;
}
.headline-left-1 {
  border-bottom: 1px dotted #e4e9f0;
}
.headline-left-1 h1,
.headline-left-1 h2,
.headline-left-1 h3,
.headline-left-1 h4 {
  border-bottom: 1px solid #72c02c;
}
.headline-left-2 {
  border-bottom: 1px solid #e4e9f0;
}
.headline-left-2 h1,
.headline-left-2 h2,
.headline-left-2 h3,
.headline-left-2 h4 {
  border-bottom: 1px solid #a6df73;
}
.headline-left-1,
.headline-left-2 {
  display: block;
  margin: 10px 0 25px 0;
}
.headline-left-1 h1,
.headline-left-1 h2,
.headline-left-1 h3,
.headline-left-1 h4,
.headline-left-2 h1,
.headline-left-2 h2,
.headline-left-2 h3,
.headline-left-2 h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
}
.headline-center-1 {
  z-index: 0;
  text-align: center;
  position: relative;
}
.headline-center-1 i {
  margin: 0;
  padding: 0;
  text-align: center;
}
.headline-center-1 h2 {
  color: #555;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.headline-center-1 span.bordered-icon {
  color: #666;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.headline-center-1 span.bordered-icon:before,
.headline-center-1 span.bordered-icon:after {
  background: #666;
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  position: absolute;
}
.headline-center-1 span.bordered-icon:before {
  left: 100%;
}
.headline-center-1 span.bordered-icon:after {
  right: 100%;
}
.table-feature-1 table {
  /*border: 1px solid #eee;*/
  border-spacing: 0;
  border-radius: 10px;
  /*padding: 15px;*/
  border-collapse: separate;
  background-color: #eee;
}
.table-feature-1 thead tr th {
  text-align: center;
  font-size: 1.8rem;
  /*line-height: 100px;*/
}
.table-feature-1 .circle {
  width: 120px;
  height: 120px;
  display: inline-block;
  line-height: 1.8rem;
  /*padding: 15px;*/
  padding-top: 25px;
  border-radius: 50% !important;
  margin: 10px 0px 20px 0;
  border: 3px solid rgba(116, 197, 44, 0.4);
}
.table-licenses {
  border: 1px solid #d7d7d7;
}
.table-licenses thead td {
  background-color: #f8f7f6;
  font-weight: 700;
}
.table-licenses td {
  padding: 5px 10px 5px 10px;
  background-color: #fdfdfd;
}
.table-licenses tr {
  border-bottom: 1px solid #d7d7d7;
}
.table-licenses td {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.table-licenses td:nth-of-type(2),
.table-licenses td:nth-of-type(3),
.table-licenses td:nth-of-type(4) {
  text-align: right;
}
.table-price {
  border: 1px solid #d7d7d7;
}
.table-price thead td {
  background-color: #f8f7f6;
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 10px 5px 10px;
}
.table-price td {
  padding: 1px 10px 1px 10px;
  background-color: #fdfdfd;
}
.table-price tr:nth-last-of-type(2) {
  border-bottom: 1px solid #d7d7d7;
}
.table-price td {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.table-price tbody tr:nth-of-type(2) {
  border-bottom: 1px solid #d7d7d7;
}
.table-price tbody tr:nth-of-type(1) td,
.table-price tbody tr:nth-of-type(3) td {
  padding-top: 8px;
}
.table-price tbody tr:nth-of-type(2) td,
.table-price tbody tr:nth-last-of-type(2) td,
.table-price tbody tr:nth-last-of-type(3) td {
  padding-bottom: 8px;
}
.table-price tbody tr:nth-last-of-type(1) td {
  /*text-align: center;*/
  padding: 5px 10px 1px 10px;
}
/*Image Hover Effects
------------------------------------*/
/*Image Hover v1*/
.img-hover-v1 span {
  display: block;
  overflow: hidden;
  position: relative;
}
.img-hover-v1 span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.img-hover-v1:hover span:after {
  background: rgba(0, 0, 0, 0.3);
}
.img-hover-v1 img,
.img-hover-v2 img,
.img-hover-v1 span:after {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.img-hover-v1:hover img {
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*Image Hover v2*/
.img-hover-v2 img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.img-hover-v2:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#submenu-container {
  /*background-color: darken(@f-color-1, 5%)*/
}
#submenu-container #submenu {
  margin: 0;
  padding: 0;
  float: right;
}
#submenu-container #submenu ul,
#submenu-container #submenu li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#submenu-container #submenu a:link,
#submenu-container #submenu a:visited {
  display: block;
  float: left;
  margin: 0;
  padding: 15px 15px 10px 15px;
  text-decoration: none;
  color: #666666;
  border-bottom: 5px solid #e4e4e4;
}
#submenu-container #submenu li.current a {
  border-bottom: 5px solid #8EA07F;
  background-color: #dadada;
  color: #666666;
}
#submenu-container #submenu i {
  color: #949494;
}
#submenu-container #submenu a:hover {
  color: #666666;
  border-bottom: 5px solid #cfcfcf;
  background-color: #e1e1e1;
}
/*    @media (max-width: 991px) {
            #submenu-container {
                display: none;
            }
        }*/
.form-v1 {
  border: 1px solid #eee;
}
.form-v1 header {
  font-size: 1.4rem;
  padding: 8px 30px;
  border-bottom: 1px solid #eee;
}
.form-v1 fieldset {
  padding: 25px 30px 5px;
}
.form-v1 section {
  margin-bottom: 20px;
}
.form-v1 footer {
  padding: 15px 30px 25px;
  border-top: 1px solid #eee;
}
.form-v1 footer:after {
  content: '';
  display: table;
  clear: both;
}
.form-v1 .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}
.form-v1 .input,
.form-v1 .select,
.form-v1 .textarea,
.form-v1 .radio,
.form-v1 .checkbox,
.form-v1 .toggle,
.form-v1 .button {
  position: relative;
  display: block;
}
.form-v1 .input input,
.form-v1 .select select,
.form-v1 .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 6px 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  font-weight: normal;
}
/**/
/* selects */
/**/
.form-v1 .select select {
  padding-right: 11px;
}
.form-v1 .select-multiple select {
  height: auto;
}
/**/
/* textareas */
/**/
.form-v1 .textarea textarea {
  height: auto;
  resize: none;
}
.form-v1 .textarea-resizable textarea {
  resize: vertical;
}
.form-v1 .textarea-expandable textarea {
  height: 39px;
}
.form-v1 .textarea-expandable textarea:focus {
  height: auto;
}
/**/
/* radios and checkboxes */
/**/
.form-v1 .radio,
.form-v1 .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}
.form-v1 .radio:last-child,
.form-v1 .checkbox:last-child {
  margin-bottom: 0;
}
.form-v1 .radio input,
.form-v1 .checkbox input {
  position: absolute;
  left: -9999px;
}
.form-v1 .radio i,
.form-v1 .checkbox i {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}
.form-v1 .radio i {
  border-radius: 50%;
}
.form-v1 .radio input + i:after,
.form-v1 .checkbox input + i:after {
  position: absolute;
  opacity: 0;
}
.form-v1 .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.form-v1 .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: normal 12px/16px FontAwesome;
  text-align: center;
}
.form-v1 .radio input:checked + i:after,
.form-v1 .checkbox input:checked + i:after {
  opacity: 1;
}
.form-v1 .inline-group {
  margin: 0 -30px -4px 0;
}
.form-v1 .inline-group:after {
  content: '';
  display: table;
  clear: both;
}
.form-v1 .inline-group .radio,
.form-v1 .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.form-v1 .inline-group .radio:last-child,
.form-v1 .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}
/**/
/* buttons */
/**/
.form-v1 .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: none;
  border: 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/**/
/* icons */
/**/
.form-v1 .icon-append,
.form-v1 .icon-prepend {
  position: absolute;
  top: 5px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}
.form-v1 .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}
.form-v1 .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}
.form-v1 .input .icon-prepend + input,
.form-v1 .textarea .icon-prepend + textarea {
  padding-left: 46px;
}
.form-v1 .input .icon-append + input,
.form-v1 .textarea .icon-append + textarea {
  padding-right: 46px;
}
.form-v1 .input .icon-prepend + .icon-append + input,
.form-v1 .textarea .icon-prepend + .icon-append + textarea {
  padding-left: 46px;
}
/**/
/* normal state */
/**/
.form-v1 .input input,
.form-v1 .select select,
.form-v1 .textarea textarea,
.form-v1 .radio i,
.form-v1 .checkbox i,
.form-v1 .icon-append,
.form-v1 .icon-prepend {
  border-color: #e5e5e5;
}
.form-v1 .button {
  background-color: #2da5da;
  opacity: 0.8;
}
.form-v1 .button.button-secondary {
  background-color: #b3b3b3;
}
.form-v1 .icon-append,
.form-v1 .icon-prepend {
  color: #ccc;
}
/**/
/* hover state */
/**/
.form-v1 .input:hover input,
.form-v1 .select:hover select,
.form-v1 .textarea:hover textarea,
.form-v1 .radio:hover i,
.form-v1 .checkbox:hover i {
  border-color: #8dc9e5;
}
.form-v1 .button:hover {
  opacity: 1;
}
/**/
/* focus state */
/**/
.form-v1 .input input:focus,
.form-v1 .select select:focus,
.form-v1 .textarea textarea:focus,
.form-v1 .radio input:focus + i,
.form-v1 .checkbox input:focus + i,
.form-v1 .toggle input:focus + i {
  border-color: #2da5da;
}
/**/
/* checked state */
/**/
.form-v1 .radio input + i:after {
  background-color: #2da5da;
}
.form-v1 .checkbox input + i:after {
  color: #2da5da;
}
.form-v1 .radio input:checked + i,
.form-v1 .checkbox input:checked + i,
.form-v1 .toggle input:checked + i {
  border-color: #2da5da;
}
/**/
/* error state */
/**/
.form-v1 .state-error input,
.form-v1 .state-error select,
.form-v1 .state-error select + i,
.form-v1 .state-error textarea,
.form-v1 .radio.state-error i,
.form-v1 .checkbox.state-error i,
.form-v1 .toggle.state-error i,
.form-v1 .toggle.state-error input:checked + i {
  background: #fff0f0;
}
.form-v1 .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
/**/
/* success state */
/**/
.form-v1 .state-success input,
.form-v1 .state-success select,
.form-v1 .state-success select + i,
.form-v1 .state-success textarea,
.form-v1 .radio.state-success i,
.form-v1 .checkbox.state-success i,
.form-v1 .toggle.state-success i,
.form-v1 .toggle.state-success input:checked + i {
  background: #f0fff0;
}
.form-v1 .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}
.form-v1 .note-success {
  color: #6fb679;
}
/**/
/* disabled state */
/**/
.form-v1 .input.state-disabled input,
.form-v1 .select.state-disabled,
.form-v1 .textarea.state-disabled,
.form-v1 .radio.state-disabled,
.form-v1 .checkbox.state-disabled,
.form-v1 .toggle.state-disabled,
.form-v1 .button.state-disabled {
  cursor: default;
  opacity: 0.5;
}
.form-v1 .input.state-disabled:hover input,
.form-v1 .select.state-disabled:hover select,
.form-v1 .textarea.state-disabled:hover textarea,
.form-v1 .radio.state-disabled:hover i,
.form-v1 .checkbox.state-disabled:hover i,
.form-v1 .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}
/**/
/* submited state */
/**/
.form-v1 .message {
  display: none;
  color: #6fb679;
}
.form-v1 .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}
.form-v1.submited fieldset,
.form-v1.submited footer {
  display: none;
}
.form-v1.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.9);
  font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
}
/**/
/* bootstrap compatibility */
/**/
/*
.form-v1 *,
.form-v1 *:after,
.form-v1 *:before {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
*/
.form-v1 .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.form-v1 .radio,
.form-v1 .checkbox {
  font-weight: 400;
}
.form-v1 .radio + .radio,
.form-v1 .checkbox + .checkbox {
  margin-top: 0;
}
.coupon {
  background: #fff url('../images/xmas/bg.jpg') repeat-x;
}
.rebate {
  margin-top: -10px;
  margin-bottom: -20px;
  max-width: 100%;
}
.coupon-text {
  padding-top: 70px;
}
.coupon .highlight-text-v2 {
  color: #bd1920;
}
.button-base {
  background-color: #679142;
  color: #fff !important;
  display: inline-block;
  transition: background 0.2s ease-out 0s;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 5px;
  border: none;
  padding: 10px 14px;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
}
.button-1 i {
  color: #fff;
}
.button-1:hover,
.button-1:focus {
  text-decoration: none;
  background-color: #50861f;
  color: #fff;
}
.button-1 {
  color: #fff !important;
  display: inline-block;
  transition: background 0.2s ease-out 0s;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 5px;
  border: none;
  padding: 10px 14px;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  background-color: #679142;
}
.button-2 {
  background-color: #679142;
  color: #fff !important;
  display: inline-block;
  transition: background 0.2s ease-out 0s;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 5px;
  border: none;
  padding: 10px 14px;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  background-color: #636369;
}
.button-2 i {
  color: #e3e3e3;
}
.button-small {
  padding: 7px 10px;
  font-size: 1rem;
  line-height: 1;
}
.button-extra-small {
  padding: 4px 8px;
  font-size: 0.9rem;
  line-height: 0.9;
}
/*Tabs
------------------------------------*/
.nav-tabs > li > a,
.nav-pills > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
}
/*Tabs
------------------------------------*/
.tab-v1 a {
  color: #6c6c6c;
}
.tab-v1 .nav-tabs {
  border: none;
  border-bottom: solid 2px #6c6c6c;
  background: none;
}
.tab-v1 .nav-tabs a {
  font-size: 1rem;
  padding: 5px 15px;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  color: #fff;
  background: #6c6c6c;
  border: none;
}
.tab-v1 .nav-tabs > li > a {
  border: none;
}
.tab-v1 .nav-tabs > li > a:hover {
  color: #fff;
  background: #6c6c6c;
}
.tab-v1 .tab-content {
  padding: 10px 0;
}
.tab-v1 .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px;
}
.tab-v1 .tab-content img.img-tab-space {
  margin-top: 7px;
}
.checklist-1,
.checklist-2,
.list-1 {
  padding-left: 15px;
}
.checklist-1 li,
.checklist-2 li {
  font-size: 1.2em;
  list-style: none;
  list-style-image: url();
}
.checklist-2 li {
  font-size: 1rem;
}
.checklist-1 li i,
.checklist-2 li i {
  margin-right: 7px;
}
.checklist-1 li i {
  color: #666;
}
.checklist-2 li i {
  color: #666;
}
.list-1 li {
  font-size: 1rem;
  list-style: none;
}
.list-1 li i {
  margin-right: 7px;
}
.icon-list-1 li {
  margin-bottom: 10px;
}
.icon-list-2 li {
  margin-bottom: 10px;
}
.icon-list-2 li a {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.textbox {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin: 0px;
}
.textbox-xs {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin: 0px;
  min-height: 80px;
}
textarea {
  padding: 1px 3px;
}
input,
textarea {
  border: 1px solid #d0ccc8;
  border-radius: 3px 3px;
}
/*input, textarea {
    font-family: Verdana,Arial;
    font-size: 1em;
}*/
.form-2 input[type=radio] + label,
.form-2 input[type=checkbox] + label {
  padding-left: 5px;
  font-weight: 400;
}
.form-2 .label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
}
.grid caption {
  color: #416d19;
  font-weight: 600;
  padding: 15px 0 3px 0;
}
.grid th {
  text-align: left;
  padding: 3px 10px;
  background-color: #e8f1e0;
  border: 1px solid #cee6b8;
  /*color: #b5b5b5;*/
}
.grid td {
  /*color: #ebebeb;*/
  padding: 3px 10px;
  border: 1px solid #cee6b8;
}
.grid td:first-of-type {
  /*overflow: hidden;*/
  word-wrap: break-word;
}
.grid {
  min-width: 230px;
  max-width: 100%;
}
.grid_row {
  background-color: #fdfefc;
}
.grid_row_alt {
  background-color: #f5f9f2;
}
.grid_row_alt td {
  /*color: #e7e7e7;*/
}
.table_controls_std {
  font-style: normal;
  margin-left: 4px;
  max-width: 100%;
  min-width: 100%;
}
.table_controls_std td {
  padding-right: 10px;
}
.table_controls {
  font-style: normal;
  margin: 10px 0;
}
.table_controls td:first-of-type span {
  display: block;
  margin: 4px 0;
}
.table_controls td:first-of-type {
  text-align: right;
  padding-right: 10px;
}
.info_label_std {
  color: #999999;
  font-style: italic;
}
.control_with_label_inline {
  display: inline-block;
  padding-top: 5px;
}
.carousel-indicators li {
  border-color: #cfcfcf;
}
.carousel-indicators .active {
  background-color: #dcefd2;
}
.control-table td {
  padding: 3px;
}
html,
body {
  font-size: 1rem;
  /*font-family: "Roboto" sans-serif !important;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 400;
}
.wrapper {
  background-color: #fff;
}
i {
  color: #8c8c8c;
}
h3 i {
  color: #b3b3b3;
}
a i {
  color: #387625;
}
a,
a:active,
a:focus,
a:visited,
.tab-content a {
  color: #387625;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #4a9d31;
  text-decoration: none;
  outline: 0;
}
.info {
  font-style: italic;
}
#main-menu {
  background-color: #f3f2f1;
  border-top: 1px solid #e7e5e3;
}
#main-footer {
  background-color: #393939;
  color: #e3e3e3;
  border-top: 10px solid #1d1d1d;
}
#main-footer h3 {
  color: #fff;
}
#main-footer a,
#main-footer .copyright {
  color: #bababa;
}
#main-footer a:focus {
  color: #bababa;
}
#main-footer a:hover,
#main-footer a:active {
  color: #92c367;
}
#main-footer li a:before {
  font-family: FontAwesome;
  content: "\f105\00a0";
}
#main-footer #toTop:before {
  font-family: FontAwesome;
  content: "\f0aa\00a0";
}
#main-footer ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.row-bg-1 {
  background-color: #f3f2f1;
  border-top: 1px solid #e7e5e3;
}
.row-bg-2 {
  background-color: #d0ccc8;
  border-top: 1px solid #c4bfba;
}
.row-bg-3 {
  background-color: #e7e5e3;
  border-top: 1px solid #d9d6d3;
}
.row-bg-4 {
  background-color: #e7e5e3;
  border-top: 1px solid #d9d6d3;
  border-bottom: 1px solid #d9d6d3;
}
.showcase {
  background-color: #d2d2d2;
  background: #d2d2d2 url(../images/header2.jpg);
  background-size: cover;
  border-bottom: 16px solid #d2d2d2;
  box-sizing: border-box;
  color: #fff;
}
.showcase .caption-1,
.showcase .caption-2 {
  background: #345814;
  opacity: 0.75;
  font-size: 1.5em;
  padding: 0px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.showcase .caption-1 {
  padding-top: 3px;
}
.showcase .caption-2 {
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.showcase .caption-3,
.showcase .caption-4 {
  display: inline-block;
  padding: 2px 10px;
  background: #0f0e0d;
  opacity: 0.7;
  font-size: 1.1em;
}
.showcase .caption-3 a,
.showcase .caption-4 a {
  color: white;
}
.showcase .caption-3 a:hover,
.showcase .caption-4 a:hover {
  color: #e0f3da;
}
.showcase .circle {
  background: #345814;
  opacity: 0.75;
  font-size: 1.4em;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 200px;
  border-radius: 100px;
  border: 1px solid #2d4c11;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .showcase .circle {
    display: none;
  }
}
#icon-headline {
  color: #666;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  #icon-headline img {
    display: none;
  }
}
#icon-headline span {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
}
#icon-headline span span {
  font-weight: 600;
  display: initial;
}
#price span:first-of-type {
  color: #666;
  font-weight: 500;
  font-size: 1.7rem;
}
#price span:last-of-type {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
}
.version {
  font-weight: 600;
  font-size: 1.1rem;
}
.link-sm {
  font-weight: normal;
  font-size: 0.9rem;
}
.onlinehelp h1,
.onlinehelp h2,
.onlinehelp h3,
.onlinehelp h4,
.onlinehelp h5 {
  margin-top: 25px;
}
.onlinehelp h1,
.onlinehelp h2,
.onlinehelp h3,
.onlinehelp h4,
.onlinehelp h5,
.onlinehelp p {
  padding-left: 5px;
}
.onlinehelp h1 {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.onlinehelp h2 {
  margin-bottom: 10px;
}
.onlinehelp h2 {
  border: 1px solid #e7e7e7;
  background-color: #efefef;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.onlinehelp h3 {
  border-bottom: 1px dotted #adadad;
  margin-bottom: 10px;
}
.onlinehelp h4 {
  border-bottom: 1px dotted #adadad;
  font-weight: 600;
}
.onlinehelp h5 {
  border-bottom: 1px dotted #adadad;
  font-weight: 400;
}
.onlinehelp .title-line {
  background: none repeat scroll 0 0 #dddddd;
  height: 2px;
  margin-bottom: 20px;
  width: 100%;
}
.onlinehelp .title-line span {
  display: block;
  background-color: #7cb7d7;
  height: 2px;
  width: 20%;
}
.custom-list-style {
  list-style: none;
  padding-left: 20px;
}
.circle-xs {
  border-radius: 50%;
  color: #fff;
  /*padding: 2px 0;*/
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  font-weight: 400;
  text-align: center;
  background: #6c6c6c;
  display: inline-block;
  margin: 4px 10px 0 0;
}
.circle-md {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  width: 85px;
  height: 85px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #535353;
  background: #9fc880;
  /*display: inline-block;*/
}
.circle-md span {
  display: inline-block;
  padding-top: 20px;
}
.circle-md .one-line {
  padding-top: 32px;
}
.pricing-box {
  background-color: #e8f1e0;
  border: 1px solid #cee6b8;
}
/*@media (max-width: 991px) {
    .pricing-box:last-of-type {
        margin-bottom: 0px;
    }
}*/
.pricing-box div {
  background-color: #e8f1e0;
}
.pricing-box .circle {
  background-color: #fdfefc;
}
.pricing-box li:nth-child(even) {
  background-color: #f5f9f2;
}
.pricing-box li:nth-child(odd) {
  background-color: #fdfefc;
}
.pricing-box div:first-of-type {
  border-bottom: 1px solid #cee6b8;
}
.pricing-box li {
  border-bottom: 1px solid #cee6b8;
}
.testimonials-bs {
  padding: 50px 0;
  background: url(../images/home_parallax-2.jpg) 50% 0 repeat fixed;
}
.box-slider .carousel-control.left,
.box-slider .carousel-control.right {
  background-image: none;
  background: none !important;
}
.box-slider .carousel-indicators {
  position: relative;
  margin-top: 15px;
}
.highlight-box {
  color: #595959;
}
.highlight-box span:first-of-type {
  font-size: 1.4em;
}
.bottom-column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
.highlight-text {
  font-size: 1.2em;
  margin-bottom: 7px;
}
.highlight-text-v2 {
  color: #404040;
}
.file-icon i {
  font-size: 80px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .col-md-6:not(:last-of-type),
  .col-md-5:not(:last-of-type),
  .col-md-4:not(:last-of-type),
  .col-md-3:not(:last-of-type),
  .col-md-8 {
    margin-bottom: 80px;
  }
  .showcase .col-md-8 {
    margin-bottom: 0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d7d7d7 !important;
    line-height: 28px;
  }
  .file-icon i {
    font-size: 60px;
    margin-top: 25px;
    padding-bottom: 15px;
  }
}
.img-embedded {
  max-width: 100%;
}
.breadcrumb {
  padding: 3px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: inherit;
  border-radius: 0px;
  font-size: 0.9rem;
}
.breadcrumb li a {
  color: #666;
}
.breadcrumb li.active a {
  color: #999999;
}
.button-bar-1 {
  font-weight: 600;
  font-size: 1.25rem;
  font-style: italic;
}
.border-1 {
  border: 4px solid #f1f1f1;
  padding: 3px;
}
.border-top-1 {
  border-top: 14px solid #a3a3a3;
  padding: 3px;
}