@charset "utf-8";

#myUL {
    padding: 0;
    margin-top: 10px;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

social-footer-copyright {
    margin: 0 auto;
}

.header-container header h1 {
    letter-spacing: 0.1rem;
}

.faq-title::after {
    content: url('../images/cursor48x48.png');
    margin-left: 10px;
}

.faq-item-wrapper {
    margin: 0 auto;
    max-width:75%;
}

.faq-item-wrapper .question {
    color: #000000;
}

.faq-link {
        text-decoration: none; /* Removes the default underline of the hyperlink */
        color: inherit; /* Keeps the original color of the text */
    }

.faq-title {
    transition: all 0.25s ease; /* Smooth transition for hover effect */
}

.faq-link:hover .faq-title {
    transform: scale(1.2); /* Slightly increases the size */
}

button.listings {
    display: inline-block;
    cursor: pointer;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    color: #333333;
    padding: 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    margin: 5px;
    width: 215px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
}

button.listings:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
    background-color: #e9e9e9;
}

button.sedo:hover {
    background-image: url("../images/sedo.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-origin: content-box;
}

/* YM languages */
.list-unstyled {
  list-style: outside none none;
  padding-left: 0;
}
.lang {
  text-align: right;
}
.lang ul li {
  display: inline;
}
.lang ul li a {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  padding: 9px;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.5s ease 0s;
}
.lang ul li a:focus, .lang ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}
/* END YM languages */

/* YM forms */

.form-messages {
  display:none;
  background: none repeat scroll 0 0 black;
  color: white!important;
  display: none;
  font-family: Oswald, Impact, sans-serif;
  font-size: 26px;
  height: 64px;
  line-height: 56px;
  margin: 0 auto;
  width: 660px;
}

.error {
  color: #b94a48;
}

.success {
  color: #468847;
}

button#js-ajax-php-json {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  color: #fff;
  font-family: Oswald,Impact,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/* END YM forms */

/* YM Hero image */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.hero-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 600px) {
    .hero-section {
        height: auto;
    }

    .hero-container img {
        width: 100%;
        height: auto;
    }
}
/* END YM Hero image */
