body {
  background: #FCFCFC;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a {
  color: #FF7545;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #FF7545;
}
/* First fixing the dropdown menu.
 * Most stuff is handled by the walker, but some styles need to be added too.
 * Here we are removing the ">" from the original bootstrap styles, so it works for 2nd and 3rd level dropdown too..
 * (actually not cool to use more than 1 level dropdown, but if YOU or your users want to do this, it won't break the layout now ;)  */
.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.dropdown-menu ul {
  list-style: none;
}
/* Some modified padding for the bootstrap container.
 * Now you can make many styles of design easily.
 * Try with giving the .container class just a background colour and have a look. ;)
 */
.container {
  padding: 0 15px 15px 15px;
}
.btn {
  border: none;
  border-radius: 2px;
}
.form-control,
.comment-respond input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.avatar,
.ap-dynamic-avatar {
  border-radius: 3px;
}
.btn {
  background: #fff;
  border: solid 2px #ddd;
  color: #4A5B66;
  font-weight: 600;
}
.btn:hover {
  background-color: #eee;
  color: #4A5B66;
  border-color: #aaa;
}
.ap-btn-follow {
  border: solid 2px #ffae92;
  border-radius: 2px;
}
.ap-btn-follow.active {
  background: #ffc1ab;
  color: #4A5B66;
}
.alert {
  background: none;
  border-width: 2px;
}
.border-box {
  background: #fff none repeat scroll 0 0;
  border: solid 2px #ffae92;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
}
.border-box > h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.border-box > p {
  font-size: 14px;
}
.block-c,
.ap-reputation .ap-user-rep,
.ap-reputation-graph,
.ap-profile-form,
.ap-notification-list {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 15px;
}
.block-c.margin-bottom,
.ap-reputation .ap-user-rep.margin-bottom,
.ap-reputation-graph.margin-bottom,
.ap-profile-form.margin-bottom,
.ap-notification-list.margin-bottom {
  margin-bottom: 30px;
}
label {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}
h1,
.h1 {
  font-size: 32px;
}
.wp-caption {
  background: #eee none repeat scroll 0 0;
  padding: 3px 10px;
  border: none;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 3px;
}
.wp-caption img {
  border-radius: 3px;
}
body {
  font-size: 15px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #4A5B66;
}
.navbar-brand {
  font-size: 22px;
  font-weight: 600;
  height: 40px;
  padding: 10px;
  color: #4A5B66;
}
.navbar-brand > img {
  display: block;
  margin-top: -7px;
  max-height: 30px;
}
.site-nav {
  background-color: #fff;
  border-color: transparent transparent #eeeeee;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 2px;
  margin: 0 0 30px;
  padding: 15px 0;
  position: relative;
  z-index: 11;
}
.site-nav ul #ap-user-menu-anchor {
  display: block;
  height: 40px;
  margin-left: 12px;
  padding: 0;
  width: 40px;
}
.site-nav ul #ap-user-menu-anchor img {
  border-radius: 3px;
  height: 40px;
  margin: 0;
  vertical-align: top;
  width: 40px;
}
.site-nav ul #ap-user-menu-anchor .apicon-chevron-down,
.site-nav ul #ap-user-menu-anchor .name {
  display: none;
}
.site-nav .navbar-form {
  margin: 0;
  position: relative;
}
.site-nav .navbar-form .apicon-search {
  color: #ddd;
  font-size: 16px;
  left: 30px;
  position: absolute;
  top: 9px;
}
.site-nav .navbar-form .form-control {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  min-width: 250px;
  padding-left: 40px;
  vertical-align: middle;
  width: auto;
}
.site-nav .container {
  padding: 0;
}
.site-nav .btn-header-ask {
  background: #FF7545;
  border: medium none;
  color: #fff;
  float: right;
  font-size: 15px;
  height: 40px;
  padding: 10px;
  text-transform: uppercase;
  width: 75px;
  margin-right: 15px;
}
#top-right {
  margin-right: 5px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
