.item-header #type_dates em,
.paginate em {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

body.display-filters div#sidebar {
  display: block !important;
}

a {
  color: #069;
}

a:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

a:active,
a:hover {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

.has-placeholder {
  position: relative;
  display: block;
  float: left;
}

.select-box,
textarea {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.has-placeholder label {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  color: #646464;
  line-height: 43px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  text-shadow: 0 1px 0 #fff;
  overflow: hidden;
}

#header .publish a,
.select-box {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

textarea {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  color: #646464;
  line-height: 1em;
  padding: 10px;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 280px;
  border-radius: 3px;
}

div.select-box-focus {
  outline: 0;
  border: 1px solid #5b9dd9;
  -webkit-box-shadow: 0 0 5px 1px #5b9dd9;
  -moz-box-shadow: 0 0 5px 1px #5b9dd9;
  box-shadow: 0 0 5px 1px #5b9dd9;
}

.select-box {
  z-index: 0;
  position: relative;
  width: auto;
  background-color: #f9f9f9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f9f9f9),
    color-stop(100%, #e0dada)
  );
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e0dada);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e0dada);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e0dada);
  background-image: -o-linear-gradient(top, #f9f9f9, #e0dada);
  background-image: linear-gradient(top, #f9f9f9, #e0dada);
  border: 1px solid #d3d3d3;
  color: #fff !important;
  line-height: 43px;
  box-shadow: inset 0 1px 0 0 #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
}

.select-box .select-box-label {
  overflow: hidden;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  padding: 0 15px;
  height: 100%;
  color: #646464;
  line-height: 30px;
  text-shadow: 0 1px 0 #fff;
}

.ui-button,
.ui-button-main {
  vertical-align: middle;
  line-height: 43px;
  text-decoration: none;
}

#footer .resp-toogle .publish a,
.form-container .main-button,
.ui-button,
.ui-button-main,
button {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.select-box a:hover {
  text-decoration: none;
}

.select-box select {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  z-index: 1003;
  padding-right: 45px;
}

.select-box-icon {
  z-index: 0;
  position: absolute;
  top: -7px;
  right: 0;
  height: 100%;
  width: 24px;
  text-decoration: none;
  display: block;
  font-family: icons;
  color: #fff;
  font-size: 0.8em;
  text-align: left;
}

.form-container .main-button,
.ui-button,
.ui-button-main,
button {
  display: inline-block;
}

.ui-button {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0f0f0),
    color-stop(100%, #c9c9c9)
  );
  background-image: -webkit-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -moz-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -ms-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -o-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: linear-gradient(top, #f0f0f0, #c9c9c9);
  border: 1px solid #cacaca;
  color: #5f5f5f !important;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #fff;
  border-radius: 3px;
}

button.ui-button,
input.ui-button {
  padding-left: 10px;
  padding-right: 10px;
}

.ui-button-main {
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, #000)
  );
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  color: #fff !important;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #404040;
  border-radius: 3px;
}

a.ui-button {
  line-height: 34px;
}

.ui-button-middle {
  height: 36px;
  font-size: 1em;
  line-height: 1em;
}

.doublebutton {
  float: right;
}

.doublebutton a {
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  height: 16px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  float: left;
}

.doublebutton a span {
  text-indent: -9999px;
  float: left;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons.png);
  cursor: pointer;
}

#footer .resp-toogle .publish a,
.form-container .main-button,
.main-search .ui-button {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, #000)
  );
  background-image: -o-linear-gradient(top, #000, #000);
}

#footer .resp-toogle .publish a,
.form-container .main-button {
  vertical-align: middle;
  text-decoration: none;
}

.doublebutton .list-button {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.doublebutton .list-button span {
  background-position: -16px -16px;
}

.doublebutton .grid-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

span.active a.grid-button span {
  background-position: -16px 0;
}

span.active a.list-button {
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
}

span.active a.list-button span {
  background-position: 0 -16px;
}

.active a.grid-button,
.doublebutton a.list-button {
  background-color: #000;
  border-color: #000;
}

.alert_form {
  background-color: #f2f2f2;
  padding: 15px 10px;
}

.alert_form button {
  width: 100%;
}

.alert_form input {
  width: 184px;
  margin-bottom: 12px;
}

.form-vertical .control-group {
  clear: both;
  margin-bottom: 10px;
}

.form-container .controls input,
.form-container .meta input {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 280px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  border-radius: 3px;
}

.form-container .ui-drop-files {
  width: 280px;
  padding: 0 10px;
  height: 70px;
  text-align: center;
  font-size: 18px;
  line-height: 70px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.form-container .controls {
  font-size: 1em;
}

.form-container .main-button {
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  color: #fff !important;
  line-height: 43px;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #404040;
  border-radius: 3px;
}

.main-search,
button {
  background-image: -moz-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -ms-linear-gradient(top, #f0f0f0, #c9c9c9);
}

.form-container .checkbox input,
.form-container .controls input[type="checkbox"],
.form-container .controls input[type="radio"],
.form-container .meta input[type="checkbox"],
.form-container .meta input[type="radio"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -2px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.meta_list .meta ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

.meta_list .meta ul li {
  clear: both;
  list-style: none;
}

.meta_list .meta ul li label {
  width: auto;
  margin-left: 5px;
  float: none;
}

.meta_list .meta input[type="checkbox"] {
  margin-top: 10px;
}

.meta_list .meta .cf_date_interval {
  width: 100px;
}

.meta_list .meta:after {
  content: "";
  clear: both;
}

.form-container .checkbox {
  margin-bottom: 5px;
}

.form-container .checkbox label {
  font-size: 0.85em;
}

.form-horizontal .actions {
  border-top: solid 1px #eaeaea;
  padding: 10px 10px 15px 155px;
  margin: 0 25px;
}

.form-horizontal .actions a {
  font-size: 0.725em;
}

.form-horizontal label {
  float: left;
  width: 160px;
  padding-top: 7px;
  text-align: right;
  font-size: 0.85em;
}

.form-horizontal .select-box {
  width: 300px;
}

.form-horizontal .controls {
  margin-left: 180px;
  line-height: 32px;
}

.form-horizontal .controls label {
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
}

.paginate,
.see_by {
  text-align: center;
}

.form-horizontal .control-group,
.form-horizontal .meta_list .meta {
  clear: both;
  margin-bottom: 10px;
}

.form-container-box {
  border: 1px solid #eaeaea;
  margin: 0 auto;
  width: 700px;
  border-radius: 4px;
}

.form-container-box .header {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.form-container-box .header h1 {
  margin: 0;
  line-height: 1.2em;
}

body.item-post .select-box {
  margin-bottom: 10px;
}

#item-post select {
  width: 300px;
}

.form-container .photos input {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  width: 100%;
}

.photos_div {
  margin-bottom: 20px;
}

.form-container .controls #photos a {
  font-size: 12px !important;
}

button {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0f0f0),
    color-stop(100%, #c9c9c9)
  );
  background-image: -webkit-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -o-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: linear-gradient(top, #f0f0f0, #c9c9c9);
  border: 1px solid #cacaca;
  vertical-align: middle;
  color: #5f5f5f;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #fff;
  border-radius: 3px;
}

.ui-drop-files {
  box-shadow: none;
  border: 4px dashed rgba(0, 0, 0, 0.2);
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
}

.bordered-box {
  border: 1px solid #eaeaea;
  padding: 10px;
  font-size: 0.75em;
  border-radius: 4px;
}

.bordered-box h2 {
  font-size: 1.2em;
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.form-container .photos img {
  width: 120px;
}

.arrow-down,
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.photos_div a {
  display: block;
}

.arrow-up {
  border-bottom: 5px solid #000;
}

.hover .arrow-up {
  border-bottom-color: #fff;
}

.arrow-down {
  border-top: 5px solid #000;
}

.hover .arrow-down {
  border-top-color: #fff;
}

.arrow-left,
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.arrow-left {
  border-right: 5px solid #000;
}

.hover .arrow-left {
  border-right-color: #fff;
}

.arrow-right {
  border-left: 5px solid #000;
}

.hover .arrow-right {
  border-left-color: #fff;
}

.paginate {
  padding: 25px;
  clear: both;
}

.paginate li {
  display: inline;
  list-style-type: none;
}

.paginate a,
.paginate span {
  text-decoration: none;
  margin: 0 1px;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.paginate a.previous {
  margin-right: 15px;
}

.paginate a.next {
  margin-left: 15px;
}

.paginate em,
.paginate strong {
  border: 1px solid #eee;
  margin: 0 1px;
  padding: 5px 10px;
}

.paginate strong {
  color: #f30;
}

.paginate em {
  color: #aaa;
  text-decoration: none;
}

.paginate em.previous {
  margin-right: 15px;
}

.paginate em.next {
  margin-left: 15px;
}

.paginate a:hover,
.searchPaginationSelected {
  font-weight: 700;
  background-color: #000;
  color: #fff;
}

.see_by {
  float: right;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  height: 16px;
  outline: 0;
  padding: 5px 6px;
  display: block;
  margin-right: 10px;
  position: relative;
}

.see_by span {
  float: left;
}

.see_by label {
  float: right;
  margin: 0;
  padding: 0 18px 0 5px;
  color: #000;
}

.see_by ul {
  position: absolute;
  right: -1px;
  margin: 22px 0 0;
  padding: 8px 10px;
  list-style: none;
  text-align: right;
  background-color: #000;
  border: 1px solid #000;
  display: none;
  border-radius: 2px;
}

.centered,
.flashmessage {
  text-align: center;
}

.see_by ul a {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
}

.flashmessage,
.help-box {
  font-size: 14px;
  color: #fff;
}

#header #logo a,
.wrapper-flash,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.see_by .arrow-down,
.see_by .arrow-left,
.see_by .arrow-right,
.see_by .arrow-up {
  position: absolute;
  right: 6px;
  top: 11px;
}

.arrow-envelope {
  position: absolute;
  right: -1px;
  top: -1px;
}

.hover .arrow-envelope {
  background-color: #000;
  border: 1px solid #000;
  width: 21px;
  height: 28px;
  border-bottom: none;
  z-index: 3;
}

.hover ul {
  display: block;
}

.flashmessage {
  padding: 15px 0;
  width: 100%;
  top: 10px;
  z-index: 999;
  position: relative;
}

.flashmessage-warning,
.help-box {
  background-color: #d0a52a;
  border: 1px solid #93741e;
}

.flashmessage-error {
  background-color: #c44e20;
  border: 1px solid #873616;
}

.flashmessage-ok {
  background-color: #839b44;
  border: 1px solid #4f5e29;
}

.flashmessage-info {
  background-color: #30a0ef;
  border: 1px solid #2477b2;
}

.help-box {
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0;
  border-radius: 4px;
}

.flashmessage .ico-close {
  position: absolute;
  top: 14px;
  right: 17px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

#header,
#header .wrapper,
.main-search,
.user-card {
  position: relative;
}

.flashmessage-error .close {
  color: #b94a48;
}

.flashmessage-warning .close {
  color: #c09853;
}

.flashmessage-information .close,
.flashmessage-success .close {
  color: #3a87ad;
}

#error_list,
.error_list {
  background-color: #f2dede;
  border: 2px solid #eed3d7;
  color: #b94a48;
  padding: 10px;
  list-style: none;
  display: none;
  margin: 0 10px 20px;
  border-radius: 4px;
}

#error_list li,
.error_list li {
  list-style: none;
  padding: 2px 0 2px 18px;
}

#error_list li label,
.error_list li label {
  margin-top: 0;
  float: none;
  width: auto;
}

.user-card {
  background-color: #f7f7f7;
  padding-left: 120px;
  height: 120px;
  margin-bottom: 25px;
  border-radius: 4px;
}

.user-card ul {
  padding: 15px;
  margin: 0;
  list-style: none;
}

.user-card .name {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.user-card .adress,
.user-card .location,
.user-card .website {
  font-size: 0.725em;
}

.user-card img {
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 120px;
}

@font-face {
  font-family: Osclass;
  font-weight: 400;
  src: url(../fonts/osclass-regular.woff);
}

@font-face {
  font-family: Osclass;
  font-weight: 100;
  src: url(../fonts/osclass-extra-light.woff);
}

@font-face {
  font-family: icons;
  src: url(../fonts/icons.eot);
  src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"),
    url(../fonts/icons.woff) format("woff"),
    url(../fonts/icons.ttf) format("truetype"),
    url(../fonts/icons.svg#untitledregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.125em;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, Verdana,
    sans-serif;
  color: #404040;
}

.icons {
  font-size: 32px;
  line-height: 32px;
}

.icons :after {
  display: inline-block;
  font-family: icons;
}

#responsive-trigger,
.resp-toogle,
body.not-found #uniform-sCategory {
  display: none;
}

.ico-search:after {
  content: "s";
}

.ico-menu:after {
  content: "m";
}

.ico-grid:after {
  content: "g";
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

#header #logo,
#header #logo span,
#sidebar .plugin-hooks h6,
h1,
h2,
h3,
h4,
h5 {
  font-family: Osclass;
}

.wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  color: #666;
  letter-spacing: -0.03em;
  line-height: 1em;
  margin-top: 0;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.15em;
}

.clear {
  clear: both;
}

body.search #sidebar,
body.user #sidebar {
  float: left;
  width: 210px;
}

body.search #main,
body.user #main {
  float: right;
  width: 728px;
}

body.search .list-header .actions {
  height: 0;
}

.title-has-actions {
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 10px;
}

.title-has-actions h1,
.title-has-actions h2,
.title-has-actions h3 {
  float: left;
  margin-bottom: 0;
}

.title-has-actions a {
  float: left;
  margin-left: 10px;
  font-size: 0.825em;
  line-height: 2em;
}

.flashmessage-404 {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  border-radius: 5px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 3%;
  margin-top: 25px;
}

.flashmessage-404 ul {
  list-style: disc;
  padding: 10px 0 10px 25px;
}

body.not-found .categories h2,
body.not-found .categories h3 {
  float: left;
  width: 25%;
  font-size: 13px;
  font-weight: 400;
  margin: 3px 0;
}

body.not-found .categories {
  margin-top: 10px;
}

body.not-found fieldset.main {
  padding: 10px 0;
}

body.not-found h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

body.not-found #query {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 280px;
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  font-size: 1em;
  border-radius: 3px;
}

#footer .resp-toogle .publish a,
.main-search .ui-button {
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  box-shadow: inset 0 1px 0 0 #404040;
}

.ads_300,
.ads_468,
.ads_728 {
  background-color: #fdf6e500;
  display: block;
  margin: 15px 0;
}

.ads_300 {
  width: 300px;
  min-height: fit-content;
}

.ads_728 {
  width: auto;
  min-height: 90px;
}

.similar_ads .ads_728 {
  width: 640px;
  min-height: auto;
}

.ads_468 {
  width: 468px;
  min-height: 60px;
}

#sidebar ul li a em {
  display: inline-block;
}

#footer {
  clear: both;
  margin-top: 50px;
  padding-bottom: 30px;
  border-top: solid 1px #eaeaea;
  padding-top: 15px;
  font-size: 0.725em;
}

#footer ul {
  float: right;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer li {
  display: inline;
  margin-left: 10px;
}

#footer ul,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.footer-links li {
  float: left;
  width: 31%;
  padding-right: 2%;
  margin-bottom: 5px;
  font-size: 0.725em;
}

#footer .resp-toogle .publish {
  padding: 0;
  margin: 15px 0;
  display: block;
}

#footer .resp-toogle .publish a {
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  display: inline-block;
  color: #fff !important;
  line-height: 43px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-size: 1.2em;
  padding: 0;
  border-radius: 3px;
}

