.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  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: #076600;
}
/*.page-item .page-header h3,*/
h2,
h3 {
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 36px;
  padding-bottom: 38px;
  text-transform: uppercase;
  position: relative;
}
h2:after,
h3:after {
  border-bottom: 1px solid #bababa;
  content: "";
  width: 238px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -119px;
}
aside h3,
.contact_misc h3,
.contact_details h3,
.page-item .item_title,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  /*text-align: left;*/
  text-transform: none;
}
aside h3:after,
.contact_misc h3:after,
.contact_details h3:after,
.page-item .item_title:after,
h4:after {
  display: none;
}
.blackcolor {
  color: #111111;
}
.page-contact .page_header,
.page-gallery .page_header,
.page-category .page_header,
.moduletable header,
aside .moduletable header,
.page-item .page-header,
.page-archive .page_header,
.page-blog .page_header {
  text-align: center;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #6b6b6b;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -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: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #076600;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #0454db;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #0454db;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #0454db;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #076600;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #0454db;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #696969;
  text-shadow: none;
  border: 1px solid #696969;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 34px;
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  border-color: #cccccc;
  background: #cccccc;
  color: #000000;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
/*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,
.pagination ul li .hasTooltip {
  text-transform: none;
  background: #ffffff;
  color: #373737;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #bababa;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  border-color: #373737;
  background: #373737;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #373737;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  border-color: #373737;
  background: #373737;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  border-color: #373737;
  background: #373737;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 20px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #076600;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
  background: url(../images/template/topBg.jpg) center top no-repeat;
  background-size: cover !important;
}
#top-row .row-container {
  border-bottom: 1px solid #7a7a7a;
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
/*======================= HEADER =======================*/
#logo {
  /*margin-top: 30px;*/
 /* margin-bottom: 28px;*/
  position: relative;
  z-index: 99999 !important;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
#navigation-row .moduletable {
  padding-bottom: 47px;
  padding-top: 64px;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 26px 22px;
  margin: 0 0 0 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #076600;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #929292;
  background: none;
  display: block;
  padding: 0px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #076600;
}
.navigation ul.sf-menu > li > ul {
  top: 92px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 155px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 155px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color: #111111;
  background: none;
  display: block;
  padding: 5px 20px;
  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;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #076600;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #076600;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.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 {
  /*Define 1st SubMenu position*/
  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: 155px;
  top: 40px;
}
.navigation .select-menu {
  padding: 2px 4px !important;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.icon-search {
  display: none !important;
}
.moduletable.null {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
}
.moduletable.null .item__module {
  margin: 0 !important;
}
.moduletable.search-block {
  /*.popup{*/
  position: relative;
  z-index: 999;
  text-align: center;
  /*}*/
}
.moduletable.search-block > i {
  display: inline-block;
  background: url(../images/template/searchButton.png) 0 0 no-repeat;
  width: 29px;
  height: 30px;
  margin: 31px auto 30px;
  cursor: pointer;
  font-size: 0px;
  display: block !important;
}
.moduletable.search-block > i:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.moduletable.search-block .mod-search {
  background: #6b6b6b;
  display: none;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 92px;
  white-space: nowrap;
  width: auto;
  z-index: 2;
}
.moduletable.search-block .mod-search #searchword {
  margin: 0;
  padding: 11px 12px;
  max-width: 234px;
  height: 44px;
}
.moduletable.search-block .mod-search .btn-primary {
  margin: 0;
}
.moduletable.search-block .mod-search .btn-primary:hover {
  color: white;
}
.moduletable.search-block:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  border-left: 1px solid #076600;
}
.moduletable.left header {
  text-align: left;
}
.moduletable.left header .moduleTitle {
  margin-bottom: 33px;
  padding-bottom: 0;
}
.moduletable.left header .moduleTitle:after {
  display: none;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: #dfdfdf;
  color: #6b6b6b;
  text-shadow: none;
  overflow: hidden;
}
#showcase-row .moduletable {
  padding-top: 45px;
  padding-bottom: 27px;
  position: relative;
}
#showcase-row .moduletable.bg1:after {
  content: url(../images/template/bg1.jpg);
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 0;
}
#showcase-row .moduletable.bg2:after {
  content: url(../images/template/bg2.jpg);
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: 0;
}
#showcase-row .moduletable.bg3:after {
  content: url(../images/template/bg3.jpg);
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 0;
}
#showcase-row .moduletable.bg3 .item {
  margin-bottom: 0;
}
.mod-article-single .item__module {
  margin-bottom: 20px;
  overflow: hidden;
}
.mod-article-single.pad {
  padding: 0 15%;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 80px;
}
.mod-newsflash-adv.services .item .item_title {
  color: #444444;
  font-size: 26px;
  line-height: 50px;
}
.mod-newsflash-adv.services .item .item_title:before {
  float: left;
  margin-right: 16px;
}
.mod-newsflash-adv.services .item .item_title a {
  color: #444444;
}
.mod-newsflash-adv.services .item .item_title a:hover {
  color: #111111;
}
.mod-newsflash-adv.services .item.lastItem .item_title a{
  color:#dfdfdf !important;
  pointer-events: none;
  cursor: default;
}
.mod-newsflash-adv.services .item.item_num0 .item_title:before {
  /*content: url(../images/template/icon1.png);
}
.mod-newsflash-adv.services .item.item_num1 .item_title:before {
  content: url(../images/template/icon2.png);
}
.mod-newsflash-adv.services .item.item_num2 .item_title:before {
  content: url(../images/template/icon3.png);
}
.mod-newsflash-adv.services .item.item_num3 .item_title:before {
  /*content: url(../images/template/icon4.png);*/
}
.mod-newsflash-adv.team .item_content {
  border: 1px solid #d7d7d7;
  padding: 20px 0 15px;
}
.mod-newsflash-adv.team .item_content .item_img {
  margin-bottom: 14px;
}
.mod-newsflash-adv.team .item_content .itemInner {
  padding: 0 10px;
}
.mod-newsflash-adv.team .item_content .itemInner p {
  padding-bottom: 10px;
}
.mod-newsflash-adv.news .item_content {
  border: 1px solid #d7d7d7;
  padding: 20px 0 15px;
}
.mod-newsflash-adv.news .item_content .item_img {
  margin-bottom: 14px;
}
.mod-newsflash-adv.news .item_content .itemInner {
  padding: 0 10px;
}
.mod-newsflash-adv.news .item_content .itemInner p {
  padding-bottom: 10px;
}
.mod-newsflash-adv.news .item_content .readmore {
  width: 34px;
  height: 16px;
  background: url(../images/template/readmore.png) 0 bottom no-repeat;
  font-size: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.mod-newsflash-adv.news .item_content .readmore:hover,
.mod-newsflash-adv.news .item_content .readmore:focus,
.mod-newsflash-adv.news .item_content .readmore:active {
  box-shadow: none !important;
  background-position: 0 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 =======================*/
#feature-row {
  padding-top: 60px;
  padding-bottom: 30px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  padding-top: 33px;
  padding-bottom: 32px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 60px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
ul.dropmenu li p {
  display: none;
}
.item_info_dl {
  border: 1px solid #d7d7d7;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 6px 26px;
}
.item_info_dl dd {
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== 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;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 20px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
  display: none;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  margin-bottom: 40px;
}
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
}
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.archive-module,
.categories-module,
.item_list {
  margin: 0 0 20px;
}
.archive-module li,
.categories-module li,
.item_list li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 10px 20px;
}
.archive-module li a,
.categories-module li a,
.item_list li a {
  color: #6b6b6b;
}
.archive-module li a:hover,
.categories-module li a:hover,
.item_list li a:hover {
  color: #076600;
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/

#mainbottom-row {
    background: #dfdfdf none repeat scroll 0 0;
    padding-top: 60px;
}
/*======================= BOTTOM =======================*/

