.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;
}
.content_block {
	border: 1px solid #dbdbdb;
	height:500px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  background: white;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1f1f1f;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ec4034;
}
h1 {
  font: 300 30px/40px 'Open Sans Condensed', sans-serif;
  color: black;
}
h3 {
  font: bold 16px/21px 'Open Sans', sans-serif;
  color: white;
  text-transform: uppercase;
  background:rgb(111, 158, 54);
  padding-top: 2px;
  padding-bottom: 2px;
}
h3.moduleTitle {
  border-top: 1px solid #ccc;
  margin-bottom: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:5px;
  padding-right:5px;
}
.page-header h3,
.page_header h3 {
  border-top: 1px solid #ccc;
  margin-bottom: 9px;
  padding-top: 2px;
}
h4 {
  font: 1300 14px/21px 'Open Sans', sans-serif;
  color: white;
  margin-top: 0px;
  padding-left:5px;
  background:#d88143;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 21px;
  background: #ffffff;
  color: #818181;
  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: #1f1f1f;
  -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 {
  font: 300 11px/21px 'Open Sans', sans-serif;
  background: none;
  color: #ec4034;
  border: none;
  outline: none !important;
  padding: 0;
  text-transform: lowercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: none;
  color: #1f1f1f;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: none;
  color: #ec4034;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font: 300 11px/21px 'Open Sans', sans-serif;
  background: none;
  color: #ec4034;
  border: none;
  outline: none !important;
  padding: 0;
  text-transform: lowercase;
  display: inline-block;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #1f1f1f;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0 0 10.5px 25px !important;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  color: #1f1f1f;
  font-size: 14px;
  list-style: circle;
  padding-bottom: 15px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #1f1f1f;
}
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,
ul.item_list li a.selected,
.categories-module li a.selected,
.archive-module li a.selected,
.item-list li a.selected,
.unstyled li a.selected {
  color: #ec4034;
}
.unstyled,
.archive-module {
  margin: 0 !important;
}
.unstyled li,
.archive-module li {
  list-style: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}
/*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;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #818181;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #818181;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ec4034;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #1f1f1f;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #1f1f1f;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 21px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  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:hover:after {
  font-size: 40px;
  color: #ec4034;
}
.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);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row .row-container {
  padding-top: 24px;
  padding-bottom: 11px;
}
#logo1 {
  margin-top: 7px;
  /*margin-bottom: 20px;*/
  height:auto;
}
#logo2 {
  margin-top: 7px;
  /*margin-bottom: 20px;*/
  height:auto;
}
#logo3 {
  margin-top: 7px;
  /*margin-bottom: 20px;*/
  height:auto;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background-color: black;
  padding-bottom: 0px;
}
#navigation-row .row-container {
  background: white;
  color: white;
  padding-top: 20px;
}
.navigation {
  padding: 0 !important;
}
.navigation ul.sf-menu {
  display: block;
  float: left;
  padding-top: 5px;
  position: relative;
  
  z-index: 1;
  /*SubMenu Styles*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  margin: 0 2px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 140px;
  z-index: 10;
}
.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 {
  color: white;
}
.navigation ul.sf-menu > li.active > a:before,
.navigation ul.sf-menu > li.sfHover > a:before,
.navigation ul.sf-menu > li.current > a:before,
.navigation ul.sf-menu > li.active > span:before,
.navigation ul.sf-menu > li.sfHover > span:before,
.navigation ul.sf-menu > li.current > span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navigation ul.sf-menu > li.active > a:after,
.navigation ul.sf-menu > li.sfHover > a:after,
.navigation ul.sf-menu > li.current > a:after,
.navigation ul.sf-menu > li.active > span:after,
.navigation ul.sf-menu > li.sfHover > span:after,
.navigation ul.sf-menu > li.current > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: white;
  font: 14px/30px 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > span:before {
  display: block;
  background: #737373;
  content: "";
  height: 1px;
  left: 0px;
  opacity: 1;
  padding: 0 14px;
  position: absolute;
  top: 1px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
  display: block;
  background: #EC4034;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0 14px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: white;
}
.navigation ul.sf-menu > li > a:hover:before,
.navigation ul.sf-menu > li > span:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navigation ul.sf-menu > li > a:hover:after,
.navigation ul.sf-menu > li > span:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu li > ul {
  top: 28px;
  margin-left: -1px;
  width:130px;
  border-style:solid;
}
.navigation ul.sf-menu-railway li > ul {
  top: 28px;
  margin-left: -1px;
  width: 420px;
  border-style:solid;
}
.navigation ul.sf-menu ul {
  width: 130px;
}
.navigation ul.sf-menu li li ul {
  top: -10px;
  left: 130px;
    
}
.navigation ul.sf-menu li li li ul {
  top: -20px;
  left: 144px;
}
.navigation ul.sf-menu ul {
  background: #5D7D1E;
  padding: 5px 0px;
}
.navigation ul.sf-menu ul li {
  padding: 5px 10px 1px;
  padding-bottom:5px;
  border-top: 1px solid #ccc;
  /*border-bottom: 1px solid #ccc;*/
}
.navigation ul.sf-menu ul.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  color: #ffffff;
  display: inline-block;
  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 {
  color: #ec4034;
}
.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 {
  color: #ec4034;
}
.navigation ul.sf-menu.sf-vertical {
  width: 142px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 142px;
  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: 144px;
}
.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: 42px;
  padding-bottom: 42px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 44px;
  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: 142px;
  top: 42px;
}
.search-block {
  padding: 0 0 20px;
}
.search-block .mod-search__search-block {
  display: block;
  border: 3px solid #d6d6d6;
  background: #e8e8e8;
}
.search-block .mod-search__search-block form {
  display: inline-block;
  position: relative;
  width: 270px;
  width: 100%;
}
.search-block .mod-search__search-block form #searchword {
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
  padding: 15px 64px 16px 10px;
  height: 55px;
  width: 100%;
  line-height: 24px;
}
.search-block .mod-search__search-block form input[type="image"] {
  background-color: #ccc;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 17px 17px 15px 19px;
  border-left: 1px solid #d6d6d6;
}
.search-block .mod-search__search-block form .btn-primary {
  background: #cccccc url(../images/template/searchButton.png) 19px 17px no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 0px;
  border: none;
  border-left: 1px solid #d6d6d6;
  width: 60px;
  height: 55px;
  font-size: 0;
  line-height: 0;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding-bottom: 0px;
}
#showcase-row .row-container .moduletable .moduleTitle {
  font: 300 11px/21px 'Open Sans', sans-serif;
  color: black;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.acymailing_module form {
  margin: 0;
}
.acymailing_module form .acymailing_form p {
  padding-bottom: 10px;
}
.acymailing_module form .acymailing_form p.acysubbuttons {
  padding-bottom: 0;
  text-align: right;
}
.acymailing_module form .acymailing_form p.acysubbuttons .button {
  font: 300 14px/33px 'Open Sans', sans-serif;
  height: 33px;
  background: #ec4034;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 0 25px;
}
.acymailing_module form .acymailing_form p.acysubbuttons .button:hover,
.acymailing_module form .acymailing_form p.acysubbuttons .button:focus,
.acymailing_module form .acymailing_form p.acysubbuttons .button:active {
  background: #1f1f1f;
  color: #ffffff;
  text-shadow: none;
}
.acymailing_module form .acymailing_form .inputbox {
  display: inline-block;
  font: 300 11px/21px 'Open Sans', sans-serif;
  margin: 0;
  box-shadow: none;
  line-height: 42px;
  height: 42px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #a8a8a8;
  padding: 0 11px;
}
.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 =======================*/
#maintop-row .row-container {
  padding-top: 20px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 0px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info {
  overflow: hidden;
}
.item_info_dl {
  border-top: 1px solid #ccc;
  margin: 0 0 11px;
}
.item_info_dl dd {
  display: inline-block;
  margin: 0;
  padding: 4px 20px 5px 0;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Home Page ======*/
.moduletable {
  padding-bottom: 20px;
}
.moduletable.events {
  padding-bottom: 0px;
}
.moduletable.acymailing .moduleTitle {
  border: none;
  padding: 0;
}
.moduletable.center .moduleTitle {
  text-align: left;
}
.moduletable.bnews {
  padding: 2px 0 1px;
  text-transform: uppercase;
}
.moduletable.bnews .moduleTitle {
  float: left;
  font: 800 18px/21px 'Open Sans', sans-serif;
  padding: 0 0 20px;
  margin: 0 14px 0 0;
  color: white;
  border: none;
}
.moduletable.copyright .moduleTitle {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.moduletable.copyright .mod-menu ul li {
  display: inline;
}
.moduletable.copyright .mod-menu ul li + li:before {
  display: inline-block;
  content: "|";
  padding: 0 9px 0 6px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info {
  font: 300 11px/21px 'Open Sans', sans-serif;
  float: right;
  margin-top: -34px;
}
.mod-newsflash-adv .item_introtext p {
  padding-bottom: 10px;
}
.mod-newsflash-adv .item .item_published {
  font-size: 11px;
  padding-bottom: 10px;
}
.mod-newsflash-adv .item .item_title {
  font: 300 14px/21px 'Open Sans', sans-serif;
}
.mod-newsflash-adv .item .item_info_dl {
  overflow: hidden;
  border-top: 1px solid #ccc;
  font: 300 11px/21px 'Open Sans', sans-serif;
  color: red;
}
.mod-newsflash-adv .item .item_info_dl dd {
  display: inline-block;
  padding: 4px 0 5px;
}
.mod-newsflash-adv .item .item_info_dl dd + dd {
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 17px;
}
.mod-newsflash-adv .item .item_info_dl div {
  display: inline-block;
}
.mod-newsflash-adv .item .item_info_dl .readmore {
  display: inline-block;
  vertical-align: top;
}
.mod-newsflash-adv .item .item_info_dl .readmore span {
  display: block;
}
.mod-newsflash-adv .item .item_info_dl .item_published {
  padding-bottom: 0px;
}
.mod-newsflash-adv.lnews .item {
 /* margin-bottom: 52px;*/
}
.mod-newsflash-adv.drop .dropcap {
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  width: 24px;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.photos .item_img {
  margin: 0;
}
.mod-newsflash-adv.articles .item {
  margin-bottom: 10px;
}
.mod-newsflash-adv.articles .item_info_dl {
  border: none;
}
.mod-newsflash-adv.articles .item_info_dl dd {
  border: none !important;
  padding: 0 8px 0 0 !important;
  color: black;
}
.mod-newsflash-adv.articles .item_info_dl dd a {
  color: black;
}
.mod-newsflash-adv.articles .item_info_dl dd a:hover {
  color: #ec4034;
}
.mod-newsflash-adv.events .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.events .item + .item {
  border-top: 3px double #ccc;
  padding-top: 21px;
}
.mod-newsflash-adv.events .item .item_title {
  padding-bottom: 11px;
}
.mod-newsflash-adv.posts .item {
  margin-bottom: 0;
  position: relative;
}
.mod-newsflash-adv.posts .item .item_title {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  z-index: 999;
  text-transform: uppercase;
}
.mod-newsflash-adv.posts .item .item_title a {
  display: inline-block;
  font: 300 14px/30px 'Open Sans', sans-serif;
  background: #eeeeee;
  color: #1f1f1f;
  text-shadow: none;
  padding: 0 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-newsflash-adv.posts .item .item_title a:hover {
  background: #ec4034;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv.posts .item .item_content {
  border: 3px solid #ebebeb;
}
.mod-newsflash-adv.posts .item .item_content .item_img {
  margin: 0;
}
.mod-newsflash-adv.center .item_img {
  margin: 0;
}
.mod-newsflash-adv.center .item_content {
  padding: 2px 44px 22px;
}
.mod-newsflash-adv.center .item_content .item_title {
  display: inline-block;
  margin-bottom: 18px;
}
.mod-newsflash-adv.center .item_content .item_title a {
  display: block;
  font: 12px/20px arial;
  min-width: 115px;
  background: #1f1f1f;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv.center .item_content .item_title a:hover {
  background: #ec4034;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv.center .item_content .item_introtext {
  font-size: 14px;
  color: black;
}
.mod-newsflash-adv.center .item_content .item_introtext h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
.mod-newsflash-adv.members .item {
  margin-bottom: 31px;
}
.mod-newsflash-adv.members .item .item_img {
  margin: 0;
}
.mod-newsflash-adv.rposts {
  padding-right: 48px;
}
.mod-newsflash-adv.rposts .item {
  margin-bottom: 15px;
}
.mod-newsflash-adv.rposts .item + .item {
  border-top: 1px solid #636363;
  margin-top: 15px;
  padding-top: 15px;
}
.mod-newsflash-adv.rposts .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.rposts .item .item_title {
  margin: 0;
}
.mod-newsflash-adv.blog .item {
  margin-bottom: 0px;
}
.mod-article-single .mod-article-single_custom-link a {
  float: right;
  font: 300 11px/21px 'Open Sans', sans-serif;
  margin-top: -34px;
  color: #ec4034;
}
.mod-article-single .mod-article-single_custom-link a:hover {
  color: #1f1f1f;
}
.mod-article-single .item__module {
  margin-bottom: 18px;
  overflow: hidden;
}
.mod-article-single .item__module .item-title {
  font: 300 14px/21px 'Open Sans', sans-serif;
  color: #1f1f1f;
}
.mod-article-single .item__module .item-title a {
  color: #1f1f1f;
}
.mod-article-single .item__module .item-title a:hover {
  color: #ec4034;
}
.mod-article-single .item_published {
  display: block;
  color: #1f1f1f;
  font: 300 11px/21px 'Open Sans', sans-serif;
  padding-bottom: 13px;
}
.mod-article-single .item_published i:before {
  content: "";
}
.mod-article-single.video .item_introtext .video {
  font-size: 0;
  line-height: 0;
  margin-bottom: 21px;
}
.mod-article-single.video .item_introtext .video iframe {
  height: 202px;
}
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single.bnews {
  overflow: hidden;
}
.mod-article-single.bnews .item__module {
  margin-bottom: 0px;
  color: white;
}
.mod-article-single.bnews .item-title {
  font-size: 14px;
  font-weight: 300;
  float: left;
  margin: 0;
  color: white;
}
.mod-article-single.bnews .item_published {
  color: white;
  text-transform: none;
}
.mod-article-single.bnews .item_published i:before {
  content: "||" !important;
  padding: 0 12px;
}
/*===== About Page ======*/
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -30px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  background: url(../images/template/blockquote.png) 0 0 no-repeat;
  padding: 20px 0 0;
  margin: 0;
  border-left: none;
  font-style: italic;
}
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 {
  font-size: 100%;
  font-style: normal;
}
blockquote small:before {
  content: "";
}
blockquote small span {
  font-size: 14px;
  color: black;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_info_dl,
.page-item .item_info_dl,
.page-archive .item_info_dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-blog .item_info_dl dd div:before,
.page-item .item_info_dl dd div:before,
.page-archive .item_info_dl dd div:before {
  float: left;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 12px;
}
.page-blog .item_info_dl dd div.item_published:before,
.page-item .item_info_dl dd div.item_published:before,
.page-archive .item_info_dl dd div.item_published:before {
  content: "\f073";
}
.page-blog .item_info_dl dd div.item_createdby:before,
.page-item .item_info_dl dd div.item_createdby:before,
.page-archive .item_info_dl dd div.item_createdby:before {
  content: "\f007";
}
.page-blog .item_info_dl dd div.kmt-readon:before,
.page-item .item_info_dl dd div.kmt-readon:before,
.page-archive .item_info_dl dd div.kmt-readon:before {
  content: "\f086";
}
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-row .row-container {
  background: none;
  /*padding-top: 25px;*/
}
#copyright-row .row-container {
  background: none;
  padding: 0;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#footer-wrapper {
  background: rgb(111, 158, 54);
  border-top: 11px solid #666666;
}
#footer-wrapper .moduletable.fright {
  float: right;
}
#footer-wrapper .moduletable .moduleTitle,
#footer-wrapper .moduletable h3 {
  font: 300 14px/21px 'Open Sans', sans-serif;
  border: none;
  color: white;
  margin: 0 0 18px;
  padding: 0;
  text-transform: uppercase;
}
#footer-wrapper a {
  color: white;
}
#footer-wrapper a:hover {
  color: #ec4034;
}
ul.columns {
  margin: 0;
}
ul.columns > li {
  float: left;
  list-style: none;
  width: 50%;
}
ul.columns > li > div {
  padding-right: 30px;
}
ul.columns ul {
  margin: 0;
}
ul.columns ul li {
  list-style: none;
  padding: 3px 0;
  color: #818181;
}
ul.columns ul li + li {
  border-top: 1px solid #636363;
  color: #818181;
}
ul.columns ul li a {
  color: #818181 !important;
}
ul.columns ul li a:hover {
  color: white !important;
}
/*===== Social Media ======*/
.social {
  border: 3px solid #ebebeb;
  margin: 0px;
  overflow: hidden;
  padding: 17px 18px 0px;
}
.social li {
  float: left;
  list-style: none;
  width: 50%;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.social li a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  color: #31383f;
  font: 300 11px/18px 'Open Sans', sans-serif;
  padding-right: 15px;
}
.social li a.fa:before {
  float: left;
  font: 24px/24px FontAwesome;
  width: 29px;
  text-align: center;
}
.social li a:hover {
  color: #818181;
}
