/*
Theme Name: Child Aqcpe
Theme URI: 
Description: Child theme of treize theme for the TREIZE theme
Author: aqcpe
Author URI: 
Template: treize
Version: 13.0.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 11 Nov 2022 09:50:53 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/*css for navigation vertical*/

.colors {
  width: 260px;
  float: left;
  margin: 20px auto;
}
.colors a {
  width: 43.3px;
  height: 30px;
  float: left;
}
.colors .default {
  background: #414956;
}
.colors .blue {
  background: #4a89dc;
}
.colors .green {
  background: #03a678;
}
.colors .red {
  background: #ed5565;
}
.colors .white {
  background: #fff;
}
.colors .black {
  background: #292929;
}
.jquery-accordion-menu ul > li > a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.jquery-accordion-menu,
.jquery-accordion-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}
.jquery-accordion-menu {
  min-width: 100%;
  float: left;
  position: relative; /*box-shadow: 0 20px 50px #333*/
}
.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956;
}
.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: #003c7c;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.jquery-accordion-menu > ul > li.active > a,
.jquery-accordion-menu > ul > li:hover > a {
  color: #fff;
  background: #74c36d;
}
.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #74c36d;
}
.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}
.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 14px;
  background: #76c473;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
  border-bottom: 1px solid;
}
.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}
.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.animate-ink {
  -webkit-animation: ripple 0.5s linear;
  -moz-animation: ripple 0.5s linear;
  -ms-animation: ripple 0.5s linear;
  -o-animation: ripple 0.5s linear;
  animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
  background: #4a89dc;
}

.blue.jquery-accordion-menu > ul > li.active > a,
.blue.jquery-accordion-menu > ul > li:hover > a {
  background: #3e82da;
}

.blue.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #3e82da;
}

.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #3e82da;
}

.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
  background: #03a678;
}

.green.jquery-accordion-menu > ul > li.active > a,
.green.jquery-accordion-menu > ul > li:hover > a {
  background: #049372;
}

.green.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #049372;
}

.green.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #049372;
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #ed5565;
}

.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
  background: #da4453;
}

.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #da4453;
}

.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #da4453;
}

.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555;
}

.white.jquery-accordion-menu > ul > li.active > a,
.white.jquery-accordion-menu > ul > li:hover > a {
  background: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #f0f0f0;
}

.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0;
}

.white.jquery-accordion-menu > ul > li > a > .ink {
  background: rgba(0, 0, 0, 0.1);
}

.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
  background: #292929;
}

.black.jquery-accordion-menu > ul > li.active > a,
.black.jquery-accordion-menu > ul > li:hover > a {
  background: #222;
}

.black.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #222;
}

.black.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #222;
}
/* end css for navigation vertical*/

div#jquery-accordion-menu > ul > li > ul.submenu {
  position: absolute;
  right: -100.5%;
  z-index: 9;
}
.jquery-accordion-menu ul li a {
  display: -webkit-box;
  white-space: unset !important;
}
.jquery-accordion-menu > ul > li:last-child > a {
  border-bottom-width: 0px;
}
h1.portfolio-title.title.the_archive_title {
  font-size: 24px;
  margin: 30px 0px;
}
.archive-description p {
  font-size: 16px;
}