#header {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 25px;
}

#header .ads_header {
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

#header #logo {
  border: none;
  font-size: 2.7em;
  line-height: 1.5em;
  padding-top: 20px;
  padding-bottom: 10px;
}

#header #logo a {
  font-size: 1.5em;
  line-height: 0.8em;
  text-decoration: none;
  color: #000;
}

#header .publish a {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(100%, #e5e0e0)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e5e0e0);
  background-image: -moz-linear-gradient(top, #fff, #e5e0e0);
  background-image: -ms-linear-gradient(top, #fff, #e5e0e0);
  background-image: -o-linear-gradient(top, #fff, #e5e0e0);
  background-image: linear-gradient(top, #fff, #e5e0e0);
  border: 1px solid #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  color: #000 !important;
  line-height: 43px;
  text-decoration: none;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #fff;
  border-radius: 3px;
}

#header #logo span {
  color: #000;
  font-weight: 100;
  text-decoration: none;
  border: none;
  font-size: 0.5em;
  line-height: 1em;
  display: block;
}

.main-search {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f0f0f0),
    color-stop(100%, #c9c9c9)
  );
  background-image: -webkit-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: -o-linear-gradient(top, #f0f0f0, #c9c9c9);
  background-image: linear-gradient(top, #f0f0f0, #c9c9c9);
  width: 966px;
  padding: 6px;
  height: 46px;
  border: 1px solid #989393;
  margin: 15px auto 0;
  box-shadow: inset 0 1px 1px 0 #fff, 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#sidebar button,
.main-search .ui-button {
  background-image: -webkit-linear-gradient(top, #000, #000);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.main-search .ui-button,
.main-search input {
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  line-height: 43px;
  text-decoration: none;
}

.main-search .has-placeholder {
  float: none;
}

.main-search input {
  background-color: #f6f6f6;
  border: 1px solid #bfbfbf;
  color: #646464;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #d6cece;
  width: 100%;
  border-radius: 3px;
}

.main-search .selector {
  padding-left: 42px;
  padding-right: 12px;
}

.main-search .reset-padding {
  padding-left: 0;
}

.main-search .ui-button {
  background-color: #000;
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  color: #fff !important;
  padding: 0 15px;
  border-radius: 3px;
}

.main-search .cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

#header .nav li.cat,
#header .nav li.search,
.r-list {
  display: none;
}

#header .nav {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#header .nav li {
  float: left;
  position: relative;
  color: #fff;
}

#header .nav li a,
#header .nav li span {
  color: #000;
  font-size: 0.875em;
}

#header .nav li a {
  margin-left: 10px;
}

#header .nav li.publish {
  clear: both;
  float: right;
  margin-top: 10px;
}

.main-search .select-box .select-box-label {
  line-height: 43px;
}

.main-search .select-box select {
  width: auto;
  height: 42px;
}

.main-search .select-box-icon {
  top: 0;
}

.wrapper-flash {
  margin-bottom: 35px;
}

div.breadcrumb {
  line-height: 1.05em;
  font-size: 0.75em;
  height: auto;
  margin: 0;
  width: auto;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

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

ul.breadcrumb li {
  float: left;
  padding: 0 2px;
  font-weight: 400;
}

.r-list {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
}

.tbl,
body.home .r-list {
  display: block;
}

.latest_ads {
  padding-top: 25px;
}

.latest_ads h1 {
  float: left;
}

.latest_ads .actions {
  float: right;
  margin-top: 5px;
}

body.home #main {
  width: 640px;
  float: left;
}

.tbl {
  width: 100%;
}

div.first_cel ul {
  margin: 0;
}

.cell_3 {
  width: 33%;
  float: left;
}

.cell_3 ul {
  margin: 0 0 0 20px;
}

.r-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r-list li .r-list li li {
  float: none;
  width: 100%;
}

.r-list li .clear,
.r-list li > li:nth-child(4n) {
  clear: both;
}

ul.r-list li h1 {
  margin: 25px 0 10px;
  padding: 0;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.r-list li h1 a {
  font-size: 1em;
}

ul.r-list li h1 span {
  font-weight: 400;
  display: inline-block;
}

ul.r-list li h1 span.resp-toogle {
  display: none;
}

ul.r-list li a,
ul.r-list li span {
  text-decoration: none;
  font-size: 0.8125em;
  display: inline-block;
}

ul.r-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-header {
  margin-bottom: 15px;
  z-index: 3;
  position: relative;
}

.listing-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.see_more_link {
  clear: both;
}

.counter-search {
  float: left;
  line-height: 32px;
}

#main h5 {
  margin-bottom: 10px;
}

#related-searches {
  padding-top: 25px;
}

#related-searches h5 {
  margin-bottom: 10px;
  font-size: 1em;
}

