/* sprites */
.sprite-user-profile,
.sprite-user-profile-settings,
.sprite-subscriptions,
.sprite-display-settings,
.sprite-watched-threads {
  border-radius: 50%;
  background-color: #e4f0ff;
  background-size: 568px 418px;
  width: 47px;
  height: 47px;
}

.sprite-user-profile {
  background-position: -245px -341px !important;
}
.sprite-user-profile-settings {
  background-position: -358px -341px !important;
}

.sprite-subscriptions {
  background-position: -193px -340px;
}

.sprite-display-settings {
  background-position: -406px -340px;
}

.sprite-watched-threads {
  background-position: -306px -340px;
}

.sprite-printer {
  float: right;
  height: 36px;
  width: 36px;
  background-position: 7px -43px;
  border: 1px solid #0b4fa0;
  margin-left: 5px;
  margin-top: 2px;
}

.btn.default {
  margin-top: 2px;
}

.btn.btn-b {
    float: right;
    margin-top: 13px;
}

.sprite-printer:hover {
  background-color: #0b4fa0;
  background-position: 7px -73px;
}

.sprite-forum {
  background-position: -125px -152px;
  width: 15px;
  height: 14px;
}

.sprite-forum-new {
  background-position: -100px -152px;
  width: 15px;
  height: 18px;
}

.sprite-single-thread {
  background-position: -0px -148px;
  width: 15px;
  height: 18px;
}

.sprite-new-thread {
  background-position: -0px -170px;
  width: 15px;
  height: 18px;
}

.sprite-new-replies {
  background-position: -24px -170px;
  width: 15px;
  height: 18px;
}

.sprite-thread {
  background-position: -26px -148px;
  width: 15px;
  height: 18px;
}

.sprite-hot-thread {
  background-position: -49px -150px;
  width: 15px;
  height: 18px;
}

.sprite-locked-thread {
  background-position: -72px -150px;
  width: 15px;
  height: 18px;
}

.sprite-first-post {
  background-position: -200px -150px;
  width: 15px;
  height: 18px;
}

.sprite-attachment {
  width: 24px;
  height: 24px;
  background-position: -538px -148px;
}

.sprite-delete {
  background-position: -500px -217px;
  width: 15px;
  height: 15px;
}

.sprite-message {
  width: 16px;
  height: 11px;
  background-position: -49px -176px;
}

.sprite-message-replied {
  width: 16px;
  height: 16px;
  background-position: -89px -171px;
}

.sprite-message-read {
  width: 16px;
  height: 16px;
  background-position: -69px -171px;
}

.sprite-message-sent {
  width: 16px;
  height: 16px;
  background-position: -108px -171px;
}

.sprite-remove-tag {
  background-position: -498px -220px;
  display: inline-block !important;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  margin-right: 3px;
}

.tagwidget .sprite-expand {
  background-position: -529px -222px;
  width: 9px;
  height: 9px;
}

.tagwidget .open .sprite-expand {
  background-position: -518px -222px;
}

.right-arrow {
  display: inline-block;
  color: #006ae6 !important;
  font-size: 16px;
}

.right-arrow:hover {
  text-decoration: none;
}

.page-header .line {
  display: none;
}

[class*="page-user_"] .page-header .line,
[class*="page-personal_race"] .page-header .line,
[class*="page-lost_password"] .page-header .line,
[class*="page-post_detach"] .page-header .line,
[class*="page-post_move"] .page-header .line,
[class*="page-forum"] .page-header .line,
[class*="page-resend"] .page-header .line,
[class*="page-tag_cloud"] .page-header .line,
.page-post_edit_post .page-header .line,
.page-post_editlog .page-header .line,
.page-login .page-header .line {
  display: block;
}

.tags a {
  text-decoration: underline;
}

.tags a:hover {
  text-decoration: none;
}

.page-user_favourites .page-header .line {
  display: none;
}

.page-forum_view .page-header .line {
  display: none;
}

