
 ::selection {
   color: #fff;
   background:#73a493;
 }
 ::-moz-selection {
   color: #fff;
   background:#73a493;
 }
 body > header ul.nav li.current-cat a {
  border-bottom: 4px solid #73a493;
  color: #73a493;
 }
 a:hover, a:focus, a:active {
  color: #73a493;
 }
 article.post span.category, article.single .desc span.category, .related-post .post-content .desc span.category {
  border-bottom: 2px solid #73a493;
 }
 #respond p.form-submit input {
  background: #73a493;
 }
 #respond p.form-submit input:hover {
  background: #73a493;
 }


 body > footer {
  background: #000000 url(../images/bg-footer.jpg) no-repeat center top;
  background-size: 100% auto;
  margin-top: 80px;
  padding: 40px 0;
 }
 .subfooter {
  background: #000000;
 }

.img-content-custom {
  display: block ! important;
  margin-left: auto ! important;
  margin-right: auto ! important;
  width: 100%;
}

article.single .single-content .centered {
 margin: 40px 0;
 padding: 40px 0;
}