.listing-card {
  clear: both;
  padding: 10px 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ececec;
  position: relative;
  width: 100%;
  display: table;
}

.listing-card .listing-attributes,
.listing-card .listing-basicinfo {
  display: block;
  vertical-align: top;
  width: auto;
}

.listing-card .listing-attributes {
  width: auto;
  font-size: 0.78em;
  color: #777;
  padding: 4px 0 8px;
  line-height: 1em;
}

.listing-card .listing-data {
  display: table-row;
  width: 100%;
}

.listing-card .listing-detail {
  width: auto;
  margin-left: 105px;
}

.listing-card .listing-cell {
  display: table;
  width: 100%;
}

.listing-card .listing-thumb {
  float: left;
}

.listing-card .listing-thumb img {
  height: 85px;
  width: 95px;
}

.listing-card .listing-attributes a {
  color: #777;
  font-weight: 700;
  text-decoration: none;
}

.listing-card .listing-attributes a:hover {
  text-decoration: underline;
}

.premium-list li.listing-card,
li.listing-card.premium {
  background-color: #fcfcd7;
}

.listing-grid .last {
  margin-right: 0;
}

.listing-grid .listing-card {
  float: left;
  width: 190px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ececec;
  margin: 0 9px 9px 0;
  position: relative;
  display: block;
  clear: none;
}

