/*
Theme Name:Transmoto Theme
Theme URI:http://blueliquiddesigns.com.au
Author:Jake Jackson and Ben Tuffy
Author URI:http://benjamintuffy.com.au
Description:The Transmoto Wordpress Theme
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display:block;
}

audio,
canvas,
video {
  display:inline-block;
  *display:inline;
  *zoom:1;
}

audio:not([controls]) {
  display:none;
  height:0;
}

[hidden] {
  display:none;
}

html {
  font-size:10px;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

html,
button,
input,
select,
textarea {
  font-family:sans-serif;
}

body {
  margin:0;
  padding:0;
}

a:focus {
  outline:thin dotted;
}

a:active,
a:hover {
  outline:0;
}

h1 {
  font-size:2.4em;
  margin:.8em 0;
}

h2 {
  font-size:1.8em;
  margin:1em 0;
}

h3 {
  font-size:1.4em;
  margin:1.2em 0;
}

h4 {
  font-size:1.2em;
  margin:1.6em 0;
}

h5 {
  font-size:1em;
  margin:2em 0;
}

h6 {
  font-size:.8em;
  margin:2.8em 0;
}

abbr[title] {
  border-bottom:1px dotted;
}

b,
strong {
  font-weight:bold;
}

blockquote {
  margin:1em 40px;
}

dfn {
  font-style:italic;
}

mark {
  background:#ff0;
  color:#000;
}

p,
pre {
  margin:1em 0;
}

code,
kbd,
pre,
samp {
  font-family:monospace,serif;
  _font-family:'courier new',monospace;
  font-size:1em;
}

pre {
  white-space:pre;
  white-space:pre-wrap;
  word-wrap:break-word;
}

q {
  quotes:none;
}

q:before,
q:after {
  content:'';
  content:none;
}

small {
  font-size:75%;
}

sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup {
  top:-0.5em;
}

sub {
  bottom:-0.25em;
}

dl,
menu,
ol,
ul {
  margin:1em 0;
}

dd {
  margin:0 0 0 40px;
}

menu,
ol,
ul {
  padding:0 0 0 40px;
}

nav ul,
nav ol {
  list-style:none;
  list-style-image:none;
}

img {
  border:0;
  -ms-interpolation-mode:bicubic;
}

svg:not(:root) {
  overflow:hidden;
}

figure {
  margin:0;
}

form {
  margin:0;
}

fieldset {
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em;
}

legend {
  border:0;
  padding:0;
  white-space:normal;
  *margin-left:-7px;
}

button,
input,
select,
textarea {
  font-size:100%;
  margin:0;
  vertical-align:baseline;
  *vertical-align:middle;
}

button,
input {
  line-height:normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance:button;
  cursor:pointer;
  *overflow:visible;
}

button[disabled],
input[disabled] {
  cursor:default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing:border-box;
  padding:0;
  *height:13px;
  *width:13px;
}

input[type="search"] {
  -webkit-appearance:textfield;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance:none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border:0;
  padding:0;
}

textarea {
  overflow:auto;
  vertical-align:top;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

a {
  color:#f10000;
}

a:visited {
  color:#900;
}

a:hover {
  color:#333;
}

*,
*:after,
*:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.grid:after {
  content:"";
  display:table;
  clear:both;
}

.grid-center {
  margin:0 auto;
  text-align:center;
}

[class*='colm-'] {
  float:left;
  padding-right:5px;
}

[class*="colm-"]:last-of-type {
  padding-right:0;
}

.colm-1 {
  width: 100%;
}

.colm-2-3 {
  width:66.66%;
}

.colm-1-3 {
  width:33.33%;
}

.colm-1-2 {
  width:50%;
}

.colm-1-4 {
  width:25%;
}

.colm-3-4 {
  width:75%;
}

.colm-1-8 {
  width:12.5%;
}

.colm1-6 {
  width:16.6%;
}

.colm-5-6 {
  width:83%;
}

.grid-pad-small {
  padding:20px;
}

.grid-pad-medium {
  padding:40px;
}

.grid-pad-large {
  padding:55px;
}

.grid-pad-h-small {
  padding-top:20px;
  padding-bottom:20px;
}

.grid-pad-h-medium {
  padding-top:40px;
  padding-bottom:40px;
}

.grid-pad-h-large {
  padding-top:55px;
  padding-bottom:55px;
}

.grid-h-small {
  padding-bottom:20px;
}

.grid-h-medium {
  padding-bottom:40px;
}

.grid-h-large {
  padding-bottom:55px;
}

.grid-pad-w-medium {
  padding-right:40px;
}

.grid-pad-w-large {
  padding-right:55px;
}

[class*='grid-pad-']>[class*='col-']:last-of-type {
  padding-right:20px;
}

.m-grid-center {
  text-align:center;
}

.m-grid-right {
  text-align:right;
  padding-right: 2px;
}

[class*='col-'].grid-right {
  float:right;
  text-align:right;
}

@media screen and (min-width:768px) {
  [class*='col-'] {
    padding-right:20px;
  }
  [class*='col-']:last-of-type {
    padding-right:0;
  }
  [class*='col-'] {
    float:left;
  }
  [class*='col-'].d-grid-right {
    float:right;
    text-align:right;
  }
  .mobile .square .colm-1-2:nth-child(2n+1),
  .square .col-1-2:nth-child(2n+1),
  .mobile .square .colm-1-3:nth-child(3n+3),
  .square .col-1-3:nth-child(3n+3),
  .mobile .square .colm-1-4:nth-child(4n+4),
  .square .col-1-4:nth-child(4n+4),
  .mobile .square .colm-1-5:nth-child(5n+5),
  .square .col-1-5:nth-child(5n+5),
  .mobile .square .colm-1-6:nth-child(6n+6),
  .square .col-1-6:nth-child(6n+6) {
    padding-right:0;
  }

    #post-preview.square .col-1-2:nth-child(n+20):nth-child(even),
    #post-preview.square .col-1-2:nth-child(3), #post-preview.square .col-1-2:nth-child(8), #post-preview.square .col-1-2:nth-child(11), #post-preview.square .col-1-2:nth-child(13),
    #post-preview.square .col-1-2:nth-child(15), #post-preview.square .col-1-2:nth-child(18),
    #post-related .col-1-2:nth-child(3), #post-related .col-1-2:nth-child(8)
     {
      clear: both;
    }

  .square [class*='col-'],
  #post-preview.square .col-1-2:nth-child(2n+1),
  #post-related.square .col-1-2:nth-child(2n+1) {
    padding-right:7.5px;
  }

  #post-preview.square .col-1-2:nth-child(n+20):nth-child(odd),
  #post-preview.square .col-1-2:nth-child(2), #post-preview.square .col-1-2:nth-child(4), #post-preview.square .col-1-2:nth-child(7), #post-preview.square .col-1-2:nth-child(9),
  #post-preview.square .col-1-2:nth-child(12), #post-preview.square .col-1-2:nth-child(14), #post-preview.square .col-1-2:nth-child(17), #post-preview.square .col-1-2:nth-child(19)
 {
    padding-right:0 !important;
    padding-left:7.5px  !important;
  }



  .no-gutter [class*='col-'] {
    padding-right:0;
  }
  body {
    text-align:center;
  }

  .col-1 {
    width: 100%;
  }
  .col-2-3 {
    width:66.66%;
  }
  .col-1-3 {
    width:33.33%;
  }
  .col-1-2 {
    width:50%;
  }
  .col-1-4 {
    width:25%;
  }
  .col-3-4 {
    width:75%;
  }
  .col-1-5 {
    width:20%;
  }
  .col-1-6 {
    width:16.6%;
  }
  .col-5-6 {
    width:83%;
  }
  .col-1-8 {
    width:12.5%;
  }
  .grid-right {
    text-align:right;
  }
}

html body {
  text-align:center;
  width:100%;
  font-size:14px;
  margin-top:55px;
  font-family:Helvetica,Arial,sans-serif;
  line-height:22px;
  color:#111;
  background:#FFF;
}

#wrapper,
header.sticky .wrapper,
.wrapper {
  margin:0 auto;
  text-align:left;
  max-width:1100px;
  min-width:260px;
  position:relative;
  z-index:40;
}

#wrapper {
  background: #FFF;
  /*background:url(rgba.php?name=white&a=50) repeat;*/
  background:rgba(255,255,255,0.5);
}

#wrapper,
footer .wrapper,
.page-id-19414 .wrapper,
.page-id-27238 .wrapper {
  padding:0;
}

.page-id-19164 #wrapper {
  padding-top: 50px;
}

#wrapper>header,
#wrapper>main,
#wrapper>footer,
.wrapper>header,
.wrapper>main,
.wrapper>footer {
  background:#FFF;
  padding-left:5px;
  padding-right:5px;
}

#wrapper>header {
  padding-top:10px;
}

.page-id-19164 .wrapper,
.page-id-19414 .wrapper,
.page-id-27238 .wrapper {
  background:0;
}

header.sticky {
  position:relative;
  background:#0d0d0d;
  height:50px;
  overflow:none;
  border-top:1px solid #1c1c1c;
  border-bottom:1px solid #1c1c1c;
  min-width:260px;
}

.sticky,
body header.sticky {
  position:fixed;
  width:100%;
  left:0;
  top:0;
  z-index:100;
  border-top:0;
}

body {
  -webkit-animation:bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding:0;
  }
  to {
    padding:0;
  }
}

#nav {
  padding:0;
  float:left;
  width:70%;


  /* Firefox */
  width: -moz-calc(100% - 200px);
  /* WebKit */
  width: -webkit-calc(100% - 200px);
  /* Opera */
  width: -o-calc(100% - 200px);
  /* Standard */
  width: calc(100% - 200px);
}

header.sticky #logo a,
#nav label.show .nav-icon,
#main-nav>ul>li>label:before,
#main-nav>ul>li>label:after,
#main-nav>ul>li>label:hover:after,
#main-nav>ul>li:hover>label:after,
#nav-extras a span.login-icon,
#nav-extras a span.search-icon,
#main-nav>ul>li>ul ul>li>a:before,
.socialmedia-fb,
.socialmedia-twitter,
.socialmedia-rss,
.socialmedia-youtube,
.socialmedia-email,
.rslides_nav,
footer #return_to_top a:after,
#advertising-archive>li>a:after {
  background-image:url(images/icon-sprite.png);
}

.page-id-19164 .sample strong,
.page-id-27238 .sample strong,
#footer-social-media li,
.page-id-19164 .sample,
.page-id-19414 .sample strong {
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

#nav label.show {
  position:absolute;
  top:-1px;
  left:0;
  border-right:1px solid #363636;
}

#nav label.show {
  display:block;
  padding:15px 15px 0;
}

#main-nav input:checked+label .nav-icon,
#main-nav label.show:hover .nav-icon {
  background-position:0 -286px;
}

#main-nav>input:checked+label,
#main-nav label.show:hover {
  background-color:#FFF;
  border:1px solid #7e7e7e;
}

#nav #nav-extras a.active,
#nav #nav-extras a:hover {
  background-color:#FFF;
}

#nav #nav-extras a:last-child:hover {
  border-top:0;
  border-right:0;
}

#nav-extras .search {
  position:relative;
}

header nav#nav #nav-extras a.search.active span,
header nav#nav #nav-extras a.login.active span {
  text-decoration:underline;
}

#main-nav>input:checked+label:after {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #fff;
  content:"";
  display:block;
  left:36%;
  position:absolute;
  top:100%;
  z-index:100;
}

#nav label.show span.text,
#nav-extras a span,
body .rtmedia-container .plupload_file_status {
  display:inline-block;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  width:1px;
  height:1px;
}

#nav label.show .nav-icon {
  display:inline-block;
  background-position:0 -357px;
  width:21px;
  height:28px;
}

header.sticky #logo a {
  display:block;
  position:absolute;
  top:13px;
  left:60px;
  background:url(images/logo.png) no-repeat 0 0;
  width:30px;
  height:30px;
}

#nav #nav-extras {
  position:absolute;
  top:-1px;
  right:0;
}

#nav #nav-extras .login-icon {
  background-position:0 -1097px;
  width:24px;
  height:25px;
}

#nav #nav-extras a {
  float:left;
  border-left:1px solid #363636;
  margin-top:1px;
  margin-right:1px;
}

#nav #nav-extras a:first-child {
  padding:13px 13px 5px;
}

#nav #nav-extras a:last-child {
  padding:16px 12px 5px;
}

#nav #nav-extras .search-icon {
  background-position:0 -497px;
  width:22px;
  height:22px;
}

#nav #nav-extras a:hover .search-icon,
#nav #nav-extras a.active .search-icon {
  background-position:0 -428px;
}

#nav #nav-extras a:hover .login-icon,
#nav #nav-extras a.active .login-icon {
  background-position:0 -1022px;
}

#nav-extras .members-nav {
  position:relative;
  display:inline;
  float:left;
}

.no-js #nav-extras .members-nav:hover .dropdown,
#nav-extras .members-nav.active .dropdown {
  display:block;
}

#nav #nav-extras .members-nav ul,
#nav #nav-extras .members-nav li,
#nav #nav-extras .members-nav li a {
  padding:0;
  margin:0;
  border:0;
  list-style:none;
}

#nav-extras .members-nav .dropdown {
  display:none;
  position:absolute;
  background:#FFF;
  z-index:60;
  border-color:#dfdfdf;
  border-style:solid;
  border-width:0 1px 1px;
  box-shadow:0 4px 4px rgba(0,0,0,0.2);
  width:260px;
  top:100%;
  right:-45px;
  left:auto;
}

#nav #nav-extras .members-nav .dropdown a {
  float:none;
  text-decoration:none;
  width:auto;
  height:auto;
}

#nav #nav-extras .members-nav .dropdown span {
  height:auto;
  overflow:visible;
  white-space:normal;
  width:auto;
  text-indent:0;
}

#nav #nav-extras .members-nav li {
  margin:10px;
}

#nav #nav-extras .members-nav li .avatar {
  width:64px;
  height:64px;
  float:left;
}

#nav #nav-extras .members-nav .dropdown #tm-user a {
  color:#444;
  text-decoration:none;
}

