/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 08:27:38 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 08:27:04 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 08:26:13 */
._custom-language-flag img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  border: solid 1px #000;
  border-radius: 100%;
}

._custom-language-flag:hover img {
  filter: grayscale(0%);
}


/* FLOATHING HEADER SEARCH*/

.floating-search-box {
  position: relative;
  display: inline-block;
  font-family: 'Instrument Sans', sans-serif;
}

.floating-search-box input[type="text"] {
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg role='none' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  transition: all 0.4s ease;
  box-sizing: border-box;
  cursor: pointer;
  color: transparent;
  caret-color: transparent;
}

.floating-search-box input[type="text"]:hover {
  background-color: #f9423a;
  background-image: url("data:image/svg+xml;utf8,<svg role='none' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'><path d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'/></svg>");
}

.floating-search-box input[type="text"]::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.floating-search-box input[type="text"]:focus::placeholder {
  opacity: 1;
}

.floating-search-box input[type="text"]:focus {
  width: 200px;
  border-radius: 999px;
  padding: 0 12px 0 40px;
  background-position: 12px center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg role='none' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'/></svg>");
  color: #000;
  caret-color: auto;
  cursor: text;
}

.floating-search-box button {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .floating-search-box input[type="text"] {
    transition: none;
  }
}

header#top #logo {opacity: 0;z-index: -1;position: relative;transform: translate(-10000px);}

#nectar-nav #top>.container>.row>.span_9 {
    z-index: 10000000;
}