.toolbar .line {
  display: block;
  margin: 50px 0 10px 0;
}

.note {
  font-size: 12px;
  font-weight: bold;
}

/* dialog */
.ui-dialog {
  z-index: 1000;
}

.ui-dialog .ui-dialog-titlebar {
  background: #0b4fa0;
  color: #fff;
}

.ui-dialog .ui-button {
  outline: none;
}

.ui-user-widget-overlay {
  opacity: .5;
  background: #272727;
}

.page-category_list .ui-dialog,
.page-user_profile_basic .ui-dialog,
[class*=page-post] .ui-dialog  {
  width: 70% !important;
}

.page-category_list .ui-dialog .ui-widget-content,
.page-user_profile_basic .ui-dialog .ui-widget-content,
[class*=page-post] .ui-dialog .ui-widget-content {
  height: 500px !important;
}

.page-category_list .sidebar .searchbox {
  padding-bottom: 8px;
}

.nowrap-text {
  white-space: nowrap;
}

/* dtable */
.dtable .icon {
  width: 15px;
  padding-right: 0;
  padding-left: 2px;
  text-align: left;
}

.page-category_list .dtable .icon {
  padding-left: 10px;
}

.dtable .author,
.dtable .recipient {
  width: 60px;
}

.dtable .views,
.dtable .replies,
.dtable .posts,
.dtable .threads,
.dtable .online {
  width: 40px;
  text-align: center;
}

.dtable .markup {
  width: 80px;
}

.dtable .status {
  width: 40px;
  text-align: center;
}

.dtable .date,
.dtable .nickname,
.dtable .where,
.dtable .ip {
  min-width: 130px;
  width: 25%;
}

.page-search_results .dtable .date,
.page-ip_posts .dtable .date {
  width: 110px;
  min-width: 0;
}

.dtable .title {
  font-weight: normal;
  letter-spacing: .15px;
}

.dtable .post-mob {
  display: none;
  vertical-align: middle;
}