.listing-grid .listing-card .listing-attributes .location {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-grid .listing-card .listing-attributes .location a {
  display: inline;
}

.listing-grid .currency-value,
.listing-grid .listing-cell {
  display: block;
}

.listing-grid .listing-card img {
  width: 100%;
  height: auto;
  float: none;
}

.listing-grid .listing-detail {
  margin-left: 0;
}

.listing-grid .listing-basicinfo,
.listing-grid .listing-data {
  width: 100%;
  display: block;
}

.listing-grid .listing-thumb {
  width: 100%;
}

.listing-grid .listing-basicinfo p {
  display: none;
}

.listing-grid .listing-basicinfo a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.listing-grid .g-hide {
  display: none;
}

body.search .listing-grid .last {
  margin-right: 0;
}

body.search .listing-grid .listing-card {
  width: 161px;
}

body.home .listing-grid .first {
  clear: both;
}

#sidebar {
  width: 300px;
  float: right;
}

#sidebar h3 {
  margin: 0 0 10px;
  line-height: 1em;
  font-size: 1em;
}

#sidebar fieldset {
  margin: 0;
  border: none;
  padding: 14px 0 16px;
  border-bottom: solid 1px #eaeaea;
  font-size: 0.8125em;
  line-height: 0.8125em;
}

#sidebar input {
  vertical-align: bottom;
}

#sidebar .input-text,
#sidebar input[type="text"] {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 100%;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

#sidebar ul.category,
#sidebar ul.category ul,
ul.sidebar-list,
ul.user_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.user #sidebar {
  border-right: solid 1px #eaeaea;
}

#sidebar ul.category li,
ul.sidebar-list li,
ul.user_menu li {
  padding: 3px 0;
  line-height: 1.15em;
}

ul.user_menu li {
  padding: 0 0 12px;
  font-size: 0.8125em;
  line-height: 0.8125em;
}

#sidebar ul.category ul {
  padding-left: 15px;
}

#sidebar .show-sub a {
  font-weight: 700;
}

#sidebar .show-sub li a {
  font-weight: 400;
}

#sidebar .price-slice input,
#sidebar .two_input input {
  width: 65px;
  padding: 0 5px;
  margin-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebar .two_input input {
  width: 70px;
}

#sidebar .price-slice span {
  margin-right: 0;
}

