a,
a:visited,
a:focus {
  color: #7cb600;
}

a:hover {
  color: #888;
}

img {
  max-width: 100%;
}

table {
  width: 100% !important;
  max-width: 100%;
}

.standard-table h1 {
  margin-bottom: 30px;
}
.standard-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.standard-table th {
  border: 1px solid #e0e0e0;
  border-right: none;
  background-color: #fafafa;
  text-align: left;
  padding: 10px 15px;
  color: #444;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
.standard-table td:last-child {
  border-right: 1px solid #e0e0e0;
}
.standard-table th:last-child {
  border-right: 1px solid #e0e0e0;
}
.standard-table td {
  padding: 10px 15px;
  border: #e0e0e0 1px solid;
  border-right: none;
}
.standard-table tr:hover td {
  background-color: #fafafa;
}
.standard-table.accordion .ui-accordion-header {
  font-weight: bold;
}
.standard-table.accordion table {
  width: auto !important;
  max-width: none;
  margin: 0 -21px -21px -21px;
}

.form-table table,
.form-table tbody,
.form-table tr,
.form-table td {
  display: block;
}
.form-table tr {
  margin-bottom: 16px;
}
.form-table tr:last-child {
  margin-bottom: 0;
}

textarea,
.textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
  max-width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 250px;
}

.form-horizontal .form-group {
  margin-top: 20px;
}
.form-horizontal .form-group:first-child {
  margin-top: 0;
}
.form-horizontal select {
  padding: 7px 9px;
}