#bottom-row {
    padding-top: 60px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner ul li a {
  color: white;
}
#footer-wrapper .footer-wrapper-inner ul li a:hover {
  text-decoration: underline !important;
}
#footer-wrapper .footer-wrapper-inner ul li.active a {
  text-decoration: underline !important;
}
#footer-row {
  background: #076600;
  color: #ffffff;
  text-shadow: none;
  padding-top: 26px;
}
#copyright-row {
  padding-top: 44px;
}
ul.footer {
  display: table;
  margin: 0 auto 28px;
}
ul.footer li {
  display: inline;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 40px;
  margin: 0 21px;
}
ul.footer li a:hover,
ul.footer li a:focus,
ul.footer li a:active {
  background: none;
}
#copyright {
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 18px;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: white;
}
#copyright a:hover {
  text-decoration: underline !important;
}
ul.nav.menu.contacts {
  margin: 0 0 31px;
}
ul.nav.menu.contacts > li {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}
ul.nav.menu.contacts > li > a,
ul.nav.menu.contacts > li > span {
  line-height: 36px;
  vertical-align: middle;
}
ul.nav.menu.contacts > li > a img,
ul.nav.menu.contacts > li > span img {
  margin-right: 10px;
  vertical-align: text-bottom;
}
ul.nav.menu.contacts > li a:hover {
  color: black !important;
}
.acymailing_module form {
  margin: 0;
}
.acymailing_module .acymailing_module_form .acymailing_form p {
  float: left;
  width: 60%;
  padding-bottom: 0;
}
.acymailing_module .acymailing_module_form .acymailing_form p.acysubbuttons {
  width: 40%;
  text-align: right;
}
.acymailing_module .acymailing_module_form .acymailing_form p.acysubbuttons input {
  font-family: 'Roboto Condensed', sans-serif;
  float: right;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid white;
  text-align: center;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  max-width: 366px;
}
.acymailing_module .acymailing_module_form .acymailing_form p.acysubbuttons input:hover {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}
.acymailing_module .acymailing_module_form .acymailing_form p input {
  height: 72px;
  margin: 0;
  padding: 26px 18px;
}
.acymailing_module .acymailing_module_form .acymailing_form p input.inputbox {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  font-size: 64px;
  font-weight: bold;
  padding: 0px 18px;
  text-transform: uppercase;
  border: none;
  line-height: 72px;
}

.fa-comment::before {
    
    display: none !important;
}
.contact_details_fax span{
	display: inline-block;
	margin-left: 28px;
}
.contact_details_telephone span{
	display: block;
	margin-left: 30px;
}
#section-kmt + div > a{
	display: none;
}