#sidebar button {
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, #000)
  );
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  text-decoration: none;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #404040;
  line-height: 30px;
  font-size: 0.85em;
  border-radius: 3px;
}

#sidebar .actions {
  height: auto;
  padding-top: 15px;
}

#sidebar .plugin-hooks h6 {
  margin: 0 0 10px;
  line-height: 1em;
  font-size: 1em;
  font-weight: 400;
  color: #666;
}

#sidebar .plugin-hooks .row {
  margin-bottom: 10px;
}

#sidebar .plugin-hooks .row.radio label {
  padding: 4px 0;
  display: inline-block;
}

#sidebar .plugin-hooks .row.radio label input {
  margin-right: 5px;
}

#sidebar .select-box {
  width: 100%;
}

#sidebar a {
  text-decoration: none;
  font-size: 0.9em;
}

#sidebar a:hover {
  text-decoration: underline;
}

.widget-box {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.widget-box h3 {
  margin: 0;
}

.widget-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-box li a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 400;
  font-size: 0.8125em;
  display: block;
  padding: 4px 5px;
  border-radius: 0;
  margin: -1px 0;
  position: relative;
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
}

.item-header,
body.item #sidebar .form-container label,
body.user-public-profile #sidebar .form-container label {
  font-size: 0.75em;
}

.widget-box li li a:hover {
  background-color: #333;
  border-color: #f7f7f7;
  color: #fff;
  z-index: 2;
  border-radius: 3px;
}

body.item #sidebar .widget-box,
body.user-public-profile #sidebar .widget-box {
  padding: 20px;
}

body.item #sidebar .form-container .controls input,
body.item #sidebar .form-container .controls textarea,
body.user-public-profile #sidebar .form-container .controls input,
body.user-public-profile #sidebar .form-container .controls textarea {
  width: 238px;
}

body.item #contact h2,
body.user-public-profile #contact h2 {
  margin-top: 0;
}

body.item #main,
body.user-public-profile #main {
  width: 640px;
  float: left;
}

.item-photos .thumbs img {
  margin-bottom: 12px;
  border: 2px solid #eaeaea;
}

.item-header {
  margin-top: -10px;
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.item-header #type_dates {
  float: right;
}

#item_location {
  list-style: none;
  margin: 0;
  padding: 0;
}

#item_location li {
  display: inline;
}

#description {
  clear: both;
  padding-top: 5px;
}

div.mark_as {
  height: 32px;
  width: 100%;
  border: none;
  background: 0 0;
  margin-bottom: 15px;
}

.mark_as a {
  width: 100%;
  height: auto;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.mark_as .select-box-label {
  border: 1px solid #f2f2f2;
  position: relative;
  float: none;
  background: red;
  color: #fff;
  border-radius: 4px;
}

.similar_ads h2 {
  margin-top: 35px;
}

.admin-options {
  font-size: 0.725em;
}

.admin-options a {
  margin: 0 5px;
}

#comments {
  margin-top: 25px;
}

body.item h1 .price {
  font-weight: 400;
  font-size: 24px;
  float: right;
  background-color: #fcf8e3;
  padding: 5px 10px;
}

.item #comments h3 {
  font-size: 1em;
}

.item #comments {
  clear: both;
  float: left;
  margin-bottom: 35px;
  width: 100%;
}

.item #comments .comments_list {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}

.item #comments .comment {
  background: url(../images/comments_quotes.gif) 10px 0 no-repeat;
  margin-bottom: 15px;
  padding: 7px 0 0 60px;
}

.item #comments .comment h3 {
  color: #666;
  margin-bottom: 5px;
}

.item #comments .comment h3 em {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.item #comments .comment p {
  color: #878787;
  font-style: italic;
  line-height: 18px;
}

.item #comments .pagination {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 15px;
}

.item #comments .pagination a {
  border: 1px dotted #aaa;
  padding: 5px 8px;
}

.item #comments .pagination a.searchPaginationSelected {
  background-color: #f7f7f7;
}

.item #comments .pagination a.searchPaginationFirst,
.item #comments .pagination a.searchPaginationNext,
.item #comments a.searchPaginationLast,
.item #comments a.searchPaginationPrev {
  border: 0;
  text-decoration: none;
}

.item #comments .pagination a.searchPaginationFirst:hover,
.item #comments .pagination a.searchPaginationNext:hover,
.item #comments a.searchPaginationLast:hover,
.item #comments a.searchPaginationPrev:hover {
  background-color: #fff;
}