#nav #nav-extras .members-nav li .display-name,
#nav #nav-extras .members-nav li#tm-edit-profile a,
#nav #nav-extras .members-nav li#tm-logout a {
  margin:0 0 0 80px;
  display:block;
}

#nav #nav-extras .members-nav li#tm-edit-profile,
#nav #nav-extras .members-nav li#tm-logout {
  margin-top:0;
  margin-bottom:0;
}

#nav #nav-extras .members-nav #tm-buddypress-links li {
  margin:0;
}

#nav #nav-extras .members-nav #tm-buddypress-links li a {
  padding:5px 15px;
  display:block;
}

#nav #nav-extras .members-nav #tm-buddypress-links li a:hover {
  background:#ccc;
}

#nav #nav-extras .members-nav #tm-buddypress-links-container {
  margin-left:0;
  margin-right:0;
}

#nav #nav-extras .members-nav #tm-buddypress-links {
  background:#EEE;
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
}

#nav #nav-extras .members-nav #tm-buddypress-links li a span {
  float:right;
}

#nav #nav-extras .members-nav #tm-buddypress-links li a span {
  display:inline-block;
  background:#f10000;
  color:#FFF;
  font-weight:bold;
  padding:0 7px;
}

#main-nav input {
  display:none;
}

#main-nav>ul {
  height:auto;
  overflow:hidden;
  height:0;
  position:absolute;
  left:0;
  right:0;
  top:49px;
  z-index:20;
}

#main-nav input:checked ~ ul {
  height:auto;
  overflow:visible;
}

#main-nav>ul {
  background:#000;
  background:-moz-linear-gradient(left,rgba(0,0,0,1) 0,rgba(36,36,36,1) 100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,1)),color-stop(100%,rgba(36,36,36,1)));
  background:-webkit-linear-gradient(left,rgba(0,0,0,1) 0,rgba(36,36,36,1) 100%);
  background:-o-linear-gradient(left,rgba(0,0,0,1) 0,rgba(36,36,36,1) 100%);
  background:-ms-linear-gradient(left,rgba(0,0,0,1) 0,rgba(36,36,36,1) 100%);
  background:linear-gradient(to right,rgba(0,0,0,1) 0,rgba(36,36,36,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#242424',GradientType=1);
}

#main-nav>ul>li>label:before {
  background-position:0 -682px;
  height:8px;
  width:6px;
  content:" ";
  display:inline-block;
  margin-right:8px;
}

#main-nav>ul>li:hover>label:before,
#main-nav>ul>li>input:checked+label:before {
  background-position:0 -1246px;
  width:9px;
  height:6px;
}

#main-nav label:hover {
  cursor:pointer;
}

#main-nav>ul>li>label,
#main-nav>ul>li>ul a {
  text-align:left;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  color:#FFF;
  line-height:38px;
  border-bottom:1px solid #1d1d1d;
  margin:0;
  padding:2px 0 0 24px;
  width:90%;
  display:inline-block;
}

#main-nav>ul>li>label {
  border:0;
}

#main-nav>ul>li>label,
#main-nav>ul>li>ul a {
  display:inline-block;
  width:100%;
}

#main-nav>ul li {
  margin:0 auto;
  float:none;
}

#main-nav>ul>li,
#main-nav>ul ul>li {
  position:relative;
}

#main-nav>ul {
  margin:0;
  padding:0;
  width:100%;
}

#main-nav>ul>li>ul {
  overflow:hidden;
  height:0;
  margin:0;
  padding:0;
  background:#FFF;
}

#main-nav>ul>li>label:hover,
#main-nav>ul>li:hover>label,
#main-nav>ul>li>input:checked+label {
  color:red;
  cursor:pointer;
}

#main-nav>ul>li>ul a:hover {
  text-decoration:underline;
}

#main-nav>ul>li>ul a {
  color:#000;
  border-bottom:0;
}

#main-nav>ul>li>ul>li {
  border-bottom:1px solid #eae8e9;
}

#main-nav>ul>li>ul>li>label {
  line-height:20px;
  padding:8px 0 7px 12px;
  border-bottom:1px solid #eae8e9;
}

#main-nav>ul>li>ul ul {


  margin:0;
  padding:0;
}

#main-nav>ul>li>ul ul>li>a {
  border:0;
  line-height:25px;
  padding-top:0;
  padding-bottom:0;
  font-weight:400;
}

#main-nav>ul>li>ul ul>li:last-child a {
  padding-bottom:12px;
}

#main-nav>ul>li>ul ul>li>a:before {
  content:" ";
  background-position:0 0;
  width:6px;
  height:8px;
  display:inline-block;
  margin-right:8px;
}

#navigation-mask {
  position:absolute;
  top:0;
  left:0;
  height:0;
  width:100%;
  display:block;
  background:#FFF;
  background:rgba(255,255,255,0.975);
  z-index:50;
  padding-bottom:3px;
}

#navigation-mask.sticky {
  position:fixed;
}

#login-bar-container {
  display:none;
}

#login-bar .fb_iframe_widget span,
#login-bar .fb_iframe_widget iframe {
  height:25px !important;
  width:177px !important;
  visibility:visible !important;
}

#search-bar #search-input,
#login-bar input[type="text"],
#login-bar input[type="password"],
#search-page-input {
  width:100%;
  margin-bottom:5px;
  display:inline;
  font-size:18px;
  padding:13px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

#nav #nav-extras .members-nav span.buddypress-notifications {
  height:auto;
  overflow:visible;
  white-space:normal;
  width:auto;
  text-indent:0;
}

#nav #nav-extras .members-nav #tm-buddypress-links li a span,
#nav #nav-extras .members-nav span.buddypress-notifications {
  display:inline-block;
  background:#f10000;
  color:#FFF;
  font-weight:bold;
  padding:0 7px;
}

#nav #nav-extras .members-nav span.buddypress-notifications {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  bottom:0;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  padding:1px 4px 0 3px;
  position:absolute;
  right:0;
  z-index:100;
}

#main_logo {
  margin:0 auto;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:-0.1px;
  font-weight:bold;
  font-size:15px;
  padding-top:7px;
}

#main_logo img {
  max-width:300px;
  width:100%;
  height: auto;
}

#main_logo em {
  font-style:normal;
  font-weight:bold;
  font-size:20px;
  padding:0 2px;
}

#main_logo strong {
  color:#f10000;
}

#partners-nav {
  display:none;
}

#partners-nav ul,
#partners-nav li {
  padding:0;
  margin:0;
  list-style:none;
  display:inline-block;
}

#partners-nav li {
  padding:0 10px;
  line-height:10px;
  border-right:1px solid #afafaf;
}

#partners-nav li:last-child {
  padding-right:3px;
  border-right:0;
}

#partners-nav li a {
  color:#afafaf;
  font-size:12px;
  text-decoration:none;
}

#partners-nav li a:hover {
  text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform:uppercase;
  font-family:'Roboto Condensed',Arial,sans-serif;
  margin:0;
}

h1 {
  font-size:30px;
  line-height:30px;
}

h2 {
  font-size:26px;
  line-height:25px;
}

h3 {
  font-size:22px;
  line-height:21px;
}

h4,
h5,
h6 {
  text-transform:none;
}

h4 {
  font-size:18px;
}

main .title,
main .main-title,
#buddypress div#object-nav.item-list-tabs,
#buddypress div.item-list-tabs {
  width:100%;
  background:#231f20;
  color:#FFF;
  margin-bottom:15px;
}

#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li a:hover span,
#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span {
  background:#a4011e;
  border:0;
  color:#FFF;
}

.rtmedia-create-new-album-button {
  margin-right:3px;
}

.rtmedia-container .album-delete-form {
  display:inline;
}

#buddypress div.item-list-tabs #activity-filter-select label {
  color:#333;
}

#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span,
#buddypress a.bp-primary-action span,
#buddypress a.bp-primary-action:hover span,
#buddypress #reply-title small a:hover span {
  background:#a4011e;
}

#buddypress div.activity-comments div.acomment-meta,
#buddypress div.activity-comments div.acomment-content,
#buddypress a.bp-primary-action,
#buddypress #reply-title small a,
#buddypress .activity-list li.mini {
  font-size:100%;
}

#buddypress table tr th {
  color:#000;
}

#buddypress .activity-list li.mini .activity-avatar img {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}

#buddypress .activity-list .activity-avatar {
  margin-top:6px;
}

main .title h2,
main .main-title h2,
main .trader-title .classified-ad-button a {
  color:#FFF;
  font-size:16px;
  padding:5px 0 6px 8px;
  line-height:22px;
  word-wrap: break-word;
}

main .title h2 a,
main .main-title h2 a {
  color:#FFF;
  text-decoration:none;
  font-weight:normal;
  margin-left:5px;
}

main .title h2 a:hover,
main .main-title h2 a:hover {
  color:#FFF;
  text-decoration:underline;
}

main .main-title h2 span {
  font-weight:300;
  padding-left:5px;
}

main .main-title {
  background:#000;
}

main .main-title h2,
main .trader-title .classified-ad-button a {
  font-size:33px;
  line-height:36px;
}

#post-preview .post-title,
#post-related .post-title {
  margin-bottom:4px;
  padding:0 0 0 10px;
}

#post-preview .post-title,
#post-preview .post-title h2,
#post-related .post-title,
#post-related .post-title h2 {
  background:#EEE;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-weight:500;
  font-size:13px;
  text-transform:uppercase;
}

#post-preview .post-title h2,
#post-related .post-title h2,
#post-preview .post-title span {
  display:inline-block;
  line-height:27px;
}

#post-preview .post-title span,
#post-related .post-title span {
  color:#e22;
  padding-left:3px;
}

.category #post-preview .post-title span {
  padding-left:0;
}

#post-preview .content h2,
#post-related .content h2 {
  font-size:18px;
  line-height: 20px;
  letter-spacing:-0.5px;
}

#post-preview .content p,
#post-related .content p {
  font-size:13px;
  line-height:18px;
}

#post-preview .content .read-more,
#post-related .content .read-more {
  color:#888;
  text-transform:uppercase;
}

#post-preview-list .post-preview-img a {
  line-height:0;
  position:relative;
}

#post-preview-list .post-preview-img a:hover:before,
#post-preview-list .grid.hover .post-preview-img a:before {
  background:url(rgba.php?name=black&a=40) repeat;
  background:rgba(0,0,0,0.4) url(images/stripe-dark.png) 0 0;
  position:absolute;
  top:0;
  left:0;
  content:'';
  width:100%;
  height:100%;
}

#post-preview-list .post-preview-img a {
  display:block;
}

.post-preview-img div,
.classified-item.hover .image a div {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  text-align:left;
  font-size:12px;
  color:#FFF;
  padding:10px 0 8px 8px;
}

#post-related-title {
  padding-bottom:15px;
}

#post-preview .hover .post-preview-img div,
.post-preview-img:hover div,
#post-preview-list .post-preview-img a,
#post-related .hover .post-preview-img div,
.classified-item.hover .image a div {
  height:100%;
  text-decoration:none;
  background:url(rgba.php?name=black&a=40) repeat;
  background:rgba(0,0,0,0.4) url(images/stripe-dark.png) 0 0;
}

#post-preview .hover .post-preview-img div:after,
#post-preview .post-preview-img a:hover div:after,
#post-preview-list .grid.hover .post-preview-img a:after,
#post-preview-list .post-preview-img a:hover:after,
#post-related .hover .post-preview-img div:after,
#post-related .post-preview-img a:hover div:after,
.classified-item.hover .image a div:after {
  content:"+";
  display:block;
  font-family:"times new roman",times,sans;
  font-size:110px;
  height:100%;
  left:0;
  position:absolute;
  text-align:center;
  top:47%;
  width:100%;
  color:#FFF;
  text-underline:none;
}

#post-preview-list .post-preview-img a.hover:after,
#post-preview-list .post-preview-img a:hover:after {
  font-size:90px;
}

.button,
input[type="button"],
a.button,
input[type="submit"],
.mfp-wrap .rtmedia-container.rtmedia-single-container .row .rtmedia-single-meta button,
.mfp-wrap .rtmedia-single-container.rtmedia-activity-container .row .rtmedia-single-meta button,
.mfp-wrap #buddypress div.rtmedia-single-container.rtmedia-activity-container .row .rtmedia-single-meta button {
  color:#fff;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:15px;
  font-weight:bold;
  padding:5px 13px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  display:inline-block;
  border:0;
  background:#000;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

html body .button.secondary {
  background: #444;
}

html body .button:hover,
html body input[type="button"]:hover,
html body a.button:hover,
html body input[type="submit"]:hover,
.page-id-19164 #newsletter input[type="submit"]:hover {
  background:#a4011e;
  color:#FFF;
}

input[type="button"] {
  margin-left:-4px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
.awpcp-search-ads select,
.awpcp-details-form select {
  background:none repeat scroll 0 0 #f2f2f2;
  border:1px solid #a8a8a8;
  color:#555;
  padding:10px;
}

#socialmedia input[type="text"] {
  border:0;
  padding:7px 5px;
  background:#FFF;
}

.small-field {
  width:20%;
}

.medium-field {
  width:50%;
}

.large-field {
  width:70%;
}

.full-field {
  width:100%;
}

.facebook-login-container {
  clear:both;
  margin:0 auto;
  text-align:center;
  padding-top:11px;
}

.facebook-login-container h3 {
  margin-bottom:10px;
}

#security-section {
  clear:both;
}

body div.sp-main-div p {
  max-width:none;
}

body.page .widget_pw_login_widget {
  display: block !important;
}

.sp-widget-login-div label {
  font-weight:bold;
}

body div.sp-main-div input[type="text"],
body div.sp-main-div input[type="password"] {
  width:100%;
}

p.posted-ago,
.sidebar-news .stats {
  color:#808285;
  font-size:12px;
  letter-spacing:-0.2px;
}

p.posted-ago span.comments {
  color:#fff;
  font-size:90%;
  margin-left:2px;
  padding:0 5px;
  background:#a4011e;
  float:right;
  font-weight:bold;
}

#post-preview div.col-1-2>div {
  margin-top:8px;
}



#socialmedia ul {
  margin:0;
  padding:0;
  background:#000;
}