h2.entry-title.the_archive_title.default-max-width {
  font-size: 28px;
}
.portfolio_item_list {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 70px;
}
article.portfolio.type-portfolio:last-child {
  border-block-width: 0px;
}
.page-header.portfolio_archive.alignwide {
  margin-top: 0px;
}
.jquery-accordion-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  padding: 25px 20px;
  text-transform: uppercase;
}
article.portfolio.type-portfolio {
  padding: 20px 10px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  border-radius: 0px;
}
.site-main.archive-news {
  padding-top: 160px;
}
.page-header.portfolio_archive.alignwide form#searchform {
  margin-top: 30px;
}
.jquery-accordion-menu ul ul.submenu li:hover > a {
  color: #003a7a;
  border-color: #003a7a;
  border-bottom-color: #f0f0f0;
}
.breadcrumb_portfolio {
  border-radius: 5px;
  background: #74c36d;
  padding: 6px 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.fbc.fbc-page {
  text-transform: uppercase;
}
.fbc-page .fbc-wrap .fbc-items {
  font-family: 'Moderat', sans-serif;
}
.breadcrumb-container li .separator,
.breadcrumb_portfolio a {
  color: #fff !important;
}
.post_next_pre {
  display: flex;
  margin-bottom: 20px;
}
a.pre {
  width: 50%;
  background: #003c7c;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}
a.next {
  width: 50%;
  background: #003c7c;
  padding: 10px;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}
.faq .container {
  width: 100%;
}
ol.fbc-items li:nth-child(2),
ol.fbc-items li:nth-child(1) {
  display: none;
}
.tax-documentation-search-wrapper h3,
.exact_search h3 {
  margin-top: 13px;
  margin-bottom: 20px;
  padding-left: 12px;
}

.vertical_menu {
  margin-top: 25px;
}
ul.breadcrumb_portfolio_custom {
  display: flex;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
span.slash {
  padding: 0px 2px;
  color: #003a7a;
}
.vertical_menu {
  margin-top: 25px;
}

.custom_desc_item {
  margin-top: 24px;
}

h1.anciens_articles.cutome_field_title {
  padding: 10px 0px;
  border-bottom: 1px solid #a8bcd2;
  margin-bottom: 15px;
}
span.slash {
  padding: 0px 2px;
  color: #003a7a;
}
.vertical_menu {
  margin-top: 25px;
}
/*header .login-menu .log-in {    display: none;}*/
.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.portfolio_item_list .faq .container .question {
  font-size: 18px;
  font-weight: 800;
}

.portfolio_item_list h2.entry-title.the_archive_title.default-max-width {
  font-size: 20px;
}

.portfolio_item_list .entry-content.the_excerpt {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom_desc_item {
  margin-top: 24px;
}

.portfolio_item_list .faq .container .title {
  padding: 18px 0px;
}
h1.anciens_articles.cutome_field_title {
  padding: 10px 0px;
  border-bottom: 1px solid #a8bcd2;
  margin-bottom: 15px;
}
.portfolio_item_list h2.entry-title.the_archive_title.default-max-width a {
  text-decoration: none;
  font-weight: 600;
}
.wrapper.wysi.flexible-container.flexible-content section#collaborations2 {
  margin: 0px;
}
.portfolio_item_list section#collaborations2 {
  margin: 0px;
}
.nav-link.law_menu div ul {
  display: inline-flex;
}
.nav-link.law_menu div ul li a {
  padding: 20px;
}
.nav-link.law_menu {
  background: #f0f3f7;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

/*Multi level accordian */
.nav a,
.nav label {
  display: block;
  padding: 0.85rem;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.nav label {
  cursor: pointer;
}
/**
 * Styling first level lists items
 */
.group-list a,
.group-list label {
  padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
}
.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  background: #131313;
}
/**
 * Styling second level list items
 */
.sub-group-list a,
.sub-group-list label {
  padding-left: 4rem;
  box-shadow: inset 0 -1px #474747;
}
/**
 * Styling third level list items
 */
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: #333333;
}
/**
 * Hide nested lists
 */
.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.nav__list input[type='checkbox']:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 100%;
}
label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
}
.nav__list input[type='checkbox']:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

section.customFaqSection.faq-section {
  margin: 0;
}

.customFaqSection .wysi ul li:before {
  display: none !important;
}

.customFaqSection ul.nav__list li {
  margin-left: 0px;
}

.customFaqSection h3.artile-title.the_post_title {
  color: #333;
}
.post_next_pre a:hover {
  color: white;
}
.customFaqSection ul.nav__list li label:hover,
.customFaqSection ul.nav__list li label:focus {
  background-color: transparent;
  color: #547694;
}
.customFaqSection h3.artile-title.the_post_title {
  margin-bottom: 0;
}

.customFaqSection .sub-group-list li {
  margin-top: 0;
}

.customFaqSection .sub-group-list li h3 {
  font-size: 16px;
}
.customFaqSection .sub-group-list li a {
  box-shadow: none !important;
  border-bottom: 1px solid #e2dfdf;
  padding-left: 2rem;
}

.customFaqSection ul.nav__list li label.subTitle {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #003a7a;
}
.customFaqSection .sub-list_items li a {
  box-shadow: none !important;
  border-bottom: 1px solid #e2dfdf;
  padding-left: 2px;
  width: 100%;
  display: block;
  font-size: 16px;
}
.customFaqSection .sub-list_items li {
  margin-left: 0px;
  padding-left: 0px;
}
.page_content .cards-container > p {
  display: none;
}
.page_content .cards-container .card {
  position: relative;
  width: calc(48% - 20px);
}
header#masthead {
  display: flex;
}

/*Multi level accordian */