.item #comments a:hover {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 740px) {
  #footer,
  .show-filters-btn {
    text-align: center;
  }

  #header .nav li a,
  #header .nav li a:hover,
  #header .nav li.active a {
    background-color: #000;
    color: #fff;
  }

  .main-search,
  body.item #contact h2 {
    margin-top: 0;
  }

  #footer,
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }

  .has-placeholder {
    float: none;
  }

  body.home #main,
  body.item #main,
  body.search #main,
  body.user #main,
  body.user-public-profile #main,
  div#main {
    width: auto !important;
    float: none !important;
    clear: both;
  }

  #responsive-trigger {
    display: block;
  }

  #header #logo span,
  .main-search {
    display: none;
  }

  #sidebar {
    width: 100%;
  }

  #header {
    padding-bottom: 0;
  }

  #footer ul {
    float: none;
    font-size: 1.15em;
    margin-bottom: 15px;
  }

  .flashmessage {
    padding: 15px 40px 15px 15px;
    width: auto;
  }

  #header .wrapper,
  .main-search {
    padding-left: 0;
    padding-right: 0;
  }

  div#recaptcha_image,
  div#recaptcha_image > img,
  div#recaptcha_widget {
    width: 100% !important;
  }

  .contact_button a {
    margin-bottom: 10px;
  }

  div#recaptcha_image {
    height: auto !important;
  }

  #header {
    height: auto;
    margin-bottom: 20px;
  }

  #header #logo {
    font-size: 1.7em;
    letter-spacing: -0.07em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
  }

  #header .wrapper {
    width: 100%;
    position: relative;
  }

  .main-search {
    top: 100%;
    margin-left: 0;
    left: 0;
    width: 100%;
    border-width: 0 0 1px;
    position: absolute;
    border-radius: 0;
  }

  .main-search .cell {
    display: table-cell;
    width: 100%;
    padding-left: 11px;
    vertical-align: top;
  }

  .main-search .cell:last-child {
    padding-left: 42px;
    padding-right: 11px;
  }

  .main-search input {
    width: 100%;
  }

  .main-search .selector {
    display: none;
  }

  .main-search .reset-padding {
    padding-left: 0;
  }

  #header .nav {
    top: 0;
    height: 100%;
    vertical-align: middle;
  }

  #header .nav li a {
    height: 100%;
    padding: 0 15px;
    display: table;
    border-left: solid 1px #000;
    font-size: 30px;
    margin-left: 0;
  }

  .alert_form,
  ul.r-list {
    background-color: transparent;
  }

  #header .nav li .icons:after {
    display: table-cell;
    vertical-align: middle;
  }

  #header .nav li {
    height: 100%;
    display: none;
  }

  #header .nav li.cat,
  #header .nav li.search {
    display: block;
  }

  body.item #sidebar .widget-box {
    padding: 20px;
  }

  body.item #sidebar .form-container label {
    font-size: 0.75em;
  }

  #alert_email {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sidebar .input-text,
  .form-container .controls input {
    height: 32px;
  }

  input[type="checkbox"] {
    width: auto;
    height: auto;
  }

  #sidebar .input-text,
  .form-container .controls input,
  .ui-button,
  body.item #sidebar .form-container .controls input,
  body.item #sidebar .form-container .controls textarea,
  button,
  textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.r-list li,
  ul.r-list li a.sub-category,
  ul.r-list li h1 {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  ul.r-list {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-shadow: none;
  }

  ul.r-list:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  ul.r-list li {
    position: relative;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.r-list > li:nth-child(2n) {
    padding-left: 5px;
  }

  ul.r-list li a.sub-category,
  ul.r-list li h1 {
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    border-color: #eaeaea;
    color: #069;
    background-color: #f7f7f7;
    text-shadow: 0 1px 1px #fff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ul.r-list > li:nth-child(odd) {
    clear: both;
  }

  .r-list > li.clear,
  .r-list > li:nth-child(4n) {
    clear: none;
  }

  ul.r-list li a.sub-category {
    box-sizing: border-box;
    font-size: 0.8em;
  }

  ul.r-list li h1 {
    box-sizing: border-box;
    margin: 0;
  }

  ul.r-list li span {
    display: none;
  }

  ul.r-list li ul {
    -webkit-transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  ul.r-list li.active a,
  ul.r-list li.active h1 {
    background-color: #000;
    color: #fff;
    border-color: #000;
    text-shadow: 0 1px 1px #000;
  }

  ul.r-list li span.collapse {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
  }

  ul.r-list li.active ul {
    opacity: 1;
    height: auto;
    margin: 0 0 5px;
    padding: 5px 0 0;
  }

  ul.r-list li.active ul li {
    padding: 0;
  }

  ul.r-list li.active ul li a {
    border-color: #eaeaea;
    color: #069;
    background-color: #f7f7f7;
    text-shadow: 0 1px 1px #fff;
    font-size: 16px;
  }

  ul.r-list li ul li {
    float: none;
    width: 100%;
  }

  div.cell_3:nth-child(2n) {
    margin: 0 1%;
    width: 31%;
  }

  .select-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .select-box select {
    width: 100%;
  }

  .form-container .checkbox input,
  .form-container-box {
    width: auto;
  }

  body.item-post #footer .resp-toogle {
    display: none;
  }

  body.display-cat .r-list {
    display: block;
  }

  body.display-search .main-search,
  body.home .main-search {
    display: table;
  }

  body.display-search #header,
  body.home #header {
    margin-bottom: 80px;
  }

  .resp-toogle {
    display: block;
  }

  body.display-filters div#sidebar {
    display: block !important;
  }

  .show-filters-btn {
    display: inline-block;
    border: 1px solid #f13030;
    background-color: #f7f7f7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1em;
    line-height: 16px;
    font-weight: 700;
    white-space: nowrap;
    height: 16px;
    outline: 0;
    padding: 5px 6px;
    text-decoration: none;
    color: #ff0b0b;
  }

  .form-container .checkbox {
    margin-bottom: 15px;
  }

  .form-horizontal .actions {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-horizontal label {
    float: none;
    width: 100%;
    font-size: 0.85em;
  }

  .form-horizontal .controls {
    width: auto;
    margin-left: 0;
  }

  body.item-post .select-box {
    margin-bottom: 10px;
  }

  #item-post select,
  .form-horizontal .select-box {
    width: 100%;
  }

  .listing-grid .listing-card,
  body.search .listing-grid .listing-card {
    width: 32%;
    padding: 0;
    border: 0;
    margin: 1%;
  }

  .listing-grid .listing-detail {
    border: 1px solid #ececec;
  }

  .listing-grid .listing-thumb {
    float: none;
  }

  .listing-grid .listing-thumb img {
    height: auto;
    width: 92%;
    margin: 4%;
    float: left;
  }

  .listing-grid .listing-cell {
    display: block;
    width: 92%;
    padding: 4%;
  }

  .listing-grid .listing-basicinfo p {
    display: none;
  }

  .listing-grid .listing-basicinfo a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }

  .listing-grid .listing-card:nth-child(3n),
  body.search .listing-card:nth-child(3n) {
    margin-right: 0;
  }

  .listing-grid .listing-card:nth-child(3n + 1),
  body.search .listing-grid .listing-card:nth-child(3n + 1) {
    margin-left: 0;
    clear: both;
  }

  body.not-found .categories h2,
  body.not-found .categories h3 {
    float: none;
    width: 100%;
  }

  body.item #sidebar,
  body.user-public-profile #sidebar {
    margin-top: 20px;
  }

  .item-photos .thumbs {
    float: none;
    margin-top: 10px;
    width: 100%;
    clear: both;
  }

  .item-photos .main-photo {
    width: 100%;
    float: none;
  }

  .item-photos .main-photo img {
    width: 100%;
  }

  body.user #sidebar {
    margin-top: 15px;
  }

  body.search .list-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 80px;
  }

  body.search #sidebar,
  body.user #sidebar {
    margin-bottom: 40px;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 10px 15px 5px;
    width: auto !important;
    float: none !important;
    border-radius: 3px !important;
  }

  body.search #content h1 {
    display: block;
    margin: 0;
    font-size: 1.5em;
  }

  .resp-wrapper {
    padding: 0 10px;
  }

  body.search .list-header .actions {
    padding: 10px 0;
    clear: both;
  }

  body.display-filters .show-filters-btn {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }

  #header .ads_header,
  .ads_300,
  .ads_468,
  .ads_728 {
    width: auto;
  }

  ul.r-list li h1 span.resp-toogle {
    display: inline-block;
  }
}

