/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesomeWCSEARCH';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wcsearch-fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesomeWCSEARCH;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.wcsearch-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.wcsearch-fa-2x {
  font-size: 2em;
}
.wcsearch-fa-3x {
  font-size: 3em;
}
.wcsearch-fa-4x {
  font-size: 4em;
}
.wcsearch-fa-5x {
  font-size: 5em;
}
.wcsearch-fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.wcsearch-fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.wcsearch-fa-ul > li {
  position: relative;
}
.wcsearch-fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.wcsearch-fa-li.wcsearch-fa-lg {
  left: -1.85714286em;
}
.wcsearch-fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.wcsearch-fa.pull-left {
  margin-right: .3em;
}
.wcsearch-fa.pull-right {
  margin-left: .3em;
}
.wcsearch-fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.wcsearch-fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.wcsearch-fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wcsearch-fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wcsearch-fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.wcsearch-fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wcsearch-fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .wcsearch-fa-rotate-90,
:root .wcsearch-fa-rotate-180,
:root .wcsearch-fa-rotate-270,
:root .wcsearch-fa-flip-horizontal,
:root .wcsearch-fa-flip-vertical {
  filter: none;
}
.wcsearch-fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.wcsearch-fa-stack-1x,
.wcsearch-fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.wcsearch-fa-stack-1x {
  line-height: inherit;
}
.wcsearch-fa-stack-2x {
  font-size: 2em;
}
.wcsearch-fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.wcsearch-fa-glass:before {
  content: "\f000";
}
.wcsearch-fa-music:before {
  content: "\f001";
}
.wcsearch-fa-search:before {
  content: "\f002";
}
.wcsearch-fa-envelope-o:before {
  content: "\f003";
}
.wcsearch-fa-heart:before {
  content: "\f004";
}
.wcsearch-fa-star:before {
  content: "\f005";
}
.wcsearch-fa-star-o:before {
  content: "\f006";
}
.wcsearch-fa-user:before {
  content: "\f007";
}
.wcsearch-fa-film:before {
  content: "\f008";
}
.wcsearch-fa-th-large:before {
  content: "\f009";
}
.wcsearch-fa-th:before {
  content: "\f00a";
}
.wcsearch-fa-th-list:before {
  content: "\f00b";
}
.wcsearch-fa-check:before {
  content: "\f00c";
}
.wcsearch-fa-remove:before,
.wcsearch-fa-times:before {
  content: "\f00d";
}
/* close icon stronger than others */
.wcsearch-fa-close:before {
  content: "\f00d" !important; 
}
.wcsearch-fa-search-plus:before {
  content: "\f00e";
}
.wcsearch-fa-search-minus:before {
  content: "\f010";
}
.wcsearch-fa-power-off:before {
  content: "\f011";
}
.wcsearch-fa-signal:before {
  content: "\f012";
}
.wcsearch-fa-gear:before,
.wcsearch-fa-cog:before {
  content: "\f013";
}
.wcsearch-fa-trash-o:before {
  content: "\f014";
}
.wcsearch-fa-home:before {
  content: "\f015";
}
.wcsearch-fa-file-o:before {
  content: "\f016";
}
.wcsearch-fa-clock-o:before {
  content: "\f017";
}
.wcsearch-fa-road:before {
  content: "\f018";
}
.wcsearch-fa-download:before {
  content: "\f019";
}
.wcsearch-fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.wcsearch-fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.wcsearch-fa-inbox:before {
  content: "\f01c";
}
.wcsearch-fa-play-circle-o:before {
  content: "\f01d";
}
.wcsearch-fa-rotate-right:before,
.wcsearch-fa-repeat:before {
  content: "\f01e";
}
.wcsearch-fa-refresh:before {
  content: "\f021";
}
.wcsearch-fa-list-alt:before {
  content: "\f022";
}
.wcsearch-fa-lock:before {
  content: "\f023";
}
.wcsearch-fa-flag:before {
  content: "\f024";
}
.wcsearch-fa-headphones:before {
  content: "\f025";
}
.wcsearch-fa-volume-off:before {
  content: "\f026";
}
.wcsearch-fa-volume-down:before {
  content: "\f027";
}
.wcsearch-fa-volume-up:before {
  content: "\f028";
}
.wcsearch-fa-qrcode:before {
  content: "\f029";
}
.wcsearch-fa-barcode:before {
  content: "\f02a";
}
.wcsearch-fa-tag:before {
  content: "\f02b";
}
.wcsearch-fa-tags:before {
  content: "\f02c";
}
.wcsearch-fa-book:before {
  content: "\f02d";
}
.wcsearch-fa-bookmark:before {
  content: "\f02e";
}
.wcsearch-fa-print:before {
  content: "\f02f";
}
.wcsearch-fa-camera:before {
  content: "\f030";
}
.wcsearch-fa-font:before {
  content: "\f031";
}
.wcsearch-fa-bold:before {
  content: "\f032";
}
.wcsearch-fa-italic:before {
  content: "\f033";
}
.wcsearch-fa-text-height:before {
  content: "\f034";
}
.wcsearch-fa-text-width:before {
  content: "\f035";
}
.wcsearch-fa-align-left:before {
  content: "\f036";
}
.wcsearch-fa-align-center:before {
  content: "\f037";
}
.wcsearch-fa-align-right:before {
  content: "\f038";
}
.wcsearch-fa-align-justify:before {
  content: "\f039";
}
.wcsearch-fa-list:before {
  content: "\f03a";
}
.wcsearch-fa-dedent:before,
.wcsearch-fa-outdent:before {
  content: "\f03b";
}
.wcsearch-fa-indent:before {
  content: "\f03c";
}
.wcsearch-fa-video-camera:before {
  content: "\f03d";
}
.wcsearch-fa-photo:before,
.wcsearch-fa-image:before,
.wcsearch-fa-picture-o:before {
  content: "\f03e";
}
.wcsearch-fa-pencil:before {
  content: "\f040";
}
.wcsearch-fa-map-marker:before {
  content: "\f041";
}
.wcsearch-fa-adjust:before {
  content: "\f042";
}
.wcsearch-fa-tint:before {
  content: "\f043";
}
.wcsearch-fa-edit:before,
.wcsearch-fa-pencil-square-o:before {
  content: "\f044";
}
.wcsearch-fa-share-square-o:before {
  content: "\f045";
}
.wcsearch-fa-check-square-o:before {
  content: "\f046";
}
.wcsearch-fa-arrows:before {
  content: "\f047";
}
.wcsearch-fa-step-backward:before {
  content: "\f048";
}
.wcsearch-fa-fast-backward:before {
  content: "\f049";
}
.wcsearch-fa-backward:before {
  content: "\f04a";
}
.wcsearch-fa-play:before {
  content: "\f04b";
}
.wcsearch-fa-pause:before {
  content: "\f04c";
}
.wcsearch-fa-stop:before {
  content: "\f04d";
}
.wcsearch-fa-forward:before {
  content: "\f04e";
}
.wcsearch-fa-fast-forward:before {
  content: "\f050";
}
.wcsearch-fa-step-forward:before {
  content: "\f051";
}
.wcsearch-fa-eject:before {
  content: "\f052";
}
.wcsearch-fa-chevron-left:before {
  content: "\f053";
}
.wcsearch-fa-chevron-right:before {
  content: "\f054";
}
.wcsearch-fa-plus-circle:before {
  content: "\f055";
}
.wcsearch-fa-minus-circle:before {
  content: "\f056";
}
.wcsearch-fa-times-circle:before {
  content: "\f057";
}
.wcsearch-fa-check-circle:before {
  content: "\f058";
}
.wcsearch-fa-question-circle:before {
  content: "\f059";
}
.wcsearch-fa-info-circle:before {
  content: "\f05a";
}
.wcsearch-fa-crosshairs:before {
  content: "\f05b";
}
.wcsearch-fa-times-circle-o:before {
  content: "\f05c";
}
.wcsearch-fa-check-circle-o:before {
  content: "\f05d";
}
.wcsearch-fa-ban:before {
  content: "\f05e";
}
.wcsearch-fa-arrow-left:before {
  content: "\f060";
}
.wcsearch-fa-arrow-right:before {
  content: "\f061";
}
.wcsearch-fa-arrow-up:before {
  content: "\f062";
}
.wcsearch-fa-arrow-down:before {
  content: "\f063";
}
.wcsearch-fa-mail-forward:before,
.wcsearch-fa-share:before {
  content: "\f064";
}
.wcsearch-fa-expand:before {
  content: "\f065";
}
.wcsearch-fa-compress:before {
  content: "\f066";
}
.wcsearch-fa-plus:before {
  content: "\f067";
}
.wcsearch-fa-minus:before {
  content: "\f068";
}
.wcsearch-fa-asterisk:before {
  content: "\f069";
}
.wcsearch-fa-exclamation-circle:before {
  content: "\f06a";
}
.wcsearch-fa-gift:before {
  content: "\f06b";
}
.wcsearch-fa-leaf:before {
  content: "\f06c";
}
.wcsearch-fa-fire:before {
  content: "\f06d";
}
.wcsearch-fa-eye:before {
  content: "\f06e";
}
.wcsearch-fa-eye-slash:before {
  content: "\f070";
}
.wcsearch-fa-warning:before,
.wcsearch-fa-exclamation-triangle:before {
  content: "\f071";
}
.wcsearch-fa-plane:before {
  content: "\f072";
}
.wcsearch-fa-calendar:before {
  content: "\f073";
}
.wcsearch-fa-random:before {
  content: "\f074";
}
.wcsearch-fa-comment:before {
  content: "\f075";
}
.wcsearch-fa-magnet:before {
  content: "\f076";
}
.wcsearch-fa-chevron-up:before {
  content: "\f077";
}
.wcsearch-fa-chevron-down:before {
  content: "\f078";
}
.wcsearch-fa-retweet:before {
  content: "\f079";
}
.wcsearch-fa-shopping-cart:before {
  content: "\f07a";
}
.wcsearch-fa-folder:before {
  content: "\f07b";
}
.wcsearch-fa-folder-open:before {
  content: "\f07c";
}
.wcsearch-fa-arrows-v:before {
  content: "\f07d";
}
.wcsearch-fa-arrows-h:before {
  content: "\f07e";
}
.wcsearch-fa-bar-chart-o:before,
.wcsearch-fa-bar-chart:before {
  content: "\f080";
}
.wcsearch-fa-twitter-square:before {
  content: "\f081";
}
.wcsearch-fa-facebook-square:before {
  content: "\f082";
}
.wcsearch-fa-camera-retro:before {
  content: "\f083";
}
.wcsearch-fa-key:before {
  content: "\f084";
}
.wcsearch-fa-gears:before,
.wcsearch-fa-cogs:before {
  content: "\f085";
}
.wcsearch-fa-comments:before {
  content: "\f086";
}
.wcsearch-fa-thumbs-o-up:before {
  content: "\f087";
}
.wcsearch-fa-thumbs-o-down:before {
  content: "\f088";
}
.wcsearch-fa-star-half:before {
  content: "\f089";
}
.wcsearch-fa-heart-o:before {
  content: "\f08a";
}
.wcsearch-fa-sign-out:before {
  content: "\f08b";
}
.wcsearch-fa-linkedin-square:before {
  content: "\f08c";
}
.wcsearch-fa-thumb-tack:before {
  content: "\f08d";
}
.wcsearch-fa-external-link:before {
  content: "\f08e";
}
.wcsearch-fa-sign-in:before {
  content: "\f090";
}
.wcsearch-fa-trophy:before {
  content: "\f091";
}
.wcsearch-fa-github-square:before {
  content: "\f092";
}
.wcsearch-fa-upload:before {
  content: "\f093";
}
.wcsearch-fa-lemon-o:before {
  content: "\f094";
}
.wcsearch-fa-phone:before {
  content: "\f095";
}
.wcsearch-fa-square-o:before {
  content: "\f096";
}
.wcsearch-fa-bookmark-o:before {
  content: "\f097";
}
.wcsearch-fa-phone-square:before {
  content: "\f098";
}
.wcsearch-fa-twitter:before {
  content: "\f099";
}
.wcsearch-fa-facebook-f:before,
.wcsearch-fa-facebook:before {
  content: "\f09a";
}
.wcsearch-fa-github:before {
  content: "\f09b";
}
.wcsearch-fa-unlock:before {
  content: "\f09c";
}
.wcsearch-fa-credit-card:before {
  content: "\f09d";
}
.wcsearch-fa-rss:before {
  content: "\f09e";
}
.wcsearch-fa-hdd-o:before {
  content: "\f0a0";
}
.wcsearch-fa-bullhorn:before {
  content: "\f0a1";
}
.wcsearch-fa-bell:before {
  content: "\f0f3";
}
.wcsearch-fa-certificate:before {
  content: "\f0a3";
}
.wcsearch-fa-hand-o-right:before {
  content: "\f0a4";
}
.wcsearch-fa-hand-o-left:before {
  content: "\f0a5";
}
.wcsearch-fa-hand-o-up:before {
  content: "\f0a6";
}
.wcsearch-fa-hand-o-down:before {
  content: "\f0a7";
}
.wcsearch-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.wcsearch-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.wcsearch-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.wcsearch-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.wcsearch-fa-globe:before {
  content: "\f0ac";
}
.wcsearch-fa-wrench:before {
  content: "\f0ad";
}
.wcsearch-fa-tasks:before {
  content: "\f0ae";
}
.wcsearch-fa-filter:before {
  content: "\f0b0";
}
.wcsearch-fa-briefcase:before {
  content: "\f0b1";
}
.wcsearch-fa-arrows-alt:before {
  content: "\f0b2";
}
.wcsearch-fa-group:before,
.wcsearch-fa-users:before {
  content: "\f0c0";
}
.wcsearch-fa-chain:before,
.wcsearch-fa-link:before {
  content: "\f0c1";
}
.wcsearch-fa-cloud:before {
  content: "\f0c2";
}
.wcsearch-fa-flask:before {
  content: "\f0c3";
}
.wcsearch-fa-cut:before,
.wcsearch-fa-scissors:before {
  content: "\f0c4";
}
.wcsearch-fa-copy:before,
.wcsearch-fa-files-o:before {
  content: "\f0c5";
}
.wcsearch-fa-paperclip:before {
  content: "\f0c6";
}
.wcsearch-fa-save:before,
.wcsearch-fa-floppy-o:before {
  content: "\f0c7";
}
.wcsearch-fa-square:before {
  content: "\f0c8";
}
.wcsearch-fa-navicon:before,
.wcsearch-fa-reorder:before,
.wcsearch-fa-bars:before {
  content: "\f0c9";
}
.wcsearch-fa-list-ul:before {
  content: "\f0ca";
}
.wcsearch-fa-list-ol:before {
  content: "\f0cb";
}
.wcsearch-fa-strikethrough:before {
  content: "\f0cc";
}
.wcsearch-fa-underline:before {
  content: "\f0cd";
}
.wcsearch-fa-table:before {
  content: "\f0ce";
}
.wcsearch-fa-magic:before {
  content: "\f0d0";
}
.wcsearch-fa-truck:before {
  content: "\f0d1";
}
.wcsearch-fa-pinterest:before {
  content: "\f0d2";
}
.wcsearch-fa-pinterest-square:before {
  content: "\f0d3";
}
.wcsearch-fa-google-plus-square:before {
  content: "\f0d4";
}
.wcsearch-fa-google-plus:before {
  content: "\f0d5";
}
.wcsearch-fa-money:before {
  content: "\f0d6";
}
.wcsearch-fa-caret-down:before {
  content: "\f0d7";
}
.wcsearch-fa-caret-up:before {
  content: "\f0d8";
}
.wcsearch-fa-caret-left:before {
  content: "\f0d9";
}
.wcsearch-fa-caret-right:before {
  content: "\f0da";
}
.wcsearch-fa-columns:before {
  content: "\f0db";
}
.wcsearch-fa-unsorted:before,
.wcsearch-fa-sort:before {
  content: "\f0dc";
}
.wcsearch-fa-sort-down:before,
.wcsearch-fa-sort-desc:before {
  content: "\f0dd";
}
.wcsearch-fa-sort-up:before,
.wcsearch-fa-sort-asc:before {
  content: "\f0de";
}
.wcsearch-fa-envelope:before {
  content: "\f0e0";
}
.wcsearch-fa-linkedin:before {
  content: "\f0e1";
}
.wcsearch-fa-rotate-left:before,
.wcsearch-fa-undo:before {
  content: "\f0e2";
}
.wcsearch-fa-legal:before,
.wcsearch-fa-gavel:before {
  content: "\f0e3";
}
.wcsearch-fa-dashboard:before,
.wcsearch-fa-tachometer:before {
  content: "\f0e4";
}
.wcsearch-fa-comment-o:before {
  content: "\f0e5";
}
.wcsearch-fa-comments-o:before {
  content: "\f0e6";
}
.wcsearch-fa-flash:before,
.wcsearch-fa-bolt:before {
  content: "\f0e7";
}
.wcsearch-fa-sitemap:before {
  content: "\f0e8";
}
.wcsearch-fa-umbrella:before {
  content: "\f0e9";
}
.wcsearch-fa-paste:before,
.wcsearch-fa-clipboard:before {
  content: "\f0ea";
}
.wcsearch-fa-lightbulb-o:before {
  content: "\f0eb";
}
.wcsearch-fa-exchange:before {
  content: "\f0ec";
}
.wcsearch-fa-cloud-download:before {
  content: "\f0ed";
}
.wcsearch-fa-cloud-upload:before {
  content: "\f0ee";
}
.wcsearch-fa-user-md:before {
  content: "\f0f0";
}
.wcsearch-fa-stethoscope:before {
  content: "\f0f1";
}
.wcsearch-fa-suitcase:before {
  content: "\f0f2";
}
.wcsearch-fa-bell-o:before {
  content: "\f0a2";
}
.wcsearch-fa-coffee:before {
  content: "\f0f4";
}
.wcsearch-fa-cutlery:before {
  content: "\f0f5";
}
.wcsearch-fa-file-text-o:before {
  content: "\f0f6";
}
.wcsearch-fa-building-o:before {
  content: "\f0f7";
}
.wcsearch-fa-hospital-o:before {
  content: "\f0f8";
}
.wcsearch-fa-ambulance:before {
  content: "\f0f9";
}
.wcsearch-fa-medkit:before {
  content: "\f0fa";
}
.wcsearch-fa-fighter-jet:before {
  content: "\f0fb";
}
.wcsearch-fa-beer:before {
  content: "\f0fc";
}
.wcsearch-fa-h-square:before {
  content: "\f0fd";
}
.wcsearch-fa-plus-square:before {
  content: "\f0fe";
}
.wcsearch-fa-angle-double-left:before {
  content: "\f100";
}
.wcsearch-fa-angle-double-right:before {
  content: "\f101";
}
.wcsearch-fa-angle-double-up:before {
  content: "\f102";
}
.wcsearch-fa-angle-double-down:before {
  content: "\f103";
}
.wcsearch-fa-angle-left:before {
  content: "\f104";
}
.wcsearch-fa-angle-right:before {
  content: "\f105";
}
.wcsearch-fa-angle-up:before {
  content: "\f106";
}
.wcsearch-fa-angle-down:before {
  content: "\f107";
}
.wcsearch-fa-desktop:before {
  content: "\f108";
}
.wcsearch-fa-laptop:before {
  content: "\f109";
}
.wcsearch-fa-tablet:before {
  content: "\f10a";
}
.wcsearch-fa-mobile-phone:before,
.wcsearch-fa-mobile:before {
  content: "\f10b";
}
.wcsearch-fa-circle-o:before {
  content: "\f10c";
}
.wcsearch-fa-quote-left:before {
  content: "\f10d";
}
.wcsearch-fa-quote-right:before {
  content: "\f10e";
}
.wcsearch-fa-spinner:before {
  content: "\f110";
}
.wcsearch-fa-circle:before {
  content: "\f111";
}
.wcsearch-fa-mail-reply:before,
.wcsearch-fa-reply:before {
  content: "\f112";
}
.wcsearch-fa-github-alt:before {
  content: "\f113";
}
.wcsearch-fa-folder-o:before {
  content: "\f114";
}
.wcsearch-fa-folder-open-o:before {
  content: "\f115";
}
.wcsearch-fa-smile-o:before {
  content: "\f118";
}
.wcsearch-fa-frown-o:before {
  content: "\f119";
}
.wcsearch-fa-meh-o:before {
  content: "\f11a";
}
.wcsearch-fa-gamepad:before {
  content: "\f11b";
}
.wcsearch-fa-keyboard-o:before {
  content: "\f11c";
}
.wcsearch-fa-flag-o:before {
  content: "\f11d";
}
.wcsearch-fa-flag-checkered:before {
  content: "\f11e";
}
.wcsearch-fa-terminal:before {
  content: "\f120";
}
.wcsearch-fa-code:before {
  content: "\f121";
}
.wcsearch-fa-mail-reply-all:before,
.wcsearch-fa-reply-all:before {
  content: "\f122";
}
.wcsearch-fa-star-half-empty:before,
.wcsearch-fa-star-half-full:before,
.wcsearch-fa-star-half-o:before {
  content: "\f123";
}
.wcsearch-fa-location-arrow:before {
  content: "\f124";
}
.wcsearch-fa-crop:before {
  content: "\f125";
}
.wcsearch-fa-code-fork:before {
  content: "\f126";
}
.wcsearch-fa-unlink:before,
.wcsearch-fa-chain-broken:before {
  content: "\f127";
}
.wcsearch-fa-question:before {
  content: "\f128";
}
.wcsearch-fa-info:before {
  content: "\f129";
}
.wcsearch-fa-exclamation:before {
  content: "\f12a";
}
.wcsearch-fa-superscript:before {
  content: "\f12b";
}
.wcsearch-fa-subscript:before {
  content: "\f12c";
}
.wcsearch-fa-eraser:before {
  content: "\f12d";
}
.wcsearch-fa-puzzle-piece:before {
  content: "\f12e";
}
.wcsearch-fa-microphone:before {
  content: "\f130";
}
.wcsearch-fa-microphone-slash:before {
  content: "\f131";
}
.wcsearch-fa-shield:before {
  content: "\f132";
}
.wcsearch-fa-calendar-o:before {
  content: "\f133";
}
.wcsearch-fa-fire-extinguisher:before {
  content: "\f134";
}
.wcsearch-fa-rocket:before {
  content: "\f135";
}
.wcsearch-fa-maxcdn:before {
  content: "\f136";
}
.wcsearch-fa-chevron-circle-left:before {
  content: "\f137";
}
.wcsearch-fa-chevron-circle-right:before {
  content: "\f138";
}
.wcsearch-fa-chevron-circle-up:before {
  content: "\f139";
}
.wcsearch-fa-chevron-circle-down:before {
  content: "\f13a";
}
.wcsearch-fa-html5:before {
  content: "\f13b";
}
.wcsearch-fa-css3:before {
  content: "\f13c";
}
.wcsearch-fa-anchor:before {
  content: "\f13d";
}
.wcsearch-fa-unlock-alt:before {
  content: "\f13e";
}
.wcsearch-fa-bullseye:before {
  content: "\f140";
}
.wcsearch-fa-ellipsis-h:before {
  content: "\f141";
}
.wcsearch-fa-ellipsis-v:before {
  content: "\f142";
}
.wcsearch-fa-rss-square:before {
  content: "\f143";
}
.wcsearch-fa-play-circle:before {
  content: "\f144";
}
.wcsearch-fa-ticket:before {
  content: "\f145";
}
.wcsearch-fa-minus-square:before {
  content: "\f146";
}
.wcsearch-fa-minus-square-o:before {
  content: "\f147";
}
.wcsearch-fa-level-up:before {
  content: "\f148";
}
.wcsearch-fa-level-down:before {
  content: "\f149";
}
.wcsearch-fa-check-square:before {
  content: "\f14a";
}
.wcsearch-fa-pencil-square:before {
  content: "\f14b";
}
.wcsearch-fa-external-link-square:before {
  content: "\f14c";
}
.wcsearch-fa-share-square:before {
  content: "\f14d";
}
.wcsearch-fa-compass:before {
  content: "\f14e";
}
.wcsearch-fa-toggle-down:before,
.wcsearch-fa-caret-square-o-down:before {
  content: "\f150";
}
.wcsearch-fa-toggle-up:before,
.wcsearch-fa-caret-square-o-up:before {
  content: "\f151";
}
.wcsearch-fa-toggle-right:before,
.wcsearch-fa-caret-square-o-right:before {
  content: "\f152";
}
.wcsearch-fa-euro:before,
.wcsearch-fa-eur:before {
  content: "\f153";
}
.wcsearch-fa-gbp:before {
  content: "\f154";
}
.wcsearch-fa-dollar:before,
.wcsearch-fa-usd:before {
  content: "\f155";
}
.wcsearch-fa-rupee:before,
.wcsearch-fa-inr:before {
  content: "\f156";
}
.wcsearch-fa-cny:before,
.wcsearch-fa-rmb:before,
.wcsearch-fa-yen:before,
.wcsearch-fa-jpy:before {
  content: "\f157";
}
.wcsearch-fa-ruble:before,
.wcsearch-fa-rouble:before,
.wcsearch-fa-rub:before {
  content: "\f158";
}
.wcsearch-fa-won:before,
.wcsearch-fa-krw:before {
  content: "\f159";
}
.wcsearch-fa-bitcoin:before,
.wcsearch-fa-btc:before {
  content: "\f15a";
}
.wcsearch-fa-file:before {
  content: "\f15b";
}
.wcsearch-fa-file-text:before {
  content: "\f15c";
}
.wcsearch-fa-sort-alpha-asc:before {
  content: "\f15d";
}
.wcsearch-fa-sort-alpha-desc:before {
  content: "\f15e";
}
.wcsearch-fa-sort-amount-asc:before {
  content: "\f160";
}
.wcsearch-fa-sort-amount-desc:before {
  content: "\f161";
}
.wcsearch-fa-sort-numeric-asc:before {
  content: "\f162";
}
.wcsearch-fa-sort-numeric-desc:before {
  content: "\f163";
}
.wcsearch-fa-thumbs-up:before {
  content: "\f164";
}
.wcsearch-fa-thumbs-down:before {
  content: "\f165";
}
.wcsearch-fa-youtube-square:before {
  content: "\f166";
}
.wcsearch-fa-youtube:before {
  content: "\f167";
}
.wcsearch-fa-xing:before {
  content: "\f168";
}
.wcsearch-fa-xing-square:before {
  content: "\f169";
}
.wcsearch-fa-youtube-play:before {
  content: "\f16a";
}
.wcsearch-fa-dropbox:before {
  content: "\f16b";
}
.wcsearch-fa-stack-overflow:before {
  content: "\f16c";
}
.wcsearch-fa-instagram:before {
  content: "\f16d";
}
.wcsearch-fa-flickr:before {
  content: "\f16e";
}
.wcsearch-fa-adn:before {
  content: "\f170";
}
.wcsearch-fa-bitbucket:before {
  content: "\f171";
}
.wcsearch-fa-bitbucket-square:before {
  content: "\f172";
}
.wcsearch-fa-tumblr:before {
  content: "\f173";
}
.wcsearch-fa-tumblr-square:before {
  content: "\f174";
}
.wcsearch-fa-long-arrow-down:before {
  content: "\f175";
}
.wcsearch-fa-long-arrow-up:before {
  content: "\f176";
}
.wcsearch-fa-long-arrow-left:before {
  content: "\f177";
}
.wcsearch-fa-long-arrow-right:before {
  content: "\f178";
}
.wcsearch-fa-apple:before {
  content: "\f179";
}
.wcsearch-fa-windows:before {
  content: "\f17a";
}
.wcsearch-fa-android:before {
  content: "\f17b";
}
.wcsearch-fa-linux:before {
  content: "\f17c";
}
.wcsearch-fa-dribbble:before {
  content: "\f17d";
}
.wcsearch-fa-skype:before {
  content: "\f17e";
}
.wcsearch-fa-foursquare:before {
  content: "\f180";
}
.wcsearch-fa-trello:before {
  content: "\f181";
}
.wcsearch-fa-female:before {
  content: "\f182";
}
.wcsearch-fa-male:before {
  content: "\f183";
}
.wcsearch-fa-gittip:before,
.wcsearch-fa-gratipay:before {
  content: "\f184";
}
.wcsearch-fa-sun-o:before {
  content: "\f185";
}
.wcsearch-fa-moon-o:before {
  content: "\f186";
}
.wcsearch-fa-archive:before {
  content: "\f187";
}
.wcsearch-fa-bug:before {
  content: "\f188";
}
.wcsearch-fa-vk:before {
  content: "\f189";
}
.wcsearch-fa-weibo:before {
  content: "\f18a";
}
.wcsearch-fa-renren:before {
  content: "\f18b";
}
.wcsearch-fa-pagelines:before {
  content: "\f18c";
}
.wcsearch-fa-stack-exchange:before {
  content: "\f18d";
}
.wcsearch-fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.wcsearch-fa-arrow-circle-o-left:before {
  content: "\f190";
}
.wcsearch-fa-toggle-left:before,
.wcsearch-fa-caret-square-o-left:before {
  content: "\f191";
}
.wcsearch-fa-dot-circle-o:before {
  content: "\f192";
}
.wcsearch-fa-wheelchair:before {
  content: "\f193";
}
.wcsearch-fa-vimeo-square:before {
  content: "\f194";
}
.wcsearch-fa-turkish-lira:before,
.wcsearch-fa-try:before {
  content: "\f195";
}
.wcsearch-fa-plus-square-o:before {
  content: "\f196";
}
.wcsearch-fa-space-shuttle:before {
  content: "\f197";
}
.wcsearch-fa-slack:before {
  content: "\f198";
}
.wcsearch-fa-envelope-square:before {
  content: "\f199";
}
.wcsearch-fa-wordpress:before {
  content: "\f19a";
}
.wcsearch-fa-openid:before {
  content: "\f19b";
}
.wcsearch-fa-institution:before,
.wcsearch-fa-bank:before,
.wcsearch-fa-university:before {
  content: "\f19c";
}
.wcsearch-fa-mortar-board:before,
.wcsearch-fa-graduation-cap:before {
  content: "\f19d";
}
.wcsearch-fa-yahoo:before {
  content: "\f19e";
}
.wcsearch-fa-google:before {
  content: "\f1a0";
}
.wcsearch-fa-reddit:before {
  content: "\f1a1";
}
.wcsearch-fa-reddit-square:before {
  content: "\f1a2";
}
.wcsearch-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.wcsearch-fa-stumbleupon:before {
  content: "\f1a4";
}
.wcsearch-fa-delicious:before {
  content: "\f1a5";
}
.wcsearch-fa-digg:before {
  content: "\f1a6";
}
.wcsearch-fa-pied-piper:before {
  content: "\f1a7";
}
.wcsearch-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.wcsearch-fa-drupal:before {
  content: "\f1a9";
}
.wcsearch-fa-joomla:before {
  content: "\f1aa";
}
.wcsearch-fa-language:before {
  content: "\f1ab";
}
.wcsearch-fa-fax:before {
  content: "\f1ac";
}
.wcsearch-fa-building:before {
  content: "\f1ad";
}
.wcsearch-fa-child:before {
  content: "\f1ae";
}
.wcsearch-fa-paw:before {
  content: "\f1b0";
}
.wcsearch-fa-spoon:before {
  content: "\f1b1";
}
.wcsearch-fa-cube:before {
  content: "\f1b2";
}
.wcsearch-fa-cubes:before {
  content: "\f1b3";
}
.wcsearch-fa-behance:before {
  content: "\f1b4";
}
.wcsearch-fa-behance-square:before {
  content: "\f1b5";
}
.wcsearch-fa-steam:before {
  content: "\f1b6";
}
.wcsearch-fa-steam-square:before {
  content: "\f1b7";
}
.wcsearch-fa-recycle:before {
  content: "\f1b8";
}
.wcsearch-fa-automobile:before,
.wcsearch-fa-car:before {
  content: "\f1b9";
}
.wcsearch-fa-cab:before,
.wcsearch-fa-taxi:before {
  content: "\f1ba";
}
.wcsearch-fa-tree:before {
  content: "\f1bb";
}
.wcsearch-fa-spotify:before {
  content: "\f1bc";
}
.wcsearch-fa-deviantart:before {
  content: "\f1bd";
}
.wcsearch-fa-soundcloud:before {
  content: "\f1be";
}
.wcsearch-fa-database:before {
  content: "\f1c0";
}
.wcsearch-fa-file-pdf-o:before {
  content: "\f1c1";
}
.wcsearch-fa-file-word-o:before {
  content: "\f1c2";
}
.wcsearch-fa-file-excel-o:before {
  content: "\f1c3";
}
.wcsearch-fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.wcsearch-fa-file-photo-o:before,
.wcsearch-fa-file-picture-o:before,
.wcsearch-fa-file-image-o:before {
  content: "\f1c5";
}
.wcsearch-fa-file-zip-o:before,
.wcsearch-fa-file-archive-o:before {
  content: "\f1c6";
}
.wcsearch-fa-file-sound-o:before,
.wcsearch-fa-file-audio-o:before {
  content: "\f1c7";
}
.wcsearch-fa-file-movie-o:before,
.wcsearch-fa-file-video-o:before {
  content: "\f1c8";
}
.wcsearch-fa-file-code-o:before {
  content: "\f1c9";
}
.wcsearch-fa-vine:before {
  content: "\f1ca";
}
.wcsearch-fa-codepen:before {
  content: "\f1cb";
}
.wcsearch-fa-jsfiddle:before {
  content: "\f1cc";
}
.wcsearch-fa-life-bouy:before,
.wcsearch-fa-life-buoy:before,
.wcsearch-fa-life-saver:before,
.wcsearch-fa-support:before,
.wcsearch-fa-life-ring:before {
  content: "\f1cd";
}
.wcsearch-fa-circle-o-notch:before {
  content: "\f1ce";
}
.wcsearch-fa-ra:before,
.wcsearch-fa-rebel:before {
  content: "\f1d0";
}
.wcsearch-fa-ge:before,
.wcsearch-fa-empire:before {
  content: "\f1d1";
}
.wcsearch-fa-git-square:before {
  content: "\f1d2";
}
.wcsearch-fa-git:before {
  content: "\f1d3";
}
.wcsearch-fa-hacker-news:before {
  content: "\f1d4";
}
.wcsearch-fa-tencent-weibo:before {
  content: "\f1d5";
}
.wcsearch-fa-qq:before {
  content: "\f1d6";
}
.wcsearch-fa-wechat:before,
.wcsearch-fa-weixin:before {
  content: "\f1d7";
}
.wcsearch-fa-send:before,
.wcsearch-fa-paper-plane:before {
  content: "\f1d8";
}
.wcsearch-fa-send-o:before,
.wcsearch-fa-paper-plane-o:before {
  content: "\f1d9";
}
.wcsearch-fa-history:before {
  content: "\f1da";
}
.wcsearch-fa-genderless:before,
.wcsearch-fa-circle-thin:before {
  content: "\f1db";
}
.wcsearch-fa-header:before {
  content: "\f1dc";
}
.wcsearch-fa-paragraph:before {
  content: "\f1dd";
}
.wcsearch-fa-sliders:before {
  content: "\f1de";
}
.wcsearch-fa-share-alt:before {
  content: "\f1e0";
}
.wcsearch-fa-share-alt-square:before {
  content: "\f1e1";
}
.wcsearch-fa-bomb:before {
  content: "\f1e2";
}
.wcsearch-fa-soccer-ball-o:before,
.wcsearch-fa-futbol-o:before {
  content: "\f1e3";
}
.wcsearch-fa-tty:before {
  content: "\f1e4";
}
.wcsearch-fa-binoculars:before {
  content: "\f1e5";
}
.wcsearch-fa-plug:before {
  content: "\f1e6";
}
.wcsearch-fa-slideshare:before {
  content: "\f1e7";
}
.wcsearch-fa-twitch:before {
  content: "\f1e8";
}
.wcsearch-fa-yelp:before {
  content: "\f1e9";
}
.wcsearch-fa-newspaper-o:before {
  content: "\f1ea";
}
.wcsearch-fa-wifi:before {
  content: "\f1eb";
}
.wcsearch-fa-calculator:before {
  content: "\f1ec";
}
.wcsearch-fa-paypal:before {
  content: "\f1ed";
}
.wcsearch-fa-google-wallet:before {
  content: "\f1ee";
}
.wcsearch-fa-cc-visa:before {
  content: "\f1f0";
}
.wcsearch-fa-cc-mastercard:before {
  content: "\f1f1";
}
.wcsearch-fa-cc-discover:before {
  content: "\f1f2";
}
.wcsearch-fa-cc-amex:before {
  content: "\f1f3";
}
.wcsearch-fa-cc-paypal:before {
  content: "\f1f4";
}
.wcsearch-fa-cc-stripe:before {
  content: "\f1f5";
}
.wcsearch-fa-bell-slash:before {
  content: "\f1f6";
}
.wcsearch-fa-bell-slash-o:before {
  content: "\f1f7";
}
.wcsearch-fa-trash:before {
  content: "\f1f8";
}
.wcsearch-fa-copyright:before {
  content: "\f1f9";
}
.wcsearch-fa-at:before {
  content: "\f1fa";
}
.wcsearch-fa-eyedropper:before {
  content: "\f1fb";
}
.wcsearch-fa-paint-brush:before {
  content: "\f1fc";
}
.wcsearch-fa-birthday-cake:before {
  content: "\f1fd";
}
.wcsearch-fa-area-chart:before {
  content: "\f1fe";
}
.wcsearch-fa-pie-chart:before {
  content: "\f200";
}
.wcsearch-fa-line-chart:before {
  content: "\f201";
}
.wcsearch-fa-lastfm:before {
  content: "\f202";
}
.wcsearch-fa-lastfm-square:before {
  content: "\f203";
}
.wcsearch-fa-toggle-off:before {
  content: "\f204";
}
.wcsearch-fa-toggle-on:before {
  content: "\f205";
}
.wcsearch-fa-bicycle:before {
  content: "\f206";
}
.wcsearch-fa-bus:before {
  content: "\f207";
}
.wcsearch-fa-ioxhost:before {
  content: "\f208";
}
.wcsearch-fa-angellist:before {
  content: "\f209";
}
.wcsearch-fa-cc:before {
  content: "\f20a";
}
.wcsearch-fa-shekel:before,
.wcsearch-fa-sheqel:before,
.wcsearch-fa-ils:before {
  content: "\f20b";
}
.wcsearch-fa-meanpath:before {
  content: "\f20c";
}
.wcsearch-fa-buysellads:before {
  content: "\f20d";
}
.wcsearch-fa-connectdevelop:before {
  content: "\f20e";
}
.wcsearch-fa-dashcube:before {
  content: "\f210";
}
.wcsearch-fa-forumbee:before {
  content: "\f211";
}
.wcsearch-fa-leanpub:before {
  content: "\f212";
}
.wcsearch-fa-sellsy:before {
  content: "\f213";
}
.wcsearch-fa-shirtsinbulk:before {
  content: "\f214";
}
.wcsearch-fa-simplybuilt:before {
  content: "\f215";
}
.wcsearch-fa-skyatlas:before {
  content: "\f216";
}
.wcsearch-fa-cart-plus:before {
  content: "\f217";
}
.wcsearch-fa-cart-arrow-down:before {
  content: "\f218";
}
.wcsearch-fa-diamond:before {
  content: "\f219";
}
.wcsearch-fa-ship:before {
  content: "\f21a";
}
.wcsearch-fa-user-secret:before {
  content: "\f21b";
}
.wcsearch-fa-motorcycle:before {
  content: "\f21c";
}
.wcsearch-fa-street-view:before {
  content: "\f21d";
}
.wcsearch-fa-heartbeat:before {
  content: "\f21e";
}
.wcsearch-fa-venus:before {
  content: "\f221";
}
.wcsearch-fa-mars:before {
  content: "\f222";
}
.wcsearch-fa-mercury:before {
  content: "\f223";
}
.wcsearch-fa-transgender:before {
  content: "\f224";
}
.wcsearch-fa-transgender-alt:before {
  content: "\f225";
}
.wcsearch-fa-venus-double:before {
  content: "\f226";
}
.wcsearch-fa-mars-double:before {
  content: "\f227";
}
.wcsearch-fa-venus-mars:before {
  content: "\f228";
}
.wcsearch-fa-mars-stroke:before {
  content: "\f229";
}
.wcsearch-fa-mars-stroke-v:before {
  content: "\f22a";
}
.wcsearch-fa-mars-stroke-h:before {
  content: "\f22b";
}
.wcsearch-fa-neuter:before {
  content: "\f22c";
}
.wcsearch-fa-facebook-official:before {
  content: "\f230";
}
.wcsearch-fa-pinterest-p:before {
  content: "\f231";
}
.wcsearch-fa-whatsapp:before {
  content: "\f232";
}
.wcsearch-fa-server:before {
  content: "\f233";
}
.wcsearch-fa-user-plus:before {
  content: "\f234";
}
.wcsearch-fa-user-times:before {
  content: "\f235";
}
.wcsearch-fa-hotel:before,
.wcsearch-fa-bed:before {
  content: "\f236";
}
.wcsearch-fa-viacoin:before {
  content: "\f237";
}
.wcsearch-fa-train:before {
  content: "\f238";
}
.wcsearch-fa-subway:before {
  content: "\f239";
}
.wcsearch-fa-medium:before {
  content: "\f23a";
}
/************************   Bootstrap Base CSS rules   ************************/
.wcsearch-content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wcsearch-content *:before,
.wcsearch-content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wcsearch-content {
  font-size: 14px;
  direction: ltr;
  line-height: 1.7;
  white-space: initial;
}