#socialmedia ul li {
  width:48px;
  height:47px;
  display:block;
  background-color:#000;
  border-right:1px solid #FFF;
  list-style:none;
  float:left;
  position:relative;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

#socialmedia ul li:last-child {
  border-right:0;
}

.socialmedia-fb,
.socialmedia-twitter,
.socialmedia-rss,
.socialmedia-youtube,
.socialmedia-email {
  width:35px;
  height:35px;
  display:block;
  margin:10px 0 0 14px;
}

#facebook-like-frame {
    border: 0 none;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.socialmedia-fb {
  background-position:0 -1907px;
}

.socialmedia-twitter {
  background-position:0 -1985px;
  margin-left:8px;
}

.socialmedia-rss {
  background-position:0 -2221px;
  margin-left:8px;
}

.socialmedia-youtube {
  background-position:0 -1823px;
  margin:8px 0 0 10px;
}

.socialmedia-email {
  background-position:0 -2141px;
  margin-left:10px;
}

#socialmedia ul li:hover,
#socialmedia ul li.active {
  background:#a4011e;
}

#socialmedia ul li.active:after {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #a4011e;
  content:"";
  display:block;
  left:35%;
  position:absolute;
  top:100%;
  z-index:40;
}

#socialmedia h4 {
  text-transform:none;
}


#socialmedia>div {
  background:url(images/stripe-light.png) 0 0;
  padding:15px;
  display:none;
}

#socialmedia-rss {
word-break: break-all;
}

#socialmedia > div.active {
  display: block;
}

#socialmedia #socialmedia-fb {
  display:block;
}

#socialmedia>div>div {
  padding:15px;
  background:#FFF;
  position:relative;
}

#socialmedia>div>div>span {
  display:none;
}

#socialmedia>div>div.no-bg {
  background:0;
  padding:0;
}

.icon-arrow-left-small,
.icon-arrow-right-small,
.icon-instagram,
.icon-email,
.icon-youtube,
.icon-twitter,
.icon-search {
  background-image:url(images/icon-sprite.png);
  display:inline-block;
  float: left;
}

.icon-search {
  background-position:0 -881px;
  height:20px;
  vertical-align:middle;
  width:21px;
}

.icon-arrow-left-small,
.icon-arrow-right-small {
  height:12px;
  width:7px;
}

.icon-arrow-left-small {
  background-position:0 -150px;
}

.icon-arrow-right-small {
  background-position:0 -680px;
}

.icon-email {
  background-position:12px -1669px;
  height:14px;
  width:46px;
}

.icon-youtube {
  width:45px;
  height:29px;
  background-position:9px -1347px;
}

.icon-twitter {
  width:40px;
  height:35px;
  background-position:0 -2622px;
}

.ad-slot {
  background:#eee;
}

.sidebar-squar-ads {
  margin:0 auto;
  text-align:center;
}

aside .ad-slot {
  background:0;
}

#post-preview .ad-slot {
  margin:12px auto 0;
  text-align:center;
}

.mobile #post-preview .ad-slot {
  background:0;
}

.med-rec {
  height:250px;
}

footer {
  background:#f2f2f2;
  padding:10px 0 70px;
  clear:both;
  position:relative;
  z-index:40;
}

footer .grid {
  padding:20px 0;
}

footer .border {
  border-bottom:1px solid #d8d8d8;
}

footer a {
  text-decoration:none;
  color:#000;
}

footer a:hover {
  text-decoration:underline;
  color:#000;
}

footer #return_to_top,
footer #breadcrumb {
  font-size:12px;
}

footer #breadcrumb a {
  font-weight:bold;
  text-decoration:underline;
}

footer #breadcrumb a:hover {
  color:#a4011e;
}

footer #return_to_top a {
  padding-right:5px;
}

footer #return_to_top a:after {
  content:'';
  display:block;
  width:20px;
  height:20px;
  float:right;
  background-position:0 -2953px;
}

footer ul li {
  list-style:none;
  display:inline-block;
  padding:0 10px;
  border-right:1px solid #000;
  line-height:10px;
}

footer #footer-main-nav,
footer #footer-partners-nav ul {
  margin:20px 0;
  padding:0;
}

footer #footer-main-nav li {
  padding:0 20px;
}

footer ul li:last-child {
  border:0;
  padding-right:0;
}

footer #footer-logo {
  padding:15px 0 10px;
}

#footer-subscribe {
  margin-bottom:10px;
}

#footer-subscribe strong {
  font-weight:normal;
  font-size:12px;
}

#footer-subscribe strong.highlight {
  font-weight:bold;
}

#footer-subscribe input[type="email"],
#footer-subscribe input[type="text"] {
  font-size:17px;
  padding:13px;
  width:70%;
}

#footer-subscribe input[type="submit"] {
  font-size:15px;
  min-width:103px;
  padding:14px 0;
  width:28%;
}

#footer-social-media {
  background:none repeat scroll 0 0 #000;
  display:inline-block;
  margin:0;
  padding:0;
  vertical-align:middle;
  line-height:1px;
}

.footer-social-media {
  font-size:12px;
}

#footer-social-media li {
  margin:0;
  padding:0;
  float:left;
  border-right:1px solid #f2f2f2;
}

#footer-social-media .socialmedia-fb {
  margin:11px 0 0 14px;
}

#footer-social-media .socialmedia-twitter {
  margin:10px 5px 1px 9px;
}

#footer-social-media .socialmedia-youtube {
  margin:8px 3px 3px 11px;
}

#footer-social-media li:hover {
  background:#a4011e;
}

#footer-partners-nav {
  font-size:12px;
}

#sidebar-magazine-nav {
  text-align:right;
}

#sidebar-magazine .sidebar-mag-container {
  margin:0 auto;
  text-align:center;
  background:#EEE;
}

#sidebar-magazine .title {
  margin-bottom:0;
}

#sidebar-magazine .sidebar-mag-container img {
  max-width:100%;
}

#sidebar-magazine-nav h2 {
  display:inline-block;
  padding:0 3px;
  margin:0;
}

#sidebar-magazine-nav a {
  display:inline-block;
  padding:6px 0 5px;
  min-width:19px;
  width:13%;
  height:100%;
  background:#a4011e;
  color:#FFF;
  margin:0 auto;
  text-align:center;
}

#sidebar-magazine dt {
  padding-right:5px;
}

#sidebar-magazine dt img {
  max-width:190px;
  width:100%;
}

#sidebar-magazine dd {
  margin:0;
  text-align:center;
}

#sidebar-magazine dd h3,
#sidebar-magazine dd h4 {
  padding-bottom:10px;
}

#sidebar-magazine h3 {
  letter-spacing:-0.5px;
  line-height:18px;
}

.instagram-grid li,
ul.instagram-grid {
  margin:0;
  padding:0;
  list-style:none;
}

.instagram-grid li {
  padding:0 5px 10px;
}

.instagram-grid a {
  display:inline-block;
  width:100%;
  height:100%;
  margin:0 auto;
  text-align:center;
}

.instagram-grid .icon-instagram {
  margin-top:27px;
}

.icon-instagram {
  background-position:0 -56px;
  display:inline-block;
  height:47px;
  width:46px;
}

.instagram-grid li:last-of-type {
  padding-right:5px;
}


.transmoto-trader-widget {
  margin: 20px auto;
  text-align: center;
}

.transmoto-trader-widget .trader-widget-wrapper ul li {
   padding: 0 3px;
}

.transmoto-trader-widget li a {
  position: relative;
  line-height: 0px;
  width: auto;
}

.transmoto-trader-widget .hover {
   position: absolute;
   z-index: 20;

   font-size: 11px;
   line-height: 14px;
   font-family:'Roboto Condensed',Arial,sans-serif;
   font-weight: 300;

   background:rgba(0,0,0,.75);
   color: #FFF;

   text-align:center;
   opacity:0;

  height: 100%;
  width: 100%;

  padding: 0 5px;
}

.transmoto-trader-widget a:hover .hover {
  opacity: 1;
}

.transmoto-trader-widget .hover .copy {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  left: 0;
}

.transmoto-trader-widget .hover .price {
  padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.sidebar-news .title {
  background-image:url(images/stripe-dark.png);
  margin-bottom:0;
}

.sidebar-news .title a {
  line-height:34px;
  color:#FFF;
  text-decoration:none;
  text-transform:uppercase;
  padding:0;
  font-size:15px;
  font-family:'Roboto Condensed',Arial,sans-serif;
  border-right:1px solid #FFF;
  text-align:center;
  position:relative;
  font-weight:bold;
}

.sidebar-news .sidebar-news-list {
  border-bottom:1px solid #EEE;
  padding:10px 0;
}

.sidebar-news .title a.active,
.sidebar-news .title a:hover {
  background:#b1002a;
  background:-moz-linear-gradient(top,rgba(177,0,42,1) 0,rgba(129,0,9,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(177,0,42,1)),color-stop(100%,rgba(129,0,9,1)));
  background:-webkit-linear-gradient(top,rgba(177,0,42,1) 0,rgba(129,0,9,1) 100%);
  background:-o-linear-gradient(top,rgba(177,0,42,1) 0,rgba(129,0,9,1) 100%);
  background:-ms-linear-gradient(top,rgba(177,0,42,1) 0,rgba(129,0,9,1) 100%);
  background:linear-gradient(to bottom,rgba(177,0,42,1) 0,rgba(129,0,9,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1002a',endColorstr='#810009',GradientType=0);
}

.sidebar-news .title a.active:after {
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid #fff;
  content:"";
  display:block;
  left:43%;
  position:absolute;
  top:84%;
  z-index:40;
}

.sidebar-news-list h4 {
  font-size:16px;
}

.sidebar-news-list h4 a {
  text-decoration:none;
  color:#000;
}

.sidebar-news-list h4 a:hover,
.sidebar-news-list.hover h4 a {
  color:#f10000;
}

.sidebar-news-list a.img {
  display:block;
  line-height:0;
  position:relative;
  text-decoration:none;
}

.sidebar-news-list.hover a.img:after,
sidebar-news-list a.img:hover:after {
  background:rgba(0,0,0,0.4) url("images/stripe-dark.png");
  content:"";
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:45;
}

.sidebar-news-list.hover a.img:before,
.sidebar-news-list a.img:hover:before {
  color:#fff;
  content:"+";
  display:block;
  font-family:"Times New Roman",Times,sans;
  font-size:50px;
  height:100%;
  left:4px;
  position:absolute;
  text-align:center;
  top:52%;
  width:100%;
  z-index:51;
  text-underline:none;
}

.sidebar-news-list img {
  width:100%;
  max-width:111px;
}

.sidebar-news-list .stats {
  color:#b2b2b4;
}

.gallery_container {
  margin-bottom:25px;
}

.slider_container ul,
.slider_container li,
.gallery_container ul,
.gallery_container li {
  margin:0;
  padding:0;
  list-style:none;
}

.slider_container ul a img,
.gallery ul a img {
  max-width:767px;
}

.slider,
.gallery {
  position:relative;
}

.slider_container .rslides,
.gallery_container .rslides {
  position:relative;
  list-style:none;
  overflow:hidden;
  width:100%;
  padding:0;
  margin:0;
}

.slider_container .rslides li,
.gallery_container .rslides li {
  -webkit-backface-visibility:hidden;
  position:absolute;
  display:none;
  width:100%;
  left:0;
  top:0;
}

.slider_container .rslides li a,
.gallery_container .rslides li a {
  margin:0 auto;
  text-align:center;
}

.slider_container .rslides li:first-child,
.gallery_container .rslides li:first-child {
  position:relative;
  display:block;
  float:left;
}

#slider-description>div {
  display:none;
}

#slider-description a {
  color:#000;
  text-decoration:none;
}

#slider-description a:hover {
  color:#f10000;
}

#slider-description>div:first-child {
  display:block;
}

.slider_container ul img,
.gallery_container ul img {
  display:block;
  height:auto;
  border:0;
  margin:0 auto;
  text-align:center;
}

.rslides_nav {
  position:absolute;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  top:50%;
  margin-top:-23px;
  left:-5px;
  z-index:3;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  text-decoration:none;
  height:47px;
  width:48px;
  background-color:#000;
  background-position:4px -2315px;
}

.rslides_nav:active {
  opacity:1.0;
}

.rslides_nav.next {
  left:auto;
  background-position:6px -2438px;
  right:-5px;
}

.rslides_nav:hover {
  background-color:#a4011e;
}

ul.rslides_tabs.rslides_thumbs li a {
  height:90px;
  overflow:hidden;
}

.slider_container .rslides_tabs {
  margin:7px auto 5px;
  text-align:center;
}

.gallery_container .rslides_tabs {
  background:#f2f2f2;
  margin:0 auto;
  padding:5px 0;
  text-align:center;
}

.gallery_container .caption,
.slider_container .caption {
  display:none;
}

.slider_container .rslides_tabs li,
.gallery_container .rslides_tabs li {
  display:inline-block;
  line-height:0;
  vertical-align:middle;
  margin-bottom:3px;
}

.slider_container .rslides_tabs li a {
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  width:11px;
  height:11px;
  display:inline-block;
  background:#d0d1d3;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  border-radius:9px;
  margin-right:7px;
}

.gallery_container .rslides_tabs li a {
  width:140px;
  display:inline-block;
}

.gallery_container .rslides_tabs li {
  padding:5px 0;
}

.slider_container .rslides_tabs li.rslides_here a,
.gallery_container .rslides_tabs li.rslides_here a {
  background:#b1001f;
}

#post-preview-list>div.grid {
  padding:20px 0;
  border-bottom:1px solid #e5e5e5;
  min-height:135px;
  clear: both;
}

#post-preview-list>div.grid:last-child {
  border-bottom:0;
}

#post-preview .content,
#post-related .content {
  margin-top:5px;
}

#post-related .content p:first-of-type,
#post-preview .content p:first-of-type,
#slider-description p {
  margin-top:1px;
}

#post-preview .content a,
#post-preview-list .content a,
#post-related .content a {
  text-decoration:none;
  color:#000;
}

#post-preview-list .content h2 {
  text-transform:none;
}

#post-preview .content a:hover,
#post-preview-list .content a:hover,
#post-preview .hover .content a,
#post-preview-list .grid.hover .content a,
#post-related .content a:hover,
#post-related .hover .content a {
  color:#f10000;
}

