.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 {
  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: #009641;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3a3635;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 5px;
}
h3 {
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 1px solid #4c4a4a;
  border-bottom: 1px solid rgba(240, 240, 240, 0.09);
  padding-bottom: 7px;
  margin-bottom: 20px;
}
h4 {
  color: #e1d0c7;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  color: #e3dfd0;
  margin-bottom: 35px;
}
h6 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #009641;
  margin: 0;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 18px;
  background: #ffffff;
  color: #948887;
  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-primary {
  color: #e1d4c7;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  padding: 0 11px 0 0;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  background: none !important;
}
.btn-primary:after {
  position: absolute;
  right: 0;
  top: 50%;
  border-left: 4px solid #e1d4c7;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  margin-top: -3px;
}
.btn-primary:hover {
  color: #009641;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  color: #009641;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  color: #e1d4c7;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  padding: 0 11px 0 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  background: none !important;
}
.btn-info:after {
  position: absolute;
  right: 0;
  top: 50%;
  border-left: 4px solid #009641;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
  margin-top: -3px;
}
.btn-info:hover {
  color: #009641;
}
#searchForm .btn.btn-primary {
  margin-top: 4px;
  margin-left: 4px;
  padding-right: 0;
}
#searchForm .btn.btn-primary:after {
  display: none;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 77px;
}
.pagination .counter {
  border-bottom: 1px solid #4c4a4a;
  border-bottom: 1px solid rgba(240, 240, 240, 0.09);
  margin-bottom: 23px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 3px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 12px;
  padding: 0 17px;
  line-height: 38px;
  text-transform: uppercase;
  color: #009641;
  -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: #009641;
  background: #e1d4c7;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ffffff;
  background: #009641;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #e1d4c7;
  color: #009641;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
}
.item_img {
  position: relative;
  padding: 2px;
  background: #5e5d61;
  background: rgba(255, 255, 255, 0);
}
.item_img .item_published {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #100e0d;
  background: rgba(16, 14, 13, 0.65);
  width: 52px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 17px;
  padding: 9px 0;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background: url(../images/copyright_texture.jpg);
  border: 1px solid #3c3332;
  border: 1px solid rgba(240, 240, 240, 0.054);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .hero-unit {
  background: none;
}
html {
  /*background: url(../images/texture.jpg) 50% 0;*/
}
body {
  background: none;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: url(../images/header_texture.jpg) 50% 0;
  padding: 17px 0;
}
#logo {
  padding-top: 9px;
}
.header_text {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.header_text .mod-custom {
  float: right;
  margin-top: 36px;
}
.header_text .mod-custom div {
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
}
.header_text .mod-custom div span {
  display: block;
  font-size: 48px;
  line-height: 40px;
}
.header_text .mod-custom .left span {
  color: #009641;
}
.header_text .mod-custom .right {
  border-left: 1px solid #948887;
  padding-left: 26px;
  margin-left: 20px;
}
.header_text .mod-custom .right span {
  color: #3a3635;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: url(../images/menu_border.png) 50% 100% repeat-x;
  padding-bottom: 5px;
}
#navigation-row .row-container {
  /*background: #009641;*/
   background: #6FB811;
  
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  height: 88px;
}
.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: #3a3635;*/
  background: #009641;
  
  color: #ffffff;
}
.navigation ul.sf-menu > li + li {
  margin-left: 0px;
}
.navigation ul.sf-menu > li.parent > a,
.navigation ul.sf-menu > li.parent > span {
  position: relative;
}
.navigation ul.sf-menu > li.parent > a:after,
.navigation ul.sf-menu > li.parent > span:after {
  background: url(../images/menu_arrow.gif);
  content: '';
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 7px;
  height: 4px;
  margin-left: -4px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 88px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: none;
  height: 88px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0 14px;
  -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 > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  /*background: #3a3635;*/
  background: #009641;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 93px;
  left: 50%;
  margin-left: -68px;
}
.navigation ul.sf-menu ul {
  min-width: 156px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 136px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 136px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #009641;
  padding: 20px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 8px 22px;
  text-transform: uppercase;
  -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: #6FB811;
}
.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: #6FB811;
}
.navigation ul.sf-menu.sf-vertical {
  width: 136px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 136px;
  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: 138px;
}
.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: 88px;
  padding-bottom: 88px;
  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: 90px;
  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: 136px;
  top: 88px;
}
.search-block {
  text-align: right;
  font-size: 0;
  line-height: 0;
  padding: 31px 0 0;
}
.search-block .mod-search {
  border: 1px solid #323232;
  display: inline-block;
  position: relative;
}
.search-block label {
  display: none;
}
.search-block input {
  max-width: 100%;
  background: none;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
  height: 25px;
  width: 152px;
  margin-right: 38px;
  color: #323232;
}
.search-block button.btn-primary {
  margin: 0;
  padding: 0;
  background: url(../images/search_button.png) !important;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search-block button.btn-primary:hover {
  background-position: bottom !important;
}
.mod-search button.btn-primary:after {
  display: none;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  padding: 48px 0 4px;
  position: relative;
}
#showcase-row:after {
  content: '';
  left: 0;
  width: 100%;
  bottom: 0;
  background: url(../images/menu_border.png) 50% 0;
  height: 7px;
  position: absolute;
}
.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;
}
.top_blocks h5 {
  margin-bottom: 16px;
}
.top_blocks .item_introtext {
  text-transform: uppercase;
  color: #a0999c;
  padding-bottom: 6px;
  margin-bottom: 19px;
  border-bottom: 1px solid #655f60;
  border-bottom: 1px solid rgba(218, 218, 218, 0.25);
}
.top_blocks .btn-info {
  color: #009641;
}
.top_blocks .btn-info:hover {
  color: #e1d4c7;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 35px 0 11px;
  background: url(../images/feature_texture.jpg) 50% 0;
}
.welcome h3 {
  text-transform: none;
  color: #645c5b;
  line-height: 24px;
  margin-bottom: 2px;
  border-bottom: none;
}
.welcome .mod-article-single {
  position: relative;
  padding: 0 0 0 50px;
}
.welcome .mod-article-single:before {
  content: '“';
  font-family: "Times New Roman", Times, serif;
  color: #4d4d4d;
  font-size: 95px;
  position: absolute;
  line-height: 84px;
  left: -5px;
  top: 0;
  font-weight: bold;
}
.welcome .item-title {
  padding-left: 19px;
}
.welcome .item_img {
  margin-right: 6px;
  background: none;
  padding: 0;
}
.welcome .item_introtext {
  padding-top: 29px;
  font-size: 13px;
  text-align: right;
}
.welcome .item_introtext p {
  text-align: left;
}
.welcome .item_introtext span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #d02516;
}
.welcome .readmore {
  color: #292929;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  padding: 0 14px 0 0;
  position: relative;
  margin-left: 7px;
}
.welcome .readmore:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-left: 4px solid #292929;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: '';
}
.welcome .readmore:hover {
  color: #009641;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 48px 0 13px;
}
#maintop-row .top_blocks .item {
  margin-bottom: 18px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 49px 0 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 42px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 14px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published span {
  color: #009641;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== 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;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
.page-blog h4,
.page-item__blog h4 {
  margin-bottom: 2px;
}
.page-item__blog {
  padding-right: 100px;
}
.page-item {
  padding-bottom: 60px;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0 0 0 46px;
  margin: 0;
  border-left: none;
  position: relative;
}
blockquote:before {
  content: '“';
  position: absolute;
  left: -2px;
  color: #6a6761;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 85px;
  line-height: 52px;
  top: 0;
}
blockquote p {
  margin-bottom: 18px;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  font-size: 12px;
  color: #e4dcd1;
  font-weight: bold;
}
blockquote small:before {
  display: none;
}
blockquote small a {
  font-weight: normal;
  text-decoration: underline !important;
  color: #948887;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  position: relative;
  padding: 0 0 10px 25px;
  text-transform: uppercase;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #009641;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  background: none !important;
  color: #948887;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #009641;
}
#aside-right .moduletable {
  margin-bottom: 83px;
}
.actions .item {
  background: url(../images/icon_info.png) no-repeat;
  padding: 0 0 0 45px;
  margin-bottom: 27px;
}
.actions .item_published {
  font-weight: bold;
}
.tagspopulartags ul {
  margin: 0;
  list-style: none;
}
.tagspopulartags ul li {
  display: inline-block;
  margin: 0 12px 5px 0;
}
.tagspopulartags ul li a {
  color: #948887;
  text-decoration: underline !important;
}
.tagspopulartags ul li a:hover {
  color: #009641;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
  
  	padding-top: 10px;
	
  
}
#mainbottom-row .bt-csbuttom .bt-introtext{
 	color:#000;
}

