body {
  font-size: 13px;
  color: #52534e;
}
a {
  color: #52534e;
}
a:hover, a:focus {
  outline: none;
}
a, button {
  outline: none !important;
}
.nopadding {
  padding: 0px;
}
.noborder {
  border: none;
}
.nofloat {
  float: none;
}
.nobottom {
  padding-bottom: 0;
}
.over-visible {
  overflow: visible;
}
.maincontain {
  padding-top: 20px;
}
textarea {
  resize: vertical;
}
/*header*/
header {
  padding-top: 60px;
}
.navbar {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  font-size: 14px;
}
.icon-link .glyphicon {
  font-size: 16px;
}
.navbar h1 {
  float: left;
  margin: 0 15px;
}
.navbar-logo {
  font-size: 0;
  display: block;
  height: 60px;
  width: 110px;
  background: url("../images/logo.png") no-repeat 0 50%;
}
.navbar .dropdown-wide {
  position: static;
}
.navbar .dropdown-wide .dropdown-menu {
  width: 100%;
}
.navbar .dropdown .dropdown-menu {
  top: 60px;
  border-top: none;
}
.navbar .container {
  position: relative;
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-nav .submenu {
  padding: 15px 20px;
}
.navbar-nav .submenu h4 {
  border-bottom: 1px solid #dfd7ca;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 13px;
}
.navbar-nav .submenu .nav-stacked a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-nav-modern > li > a {
  border-top: 3px solid transparent;
  -webkit-transition: border-color .25s ease-in-out;
  transition: border-color .25s ease-in-out;
  padding-top: 17px;
}
.navbar-nav-modern > li > a:hover, .navbar-nav-modern > li > a:focus, .navbar-nav-modern > .active > a, .navbar-nav-modern > .active > a:hover, .navbar-nav-modern > .active > a:focus, .navbar-nav-modern > .open > a, .navbar-nav-modern > .open > a:hover, .navbar-nav-modern > .open > a:focus {
  background-color: transparent !important;
  border-top-color: #fff;
}
.navbar-nav-icon > li {
  margin-left: 1px;
}
.navbar-nav-icon > li > a:hover, .navbar-nav-icon > li > a:focus, .navbar-nav-icon > .active > a, .navbar-nav-icon > .active > a:hover, .navbar-nav-icon > .active > a:focus {
  background: rgba(255,255,255,.15) !important;
}
/*slider*/
#feature-posts {
  min-height: 240px;
  margin-left: -10px;
  margin-right: -10px;
}
.owl-carousel .owl-item {
  padding: 0 10px;
}
.owl-carousel .owl-item:first-child {
  border-left: none;
}
.feature-posts-grid .thumbnail {
  border-radius: 0px;
  margin: 0px;
  border: none;
  padding: 0px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,.12);
  box-shadow: 0 3px 0 rgba(0,0,0,.12);
  font-family: 'Glyphicons Halflings';
}
.feature-posts-grid .thumbnail img {
  min-height: 150px;
  height: auto;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.drop-panel {
  padding: 0px !important;
}
.feature-posts-grid .thumbnail:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.feature-posts-grid .thumbnail:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(39,40,36,.7);
  opacity: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.feature-posts-grid .thumbnail:hover:after {
  opacity: 1;
}
.feature-posts-grid .thumbnail .thumbnail-link {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  color: #f47c3c;
  position: absolute;
  line-height: 46px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  border: 1px solid rgba(255,255,255,.55);
  opacity: 0;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
.feature-posts-grid .thumbnail:hover .thumbnail-link {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.feature-posts-grid .feature-text {
  width: 100%;
  padding: 15px 0;
  text-align: left;
}
.feature-posts-grid .feature-text .text-muted {
  margin: 0px;
  line-height: 16px;
  font-size: 13px;
}
.feature-posts-grid .feature-text h4 {
  margin: 0px 0px 5px 0px;
}
.feature-posts-grid .feature-text a {
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #52534e;
}
.feature-posts-grid .feature-text a:hover {
  color: #79a736;
}
.owl-theme .owl-controls {
  margin: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0px;
  width: 40px;
  height: 40px;
  margin: 0px;
  background: #93c54b;
  font-size: 16px;
  display: block;
  text-align: center;
  color: rgba(255,255,255,.75);
  border-radius: 1px;
}
.owl-theme .owl-controls .owl-buttons div .glyphicon {
  line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0px;
  top: 55px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  background-repeat: repeat-x;
  position: absolute;
  right: 0px;
  top: 55px;
}
.owl-theme .owl-controls .owl-buttons div:hover, .owl-theme .owl-controls .owl-buttons div:focus {
  color: #fff;
  background-color: #9fd354
}
/*.panels*/
.panel-modern .panel-heading {
  margin: -1px -1px 0;
  border-bottom: none;
  font-size: 15px;
  text-transform: none;
  font-weight: bold;
}
.panel-modern .panel-body {
  min-height: 20px;
}
.list-group-modern {
  margin-bottom: 0;
}
.list-group-modern .list-group-item {
  border-color: #d6e9c6;
  border-left: none;
  border-right: none;
  padding: 15px;
}
.list-group-modern li.list-group-item:hover {
  border-color: #d6e9c6;
}
.list-group-modern .list-group-item:first-child {
  border-top: 0;
}
.list-group-modern .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-modern .list-group-item-heading {
  font-size: 13px;
  font-weight: bold;
  color: #52534e !important;
}
.list-group-modern a {
  text-decoration: none;
}
.list-group-modern .media {
  margin-left: 0;
  padding-left: 0;
}
.list-group-modern .media-body-text {
  margin-top: 4px;
  color: #52534e !important;
  font-weight: bold;
}
.list-group-modern .media h4 {
  margin: 0;
  font-size: 13px;
}
.list-group-modern .media .glyphicon {
  font-size: 10px;
}
.panel-modern hr {
  border-color: #d6e9c6;
}
.panel-modern h5.well {
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 14px;
}
.tooltip {
  text-transform: none;
  line-height: normal;
}
.tooltip-inner {
  text-align: left;
  padding: 10px;
}
.last-com-title {
  color: #52534e;
}
.media-upd .media-object {
  margin-top: 6px;
  width: 24px;
  height: 24px;
}
.media-upd + .media-upd {
  margin-top: 10px;
}
.modern-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.modern-pagination .pagin-btn, .modern-pagination .pages {
  display: inline-block;
  vertical-align: middle;
}
.modern-pagination .pagin-btn > span {
  display: none;
}
.modern-pagination .pagin-btn > a, .modern-pagination .pages > a, .modern-pagination .pages > span {
  position: relative;
  display: inline-block;
  padding: 5px 10px 7px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #98978b;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  margin: 2px 0;
}
.pagin-btn.next a {
  background: #93c54b;
  border-color: #93c54b;
  color: #fff;
}
.pagin-btn.next a:hover, .pagin-btn.next a:focus {
  background: #79a736 !important;
  border-color: #79a736 !important;
  color: #fff;
}
.modern-pagination .pagin-btn > a:hover, .modern-pagination .pages > a:hover {
  background: #f8f5f0;
}
.modern-pagination .pages > span {
  background-color: #f47c3c;
  border-color: #f47c3c;
  color: #fff;
}
.modern-pagination .pages > .nav_ext {
  background-color: #fff;
  border-color: #dfd7ca;
  color: #98978b;
}
.btn {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}
.img-rounded {
  border-radius: 3px;
}
.comments {
  position: relative;
}
.commentsin {
  padding-left: 80px;
}
.comments .panel-heading {
  text-transform: none;
  position: relative;
}
.comments .panel-heading b {
  color: #3e3f3a;
  font-size: 14px;
}
.comment-control {
  font-size: 14px;
}
.comment-control a {
  color: inherit;
}
.comment-control a:hover, .comment-control a:focus {
  color: #3e3f3a;
}
.comments .panel-heading:after, .comments .panel-heading:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.comments .panel-heading:after {
  border-right-color: #f8f5f0;
  border-width: 5px;
  margin-top: -5px;
}
.comments .panel-heading:before {
  border-right-color: #dfd7ca;
  border-width: 6px;
  margin-top: -6px;
}
.comment-ava {
  float: left;
  margin-left: -80px;
}
.comment-ava img {
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
.comments.tree:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 15px;
  left: 0;
  border-left: 1px dotted #dfd7ca;
  border-bottom: 1px dotted #dfd7ca;
}
.comments .panel-body a {
  color: #a4c551;
}
.comments .panel-body a:hover, .comments .panel-body a:focus {
  color: #79a736;
}
.comments .panel-body + .panel-body {
  padding-top: 0;
}
.comments .reply a {
  border-bottom: 1px dotted #93c54b;
  text-decoration: none;
  color: #93c54b;
}
.comments .reply a:hover, .comments .reply a:focus {
  border-bottom-style: solid;
}
.comments .reply.text-warning a {
  border-bottom-color: #f47c3c;
  color: #f47c3c;
}
.vote, .pollanswer {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vote label, .pollanswer label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.vote input[type="radio"], .pollanswer input[type="radio"] {
  position: absolute;
  margin-left: 0;
  margin-top: 4px \9;
}
.vote + .vote, .pollanswer + .pollanswer {
  margin-top: -5px;
}
/*footer*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 162px;
}
.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f8f5f0;
  padding: 15px 0 0;
}
.footer {
  padding: 6px 0;
}
.page-footer p {
  display: inline;
  line-height: 22px;
}
.page-footer .hit {
  display: inline;
  vertical-align: middle;
  opacity: .5;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-footer .hit:hover {
  opacity: 1;
}
.page-bottom {
  margin-top: 20px;
  background-color: #efeae1;
  padding: 10px 0;
  line-height: 30px;
}
.footer .row > div {
  min-height: 58px;
}
.footer .row > div + div {
  border-left: 1px solid #e1dace;
  padding-left: 40px;
}
.footer input {
  height: 34px;
  padding: 7px 10px;
  border-radius: 3px;
  line-height: 1;
  font-size: 12px;
  min-width: 220px;
}
.footer .btn {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: auto;
  text-transform: none;
}
.footer h5 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.page-bottom a:not(.copyr) {
  color: #93c54b;
  text-decoration: underline;
}
.page-bottom a:not(.copyr):hover {
  text-decoration: none;
}
/*gotop*/
.gotop {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 70px;
  right: 30px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  border-radius: 50%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  opacity: 0;
  background: #f47c3c;
}
.gotop .glyphicon {
  margin-left: 1px;
  line-height: 36px;
}
.gotop.visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.gotop:hover {
  background-color: #93c54b;
  color: #fff;
}
/*menu*/
.panel-tab {
  border: none;
  margin: 0;
  border-bottom: 1px solid #d6e9c6;
  border-radius: 0;
}
.panel-tab:last-child {
  border-bottom: none;
  border-radius: 4px;
}
.panel-tab-heading {
  height: 40px;
  position: relative;
}
.panel-tab-heading:hover {
  background-color: #f8f5f0;
}
.panel-tab-heading .link {
  color: #52534e;
  display: block;
  text-decoration: none;
  padding: 0 0 0 15px;
  line-height: 40px;
  position: relative;
  font-weight: bold;
}
.panel-tab-heading .collapse-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #98978b;
}
.panel-tab-heading .collapse-btn:hover, .panel-tab-heading .collapse-btn:focus {
  color: #52534e;
}
.panel-tab-body {
  padding: 10px;
  border-top: 1px solid #d6e9c6;
}
.panel-tab-body .nav-pills li a {
  padding: 5px 10px;
}
/*post*/
.post .panel-heading {
  position: relative;
}
.post .caption {
  padding: 5px;
}
.post-text a {
  color: #a4c551;
}
.post-text a:hover, .post-text a:focus {
  color: #79a736;
}
.post .caption h3, .post .caption h2, .post .caption h1 {
  margin: 0 0 5px 0;
  font-size: 28px;
  line-height: 42px;
}
.post .post-text {
  margin-bottom: 10px;
}
.post .author-info:after, .post .author-info:before {
  display: table;
  content: "";
}
.post .author-info:after {
  clear: both;
}
.post .author-info {
  padding: 5px 5px;
}
.post .author-info .list-inline {
  margin: 0px;
}
.post .author-info ul li:first-child {
  border-left: none;
}
.post .author-info ul li {
  float: left;
  border-left: 1px solid #e1dace;
  padding-left: 20px;
  padding-right: 20px;
}
.post .author-info ul li p {
  line-height: 16px;
  color: #52534e;
  margin: 0px;
}
.post .author-info ul li b {
  color: #52534e;
}
.post .author-info ul li a {
  color: #52534e;
  font-weight: 700;
  line-height: 20px;
}
.post .author-info ul li a:hover {
  color: #79a736;
  text-decoration: underline;
}
.post .author-info ul li .icon-box {
  margin-right: 15px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  height: 36px;
  float: left;
  background: transparent;
  color: #dfd7ca;
}
.post .author-info ul li .icon-box img {
  border-radius: 3px;
  width: 100%;
}
.post .author-info ul li .info {
  float: left;
}
.post .author-info.author-info-2 ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.post .author-info.author-info-2 ul li .icon-box {
  font-size: 28px;
}
.post .post-category {
  margin-bottom: 30px;
}
.post .post-category .glyphicon {
  margin: 0 2px;
}
.post .tags {
  margin-top: 20px;
  font-size: 0;
}
.post .tags a {
  margin: 0 2px 8px 0;
  background: #f8f5f0;
  border-radius: 3px;
  padding: 4px 8px;
  display: inline-block;
  font-size: 13px;
}
.post .tags a:hover {
  background: #93c54b;
  color: #fff;
  text-decoration: none;
}
.post .tags a:hover .glyphicon {
  color: #fff !important;
}
.post .btn {
  border-radius: 4px;
  margin-top: 20px;
}
.post .btn-rate {
  float: right;
  margin: 7px 0;
}
.post .btn-rate a {
  padding: 5px 10px;
  display: block;
  border-radius: 4px;
  color: #98978b;
}
.post .btn-rate a:hover {
  background: #f8f5f0;
  text-decoration: none;
  color: #98978b;
}
.post .post-control {
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 13px;
}
.post .post-control .dropdown-menu {
  padding: 5px 10px;
  min-width: 0;
  white-space: nowrap;
}
.post .post-control .dropdown-menu a {
  padding: 4px;
  display: inline-block;
}
.post .post-control .dropdown-menu img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  opacity: .6;
}
.post .post-control .dropdown-menu img:hover {
  opacity: 1;
}
.post .post-control a {
  color: inherit;
}
.post .post-control a:hover, .post .post-control a:focus {
  color: #3e3f3a;
}
.post img {
  max-width: 100%;
}
.panel-related .panel-heading {
  font-size: 18px;
  text-transform: none;
}
.panel-related .media-left a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.panel-related .media-left img {
  width: 100%;
  min-height: 50px;
}
/*static*/
.static .panel-heading, .form .panel-heading {
  text-transform: none;
  margin: 0;
  font-size: 20px;
  padding: 12px 20px;
}
.static .caption, .form .caption {
  padding: 5px;
}
.form .form-control {
  height: 40px;
  padding: 9px 16px;
  font-size: inherit;
}
.form .form-control:focus {
  border-color: #f47c3c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.textin + br {
  display: none;
}
.form .form-group {
  margin-left: .5px;
  margin-right: .5px;
}
/*profile*/
.modal-content {
  border: none;
}
.modal-profile-heading {
  background: #f47c3c;
  padding: 10px 15px;
  color: #fff;
}
.modal-profile-heading .media-left2 {
  padding: 5px;
}
.modal-profile-heading a {
  color: #fff;
  text-decoration: none;
}
.modal-profile-heading h5, .modal-profile-heading h6 {
  margin-bottom: 0;
}
.modal-profile-heading h5 {
  margin-top: 3px;
  font-weight: bold;
}
.pm-link {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255,255,255,.5);
  display: block;
}
.modal-profile-heading a:hover h5 {
  text-decoration: underline;
}
.modal-profile-nav > li > a {
  padding: 4px 10px;
}
.user-edit {
  font-size: 14px;
  float: right;
  position: relative;
}
.user-edit .dropdown-menu {
  left: auto;
  right: 0;
}
.user-edit a:hover, .user-edit a:focus {
  color: #3e3f3a;
}
/*alert*/
.alert {
  background-color: #faf1c2;
  color: #483608;
}
.alert a {
  text-decoration: underline;
  color: inherit;
}
.alert a:hover, .alert a:focus {
  color: #79a736;
}
.list-group-online {
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
  height: auto;
}
.table-pm {
  padding: 5px;
}
.form-group .pinbot-area {
  padding: 5px 10px 5px 120px;
  height: auto;
  width: 100%;
}
.form-group ul.pinbot-input {
  left: 0;
  top: 5px;
}
.full-share {
  margin-top: 28px;
}
.pm select {
  float: left;
  margin-left: -50px;
  padding: 6px 10px;
  line-height: 1.42857143;
  color: #3e3f3a;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn:hover .text-muted, .btn:focus .text-muted {
  color: #52534e;
}
.form textarea.form-control {
  height: auto;
}
.form-control:focus {
  border-color: #f47c3c;
}
/*search_advanced*/
.searchtable td.search table .form-control {
  height: auto;
  padding: 8px 12px;
  margin: 4px 0;
}
.searchtable td.search table input[type="checkbox"], .searchtable td.search table input[type="radio"] {
  margin-right: 5px;
}
.searchtable td.search table legend {
  margin-bottom: 0;
  font-size: 18px;
}
.searchtable td.search table table {
  width: 100%;
}
.utop td:last-child {
  white-space: nowrap;
}
.tooltip .scriptcode, .tooltip .title_quote, .tooltip .quote, .tooltip .title_spoiler, .tooltip .text_spoiler {
  background: rgba(255,255,255,.15);
  border: none;
  margin-top: 5px;
}
.toolbar {
  position: fixed;
  left: 30px;
  top: 50%;
  padding: 5px;
  border-radius: 5px;
  background: #f8f5f0;
  margin-top: -40px;
}
.toolbar a {
  display: block;
  width: 32px;
  height: 32px;
  background: #dfd7ca;
  border-radius: 4px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.toolbar a + a {
  margin-top: 5px;
}
.toolbar a:hover {
  background-color: #f47c3c;
}
.toolbar .glyphicon {
  margin-right: 1px;
}
.toolbar .tooltip {
  white-space: nowrap;
}
.icon-rss, .icon-sitemap {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNGRUUyMjUzN0NGMDExRTU4MTIwQTE5RTY2MTU5MDBBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNGRUUyMjU0N0NGMDExRTU4MTIwQTE5RTY2MTU5MDBBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0ZFRTIyNTE3Q0YwMTFFNTgxMjBBMTlFNjYxNTkwMEEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0ZFRTIyNTI3Q0YwMTFFNTgxMjBBMTlFNjYxNTkwMEEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4nqazcAAACbUlEQVR42sSXz0tUURTHHVGH1IGRRsVs7QSCUISr0UAQIcSEylxUG0EiN6HQov6CcKNLQYRauJmFCCpEKYpCiFALwzLI8ieClJYiZuXze+EMDIdz7nvznjJf+DC8O+ed933vnnveuyHHcXKyqdycLCuPfgvAPbBPrIJv4P95GwjRFETBLvvvGHwBs2CS2DtzB8YAiDruOgJJ0Axy6bzAZGIgXZ/AQ5CXLQMpfQT1QQwEXQXVYAYMgaIgRZhaCREQA3FKfgMkPCb/DNrAop8itBEGd8EYOHGZkgPQ5KcGvFINhl2MHIP28zKQIkEFqOkfuOUlV3ojMsX0G6yBJTAH3lFDkhQGfeCR8v8RaKQ8rjUQU+5kDwyCa5a76KA7lrQNyr1MQczDmh8HcSVRC/ijnPfW1jkzMeDQRZ6BkJCs3VKcXWdlIKUJUCwkfK7E74Iym4FC0AtegnlaSm5aACUsoXkyr5X4gUyWYQTcJzM2zYEL7NxLYF+Zvst++kAr2LCYGBTO6VFi+/02ootgymLittC+N5RaCPvthAW0FCWtgyIW/0SJvROkFZti/aAkfspio/QVxZW0GaiiOTXFNwpuCiauKIlN18tnsUkh7kd6H0kPvq5Ub7dg4oXyFFpY3AMl7qpkYN7yeq1giUuVp/CKxVUqOTv5J1kxqFXeV/mgjo3tgDEhtoEdbxJccb4zOjEvRstL868wNi6MVYJyNrbsxcAheKNc/ABMC+MLSnycHa8IMWXS3vAx2GKBZmvWKeyajL4rBkrZ8S8hJsL3hkZfQQ1d0Pxu0+f2ouXJjAgb3J/s+L0wXTvSZ3lWdCrAANiCZPbIL6x3AAAAAElFTkSuQmCC") no-repeat;
  background-size: 16px;
  position: relative;
  top: -2px;
}
.icon-sitemap {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5MTM4QjlDN0NGMjExRTU5Q0FGOEYwQzVBQjQ5QzlFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5MTM4QjlEN0NGMjExRTU5Q0FGOEYwQzVBQjQ5QzlFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTkxMzhCOUE3Q0YyMTFFNTlDQUY4RjBDNUFCNDlDOUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTkxMzhCOUI3Q0YyMTFFNTlDQUY4RjBDNUFCNDlDOUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5JLWo2AAAAgklEQVR42uxWQQ6AMAizjv//WOvFozGMQdANkt1Y17RdACS3zNqVfS2bwBlFQJR9vE9PwVOB9AzMS0AMd6DIS1kwdwa4rAJ4UQMVwggL6BxM/DaEGHyDFUKNBeyUEAa5H3HKgs99Q69tR42zvAUtmwAkaNvR4jBbgUOcBo55cF0CDADVABZOlSECmwAAAABJRU5ErkJggg==');
}
.dropdown-sort {
  border-top: none;
}
.dropdown-sort .nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