#post-preview .post-preview-img,
#post-related .post-preview-img {
  background:#EEE;
  line-height:0;
}

#post-preview .post-preview-img a,
#post-related .post-preview-img a {
  display:inline-block;
  position:relative;
  text-decoration:none;
}

#post-preview .post-preview-img img,
#post-related .post-preview-img img {
  width:100%;
  max-width:383px;
  line-height:0;
}

#post-preview .post-preview-img,
#post-related .post-preview-img {
  margin:0 auto;
  text-align:center;
}

.article-quick-select a,
#buddypress div.item-list-tabs ul li a {
  color:#FFF;
  position:relative;
  text-decoration:none;
  line-height:32px;
  margin:0 20px 0 10px;
  font-weight:bold;
  display:inline-block;
}

#buddypress div.item-list-tabs ul li a {
  line-height:19px;
  margin:0 0 0 10px;
}

.article-quick-select a:first-child {
  margin-left:15px;
}

.article-quick-select a.active,
.article-quick-select a:hover,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li a:hover,
#buddypress div#subnav.item-list-tabs a:hover,
#buddypress div#subnav.item-list-tabs li.selected a,
#buddypress div#subnav.item-list-tabs li.current a {
  color:#ff0101;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  background:0;
  opacity:1;
}

#buddypress div#subnav.item-list-tabs {
  background:#f2f2f2;
}

#buddypress div#subnav.item-list-tabs a {
  color:#222;
}

.mfp-container .rtmedia-container.rtmedia-single-container .row .rtmedia-single-meta .rtmedia-item-actions .rtmedia-action-buttons span,
.mfp-container .rtmedia-single-container.rtmedia-activity-container .row .rtmedia-single-meta .rtmedia-item-actions .rtmedia-action-buttons span,
.mfp-container #buddypress div.rtmedia-single-container.rtmedia-activity-container .row .rtmedia-single-meta .rtmedia-item-actions .rtmedia-action-buttons span {
  background:#a4011e;
  border:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  display:inline-block;
  margin:3px 4px 0 0;
  padding:0 4px;
  vertical-align:top;
  color:#FFF;
}


body .mfp-close-btn-in .mfp-close {
  color:#000;
  right:35px;
}

#rt_media_comment_submit {
  margin-top:5px;
}

body #buddypress div.rtmedia-activity-container .rtmedia-list .rtmedia-list-item {
  width:50%;
  margin:0;
}

body .rtmedia-container .rtmedia-list .rtmedia-list-item,
body .rtmedia-activity-container .rtmedia-list .rtmedia-list-item,
 {
  margin:0;
}

body .rtmedia-container .plupload_file_status_bar_container {
  border:1px solid #ccc;
  border-radius:4px 4px 4px 4px;
  display:inline-block;
  height:23px;
  margin-top:2px;
  width:60%;
  vertical-align:middle;
}

body .rtmedia-container p span.plupload_file_status_bar_container span.plupload_file_status_bar {
  background:#a4011e;
  height:100%;
  display:block;
  margin:0 !important;
}

body .rtmedia-container #rtMedia-update-queue-list p {
  margin:3px 0;
}

body .rtmedia-container .rtmedia-comment,
body .rtmedia-activity-container .rtmedia-comment,
body #buddypress div.rtmedia-activity-container .rtmedia-comment {
  background:0;
  border:0;
  border-bottom:1px solid #CCC;
  margin-bottom:5px;
}

.rtmedia-item-actions button,
.rtmedia-create-new-album-button,
.rtmedia-create-new-album-container,
#rtmedia-upload-container,
#privacy {
  margin-bottom:3px;
}

.article-quick-select a.active:after {
  border-top:7px solid #231f20;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  content:"";
  display:block;
  left:36%;
  position:absolute;
  top:94%;
  z-index:40;
}

#site_takeover a {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
}

#top-advertising {
  padding:10px 0;
  min-height: 96px;
}

#top-leaderboard-ad {
  display:none;
}

/*
div[id^='google_ads'] {
    position: relative;
    height: 0;
    overflow: hidden;
}
*/

/*.inline-ad > div {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 24%; // (450 ÷ 500 = 0.9 = 90%)
}

.inline-ad > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

#main-sidebar-med-rec-ad, #main-sidebar-med-rec-ad2 {
  display:block;
  margin:0 auto;
  text-align:center;
  padding: 20px 0;
}

#main-sidebar-rec-ad, #main-sidebar-rec-ad2 {
  margin:0 auto;
  text-align:center;
  display:block;
  padding: 5px 0;
}

#main-sidebar-fullpage-ad,
#main-sidebar-halfpage-ad {
  /*display:none;*/
  margin:0 auto;
  text-align:center;
}

#main-sidebar-fullpage-ad {
  display:block;
  padding: 20px 0;
}

.side-bar-ad-square-button>div {
  display:inline-block;
  width:125px;
  height:125px;
  margin:5px;
}

main {
  margin-bottom:30px;
  display: block;
  position: relative;
}

main img,
.classified-item .image a,
.page-template-classified-landing-page-php img {
  max-width:100% !important;
  height:auto !important;
}

figure {
  margin-bottom:0.5em;
}

figcaption,
.article-sub-info {
  color:#808285;
  letter-spacing:-0.2px;
}

.article-sub-info {
  margin-top:1em;
}

main table {
  width:100%;
}

main table thead td,
main table thead th {
  background:#000;
  color:#FFF;
  font-weight:bold;
  border:0;
}

div.caption {
  margin:0;
  padding:0;
  position:relative;
  top:-16px;
  color:#777;
}

figcaption {
  color:#777;
}

.members-only-content {
  background:#000;
  margin:0 auto;
  text-align:center;
  color:#FFF;
  padding:20px;
}

.members-only-content form>div {
  padding-bottom:5px;
}

#navigation-mask.search,
#navigation-mask.login {
  background:#000;
  background:rgba(0,0,0,0.8);
  height:auto !important;
}

#search-bar,
#login-bar {
  margin-top:55px;
  padding:22px 22px 8px;
  min-width:250px;
}

#search-bar #search-submit,
#login-bar #login-submit,
#search-results-controls #search-page-submit,
#login-bar a.button,
.members-only-content .login-submit,
.members-only-content a.button {
  background:#a4011e;
  color:#fff;
  display:inline;
  font-weight:normal;
  margin:0 0 6px 8px;
  padding:12px 45px 12px 26px;
  text-transform:none;
  vertical-align:middle;
  font-size:18px;
}

#login-bar {
  color:#FFF;
  vertical-align:center;
  font-family:'Roboto Condensed',Arial,sans-serif;

}

#login-bar a,
.members-only-content a {
  color:#FFF;
  text-decoration:none;
}

#login-bar a:hover {
  color:#FFF;
  text-decoration:underline;
}

#login-bar #login_error {
  font-size:15px;
  text-transform:uppercase;
  margin:5px;
  color:#FFF;
}

#login-bar a.button,
.members-only-content a.button {
  text-decoration:none;
  display:inline-block;
  padding:13px 26px;
}

.members-only-content a.button,
.members-only-content .login-submit {
  padding:7px 16px;
  margin:0;
  line-height:24px;
}

#login-bar .fbLoginButton,
.members-only-content .fbLoginButton {
  display:inline-block;
  margin-right:10px;
}

.fbLoginButton {
  height:30px !important;
}

#login-bar form div:nth-child(2) {
  margin-top:8px;
}

#login-bar input[type="checkbox"],
.members-only-content input[type="checkbox"] {
  vertical-align:middle;
  margin-top:-2px;
}

#search-results-controls #search-page-submit {
  background:#000;
}

#search-results-controls #search-page-submit:hover {
  background:#a4011e;
}

#search-results-controls .search-page-submit-container {
  position:relative;
}

#search-results-controls #search-page-submit {
  margin:0;
}

#login-bar #login-submit,
#search-results-controls #search-page-submit {
  padding:12px 26px;
}

#search-bar .icon-search {
  position:relative;
  left:-40px;
}

#search-results-controls .icon-search {
  position:absolute;
}

#search-results-controls #search-page-input {
  width:100%;
}

#search-results-controls #search-page-submit {
  width:100%;
}

.article-sort-controls {
  margin:15px 0;
}

.search .article-sort-controls {
  margin:5px 0;
}

.article-sort-controls .search form {
  position:relative;
}

.article-sort-controls .search .inline-search-bar {
  border:1px solid #EEE;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  width:100%;
  color:#b3b3b3;
  background:#FFF;
}

.article-sort-controls .search .inline-search-bar:focus {
  color:#0f0f0f;
}

.article-sort-controls .search .inline-search-button {
  background:url("images/icon-sprite.png") no-repeat 0 -807px;
  height:33px;
  width:28px;
  margin:0;
  padding:0;
  overflow:hidden;
  text-indent:100%;
  white-space:nowrap;
  position:absolute;
  right:0;
  top:4px;
  border:0;
}

.article-sort-controls .search .inline-search-button:hover {
  background-color:none;
}

.article-sort-controls .sort-control {
  font-size:12px;
  line-height:19px;
  padding-top:9px;
}

.article-sort-controls .sort-control strong {
  color:#838385;
}

.article-sort-controls .sort-control a {
  color:#000;
  text-decoration:none;
  margin:0 8px;
}

.article-sort-controls .sort-control a.active,
.article-sort-controls .sort-control a:hover {
  color:#aa0226;
}

.article-sort-controls .list-type {
  text-align:right;
  display:none;
}

.article-sort-controls .list-type .block,
.article-sort-controls .list-type .list {
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  width:22px;
  height:18px;
  padding:0;
  margin:0;
  background:url("images/icon-sprite.png") no-repeat;
  display:inline-block;
}

.article-sort-controls .list-type .block {
  background-position:0 -2764px;
}

.article-sort-controls .list-type .block:hover,
.article-sort-controls .list-type .block.active {
  background-position:0 -2700px;
}

.article-sort-controls .list-type .list {
  background-position:0 -2882px;
}

.article-sort-controls .list-type .list:hover,
.article-sort-controls .list-type .list.active {
  background-position:0 -2825px;
}

span.separator {
  font-size:10px;
  padding:0 3px;
}

#post-preview-list .grid .post-preview-img {
  float:none;
  width:100%;
  padding-bottom:10px;
}

.article-sort-controls .grid .colm-2-3 {
  width:100%;
}

select {
  border:1px solid #ccc;
  padding:4px 5px;
}

.page-id-19164 #hero,
.page-id-19414 #hero,
.page-id-27238 #hero {
  background:#1b1b1b url('images/magazine/magazine-background.jpg?oversized=2.5') no-repeat 50% 50%;
  padding:95px 0;
  color:#FFF;
}


.page-id-19414 #hero {
  background:#1b1b1b url('images/advertising/Advertising-background.jpg?oversized=2.5') no-repeat 50% 50%;
}

.page-id-19164 #hero,
.page-id-27238 #hero,
.page-id-19164 main section {
  margin-bottom:95px;
}

.page-id-27238 #hero {
  margin-bottom: 5px;
  padding: 0;
}

body.page-id-19164,
body.page-id-19414,
body.page-id-27238  {
 background: #FFF !important;
}




.page-id-19414 main section,
.page-id-19414 #hero {
  margin-bottom:60px;
}

.page-id-19414 #hero {
  padding-top:70px;
}

.page-id-19414 #hero .col-1-5>strong {
  font-size:20px;
  font-weight:normal;
  text-transform:uppercase;
  padding-bottom:20px;
}

.page-id-19414 #hero .col-1-5>span {
  background:url('images/advertising/iconography.png') no-repeat 0 0;
  width:160px;
  height:105px;
  display:block;
  margin:0 auto;
  text-align:center;
}

.page-id-19414 #hero .col-1-5 {
  padding-bottom:25px;
}

.page-id-19414 #hero .col-1-5>span.print-icon {
  background-position:-24px -24px;
}

.page-id-19414 #hero .col-1-5>span.website-icon {
  background-position:-225px -24px;
}

.page-id-19414 #hero .col-1-5>span.digital-icon {
  background-position:-426px -24px;
}

.page-id-19414 #hero .col-1-5>span.social-icon {
  background-position:-622px -24px;
}

.page-id-19414 #hero .col-1-5>span.t-12-hour-icon {
  background-position:-810px -24px;
}

.page-id-19164 #hero h1,
.page-id-19414 #hero h1,
.page-id-27238 #hero h1 {
  text-transform:none;
  font-weight:300;
  line-height:42px;
}

.stars>div>strong {
  font-weight:normal;
  text-transform:uppercase;
  font-size:17px;
}

.stars {
  display:inline-block;
}

.stars>div {
  padding:10px 0 30px 0;
  border-bottom:1px solid #FFF;
}

.stars>div>span {
  background:url('images/advertising/star_rating.png') no-repeat 0 0;
  width:110px;
  height:20px;
  display:block;
  margin:0 auto 8px;
  text-align:center;
}

.stars>div>span.one-stars-icon {
  background-position:-16px -112px;
}

.stars>div>span.two-stars-icon {
  background-position:-16px -90px;
}

.stars>div>span.three-stars-icon {
  background-position:-16px -66px;
}

.stars>div>span.four-stars-icon {
  background-position:-16px -41px;
}

.stars>div>span.five-stars-icon {
  background-position:-16px -16px;
}

.stars>ul {
  margin:20px 0 0 17px;
  padding:0;
  text-align:left;
}

.stars>ul>li {
  font-size:16px;
}

.page-id-19414 #hero h1 {
  margin-bottom:50px;
  line-height:46px;
  font-size:32px;
}

.page-id-19414 #hero .grid {
  text-align:center;
  font-family:'Roboto Condensed',Arial,sans-serif;
}

.page-id-19414 #hero .grid>div strong {
  display:block;
}

.page-id-19164 main strong, #subscribe strong,
.page-id-27238 main strong {
  font-weight:normal;
  text-transform:uppercase;
  font-size:12px;
}

.page-id-19414 #advertising-news {
  padding-top:60px;
}

.page-id-19414 #advertising-news>div>h2 {
  padding-bottom:20px;
  border-bottom:1px solid #EEE;
  margin-bottom:20px;
}

