/* your custom styles here */

/* --------------
 * Breadcrumbs
 * -------------*/
/* breadcrumbs */

.breadcrumb > li + li:before {
  color: #8c8c8c;
}


/* --------
 * Nav
 * -------*/
.nav {
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.nav-topbar {
  background-color: #3B3B3B;
}
.nav-topbar .left {
  float: left;
}
.nav-topbar .right {
  float: right;
}
.nav-topbar .nav > li > a {
  font-size: 11px;
  color: #FFF;
}
.nav-topbar .nav > li > a:hover, .nav-topbar .nav > li > a:focus {
  color: #FFF !important;
  text-decoration: none;
}
.nav-topbar .nav > li > a.as-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-topbar .nav > li > a .btn {
  font-size: 11px;
}
.nav-topbar .social-icons > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-topbar .social-icons > li > a {
  background-color: #484848;
  color: white;
}
.nav-topbar .social-icons > li > a:hover, .nav-topbar .social-icons > li > a:focus {
  background-color: #454545;
}
.nav-topbar .search-form input, .nav-topbar .search-form .btn {
  border: none;
  background-color: #484848;
}
.nav-topbar .search-form input {
  color: #bbbbbb;
}
.nav-topbar .search-form .btn {
  color: #6e6e6e;
}
.nav-topbar.topbar-accent {
  background-color: #69B417;
}
.nav-topbar.topbar-accent .social-icons > li > a {
  background-color: #76cb1a;
  color: white;
}
.nav-topbar.topbar-accent .social-icons > li > a:hover, .nav-topbar.topbar-accent .social-icons > li > a:focus {
  background-color: #74c619;
}
.nav-topbar.topbar-accent .search-form input, .nav-topbar.topbar-accent .search-form .btn {
  border: none;
  background-color: #76cb1a;
}
.nav-topbar.topbar-accent .search-form input {
  color: #e6f9d1;
}
.nav-topbar.topbar-accent .search-form .btn {
  color: #9ce849;
}
.nav-topbar.topbar-accent .nav > li > a.as-button span {
  background-color: #41700e;
  border-color: #345a0b;
}
.nav-topbar.topbar-accent .nav > li > a.as-button:hover span, .nav-topbar.topbar-accent .nav > li > a.as-button:focus span {
  background-color: #3a630d;
}
@media screen and (max-width: 768px) {
  .nav-topbar {
    text-align: center;
  }
  .nav-topbar .navbar-right {
    margin-top: 8px;
  }
  .nav-topbar .navbar-right > li,
  .nav-topbar .navbar-right > li > a {
    display: inline;
  }
  .nav-topbar .left,
  .nav-topbar .right {
    float: none;
  }
}

.fullwidth-image {
  background-image: url('../img/hero-unit/grass1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 275px;
}

.hero-rotating-words {
  padding: 0;
}
.hero-rotating-words .hero-content {
  position: relative;
  top: 15%;
}
.hero-rotating-words .heading {
  font-size: 15px;
}
.hero-rotating-words .lead {
  font-size: 20px;
  margin-bottom: 50px;
}
.hero-rotating-words .btn {
  margin-right: 15px;
}
.hero-rotating-words .btn-default {
  background-color: #71787B;
  border-color: #595e60;
  color: #fff;
}
/* ---------------
 * Search Result
 * ---------------*/
ul.list-search-results li {
  margin: 40px 0;
 
}
ul.list-search-results li .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
ul.list-search-results li .heading a {
  color: inherit;

}
ul.list-search-results li .heading a:hover, ul.list-search-results li .heading a:focus {
  text-decoration: underline;
}
ul.list-search-results li p {
  margin-bottom: 0;

}
ul.list-search-results li.type-document i {
  font-size: 3em;
  line-height: 1;
  padding: 0px 10px 0px 0px;   
}
ul.list-search-results li.type-image img {
  width: 140px;
}
@media screen and (max-width: 480px) {
  ul.list-search-results li.type-image img {
    width: 110px;
  }
}
ul.list-search-results li.type-portfolio img {
  width: 150px;
}




ul.list-search-results2 li {
  margin: 0px 0px 20px 0px;
 
}
ul.list-search-results2 li .heading {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
ul.list-search-results2 li .heading a {
  color: inherit;

}
ul.list-search-results2 li .heading a:hover, ul.list-search-results2 li .heading a:focus {
  text-decoration: underline;
}
ul.list-search-results2 li p {
  margin-bottom: 0;

}
ul.list-search-results2 li.type-document i {
  font-size: 3em;
  line-height: 1;
  padding: 0px 10px 0px 0px;   
}
ul.list-search-results2 li.type-image img {
  width: 140px;
}
@media screen and (max-width: 480px) {
  ul.list-search-results2 li.type-image img {
    width: 70px;
	padding: 0px 10px 0px 0px; 	
  }
}
ul.list-search-results2 li.type-portfolio img {
  width: 100px;
  padding: 0px 10px 0px 0px; 
}
/* ---------------
 * Knowledge Base
 * ---------------*/
.form-knowledge-search {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .form-knowledge-search input[type="search"] {
    font-size: 0.9em;
  }
}

.knowledge h2 {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  font-size: 20px;
}
.knowledge h2 span {
  font-weight: normal;
}
.knowledge h2 a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
}
.knowledge h2 a:hover, .knowledge h2 a:focus {
  color: #69B417;
}
.knowledge ul li {
  line-height: 30px;
}
.knowledge ul li a {
  color: #8c8c8c;
  display: block;
  padding-left: 20px;
}
.knowledge ul li a:hover {
  text-decoration: underline;
}
.knowledge ul li i {
  font-size: 14px;
  line-height: 29px;
}

.knowledge-recent-popular {
  margin-top: 50px;
}
.knowledge-recent-popular ol {
  padding-left: 20px;
}
.knowledge-recent-popular ol li {
  line-height: 30px;
}
.knowledge-recent-popular a, .knowledge-recent-popular a:hover, .knowledge-recent-popular a:focus {
  color: inherit;
}
.knowledge-recent-popular a:hover {
  text-decoration: underline;
}

ul.nav-categories {
  margin-bottom: 30px;
}
ul.nav-categories > li {
  border: 1px solid #ccc;
}
ul.nav-categories > li:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
ul.nav-categories > li:last-child {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
ul.nav-categories > li:not(:first-child) {
  border-top: none;
}
ul.nav-categories > li + li {
  margin-top: 0;
}
ul.nav-categories > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #8c8c8c;
}
ul.nav-categories > li > a:hover {
  background-color: #e6e6e6;
}
.nav-pills > li > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #8c8c8c;
  font-weight: normal;
  background-color: #ffffff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #69B417;
}
.nav-stacked {
  font-family: Lato, sans-serif;
}
.nav-stacked i {
  position: relative;
  top: 1px;
  min-width: 20px;
  font-size: 16px;
  text-align: center;
}

.tag2-list {
  padding-left: 0px;
}
.tag2-list li {
  padding-right: 0;
}
.tag2-list li a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin-bottom: 5px;
  padding: 4px 10px;
  background-color: #1AB100;
  color: #fff;
  border: 1px solid #1AB100;
}
.tag2-list li a:hover, .tag-list li a:focus {
  background-color: #fff;
  color: #8c8c8c;
  border: 1px solid #1AB100;
}
.ad-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px 15px 15px 15px;
  text-align: center;
}
.ad-box .anz{
  color: #ddd;
  font-size: 10px;
}
.ad2-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px 15px 15px;
  text-align: center;
}
.ad2-box .anz{
  color: #ddd;
  font-size: 10px;
}
.ad3-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #ddd;  
  padding: 5px 15px 15px 15px;
  text-align: center;
}
.ad3-box .anz{
  color: #333;
  font-size: 10px;
}
.ad4-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #1AB100;
  background-color: #1AB100;  
  padding: 5px 15px 15px 15px;
  text-align: center; 
}
.ad4-box .anz{
  color: #fff;
  font-size: 10px;
}
.ad5-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;  
  padding: 5px 15px 15px 15px;

}
.ad5-box .anz{
  color: #ddd;
  font-size: 10px;
}

.rating i {
  margin-right: 1px;
  font-size: 13px;
  color: #FFB500;
}
/* --------------------------------
 * Accordion, collapsible content
 * --------------------------------*/
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-title {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.panel-group .panel .panel-title > a {
  display: block;
  padding: 10px 0px 15px 0px;
}
.panel-group .panel .panel-title > a:hover, .panel-group .panel .panel-title > a:focus {
  color: inherit;
}
.panel-group .panel .panel-title > a i {
  font-size: 18px;
  margin-right: 5px;
}
.panel-group .panel .panel-title > a i.icon-collapsed {
  display: none;
}
.panel-group .panel .panel-title > a i.right {
  float: right;
  margin-right: 0;
}
.panel-group .panel .panel-title > a.collapsed .icon-expanded {
  display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline;
}

.panel-minimal .panel-title {
  font-weight: 400;
}