.wcsearch-content article,
.wcsearch-content aside,
.wcsearch-content details,
.wcsearch-content figcaption,
.wcsearch-content figure,
.wcsearch-content footer,
.wcsearch-content header,
.wcsearch-content hgroup,
.wcsearch-content main,
.wcsearch-content nav,
.wcsearch-content section,
.wcsearch-content summary {
  display: block;
}
.wcsearch-content a:active,
.wcsearch-content a:hover {
  outline: 0;
}
.wcsearch-content b,
.wcsearch-content strong {
  font-weight: bold;
}
.wcsearch-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.wcsearch-content hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.wcsearch-content button,
.wcsearch-content input,
.wcsearch-content optgroup,
.wcsearch-content select,
.wcsearch-content textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.wcsearch-content button {
  overflow: visible;
}
.wcsearch-content button,
.wcsearch-content select {
  text-transform: none;
}
.wcsearch-content button,
.wcsearch-content input[type="reset"],
.wcsearch-content input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.wcsearch-content button[disabled] {
  cursor: default;
}
.wcsearch-content button::-moz-focus-inner,
.wcsearch-content input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wcsearch-content input {
  line-height: normal;
}
.wcsearch-content input[type="checkbox"],
.wcsearch-content input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.wcsearch-content input[type="number"]::-webkit-inner-spin-button,
.wcsearch-content input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.wcsearch-content input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wcsearch-content input[type="search"]::-webkit-search-cancel-button,
.wcsearch-content input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wcsearch-content fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.wcsearch-content legend {
  border: 0;
  padding: 0;
}
.wcsearch-content textarea {
  overflow: auto;
}
.wcsearch-content optgroup {
  font-weight: bold;
}
.wcsearch-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wcsearch-content td,
.wcsearch-content th {
  padding: 0;
}
.wcsearch-content input,
.wcsearch-content button,
.wcsearch-content select,
.wcsearch-content textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wcsearch-content a {
  color: #428bca;
  text-decoration: none;
}
.wcsearch-content a:hover,
.wcsearch-content a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.wcsearch-content a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wcsearch-content figure {
  margin: 0;
}
.wcsearch-content img {
  vertical-align: middle;
}
.wcsearch-content ul,
.wcsearch-content ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.wcsearch-content ul ul,
.wcsearch-content ol ul,
.wcsearch-content ul ol,
.wcsearch-content ol ol {
  margin-bottom: 0;
}
.wcsearch-content input[type="radio"],
.wcsearch-content input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.wcsearch-content input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wcsearch-content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.wcsearch-content input[type="range"] {
  display: block;
  width: 100%;
}
.wcsearch-content select[multiple],
.wcsearch-content select[size] {
  height: auto;
  background-image: none !important;
}
.wcsearch-content input[type="file"]:focus,
.wcsearch-content input[type="radio"]:focus,
.wcsearch-content input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wcsearch-content output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.wcsearch-content .wcsearch-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wcsearch-content .wcsearch-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wcsearch-content .wcsearch-form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.wcsearch-content .wcsearch-form-control:-ms-input-placeholder {
  color: #777777;
}
.wcsearch-content .wcsearch-form-control::-webkit-input-placeholder {
  color: #777777;
}
.wcsearch-content .wcsearch-form-control[disabled],
.wcsearch-content .wcsearch-form-control[readonly],
.wcsearch-content fieldset[disabled] .wcsearch-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.wcsearch-content textarea.wcsearch-form-control {
  height: auto;
}
.wcsearch-content input[type="search"] {
  -webkit-appearance: none;
}
.wcsearch-content input[type="date"],
.wcsearch-content input[type="time"],
.wcsearch-content input[type="datetime-local"],
.wcsearch-content input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
.wcsearch-content input[type="date"].wcsearch-input-sm,
.wcsearch-content input[type="time"].wcsearch-input-sm,
.wcsearch-content input[type="datetime-local"].wcsearch-input-sm,
.wcsearch-content input[type="month"].wcsearch-input-sm {
  line-height: 30px;
}
.wcsearch-content input[type="date"].wcsearch-input-lg,
.wcsearch-content input[type="time"].wcsearch-input-lg,
.wcsearch-content input[type="datetime-local"].wcsearch-input-lg,
.wcsearch-content input[type="month"].wcsearch-input-lg {
  line-height: 46px;
}
.wcsearch-content .wcsearch-form-group {
  margin-bottom: 15px;
}
.wcsearch-content .wcsearch-radio,
.wcsearch-content .wcsearch-checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wcsearch-content .wcsearch-radio label,
.wcsearch-content .wcsearch-checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.wcsearch-content .wcsearch-radio input[type="radio"],
.wcsearch-content .wcsearch-radio-inline input[type="radio"],
.wcsearch-content .wcsearch-checkbox input[type="checkbox"],
.wcsearch-content .wcsearch-checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.wcsearch-content .wcsearch-radio + .wcsearch-radio,
.wcsearch-content .wcsearch-checkbox + .wcsearch-checkbox {
  margin-top: -5px;
}
.wcsearch-content .wcsearch-radio-inline,
.wcsearch-content .wcsearch-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.wcsearch-content .wcsearch-radio-inline + .wcsearch-radio-inline,
.wcsearch-content .wcsearch-checkbox-inline + .wcsearch-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.wcsearch-content input[type="radio"][disabled],
.wcsearch-content input[type="checkbox"][disabled],
.wcsearch-content input[type="radio"].wcsearch-disabled,
.wcsearch-content input[type="checkbox"].wcsearch-disabled,
.wcsearch-content fieldset[disabled] input[type="radio"],
.wcsearch-content fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.wcsearch-content .wcsearch-radio-inline.wcsearch-disabled,
.wcsearch-content .wcsearch-checkbox-inline.wcsearch-disabled,
.wcsearch-content fieldset[disabled] .wcsearch-radio-inline,
.wcsearch-content fieldset[disabled] .wcsearch-checkbox-inline {
  cursor: not-allowed;
}
.wcsearch-content .wcsearch-radio.wcsearch-disabled label,
.wcsearch-content .wcsearch-checkbox.wcsearch-disabled label,
.wcsearch-content fieldset[disabled] .wcsearch-radio label,
.wcsearch-content fieldset[disabled] .wcsearch-checkbox label {
  cursor: not-allowed;
}
.wcsearch-content .wcsearch-has-feedback {
  position: relative;
}
.wcsearch-content .wcsearch-has-feedback .wcsearch-form-control {
  padding-right: 42.5px;
}
.wcsearch-content .wcsearch-form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.wcsearch-content .wcsearch-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wcsearch-content .wcsearch-btn:focus,
.wcsearch-content .wcsearch-btn:active:focus,
.wcsearch-content .wcsearch-btn.wcsearch-active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wcsearch-content .wcsearch-btn:hover,
.wcsearch-content .wcsearch-btn:focus {
  color: #333333;
  text-decoration: none;
}
.wcsearch-content .wcsearch-btn:active,
.wcsearch-content .wcsearch-btn.wcsearch-active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wcsearch-content .wcsearch-btn.wcsearch-disabled,
.wcsearch-content .wcsearch-btn[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wcsearch-content .wcsearch-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.wcsearch-content .wcsearch-btn-default:hover,
.wcsearch-content .wcsearch-btn-default:focus,
.wcsearch-content .wcsearch-btn-default:active,
.wcsearch-content .wcsearch-btn-default.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wcsearch-content .wcsearch-btn-default:active,
.wcsearch-content .wcsearch-btn-default.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-default {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-default.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-default[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-default,
.wcsearch-content .wcsearch-btn-default.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-default[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-default:hover,
.wcsearch-content .wcsearch-btn-default.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-default[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-default:focus,
.wcsearch-content .wcsearch-btn-default.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-default[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-default:active,
.wcsearch-content .wcsearch-btn-default.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-default[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-default.wcsearch-active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.wcsearch-content .wcsearch-btn-default .wcsearch-badge {
  color: #ffffff;
  background-color: #333333;
}
.wcsearch-content .wcsearch-btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wcsearch-content .wcsearch-btn-primary:hover,
.wcsearch-content .wcsearch-btn-primary:focus,
.wcsearch-content .wcsearch-btn-primary:active,
.wcsearch-content .wcsearch-btn-primary.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wcsearch-content .wcsearch-btn-primary:active,
.wcsearch-content .wcsearch-btn-primary.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-primary {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-primary.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-primary[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-primary,
.wcsearch-content .wcsearch-btn-primary.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-primary[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-primary:hover,
.wcsearch-content .wcsearch-btn-primary.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-primary[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-primary:focus,
.wcsearch-content .wcsearch-btn-primary.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-primary[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-primary:active,
.wcsearch-content .wcsearch-btn-primary.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-primary[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-primary.wcsearch-active {
  background-color: #428bca;
  border-color: #357ebd;
}
.wcsearch-content .wcsearch-btn-primary .wcsearch-badge {
  color: #428bca;
  background-color: #ffffff;
}
.wcsearch-content .wcsearch-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.wcsearch-content .wcsearch-btn-success:hover,
.wcsearch-content .wcsearch-btn-success:focus,
.wcsearch-content .wcsearch-btn-success:active,
.wcsearch-content .wcsearch-btn-success.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.wcsearch-content .wcsearch-btn-success:active,
.wcsearch-content .wcsearch-btn-success.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-success {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-success.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-success[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-success,
.wcsearch-content .wcsearch-btn-success.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-success[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-success:hover,
.wcsearch-content .wcsearch-btn-success.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-success[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-success:focus,
.wcsearch-content .wcsearch-btn-success.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-success[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-success:active,
.wcsearch-content .wcsearch-btn-success.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-success[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-success.wcsearch-active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.wcsearch-content .wcsearch-btn-success .wcsearch-badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.wcsearch-content .wcsearch-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.wcsearch-content .wcsearch-btn-info:hover,
.wcsearch-content .wcsearch-btn-info:focus,
.wcsearch-content .wcsearch-btn-info:active,
.wcsearch-content .wcsearch-btn-info.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.wcsearch-content .wcsearch-btn-info:active,
.wcsearch-content .wcsearch-btn-info.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-info {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-info.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-info[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-info,
.wcsearch-content .wcsearch-btn-info.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-info[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-info:hover,
.wcsearch-content .wcsearch-btn-info.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-info[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-info:focus,
.wcsearch-content .wcsearch-btn-info.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-info[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-info:active,
.wcsearch-content .wcsearch-btn-info.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-info[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-info.wcsearch-active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.wcsearch-content .wcsearch-btn-info .wcsearch-badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.wcsearch-content .wcsearch-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wcsearch-content .wcsearch-btn-warning:hover,
.wcsearch-content .wcsearch-btn-warning:focus,
.wcsearch-content .wcsearch-btn-warning:active,
.wcsearch-content .wcsearch-btn-warning.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.wcsearch-content .wcsearch-btn-warning:active,
.wcsearch-content .wcsearch-btn-warning.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-warning {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-warning.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-warning[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-warning,
.wcsearch-content .wcsearch-btn-warning.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-warning[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-warning:hover,
.wcsearch-content .wcsearch-btn-warning.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-warning[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-warning:focus,
.wcsearch-content .wcsearch-btn-warning.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-warning[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-warning:active,
.wcsearch-content .wcsearch-btn-warning.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-warning[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-warning.wcsearch-active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wcsearch-content .wcsearch-btn-warning .wcsearch-badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.wcsearch-content .wcsearch-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.wcsearch-content .wcsearch-btn-danger:hover,
.wcsearch-content .wcsearch-btn-danger:focus,
.wcsearch-content .wcsearch-btn-danger:active,
.wcsearch-content .wcsearch-btn-danger.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.wcsearch-content .wcsearch-btn-danger:active,
.wcsearch-content .wcsearch-btn-danger.wcsearch-active,
.wcsearch-content .wcsearch-open > .wcsearch-dropdown-toggle.wcsearch-btn-danger {
  background-image: none;
}
.wcsearch-content .wcsearch-btn-danger.wcsearch-disabled,
.wcsearch-content .wcsearch-btn-danger[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-danger,
.wcsearch-content .wcsearch-btn-danger.wcsearch-disabled:hover,
.wcsearch-content .wcsearch-btn-danger[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-danger:hover,
.wcsearch-content .wcsearch-btn-danger.wcsearch-disabled:focus,
.wcsearch-content .wcsearch-btn-danger[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-danger:focus,
.wcsearch-content .wcsearch-btn-danger.wcsearch-disabled:active,
.wcsearch-content .wcsearch-btn-danger[disabled]:active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-danger:active,
.wcsearch-content .wcsearch-btn-danger.wcsearch-disabled.wcsearch-active,
.wcsearch-content .wcsearch-btn-danger[disabled].wcsearch-active,
.wcsearch-content fieldset[disabled] .wcsearch-btn-danger.wcsearch-active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.wcsearch-content .wcsearch-btn-danger .wcsearch-badge {
  color: #d9534f;
  background-color: #ffffff;
}
.wcsearch-content .wcsearch-btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.wcsearch-content .wcsearch-btn-link,
.wcsearch-content .wcsearch-btn-link:active,
.wcsearch-content .wcsearch-btn-link[disabled],
.wcsearch-content fieldset[disabled] .wcsearch-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wcsearch-content .wcsearch-btn-link,
.wcsearch-content .wcsearch-btn-link:hover,
.wcsearch-content .wcsearch-btn-link:focus,
.wcsearch-content .wcsearch-btn-link:active {
  border-color: transparent;
}
.wcsearch-content .wcsearch-btn-link:hover,
.wcsearch-content .wcsearch-btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.wcsearch-content .wcsearch-btn-link[disabled]:hover,
.wcsearch-content fieldset[disabled] .wcsearch-btn-link:hover,
.wcsearch-content .wcsearch-btn-link[disabled]:focus,
.wcsearch-content fieldset[disabled] .wcsearch-btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.wcsearch-content .wcsearch-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.wcsearch-content .wcsearch-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wcsearch-content .wcsearch-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wcsearch-content .wcsearch-btn-block {
  display: block;
  width: 100%;
}
.wcsearch-content .wcsearch-btn-block + .wcsearch-btn-block {
  margin-top: 5px;
}
.wcsearch-content input[type="submit"].wcsearch-btn-block,
.wcsearch-content input[type="reset"].wcsearch-btn-block,
.wcsearch-content input[type="button"].wcsearch-btn-block {
  width: 100%;
}
.wcsearch-content .wcsearch-clearfix:before,
.wcsearch-content .wcsearch-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/************************   Bootstrap Additional CSS rules   ************************/
.wcsearch-content .wcsearch-form-control,
.wcsearch-content .wcsearch-form-control:focus {
  width: 100%;
  max-width: 100%;
  float: none;
  color: #555555;
  border: 1px solid #969696;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  box-shadow: none !important;
  padding: 6px 12px;
}
.wcsearch-content textarea.wcsearch-form-control,
.wcsearch-content textarea.wcsearch-form-control:focus {
  height: auto;
}
.wcsearch-content input.wcsearch-form-control::-webkit-input-placeholder {
  color: #777777;
}
.wcsearch-content input.wcsearch-form-control::-moz-placeholder {
  color: #777777;
}
.wcsearch-content input.wcsearch-form-control:-moz-placeholder {
  color: #777777;
}
.wcsearch-content input.wcsearch-form-control:-ms-input-placeholder {
  color: #777777;
}
.wcsearch-content .wcsearch-has-feedback .wcsearch-form-control,
.wcsearch-content .wcsearch-has-feedback .wcsearch-form-control:focus {
  padding-right: 34px;
}
.wcsearch-content .wcsearch-form-control-feedback {
  z-index: 0;
  display: inline;
  top: 0;
  cursor: pointer;
  height: 100%;
  line-height: 48px;
}
.wcsearch-content .wcsearch-form-control-feedback {
  color: #777777;
  font-size: 24px;
}
.wcsearch-content .wcsearch-form-group {
  margin-bottom: 15px !important;
  /* !important needed so JS COmposer can not break this by his *:last-child rules */
  overflow: hidden;
}
.wcsearch-content .wcsearch-btn-default:hover {
  background-color: #f3f4f7;
}
.wcsearch-content input[type="checkbox"],
.wcsearch-content input[type="radio"] {
  position: relative;
}
.wcsearch-content .wcsearch-radio,
.wcsearch-content .wcsearch-checkbox {
  margin-bottom: 0;
}

.wcsearch-red-asterisk {
  color: red;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1px;
  padding: 2px;
}

.wcsearch-content .wcsearch-btn:hover,
.wcsearch-content .wcsearch-btn:focus,
.wcsearch-content .wcsearch-btn:active,
.wcsearch-content .wcsearch-btn.wcsearch-active {
  background-image: none;
  box-shadow: unset;
}

.wcsearch-content .wcsearch-btn {
  margin: 0;
  max-width: 100%;
  float: none;
  border-radius: 2px;
  height: 48px;
  font-size: 16px;
  padding: 12px;
}

.wcsearch-content .wcsearch-dashboard-tabs-content .wcsearch-btn-group .wcsearch-btn {
  height: auto;
  font-size: 14px;
  padding: 8px;
}

.wcsearch-content .wcsearch-checkbox,
.wcsearch-content .wcsearch-radio {
  margin-top: 0;
}

.wcsearch-content .wcsearch-checkbox label,
.wcsearch-content .wcsearch-radio label {
  position: relative;
  padding-left: 35px;
}

.wcsearch-checkbox input,
.wcsearch-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wcsearch-checkbox .wcsearch-control-indicator,
.wcsearch-radio .wcsearch-control-indicator {
  position: absolute;
  top: 1px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  font-family: "FontAwesomeWCSEARCH";
  margin-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #428bca;
}

.wcsearch-radio .wcsearch-control-indicator {
  border-radius: 50%;
}

/* Checked state */
.wcsearch-checkbox label input:checked ~ .wcsearch-control-indicator,
.wcsearch-radio label input:checked ~ .wcsearch-control-indicator {
  border: 1px solid;
  background: #428bca;
}

/* Disabled state */
.wcsearch-checkbox label input:disabled ~ .wcsearch-control-indicator,
.wcsearch-radio label input:disabled ~ .wcsearch-control-indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.wcsearch-checkbox .wcsearch-control-indicator:after {
  position: absolute;
  display: none;
  content: "\f00c";
}

.wcsearch-radio .wcsearch-control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.wcsearch-checkbox input:checked ~ .wcsearch-control-indicator:after,
.wcsearch-radio input:checked ~ .wcsearch-control-indicator:after {
  display: block;
  color: #FFFFFF;
}

/* Checkbox tick */
.wcsearch-checkbox .wcsearch-control-indicator:after {
  font-size: 15px;
  left: 5px;
}

/* Disabled tick colour */
.wcsearch-checkbox input:disabled ~ .wcsearch-control-indicator:after {
  border-color: #CCCCCC;
}

/* Radio button inner circle */
.wcsearch-radio .wcsearch-control-indicator:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.wcsearch-radio input:disabled ~ .wcsearch-control-indicator:after {
  background: #7b7b7b;
}

.wcsearch-radio-reset-btn {
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.wcsearch-radio-reset-btn:before {
  box-sizing: unset;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.wcsearch-term-wrapper-highlight {
  border: 1px dashed;
}

.wcsearch-search-term-button {
  margin: 15px 10px 15px 0 !important;
  position: relative;
}

/* first element in columns without top margin */
.wcsearch-search-input-terms-column .wcsearch-search-term-button:first-child {
  margin-top: 0 !important;
}

.wcsearch-search-term-button .wcsearch-model-options-link {
  position: absolute;
  bottom: -18px;
}

.wcsearch-search-term-button .wcsearch-btn {
  width: 100%;
  display: block;
  overflow: hidden;
  opacity: 0.4;
}

.wcsearch-search-term-button .wcsearch-btn:hover,
.wcsearch-search-term-button-active .wcsearch-btn {
  opacity: 1;
}

.wcsearch-content select {
  background-image: linear-gradient(50deg, transparent 50%, white 50%), linear-gradient(130deg, white 50%, transparent 50%), linear-gradient(to right, #428bca, #428bca) !important;
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%, 100% 0 !important;
  background-size: 6px 6px, 6px 6px, 2em 48px !important;
  background-repeat: no-repeat !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  padding: 3px 12px !important;
}

.wcsearch-content select::-ms-expand {
  display: none;
}

.wcsearch-content select:focus {
  background-image: linear-gradient(130deg, transparent 50%, white 50%), linear-gradient(50deg, white 50%, transparent 50%), linear-gradient(to right, #428bca, #428bca) !important;
}

.wcsearch-content .wcsearch-btn,
.wcsearch-content a,
.wcsearch-content button,
.wcsearch-content input[type="button"] {
  transition: all 0.1s linear 0s;
}

.wcsearch-content .wcsearch-btn:focus,
.wcsearch-content a:focus,
.wcsearch-content button:focus,
.wcsearch-content input[type="button"]:focus {
  outline: 0;
}

div.wcsearch-content .wcsearch-btn-primary, div.wcsearch-content a.wcsearch-btn-primary,
div.wcsearch-content .wcsearch-btn-primary:hover, div.wcsearch-content a.wcsearch-btn-primary:hover
div.wcsearch-content .wcsearch-btn-primary:visited, div.wcsearch-content a.wcsearch-btn-primary:visited,
div.wcsearch-content .wcsearch-btn-primary:focus, div.wcsearch-content a.wcsearch-btn-primary:focus {
  background-image: none;
}

/************************ Datepicker ************************/
.wcsearch-date-input-field {
  overflow: auto;
}

.wcsearch-date-input-field .wcsearch-has-feedback {
  float: left;
  width: 68%;
  vertical-align: bottom;
}

.wcsearch-date-input-field .wcsearch-date-reset-button {
  float: right;
  width: 30%;
}

.wcsearch-date-input-wrapper-vertically .wcsearch-date-input-field:first-child {
  padding-bottom: 10px;
}

.wcsearch-date-input-wrapper-horizontally .wcsearch-date-input-field:nth-child(2n+1) {
  padding-right: 5px;
}

.wcsearch-date-input-wrapper-horizontally .wcsearch-date-input-field:nth-child(2n+2) {
  padding-left: 5px;
}

.wcsearch-date-input-wrapper-horizontally:after {
  display: none;
  content: "";
  float: none;
}

.wcsearch-date-input-wrapper-horizontally .wcsearch-date-input-field {
  float: left;
  width: 50%;
}

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .wcsearch-date-input-wrapper-vertically .wcsearch-date-input-field:first-child {
    padding-bottom: 0;
  }

  .wcsearch-date-input-wrapper-horizontally .wcsearch-date-input-field {
    float: none;
    width: 100%;
    padding: 0;
  }

  .wcsearch-date-input-wrapper-horizontally-gap {
    float: none;
    display: none;
  }
}
.wcsearch-columns-panel {
  width: 100%;
}

.wcsearch-columns-panel:after {
  content: "";
  display: block;
  clear: both;
}

.wcsearch-column {
  float: left;
  padding: 0 10px 20px;
}

.wcsearch-column-left {
  float: left;
  width: 55%;
  padding: 0 10px;
}

.wcsearch-column-right {
  float: left;
  width: 45%;
  padding: 0 10px;
}

.wcsearch-column-entry {
  float: left;
  width: 75%;
  padding: 0 10px;
}

.wcsearch-column-sidebar {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.wcsearch-entry {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}

.wcsearch-entry-bg {
  background-color: #d6d6d6;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.wcsearch-entry-bg:after {
  background: #4c5055;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}

.wcsearch-entry-fixed {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
}

.wcsearch-entry-fixed .wcsearch-entry {
  margin-top: 0;
}

/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
  .wcsearch-column-left,
  .wcsearch-column-right,
  .wcsearch-column-entry,
  .wcsearch-column-sidebar {
    float: none;
    width: 100%;
  }
}
/************************ Demo ************************/
.wcsearch-demo-prev-next-demos {
  padding: 30px;
  background-color: #e6f5ff;
  margin-bottom: 50px;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .wcsearch-demo-prev-next-demos {
    padding: 10px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.wcsearch-demo-prev-next-demos:after {
  clear: both;
  content: "";
  display: table;
}

.wcsearch-demo-prev-next-demos a {
  text-decoration: underline;
}

.wcsearch-demo-prev-demo {
  float: left;
  width: 50%;
  text-align: left;
}

.wcsearch-demo-next-demo {
  float: right;
  width: 50%;
  text-align: right;
}

body > .wcsearch-dropdowns-menu {
  z-index: 101;
}

.wcsearch-dropdowns-menu-search,
.ui-widget-content .wcsearch-dropdowns-menu-search.ui-state-active {
  line-height: 1.7;
  border: none;
  background: none;
  font-weight: normal !important;
  margin: 0;
  color: #000000;
}

.ui-widget-content .wcsearch-dropdowns-menu-search-listing.ui-state-active {
  font-weight: bold;
}

.wcsearch-dropdowns-menu-search-counter,
.wcsearch-dropdowns-menu-search-note {
  font-weight: normal;
  font-size: 12px;
  right: 8px;
  position: absolute;
}

.wcsearch-dropdowns-menu-search-sublabel {
  display: block;
  font-size: 11px;
  color: #2d2d2d;
}

.wcsearch-dropdowns-menu-search-sublabel .woocommerce-Price-amount {
  font-size: 15px;
}

.wcsearch-dropdowns-menu-search-sublabel b {
  color: #2d2d2d;
}

.wcsearch-dropdowns-menu-search-root.wcsearch-dropdowns-menu-search-term {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.wcsearch-dropdowns-menu-search-term {
  padding-right: 50px;
}

.wcsearch-dropdowns-menu.ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 -1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  border: 1px solid #969696;
  border-top: 0;
  position: absolute;
  padding: 0;
  margin: 0;
}

.wcsearch-sticky-scroll-background {
  z-index: -1;
}

.wcsearch-content .ui-selectmenu-menu .ui-icon,
.wcsearch-dropdowns-menu.ui-autocomplete .ui-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 9px;
}

.wcsearch-dropdowns-menu.ui-autocomplete .wcsearch-dropdowns-menu-search-listing .ui-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 4px;
}

.wcsearch-dropdowns-menu.ui-menu .ui-menu-item {
  padding: 0;
  margin: 0;
}

.wcsearch-dropdowns-menu.ui-menu .ui-menu-item-wrapper {
  width: 100%;
  padding: 3px 8px 3px 50px !important;
  position: initial !important;
  color: #000000;
  font-family: inherit;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e6dada;
}

.wcsearch-dropdowns-menu .ui-menu-item-wrapper:hover,
.wcsearch-dropdowns-menu .ui-menu-item-wrapper.ui-state-active {
  border-bottom: 1px solid #e6dada;
  background: none;
  background-color: #dcf0f8;
  font-weight: inherit;
  color: #000000;
}

.wcsearch-dropdowns-menu.ui-menu .ui-menu-item-wrapper a {
  color: #000000 !important;
}

.wcsearch-dropdowns-menu.ui-menu .ui-menu-item-wrapper a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.wcsearch-content .wcsearch-form-control.ui-autocomplete-input[readonly] {
  cursor: pointer;
  background-color: #FFFFFF;
}

.wcsearch-form-control.wcsearch-main-search-field-multiselect {
  cursor: pointer;
  height: auto;
  padding-bottom: 0;
}

.wcsearch-dropdowns-multiselect-placeholder {
  height: 34px;
  line-height: 34px;
  margin-bottom: 6px;
}

.wcsearch-dropdowns-menu-selected-item {
  background-color: #dcf0f8;
}

.wcsearch-dropdowns-multiselect-item {
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background-color: #e6f4ff;
  padding: 3px 5px;
  margin-right: 3px;
  margin-bottom: 10px;
  height: 30px;
}

.wcsearch-dropdowns-multiselect-item-close {
  font-size: 10px;
  cursor: pointer;
  margin-left: 4px;
}

.wcsearch-dropdowns-multiselect-item-close:before {
  box-sizing: unset;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.wcsearch-dropdowns-menu-hierarhical {
  margin-top: 0;
}

.wcsearch-dropdowns-menu-hierarhical ~ .wcsearch-dropdowns-menu-hierarhical {
  margin-top: 15px;
}

.wcsearch-dropdowns-menu-search-listing label.w2dc-rating-icon,
.wcsearch-dropdowns-menu-search-listing label.w2gn-rating-icon,
.wcsearch-dropdowns-menu-search-listing label.w2mb-rating-icon,
.wcsearch-dropdowns-menu-search-listing label.w2rr-rating-icon {
  width: 10px;
  font-size: 10px;
}

#wcsearch-ajax-loader-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.wcsearch-ajax-target-loading {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

.wcsearch-loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #428bca;
  border-bottom-color: #428bca;
  animation: wcsearch-spinner .8s ease infinite;
}

.wcsearch-loader.wcsearch-loader-max-top:before {
  top: 300px;
}

@keyframes wcsearch-spinner {
  to {
    transform: rotate(360deg);
  }
}
.wcsearch-search-input-loader:before {
  content: '' !important;
  box-sizing: border-box;
  position: absolute;
  top: 24px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #777777;
  border-bottom-color: #777777;
  animation: wcsearch-spinner .8s ease infinite;
}

.wcsearch-ajax-iloader {
  margin: 0px auto;
  width: 50px;
  height: 22px;
  text-align: center;
  font-size: 10px;
}

.wcsearch-ajax-iloader > div {
  background-color: #FFF;
  margin-left: 3px;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.wcsearch-ajax-iloader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wcsearch-ajax-iloader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.wcsearch-ajax-iloader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.wcsearch-ajax-iloader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.wcsearch-apply-filters-float-btn {
  border-radius: 8px;
  width: 120px;
  padding: 0;
  font-size: 16px;
  line-height: 64px;
  height: 64px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -120px;
  z-index: 102;
}

.wcsearch-apply-filters-float-btn:before {
  display: block;
  content: '';
  position: absolute;
  left: -5px;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  transform: rotate(135deg);
  z-index: 1;
}

.wcsearch-apply-filters-float-btn:after {
  box-shadow: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}

.wcsearch-apply-filters-float-btn span {
  z-index: 2;
  position: relative;
}

.wcsearch-visible-search-params::after {
  clear: both;
  content: " ";
  display: table;
}

.wcsearch-search-param {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #636363;
  padding: 2px 7px;
  border-radius: 3px;
  background-color: #e6e6e6;
}

.wcsearch-search-param .wcsearch-search-param-delete,
.wcsearch-search-param .wcsearch-search-param-delete:hover,
.wcsearch-search-param .wcsearch-search-param-delete:focus,
.wcsearch-search-param .wcsearch-search-param-delete:visited {
  color: #636363;
  text-decoration: none;
  float: right;
  margin-left: 10px;
}

.wcsearch-search-form {
  margin-bottom: 20px;
}

.wcsearch-search-form-border {
  border-radius: 2px;
  border: 1px solid #CCCCCC;
}

.wcsearch-content a.wcsearch-advanced-search-label,
.wcsearch-content a.wcsearch-advanced-search-label:hover,
.wcsearch-content a.wcsearch-advanced-search-label:focus {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.wcsearch-advanced-search-toggle {
  font-size: 12px;
}

.wcsearch-search-content-field {
  clear: both;
}

.wcsearch-jquery-ui-slider {
  overflow: visible !important;
  padding-right: 11px;
}

.wcsearch-submit-button-hidden {
  position: absolute !important;
  left: -9999px !important;
}

.wcsearch-on-row-button .wcsearch-btn {
  width: 100%;
}

.wcsearch-tax-dropdowns-wrap select {
  display: none;
}

.wcsearch-range-slider-scale,
.wcsearch-single-slider-scale {
  height: 35px;
  position: relative;
}

.wcsearch-range-slider-scale label,
.wcsearch-single-slider-scale label {
  position: absolute;
  width: 40px;
  text-align: center;
  margin-left: 4px;
  margin-top: -10px;
  font-size: 75%;
  font-weight: normal;
  transform: translateX(-50%);
}

.wcsearch-range-slider-scale label > span,
.wcsearch-single-slider-scale label > span {
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .wcsearch-range-slider-scale label:nth-child(even) span.wcsearch-range-slider-label,
  .wcsearch-single-slider-scale label:nth-child(even) span.wcsearch-single-slider-label {
    display: none;
  }
}
.wcsearch-content p.wcsearch-search-suggestions {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
}

.wcsearch-content p.wcsearch-search-suggestions a {
  font-weight: bold;
  text-decoration: none;
}

.wcsearch-content p.wcsearch-search-suggestions label {
  border-bottom: 1px dashed;
  margin: 0 3px 0 0;
}

.wcsearch-search-wrapper {
  position: relative;
}

.wcsearch-click-to-edit-search-button {
  display: none;
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  line-height: 1 !important;
  font-size: 18px;
  z-index: 5;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding: 3px;
  text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}

.wcsearch-sticky-scroll .wcsearch-click-to-edit-search-button {
  display: block;
  position: absolute;
  z-index: 101;
}

.wcsearch-search-wrapper:hover > .wcsearch-click-to-edit-search-button {
  display: block;
}

.wcsearch-click-to-edit-search-button svg {
  fill: #fff;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
}

.wcsearch-search-grid {
  display: grid;
  grid-auto-flow: dense;
  padding: 20px;
  overflow: clip;
  transition: max-height 1s ease;
}

.wcsearch-search-grid-image {
  background: url("../images/search_overlay.png") no-repeat;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.wcsearch-search-column-1 .wcsearch-search-grid {
  display: block;
  overflow: auto;
}

.wcsearch-search-form-no-border-no-bg .wcsearch-search-grid {
  padding-left: 0;
  padding-right: 0;
  overflow: inherit;
}

@media screen and (max-width: 768px) {
  .wcsearch-search-grid {
    display: block;
  }

  .wcsearch-search-placeholder {
    width: 100%;
    margin: 30px 0;
  }

  .wcsearch-search-placeholder:first-child {
    margin-top: 0;
  }

  .wcsearch-search-placeholder:last-child {
    margin-bottom: 0;
  }
}
.wcsearch-search-column-1 .wcsearch-search-placeholder {
  margin: 40px 0;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder:first-child {
  margin-top: 0;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder:last-child {
  margin-bottom: 0;
}

.wcsearch-content .wcsearch-search .wcsearch-search-column-1 .wcsearch-search-grid {
  grid-template-columns: 1fr;
}

.wcsearch-content .wcsearch-search .wcsearch-search-column-2 .wcsearch-search-grid {
  grid-template-columns: 1fr 1fr;
}

.wcsearch-content .wcsearch-search .wcsearch-search-column-3 .wcsearch-search-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.wcsearch-content .wcsearch-search .wcsearch-search-column-4 .wcsearch-search-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wcsearch-content .wcsearch-search .wcsearch-search-column-5 .wcsearch-search-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder-column-1 {
  grid-column-end: span 1;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder-column-2 {
  grid-column-end: span 1;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder-column-3 {
  grid-column-end: span 1;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder-column-4 {
  grid-column-end: span 1;
}

.wcsearch-search-column-1 .wcsearch-search-placeholder-column-5 {
  grid-column-end: span 1;
}

.wcsearch-search-column-2 .wcsearch-search-placeholder-column-1 {
  grid-column-end: span 1;
}

.wcsearch-search-column-2 .wcsearch-search-placeholder-column-2 {
  grid-column-end: span 2;
}

.wcsearch-search-column-2 .wcsearch-search-placeholder-column-3 {
  grid-column-end: span 2;
}

.wcsearch-search-column-2 .wcsearch-search-placeholder-column-4 {
  grid-column-end: span 2;
}

.wcsearch-search-column-2 .wcsearch-search-placeholder-column-5 {
  grid-column-end: span 2;
}

.wcsearch-search-column-3 .wcsearch-search-placeholder-column-1 {
  grid-column-end: span 1;
}

.wcsearch-search-column-3 .wcsearch-search-placeholder-column-2 {
  grid-column-end: span 2;
}

.wcsearch-search-column-3 .wcsearch-search-placeholder-column-3 {
  grid-column-end: span 3;
}

.wcsearch-search-column-3 .wcsearch-search-placeholder-column-4 {
  grid-column-end: span 3;
}

.wcsearch-search-column-3 .wcsearch-search-placeholder-column-5 {
  grid-column-end: span 3;
}

.wcsearch-search-column-4 .wcsearch-search-placeholder-column-1 {
  grid-column-end: span 1;
}

.wcsearch-search-column-4 .wcsearch-search-placeholder-column-2 {
  grid-column-end: span 2;
}

.wcsearch-search-column-4 .wcsearch-search-placeholder-column-3 {
  grid-column-end: span 3;
}

.wcsearch-search-column-4 .wcsearch-search-placeholder-column-4 {
  grid-column-end: span 4;
}

.wcsearch-search-column-4 .wcsearch-search-placeholder-column-5 {
  grid-column-end: span 4;
}

.wcsearch-search-column-5 .wcsearch-search-placeholder-column-1 {
  grid-column-end: span 1;
}

.wcsearch-search-column-5 .wcsearch-search-placeholder-column-2 {
  grid-column-end: span 2;
}

.wcsearch-search-column-5 .wcsearch-search-placeholder-column-3 {
  grid-column-end: span 3;
}

.wcsearch-search-column-5 .wcsearch-search-placeholder-column-4 {
  grid-column-end: span 4;
}

.wcsearch-search-column-5 .wcsearch-search-placeholder-column-5 {
  grid-column-end: span 5;
}

.wcsearch-search-placeholder {
  display: block;
  color: #444444;
  position: relative;
}

.wcsearch-search-grid-borders .wcsearch-search-placeholder {
  border: 2px solid #fcd3a1;
  background-color: rgba(255, 255, 128, 0.2);
}

.wcsearch-search-input[data-align="left"] {
  text-align: left;
}

.wcsearch-search-input[data-align="center"] {
  text-align: center;
}

.wcsearch-search-input[data-align="right"] {
  text-align: right;
}
.wcsearch-search-input[data-align="right"] .wcsearch-radio label,
.wcsearch-search-input[data-align="right"] .wcsearch-checkbox label {
  padding-right: 35px;
  padding-left: 0;
}
.wcsearch-search-input[data-align="right"] .wcsearch-checkbox .wcsearch-control-indicator,
.wcsearch-search-input[data-align="right"] .wcsearch-radio .wcsearch-control-indicator {
  left: auto;
  right: 0;
}

label.wcsearch-search-input-label {
  margin: 5px 0 10px 0;
  display: block;
  width: 100%;
}

.wcsearch-search-input-closed .wcsearch-search-input-label,
.wcsearch-search-input-opened .wcsearch-search-input-label {
  cursor: pointer;
}

.wcsearch-search-input-closed .wcsearch-search-input-label:after,
.wcsearch-search-input-opened .wcsearch-search-input-label:after {
  font: normal normal normal 14px/1 FontAwesomeWCSEARCH;
  color: #777;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.wcsearch-search-input-closed .wcsearch-search-input-label:after {
  content: "\f067";
}

.wcsearch-search-input-opened .wcsearch-search-input-label:after {
  content: "\f068";
}

.wcsearch-search-input-label:empty {
  display: none;
  padding: 0;
  margin: 0;
}

.wcsearch-search-featured,
.wcsearch-search-instock,
.wcsearch-search-onsale,
.wcsearch-search-hours {
  display: block;
  color: #444444;
  text-align: center;
  font-weight: bold;
}

.wcsearch-search-separator-link,
.wcsearch-search-input-more-filters {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  padding: 5px 0;
}

.wcsearch-content .wcsearch-search-input-button,
.wcsearch-content .wcsearch-search-input-button:hover {
  width: 100%;
  height: 48px;
  display: inline-block;
  background-color: #3071a9;
  border-color: #275379;
}

.wcsearch-content .wcsearch-search-input-reset-button,
.wcsearch-content .wcsearch-search-input-reset-button:hover,
.wcsearch-content .wcsearch-search-input-reset-button:focus {
  width: 100%;
  height: 48px;
  display: inline-block;
  background-color: #fff;
}

.wcsearch-search-input-range {
  width: 100%;
  display: inline-block;
}

.wcsearch-search-input-radios:after,
.wcsearch-search-input-checkboxes:after {
  content: '';
  display: block;
  clear: both;
}

.wcsearch-search-input-closed *:not(.wcsearch-search-input-label) {
  display: none;
}

.wcsearch-search-input-closed,
.wcsearch-search-input-opened {
  transition: 0.4s;
}

.wcsearch-search-placeholder-always-closed,
.wcsearch-search-input-always-closed {
  display: none;
}

.wcsearch-search-placeholder-advanced-view-closed {
  display: none;
}

.wcsearch-search-placeholder-dependency-view-closed {
  display: none;
}

.wcsearch-search-placeholder-dependency-view-closed.wcsearch-search-placeholder-dependency-view-shaded {
  display: block;
  opacity: 33%;
  pointer-events: none;
}

.wcsearch-search-input-field {
  width: auto !important;
}

.wcsearch-search-input-field .wcsearch-form-control {
  line-height: inherit;
}

.wcsearch-search-input-terms-columns {
  overflow: auto;
}

.wcsearch-search-input-terms-column-1 {
  width: 100%;
}

.wcsearch-search-input-terms-column-2 {
  width: 50%;
  float: left;
}

.wcsearch-search-input-terms-column-3 {
  width: 33.33333%;
  float: left;
}

.wcsearch-search-input-terms-column-4 {
  width: 25%;
  float: left;
}

.wcsearch-search-input-terms-column-5 {
  width: 20%;
  float: left;
}

@media screen and (max-width: 460px) {
  .wcsearch-search-input-terms-column-2 {
    width: 100%;
    float: none;
  }

  .wcsearch-search-input-terms-column-3 {
    width: 100%;
    float: none;
  }

  .wcsearch-search-input-terms-column-4 {
    width: 100%;
    float: none;
  }

  .wcsearch-search-input-terms-column-5 {
    width: 100%;
    float: none;
  }
}
.wcsearch-search-input-terms-column .wcsearch-radio,
.wcsearch-search-input-terms-column .wcsearch-checkbox {
  margin: 15px 10px 15px 0 !important;
}

.wcsearch-search-input-terms-column .wcsearch-radio:first-child,
.wcsearch-search-input-terms-column .wcsearch-checkbox:first-child {
  margin-top: 0 !important;
}

.wcsearch-form-control.wcsearch-search-input-1,
.wcsearch-form-control.wcsearch-search-input-1:focus,
.wcsearch-form-control.wcsearch-search-input-2:focus,
.wcsearch-form-control.wcsearch-search-input-2 {
  width: calc(50% - 15px);
}

.wcsearch-form-control.wcsearch-search-input-1,
.wcsearch-form-control.wcsearch-search-input-1:focus {
  float: left;
}

.wcsearch-form-control.wcsearch-search-input-2,
.wcsearch-form-control.wcsearch-search-input-2:focus {
  float: right;
}

.wcsearch-search-inputs-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.wcsearch-item-count-blur {
  filter: blur(2px);
}

.wcsearch-rating {
  font-size: 18px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
  letter-spacing: normal;
}

.wcsearch-rating-stars {
  overflow: hidden;
}

label.wcsearch-rating-icon {
  margin: 0;
  float: right;
  color: #FFEF00;
  width: 20px;
  /* Use width instead of padding-left to set stars without gaps on hover */
  font-size: 20px;
  font-weight: normal;
}

.wcsearch-rating-icon:last-child {
  padding-left: 0;
}

.wcsearch-rating-checkbox {
  display: inline-block;
}

.wcsearch-content .wcsearch-search-grid .ui-slider .ui-slider-handle:before,
.wcsearch-content .wcsearch-search-grid .ui-slider .ui-slider-handle:after,
.wcsearch-content .wcsearch-search-model-grid .ui-slider .ui-slider-handle:before,
.wcsearch-content .wcsearch-search-model-grid .ui-slider .ui-slider-handle:after {
  content: none;
}
.wcsearch-content .wcsearch-search-grid .ui-slider .ui-slider-handle:last-child,
.wcsearch-content .wcsearch-search-model-grid .ui-slider .ui-slider-handle:last-child {
  transform: none;
}
.wcsearch-content .wcsearch-search-grid .ui-slider .ui-slider-handle,
.wcsearch-content .wcsearch-search-model-grid .ui-slider .ui-slider-handle {
  z-index: 1 !important;
  cursor: pointer;
}
.wcsearch-content .wcsearch-search-grid .ui-widget-overlay,
.wcsearch-content .wcsearch-search-model-grid .ui-widget-overlay {
  background-repeat: repeat !important;
  z-index: 5 !important;
}
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-slider-horizontal .ui-widget-header,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-slider-horizontal .ui-widget-header {
  background: none;
  background-color: #336b9b;
}
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-slider-horizontal,
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-slider-horizontal .ui-slider-range,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-slider-horizontal,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 6px;
  top: -1px;
}
.wcsearch-content .wcsearch-search-grid .ui-slider-horizontal .ui-slider-range-min,
.wcsearch-content .wcsearch-search-model-grid .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-slider-horizontal,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-slider-horizontal {
  margin: 20px 0;
}
.wcsearch-content .wcsearch-search-grid .ui-slider .ui-slider-handle.ui-corner-all,
.wcsearch-content .wcsearch-search-model-grid .ui-slider .ui-slider-handle.ui-corner-all {
  top: -13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default,
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus,
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active,
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus,
.wcsearch-content .wcsearch-search-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:focus,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:active,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-focus,
.wcsearch-content .wcsearch-search-model-grid .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
  border: 1px solid #336b9b;
  border-width: 1px;
  background: none;
  background-color: #428bca;
  font-weight: bold;
  outline: none;
}

.wcsearch-widget-description {
  display: block;
  padding: 0 0 15px 0;
  margin: 0;
  font-style: normal;
  color: #72777c;
}