#advertising-archive,
#advertising-archive li {
  margin:0;
  padding:0;
  list-style:none;
}

#advertising-archive>li {
  padding-bottom:15px;
}

#advertising-archive>li>a {
  color:inherit;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:20px;
  font-weight:300;
  text-decoration:none;
  display:block;
  width:100%;
}

#advertising-archive>li>a:after {
  background-position:0 -557px;
  content:"";
  display:block;
  float:right;
  height:20px;
  width:20px;
}

#advertising-archive ul {
  padding:15px 0 5px;
  display:none;
}

#advertising-archive ul li {
  text-align:center;
}

#advertising-archive ul li a {
  color:inherit;
  text-decoration:none;
  text-transform:uppercase;
}

.page-id-19414 main .content p {
  font-size:16px;
}

.page-id-19414 main .content p.posted-ago {
  margin:10px 0;
  font-size:15px;
}

#advertising-archive ul li a:hover {
  text-decoration:underline;
}

#advertising-archive a:hover,
#advertising-archive ul li a:hover,
#advertising-archive ul li a.active {
  color:red;
}

.page-id-19164 main strong.highlight,
.page-id-19414 main strong.highlight,
.page-id-27238 main strong.highlight {
  font-weight:bold;
}

.page-id-19164 main h2, #subscribe h2,
.page-id-27238 main h2 {
  font-weight:normal;
}

#media-kit h2 {
  margin-top:13px;
}

.page-id-19414 main h2, #subscribe h2 {
  font-weight:300;
}

.page-id-19164 main h2 span,
.page-id-19414 main h2 span,
#subscribe h2 span,
.page-id-27238 main h2 span {
  color:#a4011e;
  font-weight:bold;
}

.page-id-19164 main strong, #subscribe strong,
.page-id-27238 main strong {
  color:#111;
}

.page-id-19164 main p,
.page-id-19164 main li,
.page-id-27238 main p,
.page-id-27238 main li {
  color:#969698;
}

.page-id-19414 main p {
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:18px;
  font-weight:300;
  line-height:25px;
  margin-bottom:20px;
  margin-top:0;
}

.page-id-19164 main p,
.page-id-27238 main p {
  margin-bottom:0;
}

.page-id-19164 main ul,
.page-id-19164 main ul li,
.page-id-19414 main ul,
.page-id-19414 main ul li,
.page-id-27238 main ul,
.page-id-27238 main li {
  margin:0;
  padding:0;
  list-style:none;
}

.page-id-19164 main ul li,
.page-id-19414 main ul li,
.page-id-27238 main ul li {
  margin-left:10px;
}

.page-id-19164 main ul li:before,
.page-id-27238 main ul li:before {
  content:'-';
  position:relative;
  left:-5px;
}

.page-id-19164 main ul li,
.page-id-19414 main ul li,
.page-id-27238 main ul li {
  text-indent:-5px;
}

.page-id-19164 main img,
.page-id-27238 main img {
  max-width:100%;
}

.page-id-19164 main h2,
.page-id-19414 main h2,
.page-id-27238 main h2 {
  font-size:30px;
  line-height:32px;
}

.page-id-19164 main section>h2,
.page-id-19414 main section>h2,
.page-id-27238 main section>h2 {
  text-align:center;
  margin-bottom:5px;
  text-transform:none;
}

main #subscribe>h2,
.page-id-19164 main #sample>h2 {
  margin-bottom:50px;
}

#subscribe header {
  background:#f2f2f2;
  height:120px;
}

#subscribe>div:first-of-type {
  margin-bottom:50px;
}

#subscribe header .img {
  margin:-20px 0 0;
  float:left;
  width:150px;
  text-align:center;
}

#subscribe header .mag-title {
  margin-left:150px;
  padding:34px 0;
}

.page-id-19164 main h2,
.page-id-27238 main h2 {
  font-weight:300;
  font-size:32px;
  margin-top:-6px;
}

#subscribe>div>div {
  margin-left:40px;
}

.page-id-19164 a.button,
.page-id-19164 .sample,
.page-id-27238 a.button {
  display:inline-block;
  background:#000;
  font-family:'Roboto Condensed',Arial,sans-serif;
  color:#FFF;
  text-decoration:none;
  font-weight:normal;
  text-transform:none;
  padding:10px 0;
  font-size:16px;
  width:210px;
}

.page-id-19164 .sample {
  padding:10px;
}

.page-id-19164 .sample:hover {
  background:#a4011e;
  color:#FFF;
}

.page-id-19164 .sample:hover strong {
  color:#FFF;
}

.page-id-19164 #sample {
  text-align:center;
}

.page-id-19164 #sample div.grid-center {
  margin-bottom:50px;
}

.page-id-19164 .sample {
  background:#f2f2f2;
  text-transform:uppercase;
  width:100%;
  color:#000;
  font-size:22px;
  font-weight:300;
  line-height:31px;
}

.page-id-19164 .sample strong {
  font-weight:bold;
  font-size:22px;
}

.page-id-19164 #newsletter input[type="text"],
.page-id-19164 #newsletter input[type="email"] {
  background:#f2f2f2;
  border:1px solid #a8a8a8;
  padding:10px;
  width:45%;
  color:#919294;
}

.page-id-19164 #newsletter form {
  margin-top:15px;
}

.page-id-19164 #newsletter input[type="text"]:focus {
  color:#4d4d4e;
}

.page-id-19164 #newsletter input[type="submit"] {
  border:0;
  background:#000;
  padding:8px 25px;
  font-size:15px;
  color:#FFF;
  margin-left:6px;
  font-family:'Roboto Condensed',Arial,sans-serif;
}

.page-id-19164 main #back-issues ul {
  margin-top:20px;
}

.page-id-19164 main #back-issues ul li:before {
  content:none;
}

.page-id-19164 main #back-issues ul li {
  text-indent:0;
  margin:0;
  padding:20px 0;
}

.page-id-19164 #back-issues div {
  font-size:15px;
  font-family:'Roboto Condensed',Arial,sans-serif;
}

.page-id-19164 #back-issues .date {
  color:#a4011e;
  text-align:left;
}

.page-id-19164 #back-issues .price {
  color:#a2a29a;
  text-align:right;
}

.page-id-19164 #back-issues ul a {
  display:inline-block;
  line-height:0;
  position:relative;
  max-width:100%;
}

.page-id-19164 #back-issues ul a:hover:after {
  background:rgba(0,0,0,0.6) url("images/stripe-dark.png");
  content:"";
  display:block;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:50;
}

.page-id-19164 #back-issues ul a:hover:before {
  color:#fff;
  content:"+";
  display:block;
  font-family:"Times New Roman",Times,sans;
  font-size:65px;
  height:100%;
  left:4px;
  position:absolute;
  text-align:center;
  top:52%;
  width:100%;
  z-index:51;
  text-underline:none;
}

.page-id-19164 #hero-image img,
.page-id-27238 #hero-image img {
  max-width:100%;
}

.page-id-19164 .padding,
.page-id-27238 .padding {
  padding-right:15px;
}

.page-id-19164 #back-issues ul li>div {
  display:inline-block;
}

#magazine-slider-bar-container {
  margin:20px 0 0;
}

#magazine-slider-bar-container>div {
  text-align:center;
  margin:0 auto;
}

#magazine-slider-bar-container #slider_magazine_id {
  font-weight:bold;
  font-size:120%;
  font-family:'Roboto Condensed',Arial,sans-serif;
  padding-top:5px;
}

.spinner {
  text-align:center;
  margin:20px auto;
  display:block;
}

.page-id-19164 .spinner {
  margin:50px auto 0;
}

#body article blockquote {
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  font-size:18px;
  line-height:32px;
  margin:5px 0;
  padding:0;
  font-style:italic;
}

#body article code {
  background:#EEE;
  padding:20px;
  border:1px solid #CCC;
  display:block;
}

#body article table {
  border-spacing:5px;
  border-collapse:separate;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:15px;
}

#body article table caption {
  background:#CCC;
  font-weight:bold;
  font-size:18px;
  padding:10px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
}

#body article table th {
  background:#EEE;
  font-weight:bold;
}

#body article table th,
#body article table td {
  padding:7px;
}

#body article table.awpcp-table td {
    padding-bottom: 3px;
    padding-left: 50%;
    padding-top: 3px;
}

.entry-meta {
  background:#EEE;
  line-height:27px;
  padding:1px 7px;
}

/*
 * Custom Magazine Purchase code for bottom of pages
 */
#subscribe.post-pages {
  margin: 50px 0 0;
}

#subscribe.post-pages > div:first-of-type {
  margin: 0;
}

#subscribe.post-pages header .mag-title {
  padding: 10px 0;
}

#subscribe.post-pages a {
  text-decoration: inherit;
  color: inherit;
}

#subscribe.post-pages header .img {
  width: 140px;
}

#subscribe.post-pages header .mag-title {
  margin-left: 140px;
}

#subscribe.post-pages .col-1-2 {
  margin-top: 50px;
}

.inline-ad {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 !important;
}


/*
 * Classifieds section
 */

main .trader-title {
  background: #a4011e;
  margin-bottom: 10px;
}

main .trader-title h2 {
  line-height: 19px;
}

main .trader-title .logo {
  min-width: 189px;
  width: 30%;
  height: 47px;
  position: relative;
  background: #232323;
}


main .trader-title .logo:after {
    top: 0;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(35,35,35, 0);
    border-left-color: #232323;
    border-width: 23px;
}

main .trader-title .classified-ad-button {
  width: 50%;
  float: left;
}

main .trader-title .classified-ad-button.create-ad {
  padding-right: 0;
}

 main .trader-title .classified-ad-button a {
    border-left: 2px solid #FFF;
}

main .trader-title .classified-ad-button a {
  font-size: 26px;
}

main .trader-title .classified-ad-button.create-ad a {
  border-left: none;
  text-align: right;
}


main .trader-title .classified-ad-button a {
    font-family:'Roboto Condensed',Arial,sans-serif;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    background: #a4011e;

}

main .trader-title .classified-ad-button a:hover {
  background: #222;
  background: repeating-linear-gradient(
    -35deg,
    #222,
    #222 2px,
    #1c1c1c 2px,
    #1c1c1c 4px
  );

}

.page-template-classified-page-php aside div.title {
  margin-bottom: 0;
}

.awpcp-region-control-sidelist, #awpcpcatlayout {
  margin-top: 5px;
  list-style: none;
}

#awpcpcatlayout p.maincategoryclass {
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.awpcp-region-control-sidelist > li > a, #awpcpcatlayout p.maincategoryclass {
  display: block;
  text-decoration: none;
  margin-bottom: 3px;
  font-weight: bold;
  padding: 3px 5px;
  border-bottom: 1px dotted #231f20;
}

.awpcp-region-control-sidelist > li > a:hover {
  color:#900;
}

.awpcpcatlayoutright ul ul {
  margin: 0;
  padding: 0 10px 3px;
}

.awpcpcatlayoutright ul ul li {
  list-style: none;
}

.awpcp-region-control-sidelist ul {
 border-bottom: 1px dotted #231f20;
}

.awpcp-region-control-sidelist ul li a {
  
}

#awpcpcatlayout .showcategoriesmainlist, #awpcpcatlayout .showcategoriesmainlist li.columns-1 {
  margin: 0;
  padding: 0;
}


#awpcp-region-control-selector p {
  margin-top: 0;
}


#tm_classified_search {
  margin-top: 5px;
}

#awpcp-search-keywordphrase {
  width: 74%;
}

.awpcp-page .form-submit input {
   margin-right: 3px;
}

.awpcp-renew-ad h3 {
  margin: 10px 0 5px;
}

#tm_classified_search input.button {
  width: 25%;
  margin-left: 1%;
  line-height: 28px;
}

.page-template-classified-page-php aside .main-title {
  margin-bottom: 0;
}

.sidebar-background {
  margin: 0 auto;
  text-align: center;
  background: url("images/stripe-light.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 15px;
}

.sidebar-background img, .sidebar-background a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.awpcp-details-form .awpcp-extra-field label:after {
  content: '*';
}

.awpcp-details-form .awpcp-extra-field.awpcp-extra-field-odometer_run_time label:after, .awpcp-details-form .awpcp-extra-field label.secondary-label:after {
  content: '';
}

.awpcp-details-form .awpcp-extra-field label.secondary-label input {
  margin-right: 3px;
}


/*
 * Classifieds list page styles
 */

.classified-item .image a {
  position:relative;
  margin-bottom: 5px;
}

.classified-item .image a, .classified-item .image a img {
  display: inline-block;
  vertical-align: bottom;
}



div.displayaditemsodd, div.displayaditemseven {
  background: #FFF;
  margin-bottom: 15px;
}

.classified-item h3 {
  margin-bottom: 10px;
  line-height: 18px;
}

.classified-item h3 a, #tm-classified-single h2.classified-title a  {
  color: #4f4f51;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size:28px;
  line-height: 20px;
}

.classified-item h3 a:hover, .classified-item.hover h3 a {
  color: #a4011e;
}

#tm-classified-single.awpcp_featured_ad_wrapper h2.classified-title {
  text-align: left;
  padding-left: 50px;
}

#tm-classified-single.awpcp_featured_ad_wrapper h2.classified-title a {
  color: #FFFFFF;
}

.classified-excerpt {
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #4f4f51;
}

.classified-item .classified-price {
  color: #4f4f51;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-weight: 300;
  font-size:28px;
  
  margin: 0 0 25px;
  padding: 10px 0 0 0;

  display: inline-block;
  min-width: 180px;
  border-top: 1px solid #eeeeee;
}

.classified-item .km, .classified-item .bike_type, .classified-item .listing_type, .classified-item .listing_date,
.classified-item .listing_state
{
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-weight: 600;
  text-align: right;
  font-size: 110%;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.classified-item .listing_state {
  font-size: 28px;
  font-weight: 300;
  color: #4d4d4f;
  padding-bottom: 0;
  padding-top: 5px;
    line-height: 30px;
}

.standard_title {
  width: 100%;
  height: 30px;
  background: #EEEEEE;
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.standard_title:after {
    top: 100%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(164, 1, 30, 0);
    border-top-color: #EEEEEE;
    border-width: 10px;
    margin-left: -10px;
}

/*
 * Style the classified details page
 */
#tm-classified-single .awpcp-title {
  background: #EEE;
  text-transform: uppercase;
  padding: 4px 10px;
  position: relative;
}

#tm-classified-single .awpcp-title:before {
    top: 100%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(164, 1, 30, 0);
    border-top-color: #EEE;
    border-width: 10px;
    margin-left: -10px;
}