.dtable .post-mob span,
.dtable .postedby {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

.dtable .postedby {
  max-width: 100px;
  text-overflow: ellipsis;
}

.dtable .subject {
  font-size: 15px;
  padding-right: 0;
}

.dtable .subject .desc,
.dtable .subject .post-mob {
  margin: 0;
  padding: 3px 0;
  font-size: 13px;
}

.dtable .dhead .drow,
.dtable .dhead .subject {
  font-weight: normal;
  font-size: 13px;
}

.dtable.form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dtable.bg .dbody .sticky-thread .dcell {
  background: #E4F0FF;
}

.dtable.form h3 {
  font-size: 13px;
  margin: 5px 0;
  padding: 0;
}

.dtable.form h3 a {
  font-weight: normal;
  font-family: 'Open Sans';
}

.dtable.form a {
  text-decoration: underline;
}

.dtable.form a:hover {
  text-decoration: none;
}

.dtable.form .drow.category .name {
  vertical-align: top;
}

.ascending, .descending {
  font-size: 8px;
  padding-left: 3px;
}

.ascending:before {
  content: "\25b2";
}

.descending:before {
  content: "\25bc";
}

.container .dtable .drow:last-child .dcell {
  border: 0;
}

.sticky, .moved {
  color: #adadad;
  font-style: italic;
  font-size: 13px;
}
/* quick launchers */
.quick-launchers {
  width: auto;
  margin: 0px auto 20px auto;
}

.quick-launchers .dcell {
  padding: 0;
}

.quick-launchers a {
  font-family: "Open Sans";
  font-size: 12px;
  color: #000;
  padding: 10px 25px 0 0px;
}

.quick-launchers a:hover {
  text-decoration: none;
}

.quick-launchers a:hover span:last-child {
  color: #0b4fa0;
  text-decoration: underline;
}

.quick-launchers span {
  display: inline-block;
  vertical-align: middle;
}

.quick-launchers [class*="sprite-"] {
  border-radius: 50%;
  background-color: #e4f0ff;
  width: 34px;
  height: 34px;
  margin-right: 3px;
}

.quick-launchers .sprite-tri {
  background-position: -243px -144px;
}

.quick-launchers .sprite-cla {
  background-position: -288px -144px;
}

.quick-launchers .sprite-lav {
  background-position: -340px -144px;
}

.quick-launchers .sprite-job {
  background-position: -392px -145px;
}

.quick-launchers .sprite-wom {
  background-position: -440px -144px;
}

.quick-launchers .sprite-not {
  background-position: -492px -144px;
}

.simple-form {
  padding: 10px 0;
}

.simple-form select,
.simple-form .btn {
  float: left;
  vertical-align: middle;
  margin: 2px 0;
}

.simple-form select {
  margin-right: 10px;
}

/* sidebar */
.sidebar .searchbox {
  margin: 0px 0 20px 0;
  padding: 0;
}

.sidebar .searchbox input,
.sidebar .searchbox select {
  float: left;
  margin-bottom: 10px;
  color: #0b4fa0;
}

.sidebar .searchbox select {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 13px;
}

.sidebar .searchbox .search-filter {
  margin-left: 5px;
}

.sidebar .searchbox .row {
  margin: 0;
  padding: 0  0 0 10px;
}

.sidebar .searchbox .txt,
.sidebar .searchbox .btn {
  float: left;
}

.sidebar .searchbox .txt {
  width: 236px;
  padding-left: 10px;
  padding-right: 5px;
  margin-bottom: 0;
  margin-right: 5px;
}

.sidebar .searchbox .search-lnk {
  padding-left: 8px;
}

.sidebar .searchbox.blank {
  padding-top: 12px;
  margin-bottom: 31px;
}

.sidebar .searchbox .botbox {
  border-right: 0;
  height: 10px;
  margin: 0px;
}

.btn-wrapper {
  text-align: right;
}

.btn-wrapper .btn {
  margin-left: 5px;
}

.page-header h1,
.toolbar .paging {
  float: left;
}

.page-header .btn-wrapper,
.toolbar .bt-wrapper {
  overflow: hidden;
  margin-top: 15px;
}

.message-page .page-header h1 {
    font-size: 30px;
}
.message-page .page-header {
    margin-bottom: 10px;
}
.message-page .page-header .btn-wrapper {
    min-width: 270px;
}
.toolbar-b .paging {
  float: left;
  margin-top: 5px;
}

.btn-wrapper.alone {
  float: none;
  text-align: right;
  padding: 10px 0;
}

.btn-wrapper.alone .btn {
  float: none;
}

.toolbar {
  padding-bottom: 5px;
}

.profile .dcell {
  width: 46%;
  padding: 2%;
}

.profile .botbox {
  border-right: 0;
}

.profile .user-widget {
  margin: 25px;
  min-height: 120px;
}

.profile .user-widget h3 {
  text-transform: uppercase;
}

.profile .user-widget h3, 
.profile .user-widget p {
  overflow: hidden;
}

.profile [class*="sprite-"] {
  display: block;
}

.profile .edit-lnk {
  float: left;
  margin-right: 10px;
  text-align: center;
}

.profile .edit-lnk a {
  display: inline-block;
  margin: 8px auto;
  background-color: #0b4fa0;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}

.lnk-actions {
  margin: 8px 0;
}

/* post/message write */
.row.post-message {
  padding: 0;
  margin-top: 10px;
}

.row.post-message .name {
  float: none;
  display: block;
  background: #272727;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 3px 0;
  font-size: 12px;
}

.row.post-message .value {
  height: 350px;
  border: 1px solid #adadad;
}

.row.post-message iframe {
  width: 100%;
  height: 100%;
}

.row.post-message textarea.txt {
  height: 100%;
}

.row.post-attachments {
  padding: 0;
}

.row.post-tags .col-6 {
  padding: 0;
  vertical-align: top;
}

.row.post-tags .txt {
  width: 75%;
}

.row.post-tags .button-remove {
  display: inline-block;
  margin: 6px 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.row.post-attachments {
  margin-bottom: 10px;
}

.row.post-attachments .dcell {
  padding: 5px;
  font-size: 12px;
}

.row.post-attachments .dcell.filename {
  width: 330px;
}

.row.post-attachments .dcell.inline {
  width: 60px;
}

.row.post-link-actions {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.post-header-group .row .name,
.page-header-group .row .name {
  min-width: 120px;
  text-transform: uppercase;
  font-weight: bold;
}

.post-options {
  float: left;
}

.btn-wrapper.post-actions {
  overflow: hidden;
  margin-top: 10px;
}

.member-search {
  margin: 15px 0;
}

.alphabet-list b,
.alphabet-list a {
  padding-right: 5px;
}

/* post details */
.post-header {
  padding: 7px 10px;
  background-color: #e4f0ff;
}

.post-actions {
  text-align: right;
}

.post-body-wrapper .post-actions {
  margin: 15px 10px;
}

.post-header .post-actions {
  float: right;
  font-weight: bold;
  font-size: 14px;
  margin-top: 2px;
}

.post-header .post-subject {
  float: left;
  font-size: 15px;
  font-weight: normal;
}

.root-post .post-header {
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  background-color: #fff;
  padding: 7px 0;
}

.hidden-post .post-header {
  background-color: #f6f6f6;
}

.root-post .post-header .post-actions {
  margin-top: 3px;
}

.root-post .post-header .post-subject {
  font-size: 23px;
  font-family: Oswald;
  font-weight: normal;
}

.post-wrapper {
  background-color: #f4f8fb;
}

.post-wrapper .dtable {
  margin: 10px 0 20px 0;
}

.post-wrapper .dtable .dcell {
  padding: 2px 12px 4px 12px;
  font-size: 14px;
}

.post-wrapper .drow .dcell:first-child {
  width: 180px;
  border-right: 1px dotted #adadad;
}

.post-wrapper .post-notes {
  font-size: 12px;
  margin-top: 15px;
}

.post-info .username {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 8px;
}

.post-info div {
  margin: 3px 0;
  font-size: 12px;
}

.post-preview, .post-reply-view {
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}

.post-body hr {
  display: none;
}

.post-body img {
  max-width: 100%;
  height: auto;
}

.post-body .signature-prefix {
  height: 1px;
  border: 0;
  background: #adadad;
  margin-top: 15px;
  margin-left: 0;
  width: 25%;
  min-width: 200px;
  display: block;
}

.post-body .reply-block,
.post-body .quote-block {
  position: relative;
  border: 1px dotted #adadad;
  padding: 10px;
  margin: 15px 0 10px 0;
}

.post-body .reply-block .reply-block-title,
.post-body .quote-block .quote-block-title {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
}

/* signup */
.page-user_signup .dtable.form .actions .btn {
  float: left;
}

.page-user_signup .dtable.form .actions .note {
  float: left;
  margin: 5px 0 0 10px;
}

/* user profile */
.dtable.form .images .col-6 {
  width: 49%;
}

.dtable.form .images .col-6:last-child {
  float: right;
}

.dtable.form .images .image-holder {
  float: left;
  margin-bottom: 5px;
}

.dtable.form .images .image-upload {
  overflow: hidden;
  display: block;
  padding-left: 5px;
}

.dtable.form .images .file {
  display: block;
  width: 98%;
  margin: 7px 0;
}

.page-user_profile_basic .dtable.form .actions .dcell:last-child {
  text-align: center;
}

.dtable.form .social-sm .network {
  position: relative;
  display: inline-block;
  width: 24.7%;
  min-width: 290px;
  padding: 0 0 8px 0;
  text-align: right;
}

.dtable.form .social-sm .txt {
  width: 85%;
  min-width: 250px;
  margin-left: 15%;
}

.dtable.form .social-sm span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 33px;
  height: 33px;
}

.dtable.form .social-sm .sprite-twitter {
  background-position: -138px -42px; 
}

.dtable.form .social-sm .sprite-vimeo {
  background-position: -190px -44px;
}

.dtable.form .social-sm .sprite-tumblr {
  background-position: -280px -44px; 
}

.dtable.form .social-sm .sprite-facebook {
  background-position: -228px -42px; 
}

.dtable.form .social-sm .sprite-youtube {
  background-position: -336px -42px; 
  margin-right: 0px;
}

.dtable.form .social-sm .sprite-yahoo {
  background-position: -140px -70px; 
}

.dtable.form .social-sm .sprite-msn {
  background-position: -138px -42px; 
}

.dtable.form .social-sm .sprite-icq {
  background-position: -186px -74px; 
}

.dtable.form .social-sm .sprite-aim {
  background-position: -219px -76px; 
}

/* user view */
.account-info {
  padding-top: 10px;
}

.account-info .dtable.form .value {
  color: #0b4fa0;
}

[class*=account-] .dtable.form .name {
  width: 15%;
  min-width: 60px;
}

[class*=account-] .btn-wrapper {
  text-align: center;
  padding-top: 8px;
}
 
[class*=account-] .btn-wrapper .btn {
  float: none;
}

[class*=account-] .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
}

.account-races .race-name {
  color: #0b4fa0;
}

.account-bikes {
  padding-top: 35px;
}

.account-coordinates .tria-view .title,
.account-coordinates .road-view .title {
  text-transform: uppercase;
  color: #006ae6;
  font-size: 14px;
}

.account-coordinates img {
  max-width: 412px;
  width: 80%;
}

.account-bikes .bike-info {
  float: left;
  width: 50%;
  max-width: 300px;
}

.account-bikes .row .btn-wrapper {
  overflow: hidden;
  text-align: left;
  padding: 0;
  margin: 54px 0 0 5px;
}

.account-bikes .bike-details {
  padding-top: 5px;
  display: none;
}

.account-bikes .bike-details p {
  clear: left;
  padding: 0;
  margin: 2px 0;
}

.account-bikes .bike-details p em {
  font-style: normal;
  color: #006ae6;
}

.account-bikes .bike-details p span {
  float: left;
}

.account-bikes .bike-details p span:last-child {
  padding-left: 2px;
}

.account-bikes .bike-form {
  position: relative;
  display: none;
  padding: 0 20px;
  border: 1px solid #0b4fa0;
  background-color: #fff;
  margin-bottom: 10px;
}

.account-bikes .bike-form .sprite-close {
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: -498px -220px;
  left: -6px;
  top: -6px;
}

.account-bikes .bike-form .road-bike .drow.tri {
  display: none;
}

.account-bikes .bike-form .dtable.form .name {
  width: 30%;
  max-width: 180px;
}

/* login */
.page-login .dtable.form {
  width: 70%;
  margin: 50px auto 0 auto;
}

.page-login .form .txt {
  width: 90%;
}

.page-login .form .checkbox {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}

.page-login .form label {
  font-size: 13px;
}

.page-login .actions .lostpasswd,
.page-login .actions .btn {
  float: left;
}

.page-login .actions .lostpasswd {
  margin: 10px 0 0 10px;
}

.page-login .dtable.form .name {
  width: 30%;
}

.page-login .dtable.form .actions .dcell:last-child {
  padding: 0;
  text-align: left;
}

.page-login .remember-me label {
  font-size: 10px;
  line-height: 11px !important;
  vertical-align: middle;
}

.page-login .no-account {
  display: block;
  background-color: #e4f0ff;
  width: 90%;
  margin: 30px auto;
  padding: 20px 0;
  min-width: 310px;
  max-width: 500px;
  margin-top: 60px;
}

.page-login .no-account .col-4 {
  text-align: center;
  padding-top: 15px;
}

.page-login .no-account .sprite-logo {
  float: none;
  margin-left: 10px;
}

.page-login .botbox {
  display: none;
  height: 15px;
  border-right: 0;
}

/* search results */
.page-search_results .searchbox {
  margin: 20px 0;
}

.page-search_results .searchbox input[type=radio] {
  float: left;
}

.page-search_results .searchbox label {
  display: block;
  overflow: hidden;
  margin-right: 10px;
}

.page-search_results .searchbox .option {
  float: left;
  display: inline-block;
  white-space: inherit;
}

.page-search_results .searchbox .option:first-child {
  width: 47%;
}

.page-search_results .searchbox .option:nth-child(2) {
  width: 35%;
}

.page-search_results .searchbox .option:last-child {
  width: 18%;
}

.page-search_results .searchbox .col-4:first-child {
  width: 35%;
}

.page-search_results .searchbox .col-4:nth-child(2) {
  width: 55%;
}

.page-search_results .searchbox .col-4:last-child {
  width: 10%;
  text-align: right;
}

.ad {
  margin: 15px 0 5px 0;
  text-align: center;
}

.adbox .ad {
    margin: 0;
}

.ad h4 {
  margin: 0;
  color: #adadad;
  font-weight: normal;
  font-size: 11px;
  font-family: 'Open Sans';
  padding-bottom: 0;
  text-align: center;
}

.admob,
.adtab {
  display: none;
  text-align: center;
}

.adtab {
  margin: 40px 0 20px 0;
}

.mobpoll {
  display: none;
  margin-right: 20px;
}
.mobpoll .widget {
  padding: 0;
}
.mobpoll .widget-divider {
  display: none;
}
.mobpoll .btn {
  color: #fff;
}

.pm-notification {
  display: inline-block;
  border-radius: 50%;
  background-color: #0b4fa0;
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px !important;
}

/* hot topics */
.widget {
  position: relative;
}
.toolbar-b .widget.hot-topics {
  float: left;
  display: inline-block;
  min-width: 301px;
}
.toolbar-b .widget.hot-topics .hotlnk .sprite-arrow-down-b {
  margin-left: 10px;
}
.tagwidget {
  display: none;
  position: absolute;
  width: 296px;
  background: #e4f0ff;
  top: 30px;
  left: 0;
  z-index: 10;
  border: 2px solid #e4f0ff;
  box-shadow: 0px 0px 10px 0px #a4a4a4;
}
.tagwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tagwidget a {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}
.tagwidget .children {
  background: #fff;
  display: none;
  max-height: 300px;
  overflow-x: auto;
}
.tagwidget > ul > li > a {
  position: relative;
  display: block;
  padding: 11px 10px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.tagwidget > ul > li:last-child > a {
  border: 0;
}
.tagwidget > ul > li > a [class*="sprite-"] {
  display: block;
  right: 10px;
  top: 15px;
}
.tagwidget li ul {
  padding: 0 10px;
}
.tagwidget .children li > ul {
  padding: 0;
  margin: 5px 0;
}
.tagwidget .children > ul > li > a {
  display: block;
  border-bottom: 1px dotted #0b4fa0;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.tagwidget .thread span {
  display: block-inline;
  float: left;
  margin-top: 3px;
}
.tagwidget .thread a {
  display: block;
  overflow: hidden;
}
.tagwidget .thread a:hover {
  text-decoration: underline;
}
.widget.hot-topics {
  padding: 0;
}
.hot-topics .hotlnk {
  display: block;
  background: #0b4fa0;
  padding: 5px 10px;
  color: #fff;
  font-family: Oswald;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.20px;
}
.hot-topics .hotlnk:hover {
  text-decoration: none;
}
.hot-topics .hotlnk .sprite-arrow-down-b {
  float: right;
  margin-top: 5px;
}
@media (max-width: 1350px) {
  .quick-launchers a {
    padding-right: 10px;
  }
}

@media (max-width: 1230px) {
  .page-login .col-7,
  .page-login .col-5,
  .page-search .col-6 {
    float: none;
    width: auto;
  }

  .page-login .no-account {
    width: 90%;
    min-width: 480px;
    max-width: none;
  }

  .page-login .dotted {
    display: none;
  }

  .page-login .botbox {
    display: block;
  }

  /* user profile */
  .dtable.form .images .col-6,
  .dtable .txt.shotext,
  .dtable .txt.midtext {
    width: 47.5%;
    min-width: 260px;
  }

  .dtable .subject,
  .dtable .right-arrow {
    font-size: 14px;
  }

  .page-search .dtable.form .txt.midtext {
    width: 80%;
  }

  .post-body img {
    max-width: 80%;
    height: auto;
  }

  .quick-launchers {
    float: right;
  }

  .quick-launchers a:last-child {
    padding-right: 0;
    padding-left: 10px;
  }

  .quick-launchers a span:last-child {
    display: none;
  }
}

@media (max-width: 1095px) {
  .dtable .views {
    display: none;
  }

  /* user profile */
  .dtable.form .images .col-6 {
    width: 47.5%;
    min-width: 240px;
  }

  .dtable.form .txt.shotext,
  .dtable.form .txt.midtext {
    min-width: 240px;
  }

  .dtable.form .social-sm .network {
    width: 49.5%;
  }
}


/* tablet portrait and landscape */
@media (max-width: 1023px) {
  .dtable .where {
    display: none;
  }

  .wallpaper {
    background-image: none;
  }

  .dtable .views {
    display: table-cell;
  }

  .post-body {
    font-size: 15px;
  }

  .page-search_results .searchbox .col-4:first-child,
  .page-search_results .searchbox .col-4:last-child {
    float: none;
    width: auto;
    display: block;
  }

  .page-search_results .searchbox .col-4:first-child {
    padding-bottom: 10px;
  }

  .page-search_results .searchbox .col-4:nth-child(2) {
    width: 100%;
  }

  .page-search_results .searchbox .btn {
    margin-top: 10px;
  }

  .page-search_results .searchbox .txt.midtext {
    min-width: 0;
    width: 100%;
  }

  .page-user_view .col-6 {
    float: none;
    width: 100%;
  }

  .dtable.form .actions .dcell:last-child,
  .page-user_profile_basic .dtable.form .actions .dcell:last-child {
    text-align: left;
  }

  .adtab,
  .page-post_view_flat .admob {
    display: block;
  }

  .admob .adwrapper {
    border-top: 1px dotted #adadad;
    padding-top: 20px;
  }
  
  .post-body img {
    max-width: 80%;
    height: auto;
  }

  .btn-wrapper .sprite-printer {
    display: none;
  }

  .toolbar-b .paging {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .dtable .views {
    display: none;
  }
}

@media (max-width: 767px) {
  .quick-launchers {
    display: none;
  }

  .page-forum_view .toolbar .btn-wrapper {
    display: none;
  }

  /* user profile */
  .dtable.form .name,
  .dtable.form .divider {
    padding-right: 7px;
  }

  .dtable.form .images .col-6,
  .dtable.form .images .col-6:last-child,
  .row.post-tags .col-6 {
    float: none;
    width: 98%;
    padding: 0;
  }

  .post-body-wrapper .post-actions {
    margin: 10px 10px 18px 10px;
  }

  .toolbar {
    padding: 0;
    margin: 20px 0 10px 0;
  }

  .toolbar .paging,
  .toolbar-b .paging {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0px 10px 0;
    background-color: #e4f0ff;
    text-align: center;
    font-size: 20px;
    font-family: Oswald;
    margin-bottom: 15px;
  }

  .paging select {
    font-size: 13px;
    padding: 3px 1px;
    text-align: center;
    text-align-last: center;
  }

  .paging a {
    display: inline;
  }

  .paging select,
  .paging span {
    display: inline-block;
    vertical-align: middle;
  }

  .paging .next,
  .paging .last,
  .paging .prev,
  .paging .first {
    position: absolute;
    top: 5px;
  }

  .paging .prev {
    left: 30px;
  }

  .paging .first {
    left: 10px;
  }

  .paging .next {
    right: 30px;
  }

  .paging .last {
    right: 10px;
  }

  .page-post_view_flat .toolbar .btn-wrapper {
    overflow: visible;
    text-align: left;
  }

  .page-post_view_flat .toolbar .btn-wrapper .btn {
    margin: 0;
  }

  .hot-topics .hotlnk {
    margin: 5px 0 10px 0;
  }

  .dtable .subject {
/*      min-width: 0;
      max-width: 0;*/
  }
}

@media (max-width: 695px) {
  .quick-launchers,
  .dtable .author,
  .dtable .from,
  .dtable .views,
  .dtable .replies,
  .dtable .threads,
  .dtable .posts,
  .dtable .date,
  .dtable .forum,
  .dtable .nickname,
  .btn-wrapper .btn-new-post,
  .post-wrapper .post-views {
    display: none;
  }

  .page-forum_view h1,
  .page-forum_view .btn-wrapper {
    float: none;
  }

  .page-forum_view .btn-wrapper .btn {
    display: block;
    float: left;
    margin-right: 9px;
  }

  .dtable .post-mob,
  .mobpoll {
    display: block;
  }

  .dtable .postedby {
    max-width: 80px;
  }

  /* post view flat */
  .post-wrapper .dtable,
  .post-wrapper .drow .dcell,
  .post-wrapper .drow {
    display: block;
    padding: 0;
    margin: 0;
  }

  .post-wrapper .drow .dcell:first-child {
    width: auto;
    border: 0;
  }

  .root-post .post-header {
    border-top: 2px solid #272727;
    margin: 10px 10px 0 10px;
  }

  .root-post .post-header .post-subject {
    line-height: 26px;
  }

  .post-header .post-actions {
    display: none;
  }

  .post-info {
    border-bottom: 2px dotted #272727;
    padding: 0 0 10px 0;
    margin: 5px 10px 10px 10px;
  }

  .post-info div {
    display: inline;
    padding-right: 5px;
  }

  .post-body img {
    max-width: 100%;
    height: auto;
  }

  .post-body,
  .post-notes {
    padding: 0 10px;
  }

  .page-header h1 {
    float: none;
  }

  .page-header .btn-wrapper {
    margin: 0 0 15px 0;
  }

  .page-header .btn-wrapper .btn {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
  }

  .page-search_results .page-header .btn-wrapper {
    display: none;
  }

  .profile .dcell {
    display: table-row;
  }

  .dhead .dcell {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 1px;
  }

  .dtable .subject .title {
    letter-spacing: .5px;
  }

  /* login form */
  .page-login .dtable.form {
    width: 70%;
    margin: 10px auto 0 auto;
  }

  .page-login .no-account {
    margin: 10px auto 30px auto;
    padding: 10px 0 20px 0;
  }

  .page-login .dtable.form {
    width: 100%;
  }

  .page-login .dtable.form .name {
    width: 100px;
  }

  .page-header h1 {
    padding-bottom: 0;
  }

  .page-header .btn-wrapper {
    margin-bottom: 5px
  }

  .page-login .no-account .col-4 {
    max-width: 120px;
    width: 24%;
  }

  .page-login .no-account .col-8 {
    width: 76%;
  }

  .page-login .no-account .sprite-logo {
    margin-left: 0px;
  }

  .page-post_view_flat .page-header {
    margin: 0px 10px;
  }

  .page-post_view_flat .page-header .line {
    display: none;
  }

  .page-post_view_flat .content {
    margin: 0;
  }

  /* ad */
  .adtab {
    display: none;
  }

  .admob {
    display: block;
  }

  .admob .adwrapper {
    margin: 0 10px;
  }

  .page-post_view_flat .toolbar .btn-wrapper .btn {
    margin-left: 10px;
  }
}