.vertical_menu {
  margin-bottom: 50px;
  display: inline-block;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
div[id*='ajaxsearchpro3_'] div.asp_loader,
div[id*='ajaxsearchpro3_'] div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
div[id*='ajaxsearchpro3_'] div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
div[id*='ajaxsearchpro3_'] div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
div[id*='ajaxsearchpro3_'] div.asp_ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchpro3_'] div.asp_ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchpro3_'] div.asp_ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchpro3_'] div.asp_ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchpro3_'] div.asp_ball-pulse > div {
  background-color: rgb(54, 54, 54);
  width: 20%;
  height: 20%;
  border-radius: 100%;
  margin: 0;
  margin-top: 40%;
  margin-left: 10%;
  float: left;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  vertical-align: text-top;
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_loader,
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
div[id*='ajaxsearchprores3_'] .asp_res_loader div.asp_ball-pulse > div {
  background-color: rgb(54, 54, 54);
  width: 20%;
  height: 20%;
  border-radius: 100%;
  margin: 0;
  margin-top: 40%;
  margin-left: 10%;
  float: left;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  vertical-align: text-top;
}
#ajaxsearchpro3_1 div.asp_loader,
#ajaxsearchpro3_2 div.asp_loader,
#ajaxsearchpro3_1 div.asp_loader *,
#ajaxsearchpro3_2 div.asp_loader * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
#ajaxsearchpro3_1 div.asp_loader,
#ajaxsearchpro3_2 div.asp_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
#ajaxsearchpro3_1 div.asp_loader-inner,
#ajaxsearchpro3_2 div.asp_loader-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#ajaxsearchpro3_1 div.asp_ball-pulse > div:nth-child(0),
#ajaxsearchpro3_2 div.asp_ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#ajaxsearchpro3_1 div.asp_ball-pulse > div:nth-child(1),
#ajaxsearchpro3_2 div.asp_ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#ajaxsearchpro3_1 div.asp_ball-pulse > div:nth-child(2),
#ajaxsearchpro3_2 div.asp_ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#ajaxsearchpro3_1 div.asp_ball-pulse > div:nth-child(3),
#ajaxsearchpro3_2 div.asp_ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#ajaxsearchpro3_1 div.asp_ball-pulse > div,
#ajaxsearchpro3_2 div.asp_ball-pulse > div {
  background-color: rgb(54, 54, 54);
  width: 20%;
  height: 20%;
  border-radius: 100%;
  margin: 0;
  margin-top: 40%;
  margin-left: 10%;
  float: left;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  vertical-align: text-top;
}
@-webkit-keyframes asp_an_fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes asp_an_fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.asp_an_fadeInDown {
  -webkit-animation-name: asp_an_fadeInDown;
  animation-name: asp_an_fadeInDown;
}
div.asp_r.asp_r_3,
div.asp_r.asp_r_3 *,
div.asp_m.asp_m_3,
div.asp_m.asp_m_3 *,
div.asp_s.asp_s_3,
div.asp_s.asp_s_3 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
}
div.asp_r.asp_r_3,
div.asp_m.asp_m_3,
div.asp_s.asp_s_3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.asp_r.asp_r_3,
div.asp_r.asp_r_3 *,
div.asp_m.asp_m_3,
div.asp_m.asp_m_3 *,
div.asp_s.asp_s_3,
div.asp_s.asp_s_3 * {
  padding: 0;
  margin: 0;
}
.wpdreams_clear {
  clear: both;
}
.asp_w_container_3 {
  width: 100%;
}
#ajaxsearchpro3_1,
#ajaxsearchpro3_2,
div.asp_m.asp_m_3 {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  overflow: hidden;
  border: 0 none rgb(0, 0, 0);
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
}
#ajaxsearchpro3_1 .probox,
#ajaxsearchpro3_2 .probox,
div.asp_m.asp_m_3 .probox {
  margin: 4px;
  height: 60px;
  background-image: -moz-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(255, 255, 255), rgb(255, 255, 255));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
  background-image: -o-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
  background-image: -ms-radial-gradient(center, ellipse cover, rgb(255, 255, 255), rgb(255, 255, 255));
  background-image: radial-gradient(ellipse at center, rgb(255, 255, 255), rgb(255, 255, 255));
  border: 1px solid rgb(245, 245, 245);
  border-radius: 99px 99px 99px 99px;
  box-shadow: 1px 0 6px -3px rgb(255, 255, 255) inset;
}
p[id*='asp-try-3'] {
  color: rgb(85, 85, 85) !important;
  display: block;
}
div.asp_main_container + [id*='asp-try-3'] {
  width: 100%;
}
p[id*='asp-try-3'] a {
  color: rgb(255, 181, 86) !important;
}
p[id*='asp-try-3'] a:after {
  color: rgb(85, 85, 85) !important;
  display: inline;
  content: ',';
}
p[id*='asp-try-3'] a:last-child:after {
  display: none;
}
#ajaxsearchpro3_1 .probox .proinput,
#ajaxsearchpro3_2 .probox .proinput,
div.asp_m.asp_m_3 .probox .proinput {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  line-height: normal;
  flex-grow: 1;
  order: 5;
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}
#ajaxsearchpro3_1 .probox .proinput input.orig,
#ajaxsearchpro3_2 .probox .proinput input.orig,
div.asp_m.asp_m_3 .probox .proinput input.orig {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 60px;
  position: relative;
  z-index: 2;
  padding: 0 !important;
  padding-top: 2px !important;
  margin: -1px 0 0 -4px !important;
  width: 100%;
  background: transparent !important;
}
#ajaxsearchpro3_1 .probox .proinput input.autocomplete,
#ajaxsearchpro3_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_3 .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  line-height: normal;
  opacity: 0.25;
  height: 60px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 !important;
  margin: -1px 0 0 -4px !important;
  margin-top: -60px !important;
  width: 100%;
  background: transparent !important;
}
.rtl #ajaxsearchpro3_1 .probox .proinput input.orig,
.rtl #ajaxsearchpro3_2 .probox .proinput input.orig,
.rtl #ajaxsearchpro3_1 .probox .proinput input.autocomplete,
.rtl #ajaxsearchpro3_2 .probox .proinput input.autocomplete,
.rtl div.asp_m.asp_m_3 .probox .proinput input.orig,
.rtl div.asp_m.asp_m_3 .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  line-height: normal;
  direction: rtl;
  text-align: right;
}
.rtl #ajaxsearchpro3_1 .probox .proinput,
.rtl #ajaxsearchpro3_2 .probox .proinput,
.rtl div.asp_m.asp_m_3 .probox .proinput {
  margin-right: 2px;
}
.rtl #ajaxsearchpro3_1 .probox .proloading,
.rtl #ajaxsearchpro3_1 .probox .proclose,
.rtl #ajaxsearchpro3_2 .probox .proloading,
.rtl #ajaxsearchpro3_2 .probox .proclose,
.rtl div.asp_m.asp_m_3 .probox .proloading,
.rtl div.asp_m.asp_m_3 .probox .proclose {
  order: 3;
}
div.asp_m.asp_m_3 .probox .proinput input.orig::-webkit-input-placeholder {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-shadow: none;
  opacity: 0.85;
}
div.asp_m.asp_m_3 .probox .proinput input.orig::-moz-placeholder {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-shadow: none;
  opacity: 0.85;
}
div.asp_m.asp_m_3 .probox .proinput input.orig:-ms-input-placeholder {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-shadow: none;
  opacity: 0.85;
}
div.asp_m.asp_m_3 .probox .proinput input.orig:-moz-placeholder {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-shadow: none;
  opacity: 0.85;
  line-height: normal !important;
}
#ajaxsearchpro3_1 .probox .proinput input.autocomplete,
#ajaxsearchpro3_2 .probox .proinput input.autocomplete,
div.asp_m.asp_m_3 .probox .proinput input.autocomplete {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(0, 0, 0);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
}
#ajaxsearchpro3_1 .probox .proloading,
#ajaxsearchpro3_1 .probox .proclose,
#ajaxsearchpro3_1 .probox .promagnifier,
#ajaxsearchpro3_1 .probox .prosettings,
#ajaxsearchpro3_2 .probox .proloading,
#ajaxsearchpro3_2 .probox .proclose,
#ajaxsearchpro3_2 .probox .promagnifier,
#ajaxsearchpro3_2 .probox .prosettings,
div.asp_m.asp_m_3 .probox .proloading,
div.asp_m.asp_m_3 .probox .proclose,
div.asp_m.asp_m_3 .probox .promagnifier,
div.asp_m.asp_m_3 .probox .prosettings {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  flex-grow: 0;
  order: 7;
  -webkit-flex: 0 0 60px;
  -webkit-flex-grow: 0;
  -webkit-order: 7;
}
#ajaxsearchpro3_1 .probox .proclose svg,
#ajaxsearchpro3_2 .probox .proclose svg,
div.asp_m.asp_m_3 .probox .proclose svg {
  fill: rgb(254, 254, 254);
  background: rgb(51, 51, 51);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}