#tm-classified-single .classified-title {
  color: #4e4e4e;
}

#tm-classified-single .classified-title-price {
  text-align: right;
  font-weight: 300;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size: 25px;
  padding: 0;
}

#tm-classified-single .tm-classified-images {
  margin-top: 15px;
}

#tm-classified-single .sidebar {
  padding: 10px;
  background: #EEE;
  text-align: right;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size: 16px;
  color: #000;
}

#tm-classified-single .sidebar h3 {
  color: #FFF;
  text-decoration: none;
  display: block;
  background: #000;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  padding: 4px 0 6px;
  margin-bottom: 10px;
  
  background: #222;
  background: repeating-linear-gradient(
    -35deg,
    #222,
    #222 2px,
    #1c1c1c 2px,
    #1c1c1c 4px
  );
}

#tm-classified-single .sidebar h4 a {
  color: #FFF;
  text-decoration: none;
  display: block;
  background: #000;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  padding: 4px 0 6px;
  margin-bottom: 10px;
  text-transform: uppercase;

  background: #222;
  background: repeating-linear-gradient(
    -35deg,
    #222,
    #222 2px,
    #1c1c1c 2px,
    #1c1c1c 4px
  );
}

#tm-classified-single .sidebar h4 a:hover {
  background: #a4011e;
}

#tm-classified-single .sidebar > div, #tm-classified-single .classified-contact-details {
  clear: right;
}

#tm-classified-single .sidebar > div:after {
  content: '';
  display: block;
  float: right;
  width: 40%;
  height: 1px;
  background: #c6c8c9;
  margin: 5px 0;

}

div#tm-classified-single.Accessories .sidebar > div:nth-child(9):after {
  display: block;
}

#tm-classified-single .sidebar .classified-title {
  display: block;
  color: #a4011e;
  text-transform: uppercase;
}

#tm-classified-single .sidebar strong {
  display: block;
}

#tm-classified-single .classified-contact-details {
  margin-top: 10px;
}

#tm-classified-single .gallery_container .rslides_tabs {
  background: none;
}

#tm-classified-single .gallery_container .rslides_tabs li {
  padding: 0;
  margin: 5px 0 0 0;
}

#tm-classified-single ul.rslides_tabs.rslides_thumbs li a {
  height: auto;
  width: auto;
}

#tm-classified-single ul.rslides_tabs.rslides_thumbs li.rslides_here a:after {
  content: '';
  display: block;
  -webkit-box-shadow: inset 0 0 15px #666;
  -moz-box-shadow: inset 0 0 15px #666;
  box-shadow: inset 0 0 15px #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#tm-classified-single ul.rslides li a,
#tm-classified-single ul.rslides_tabs.rslides_thumbs li.rslides_here a {
  display: block;
  position:relative;
}

#tm-classified-single ul.rslides li a img {
  width: 100%;
}



#tm-classified-single .gallery_container .rslides_tabs, #tm-classified-single .gallery {
  padding: 0;
  background: #EEE;
}

#tm-classified-single.awpcp_featured_ad_wrapper .gallery_container .rslides_tabs, #tm-classified-single.awpcp_featured_ad_wrapper .gallery {
  background: #333;
}




#tm-classified-single .col-2-3 p:first-child {
  margin-top: 0;
}

/*
 * Style classified widgets
 */

.page-template-classified-page-php aside .textwidget {
  margin-bottom: 15px;
}

#sidebar-classified-controller h3 {
  padding: 5px 0 5px 10px;
}

#sidebar-classified-controller ul, #sidebar-classified-controller li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar-classified-controller li {

}

#sidebar-classified-controller li a {
  color: #000;
  text-transform: uppercase;
    font-size: 21px;
    padding: 11px;
  font-family:'Roboto Condensed',Arial,sans-serif;
  border-bottom: 1px solid #c9cbcd;
  display: block;
  text-decoration:  none;
}

#sidebar-classified-controller li a:hover, #sidebar-classified-controller li a.selected {
  color: #a4011e;
}

/*
 * Ad Page
 */
.awpcp-message {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.awpcp-place-ad h3 {
  padding: 10px 0 5px;
}

.awpcp-place-ad label {
  font-weight: bold;
}

#body .awpcp-order-form table.awpcp-payment-terms-table,
#body .awpcp-place-ad table.awpcp-transaction-items-table,
#body .awpcp-checkout-form table.awpcp-transaction-items-table,
#body .awpcp-renew-ad table.awpcp-table,
#body div.awpcp-edit-ad table {
  border-collapse: collapse;
}

#body .awpcp-order-form table thead th,
#body .awpcp-checkout-form table thead th,
#body .awpcp-place-ad table.awpcp-transaction-items-table thead th,
#body div.awpcp-edit-ad table thead th,
#body table.awpcp-transaction-items-table thead th {
  background: #a4011e;
}

#body div.awpcp-edit-ad table td:nth-child(4) {
  text-align: right;
}

#classiwrapper .upload-conditions, .awpcp-place-ad #classiwrapper .awpcp-title {
  margin-top: 10px;
}

.awpcp-preview-ad-form span {
  display: inline-block;
  margin: 0 0 10px;
}

.awpcp-details-form .awpcp-extra-field-odometer_run_time:after {
  content: "Please specify 'KM' OR 'Hours'";
  display: block;
  color: #555;
  font-size:95%;
}


/*
 * Sub Head
 */
ul.tm-sub-nav-bar, ul.tm-sub-nav-bar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tm-sub-nav-bar, .awpcp-return-to-search-link {
  background: #000;
  margin-bottom: 10px !important;
}

ul.tm-sub-nav-bar li {
  border-right: 2px solid #FFF;
  float: left;
}

ul.tm-sub-nav-bar a, .awpcp-return-to-search-link a  {
  color: #FFF;
  text-transform: uppercase;
  padding: 0 10px;
  font-family:'Roboto Condensed',Arial,sans-serif;
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 45px;
  text-decoration: none;

}

.awpcp-return-to-search-link a {
  display: inline-block;
  border-right: 2px solid #fff;
}

ul.tm-sub-nav-bar a:hover, ul.tm-sub-nav-bar a.selected, .awpcp-return-to-search-link a:hover {
  background: #a4011e;
}

ul.tm-sub-nav-bar a.selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(164, 1, 30, 0);
    border-top-color: #a4011e;
    border-width: 8px;
    margin-left: -8px;
}

ul.tm-sub-nav-bar a:before, .awpcp-return-to-search-link a:before,
main .trader-title .classified-ad-button.create-ad a:after {
  background: url(images/trader/trader-icons.png) no-repeat 0 0;
  display: inline-block;
  content: '';
  line-height: 45px;
  vertical-align: middle;
  margin-right: 10px;
}

ul.tm-sub-nav-bar .bikes a:before {
  width: 45px;
  height: 35px;
  background-position: 0 0;
}

ul.tm-sub-nav-bar .accessories a:before {
    background-position: 0 -67px;
    height: 35px;
    width: 30px;
}

ul.tm-sub-nav-bar .all a:before {
    background-position: 0 -137px;
    height: 35px;
    width: 26px;
}

.awpcp-return-to-search-link a:before {
    background-position: 0 -194px;
    height: 35px;
    width: 25px;
}

/*
 * Classified regional selector
 */
#awpcp-region-control-selector {
  margin: 0;
  padding: 0;
}

#awpcp-region-control-selector .legend {
  text-transform: uppercase;
  font-family:'Roboto Condensed',Arial,sans-serif;
  color: #a4011e;
  padding: 0 5px;
}

#awpcp-region-control-selector .js-handler, #awpcp-region-control-selector .js-handler span {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  color: #a4011e;
}

#awpcp-region-control-selector > div {
  padding: 10px;
  background: #e5e5e5;
  display:block;
  height: auto !important;
}

#awpcp-region-control-selector > div > div {
  display:block;
}

#awpcp-region-control-selector h3 {
  padding: 0 0 8px;
}

#awpcp-region-control-selector .awpcp-region-selector,
.awpcp-details-form .awpcp-region-selector {
  background: none;
  padding: 0;
}

body #awpcp-region-control-selector .submit {
  margin-top: 10px;
}

/*
 * Classified Search Page
 */
.awpcp-search-ads h3 {
  padding-bottom: 15px;
}

.awpcp-search-ads label {
  font-weight: bold;
}

.awpcp-search-ads input[type='radio'], .awpcp-search-ads input[type='checkbox'] {
  margin-right: 4px;
}

.awpcp-search-ads input[type='text'], .awpcp-search-ads select,
.awpcp-details-form input[type='text'], .awpcp-details-form select,
.awpcp-details-form textarea {
  width: 100%;
}

.awpcp-details-form textarea {
  min-height: 150px;
}

.awpcp-search-ads #min-price, .awpcp-search-ads #max-price {
  width: 150px;
}

.mobile .awpcp-range-search label:nth-child(1), .mobile .awpcp-range-search label:nth-child(3) {
  display: block;
}

/*
 * Featured Classified Css
 */

div#tm-classified-single.Accessories .classified-title-make,
div#tm-classified-single.Accessories .classified-title-model,
div#tm-classified-single.Accessories .classified-title-km,
div#tm-classified-single.Accessories .classified-title-year,
div#tm-classified-single.Accessories .classified-title-type,
div#tm-classified-single.Accessories .classified-title-listing,
div#tm-classified-single.Bikes .classified-title-listing-condition,
.featured_title,
.awpcp_featured_ad_wrapper .standard_title {
  display: none;
}

.awpcp_featured_ad_wrapper .featured_title, #tm-classified-single.awpcp_featured_ad_wrapper .awpcp-title {
  display: block;
  border: none !important;
  background: #a4011e;
  text-align: right;
  font-weight: 300;
  padding: 4px 10px 4px 0;
  margin-left: -40px;
  margin-bottom:15px;
  position: relative;
}

.awpcp_featured_ad_wrapper .featured_title:after, #tm-classified-single.awpcp_featured_ad_wrapper .awpcp-title:after {
    top: 100%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(164, 1, 30, 0);
    border-top-color: #a4011e;
    border-width: 10px;
    margin-left: -10px;
}

.awpcp_featured_ad_wrapper .featured_title:before, #tm-classified-single.awpcp_featured_ad_wrapper .awpcp-title:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 7px 13px;
  border-style: solid;
  border-color: #70090e #70090e transparent transparent;
  margin: 0;
}

div.awpcp_featured_ad_wrapper {
  background: #222;
  background: repeating-linear-gradient(
    -35deg,
    #222,
    #222 2px,
    #1c1c1c 2px,
    #1c1c1c 4px
  );

  padding: 15px;
  color: #FFF;
}

.awpcp_featured_ad_wrapper h3 a, .awpcp_featured_ad_wrapper .classified-price, .awpcp_featured_ad_wrapper .classified-excerpt,
.awpcp_featured_ad_wrapper .listing_state {
  color: #FFF;
}

div.awpcp_featured_ad_wrapper .classified-price {
  border-top: 1px solid #a4011e;
}

#tm-classified-single.awpcp_featured_ad_wrapper .sidebar {
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.81) 99%, rgba(255,255,255,0.80) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,0.81)), color-stop(100%,rgba(255,255,255,0.80))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 99%,rgba(255,255,255,0.80) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 99%,rgba(255,255,255,0.80) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 99%,rgba(255,255,255,0.80) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.81) 99%,rgba(255,255,255,0.80) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
}

/*
 * Classified Pagination
 */

.pager {
  float: none;
}

.pager table {
  width: 100%;
}

.pager table td:first-child {
  width: 70%;
}

.pager table td:last-child {
  width: 30%;
  text-align: right;
}

.pager table td:first-child a {
  display: inline-block;
  padding: 9px 14px;
  font-size: 16px;
  background: #EEE;
  border: none;
  margin: 0 2px;
  font-family:'Roboto Condensed',Arial,sans-serif;
  text-decoration: none;
}

.pager table td:first-child a:hover, .pager table td:first-child a.current-page {
  background: #a4011e;
  color: #FFF;
}

.pager table td strong {
  color: #a4011e;
  text-transform: uppercase;
  font-family:'Roboto Condensed',Arial,sans-serif;
  vertical-align: middle;
  display:inline-block;
  padding-right: 5px;
}

.pager table td select {
  border-radius: 4px;
}

#hero_wrapper {
  padding: 5px;
}

/*
 * 12-Hour Page
 */
html body.page-template-page-12-hour-php,
html body.page-template-page-6-hour-php {
  background: #FFF;
}

@media only screen and (min-width:350px) {

  #subscribe.post-pages header .mag-title {
      padding: 34px 0;
    }
}

@media only screen and (min-width:450px) {

  #post-preview-list .grid .post-preview-img {
    float:left;
    width:25%;
    padding-bottom:0;
  }
  .article-sort-controls .list-type {
    display:block;
  }
  .article-sort-controls .grid .colm-2-3 {
    width:66.66%;
  }
  #socialmedia>div>div a.button {
    position:absolute;
    right:25px;
    top:25px;
  }

  body main .trader-title .classified-ad-button.create-ad a:after {
      background-position: 0 -253px;
      height: 41px;
      margin-left: 7px;
      margin-top: -13px;
      width: 55px;
      margin-right: 0;
  }

  main .trader-title .classified-ad-button a {
    font-size: 33px;
  }

}

@media only screen and (min-width:521px) {
  .gallery_container .caption,
  .slider_container .caption {
    background:#000;
    background:rgba(0,0,0,0.8);
    padding:4px 7px;
    margin:0;
    color:#fff;
    display:block;
    position:absolute;
    left:0;
    bottom:0;
  }
}

