.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'ubuntubold';
  src: url('../fonts/ubuntu-bold-webfont.eot');
  src: url('../fonts/ubuntu-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-bold-webfont.woff') format('woff'), url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'), url('../fonts/ubuntu-bold-webfont.svg#ubuntubold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url('../fonts/ubuntu-regular-webfont.eot');
  src: url('../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-regular-webfont.woff') format('woff'), url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'), url('../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*======================= TYPOGRAPHY =======================*/
.page-item .item_info_dl .item_category-name a {
  color: #708e06 !important;
  text-decoration: none;
}
.page-item .item_info_dl .item_category-name a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.page-item .item_info_dl .item_createdby a {
  color: #708e06 !important;
  text-decoration: none;
}
.page-item .item_info_dl .item_createdby a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.page-blog .item_info a {
  color: #708e06 !important;
  text-decoration: none;
}
.page-blog .item_info a:hover {
  color: #000 !important;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #708e06;
}
h1 {
  font: 22px/32px ubuntubold;
  color: white;
  margin: 0;
  text-transform: uppercase;
}
h3 {
  font: 18px/32px ubuntubold;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h4 {
  font: 15px/18px ubuntubold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
h4 a {
  color: #000;
}
h4 a:hover {
  color: #708e06;
}
.clear {
  clear: both;
}
.color_white,
.color {
  color: #000;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 17px;
}
p.text {
  color: #708e06;
  padding-bottom: 6px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  text-shadow: none;
  color: white !important;
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #6e8b06;
  /* Old browsers */

  background: -moz-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e8b06), color-stop(49%, #648003), color-stop(100%, #597300));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #6e8b06 0%, #648003 49%, #597300 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8b06', endColorstr='#597300', GradientType=0);
  /* IE6-9 */

  border: 1px solid #eceeba;
  border-bottom-color: #eceeba;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #698504;
  color: #e9ebb2 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: #6e8b06;
  /* Old browsers */

  background: -moz-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e8b06), color-stop(49%, #648003), color-stop(100%, #597300));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #6e8b06 0%, #648003 49%, #597300 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8b06', endColorstr='#597300', GradientType=0);
  /* IE6-9 */

  border: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  font: 14px/32px ubunturegular;
  padding: 0 13px;
  outline: none;
}
.btn-primary:hover {
  background: #597300;
  /* Old browsers */

  background: -moz-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #597300), color-stop(49%, #648003), color-stop(99%, #6e8b06));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* IE10+ */

  background: linear-gradient(to bottom, #597300 0%, #648003 49%, #6e8b06 99%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#597300', endColorstr='#6e8b06', GradientType=0);
  /* IE6-9 */

}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #6e8b06;
  /* Old browsers */

  background: -moz-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e8b06), color-stop(49%, #648003), color-stop(100%, #597300));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6e8b06 0%, #648003 49%, #597300 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #6e8b06 0%, #648003 49%, #597300 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8b06', endColorstr='#597300', GradientType=0);
  /* IE6-9 */

  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  border: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  font: 14px/32px ubunturegular;
  padding: 0 13px;
  outline: none;
}
.btn-info:hover {
  background: #597300;
  /* Old browsers */

  background: -moz-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #597300), color-stop(49%, #648003), color-stop(99%, #6e8b06));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #597300 0%, #648003 49%, #6e8b06 99%);
  /* IE10+ */

  background: linear-gradient(to bottom, #597300 0%, #648003 49%, #6e8b06 99%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#597300', endColorstr='#6e8b06', GradientType=0);
  /* IE6-9 */

}
#searchForm .btn.btn-primary {
  line-height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0 0 20px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  list-style: none;
  padding: 0 0 10px 26px;
  position: relative;
}
ul.item_list li:before,
.categories-module li:before,
.archive-module li:before,
.item-list li:before,
.unstyled li:before {
  font: 15px/20px FontAwesome;
  color: #708e06;
  content: "\f0a9";
  position: absolute;
  left: 0px;
  top: 1px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #708e06;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover {
  color: #000;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav {
  font: 13px/24px 'Droid Sans', sans-serif;
  text-transform: none;
  color: #98987a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c0beac;
  box-shadow: none;
  padding: 0 9px;
  background: #e9e9d4;
}
.pagination ul li span.pagenav {
  background: #e9e9d4;
  color: #98987a;
  border: 1px solid #c0beac;
}
.pagination ul li a.pagenav:hover {
  background: #708e06;
  color: #ecf0de;
  border: 1px solid #708e06;
}
.pagination ul li.num span.pagenav {
  background: #708e06;
  color: #ecf0de;
  border: 1px solid #708e06;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 25px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 22px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 22px 9px 0;
}
#error .hero-unit h3 {
  color: #fff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #272422;
  border: 1px solid #1c1917;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well .hero-unit {
  background: #1c1917;
}
.well .buttonsearch-block {
  background: #121807;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 3px 4px;
}
.well .buttonsearch-block:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.shadow .headerContent {
  background: url(../images/template/headerContent.png) center 0 repeat;
}
.shadow .headerContent .headerIndent {
  background: url(../images/template/headerIndent.png) 0 bottom repeat-x;
}
.shadow .headerContent .headerIndent .headerInner {
  background: url(../images/template/headerInner.png) 0 0 repeat-x;
  padding: 16px 0 0;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .row-container .moduletable.search-block {
  padding-bottom: 40px;
}
#header-row .row-container .moduletable.search-block .mod-search {
  position: relative;
}
#header-row .row-container .moduletable.search-block .mod-search form #searchword {
  height: 35px;
  width: 100%;
  background: url(../images/template/search_bg.jpg) 0 bottom repeat;
  border: 1px solid #4f5837;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 7px 38px 8px 10px;
  margin: 0;
  max-width: 268px;
}
#header-row .row-container .moduletable.search-block .mod-search form input[type="image"] {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}
#logo {
  padding: 0px 0 0px;
  margin-top: -10px;
}
#logo a {
  display: block;
}
/*===== Social Media ======*/
.mod-menu__social {
  overflow: hidden;
}
.social {
  text-align: right;
  margin: 0 -2px 13px 0;
  float: right;
}
.social li {
  float: left;
  list-style: none;
  margin: 0 0 0 4px;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  font: 13px/36px 'Asap', sans-serif;
  display: table;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
  background: url(../images/template/menu_pic1.jpg) 0 0 repeat-x;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu .sfHolder {
  display: block;
  position: relative;
}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 0 no-repeat;
  display: table-cell;
  padding: 0 0 0 2px;
  margin: 0;
  float: none;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
  padding-left: 0;
}
.navigation ul.sf-menu > li:first-child > .sfHolder > a,
.navigation ul.sf-menu > li:first-child > .sfHolder > span {
  margin-left: 0;
}
.navigation ul.sf-menu > li.lastItem > .sfHolder > a,
.navigation ul.sf-menu > li.lastItem > .sfHolder > span {
  margin-right: 0;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  background: url(../images/template/menu_pic_active.jpg) 0 0 repeat-x;
  color: #fff;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  font: 16px/58px ubunturegular;
  height: 57px;
  text-align: center;
  padding: 0 52px;
  margin: 0 0;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: block;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  background: url(../images/template/menu_pic_active.jpg) 0 0 repeat-x;
  color: #fff;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul {
  background: #242220;
  top: 59px;
  left: 0px;
  left: 50%;
  margin-left: -91px !important;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li {
  border-top: 1px solid #363432;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li:first-child,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li:first-child {
  border: none;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 185px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 185px;
}
.navigation ul.sf-menu ul {
  width: 183px;
  background: #36420a;
  padding: 20px 0;
  text-align: left;
}
.navigation ul.sf-menu ul li {
  border-top: 1px solid #585654;
  margin: 0;
  text-align: center;
}
.navigation ul.sf-menu ul li:first-child {
  border: none;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span.separator {
  font: 13px/37px 'Asap', sans-serif;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #dadd82;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span.separator:hover {
  color: #fff;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
  color: #fff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 183px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 183px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 185px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 40px;
  padding-bottom: 40px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 42px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 183px;
  top: 40px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: url(../images/template/showcase.gif) 0 bottom repeat-x;
}
#mainbottom-row .item .item_content h4 {
  font: 15px/20px ubuntubold;
}
.mod-newsflash-adv .item_title {
  font: 13px/20px ubunturegular;
}
.mod-newsflash-adv .item_published {
  color: #708e06;
}
.mod-newsflash-adv.mod-newsflash-adv__awards .item {
  margin-bottom: 11px;
}
.mod-newsflash-adv.mod-newsflash-adv__awards .item .caption {
  float: left;
  margin: 0 14px 0 0;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #708e06;
  color: white;
  text-align: center;
  font: 20px/58px ubuntubold;
}
.mod-newsflash-adv.mod-newsflash-adv__awards .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__awards .item .item_title {
  margin: 0;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row {
  background: url("../images/template/shadow1.png") repeat-x scroll center 0 transparent;
}
#content-row .row-container {
  padding: 52px 0 0px;
}
#content-top-row #content-top .moduletable {
  margin-bottom: 12px;
}
#content-top-row .mod-article-single:after {
  background: url("../images/template/shadow2.png") no-repeat scroll center bottom;
  content: "";
  background-size: 100% 28px;
  text-indent: -9000px;
  height: 26px;
  position: relative;
  width: 100%;
  display: block;
}
/*======================= CONTENT =======================*/
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 34px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 34px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 20px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Home Page ======*/
.post .moduleTitle {
  font-size: 22px;
}
.post .mod-article-single .item__module {
  background: white;
}
.post .mod-article-single .item__module .item_img {
  margin: 0;
}
.post .mod-article-single .item__module .indent {
  padding: 20px 23px 28px;
}
.post .mod-article-single .item__module .indent .item-title {
  font: 13px/20px 'Droid Sans', sans-serif;
  text-transform: uppercase;
  color: black;
  margin: 0;
}
.post .mod-article-single .item__module .indent .item-title a {
  color: black;
}
.post .mod-article-single .item__module .indent .item-title a:hover {
  color: #d94c16;
}
.post .mod-article-single .item__module .indent .readmore {
  box-shadow: 0px 5px 0px rgba(223, 211, 205, 0.75);
}
.monials .mod-newsflash-adv .item .item_content .blockquote blockquote {
  background: url(../images/template/blockquote.png) 14px 22px no-repeat;
  background-color: white;
  padding: 20px 16px 24px 45px;
  position: relative;
}
.monials .mod-newsflash-adv .item .item_content .blockquote blockquote:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: rgba(55, 53, 51, 0.4) transparent transparent transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 45px;
  bottom: -12px;
}
.monials .mod-newsflash-adv .item .item_content .blockquote small {
  display: block;
  padding: 35px 0 0 45px;
}
.monials .mod-newsflash-adv .item .item_content .blockquote small h3 {
  font: 13px/18px 'Droid Sans', sans-serif;
  margin: 0;
}
.monials .mod-newsflash-adv .item .item_content .blockquote small a {
  font-size: 13px;
  color: #708e06;
  text-decoration: underline;
}
.monials .mod-newsflash-adv .item .item_content .blockquote small a:hover {
  color: #000;
}
/*===== News Page ======*/
.page-category .item_published {
  color: #708e06;
}
.page-category .item_title {
  font: 13px/18px ubunturegular;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
.page-category .item_title a {
  color: 000000;
}
.page-category .item_title a:hover {
  color: #708e06;
}
.page-category .item_info .item_info_dl {
  margin: 0;
}
.page-category .item_info .item_info_dl dd {
  margin-right: 10px;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 20px;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  float: left;
  margin: 0 14px 14px 0;
  width: 76px;
  height: 76px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #708e06;
  color: white;
  text-align: center;
  font: 20px/78px ubuntubold;
}
.page-archive .wrap,
.page-item__blog .wrap,
.page-blog .wrap {
  overflow: hidden;
  padding-bottom: 28px;
}
.page-archive .wrap .item_title,
.page-item__blog .wrap .item_title,
.page-blog .wrap .item_title {
  font: 13px/18px ubunturegular;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1px;
  padding: 6px 0 0;
  max-width: 54%;
}
.page-archive .wrap .item_title a,
.page-item__blog .wrap .item_title a,
.page-blog .wrap .item_title a {
  color: #000;
}
.page-archive .wrap .item_title a:hover,
.page-item__blog .wrap .item_title a:hover,
.page-blog .wrap .item_title a:hover {
  color: #708e06;
}
.page-archive .wrap .item_info .item_info_dl,
.page-item__blog .wrap .item_info .item_info_dl,
.page-blog .wrap .item_info .item_info_dl {
  margin: 0;
}
.page-archive .wrap .item_info .item_info_dl dd,
.page-item__blog .wrap .item_info .item_info_dl dd,
.page-blog .wrap .item_info .item_info_dl dd {
  margin-right: 10px;
}
.page-archive .wrap .item_info .item_info_dl dd div,
.page-item__blog .wrap .item_info .item_info_dl dd div,
.page-blog .wrap .item_info .item_info_dl dd div {
  display: inline-block;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
  padding-bottom: 40px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 18px;
}
ul.gallery .gallery-item .item_title {
  font: 13px/18px ubunturegular;
  text-transform: uppercase;
  color: white;
  margin: 0 0 1px;
  padding: 6px 0 0;
  max-width: 54%;
}
ul.gallery .gallery-item .item_title a {
  color: #708e06;
}
ul.gallery .gallery-item .item_title a:hover {
  color: #000;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container .container {
  background: url(../images/template/border.png) 0 0 repeat-x;
  padding: 60px 0 40px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright {
  color: #7c7c5c;
  line-height: 32px;
}
#copyright .siteName {
  font: 30px/32px 'Satisfy', cursive;
  color: #dadd84;
  margin-right: 6px;
}
#copyright a {
  color: #7c7c5c;
}
#copyright a:hover {
  color: #fff;
}
ul.footer {
  float: right;
  margin: 6px 0 0;
  overflow: hidden;
}
ul.footer li {
  float: left;
  color: #4e4e4e;
}
ul.footer li:before {
  content: "|";
  padding: 0 13px 0 14px;
}
ul.footer li:first-child:before {
  display: none;
}
ul.footer li a,
ul.footer li .separator {
  color: #7c7c5c;
}
ul.footer li a:hover {
  text-decoration: underline;
}
ul.footer li.active a,
ul.footer li.active .separator {
  text-decoration: underline;
}
#footer-wrapper {
  background: url(../images/template/footer.png) 0 0 repeat;
}
#footer-wrapper .footer-wrapper-inner {
  border-top: 6px solid #171715;
  padding: 48px 0 0;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 30px;
}
.nav-tabs > li > a:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #668204;
  background-image: -moz-linear-gradient(top, #6e8c06, #597200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e8c06), to(#597200));
  background-image: -webkit-linear-gradient(top, #6e8c06, #597200);
  background-image: -o-linear-gradient(top, #6e8c06, #597200);
  background-image: linear-gradient(to bottom, #6e8c06, #597200);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e8c06', endColorstr='#ff597200', GradientType=0);
  border-color: #597200 #597200 #1d2600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #597200;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li > a:hover:hover,
.nav-tabs > li > a:hover:active,
.nav-tabs > li > a:hover.active,
.nav-tabs > li > a:hover.disabled,
.nav-tabs > li > a:hover[disabled] {
  color: #ffffff;
  background-color: #597200;
  *background-color: #455900;
}
.nav-tabs > li > a:hover:active,
.nav-tabs > li > a:hover.active {
  background-color: #313f00 \9;
}
.nav-tabs > li.active > a {
  background: #FFFFFF !important;
  border: 1px solid #DDDDDD !important;
  color: #555555 !important;
}

.CSSTableGolf {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.CSSTableGolf table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGolf tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.CSSTableGolf table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.CSSTableGolf table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.CSSTableGolf tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.CSSTableGolf tr:hover td{
	
}
.CSSTableGolf tr:nth-child(odd){ background-color:#aaff56; }
.CSSTableGolf tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGolf td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:14px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGolf tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGolf tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGolf tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGolf tr:first-child td{
		background:-o-linear-gradient(bottom, #7ad321 5%, #157242 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ad321), color-stop(1, #157242) );
	background:-moz-linear-gradient( center top, #7ad321 5%, #157242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ad321", endColorstr="#157242");	background: -o-linear-gradient(top,#7ad321,157242);

	background-color:#7ad321;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGolf tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7ad321 5%, #157242 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ad321), color-stop(1, #157242) );
	background:-moz-linear-gradient( center top, #7ad321 5%, #157242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ad321", endColorstr="#157242");	background: -o-linear-gradient(top,#7ad321,157242);

	background-color:#7ad321;
}
.CSSTableGolf tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGolf tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.myButton {
	box-shadow: 0px 10px 29px -1px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:11px;
	border:3px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	padding:19px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.myButton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}
