.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: #2b3039;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #aeaeae;
}
h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 5px 0;
}
h3.blue {
  background-color: #06becc;
  color: #ffffff;
  padding: 5px 15px;
}

 
h3.black {
  background-color: #2b3039;
  color: #ffffff;
  padding: 5px 15px;
}

h3.laranja {
  background-color: #EE9800;
  color: #ffffff;
  padding: 5px 15px;
}

h3.green {
  background-color: #99AB00;
  color: #ffffff;
  padding: 5px 15px;
}
h3.red {
  background-color: #d14c12;
  color: #ffffff;
  padding: 5px 15px;
}
h4 {
  color: #2b3039;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 8px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 11px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 5px 14px 6px 11px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #3c3c3c;
  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: #2b3039;
  -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-size: 12px;
  background: #06becc;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #06becc;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font-size: 12px;
  background: #06becc;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding: 0 9px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin-bottom: 30px;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
ul.item_list li a:active,
.categories-module li a:active,
.archive-module li a:active,
ul.item_list li a:focus,
.categories-module li a:focus,
.archive-module li a:focus {
  background: none;
}
.unstyled {
  margin-bottom: 30px;
}
ul.item-list {
  margin: 0 0 30px;
}
ul.item-list li {
  line-height: 24px;
  padding-bottom: 6px;
  color: #aeaeae;
}
ul.item-list li:before {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}
ul.item-list li a {
  color: #aeaeae;
}
ul.item-list li a:hover,
ul.item-list li a:active,
ul.item-list li a:focus {
  background: none;
  color: #2b3039;
}
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;
  padding-right: 3px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: #06becc;
  color: #ffffff;
  text-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;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #06becc;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 12px;
  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.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  color: #2b3039;
}
.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);
}
.well .mod-search__search-block form input[type="image"] {
  background-color: #0098a5;
  padding: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.well .mod-search__search-block form input[type="image"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background-color: #ffffff;
  border-top: 12px solid #99AB00;
  padding-top: 15px;
}
#logo {
  margin-bottom: 10px;
}
.search-block {
  text-align: right;
  padding: 0;
}
.search-block .mod-search__search-block {
  display: block;
}
.search-block .mod-search__search-block form {
  background: white;
  display: inline-block;
  position: relative;
  width: 297px;
}
.search-block .mod-search__search-block form #busca {
  margin: 0;
  background: #cccccc;
  color: #ffffff;
  border: none;
  height: 44px;
  padding: 0 44px 0 10px;
  width: 297px;
  line-height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 7px;
  right: 11px;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-block .mod-search__search-block form input[type="image"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: #999999;
  color: #ffffff;
  text-shadow: none;
  width: 100%;
}
.navigation {
  padding-bottom: 7px;
  padding-top: 9px;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 46px 0 0;
}
.navigation ul.sf-menu > li:before {
  content: url(../imagens/sep.png);
  position: absolute;
  left: -25px;
  top: 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:#363B43;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  height: 24px;
  font-weight: bold;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #363B43;
}
.navigation ul.sf-menu > li:first-child:before {
  content: "";
}
.navigation ul.sf-menu li > ul {
  top: 32px;
}
.navigation ul.sf-menu ul {
  width: 163px;
}
.navigation ul.sf-menu li li ul {
  top: -12px;
  left: 164px;
}
.navigation ul.sf-menu li li li ul {
  top: -12px;
  left: 164px;
}
.navigation ul.sf-menu ul {
  background: #363b43;
  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: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  background: none;
  display: block;
  text-decoration: none;
  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;
  padding: 3px 19px;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #00b0be;
  color: #ffffff;
}
.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: #00b0be;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 163px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 163px;
  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: 165px;
}
.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: 24px;
  padding-bottom: 24px;
  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: 26px;
  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: 163px;
  top: 24px;
}
.navigation select {
  margin-bottom: 0;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: #838383;
  color: #ffffff;
  text-shadow: none;
  padding-bottom: 31px;
  padding-top: 30px;
}
#showcase-row .row-container {
  overflow: hidden;
}
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single.img .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv .item_published {
  color: #aeaeae;
  padding-bottom: 3px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {u8y77777777
  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;
}
.mod-newsflash-adv.news {
  padding-bottom: 12px;
}
.mod-newsflash-adv.news .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.news .item .img-intro__left {
  margin-bottom: 0;
}
.mod-newsflash-adv.news .item .item_published {
  padding-top: 15px;
}
.mod-newsflash-adv.images {
  padding-bottom: 7px;
}
.mod-newsflash-adv.images .item {
  margin-bottom: 19px;
}
.mod-newsflash-adv.images .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.social {
  padding-bottom: 14px;
}
.mod-newsflash-adv.social .item {
  margin-bottom: 18px;
}
.mod-newsflash-adv.social a.fa {
  font-size: 72px;
  line-height: 135px;
  text-align: center;
  display: block;
}
.mod-newsflash-adv.social a.fa.fa-twitter {
  color: #ffffff;
  background-color: #99AB00;
  border-bottom: 10px solid #05a47c;
}
.mod-newsflash-adv.social a.fa.fa-skype {
  color: #ffffff;
  background-color: #04deef;
  border-bottom: 10px solid #06becc;
}
.mod-newsflash-adv.social a.fa.fa-google-plus {
  color: #ffffff;
  background-color: #d14c12;
  border-bottom: 10px solid #a53c0f;
}
.mod-newsflash-adv.social a.fa.fa-facebook {
  color: #ffffff;
  background-color: #0c3173;
  border-bottom: 10px solid #042257;
}
.mod-newsflash-adv.photos .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.photos .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.drop .item {
  margin-bottom: 17px;
}
.mod-newsflash-adv.drop span.dropcap {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #99AB00;
  color: #ffffff;
  text-shadow: none;
  font-size: 16px;
  font-weight: bold;
  float: left;
  line-height: 46px;
  margin-right: 20px;
  width: 46px;
  text-align: center;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  padding-bottom: 30px;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 14px;
}
.item_info_dl dd {
  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;
}
/*===== Home Page ======*/
iframe {
  max-width: 100%;
}
aside .moduletable {
  /*margin-bottom: 30px;*/

}
/*===== About Page ======*/
.page-category__about {
  padding-bottom: 12px;
}
.page-category__about .item {
  margin-bottom: 10px;
}
.page-category__about .item .item_info_dl {
  margin-bottom: 3px;
  padding-top: 15px;
}
/*===== Gallery Page ======*/
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
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 24px 24px 0 !important;
}
ul.gallery .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
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 .item_more a {
  vertical-align: top;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== 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 p,
.page-blog p,
.page-category p {
  padding-bottom: 24px;
}
.page-item .page_header h3,
.page-blog .page_header h3,
.page-category .page_header h3,
.page-item .page-header h3,
.page-blog .page-header h3,
.page-category .page-header h3,
.page-item .item_header h3,
.page-blog .item_header h3,
.page-category .item_header h3 {
  background-color: #06becc;
  color: #ffffff;
  padding: 5px 15px;
}
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= 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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-bottom: 24px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #2b3039;
  color: #ffffff;
  text-shadow: none;
  padding-bottom: 22px;
}
#bottom-row .row-container {
  overflow: hidden;
}
#bottom-row .row-container .moduleTitle {
  background: #00b0be;
  color: #ffffff;
  text-shadow: none;
  padding: 5px 0 3px;
  position: relative;
}
#bottom-row .row-container .moduleTitle:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00b0be;
}
#bottom-row .row-container .moduleTitle:after {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00b0be;
}
#bottom-row .row-container .mod-newsflash-adv .item_img {
  margin-bottom: 17px;
}
#bottom-row .row-container .mod-newsflash-adv .item_title {
  color: #99AB00;
  margin-bottom: 15px;
}
#bottom-row .row-container .mod-newsflash-adv .item_title a {
  color: #99AB00;
}
#bottom-row .row-container .mod-newsflash-adv .item_title a:hover {
  color: #ffffff;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #99AB00;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  border-top: 1px solid #205650;
  background: #99AB00;
  color: #ffffff;
  text-shadow: none;
}
#copyright {
  padding: 7px 0;
}
#copyright .text:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #3c3c3c;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 37px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 1px 9px;
}
.input-append .add-on,
.input-prepend .add-on {
  padding: 5px 5px 6px;
}