@media only screen and (min-width:600px) {
  #search-bar #search-input {
    width:50%;
    margin-bottom:0;
  }
  #login-bar input[type="text"],
  #login-bar input[type="password"] {
    width:30%;
    margin-bottom:0;
    margin-left:5px;
  }
  #post-preview>div:nth-child(2)>div {
    border-top:0;
  }
  .page-id-19414 #hero h1 {
    font-size:40px;
  }
}

@media only screen and (min-width:768px) {
  #wrapper,
  .page-id-19164 .wrapper,
  footer .wrapper,
  .page-id-19414 .wrapper,
  header.sticky .wrapper,
  .page-id-27238 .wrapper {
    padding:0 20px;
  }


  #hero_wrapper {
    position: relative;
  }

  #hero_content {
    position: absolute;
    bottom: 50px;
  }

  #hero-image {
    float: right;
  }

  #wrapper>header,
  #wrapper>main,
  #wrapper>footer,
  .wrapper>header,
  .wrapper>main,
  .wrapper>footer {
    padding-left:10px;
    padding-right:10px;
  }

  main#body.grid section, .page-template-classified-page-php main#body aside {
    padding-right:20px;
  }

  .page-template-classified-page-php main#body.grid section {
    padding: 0;
  }

  #partners-nav {
    display:block;
  }

  #post-preview p.posted-ago {
    width:100%;
  }

  #subscribe>div {
    margin-bottom:0;
  }
  #socialmedia>div>div a.button {
    position:static;
    right:auto;
    top:auto;
  }
  #main_logo {
    padding:10px 0;
  text-align: left;
  }

  #subscribe.post-pages .col-1-2 {
    margin-top: 0;
  }

  #subscribe.post-pages header .mag-title {
    padding: 10px 0;
    margin-left: 120px;
  }

  #subscribe.post-pages header .img {
    width: 120px;
  }

  #top-mrec-ad {
    display: none;
  }

  #top-leaderboard-ad {
    display:block;
    margin: 0 auto;
  }

  #top-leaderboard-ad > div {
    margin: 0 auto;
  }

  body .sp-main-div-vertical {
    width:50%;
    max-width:none;
    min-width:none;
    float:left;
  }
  
  .page-id-19349 .facebook-login-container, .page-id-25157 .facebook-login-container {
    clear:none;
    margin-left:52%;
  }

  #body article table.awpcp-table td {
    padding: 7px;
  }

  .transmoto-trader-widget li a {
    width: 100%;
  }
}

@media only screen and (min-width:955px) {


  #main-sidebar-rec-ad, #main-sidebar-rec-ad2 {
    display:none;
  }
  #main-sidebar-med-rec-ad, #main-sidebar-med-rec-ad2 {
    display:block;
  }
  #socialmedia>div>div a.button {
    position:absolute;
    right:25px;
    top:25px;
  }

  #main-sidebar-fullpage-ad {
    display:block;
  }
  #main-sidebar-halfpage-ad {
    display:none;
  }

  .footer-social-media {
    padding-top:24px;
  }
  #footer-social-media {
    margin:0 0 0 10px;
  }

  #subscribe.post-pages header .mag-title {
      padding: 34px 0;
      margin-left: 140px;
    }

  #subscribe.post-pages header .img {
    width: 140px;
  }
    
}

@media only screen and (min-width:1025px) {

  #sidebar-magazine-nav h2 {
    padding:0 5px;
  }
  #search-bar #search-input {
    width:30%;
  }

  body .page-template-classified-landing-page-php .classifieds .inner {
     max-width: 320px;
   }

  main .trader-title .classified-ad-button {
    width: 20%;
  }

  main .trader-title .classified-ad-button.create-ad {
    width: 50%;
    padding-right: 0;
  }

  #hero_content {
    bottom: 30%;
  }

}

@media only screen and (min-width:1065px) {
  [id^="inline-rectangle-ad-"] {
    display:none;
  }
  [id^="inline-medium-rec-ad-"] {
    display:block;
    width:300px;
    height:250px;
  }

  #facebook-like-frame {
    height: 62px;
  }

  .page-id-27238 #wrapper iframe {
    height: 1200px;
  }
}

@media only screen and (min-width:1083px) {

  #socialmedia>div>div>span {
    float:left;
    display:inline-block;
    margin-top:5px;
  }
  .socialmedia-copy {
    margin-left:50px;
    padding-bottom:6px;
  }

  /*#post-preview.square .col-1-2:nth-child(2n+1) {
    clear: none;
  } */

  /*#post-preview.square .col-1-2:nth-child(2n) {
    padding: 0;
  }*/

  #post-preview.square .col-1-2:nth-child(2),
  #post-preview.square .col-1-2:nth-child(4),
  #post-preview.square .col-1-2:nth-child(7),
  #post-preview.square .col-1-2:nth-child(9),
  #post-preview.square .col-1-2:nth-child(12),
  #post-preview.square .col-1-2:nth-child(14),
  #post-preview.square .col-1-2:nth-child(16),
  #post-preview.square .col-1-2:nth-child(18),
 {
    padding-right:0;
    padding-left:7.5px;
  }

  body {
    overflow-x: hidden;
  }

  #wrapper {
    position: relative;
  }

  #wrapper #left_wrapper_ad {
    position: fixed;
    top: 55px;
    margin-left: -415px;
    display: block;
    width: 405px;
    height: 1000px;
  }

  #wrapper #right_wrapper_ad {
    position: fixed;
    top: 55px;
    margin-left: 1051px;
    display: block;
    width: 405px;
    height: 1000px;
  }
}

@media only screen and (min-width:1180px) {
 body.page-template-classified-landing-page-php .classifieds {
    width: 60%;
  }

  body.page-template-classified-landing-page-php .classifieds .inner {
    max-width: 320px;
  }

  body main .trader-title .classified-ad-button a:after {
    margin-left: 10px;
  }
}


.navigation,
.paged-navigation,
.comment-navigation {
  overflow:hidden;
  font-family:georgia,times,serif;
  font-size:14px;
  font-style:italic;
  margin:5px 0 25px 0;
  padding:5px 0;
}

.comments {
  float:right;
}

#trackbacks {
  margin-top:30px;
}

#comments {
  border-bottom:1px solid #eee;
  margin-bottom:45px;
  margin-top:45px;
  padding-bottom:20px;
}

#comments ol.commentlist {
  border-bottom:1px solid #e4e4e4;
  margin:0 0 30px 0;
}

#comments ol.commentlist ol {
  list-style-type:decimal;
  margin:0 0 18px 2.5em;
}

#comments ol.commentlist ol ol {
  list-style:lower-alpha;
  margin-bottom:0;
}

#comments ol.commentlist ol ol ol {
  list-style:lower-roman;
}

ol.commentlist li.comment {
  border-top:1px solid #e4e4e4;
  clear:left;
  list-style:none;
  margin-bottom:15px;
}

ol.commentlist ul.children li {
  margin-bottom:0;
}

ol.commentlist div.comment-avatar-box {
  float:left;
  margin:15px 15px 0 0;
}

.commentlist ul.children div.comment-avatar-box {
  float:left;
  margin:0 10px 0 0;
}

#comments .must-log-in {
  padding-bottom:20px;
}

div.comment-content {
  overflow:hidden;
}

ul.children .comment-entry {
  margin-bottom:10px;
}

div.comment-meta {
  color:#888;
  font-size:11px;
  margin:15px 0;
  width:100%;
}

div.comment-meta em {
  font-style:normal;
}

#reply-title {
  margin-top:0;
}

#reply-title small {
  float:right;
  font-size:11px;
  font-weight:normal;
}

.comment-list {
  border-top:1px solid #EEE;
}

#comments .fbLoginButton {
  display:inline-block;
}

.comment-list #reply-title small {
  position:relative;
  top:-21px;
}

#reply-title small a {
  margin-right:0;
}

.commentlist ul.children {
  background:#f5f5f5;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  margin:15px 0 15px 70px;
  padding:0 10px;
}

.commentlist ul.children ul {
  margin:0 0 0 25px;
  padding-right:0;
}


.commentlist ul.children img.avatar {
  border-style:none;
  height:25px;
  margin:0;
  width:25px;
}

.commentlist ul.children div.comment-meta {
  font-size:11px;
  margin:0 0 10px 0;
}

.commentlist ul.children li {
  border-top:2px solid #fffeff;
  padding-top:10px;
}

.commentlist ul.children li:first-child {
  border-top:0;
}

.commentlist ul.children ul li:first-child {
  border-top:2px solid #fffeff;
}

#respond {
  background-color:#fafafa;
  border:1px solid #e5e5e5;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  padding:15px;
}

#respond .new-fb-btn {
  display: inline-block;
}

#respond .new-fb-btn a {
  color: #FFF;
  text-decoration: none;
}

.single #respond {
  padding:0;
}

#respond.comment-respond {
  background:0;
  border:0;
}

#comments .comment-list {
  clear:both;
  padding:0;
}

#comments .comment-list li {
  list-style:none;
  background:0;
  padding:1em 0;
}

#comments .comment-list>li {
  border-bottom:1px solid #EEE;
}

#comments .comment-list>li:last-of-type {
 border-bottom: none;
}

#comments .comment-author {
  float:left;
}

#comments .comment-text {
  margin-left:60px;
}

#comments .comment-text p {
  margin:.4em 0;
}

#comments .comment-text span,
#comments .comment-text span a {
  color:#666;
  text-decoration:none;
}

#comments .comment-text a .bpm-inner-text {
  color:#FFF;
}

#comments .comment-text .reply {
  float:left;
}

#comments .comment-text cite {
  font-style:normal;
}

#respond.comment-respond textarea {
  margin-left:5px;
  width:85%;
  padding:4px;
  height:50px;
  display:block;
}

#respond.comment-respond .form-submit {
  margin:0;
  float:right;
}

#respond #commentform .comment-avatar-box {
  margin:0;
  width:15%;
}

#respond .avb img {
  float:inherit;
}

#respond .comment-avatar-box {
  float:left;
  margin:0 15px 0 0;
}

#respond .form-submit {
  margin-bottom:0;
}

ol.commentlist #respond {
  clear:left;
  margin-left:70px;
}

.commentlist ul.children #respond {
  margin-bottom:10px;
  margin-left:35px;
  margin-right:20px;
}

h3#reply .comments-header {
  font-size:14px;
}

#respond div.comment-content {
  border-style:none;
}

#nav-below {
  margin:0;
  padding:0;
}

#nav-above {
  margin:0 0 15px;
  padding:0;
}

.comment-options {
  margin:10px 0 2px;
}

.comment-options .comment-reply-link,
.comment-options .comment-edit-link {
  font:normal 11px/20px Arial,Tahoma,Verdana,sans-serif;
  margin-right:5px;
  padding:4px 8px;
}

.commentlist ul.children div.comment-options {
  margin-bottom:10px;
}

div#item-header span.activity,
div#item-header h2 span.highlight {
  font-size:11px;
  font-weight:normal;
  line-height:170%;
  margin-bottom:7px;
  vertical-align:middle;
  padding:2px 4px;
}

span.activity,
div#message p,
body .rtmedia-container .rtmedia-success,
body .rtmedia-activity-container .rtmedia-success,
body #buddypress div.rtmedia-activity-container .rtmedia-success {
  background:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0)) repeat scroll 0 0 #ffeaa6;
  border:1px solid #e1ca82;
  border-radius:3px 3px 3px 3px;
  font-weight:normal;
  margin-top:3px;
  margin-bottom:3px;
  text-decoration:none;
  color:#333;
}

#buddypress form#whats-new-form textarea {
  height:50px;
}

#buddypress form#whats-new-form textarea {
  background:none repeat scroll 0 0 #fff;
  border:1px inset #ccc;
  border-radius:3px 3px 3px 3px;
  color:#555;
  font-family:inherit;
  font-size:14px;
  padding:6px;
  width:98%;
}

#buddypress form#whats-new-form p.activity-greeting {
  margin-bottom:10px;
}

form#whats-new-form p {
  color:#888;
}

img.avatar {
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  float:left;
}

#buddypress button,
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button,
#comments .comment-text .bpm-report-link,
#comments .comment-text .reply a {
  background:#000;
  border:0;
  color:#fff;
  display:inline-block;
  font-family:'Roboto Condensed',Arial,sans-serif;
  font-size:15px;
  font-weight:bold;
  padding:5px 13px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

#buddypress button:hover,
#buddypress a.button:hover,
#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover,
a.bp-title-button:hover,
#comments .comment-text .bpm-report-link:hover,
#comments .comment-text .reply a:hover {
  background:#a4011e;
  color:#FFF;
  border:0;
}

#buddypress #whats-new-options {
  overflow:visible;
}

#buddypress form#whats-new-form #whats-new-options select {
  margin-left:5px;
}

#buddypress form#whats-new-form #whats-new-submit {
  margin-right:14px;
}

#buddypress #messages_search {
  padding:6px;
}

#buddypress h2 {
  margin-bottom:10px;
}

#link-details-form fieldset {
  border:1px solid #CCC;
  background:#eee;
  width:100%;
}

#link-details-form fieldset legend {
  border:1px solid #CCC;
}

#link-url {
  margin-bottom:5px;
}

#buddypress div#subnav.item-list-tabs ul li.last {
  margin:0 4px;
}

.settings-input {
  width:50%;
}

#buddypress ul.item-list li div.item-title span {
  font-size:100%;
}

#buddypress div.dir-search {
  margin:0;
}

object,
embed {
  position:relative !important;
  z-index:1 !important;
}

.jcrop-holder {
  direction:ltr;
  text-align:left;
}

.jcrop-vline,
.jcrop-hline {
  background:#FFF url(Jcrop.gif) top left repeat;
  font-size:0;
  position:absolute;
}

.jcrop-vline {
  height:100%;
  width:1px !important;
}

.jcrop-hline {
  height:1px !important;
  width:100%;
}

.jcrop-vline.right {
  right:0;
}

.jcrop-hline.bottom {
  bottom:0;
}

.jcrop-handle {
  background-color:#333;
  border:1px #eee solid;
  font-size:1px;
}

.jcrop-tracker {
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  height:100%;
  width:100%;
}

.jcrop-handle.ord-n {
  left:50%;
  margin-left:-4px;
  margin-top:-4px;
  top:0;
}