#mainbottom-row .moduletable {
  margin-bottom: 10px;
}
.title {
  margin-bottom: 0 !important;
}
.title .mod-custom {
  display: none;
}
.publications_text {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
.publications_text .moduleTitle {
  padding: 31px 70px 0 0;
  margin-bottom: 13px;
}
.publications_text p {
  padding-bottom: 31px;
}
.publications_text .mod-newsflash-adv_custom-link a {
  display: inline-block;
  font-weight: normal;
  padding: 0 38px;
  color: #fff;
  text-transform: uppercase;
  background: #009641;
  line-height: 38px;
  font-size: 12px;
}
.publications_text .mod-newsflash-adv_custom-link a:hover {
  background: #e1d4c7;
  color: #009641;
}
.publications {
  text-align: center;
  text-transform: none;
}
.publications .item_introtext p {
  padding-bottom: 8px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  /*
  background: url(../images/bottom_texture.jpg) 50% 0;
  background: url(../images/feature_texture.jpg) 50% 0;
*/
  
  
  padding: 19px 0 34px;
  border-top: 6px solid #4e4549;
  border-top: 6px solid rgba(87, 82, 83, 0.47);
  position: relative;
}
#bottom-row:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 7px;
  background: #4e4549;
  background: rgba(87, 82, 83, 0.47);
}
.sponsors h3.moduleTitle {
  text-transform: none;
  float: left;
  width: 200px;
  margin: 0;
  padding: 19px 0 0;
  border: none;
}
.sponsors .mod-custom {
  overflow: hidden;
}
.sponsors .mod-custom a {
  display: inline-block;
  height: 69px;
  vertical-align: middle;
}
.sponsors .mod-custom a:before {
  display: inline-block;
  width: 1px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: 9999px;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.sponsors .mod-custom a + a {
  position: relative;
  margin-left: 48px;
}
.sponsors .mod-custom a + a:after {
  position: absolute;
  left: -31px;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  background: #5c5b5d;
  background: rgba(228, 228, 228, 0.19);
}
.sponsors .mod-custom a img {
  vertical-align: middle;
  display: inline-block;
  margin-top: 13px;
}
/*======================= FOOTER =======================*/
#footer-row {
  background: url(../images/footer_texture.jpg) 50% 0;
  border-bottom: 1px solid #3c3332;
  border-bottom: 1px solid rgba(240, 240, 240, 0.054);
  padding: 61px 0 0;
}
#footer-row .container {
  position: relative;
}
#footer-row .container:before,
#footer-row .container:after {
  display: block;
  position: absolute;
  top: -2px;
  bottom: 13px;
  content: '';
  width: 1px;
  background: url(../images/dotted_border.gif);
}
#footer-row .container:before {
  left: 369px;
}
#footer-row .container:after {
  left: 769px;
}
#footer-row .moduletable {
  margin-bottom: 41px;
}
.moduletable.accordion {
  padding-right: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.twitter_widget {
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion-group {
  border: none;
  margin-bottom: 14px;
}
.accordion-group .accordion-heading .accordion-toggle {
  text-transform: uppercase;
  color: #948887;
  font-size: 13px;
  position: relative;
  padding: 0 0 0 34px;
  line-height: 24px;
}
.accordion-group .accordion-heading .accordion-toggle:before {
  background: url(../images/accordion.png) bottom;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}
.accordion-group .accordion-heading .accordion-toggle:hover,
.accordion-group .accordion-heading .accordion-toggle.selected {
  color: #009641;
}
.accordion-group .accordion-heading .accordion-toggle.selected:before {
  background-position: top;
}
.accordion-group .accordion-inner {
  border-top: none;
  padding: 0 0 21px 34px;
}
#footer-row .comments {
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comments .kmt-mod .mod-comment-text {
  padding: 0;
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  line-height: 21px;
  margin: 0;
}
.comments .kmt-mod .mod-avatar {
  margin-right: 13px;
}
.comments .kmt-mod .avatar {
  width: 60px;
  border: 1px solid #484443;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comments .kmt-mod .mod-comment-meta {
  padding: 0;
  background: none;
  font: inherit;
  font-weight: bold;
}
.comments .kmt-mod .mod-item + .mod-item {
  border: none;
  margin-top: 44px;
  padding-top: 0;
}
.last_action {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
}
.last_action .item_img {
  padding: 0;
  background: none;
}
.last_action .item_img img {
  border: 1px solid #484443;
}
.testimonials {
  margin-bottom: 25px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
}
#copyright-row {
  padding: 40px 0 30px;
}
#copyright {
  text-transform: none;
  color: #a0999c;
  padding-top: 9px;
  text-align:left;
  font-size:12px;
}
#copyright .siteName {
  font-family: "Times New Roman", Times, serif;
  color: #6FB811;
  font-size: 14px;
  margin-right: 4px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #009641;
}
.contacts {
  color: #a0999c;
  overflow: hidden;
}
.contacts .address {
  float: left;
  background: url(../images/icon_home.png) 0 3px no-repeat;
  padding: 0 0 0 32px;
  margin-left: 29px;
  font-size: 12px;
}
.moduletable.welcome.span12 {
  color: rgb(0, 151, 55);
}
.contacts .phone {
  float: left;
  background: url(../images/icon_phone.png) 0 3px no-repeat;
  padding: 0 0 0 35px;
  margin-left: 57px;
}
#footer-wrapper {
  /*background: url(../images/copyright_texture.jpg) 50% 0;*/
  color:#000;
}
/*===== Social Media ======*/
.social {
  margin: 0 30px 0 0;
}
.social li {
  margin: 0 6px 0 0;
}
.social li a {
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.green-rn-m {
    background-color: #6FB811;
    font-size: 22px;
    padding: 12px;
	color:#FFF;
}
.green-rn-m :hover {
    background-color: #51A351;
    font-size: 22px;
    padding: 12px;
	color:#000
}

.centrar_bot {
    text-align: center;
}