.navbar > .container .navbar-brand {
  margin-left: 5px;
}
.site-nav .navbar-nav > li > a {
  color: #4A5B66;
  font-size: 15px;
  padding: 10px 12px;
}
.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus {
  background: none;
  color: #798f9d;
}
.site-nav .navbar-nav > li.active a,
.site-nav .navbar-nav > li.open a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #FF7545;
}
.site-nav .navbar-nav > li .dropdown-menu {
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.176);
  margin-top: 6px;
}
.site-header-cover {
  background-color: #ff7d4f;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.site-header-fade {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.site-header-entry {
  display: table;
  position: relative;
  z-index: 10;
}
.site-header-entry h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}
.site-header-entry .entry-content {
  color: #fff;
  font-size: 37px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
}
.site-header .for-asker,
.site-header .for-answerer {
  display: table-cell;
  height: 100%;
  padding: 70px 0;
  position: relative;
  vertical-align: middle;
}
.site-header .btn-ask {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
}
.site-header .btn-ask:hover {
  background-color: #fff;
  color: #4A5B66;
}
.site-header .for-answerer {
  width: 30%;
}
.site-header .for-answerer .entry-content {
  font-size: 23px;
  line-height: 130%;
  padding: 0 40px;
  position: relative;
  text-align: center;
}
.site-header .for-answerer h2 {
  font-size: 34px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.site-header .for-answerer .site-header-buttons {
  position: relative;
}
.site-header .for-answerer .btn-answer {
  background: #fff;
  color: #FF7545;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  max-width: 150px;
  border: medium none;
}
.site-header .answer-fade-bg {
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  height: 200%;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-header .site-header-bg {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
}
body #ap-user-notification-anchor .counter {
  border-radius: 50%;
  display: block;
  font-family: arial,helvetica,serif;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 16px;
  right: -7px;
  top: -8px;
  width: 20px;
}
body ul li ul#ap-notification-dropdown {
  border: 2px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  top: 62px;
  right: 5px;
}
body ul li ul#ap-notification-dropdown > li {
  background: #fff;
}
body ul li ul#ap-notification-dropdown > li .ap-notification-item {
  padding: 12px;
}
body ul li ul#ap-notification-dropdown > li.ap-notification-footer {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 1px solid #e6e6e6;
  padding: 1px;
}
body ul ul#ap-notification-dropdown a {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body ul ul#ap-user-menu-link {
  border: 2px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  margin-top: 22px;
  width: 175px;
}
body ul ul#ap-user-menu-link li {
  border-bottom: 1px solid #f1f1f1;
}
body ul ul#ap-user-menu-link > li:first-child a {
  border-radius: 3px 3px 0 0;
}
body ul ul#ap-user-menu-link > li:last-child a {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}
body ul ul#ap-user-menu-link .counter {
  background: #ff7b7b none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 11px;
  margin-top: 2px;
  padding: 0 6px;
}
body ul ul#ap-user-menu-link li a {
  font-size: 13px;
  padding: 8px 10px;
}
body ul ul#ap-user-menu-link li a:hover {
  text-decoration: none;
}
body ul ul#ap-user-menu-link li a:before {
  color: #818181;
  display: block;
  float: left;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
  width: 15px;
}
body #ap-user-notification-anchor {
  background: #eee none repeat scroll 0 0;
  border-radius: 3px;
  display: block;
  height: 40px;
  line-height: 37px;
  padding: 3px;
  text-align: center;
  width: 40px;
}
body ul ul#ap-notification-dropdown .ap-notification-scroll {
  height: 400px;
}
#category-dropdown .dropdown-toggle {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #eee;
  border-radius: 4px;
  color: #666;
  font-size: 18px;
  height: 40px;
  margin-right: 15px;
  padding: 6px;
  text-align: center;
  width: 43px;
}
#category-dropdown.open .dropdown-toggle {
  background-color: #aaa;
  color: #fff;
}
#category-dropdown .dropdown-menu {
  border-radius: 3px;
  margin-top: 18px;
  padding: 12px;
  width: 300px;
}
#category-dropdown .dropdown-menu .dropdown-cat-items {
  margin: -12px -15px 0 -12px;
  overflow: hidden;
}
#category-dropdown .dropdown-menu .cat-item {
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  float: left;
  padding: 10px 15px;
  width: 50%;
}
#category-dropdown .dropdown-menu .ap-cat-image {
  float: left;
  margin-right: 10px;
}
#category-dropdown .dropdown-menu .ap-category-icon {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 21px;
  padding: 2px;
  text-align: center;
  width: 22px;
}
#category-dropdown .dropdown-menu .ap-category-icon:hover {
  text-decoration: none;
}
#category-dropdown .dropdown-menu .ap-cat-wid-title {
  color: #4A5B66;
  display: block;
  font-size: 13px;
}
#category-dropdown .dropdown-menu .ap-cat-wid-title:hover {
  text-decoration: none;
  color: #354148;
}
#category-dropdown .dropdown-menu .view-all-cat {
  background: #eee none repeat scroll 0 0;
  border-radius: 3px;
  color: #333;
  display: block;
  font-weight: 600;
  margin: -2px -10px -11px;
  padding: 10px;
  text-align: center;
}
#login-sign {
  margin-right: 10px;
}
#login-sign .dropdown-menu {
  border: 2px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  margin-top: 25px;
  padding: 15px;
  width: 280px;
}
#login-sign .dropdown-menu .form-group {
  margin-bottom: 10px;
}
#login-sign .dropdown-menu .login-submit .btn {
  display: block;
  float: none;
  font-size: 13px;
  width: 100%;
}
#login-sign .dropdown-menu .signup-btn {
  color: #666;
  display: block;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
}
#login-sign .dropdown-menu .forget-btn {
  border-bottom: 2px solid #eee;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
