@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
#classifiedads-main, #ad-searchbar {
  font-family: "Raleway", sans-serif; }
  #classifiedads-main input, #classifiedads-main select, #classifiedads-main textarea, #ad-searchbar input, #ad-searchbar select, #ad-searchbar textarea {
    border-radius: 0;
    border-color: #b8b8b8;
    color: black;
    width: 100%;
    border-style: solid;
    border-width: 1px; }
  #classifiedads-main input, #classifiedads-main select, #ad-searchbar input, #ad-searchbar select {
    padding: 0 10px;
    height: 40px;
    font-size: 15px; }
  #classifiedads-main textarea, #ad-searchbar textarea {
    padding: 10px; }
  #classifiedads-main button, #ad-searchbar button {
    border: none;
    cursor: pointer; }
  #classifiedads-main .g-recaptcha, #ad-searchbar .g-recaptcha {
    width: auto; }

#ad-searchbar {
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 15px 20px;
  background-image: url("../../images/classifiedads/searchbar-bg-cropped.png_480_160_6"); }
  @media screen and (min-width: 480px) {
    #ad-searchbar {
      background-image: url("../../images/classifiedads/searchbar-bg-cropped.png_768_310_6"); } }
  @media screen and (min-width: 980px) {
    #ad-searchbar {
      background-image: url("../../images/classifiedads/searchbar-bg-cropped.png_900_310_6");
      height: 310px; }
      #ad-searchbar #ad-searchbar-title {
        display: block;
        margin: 0 auto;
        font-size: 38px;
        line-height: 88px;
        font-weight: 500;
        text-align: center;
        color: white; }
      #ad-searchbar #ad-search-bar-form {
        position: relative;
        padding: 20px 30px 35px;
        background-color: rgba(0, 0, 0, 0.5);
        max-width: 930px;
        margin: 0 auto; }
      #ad-searchbar #ad-searchbar-title {
        display: block; }
      #ad-searchbar #ad-search-bar-form {
        min-height: 100px; }
        #ad-searchbar #ad-search-bar-form .ad-search-field {
          margin-bottom: 0px;
          display: block;
          width: 30%;
          float: left;
          margin-right: 1%;
          font-size: 12px; }
      #ad-searchbar #browse-ads {
        width: 48px;
        float: left;
        margin-left: 1%;
        margin-bottom: 0;
        padding: 10px 10px; }
        #ad-searchbar #browse-ads .text {
          display: none; }
        #ad-searchbar #browse-ads i {
          font-size: 1.6em;
          padding: 0;
          line-height: 18px;
          vertical-align: middle; }
      #ad-searchbar #put-ad {
        position: absolute;
        height: 45px;
        width: auto;
        left: 50%;
        bottom: -23px;
        transform: translateX(-50%);
        display: inline-block;
        clear: both;
        margin-bottom: 0;
        padding: 11px 30px;
        letter-spacing: 1px;
        font-size: 19px; }
        #ad-searchbar #put-ad i {
          font-size: 22px;
          vertical-align: top; } }
  @media screen and (min-width: 900px) {
    #ad-searchbar {
      background-image: url("../../images/classifiedads/searchbar-bg-cropped.png"); } }

#ad-searchbar-title {
  display: none; }

#ad-search-bar-form .ad-search-field {
  display: none;
  margin-bottom: 8px; }

#ad-searchbar .action {
  background-color: #8BAF00;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 100%; }
  #ad-searchbar .action i {
    margin-right: 5px; }

#ad-searchbar #put-ad {
  margin-bottom: 0;
  display: block;
  text-align: center; }

#classifiedads-main {
  padding: 20px 15px 40px;
  text-align: left; }
  #classifiedads-main .pagination {
    margin-bottom: 10px; }
    #classifiedads-main .pagination li {
      display: inline-block;
      color: #8BAF00;
      border: 1px solid #8BAF00;
      width: 30px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      vertical-align: middle;
      margin: 0 3px; }
      #classifiedads-main .pagination li a {
        text-decoration: none; }
      #classifiedads-main .pagination li.active {
        background-color: #8BAF00;
        color: white; }
    #classifiedads-main .pagination .controls {
      margin: 0 5px;
      line-height: 30px;
      vertical-align: middle;
      color: #8BAF00; }
  #classifiedads-main .page-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: inherit; }
  #classifiedads-main .classifiedads-button {
    background-color: #8BAF00;
    color: white;
    display: inline-block;
    padding: 7px 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none; }
    #classifiedads-main .classifiedads-button.reponsive-wide {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #classifiedads-main .classifiedads-button.reponsive-wide {
          width: auto; } }
    #classifiedads-main .classifiedads-button.big {
      padding: 10px 15px; }
  #classifiedads-main .classified-ad {
    border-top: 1px solid #a6a6a6;
    font-weight: 500;
    position: relative;
    padding: 30px 0; }
    #classifiedads-main .classified-ad .thumbnail {
      float: left;
      margin-right: 20px; }
    #classifiedads-main .classified-ad .sticker {
      display: none;
      position: absolute;
      top: 26px;
      left: -14px;
      padding: 7px;
      font-size: 14px;
      line-height: 16px; }
    #classifiedads-main .classified-ad .title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 3px; }
    #classifiedads-main .classified-ad .category {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 8px;
      color: #a6a6a6; }
    #classifiedads-main .classified-ad .expand {
      font-size: 14px; }
    #classifiedads-main .classified-ad.highlighted .sticker {
      display: inline-block;
      background-color: #8BAF00;
      color: white;
      border-radius: 50%; }
    @media screen and (min-width: 768px) {
      #classifiedads-main .classified-ad .thumbnail {
        margin-right: 25px; }
        #classifiedads-main .classified-ad .thumbnail img {
          width: 165px; }
      #classifiedads-main .classified-ad .category {
        margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #classifiedads-main {
      width: 768px;
      margin: 0 auto;
      padding: 30px 15px 60px;
      text-align: left; }
      #classifiedads-main .page-title {
        text-align: left; }
      #classifiedads-main .right-col {
        width: 310px;
        float: right; }
      #classifiedads-main .left-col {
        width: calc(100% - 390px);
        float: left; }
      #classifiedads-main .classifiedads-button {
        padding: 12px 15px; } }
  @media screen and (min-width: 980px) {
    #classifiedads-main {
      width: 940px; } }