.jcrop-handle.ord-s {
  bottom:0;
  left:50%;
  margin-bottom:-4px;
  margin-left:-4px;
}

.jcrop-handle.ord-e {
  margin-right:-4px;
  margin-top:-4px;
  right:0;
  top:50%;
}

.jcrop-handle.ord-w {
  left:0;
  margin-left:-4px;
  margin-top:-4px;
  top:50%;
}

.jcrop-handle.ord-nw {
  left:0;
  margin-left:-4px;
  margin-top:-4px;
  top:0;
}

.jcrop-handle.ord-ne {
  margin-right:-4px;
  margin-top:-4px;
  right:0;
  top:0;
}

.jcrop-handle.ord-se {
  bottom:0;
  margin-bottom:-4px;
  margin-right:-4px;
  right:0;
}

.jcrop-handle.ord-sw {
  bottom:0;
  left:0;
  margin-bottom:-4px;
  margin-left:-4px;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height:7px;
  width:100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height:100%;
  width:7px;
}

.jcrop-dragbar.ord-n {
  margin-top:-4px;
}

.jcrop-dragbar.ord-s {
  bottom:0;
  margin-bottom:-4px;
}

.jcrop-dragbar.ord-e {
  margin-right:-4px;
  right:0;
}

.jcrop-dragbar.ord-w {
  margin-left:-4px;
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background:#FFF;
  filter:Alpha(opacity=70) !important;
  opacity:.70 !important;
}

.jcrop-light .jcrop-handle {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#000;
  border-color:#FFF;
  border-radius:3px;
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background:#000;
  filter:Alpha(opacity=70) !important;
  opacity:.7 !important;
}

.jcrop-dark .jcrop-handle {

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#FFF;
  border-color:#000;
  border-radius:3px;
}

.jcrop-holder img,
img.jcrop-preview {
  max-width:none;
}

body #buddypress .activity-list li.mini .activity-comments {
  font-size: 100%;
}


/*
 * Ad Center Styles
 */
body.page-template-page-ad-center-template-php {
  background: #FFF url(images/ads/background.jpg) no-repeat 0 0;
  background-attachment:fixed;
}

.page-template-page-ad-center-template-php main#body.grid section {
  padding-right: 0;
}

.inline-nav {
  margin: 0 auto;
}

.inline-nav ul, .inline-nav li {
  margin: 0;
  padding: 0;
}

.inline-nav li a {
  float: left;
  width: 33%;
  display: block;
  background: #252525;
  color: #FFF;
  font-family:'Roboto Condensed',Arial,sans-serif;
  text-align: center;
  text-decoration: none;
  border-right: 2px solid #FFF;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 2px;
  padding: 15px 5px;
  position: relative;
  min-height: 65px;
}

.inline-nav li a:hover, .inline-nav li.current_page_item a {
  background: #a4011e;
}

/*
 * Classified Landing Page
 */
.page-template-classified-landing-page-php section {
  background: url(images/trader/landing-page.jpg) repeat 0 0;
  padding: 25px 0;
}

.page-template-classified-landing-page-php .classifieds {
  margin: 0 auto;
  font-family:'Roboto Condensed',Arial,sans-serif;;
}

.page-template-classified-landing-page-php .classifieds .inner {
   border: 3px solid #e94551;
   padding: 20px;
   text-align: left;
   margin-bottom: 25px;
}

.page-template-classified-landing-page-php .classifieds .premium {
  padding-right: 0;
}

.page-template-classified-landing-page-php .classifieds h2,
.page-template-classified-landing-page-php .classifieds h3,
.page-template-classified-landing-page-php .classifieds h4 {
  text-align: center;
  color: #4d4d4f;
}

.page-template-classified-landing-page-php .classifieds .premium h2,
.page-template-classified-landing-page-php .classifieds .premium h3,
.page-template-classified-landing-page-php .classifieds .premium h4 {
  color: #a4011e;
}

.page-template-classified-landing-page-php .classifieds h2 {
  padding: 5px 0 20px;
  font-size: 33px;
  line-height: 33px;
}

.page-template-classified-landing-page-php .classifieds .price {
  margin: 0 auto;
  text-align: center;
}

.page-template-classified-landing-page-php .classifieds .price h3 {
  display: inline-block;
  border-top: 1px solid #4d4d4f;
  padding: 17px 10px 0;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
}

.page-template-classified-landing-page-php .classifieds h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
}

.page-template-classified-landing-page-php .classifieds strong {
  text-transform: uppercase;
  font-size: 20px;
}

.page-template-classified-landing-page-php .classifieds ul {
  margin: 0 0 0 23px;
  padding: 0;
}

.page-template-classified-landing-page-php .classifieds li {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
  list-style-image:url('images/trader/list-icon.gif');
}

.page-template-classified-landing-page-php #call-to-action a {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 42px;
    padding: 15px 35px;
    line-height: 40px;
}

.stickem-container {
  position: relative;
}

.stickit {
    position: fixed;
    top: 51px;
}

.stickit-end {
    bottom: 0px;
    position: absolute;
}

.stickit, .stickit-end {

}



@media only screen and (min-width:310px) {
    header.sticky #logo a {
    width:140px;
  }
}

@media only screen and (min-width:360px) {
  #nav-extras .members-nav .dropdown {
    right:0;
  }
}

@media only screen and (min-width:768px) {
  #nav #nav-extras {
    position:static;
    float:right;
  }
  #nav #nav-extras a:last-child {
    padding:0;
  }
  #main-nav>ul>li>label:before {
    content:none;
  }
  #main-nav>ul>li>input:checked+label {
    color:#FFF;
  }
  #main-nav>ul>li>ul a {
    line-height:20px;
    padding:7px 0;
  }
  #main-nav>ul>li>ul,
  #main-nav>ul>li>label,
  #main-nav>ul>li>label:before {
    background-image:none;
  }
  #main-nav>ul>li>label:before {
    margin:0;
    padding:0;
  }
  #main-nav>ul>li>ul {
    background:0;
    background:rgba(255,255,255,0.30);
  }
  .no-js #main-nav>ul>li>ul {
    background:#fff;
    width:100%;
    left:0;
  }
  #main-nav>ul>li>label,
  #main-nav>ul>li>ul a {
    font-size:12px;
  }
  #main-nav>ul>li>label,
  #main-nav>ul>li>ul a {
    padding-left:6px;
  }
  header.sticky {
    background:#323232;
    background:-moz-linear-gradient(top,rgba(50,50,50,1) 0,rgba(34,34,34,1) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(50,50,50,1)),color-stop(100%,rgba(34,34,34,1)));
    background:-webkit-linear-gradient(top,rgba(50,50,50,1) 0,rgba(34,34,34,1) 100%);
    background:-o-linear-gradient(top,rgba(50,50,50,1) 0,rgba(34,34,34,1) 100%);
    background:-ms-linear-gradient(top,rgba(50,50,50,1) 0,rgba(34,34,34,1) 100%);
    background:linear-gradient(to bottom,rgba(50,50,50,1) 0,rgba(34,34,34,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232',endColorstr='#222222',GradientType=0);
    height:auto;
    position:relative;
    border:0;
    z-index:100;
  }
  #main-nav>ul {
    position:static;
    background:0;
    filter:none;
    float:left;
  }
  #main-nav>ul,
  #main-nav>ul>li>ul {
    height:auto;
    overflow:visible;
  }
  header.sticky #logo {
    float:left;
    margin: 15px 0 0 10px;
    width: 185px;
  }
  header.sticky #logo a {
    background-image:url(images/logo-desktop.png);
    position:static;
    float:left;
    width:170px;
    height:25px;
  }
  #main-nav>label.show {
    display:none;
  }
  #nav-extras a {
    height:30px;
    width:30px;
  }
  #nav #nav-extras a:hover,
  #nav #nav-extras a.active {
    background:#FFF;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:0;
  }
  #nav-extras a:hover .login-icon {
    background-position:0 -1022px;
  }
  #nav-extras a:hover .search-icon {
    background-position:0 -815px;
  }
  #main-nav>ul>li>ul a {
    border-bottom:0;
  }
  #main-nav>ul>li {
    width:19%;
    min-width:82px;
    max-width:165px;
    height:100%;
    display:inline-block;
  }
  #nav>#nav-extras>a,
  #nav>#nav-extras>div>a {
    display:inline-block;
    line-height:30px;
    margin:11px 0;
    border:0;
  }
  #nav #nav-extras a:first-child {
    padding:3px 0 0 0;
    margin:11px 2px 0 0;
  }
  #nav #nav-extras a span.login-icon {
    background-position:0 -1097px;
    display:inline-block;
    height:25px;
    margin:0 0 6px;
    width:29px;
    position:relative;
  }
  #nav #nav-extras a span.search-icon {
    background-position:0 -881px;
    width:16px;
    height:16px;
    margin:0 0 7px -2px;
    display:inline-block;
  }
  #nav #nav-extras a:hover span.search-icon,
  nav#nav #nav-extras a.search.active span.search-icon {
    background-position:0 -815px;
  }
  #main-nav>ul>li>label,
  #nav>#nav-extras>a,
  #nav>#nav-extras>div>a {
    line-height:53px;
    color:#fff;
    display:block;
    font-size:12px;
    font-weight:700;
    text-decoration:none;
    text-align:center;
  }
  #main-nav>ul>li>label:after,
  .no-js #main-nav>ul>li:hover>label:after,
  #main-nav>ul.active>li>label:after {
    content:" ";
    background-position:0 -624px;
    width:14px;
    height:8px;
    display:inline-block;
    margin-left:6px;
  }
  #main-nav>ul>li:hover>label:after,
  #main-nav>ul.active>li:hover>label:after {
    background-position:0 -566px;
  }
  #main-nav>ul>li>ul {
    display:none;
    position:absolute;
    top:100%;
    margin:0;
    padding:0;
    width:100%;
    z-index:100;
  }
  #main-nav>ul.active,
  .no-js #main-nav:hover>ul {
    display:block;
  }
  #main-nav>ul>li>label:hover,
  #main-nav>ul>li:hover>label {
    background-color:#FFF;
  }
  #main-nav>ul>li>ul a:hover {
    text-decoration:underline;
  }
  .no-js #main-nav li:hover ul,
  #main-nav ul.active ul {
    display:block;
  }
  #main-nav>ul>li>label:hover,
  #main-nav>ul>li:hover a,
  #main-nav>ul>li:hover>input:checked+label {
    color:red;
  }
  #main-nav>ul>li>ul>li {
    border-bottom:1px solid #eae8e9;
  }
  #main-nav>ul>li>ul>li>a {
    border-bottom:0;
  }
  #main-nav>ul>li>ul ul>li:last-child a,
  #main-nav>ul>li>ul>li:last-child {
    border-bottom:0;
  }
  #logo {
   /* padding-left:1%;
    width:7%;*/
  }
  #main-nav {
    float:left;
    width:75%;
    min-width:430px;
  }

  .inline-nav li a {
    width: 10%;
    padding-top: 6px;
    padding-bottom: 6px;
     min-height: 45px;
  }

  .page-template-page-12-hour-php .inline-nav li a,
  .page-template-page-6-hour-php .inline-nav li a {
    width: 14.28%;
  }

  .inline-nav li.current_page_item a:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(164, 1, 30, 0);
      border-top-color: #a4011e;
      border-width: 10px;
      margin-left: -10px;
  }

  .page-template-classified-landing-page-php .classifieds .inner {
    min-height: 480px;
    margin-bottom: 0;
  }

  .page-template-classified-landing-page-php .classifieds .standard .inner {
    float: right;
    width: 100%;
  }

  .page-template-classified-landing-page-php .classifieds .standard {
    padding-right: 40px;
  }

  .page-template-classified-landing-page-php .classifieds .premium {
   padding-left: 40px;
   padding-right: 0;
  }


}

@media only screen and (min-width:900px) {
  #nav-extras a {
    height:auto;
    width:auto;
  }
  #nav #nav-extras a:hover,
  #nav #nav-extras a.active {
    background:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
  }
  #nav #nav-extras a:hover .buddypress-notifications,
  #nav #nav-extras a.active .buddypress-notifications {
    text-decoration:none;
  }
  nav#nav #nav-extras a.search.active span.search-icon {
    background-position:0 -881px;
  }
  #nav #nav-extras a:hover span {
    text-decoration:underline;
  }
  #main-nav>ul>li>ul ul>li>a:before {
    content:" ";
    background-position:0 0;
    width:6px;
    height:8px;
    display:inline-block;
    margin-right:8px;
  }
  #main-nav>ul>li>ul {
    width:90%;
    left:5%;
  }
  #nav-extras a.login,
  #nav-extras a span:first-child,
  #nav-extras a span.search-icon {
    padding-right:12px;
  }
  #nav-extras a.search {
    border-left:1px solid #000;
    padding-left:25px;
  }
  #nav-extras a span:first-child {
    text-indent:0;
    white-space:nowrap;
    overflow:inherit;
    width:auto;
    height:auto;
  }
  #nav #nav-extras a:first-child,
  #nav #nav-extras a:last-child {
    padding:2px 2px 0;
    margin:0;
  }
  #nav #nav-extras a span.login-icon {
    margin:0 0 -6px;
  }
  #nav #nav-extras a span.search-icon {
    margin:0 0 -2px -2px;
  }
  #nav #nav-extras a:hover span.login-icon,
  #nav #nav-extras a.active .login-icon {
    background-position:0 -1097px;
  }
  #nav #nav-extras a:hover span.search-icon {
    background-position:0 -881px;
  }
  #main-nav>ul>li>ul ul {
    padding-top:0;
  }
}

@media print {
  header, footer, aside, .entry-meta, #subscribe, #comments, #post-related, #post-related-title, iframe {
    display: none;
  }

  img {
    max-width: 500px;
  }

  @page {
    margin: 1cm;
  }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  h1, h2, h3, h4, h5, h6, #wrapper, main, section, .main-title, .article-sub-info {
    margin: 0;
    padding: 0;
  }

  h1 {
  font-size: 24pt;
  }

  h2 {
  font-size: 14pt;
  margin-top: 25px;
  }

  aside h2 {
  font-size: 18pt;
  }

  p a:after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  p a {
    word-wrap: break-word;
  }

  a {
    color: #000;
  }

}