#ap-userdp-noti .counter {
  background: #f54f4f none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -2px;
  width: 15px;
}
.home .site-nav {
  border-bottom: medium none;
  margin-bottom: 0;
}
.home-users {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  margin-top: -30px;
}
.home-users .widget-title {
  margin-top: 0;
}
.home-users .widget-inner {
  padding: 0;
  border: none;
}
.home-users .container {
  padding: 30px 15px;
}
.home-users .widget {
  margin: 0;
}
.home-users .top-users {
  border: none;
  margin: 0 -10px;
}
.home-users .top-users .top-users-item {
  border: medium none;
  float: left;
  padding: 10px;
  width: 25%;
}
.home-users .top-users .top-users-item-inner {
  border: solid 2px #eeeeee;
  background: #fcfcfc none repeat scroll 0 0;
  border-radius: 3px;
  padding: 10px;
}
.home-users .top-users .top-users-name {
  color: #4A5B66;
  line-height: 100%;
}
.home-users .top-users .top-user-rep {
  color: #888;
  font-size: 14px;
}
.home-users .top-users .top-user-rep i {
  font-style: normal;
}
.home-users .top-users .ap-btn-follow {
  display: table;
  font-size: 19px;
  margin-top: 3px;
  padding: 0 6px;
}
.home .site-stats-pos {
  background: #F1F1F1;
  border-top: medium none;
  margin-bottom: 30px;
  padding: 20px 0;
}
.home .site-stats-pos .widget-inner {
  padding: 0;
  border: none;
  background: none;
}
.home .site-stats-pos .stats-item {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 18px;
}
.home .site-stats-pos .stats-item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}
.home .site-stats-pos .stats-item i {
  color: #4A5B66 !important;
}
.home .site-stats-pos .stats-item span {
  color: #4A5B66;
}
.home .site-stats-pos .stats-item span:last-child {
  font-size: 14px;
}
.home .widget_ap_breadcrumbs_widget {
  display: none;
}
.site-footer {
  background: #222629;
  color: #7b7979;
  font-size: 14px;
}
.site-footer > .container {
  padding-bottom: 0;
}
.site-footer .site-info a {
  color: #D2D2D2;
}
.site-footer .site-info .sep {
  margin: 0 10px;
}
.site-footer-inner {
  padding: 20px 0;
}
.site-footer .widget-title {
  color: #fff;
}
.site-footer .widget-inner {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
.footer-top {
  background-color: #2C3033;
}
.footer-about .logo {
  color: #fff;
  display: block;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
}
.footer-about-desc {
  font-size: 17px;
}
.footer-social > li {
  display: inline-block;
}
.footer-social > li > a {
  color: #7a7a7a;
  font-size: 22px;
  margin-right: 5px;
  padding: 0;
}
.footer-social > li > a:hover {
  background: transparent;
  color: #fff;
}
.footer-nav li > a {
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
}
.footer-nav li > a:hover {
  background: none;
  color: #fff;
}
.site-stats-pos .widget-inner {
  padding: 0;
  margin: 0;
  border: none;
}
.widget.widget_ab_site_stats .stats-item i {
  color: #aaa;
  float: left;
  font-size: 30px;
  margin-right: 20px;
  padding: 2px 0;
}
.widget.widget_ab_site_stats .stats-item span {
  display: block;
}
.widget.widget_ab_site_stats .stats-item span:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}
.widget .ap-stats-widget {
  background-color: #fff;
  border: medium none;
}
.widget .ap-stats-widget li {
  font-size: 14px;
  list-style: outside none none;
  margin: 0;
  padding: 12px 15px;
}
.widget .ap-stats-widget li .stat-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  width: 110px;
}
.widget .ap-stats-widget li .stat-value {
  color: #4A5B66;
  float: none;
}
.widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}
.widget .view-all {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #fcb350;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 6px;
  vertical-align: middle;
  font-weight: normal;
  text-transform: initial;
  color: #4A5B66;
}
.widget-inner,
.widget .ap-widget-inner {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
}
.widget.widget_recent_entries .nav > li {
  border-bottom: 1px solid #eee;
  font-size: 13px;
  padding: 10px 5px;
}
.widget.widget_recent_entries .nav > li > a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.widget.widget_recent_entries .nav > li > a:hover {
  background: none;
}
.widget.widget_recent_entries .nav > li .post-date {
  display: block;
  font-size: 12px;
  color: #888;
}
.site-stats-pos {
  background: #fff none repeat scroll 0 0;
  border-top: 2px solid #eee;
  margin-top: 0;
}
.site-stats-pos .widget {
  margin-bottom: 0;
}
.site-stats-pos .container {
  padding: 20px 10px;
}
.site-stats-pos .stats-item {
  border-left: 1px solid #eee;
  float: left;
  font-size: 16px;
  line-height: 100%;
  padding-left: 15px;
  width: 25%;
}
.site-stats-pos .stats-item:last-child {
  border-right: solid 1px #eee;
}
#ap-categories-widget.ap-cat-wid > li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4A5B66;
}
#ap-categories-widget.ap-cat-wid .ap-cat-count {
  font-size: 13px;
}
#ap-categories-widget.ap-cat-wid li .ap-cat-image .ap-category-icon {
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 38px;
  line-height: 25px;
  margin-top: 3px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.27);
  width: 38px;
}
.subscribe-widget .form-control {
  border: medium none;
  height: 44px;
  margin-bottom: 6px;
  padding: 8px 15px;
}
.widget_anspress_breadcrumbs_widget .widget-inner {
  border: none;
  background: none;
  padding: 0;
}
.search-form label {
  margin-bottom: 0;
  vertical-align: top;
}
.search-form label .form-control {
  height: 36px;
  min-width: 300px;
  padding: 8px;
}
.widget_ap_breadcrumbs_widget {
  margin-top: -15px;
}
.page-title {
  font-weight: 600;
  margin-top: 0;
}
.page-title > a {
  color: #4A5B66;
}
.entry-title {
  margin-top: 0;
}
.entry-meta {
  color: #888;
  font-size: 15px;
}
.hentry {
  background: #ffffff;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #eee;
}
.hentry .page-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.entry-meta {
  font-size: 13px;
  margin-bottom: 10px;
}
.edit-link a,
.comments-link a {
  margin-right: 10px;
  color: #888;
}
.sticky {
  border: solid 2px #ffc1ab;
}
.entry-content-thumbnail {
  margin-top: 15px;
}
.entry-content-thumbnail img {
  border-radius: 3px;
}
.entry-content {
  margin-top: 15px;
}
.anspress-header {
  margin-bottom: 0;
  margin-top: -30px;
  padding: 25px 0;
}
.anspress-header .container {
  padding-bottom: 0;
}
.anspress-header h1 {
  margin-bottom: 0;
}
.post-navigation .pager li > a {
  border-radius: 3px;
  border-width: 2px;
  color: #888;
  padding: 3px 15px;
}
.comments-area {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 15px;
  padding: 15px;
}
.comments-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}
.comment-body {
  border-top: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding-top: 20px;
}
.comment-body p:last-child {
  margin-bottom: 0;
}
.comment:last-child > .comment-body,
.comment:last-child > .children {
  margin-bottom: 0;
}
.comment .children {
  border-left: 2px solid #eee;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-top: 20px;
  padding: 0 0 0 25px;
}
.comment .fn {
  font-style: normal;
}
.comment-reply-link {
  color: #888;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 12px;
  padding: 0;
}
.comment-meta {
  color: #888888;
  font-size: 16px;
  margin-bottom: 3px;
  color: #888;
}
.comment .avatar,
.comment .ap-dynamic-avatar {
  border-radius: 50%;
}
.comment-respond {
  margin: 0 -15px -15px;
  padding: 0 20px 20px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .form-allowed-tags-info {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  color: #888;
  font-size: 14px;
  padding: 8px;
}
.comment-reply-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.logged-in-as {
  font-size: 15px;
  margin-top: 5px;
}
.allowed-tags-toggle {
  display: none;
}
.top-users-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
}
.top-users-item:last-child {
  border-bottom: medium none;
}
.top-users-avatar {
  float: left;
  margin-right: 15px;
}
.top-users-name {
  color: #4A5B66;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 3px;
}
.top-users-name span {
  color: #777;
  font-size: 13px;
  font-weight: normal;
  margin-left: 2px;
  padding: 0 5px;
}
.top-users-rep {
  border-radius: 2px;
  font-size: 13px;
}
.top-users-rep i {
  font-style: normal;
}
.top-users .ap-btn-follow {
  color: #4A5B66;
  float: right;
  font-size: 11px;
  padding: 3px 7px;
  text-align: center;
}
#anspress .top-users-name {
  color: #4A5B66;
}
.tml.tml-login {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: table;
  margin: 0 auto 15px;
  min-width: 340px;
  padding: 20px;
}
.tml input[type="text"],
.tml input[type="password"] {
  border: 2px solid #eee;
  display: block;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%;
}
.tml input[type="text"]:hover,
.tml input[type="password"]:hover,
.tml input[type="text"]:focus,
.tml input[type="password"]:focus {
  border-color: #ffc1ab;
}
.tml .submit > input {
  background: #ffe7de;
  border: 2px solid #ffc1ab;
  border-radius: 2px;
  color: #4A5B66;
  display: block;
  margin-top: 19px;
  padding: 6px 20px;
  width: 100%;
}
.tml .submit > input:hover {
  border-color: #ff9b78;
}
.tml-action-links {
  display: table;
  margin: 15px auto 0;
  padding: 0;
}
.tml-action-links > li {
  display: inline-block;
  font-size: 15px;
  padding: 0 7px;
}
.tml-action-links > li > a {
  color: #4A5B66;
}
.login-page {
  background: rgba(0, 0, 0, 0) url("../images/login-bg.jpg") no-repeat scroll center center / cover;
  margin-top: -30px;
  padding: 60px 0;
}
.login-page .page-title {
  text-align: center;
}
.login p.message {
  display: block;
  margin: 0 auto 15px;
  max-width: 340px;
  padding: 10px;
  text-align: center;
}
.tml {
  margin: 0 auto;
  max-width: 320px;
}
.ab-customizer {
  position: relative;
}
.ab-customizer-form {
  display: none;
}
.ab-customizer-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.28);
  display: block;
  min-height: 200px;
  padding: 10px;
  width: 100%;
}
.ab-customizer-edit {
  background: #333 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline;
  padding: 2px 7px;
}
.ab-customizer .btn-submit {
  background: #FF7545;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  margin-top: 10px;
  padding: 1px 14px;
}
/* for mobile phones: Portrait and Landscape */
@media only screen and (max-width: 360px) {
  .ap-display-question-meta {
    display: none;
  }
}
/* for mobile phones: Portrait and Landscape */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
    overflow-x: hidden;
  }
  #category-dropdown,
  .site-header-cover,
  .ap-list-head,
  .site-info {
    display: none;
  }
  .site-nav {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .navbar-brand {
    font-size: 20px;
  }
  .navbar-brand img {
    display: block;
    margin-top: -2px;
    max-height: 22px;
  }
  .navbar-toggle {
    background: #aaa;
    left: 10px;
    margin: 5px 15px 0 0;
    padding: 6px 5px;
    position: absolute;
    border-radius: 2px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .icon-bar {
    background: #b0b0b0;
  }
  .site-nav .navbar-form .apicon-search {
    margin-top: 10px;
  }
  .site-nav .navbar-form {
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    float: none;
    margin: 0 -10px 10px;
  }
  .site-nav .navbar-form .form-control {
    margin: 0;
    width: 100%;
  }
  .site-nav .navbar-nav > li > a {
    border-bottom: 1px solid #f8f8f8;
    text-align: center;
  }
  .site-nav .btn-header-ask {
    float: none;
    font-size: 12px;
    height: 34px;
    line-height: 15px;
    margin-right: 0;
    margin-top: 6px;
    position: absolute;
    right: 10px;
    top: 3px;
    width: auto;
  }
  .navbar > .container .navbar-brand {
    float: left;
    font-size: 19px;
    margin-left: 50px;
    text-align: center;
  }
  #top-right {
    display: table;
    margin: 0 auto;
  }
  #top-right li {
    float: left;
  }
  .btn-ask-responsive {
    display: block;
  }
  .home .site-stats-pos .stats-item {
    border: medium none;
    float: none;
    margin-bottom: 25px;
    padding: 0;
    width: auto;
  }
  .home .site-stats-pos .stats-item i {
    text-align: center;
    width: 35px;
  }
  .home .site-stats-pos .stats-item:last-child {
    margin-bottom: 0;
  }
  .home-users .top-users .top-users-item {
    width: auto;
  }
  .home-users .top-users .no-overflow,
  .home-users .top-users .ap-btn-follow {
    display: none;
  }
  .home-users .top-users .top-users-item-inner {
    border: medium none;
    padding: 0;
  }
  .home-users .top-users .top-users-avatar {
    margin: 0;
  }
  #anspress #ap-answers-c .ap-sorting-tab,
  #anspress li.ap-users-meta-td,
  #anspress .ap-btn-fullscreen,
  #anspress .ap-user-posts-vcount,
  #anspress .ap-user-posts-active,
  #anspress .ap-user-posts-ccount {
    display: none;
  }
  #anspress .ap-questions,
  #anspress .ap-answers {
    border: medium none;
    margin: -15px -15px 0;
  }
  #anspress .ap-questions .question,
  #anspress .ap-answers .question {
    padding: 10px;
  }
  #anspress .ap-questions-title {
    font-size: 14px;
  }
  #anspress .ap-questions-item {
    padding: 10px;
  }
  #anspress .ap-questions-summery {
    padding: 0;
  }
  #anspress .ap-questions .ap-display-meta-item {
    font-size: 13px;
  }
  #anspress .ap-questions .ap-display-meta-item i::before {
    color: #aaa;
    font-size: 9px;
  }
  #anspress .ap-q-content {
    font-size: 14px;
    line-height: 1.4;
  }
  #anspress .type-answer.hentry {
    padding: 0;
  }
  #anspress .ap-vote a {
    border-width: 2px;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
  }
  #anspress .ap-q-left .ap-please-login {
    margin: 15px 0;
  }
  #anspress .ap-widget-title {
    font-size: 18px;
  }
  #anspress .ap-single-vote {
    top: -4px;
  }
  #anspress .ap-users-item {
    padding: 10px 0;
  }
  #anspress .ap-users .ap-btn-follow {
    color: #888;
    font-size: 11px;
    width: 62px;
  }
  #anspress .ap-term-tag-box > li {
    width: 100%;
    float: none;
  }
  #anspress .ap-term-tag-box > li .ap-taxo-description {
    font-size: 13px;
    height: auto;
  }
  #anspress .ap-user-main {
    margin-left: 0;
  }
  #anspress .ap-users-name {
    font-size: 13px;
  }
  #anspress .ap-user-cover {
    height: 140px;
  }
  #anspress .ap-user-avatar {
    margin: -65px auto 0;
  }
  #anspress .ap-user-avatar img {
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: 105px;
  }
  #anspress .ap-user-head .ap-user-name {
    font-size: 22px;
  }
  #anspress .ap-user-mini-status span {
    font-size: 13px;
  }
  #anspress .ap-about .ap-about-stats li {
    width: auto;
  }
  #anspress .ap-about .ap-about-stats-item {
    font-size: 13px;
  }
  #anspress .ap-about-block h3 {
    font-size: 18px;
  }
  #anspress .ap-about-rep-count {
    font-size: 18px;
  }
  #anspress .ap-about-votes .peity,
  #anspress .ap-about-votes .ap-vote-count {
    float: none;
  }
  #anspress .btn-sidetoggle {
    display: block;
  }
  #anspress .ap-user-navigation {
    background: #171b1f none repeat scroll 0 0;
    height: 100%;
    margin-left: -200px;
    position: fixed;
    z-index: 999;
  }
  #anspress #ap-user-menu {
    background: none;
    border: none;
  }
  #anspress #ap-user-menu li.active a {
    background: rgba(0, 0, 0, 0.3);
  }
  #anspress #ap-user-menu li a {
    border-bottom: none;
    padding: 10px;
  }
  #anspress #ap-user-menu li a:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  #anspress #ap-user-menu li a::before {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: block;
    float: left;
    font-size: 17px;
    height: 38px;
    line-height: 51px;
    margin-left: -5px;
    margin-right: 10px;
    margin-top: -16px;
    text-align: center;
    width: 49px;
  }
  #anspress .ap-user-identity {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
  }
  #anspress .ap-user-name {
    color: #fff;
  }
  #anspress .ap-term-category-box > li {
    float: none;
    width: auto;
  }
  #anspress .ap-list-counts {
    display: block;
  }
  #anspress .ap-list-counts .ap-questions-acount {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    margin-top: 3px;
    padding: 0;
    width: 35px;
  }
  #anspress .ap-list-counts .ap-questions-acount span {
    font-size: 11px;
  }
  #anspress .ap-list-counts .ap-questions-vcount {
    display: none;
  }
  .anspress-header h1 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #theme-my-login > form {
    min-width: 95%;
  }
  .site-nav ul #ap-user-menu-anchor img {
    height: 33px;
    margin: 5px 0 0;
    width: 33px;
  }
  .site-stats-pos .stats-item {
    border-bottom: solid 1px #eee;
    border-left: medium none;
    padding: 15px 0;
    width: 100%;
  }
  .widget_ap_breadcrumbs_widget {
    margin-top: 0;
  }
}
.error404 h1 {
  color: #cccccc;
  font-size: 185px;
  margin-top: 0;
  text-align: center;
}
.error404 .lead {
  font-size: 40px;
  margin-bottom: 0;
}
.error404 .search-form {
  display: table;
  margin: 20px auto 0;
}
.error404 .page-content {
  padding-bottom: 80px;
}
.ap-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.ap-breadcrumbs > li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
}
.ap-breadcrumbs > li i {
  color: #aaa;
  display: block;
  font-size: 10px;
}
.ap-breadcrumbs > li .apicon-home {
  margin: 0;
}
.ap-breadcrumbs > li a {
  color: #888;
  font-weight: 300;
  font-size: 13px;
}
.widget_ap_breadcrumbs_widget {
  margin-bottom: 0 !important;
}