.btn-anuncios,
.price {
  color: #ef2a32;
}

@media only screen and (max-width: 640px) {
  body .item-header #type_dates {
    float: none;
  }

  body div.cell_3,
  body div.cell_3:nth-child(2n) {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  ul.r-list li {
    float: none;
    width: 100%;
  }

  body.search ul.r-list > li:nth-child(2n),
  ul.r-list > li:nth-child(2n) {
    padding-left: 0;
  }

  .listing-grid .listing-card,
  body.search .listing-grid .listing-card {
    width: 49%;
    clear: none;
  }

  .listing-grid .listing-card:nth-child(2n),
  body.search .listing-grid .listing-card:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
    clear: none;
  }

  .listing-grid .listing-card:nth-child(2n + 1),
  body.search .listing-grid .listing-card:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 1%;
    clear: both !important;
  }

  body.home .listing-grid .first {
    clear: none;
  }
}

#plugin-hook .row {
  clear: both;
  margin-bottom: 10px;
}

#plugin-hook .row label {
  margin-right: 20px;
}

.listing-card .currency-value {
  white-space: nowrap;
  font-weight: 700;
  color: #ef2a32;
  font-size: 15px;
}

.btn-anuncios {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 0 1px 3px #666;
  -moz-box-shadow: 0 1px 3px #666;
  box-shadow: 0 1px 3px #666;
  font-family: Arial;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #ef2a32;
  text-decoration: none;
}

.btn-anuncios:hover {
  background: #ef2a32;
  color: #fff;
  border-color: #f32929bd;
  text-decoration: none;
}

.icon-align {
  position: relative;
  left: 8px;
  top: 1px;
}