#ad-breadcrumb {
  padding: 0;
  list-style-type: none;
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px; }
  #ad-breadcrumb li {
    display: inline-block; }
  #ad-breadcrumb h6 {
    font-weight: inherit;
    font-size: inherit; }

#total-listed-search-results {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px; }

#put-your-ad {
  display: none;
  padding: 35px 35px 40px;
  text-align: center;
  text-decoration: none;
  background-color: #8BAF00;
  color: white;
  margin-bottom: 40px; }
  #put-your-ad img {
    margin-bottom: 20px; }
  #put-your-ad .action {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #8BAF00;
    color: white; }
  @media screen and (min-width: 768px) {
    #put-your-ad {
      display: block; } }

#promoted-ads {
  color: white; }
  #promoted-ads > .title {
    display: none; }
  #promoted-ads .classified-ad {
    background-color: #8BAF00;
    padding: 25px; }
    #promoted-ads .classified-ad .thumbnail {
      margin-right: 0;
      margin-bottom: 10px;
      float: none; }
      #promoted-ads .classified-ad .thumbnail img {
        width: 100%; }
    #promoted-ads .classified-ad .category {
      color: white; }
    #promoted-ads .classified-ad .expand {
      background-color: white;
      color: #8BAF00; }
  @media screen and (min-width: 768px) {
    #promoted-ads {
      background-color: #8BAF00;
      padding: 35px 25px 0; }
      #promoted-ads .title {
        display: block;
        font-weight: 700; }
        #promoted-ads .title i:first-child {
          margin-right: 5px; }
        #promoted-ads .title .label {
          display: inline-block;
          width: calc(100% - 54px);
          text-align: center;
          text-transform: uppercase;
          margin-bottom: 15px; }
        #promoted-ads .title i:last-child {
          margin-left: 5px; }
      #promoted-ads .classified-ad {
        border-top: 1px solid white;
        padding: 20px 0 10px; }
        #promoted-ads .classified-ad .category {
          color: white; }
        #promoted-ads .classified-ad .expand {
          display: none; } }

#show-more {
  color: white;
  background-color: #8BAF00;
  display: block;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #show-more {
      display: inline-block;
      width: auto;
      margin-top: 15px;
      padding: 15px 30px; } }

#classifiedad-full .page-title {
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 15px; }
  #classifiedad-full .page-title h1 {
    margin-bottom: 5px; }
  #classifiedad-full .page-title .category {
    font-size: 13px; }

#classifiedad-full .category {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  color: #a6a6a6; }

@media screen and (min-width: 768px) {
  #classifiedad-full .page-title h1 {
    font-size: 34px; } }

#classifiedad-full #ad-pictures-diaporama-expand {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
  text-align: center; }
  #classifiedad-full #ad-pictures-diaporama-expand img {
    position: absolute;
    top: 50%;
    left: 50%; }

#go-back-to-result-list {
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px; }

#ad-informations, #ad-description, #ad-reply, #ad-cost {
  padding-bottom: 20px;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    #ad-informations, #ad-description, #ad-reply, #ad-cost {
      padding-bottom: 30px;
      margin-bottom: 35px; } }

@media screen and (min-width: 768px) {
  #ad-reply {
    border-bottom: none; }
    #ad-reply form {
      text-align: left; } }

#ad-description > .title, #ad-reply > .title, #related-items > .title, #ad-cost > .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }

#ad-informations .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }

#ad-informations .seller {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px; }

#ad-informations .name {
  margin-bottom: 3px; }

#ad-informations .lSGallery {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  #ad-informations {
    margin-top: 35px; }
    #ad-informations #ad-pictures-diaporama-wrapper {
      float: left;
      height: 330px;
      max-width: 450px; }
      #ad-informations #ad-pictures-diaporama-wrapper ul {
        background-color: #fafafa; }
        #ad-informations #ad-pictures-diaporama-wrapper ul li {
          text-align: center; }
      #ad-informations #ad-pictures-diaporama-wrapper .lSAction a {
        filter: hue-rotate(90deg) brightness(10%) grayscale(10%); }
    #ad-informations .content {
      float: right;
      width: 340px; } }

#ad-description .content {
  color: gray;
  font-size: 14px;
  line-height: 24px; }
  #ad-description .content p {
    margin-bottom: 15px; }

#ad-reply .form-row-component {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  #ad-reply {
    width: 350px; } }