.list-heading {
  margin-bottom: 40px;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.main-menu:before, .main-menu:after {
  content: " ";
  display: table;
}
.main-menu:after {
  clear: both;
}
.main-menu > li {
  float: left;
}
.main-menu > li:hover > a {
  background-color: #707070;
  border-left: none;
  padding-left: 21px;
  border-right: 1px solid #707070;
  margin: 0 0 0 -1px;
}
.main-menu > li:hover > ul {
  display: block !important;
  visibility: visible;
}
.main-menu > li > a {
  display: block;
}
.main-menu > li > a {
  border-right: 1px solid #666;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 20px 16px 20px;
}
.main-menu > li > ul li {
  box-sizing: border-box;
  margin: 2px 0;
}
.main-menu > li > ul li a {
  color: #777;
  font-size: 12px;
}
.main-menu > li > ul li a:hover {
  color: #7cb600;
}
.main-menu > li > ul {
  visibility: hidden;
  position: absolute !important;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  z-index: 999;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding-top: 15px;
  padding-bottom: 5px;
}
.main-menu > li > ul > li {
  float: left;
  width: 33%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.main-menu > li > ul > li > a {
  color: #777;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
}
.main-menu > li > ul > li > ul > li > ul {
  margin-left: 8px;
}

.HiddenButton {
  display: none !important;
}

#content {
  min-height: 500px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.floated.sidebar {
  position: static;
}

.sidebar > div {
  margin-top: 35px;
}
.sidebar > div:first-child {
  margin-top: 0;
}

.breadcrumbs {
  padding: 12px 0;
}

.column:first-child, .column:first-of-type,
.columns:first-child,
.columns:first-of-type {
  margin-left: 0;
}
.column:last-child,
.columns:last-child {
  margin-right: 0;
}

/* Pagination
====================================*/
.pagination {
  margin: 30px 0;
}

.pagination a,
.pagination span span,
.pagination strong {
  padding: 6px 12px;
  border-bottom: none;
  display: inline-block;
  color: #888;
  float: left;
  margin-right: 4px;
  background-color: #f4f4f4;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}

.pagination .SelectedPage,
.pagination strong {
  background: #7cb600 !important;
  color: #fff;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}

.pagination a:hover {
  background-color: #ccc;
  color: #fff;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}

.categories a {
  color: #666 !important;
}
.categories a:hover {
  color: #7cb600 !important;
}
.categories li {
  margin: 4px 0;
}
.categories > ul {
  margin-bottom: 15px;
}
.categories > ul:last-child {
  margin-bottom: 0;
}
.categories ul ul {
  margin: 6px 0 5px 14px;
}

.google-map-container > div {
  width: 100% !important;
}
.google-map-container > div img {
  max-width: none;
}

.side-banners .banner-item {
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.side-banners .banner-item img {
  display: block;
  box-sizing: border-box;
}
.side-banners .banner-item:first-child {
  margin-top: 0;
}
.side-banners .banner-item:hover {
  border-color: #cccccc;
}

.home-slider {
  height: 400px;
  width: 100%;
}
.home-slider > .rsContent {
  visibility: hidden;
}
.home-slider .rsContent {
  height: 100%;
}
.home-slider img {
  max-width: none !important;
}
.home-slider .rsArrow {
  visibility: visible;
}
.home-slider .rsArrow:hover {
  background-color: #7cb600;
}

.carousel-heading {
  margin-bottom: 15px;
}

.jcarousel {
  height: 350px;
}
.jcarousel .portfolio-item {
  margin-top: 0;
}
.jcarousel .item-description h5 {
  line-height: 1.2;
}

.home-news h2 {
  margin-top: 0;
}
.home-news .columns:first-child, .home-news .columns:first-of-type {
  margin-left: 0;
}
.home-news .columns:last-child {
  margin-right: 0;
}
.home-news .recent-blog {
  margin-bottom: 0;
}
.home-news .date {
  margin-right: 10px;
  height: auto;
}
.home-news .item-main {
  display: block;
  overflow: hidden;
}
.home-news .item-main:hover h4 {
  color: #7cb600;
}
.home-news .item-image {
  margin-bottom: 8px;
}
.home-news h4 {
  margin: 0;
}

.default-icon {
  position: relative;
  text-align: center;
  padding-bottom: 70%;
}
.default-icon:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #7CB600;
  left: 0;
  right: 0;
  border: 1px solid #608C01;
  margin: 0 auto;
  top: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1) inset;
  margin-top: -55px;
}
.default-icon:after {
  font-family: Flaticon;
  font-style: normal;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  margin: 0 auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: -25px;
  font-size: 50px;
  line-height: 50px;
}
.default-icon img {
  display: inline;
}
.default-icon.icon-box:after {
  content: "\f100";
}
.default-icon.flaticon-commerce:after {
  content: "\f101";
}
.default-icon.icon-paper:after {
  content: "\f101";
}
.default-icon.icon-decision:after {
  content: "\f102";
}
.default-icon.icon-invitation:after {
  content: "\f103";
}
.default-icon.icon-announcement:after {
  content: "\f104";
}
.default-icon.icon-hire:after {
  content: "\f107";
}

.home-news,
.home-categories,
.home-latest {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-categories .categories > ul {
  padding: 30px 0;
}
.home-categories .categories > ul:before, .home-categories .categories > ul:after {
  content: " ";
  display: table;
}
.home-categories .categories > ul:after {
  clear: both;
}
.home-categories .categories > ul li {
  box-sizing: border-box;
}
.home-categories .categories > ul > li > a {
  font-size: 15px;
  background: none;
  padding-left: 0;
}
.home-categories .categories > ul ul {
  margin: 13px 0 0 10px;
}

.home-latest .post-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.post-item {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}
.post-item:first-child {
  margin-top: 0;
}
.post-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  box-shadow: none;
}
.post-item .item-image {
  padding: 0 25px 0 0;
  margin: 0;
  width: 25%;
}
.post-item .item-main {
  margin: 0;
  overflow: hidden;
  float: none;
  width: auto;
}
.post-item .item-date {
  height: auto;
  margin-right: 14px;
}
.post-item .item-content {
  overflow: hidden;
}
.post-item .item-heading a:hover {
  color: #7cb600;
}

@media only screen and (max-width: 767px) {
  .post-item .item-image {
    float: none;
    width: 80%;
    margin-bottom: 20px;
  }
  .post-item .item-main {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .post-item .item-image {
    width: 100%;
  }
}
.post-list .post-item {
  border-bottom: none;
}

.search-results-list.post-list .item-image {
  width: 20%;
}

article.post {
  margin-top: 0;
}
article.post .date {
  height: auto;
  margin-right: 25px;
}
article.post .post-heading {
  line-height: 1.2;
}
article.post .post-img {
  text-align: center;
  margin-bottom: 20px;
}
article.post .post-img img {
  display: inline;
  max-height: 260px;
}
article.post .post-content {
  overflow: hidden;
  margin: 0;
}
article.post .post-content img {
  height: auto !important;
}

.search-dialog {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.search-dialog:before, .search-dialog:after {
  content: " ";
  display: table;
}
.search-dialog:after {
  clear: both;
}
.search-dialog .form-group {
  margin: 0 0 0 15px;
  vertical-align: top;
  display: inline-block;
}
.search-dialog .form-group:first-child {
  margin-left: 0;
}
.search-dialog .form-group-submit {
  vertical-align: bottom;
}
.search-dialog .form-group-submit input {
  float: none;
}

@media only screen and (max-width: 767px) {
  .search-dialog .form-group-submit {
    margin: 15px 0 0 0;
  }
}
.gallery {
  margin-top: 40px;
  margin-left: -15px;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery-item {
  width: 33%;
  float: left;
}
.gallery .item-inner {
  margin-left: 8px;
  margin-bottom: 8px;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gallery .item-inner img {
  display: none;
}

@media only screen and (max-width: 959px) {
  .gallery .gallery-item {
    width: 50%;
  }
}
i[class*="icon-"] {
  font-size: 17px;
  margin-right: 4px;
}
i[class*="icon-"].icon-file-doc {
  color: #2a5696;
}
i[class*="icon-"].icon-file-excel {
  color: #1d7044;
}
i[class*="icon-"].icon-file-pdf {
  color: #da251c;
}

.attachments-list .list-heading {
  margin-bottom: 20px;
}
.attachments-list li {
  margin-bottom: 10px;
}

.row-more {
  float: right;
  width: 100%;
  clear: both;
  text-align: right;
  margin-top: 30px;
  padding: 10px 15px;
  background-color: #fcfcfc;
  box-sizing: border-box;
}

#header {
  min-height: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}

#logo {
  margin-top: 0;
}
#logo a img {
  height: auto;
  width: auto;
  max-width: 154px;
  max-height: 120px;
}

.top-menu {
  float: right;
  margin: 4px 0 15px;
}

.top-search input[type="text"] {
  float: left;
  margin-right: 5px;
}
.top-search input[type="submit"] {
  height: 33px;
  line-height: 33px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Footer */
#footer .footer-row {
  margin-bottom: 20px;
}
#footer .footer-row h4 {
  margin-bottom: 8px;
}

.footer-banners a {
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
  max-width: 250px;
}

.contact-details-alt p {
  margin: 0;
}
.contact-details-alt strong {
  margin-bottom: 0;
}
.contact-details-alt li {
  margin-bottom: 10px;
}

.SocialBookmarking a {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.footer-newsletter {
  margin-top: 15px;
}
.footer-newsletter h4 {
  margin-bottom: 10px;
}
.footer-newsletter .form-group {
  margin-bottom: 6px;
}
.footer-newsletter label {
  margin-bottom: 3px;
}
.footer-newsletter input[type="text"] {
  width: 85%;
}

.comments-container {
  margin-top: 50px;
}
.comments-container hr {
  display: none;
}
.comments-container .comments-heading {
  font-size: 17px;
  margin-bottom: 25px;
}

.CommentDetail {
  background: #f6f6f6;
  color: #888;
  border-radius: 2px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  padding: 17px 20px 20px 20px;
  margin-bottom: 15px;
}
.CommentDetail .CommentUserName {
  font-weight: bold;
  font-size: 13px;
}
.CommentDetail .CommentDate {
  color: #999;
}

.message-board-form {
  position: relative;
  padding-top: 50px;
}
.message-board-form:before {
  content: '';
  height: 1px;
  width: 100%;
  margin: 0 0 0 -40px;
  padding: 0 80px 0 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 20px;
  left: 0;
}
.message-board-form .message-board-form-leave-message {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.2px;
  display: block;
  margin-bottom: 25px;
}
.message-board-form:before, .message-board-form:after {
  content: " ";
  display: table;
}
.message-board-form:after {
  clear: both;
}
.message-board-form fieldset div {
  margin-bottom: 20px;
}
.message-board-form fieldset div input {
  width: 220px;
}
.message-board-form textarea {
  max-width: 620px;
  min-width: 620px;
  min-height: 160px;
}
.message-board-form input,
.message-board-form textarea,
.message-board-form select {
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.message-board-form input:focus, .message-board-form textarea:focus, .message-board-form select:focus {
  border: 1px solid #d6d6d6;
  outline: none;
  position: relative;
  z-index: 5;
}
.message-board-form input.error, .message-board-form textarea.error, .message-board-form select.error {
  border: 1px solid #f2c4c2;
  background: #ffeceb;
}
.message-board-form label span {
  color: #ed1c1c;
}
.message-board-form input[type="submit"][disabled] {
  background: #aaa;
}
.message-board-form #message {
  margin: 0;
  padding: 0;
  display: block;
  background: transparent none;
}

/*
* Image replacement
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*
* Floats
 */
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/*
* Text align
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.Debug {
  word-break: break-word;
}

/*# sourceMappingURL=main.css.map */