.showing-ads {
  min-height: auto !important;
  height: max-content;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.showing-ads ins {
  background-color: #fff !important;
  height: auto !important;
}

.ads_728,
.ads_728 ins {
  background-color: #ffff !important;
}

.listing-detail.ad-nopicture {
  width: auto !important;
  margin-left: 0 !important;
}

.listing-detail.ad-nopicture p {
  width: 100%;
}

.social {
  border: 1px solid #d6d6d6d6;
  border-radius: 5px;
  height: 120px;
  padding-top: 20px;
  background-color: #eaeaea85;
  text-align: center;
}

.social a {
  text-decoration: none;
}

.smGlobalBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 2px #999;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 25px !important;
  font-weight: 400;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.whatsappBtn {
  background: #50ca5e;
}

.whatsappBtn:before {
  font-family: FontAwesome;
  content: "\f232";
}

.whatsappBtn:hover {
  color: #50ca5e;
  background: #fff;
}

.emailBtn {
  background: #fbc90c;
}

.emailBtn:before {
  font-family: FontAwesome;
  content: "\f0e0";
}

.emailBtn:hover {
  color: #fbc90c;
  background: #fff;
}

.facebookBtn {
  background: #4060a5;
}

.facebookBtn:before {
  font-family: FontAwesome;
  content: "\f09a";
}

.facebookBtn:hover {
  color: #4060a5;
  background: #fff;
}

.twitterBtn {
  background: #00abe3;
}

.twitterBtn:before {
  font-family: FontAwesome;
  content: "\f099";
}

.twitterBtn:hover {
  color: #00abe3;
  background: #fff;
}

.googleplusBtn {
  background: #e64522;
}

.googleplusBtn:before {
  font-family: FontAwesome;
  content: "\f0d5";
}

.googleplusBtn:hover {
  color: #e64522;
  background: #fff;
}

.linkedinBtn {
  background: #0094bc;
}

.linkedinBtn:before {
  font-family: FontAwesome;
  content: "\f0e1";
}

.linkedinBtn:hover {
  color: #0094bc;
  background: #fff;
}

.pinterestBtn {
  background: #cb2027;
}

.pinterestBtn:before {
  font-family: FontAwesome;
  content: "\f0d2";
}

.pinterestBtn:hover {
  color: #cb2027;
  background: #fff;
}

.tumblrBtn {
  background: #3a5876;
}

.tumblrBtn:before {
  font-family: FontAwesome;
  content: "\f173";
}

.tumblrBtn:hover {
  color: #3a5876;
  background: #fff;
}

.rssBtn {
  background: #e88845;
}

.rssBtn:before {
  font-family: FontAwesome;
  content: "\f09e";
}

.rssBtn:hover {
  color: #e88845;
  background: #fff;
}

.searchbar {
  display: none;
}

@media only screen and (min-width: 600px) {
  .mobile-search {
    display: none;
  }

  .searchbar {
    display: block;
  }

  .listing-basicinfo .title {
    font-size: 14px;
  }
}

.listing-basicinfo .title {
  font-size: 12px;
  word-break: break-word;
}

.mobile-search {
  margin-bottom: 40px;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 10px 15px 5px;
  width: auto !important;
  float: none !important;
  border-radius: 3px !important;
}

.mobile-search fieldset {
  margin: 0;
  border: none;
  padding: 14px 0 16px;
  border-bottom: solid 1px #eaeaea;
  font-size: 0.8125em;
  line-height: 0.8125em;
}

.mobile-search h3 {
  margin: 0 0 10px;
  line-height: 1em;
  font-size: 1em;
}

.mobile-search .select-box {
  width: 100%;
}

.mobile-search button {
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, #000)
  );
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -ms-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(top, #000, #000);
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  text-decoration: none;
  padding: 0 15px;
  box-shadow: inset 0 1px 0 0 #404040;
  line-height: 30px;
  font-size: 0.85em;
  border-radius: 3px;
}

.mobile-search .input-text {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  box-shadow: inset 0 1px 0 0 #dfd8d8;
  width: 100%;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

/* Grid View Enhancements */
.listing-grid.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -5px;
}

/* Por defecto: 1 columna para todos los tamaños de pantalla */
.listing-grid.grid .listing-card {
  width: 100%;
  margin: 0 0 20px;
  flex-grow: 0;
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-grid.grid .listing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.listing-grid.grid .listing-thumb {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.listing-grid.grid .listing-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

.listing-grid.grid .listing-card:hover .listing-thumb img {
  transform: scale(1.05);
}

.listing-grid.grid .listing-detail {
  padding: 15px;
  background-color: #fff;
}

.listing-grid.grid .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-grid.grid .listing-attributes {
  font-size: 14px;
  margin-bottom: 10px;
}

.listing-grid.grid .currency-value {
  font-weight: bold;
  color: #ef2a32;
  font-size: 18px;
}

.listing-grid.grid .description {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}

.listing-grid.grid .absolute {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .item-reference {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 8px;
  border-radius: 0 3px 3px 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.listing-grid.grid .premium-item {
  background-color: #ffeb3b;
  color: #333;
  padding: 2px 8px;
  border-radius: 0 3px 3px 0;
  font-weight: bold;
  font-size: 12px;
}

/* Pantallas medianas y grandes: 2 columnas (min-width: 600px) */
@media only screen and (min-width: 600px) {
  .listing-grid.grid .listing-card {
    width: 48%;
    margin: 0 1% 20px;
  }

  .listing-grid.grid .listing-thumb {
    height: 250px;
  }
}

/* Pantallas extra grandes: 3 columnas (min-width: 1200px) */
@media only screen and (min-width: 1200px) {
  .listing-grid.grid .listing-card {
    width: 31%;
  }

  .listing-grid.grid .listing-thumb {
    height: 200px;
  }
}

/* Forzar estrictamente 1 columna en pantallas muy pequeñas */
@media only screen and (max-width: 599px) {
  .listing-grid.grid .listing-card {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .listing-grid.grid .listing-thumb {
    height: 280px !important;
  }
}

/* Forzar 2 columnas en pantallas medianas */
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .listing-grid.grid .listing-card {
    width: 30% !important;
    margin: 0 1% 20px !important;
  }
}

/* Additional Card Improvements */
.listing-grid.grid .listing-card {
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .listing-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .listing-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .listing-data {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .listing-basicinfo {
  display: flex;
  flex-direction: column;
}

.listing-grid.grid .description {
  margin-top: auto;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  max-height: 40px;
}

.listing-grid.grid .admin-options {
  margin-top: 10px;
  font-size: 12px;
}

/* Fix for Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listing-grid.grid {
    display: block;
  }

  .listing-grid.grid:after {
    content: "";
    display: table;
    clear: both;
  }

  .listing-grid.grid .listing-card {
    float: left;
  }
}

/* Estilos específicos para nuestra cuadrícula personalizada */
.bender-grid-container {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-around !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bender-grid-container .listing-card {
  clear: none !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
}

@media only screen and (max-width: 599px) {
  .bender-grid-container .listing-card {
    width: 100% !important;
    margin: 0 0 20px !important;
  }

  .bender-grid-container .listing-thumb {
    height: 280px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .bender-grid-container .listing-card {
    width: 48% !important;
    margin: 0 1% 20px !important;
  }

  .bender-grid-container .listing-thumb {
    height: 250px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .bender-grid-container .listing-card {
    width: 31% !important;
    margin: 0 1% 20px !important;
  }

  .bender-grid-container .listing-thumb {
    height: 200px !important;
  }
}

/* Anular reglas existentes para pantallas pequeñas */
@media only screen and (max-width: 480px) {
  .listing-grid .listing-card,
  body.search .listing-grid .listing-card,
  .listing-grid.grid .listing-card,
  body.search .listing-grid.grid .listing-card {
    width: 100% !important;
    margin: 0 0 20px !important;
    clear: both !important;
  }

  .listing-grid.grid .listing-card:nth-child(2n),
  body.search .listing-grid.grid .listing-card:nth-child(2n),
  .listing-grid.grid .listing-card:nth-child(3n),
  body.search .listing-grid.grid .listing-card:nth-child(3n) {
    margin: 0 0 20px !important;
    clear: both !important;
  }

  .bender-grid-container.listing-grid.grid .listing-card {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}

/* Hack para asegurar que las reglas toman efecto */
body .bender-grid-container {
  margin: 0 -5px !important;
  width: calc(100% + 10px) !important;
  box-sizing: border-box !important;
}

/* Mejorar el espaciado entre tarjetas */
.bender-grid-container.listing-grid.grid {
  padding: 0 10px !important;
}

.bender-grid-container .listing-card {
  padding: 0 !important;
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 599px) {
  .bender-grid-container.listing-grid.grid {
    padding: 0 5px !important;
  }

  .bender-grid-container .listing-card {
    width: calc(100% - 10px) !important;
    margin: 0 5px 20px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .bender-grid-container .listing-card {
    width: calc(50% - 20px) !important;
  }
}

@media only screen and (min-width: 1200px) {
  .bender-grid-container .listing-card {
    width: calc(33.333% - 20px) !important;
  }
}

.item-title {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: bold !important;
}

.line-clamp-1 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.listing-attributes-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.listing-attributes-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.listing-attributes-item span {
  font-size: 12px;
  color: #000;
}

@media only screen and (max-width: 768px) {
    .listing-attributes-container {
      flex-direction: column;
    }
    
    .listing-attributes-item {
      width: 100%;
      margin-bottom: 5px;
      flex-direction: row;
      justify-content: space-between;
    }
  }