#ajaxsearchpro3_1 .probox .proloading,
#ajaxsearchpro3_2 .probox .proloading,
div.asp_m.asp_m_3 .probox .proloading {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
}
#ajaxsearchpro3_1 .probox .proloading .asp_loader,
#ajaxsearchpro3_2 .probox .proloading .asp_loader,
div.asp_m.asp_m_3 .probox .proloading .asp_loader {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  max-width: 56px;
  max-height: 56px;
}
#ajaxsearchpro3_1 .probox .promagnifier,
#ajaxsearchpro3_2 .probox .promagnifier,
div.asp_m.asp_m_3 .probox .promagnifier {
  width: auto;
  height: 60px;
  flex: 0 0 auto;
  order: 7;
  -webkit-flex: 0 0 auto;
  -webkit-order: 7;
}
#ajaxsearchpro3_1 .probox .promagnifier div.innericon,
#ajaxsearchpro3_2 .probox .promagnifier div.innericon,
div.asp_m.asp_m_3 .probox .promagnifier div.innericon {
  width: 60px;
  height: 60px;
  float: right;
}
#ajaxsearchpro3_1 .probox .promagnifier div.asp_text_button,
#ajaxsearchpro3_2 .probox .promagnifier div.asp_text_button,
div.asp_m.asp_m_3 .probox .promagnifier div.asp_text_button {
  width: auto;
  height: 60px;
  float: right;
  margin: 0;
  padding: 0 10px 0 2px;
  font-weight: normal;
  font-family: inherit;
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: normal;
  text-shadow: none;
  line-height: 60px;
}
#ajaxsearchpro3_1 .probox .promagnifier .innericon svg,
#ajaxsearchpro3_2 .probox .promagnifier .innericon svg,
div.asp_m.asp_m_3 .probox .promagnifier .innericon svg {
  fill: rgb(255, 250, 250);
}
#ajaxsearchpro3_1 .probox .prosettings .innericon svg,
#ajaxsearchpro3_2 .probox .prosettings .innericon svg,
div.asp_m.asp_m_3 .probox .prosettings .innericon svg {
  fill: rgb(255, 255, 255);
}
#ajaxsearchpro3_1 .probox .promagnifier,
#ajaxsearchpro3_2 .probox .promagnifier,
div.asp_m.asp_m_3 .probox .promagnifier {
  width: 60px;
  height: 60px;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -moz-linear-gradient(180deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -o-linear-gradient(180deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -ms-linear-gradient(180deg, rgba(0, 56, 120, 1) 0, rgba(0, 56, 120, 1) 100%);
  background-image: linear-gradient(180deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-position: center center;
  background-repeat: no-repeat;
  order: 11;
  -webkit-order: 11;
  float: right;
  border: 0 solid rgb(104, 174, 199);
  border-radius: 99px 99px 99px 99px;
  box-shadow: -1px 1px 0 0 rgba(255, 255, 255, 0.61) inset;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#ajaxsearchpro3_1 .probox .prosettings,
#ajaxsearchpro3_2 .probox .prosettings,
div.asp_m.asp_m_3 .probox .prosettings {
  width: 60px;
  height: 60px;
  background-image: -webkit-linear-gradient(185deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -moz-linear-gradient(185deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -o-linear-gradient(185deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-image: -ms-linear-gradient(185deg, rgba(0, 56, 120, 1) 0, rgba(0, 56, 120, 1) 100%);
  background-image: linear-gradient(185deg, rgba(0, 56, 120, 1), rgba(0, 56, 120, 1));
  background-position: center center;
  background-repeat: no-repeat;
  order: 1;
  -webkit-order: 1;
  float: left;
  border: 0 solid rgb(104, 174, 199);
  border-radius: 0;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.63) inset;
  cursor: pointer;
  background-size: 100% 100%;
  align-self: flex-end;
}
#ajaxsearchprores3_1,
#ajaxsearchprores3_2,
div.asp_r.asp_r_3 {
  position: absolute;
  z-index: 11000;
  width: auto;
  margin: 12px 0 0 0;
}
#ajaxsearchprores3_1 .results .asp_nores .asp_keyword,
#ajaxsearchprores3_2 .results .asp_nores .asp_keyword,
div.asp_r.asp_r_3 .results .asp_nores .asp_keyword {
  padding: 0 6px;
  cursor: pointer;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(74, 74, 74);
  font-size: 13px;
  line-height: 1.35em;
  text-shadow: none;
  font-weight: bold;
}
#ajaxsearchprores3_1 .asp_results_top,
#ajaxsearchprores3_2 .asp_results_top,
div.asp_r.asp_r_3 .asp_results_top {
  background: rgb(255, 255, 255);
  border: 1px none rgb(81, 81, 81);
  border-radius: 0;
  padding: 6px 12px 6px 12px;
  margin: 0 0 4px 0;
  text-align: center;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(81, 81, 81);
  font-size: 13px;
  line-height: 16px;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item,
#ajaxsearchprores3_2 .results .item,
div.asp_r.asp_r_3 .results .item {
  height: auto;
  background: rgb(255, 255, 255);
}
#ajaxsearchprores3_1 .results .item.hovered,
#ajaxsearchprores3_2 .results .item.hovered,
div.asp_r.asp_r_3 .results .item.hovered {
  background-image: -moz-radial-gradient(center, ellipse cover, rgb(235, 250, 255), rgb(235, 250, 255));
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgb(235, 250, 255), rgb(235, 250, 255));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgb(235, 250, 255), rgb(235, 250, 255));
  background-image: -o-radial-gradient(center, ellipse cover, rgb(235, 250, 255), rgb(235, 250, 255));
  background-image: -ms-radial-gradient(center, ellipse cover, rgb(235, 250, 255), rgb(235, 250, 255));
  background-image: radial-gradient(ellipse at center, rgb(235, 250, 255), rgb(235, 250, 255));
}
#ajaxsearchprores3_1 .results .item .asp_image,
#ajaxsearchprores3_2 .results .item .asp_image,
div.asp_r.asp_r_3 .results .item .asp_image {
  background-size: cover;
  background-repeat: no-repeat;
}
#ajaxsearchprores3_1 .results .item .asp_item_overlay_img,
#ajaxsearchprores3_2 .results .item .asp_item_overlay_img,
div.asp_r.asp_r_3 .results .item .asp_item_overlay_img {
  background-size: cover;
  background-repeat: no-repeat;
}
#ajaxsearchprores3_1 .results .item .asp_content,
#ajaxsearchprores3_2 .results .item .asp_content,
div.asp_r.asp_r_3 .results .item .asp_content {
  overflow: hidden;
  background: transparent;
  margin: 0;
  padding: 0 10px;
}
#ajaxsearchprores3_1 .results .item .asp_content h3,
#ajaxsearchprores3_2 .results .item .asp_content h3,
div.asp_r.asp_r_3 .results .item .asp_content h3 {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: inherit;
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(20, 84, 169);
  font-size: 14px;
  line-height: 1.4em;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item .asp_content h3 a,
#ajaxsearchprores3_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  margin: 0;
  padding: 0;
  line-height: inherit;
  display: block;
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(20, 84, 169);
  font-size: 14px;
  line-height: 1.4em;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item .asp_content h3 a:hover,
#ajaxsearchprores3_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_3 .results .item .asp_content h3 a:hover {
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(20, 84, 169);
  font-size: 14px;
  line-height: 1.4em;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item div.etc,
#ajaxsearchprores3_2 .results .item div.etc,
div.asp_r.asp_r_3 .results .item div.etc {
  padding: 0;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 6px;
}
#ajaxsearchprores3_1 .results .item .etc .asp_author,
#ajaxsearchprores3_2 .results .item .etc .asp_author,
div.asp_r.asp_r_3 .results .item .etc .asp_author {
  padding: 0;
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(161, 161, 161);
  font-size: 12px;
  line-height: 13px;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item .etc .asp_date,
#ajaxsearchprores3_2 .results .item .etc .asp_date,
div.asp_r.asp_r_3 .results .item .etc .asp_date {
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(173, 173, 173);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
}
#ajaxsearchprores3_1 .results .item div.asp_content,
#ajaxsearchprores3_2 .results .item div.asp_content,
div.asp_r.asp_r_3 .results .item div.asp_content {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(74, 74, 74);
  font-size: 13px;
  line-height: 1.35em;
  text-shadow: none;
}
#ajaxsearchprores3_1 span.highlighted,
#ajaxsearchprores3_2 span.highlighted,
div.asp_r.asp_r_3 span.highlighted {
  font-weight: bold;
  color: rgba(217, 49, 43, 1);
  background-color: rgba(238, 238, 238, 1);
}
#ajaxsearchprores3_1 p.showmore,
#ajaxsearchprores3_2 p.showmore,
div.asp_r.asp_r_3 p.showmore {
  text-align: center;
  margin: 5px 0 0;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(5, 94, 148);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
}
#ajaxsearchprores3_1 p.showmore a,
#ajaxsearchprores3_2 p.showmore a,
div.asp_r.asp_r_3 p.showmore a {
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(5, 94, 148);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  padding: 10px 5px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  display: block;
  text-align: center;
}
#ajaxsearchprores3_1 .asp_res_loader,
#ajaxsearchprores3_2 .asp_res_loader,
div.asp_r.asp_r_3 .asp_res_loader {
  background: rgb(255, 255, 255);
  height: 200px;
  padding: 10px;
}
#ajaxsearchprores3_1.isotopic .asp_res_loader,
#ajaxsearchprores3_2.isotopic .asp_res_loader,
div.asp_r.asp_r_3.isotopic .asp_res_loader {
  background: rgba(255, 255, 255, 0);
}
#ajaxsearchprores3_1 .asp_res_loader .asp_loader,
#ajaxsearchprores3_2 .asp_res_loader .asp_loader,
div.asp_r.asp_r_3 .asp_res_loader .asp_loader {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}
div.asp_s.asp_s_3.searchsettings,
div.asp_s.asp_s_3.searchsettings,
div.asp_s.asp_s_3.searchsettings {
  direction: ltr;
  padding: 0;
  background-image: -webkit-linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199));
  background-image: -moz-linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199));
  background-image: -o-linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199));
  background-image: -ms-linear-gradient(185deg, rgb(109, 204, 237) 0, rgb(104, 174, 199) 100%);
  background-image: linear-gradient(185deg, rgb(109, 204, 237), rgb(104, 174, 199));
  box-shadow: 2px 2px 3px -1px rgb(0, 0, 0);
  max-width: 208px;
  z-index: 2;
}
div.asp_s.asp_s_3.searchsettings.asp_s,
div.asp_s.asp_s_3.searchsettings.asp_s,
div.asp_s.asp_s_3.searchsettings.asp_s {
  z-index: 11001;
}
#ajaxsearchprobsettings3_1.searchsettings,
#ajaxsearchprobsettings3_2.searchsettings,
div.asp_sb.asp_sb_3.searchsettings {
  max-width: none;
}
div.asp_s.asp_s_3.searchsettings form,
div.asp_s.asp_s_3.searchsettings form,
div.asp_s.asp_s_3.searchsettings form {
  display: flex;
}
div.asp_sb.asp_sb_3.searchsettings form,
div.asp_sb.asp_sb_3.searchsettings form,
div.asp_sb.asp_sb_3.searchsettings form {
  display: flex;
}
#ajaxsearchprosettings3_1.searchsettings div.asp_option_label,
#ajaxsearchprosettings3_2.searchsettings div.asp_option_label,
#ajaxsearchprosettings3_1.searchsettings .asp_label,
#ajaxsearchprosettings3_2.searchsettings .asp_label,
div.asp_s.asp_s_3.searchsettings div.asp_option_label,
div.asp_s.asp_s_3.searchsettings .asp_label {
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
}
#ajaxsearchprosettings3_1.searchsettings .asp_option_inner label,
#ajaxsearchprosettings3_2.searchsettings .asp_option_inner label,
div.asp_sb.asp_sb_3.searchsettings .asp_option_inner label,
div.asp_s.asp_s_3.searchsettings .asp_option_inner label {
  background-image: -webkit-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
  background-image: -moz-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
  background-image: -o-linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
  background-image: -ms-linear-gradient(180deg, rgb(34, 34, 34) 0, rgb(69, 72, 77) 100%);
  background-image: linear-gradient(180deg, rgb(34, 34, 34), rgb(69, 72, 77));
}
#ajaxsearchprosettings3_1.searchsettings .asp_option_inner label:after,
#ajaxsearchprosettings3_2.searchsettings .asp_option_inner label:after,
#ajaxsearchprobsettings3_1.searchsettings .asp_option_inner label:after,
#ajaxsearchprobsettings3_2.searchsettings .asp_option_inner label:after,
div.asp_sb.asp_sb_3.searchsettings .asp_option_inner label:after,
div.asp_s.asp_s_3.searchsettings .asp_option_inner label:after {
  font-family: 'asppsicons2';
  border: none;
  content: '\e800';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: rgb(255, 255, 255);
  margin: 1px 0 0 0 !important;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}
div.asp_sb.asp_sb_3.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_3.searchsettings .asp_sett_scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asp_sb.asp_sb_3.searchsettings .asp_sett_scroll::-webkit-scrollbar,
div.asp_s.asp_s_3.searchsettings .asp_sett_scroll::-webkit-scrollbar {
  width: 7px;
}
div.asp_sb.asp_sb_3.searchsettings .asp_sett_scroll::-webkit-scrollbar-track,
div.asp_s.asp_s_3.searchsettings .asp_sett_scroll::-webkit-scrollbar-track {
  background: transparent;
}
div.asp_sb.asp_sb_3.searchsettings .asp_sett_scroll::-webkit-scrollbar-thumb,
div.asp_s.asp_s_3.searchsettings .asp_sett_scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: none;
}
#ajaxsearchprosettings3_1.searchsettings .asp_sett_scroll,
#ajaxsearchprosettings3_2.searchsettings .asp_sett_scroll,
div.asp_s.asp_s_3.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}
#ajaxsearchprobsettings3_1.searchsettings .asp_sett_scroll,
#ajaxsearchprobsettings3_2.searchsettings .asp_sett_scroll,
div.asp_sb.asp_sb_3.searchsettings .asp_sett_scroll {
  max-height: 220px;
  overflow: auto;
}
#ajaxsearchprosettings3_1.searchsettings fieldset,
#ajaxsearchprosettings3_2.searchsettings fieldset,
div.asp_s.asp_s_3.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}
#ajaxsearchprobsettings3_1.searchsettings fieldset,
#ajaxsearchprobsettings3_2.searchsettings fieldset,
div.asp_sb.asp_sb_3.searchsettings fieldset {
  width: 200px;
  min-width: 200px;
  max-width: 10000px;
}
#ajaxsearchprosettings3_1.searchsettings fieldset legend,
#ajaxsearchprosettings3_2.searchsettings fieldset legend,
div.asp_s.asp_s_3.searchsettings fieldset legend {
  padding: 0 0 0 10px;
  margin: 0;
  background: transparent;
  font-weight: normal;
  font-family: 'Open Sans';
  color: rgb(31, 31, 31);
  font-size: 13px;
  line-height: 15px;
  text-shadow: none;
}
#ajaxsearchprores3_1.vertical,
#ajaxsearchprores3_2.vertical,
div.asp_r.asp_r_3.vertical {
  padding: 4px;
  background: rgb(153, 218, 241);
  border-radius: 3px;
  border: 0 none rgb(0, 0, 0);
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  visibility: hidden;
  display: none;
}
#ajaxsearchprores3_1.vertical .results,
#ajaxsearchprores3_2.vertical .results,
div.asp_r.asp_r_3.vertical .results {
  max-height: none;
}
#ajaxsearchprores3_1.vertical .item,
#ajaxsearchprores3_2.vertical .item,
div.asp_r.asp_r_3.vertical .item {
  position: relative;
  box-sizing: border-box;
}
#ajaxsearchprores3_1.vertical .item .asp_content h3,
#ajaxsearchprores3_2.vertical .item .asp_content h3,
div.asp_r.asp_r_3.vertical .item .asp_content h3 {
  display: inline;
}
#ajaxsearchprores3_1.vertical .results .item .asp_content,
#ajaxsearchprores3_2.vertical .results .item .asp_content,
div.asp_r.asp_r_3.vertical .results .item .asp_content {
  overflow: hidden;
  width: auto;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 8px;
}
#ajaxsearchprores3_1.vertical .results .item .asp_image,
#ajaxsearchprores3_2.vertical .results .item .asp_image,
div.asp_r.asp_r_3.vertical .results .item .asp_image {
  width: 70px;
  height: 70px;
  margin: 2px 8px 0 0;
}
#ajaxsearchprores3_1.vertical .asp_simplebar-scrollbar::before,
#ajaxsearchprores3_2.vertical .asp_simplebar-scrollbar::before,
div.asp_r.asp_r_3.vertical .asp_simplebar-scrollbar::before {
  background: transparent;
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
#ajaxsearchprores3_1.vertical .results .item::after,
#ajaxsearchprores3_2.vertical .results .item::after,
div.asp_r.asp_r_3.vertical .results .item::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: rgb(204, 204, 204);
}
#ajaxsearchprores3_1.vertical .results .item.asp_last_item::after,
#ajaxsearchprores3_2.vertical .results .item.asp_last_item::after,
div.asp_r.asp_r_3.vertical .results .item.asp_last_item::after {
  display: none;
}
.asp_spacer {
  display: none !important;
}
.asp_v_spacer {
  width: 100%;
  height: 0;
}
#ajaxsearchprores3_1 .asp_group_header,
#ajaxsearchprores3_2 .asp_group_header,
div.asp_r.asp_r_3 .asp_group_header {
  background: #ddd;
  background: rgb(246, 246, 246);
  border-radius: 3px 3px 0 0;
  border-top: 1px solid rgb(248, 248, 248);
  border-left: 1px solid rgb(248, 248, 248);
  border-right: 1px solid rgb(248, 248, 248);
  margin: 10px 0 -3px;
  padding: 7px 0 7px 10px;
  position: relative;
  z-index: 1000;
  min-width: 90%;
  flex-grow: 1;
  font-weight: bold;
  font-family: 'Open Sans';
  color: rgb(5, 94, 148);
  font-size: 11px;
  line-height: 13px;
  text-shadow: none;
}
#ajaxsearchprores3_1.vertical .results,
#ajaxsearchprores3_2.vertical .results,
div.asp_r.asp_r_3.vertical .results {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255, 255, 255);
}
#ajaxsearchprores3_1.vertical .results::-webkit-scrollbar,
#ajaxsearchprores3_2.vertical .results::-webkit-scrollbar,
div.asp_r.asp_r_3.vertical .results::-webkit-scrollbar {
  width: 10px;
}
#ajaxsearchprores3_1.vertical .results::-webkit-scrollbar-track,
#ajaxsearchprores3_2.vertical .results::-webkit-scrollbar-track,
div.asp_r.asp_r_3.vertical .results::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 12px 12px transparent;
  border: none;
}
#ajaxsearchprores3_1.vertical .results::-webkit-scrollbar-thumb,
#ajaxsearchprores3_2.vertical .results::-webkit-scrollbar-thumb,
div.asp_r.asp_r_3.vertical .results::-webkit-scrollbar-thumb {
  background: transparent;
  box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
  border: solid 2px transparent;
  border-radius: 12px;
}
#ajaxsearchprores3_1.vertical:hover .results::-webkit-scrollbar-thumb,
#ajaxsearchprores3_2.vertical:hover .results::-webkit-scrollbar-thumb,
div.asp_r.asp_r_3.vertical:hover .results::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
  #ajaxsearchprores3_1.vertical .results::-webkit-scrollbar-thumb,
  #ajaxsearchprores3_2.vertical .results::-webkit-scrollbar-thumb,
  div.asp_r.asp_r_3.vertical .results::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
  }
}
