.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  color: #039e49;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-sl {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-footer {
  border-top: 3px solid #039e49;
  background: #3d566e;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 30px 0;
  }
}
.t3-footnav .t3-module {
  background: #3d566e;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4f708f;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  border-top: 0;
  font-size: 12px;
  padding: 20px 0 20px;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 10px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #039e49;
  border: 2px solid #039e49;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 0px;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #039e49;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 30px;
  line-height: 22px;
}
.container {
  background: #ffffff;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  transition: all 0.3s linear 0s;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #ededed;
  color: #8d9aa5;
  background-color: #ffffff;
}
.article-aside {
  border-top: 1px dotted #ededed;
  border-bottom: 1px dotted #ededed;
}
.pagenav li > a {
  border: 1px solid #ededed;
}
.wrap.highlighter {
  border-bottom: 1px solid #ededed;
}
.gkHighlighterInterface.habernews {
  border-right: 1px solid #ededed;
}
.gkHighlighterWrapperSub.habernews .fa {
  color: #039e49;
}
.head-date {
  border-left: 1px solid #ededed;
}
.t3-megamenu.animate .mega > .mega-dropdown-menu {
  border-top: 3px solid #039e49;
  margin-left: -1px;
}
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li span {
  border-bottom: 1px solid #ededed;
}
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li span {
  color: #3d566e !important;
}
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li span:hover {
  color: #22303d !important;
  background-color: #f5f5f5 !important;
}
#t3-mainnav .container {
  background-color: #3d566e;
}
.flex-control-nav.flex-control-thumbs img,
#t3-content .flex-control-nav.flex-control-thumbs img {
  border: 3px solid transparent;
}
.flex-control-nav.flex-control-thumbs img.flex-active,
#t3-content .flex-control-nav.flex-control-thumbs img.flex-active {
  border: 3px solid #039e49;
}
.flex-active-slide:after {
  background-color: #039e49 !important;
}
.flex-direction-nav a,
.bt-cs .bt-inner .bt-category.pictured-news {
  background: #039e49;
}
.bt_handles li.current a {
  background-color: #039e49 !important;
}
.module-title {
  height: 24px;
  border-bottom: 1px solid #ededed;
}
.module-title span,
.registration legend span {
  border-bottom: 1px solid #039e49;
}
.nspArts.habernews .nspInfo,
.nspArts.habernews .nspInfo a,
.nsp-habernews .nspArt .nspInfo .fa,
.nspLinks.habernews .nspInfo .fa,
.nspInfo.habernews,
.vjt1-extra.habernews,
.vjt1-extra.habernews a {
  color: #039e49;
}
.nspArts.habernews a.readon {
  background: #039e49 !important;
}
.nspArts.habernews a.readon:hover {
  background: #026c32 !important;
}
.nspLinks.habernews .nspLinkScroll1 ul li {
  border-top: 0;
  border-bottom: 1px solid #ededed;
}
.nspArts.habernews .nspInfo,
.Nsp-outer-wrapper.habernews.submain p.nspInfo {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.nspMain.habernews img.nspImage,
#t3-content img {
  border: 1px solid #ededed;
}
.gkHighlighterWrapperSub.habernews a,
.head-date,
.gkHighlighterInterface.habernews span.text {
  color: #78899b !important;
}
.gkHighlighterWrapperSub.habernews .fa {
  color: #039e49;
}
.Nsp-outer-wrapper.habernews.sidebar .nspArt,
.Nsp-outer-wrapper.habernews.submain-2 .nspArt,
.Nsp-outer-wrapper.habernews.downspot .nspArt {
  border-bottom: 1px solid #ededed;
}
.nspBotInterface.habernews .nspPagination li,
.nspTopInterface.habernews .nspPagination li {
  background: #78899b;
}
.nspBotInterface.habernews .nspPagination li.active,
.nspTopInterface.habernews .nspPagination li.active {
  background-color: #22303d;
}
.nspBotInterface.habernews .nspNext,
.nspTopInterface.habernews .nspNext,
.nspBotInterface.habernews .nspPrev,
.nspTopInterface.habernews .nspPrev,
.vertical-scroller.habernews .pagination > li > a {
  border: 1px solid #dddddd;
  transition: all 0.3s linear 0s;
}
.nspBotInterface.habernews .nspNext::before,
.nspTopInterface.habernews .nspNext::before,
.nspBotInterface.habernews .nspPrev::before,
.nspTopInterface.habernews .nspPrev::before,
.vertical-scroller.habernews .pagination > li > a {
  color: #dddddd;
  transition: all 0.3s linear 0s;
}
.nspBotInterface.habernews .nspNext:hover,
.nspTopInterface.habernews .nspNext:hover,
.nspBotInterface.habernews .nspPrev:hover,
.nspTopInterface.habernews .nspPrev:hover,
.vertical-scroller.habernews .pagination > li > a:hover {
  border: 1px solid #78899b;
  transition: all 0.3s linear 0s;
}
.nspBotInterface.habernews .nspNext:hover::before,
.nspTopInterface.habernews .nspNext:hover::before,
.nspBotInterface.habernews .nspPrev:hover::before,
.nspTopInterface.habernews .nspPrev:hover::before,
.vertical-scroller.habernews .pagination > li > a:hover {
  color: #78899b;
  transition: all 0.3s linear 0s;
}
.off-canvas-toggle {
  border-right: 1px solid #025326 !important;
}
.jptabs-wrapper.habernews ul.nav-tabs {
  background: #3d566e;
}
.jptabs-wrapper.habernews .nav-tabs > li.active > a,
.jptabs-wrapper.habernews .nav-tabs > li.active > a:hover,
.jptabs-wrapper .habernews.nav-tabs > li.active > a:focus {
  background-color: #039e49;
}
.jptabs-wrapper.habernews .nav > li > a:hover {
  color: #039e49;
}
.jptabs-wrapper.habernews.layout-default .tab-content {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 5px 15px 15px 15px;
}
.jptabs-wrapper.habernews ul.nav-tabs > li a,
.jptabs-wrapper.habernews .nav-tabs > li.active > a,
.jptabs-wrapper.habernews .nav-tabs > li.active > a:hover,
.jptabs-wrapper.habernews .nav-tabs > li.active > a:focus {
  border-right: 1px solid #ffffff;
}
.Nsp-outer-wrapper.habernews .nspArts.habernews h4.nspHeader {
  font-size: 20px;
  line-height: 1.2;
}
.Nsp-outer-wrapper.habernews.sidebar .nspArts.habernews h4.nspHeader,
.Nsp-outer-wrapper.habernews.submain .nspArts.habernews h4.nspHeader,
.Nsp-outer-wrapper.habernews.submain-3 .nspArts.habernews h4.nspHeader,
.Nsp-outer-wrapper.habernews.sidebar-2 .nspArts.habernews h4.nspHeader,
.Nsp-outer-wrapper.habernews.downspot h4.nspHeader,
.Nsp-outer-wrapper.habernews.downspot .nspArts.habernews h4.nspHeader,
#t3-footer .nspArts.habernews h4.nspHeader {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.1px;
}
#jt2-mansethaber-news .habernews h2,
.jt2-mansethaber-pagination.habernews a.toc span,
#jt2-mansethaber-news.habernews a.showmore:link,
#jt2-mansethaber-news.habernews a.showmore:visited {
  color: #3d566e;
  font-size: 15px;
}
#jt2-mansethaber-news .habernews h2:hover,
.jt2-mansethaber-pagination.habernews a.toc span:hover,
#jt2-mansethaber-news.habernews a.showmore:link:hover,
#jt2-mansethaber-news.habernews a.showmore:visited {
  color: #039e49;
}
.jt2-mansethaber-pagination.habernews .mjt-links {
  border-bottom: 1px solid #ededed;
}
.vscr-image.habernews {
  border: 1px solid #ededed;
}
.vertical-scroller.habernews .scroller {
  border-bottom: 1px solid #ededed;
}
.vertical-scroller.habernews .pagination > li > a,
.vertical-scroller.habernews .pagination > li > span {
  border: 1px solid #ededed;
}
.module-title.brand-primary {
  background-color: #039e49;
  border-bottom: 0;
}
.module-title.brand-secondary {
  background-color: #3d566e;
  border-bottom: 0;
}
.acymailing_form.habernews .inputbox {
  color: #3d566e;
}
.acymailing_form.habernews input {
  border: 1px solid #ededed;
}
.footerlogo_social_icon a {
  color: #4f708f;
  border: 1px solid #4f708f;
}
.t3-footnav .t3-module ul.footerlogo_social_icon li > a {
  color: #4f708f;
}
.t3-footnav .t3-module ul.footerlogo_social_icon li > a:hover {
  color: #7796b4;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #7796b4;
}
.Nsp-outer-wrapper.habernews.footer .nspArt {
  border-bottom: 1px solid #4f708f;
}
.Nsp-outer-wrapper.habernews.footer .nspMain.habernews img.nspImage,
.Nsp-outer-wrapper.habernews.footer .nspBotInterface.habernews .nspNext,
.Nsp-outer-wrapper.habernews.footer .nspTopInterface.habernews .nspNext,
.Nsp-outer-wrapper.habernews.footer .nspBotInterface.habernews .nspPrev,
.Nsp-outer-wrapper.habernews.footer .nspTopInterface.habernews .nspPrev {
  border: 1px solid #4f708f;
}
.Nsp-outer-wrapper.habernews.footer .nspBotInterface.habernews .nspNext::before,
.Nsp-outer-wrapper.habernews.footer .nspTopInterface.habernews .nspNext::before,
.Nsp-outer-wrapper.habernews.footer .nspBotInterface.habernews .nspPrev::before,
.Nsp-outer-wrapper.habernews.footer .nspTopInterface.habernews .nspPrev::before {
  color: #4f708f;
}
#t3-footer .nspArts.habernews h4.nspHeader a:hover,
#t3-footer .nspArts.habernews h4.nspHeader:hover {
  color: #039e49;
}
.t3-copyright {
  background: #2e4154;
}
.bottomright ul.menu li a:hover,
.bottomright ul.menu li.active a:hover {
  color: #039e49 !important;
}
.habernews.articles_count ul li {
  border-bottom: 1px solid #4f708f;
}
.habernews.articles_count span.artcount,
.habernews.articles_count .fa {
  color: #5d82a5;
}
.habernews.articles_count ul li:hover,
.habernews.articles_count ul li a:hover,
.habernews.articles_count ul li a:hover span.artcount,
.habernews.articles_count ul li:hover .fa {
  color: #039e49 !important;
  transition: all 0.2s linear 0s;
}
.habernews.articles_count ul li span.artcount,
.habernews.articles_count .fa {
  transition: all 0.2s linear 0s;
}
.tagspopular ul > li > a {
  background: #4f708f;
}
.tags .label-info {
  background-color: transparent;
  border: 1px solid #ededed;
}
.breadcrumb > li + li::before,
.content-icons.pull-right li a:hover,
.article-info dd a:hover,
.pagenav li > a:hover {
  color: #039e49 !important;
}
.tags .label-info {
  color: #8d9aa5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #039e49;
}
.article-title,
.article-header h1 {
  font-size: 24px;
}
#jt2-mansethaber-news.habernews .mjt2-author,
#jt2-mansethaber-news.habernews .mjt2-date {
  color: #039e49;
}
.jt2-mansethaber-pagination a.toc span {
  font-size: 15px !important;
  color: #3d566e !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #04d060;
  outline: 0;
  -webkit-box-shadow: 0 0 5px #039e49;
  -moz-box-shadow: 0 0 5px #039e49;
  box-shadow: 0 0 5px #039e49;
  transition: all 0.3s linear 0s;
}
#t3-footer select:focus,
#t3-footer textarea:focus,
#t3-footer input[type="text"]:focus,
#t3-footer input[type="password"]:focus,
#t3-footer input[type="datetime"]:focus,
#t3-footer input[type="datetime-local"]:focus,
#t3-footer input[type="date"]:focus,
#t3-footer input[type="month"]:focus,
#t3-footer input[type="time"]:focus,
#t3-footer input[type="week"]:focus,
#t3-footer input[type="number"]:focus,
#t3-footer input[type="email"]:focus,
#t3-footer input[type="url"]:focus,
#t3-footer input[type="search"]:focus,
#t3-footer input[type="tel"]:focus,
#t3-footer input[type="color"]:focus,
#t3-footer .inputbox:focus {
  border-color: #304457;
  outline: 0;
  -webkit-box-shadow: 0 0 5px #87a3bd;
  -moz-box-shadow: 0 0 5px #87a3bd;
  box-shadow: 0 0 5px #87a3bd;
  transition: all 0.3s linear 0s;
}
.fullwidth-layout #t3-mainnav.navbar-default {
  background-color: #3d566e;
}
.navbar-default .navbar-toggle {
  border-color: #6789aa;
  transition: all 0.3s linear 0s;
}
.navbar-default .navbar-toggle .fa {
  color: #6789aa;
  transition: all 0.3s linear 0s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #039e49;
  border-color: #026c32;
  transition: all 0.3s linear 0s;
}
.navbar-default .navbar-toggle:hover .fa,
.navbar-default .navbar-toggle:active .fa,
.navbar-default .navbar-toggle:focus .fa,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle .fa:hover,
.navbar-default .navbar-toggle .fa:active,
.navbar-default .navbar-toggle .fa:focus,
.navbar-default .navbar-toggle .fa:visited {
  color: #ffffff;
  transition: all 0.3s linear 0s;
}
.readmore a.btn-default {
  background: #039e49;
  color: #ffffff;
  border: 1px solid #026c32;
}
.readmore a.btn-default:hover {
  color: #fff;
  background: #026c32;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > li > .separator:hover,
.navbar-default .navbar-nav > li:hover span {
  color: #039e49;
  transition: all 0.2s linear 0s;
  background-color: transparent;
  cursor: pointer;
}
.ui-progress1 {
  background-color: #039e49;
}
.zt-module-testimonial .zt-testimonial.habernews:hover {
  border-bottom: 3px solid #039e49 !important;
}
.zt-module-testimonial .zt-testimonial.habernews .zt-information ul.zt-member-social-links li a,
.zt-module-testimonial .zt-testimonial.habernews a,
.zt-module-testimonial.habernews .info a {
  color: #039444 !important;
  transition: all 0.3s linear 0s;
}
.zt-module-testimonial .zt-testimonial.habernews .zt-information ul.zt-member-social-links li a:hover,
.zt-module-testimonial .zt-testimonial.habernews a:hover,
.zt-module-testimonial.habernews .info a:hover {
  color: #3d566e !important;
  transition: all 0.3s linear 0s;
}
.zt-testimonial.client p.content-testimonial {
  background: #f7f7f7;
  border: 1px solid #ededed;
}
.zt-testimonial.client p.content-testimonial:before {
  border-top: 15px solid #ededed;
}
.zt-testimonial.client p.content-testimonial:after {
  border-top: 15px solid #f7f7f7;
}
.ztTestimonial.client img.avatar {
  border: 1px solid #ededed;
}
.aboutus-img-overlay {
  background: #3d566e;
}
.counters .counter-icon,
.avs_input_search input#search_btn {
  background: #039e49 !important;
}
.well {
  background-color: #ffffff;
  border: 1px solid #ededed;
}
.registration a.btn.cancel {
  background: #3d566e;
  border-color: #395167;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  border-left: 1px solid #c7c7c7;
  margin-left: 0px;
}
.habernews-blogstyle .bt_handles_num li.current a {
  background: #039e49 !important;
}
.bt-imagewrap.habernews.blogstyle i {
  color: #039e49 !important;
  border: 2px solid #039e49;
}
.bt-cs.habernews .bt-inner .bt-title,
.bt-cs .bt-inner .bt-title.habernews.blogstyle {
  color: #3d566e;
  font-size: 20px;
}
.bt-cs.habernews .bt-inner .bt-title.habernews.pictured-news {
  font-size: 20px;
}
.bt-cs .bt-extra.habernews .bt-date,
.bt-cs .bt-extra.habernews .bt-author,
.bt-cs .bt-extra.habernews .bt-author a {
  color: #039e49;
}
.bt-cs .habernews-blogstyle .bt_handles_num li a {
  background: #3d566e;
}
div.itemComments {
  background: #f7f7f7;
  border: 1px solid #ededed;
}
div.itemCommentsForm form input#submitCommentButton {
  background: #039e49;
  transition: all 0.2s linear 0s;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #025326;
  transition: all 0.2s linear 0s;
}
div.itemToolbar {
  background: #f7f7f7;
}
div.itemCategory a,
div.catItemCategory a,
div.k2Pagination ul li.active a {
  background: #039e49;
  transition: all 0.2s linear 0s;
}
div.itemCategory a:hover,
div.catItemCategory a:hover {
  background: #025326;
  transition: all 0.2s linear 0s;
}
.registration legend {
  height: 24px;
  border-bottom: 1px solid #ededed;
  color: #3d566e;
  font-weight: 600;
}
a.btn .cancel {
  backgorund-color: #3d566e;
}
.t3-sidebar #login-form {
  border: 1px solid #ededed;
}
.t3-megamenu .t3-module .module-title span,
.t3-megamenu .t3-module .module-title span:hover {
  color: #3d566e !important;
}
.t3-module .module-borderedmodule {
  border: 1px solid #ededed;
}
.t3-megamenu .mega > .mega-dropdown-menu .mega-col-nav.MenuColumn li span::before {
  color: #039e49;
}
.navbar-default .navbar-nav > li span,
.dropdown-menu > li span {
  color: #ffffff;
}
.dropdown-menu > li span:hover {
  color: #039e49 !important;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu > li a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown-menu > li span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span {
  border-top: 1px solid #314559;
  display: block;
  color: #ffffff;
}
.dropdown-menu {
  background-color: #ffffff;
}
.t3-navbar-collapse .navbar-nav > li.open span:hover {
  color: #039e49;
}

@media screen and (max-width: 360px) {
  .highlighter-left {
    border-bottom: 1px solid #ededed;
  }
}

.topSocial {
  float: right;
}
.topSocial.module {
  margin-top: 8px !important;
  margin-right: 15px !important;
}
.topSocial ul li {
  margin: 0 0 0 3px !important;
}
.topSocial ul li a {
  width: auto !important;
  height: auto !important;
  font-size: 13px !important;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.topSocial ul li a i {
  width: 24px;
  height: 24px;
  border: 0;
  text-align: center;
  line-height: 24px;
  color: #dddddd;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.topSocial ul li a i:hover {
  color: #fff;
}
.topSocial ul li a i.fa-rss:hover {
  background: #faaa5e;
}
.topSocial ul li a i.fa-facebook:hover {
  background: #677fb5;
}
.topSocial ul li a i.fa-twitter:hover {
  background: #70c2e9;
}
.topSocial ul li a i.fa-google-plus:hover {
  background: #c53942;
}
.topSocial ul li a i.fa-pinterest:hover {
  background: #d8545d;
}
.topSocial ul li a i.fa-linkedin:hover {
  background: #3daccf;
}
.topSocial ul li a i.fa-dribbble:hover {
  background: #e299c2;
}