/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.menus.css?okh0f8 ***/

/**
 * @file
 * Styles for menus and navigation markup.
 */

/**
 * Markup generated by theme_menu_tree().
 */
li a.active {
  color: #000;
}

/**
 * Markup generated by theme_links().
 */
ul.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
.form-required {
  color: #f00;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.messages.css?okh0f8 ***/

/**
 * @file
 * Styles for system messages.
 */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.theme.css?okh0f8 ***/

/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */

/**
 * Markup generated by theme_item_list().
 */
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
.form-required {
  color: #f00;
}

/**
 * Inline items.
 */

/**
 * Markup generated by theme_more_link().
 */

/**
 * Markup generated by theme_more_help_link().
 */

/**
 * Markup generated by theme_pager().
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/

/**
 * Progress bar.
 *
 * @see progress.js
 */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/sites/all/libraries/owl-carousel/owl.carousel.css?okh0f8 ***/
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/sites/all/libraries/owl-carousel/owl.theme.css?okh0f8 ***/
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

/* preloading images */
/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/sites/all/libraries/owl-carousel/owl.transitions.css?okh0f8 ***/
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
/* fade */
/* backSlide */
/* goDown */
/* scaleUp */
/* Keyframes */
/*empty*/
/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/user/user.css?okh0f8 ***/

/**
 * Override default textfield float to put the "Add role" button next to
 * the input textfield.
 */

/**
 * Password strength indicator.
 */

/* Generated by user.module but used by profile.module: */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/font-awesome.min.css?okh0f8 ***/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-search:before{content:"\f002"}.fa-th:before{content:"\f00a"}.fa-clock-o:before{content:"\f017"}.fa-tags:before{content:"\f02c"}.fa-map-marker:before{content:"\f041"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-list-ul:before{content:"\f0ca"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/style.css?okh0f8 ***/
* {
  padding: 0;
  margin: 0
}

html, body {
  height: 100%;
}

body {
  font: 12px "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  /*font-weight: 300;*/
  color: #333333;
}

body {
  line-height: 1.7em;
  background: #ffffff;
/*  margin-top: 30px;*/
}

body.find {
/*  margin-top: 80px;*/
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
}

h1, h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -.03em;
}

h1.h1-query {
  line-height: normal;
  padding: 10px 5px;
  font-size: 20px;
}

legend {
  padding: 10px 10px;
}

img {
  max-width: 100%;
}

.item-list ul li, ul li {
  margin: 0px 0px;
  list-style: none;
}

p {
  /*margin-bottom: 5px;*/
}

input, select {
  padding: 1px;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
}

a, a:link {
  /*color: #0088ee;*/
  color: #007ddd;
  text-decoration: none;
}

/*li a.active, li a, li a:link {
  color: #336699;
}*/

a:hover {
  color: #d92b81;
  text-decoration: underline;
}

img {
  border: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding:0.3em 0.5em;
  vertical-align: middle;
}

tbody {
border:medium none;
}

#center {
  /*padding-left: 15px;
  padding-right: 15px;
  width: 1000px;*/
  /*background-color: #fff;
  box-shadow: 0 0 4px 2px #eee;
  border-bottom: 1px solid #CCCCCC;  */
}

#logo {
  float: left;
  /*margin-top: 23px;*/
  margin-left: 0px;
  margin-bottom: 0px;
}

/*.front #logo {
  margin-top: 40px;
}*/

#logo img {
  /*height: 70px;*/
  width: 146px;
}

.clearboth {
  clear: both;
}

.breadcrumb {
  padding: 0px 0px 0px 0px;
}

/* main */

.main-center {
  width: 1250px;
  margin: 0px auto;
}
#main {
  /*margin-top: 10px;*/
  clear: both;
  width: 1250px;
  margin: 0px auto;
/*  width: 1260px;*/
  /*padding-left: 5px;*/
}

#main:after, #main_content:after {
  clear: both;
  content: "";
  display: table;
}

#main.hasleft #main_content {
/*  width: 650px;*/
  float: right;
}


#main.hasright #main_content {
  width: 460px;
  float: left;
}

#right_sidebar {
  width: 350px;
  /* float: left; */
  margin-left: 0px;
  padding-top: 25px;
}

.find.page-find #right_sidebar {
  margin-top: 45px;
}

.sidebar {
  float: left;
  width: 260px;
}

#left_sidebar {
  width: 260px;
  float: left;
  /*margin-right: 10px;*/
}

#main.hasleft.hasright #left_sidebar {
  float: right;
}

.find .inkuiri-content {
  position: relative;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
  margin-left: 145px;
}

.find.detail .inkuiri-content {
  margin-left: 0px;
}


/* sidebar */

#top .top_content {
  float: left;
  width: 728px;
}

/*#top2 {
  border-bottom: 1px solid #CCCCCC;
}*/

/* top content */
/*
#top_content {
  background-color: #D4ECFE;
  background-image:url(images/user_hatch_bg.gif);
  background-repeat:repeat;
  margin: 0px -10px;
  width: 985px;
  clear: both;
}

#top_content h1 {
  font-size:36px;
  font-weight:normal;
  letter-spacing:-0.03em;
  padding-bottom:15px;
  padding-top:5px;
}

#top_content input {
  background:transparent url(images/orange_button_wide.gif) no-repeat scroll 0pt;
  font-size:20px;
  font-weight:normal;
  height:37px;
  width:275px;
  color: #fff;
  border: none;
}

#top_content .contact a {
  font-size: 20px;
}


#top_content .block {
  float: left;
}     */

/* site name */

/* text */

/* autocomplete */

.autocomplete-w1 { background:url(images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }

/* pager */

.pager li a {
    background-color: #888888;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    padding: 5px 10px;
}

.pager li.next a {
  padding-right: 25px;
  padding-left: 10px;
}

.pager li.prev a {
  padding-right: 10px;
  padding-left: 22px;
}

.pager li a .quo {
  font-size: 240%;
  position: absolute;
  top: 0px;
}

.pager li.next a .quo {
  right: 10px;
}

.pager li.prev a .quo {
  left: 10px;
}

.pager {
  padding: 0px 0px;
  margin: 20px 0px;
  text-align: center;
}

.pager li {
  margin: 0 0 0.25em 0.5em;
  padding:0.2em;
  /*margin-top: 28px;*/
  text-align: center;
  font-size: 120%;
  position: relative;
  display: inline-block;
}

.pager li .active {
  background: #FF5722;
  padding: 5px 10px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
}

/* form */

#ink-es-simple-search-form {
  position: relative;
  clear: both;
  overflow: hidden;
}

.form-item {
  margin: 0px 0px;
}

.form-item input {
  padding: 4px;
}

html.js input.form-autocomplete {
  background-position: 100% 6px;
}

select {
  border: 1px solid #ddd;
}

.form-submit {
  background: #FF5722 ;
  color: #fff;
  border: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 11px;
}

/* custom */

#edit-query {
  /*font-weight: bold;*/
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;*/
  font-size: 19px;
  width: 665px;
  float: left;
  color: #666;
  font-weight: 300;
  padding: 2px 2px 3px 5px;
  height: 27px;
}
/*#edit-site-wrapper, #edit-location-wrapper {
  margin: 0px 2px;
}

#edit-site, #edit-location {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
  height: 38px;
  float: left;
  padding: 8px 2px;
  margin: 0px 0px;
  background: #FFF;
  width: 130px;
  color: #666;
  cursor: pointer;
}

#edit-location {
  border-right: 2px solid #0077DD;;
  width: 170px;
}
*/
#edit-submit {
  /*position: absolute;
  top: 0px;
  right: 0px;*/
  float: left;
  height: 38px;
  margin: 0px 0px;
}

#ink-es-simple-search-form #edit-submit {
  position: absolute;
  float: none;
  right: 12px;
  top: -3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 45px;
}

.uc-price {
  font: 15px "Segoe UI",Helvetica,Arial,sans-serif;
  color: #ff5722;
  font-weight: 700;
  display: block;
  /* bottom: 15%; */
  /* position: static; */
  /* margin: 0px auto; */
  padding: 1px 0px 5px 0px;
}

/* Node display */

/* comment */

/* search display */

ul.sphinx-search > li{
  list-style:none;
  display:block;
  /* padding:8px 0; */
  /* border-bottom:1px dotted #A9B4C3; */
  /* overflow: hidden; */
}

ul.sphinx-search > li {
  background: none repeat scroll 0 0 #fff;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
  box-sizing: border-box;
  clear: both;
  margin: 5px 0;
  /* padding: 10px; */
  position: relative;
  width: 100%;
  border: 1px solid #e4e4e4;
}

ul.sphinx-search > li:hover  {
  box-shadow: 0px 5px 10px #AAA;
}

ul.sphinx-search.list > li {
  padding: 5px 5px;
}

ul.sphinx-search > li:after {
  content: '';
  display: block;
  clear: both;
}

ul.sphinx-search > li.ads {
  background: none;
  padding: 0px;
  border: 0px none;
  margin: 20px 0px;
}

ul.sphinx-search .sphinx-field-description {
  color: #777;
  /*font-size: 90%;*/
  text-transform: lowercase;
  min-height: 50px;
}

ul.sphinx-search > li.first{
/*  padding-top: 0px;*/
}

.sphinx-field-title strong{
  color: #000;
  /*font-weight: 400;*/
  text-transform: uppercase;
  padding: 0px 2px;
}

.sphinx-field-title em {
  font: 13px "Segoe UI",Helvetica,Arial,sans-serif;
  font-variant: all-small-caps;
  font-weight: bolder;
}

.sphinx-field-title a {
  color: #4B4B4B;
}
.sphinx-field-description strong {
  color: #000;
  padding: 0px 5px;
}

.box4{
  float:left;
  width: 170px;
  /*height: 75px;*/
  text-align: left;
}

.box4 .inline {
  display: block;
  text-transform: lowercase;
  color: #777;
}

.action {
  display: block;
}

.box1{
  float:left;
  width:100px;
  /*height: 100px;*/
  text-align: center;
}

.box2{
  float:left;
  width:175px;
  margin-left: 0px;
}

.find #main.hasleft #main_content .box2 {
  width: 395px;
  margin: 0px 10px;
}

.box2 .sphinx-field-title {
  /* font-size: 12px; */
}

.box2 .sphinx-field-title a {
  text-transform: lowercase;
}
/*.box2 h2{
  margin:0px;
} */
/*.box2 .uc-price{
  color:#666666;
  display:inline;
  font-family:Arial;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2em;
  padding-right:8px;
} */

.actions a, .action {
    background-color: #ff5722;
    color: #fff !important;
    flex-grow: 1;
    display: block;
    border-radius: 3px 3px 3px 3px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
}

.actions {
  visibility: hidden;
  z-index: 10;
}

/*.actions .link_report {
  position: absolute;
  right: 0px;
  bottom: 0px;
}*/

.sphinx-search li:hover .actions {
  visibility: visible;
}

/* override search */
/* search */

/*
.box1{
  float:left;
  width:135px;
  overflow: hidden;
  margin-right: 10px;
}
.box2{
  float:left;
  width:360px;
}
.box2 h2{
  margin:0px;
}
.box2 .uc-price{
  color:#666666;
  display:inline;
  font-family:Arial;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.2em;
  padding-right:8px;
}
.box3{
  float:left;
  width:165px;
  margin-left:10px;
}
.box3 .store_name a{
  color:green;
}
*/

/*#block-block-5 .content {
  margin-top: 15px;
  padding: 0px 0px 0px 0px;
} */

/* frame */

.item-list.sort, .item-list.facet-group-11  {
  clear: both;
  overflow: hidden;
  padding: 2px 0px;
}

.item-list.sort select, .item-list.facet-group-11 select  {
  font-size: 12px;
  width: 95%;
  margin: 10px 5px;
}


/* find page */

.find #center {
  /*width: 1100px;*/
/*  margin: auto;*/
  padding: 0px 0px 0px 0px;
}

.slidebox {
  margin-bottom: 15px;
  margin-top: 15px;
}

.find #top {
  background: #007DDD;
  /*border-bottom: 1px solid #CCCCCC;*/
  box-shadow: 5px 5px 5px #aaa;
  /*position: fixed;
  top: 0px;*/
  /*width: 100%;*/
  z-index: 10;
  min-width: 950px;
  color: #fff;
  padding: 10px;
}

.front #top {
  position: static;
}

.front #top a {
  color: #fff;
}


#top {
  clear: both;
}
#top .sidebar {
  width: 125px;
  padding: 10px;
}

#top .sidebar {
  /*padding: 0px 10px;*/
}


#top .top_content {
  float: left;
  padding: 0px 0px;
}

/*.find .sidebar .block .title {
  background: none;
} */

.find #left_sidebar  {
  width: 135px;
  padding: 5px;
  /*border-right: 1px dotted #A9B4C3;
  padding-right: 5px;                */
}

.find #main {
  /*padding:  0px 15px;*/
  /*width: 1070px;*/
}

#main_content {
/*  border-right: 1px dotted #A9B4C3;
  padding-right: 5px;*/
}

/*#main.hasleft #main_content {
  float: left;
  padding-left: 200px;
  width: 750px;
}*/

#main.hasright #main_content {
  float: left;
  width: 728px;
}

#main.hasleft #left_sidebar {
  margin-left: -925px;
}

#main.hasleft.hasright #left_sidebar {
  float: left;
  margin-left: -935px;
}

.find #main.hasleft.hasright #left_sidebar {
  margin-left: 0px;
}

.find.page-find #main.hasleft.hasright #left_sidebar, .find.site #main.hasleft.hasright #left_sidebar {
  margin-top: 40px;
}

.search_image img
{
  padding: 0px;
  margin-top: 0px;
}

.site_image img {
  width: auto;
  height: auto;
}

/*.button {
  background: #fff;
  color: #333;
  padding: 5px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}*/

#facetly_facet li {
  color: #777;
}

#facetly_facet input {
  display: none;
}

#facetly_facet .count {
  display: block;
  float: right;
  background: #F5F5F5;
  padding: 0px 3px;
}

#facetly_facet li span.dynatree-selected a {
  color: #007DDD;
  text-align:none;
  text-decoration: none;
  padding: 0px;
}

#facetly_facet .item-list ul li.first {
  margin-bottom: 10px;
}


#facetly_facet li a, #facetly_facet li a:link {
  color: #777;
  /*display: block;*/
  padding: 1px 3px;
}

#facetly_facet li.active, #facetly_facet span.dynatree-selected {
  font-weight: bold;
  /*border-top: 1px solid #007DDD;
  border-bottom: 1px solid #007DDD;*/
  display: block;
  font-size: 110%;
  color: #007DDD;
}


#facetly_facet li a:hover {
  /*background: #007DDD;*/
  /*color: #FFF;*/
  /*color: #dd007d;*/
  /*font-weight: bold;*/
  text-decoration: underline;
}

.ads {
  padding-bottom: 10px;
  text-align: center;
  list-style: none;
}

/*.loading {
  background: url("images/loading.gif") no-repeat 71px 16px #FFFFFF;
  border: 1px solid #DDDDDD;
  height: 156px;
  left: 488px;
  position: fixed;
  //top: 306px;
  width: 210px;
  z-index: 1;
}*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
/*===============custom css 23-12-2013======================*/
#top .top_content {
  padding-top: 5px;
}
#top .top_content.product_search {
  padding-top: 15px;
}

#top .top_content.product_search p {
  margin-bottom: 0px;
}

/*.cache #top .top_content.product_search {
  margin-top: 21px;
}*/
/*.related-product ul {
  overflow: hidden;
  width: 655px;
}*/

#facetly_query {
  display: none;
}

.item-list.facet-group-11.sort {
  /*display: none;*/
  /* margin-left: 10px; */
  padding: 10px;
}

#left_sidebar #facetly_facet .item-list {
  padding: 1px;
  -moz-box-shadow:    2px 2px 2px 2px #eee;
  -webkit-box-shadow: 2px 2px 2px 2px #eee;
  box-shadow:         2px 2px 2px 2px #eee;
  margin: 10px 0px;
}

#left_sidebar #facetly_facet li, #left_sidebar #facetly_facet li span.dynatree-selected a {
  flex-grow: 1;
  display: block;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 10px;
  line-height: 15px;
  padding: 0px 0px 0px 2px;
}

#facetly_facet li a.active, #facetly_facet li a, #facetly_facet li a:link {
  color: #333;
  /*display: block;*/
  padding: 1px 3px;
  font-size: 11px;
}

#left_sidebar #facetly_facet li.active, #left_sidebar #facetly_facet li span.dynatree-selected a {
  display: block;
  line-height: 30px;
  visibility: visible;
  font-weight: 400;
}

#left_sidebar #facetly_facet li.title.active, #left_sidebar #facetly_facet .span-sort {
  text-align: center;;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff !important;
  background: #fff;
  margin-bottom: 0px;
  background: #ff5722;
  line-height: 30px;
  display: block;
}

/* share */
.slidebox ul.recommend {
  display: flex;
  flex-wrap: wrap;
}
.slidebox li.recommend {
  display: block;
}

.slidebox a {
  margin: 5px 5px 0px 0px;
  padding: 5px 5px;
  border: 1px solid #efefef;
  /*color: #8a8a8a;*/
  color: #4B4B4B;
  line-height: 32px;
}

.slidebox li.recommend .count {
  display: none;
}

/* sharelink */
.share {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px -2px 5px #aaa;
}

.share_link {
  display: flex;
}

.share_link li {
  margin: auto;
}

/* detail */
.breadcrumb {
  padding: 10px 0px;
}
.overview-detail {
  padding: 10px 0px;
  background: #fff;
}

.overview-img {
  float: left;
  text-align: center;
}

.overview-site {
  width: auto;
  margin-left: 310px;
}

.overview-site h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px 0;
  font-family: "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.btn-second {
  background: #ff5722;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

a.btn-second {
  color: #ffffff;
  text-decoration: none;
}

a.btn-second:hover {
  color: #000;
}

#detail_btn .btn-second {
  text-align: center;
  float: right;
  bottom: 50%;
  right: 6%;
}

.overview-body {
  margin-top: 10px;
  clear: both;
}

.table-detail td.site {
  width: 30%;
}

.table-detail td.price {
  width: 40%;
}

.det-sit {
  width: auto;
  height: 25px;
}

body {
  margin: 0px;
}

ul.sphinx-search {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/*body.detail .sphinx-search li .src-frm {
  height: 100px;
}*/

body.detail .sphinx-search li .src-frm img.lihat-detail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*find*/
.color-orange {
  color: #ff5722;
}


/*ul.sphinx-search.list > li .wrpper-list {
    border: 1px solid #f5f5f5;
  overflow: hidden;
}*/

/*ul.sphinx-search.list > li:hover .wrpper-list{
  box-shadow: 0px 5px 10px #AAA;
}*/

.hidden {
  display: none;
}

.text-primary {
  color: #337ab7;
}

.text-danger {
  color: #d9534f;
}

.text-success {
  color: #1d9d74;
}

.text-warning {
  color: #f0ad4e;
}

.detail-wrapper .overview-detail a.desc-but {
  display: block;
  width: 30%;
  left: 35%;
  bottom: -10px;
  background: #bbb;
  padding: 4px 0px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}

.detail-wrapper .overview-site ul.inline li {
  padding-right: 10px;
}

/*front*/
.banner-header {
  height: 55px;
}

.view.view-banner-promo {
  max-height: 250px;
  overflow: hidden;
  text-align: center;
}

.owl-controls {
  position: absolute;
  top: 212px;
  width: 100%;
}

.owl-controls .owl-buttons {
  position: relative;
  top: -135px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #000;
  background-color: #fff;
  margin:0px;
  padding: 24px 16px;
  box-shadow: 1px 2px 10px -1px rgba(0,0,0,.3);
  transition: box-shadow .5s ease;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
  border-radius: 0px 4px 4px 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
  border-radius: 4px 0px 0px 4px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 1px 2px 10px 1px rgba(0,0,0,.3);
}

/*.find #top {
  margin-top: -6px;
}*/

.content-fp {
    margin-top: 10px;
}

.content-fp ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ul.olshop-fp li {
    display: inline-block;
}

a {
    background-color: transparent;
}

.olshop-fp img.tko-img {
    width: 90px;
    margin: 10px 10px 10px 0px;
    height: auto;
}
.olshop-fp img {
    border: 0;
}

@media (max-width: 500px)  {
  .detail-wrapper .overview-detail a.desc-but {
    width: 50%;
    left: 26%;
  }

  #right_sidebar {
    width: 100%;
  }

  .detail-wrapper .overview-img {
    width: 100%;
  }

  .overview-site{
    display: inherit;
  }

  #detail_btn .btn-second {
    position: inherit;
    text-align: center;
  }

  .btn-second {
    width: 100%;
    padding: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 10px;
  }

  .table-detail td.site {
    width: 30%;
  }

  .table-detail td.price {
    width: 45%;
  }

  .detail-wrapper ul.sphinx-search.list {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
  }
}

ul.sphinx-search.list > li.first:hover{
  box-shadow: 0px 5px 10px #AAA;
}

.site_image img{
  height: 25px;
  width: auto;
}

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: inherit;
}

div#side-ads {
  margin-left: 15px;
  /* position: fixed; */
  /*top: 50px;*/
}

@media only screen and (max-width: 480px){
  ul.inline li{
      display:initial;
  }
}

.inkuiri-banner {
  padding-bottom: 70px;
}

/*footer*/
.sos-img{
  width: 35px;
  height: auto;
}
ul.sosmed-list {
  margin: 0;
  padding: 5px 0px;
}
ul.sosmed-list li {
  display: inline-block;
}

h3.sos-h {
  font-size: 14px;
  border-bottom: 2px solid #0077DB;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

ul.foot-list li {
  list-style: none;
  padding-top: 7px;
}

ul.foot-list li a {
  text-decoration: none;
  font-size: 12px;
}

.ca-fp {
  font-size: 12px;
}

h3.footer-h {
  font-size: 14px;
  border-bottom: 2px solid #0077DB;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.col-left {
  float: left;
  width: 210px;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 12px;
}

.footer-container {
  background-color: #f9f9f9;
  color: #767676;
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;*/
}

.nwsltr-btn {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #0077dd;
  border: none;
  font-size: 14px;
  /* margin: 10px; */
}

input.news-letter {
  height: 25px;
  margin-bottom: 5px;
  /* margin: 5px; */
  min-width: 253px;
}

span.nwsltr {
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  margin-top: 25px;
  /* padding-top: 15px; */
  /* top: 40px; */
}

.copyright {
  font-size: 12px;
}

.low-footer {
  background-color: #0077DB;
  padding: 10px 0;
  color: #fff;
  margin-top: 20px;
  /* display: inline-flex; */
  /* float: inherit; */
}

h3.sos-h, h3.footer-h {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

input.news-letter {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.col-middle-left {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 30px;
  width: 200px;
  float:left;
  /* font-size: 12px; */
  font-family: inherit;
}
.col-middle-right {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 30px;
  width: 230px;
  float:left;
}

.col-right {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 30px;
  width: 260px;
  /*text-align: center;*/
}

ul.foot-list {
  margin-top: -2px;
  line-height: 12px;
}

/*contact-us*/

input#edit-submit{
  height:inherit;
  width:100px;
  margin-bottom:30px;
}

.item-list.viewmode.facet-group-11 {
  float: right;
  /* padding-bottom: 10px; */
  clear: initial;
  /* margin-left: 10px; */
  padding: 10px;
  position: inherit;
}

/*==========  Placehorder costum  ==========*/
/*#edit-query::-webkit-input-placeholder {
  color: #999999 !important;
  font-size:14px;
}

#edit-query:-moz-placeholder {
  color: #999999 !important;
  font-size:14px;
}

#edit-query::-moz-placeholder {
  color: #999999 !important;
  font-size:14px;
}

#edit-query:-ms-input-placeholder {
  color: #999999 !important;
  font-size:14px;
}*/

#facetly_facet .viewmode {
  height: 20px;
  overflow: hidden;
  padding: 5px;
  position: initial;
  z-index: 100;
  width: 40px;
  /* float: right; */
  /* right: 0px; */
  text-align: center;
}

.viewmode a.active {
  color: #1d4975;
}

#facetly_facet .viewmode a.btn-grid .fa-list-ul {
  font-size: 16px;
}

#facetly_facet ul.dynatree-container a:hover {
  background-color: transparent;
}

.front #left_sidebar {
  text-align: right;
}

.front #main.hasright #main_content, .find #main.hasright #main_content {
  width: 878px;
  margin-top: 17px;
}

.find.detail #main.hasright #main_content, .page-node #main.hasright #main_content, .page-eform #main.hasright #main_content {
  width: 728px;
}

/*.front #left_sidebar .action {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.front #main_content > div:hover .action {
  opacity: 1;
}
*/

.front #left_sidebar h2, .find #left_sidebar h2 {
 font-size: 18px;
 text-align: right;
 font-weight: 400;
 text-transform: capitalize;
}

.front #left_sidebar p {
  text-align: right;
}

.overview-site ul li:first-child, .box4 ul li:first-child {
    padding-left: 0px;
}

p.del-price-similar, p.compare_price {
  height: 20px;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/jquery.tabs.css?okh0f8 ***/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/jquery.dynatree.css?okh0f8 ***/
/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font: Trebuchet MS,helvetica,sans-serif;
	/*font-size: 10pt;*/ /* font size should not be too big */
	/*white-space: nowrap;*/
	padding-left:-5px;
	height: 100%; /* issue 263 */
}

ul.dynatree-container li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	-moz-background-clip:border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
/*	background-attachment: scroll;
	background-color: transparent;
	background-repeat: repeat-y;
	background-image: url("vline.gif");
	background-position: 0 0;*/
	/*
	background-image: url("icons_96x256.gif");
	background-position: -80px -64px;
	*/
	margin: 0;
	padding: 1px 0 0 0;
}
/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib
{
	background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */

/* Style, when control is disabled */

/*******************************************************************************
 * Common icon definitions
 */
 /*span.dynatree-connector,*/
span.dynatree-expander
{
	width: 16px;
	height: 16px;
/*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221 */
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */


/*******************************************************************************
 * Lines and connectors
 */

span.dynatree-connector
{
	background-position: -16px -64px;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander
{
	background-position: 0px -80px;
	cursor: pointer;
}
.dynatree-exp-cl span.dynatree-expander /* Collapsed, not delayed, last sibling */
{
	background-position: 0px -96px;
}


/*******************************************************************************
 * Checkbox icon
 */

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

/* Status node icons */

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node
{
/*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221*/
/*	-moz-box-align: start; /* issue 221 */
/*  display: inline-block; /* Required to make a span sizeable */
}


/* Remove blue color and underline from title links */
ul.dynatree-container a
/*, ul.dynatree-container a:visited*/
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 3px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

ul.dynatree-container a:hover
{
/*	text-decoration: underline; */
	background-color: #F2F7FD; /* light blue */
	border-color: #B8D6FB; /* darker light blue */
}

span.dynatree-node a
{
	/*font-size: 11.7px; required for IE, quirks mode */
	display: inline-block; /* Better alignment, when title contains <br> */
/*	vertical-align: top;*/
 /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
}

ul.dynatree-container a:focus  /* @IE */
{
	background-color: #EFEBDE; /* gray */
}

span.dynatree-has-children a
{
}

span.dynatree-selected a
{
	color: green;
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/

/*** Drop marker icon *********************************************************/

/*** Source node while dragging ***********************************************/

/*** Target node while dragging cursor is over it *****************************/


/*******************************************************************************
 * Custom node classes (sample)
 */



/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/responsive.css?okh0f8 ***/
@media only screen and (max-width: 480px) {
  html, body {
    width: 100%;
  }
  #main, .main-center {
    width: 100%;
  }
  #main.hasright #main_content {
    width: 100%;
  }
  #top .top_content {
    width: 100%;
  }
  #edit-query {
    width: 100%;
    float: none;
  }
  .find #top {
    min-width: auto;
    width: auto;
  }
  .sphinx-field-description {
    display: none;
  }

  ul.sphinx-search.list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }

  ul.sphinx-search.list > li {
    width: 50%;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    flex-shrink: 1;
    box-shadow: 0 0px 0px;
  }

  .find #main.hasleft #main_content .box2 {
    width: auto;
    margin: 0px 0px;
  }

  .box2 .sphinx-field-title {
    font-size: 12px;
  }

  .sphinx-field-title strong {
    font-weight: 400;
  }

  .uc-price {
    font-weight: 15px;
  }

  .box4 {
    float: none;
    width: auto;
    text-align: left;
  }

  .actions, .actions a {
    display: block !important;
    border-radius: 0px;
    margin: 0px !important;
  }

  .action {
    width: 100%;
    padding: 5px 0px;
    display: block;
    text-align: center;
  }

  ul.inline li {
    padding: 0px 0px;
    display: block;
    margin: 0px 0px;
  }

  #top .top_content{
    float: none;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  .sidebar {
    float: none;
  }

  #edit-submit {
    display: none;
  }

  .item-list.facet-group-14 {
    display: none;
  }
  .item-list.facet-group-6 {
    display: none;
  }
  .item-list.facet-group-3 {
    left: 110px;
  }
  .item-list.facet-group-7 {
    left: auto;
    right: 0px;
  }
  #facetly_facet .item-list {
    width: 150px;
  }

  /*Front*/
  .find #top {
    box-shadow: 0px 5px 5px #aaa;
  }

  .front #main.hasright #main_content {
    width: auto;
  }

  .view-banner-promo {
    display: none;
  }

  body.front #main_content .wrapper-overflow {
    overflow: auto;
    width: auto;
    max-width: 480px;
  }

  body.front #main_content .overflow {
    width: 1000px;
    overflow: hidden;
  }

  #right_sidebar {
    position: relative;
    margin-left: 0px;
    top: 25px;
  }

  #facetly_facet .viewmode {
    display: none;
  }

  ul.sphinx-search > li.first {
    width: 170px;
    padding: 0px;
    margin: 8px auto;
    height: 370px !important;
  }

  ul.sphinx-search > li.first .box4 .actions {
    bottom: 0px !important;
    visibility: visible;
    z-index: 0;
  }

  /*ul.sphinx-search > li:hover, ul.sphinx-search > li:hover .actions {
    box-shadow: initial !important;
  }*/

  ul.sphinx-search > li {
    box-shadow: initial !important;
    display: initial;
  }

  .slidebox {
    margin-bottom: 65px;
  }

  #facetly_facet {
    text-align: center;
  }

  .bannercontent {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }

  div#side-ads {
    margin-left: 0px;
  }

  #right_sidebar {
    margin-left:0px;
  }

  h1.h1-query {
    line-height: normal;
    padding: 10px 5px;
  }

  .slidebox {
    margin: 5px;
  }

  h1, h2 {
    font-size: 20px;
  }

  .content-fp ul{
    text-align: center;
  }

  body.detail .sphinx-search li .src-frm {
    height: 156px;
  }

  .overview-site {
    margin-left: 0px;
  }
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.menus.css?okh0f8 ***/

/**
 * @file
 * Styles for menus and navigation markup.
 */

/**
 * Markup generated by theme_menu_tree().
 */
li a.active {
  color: #000;
}

/**
 * Markup generated by theme_links().
 */
ul.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em;
}

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.messages.css?okh24m ***/

/**
 * @file
 * Styles for system messages.
 */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/system/system.theme.css?okh24m ***/

/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */

/**
 * Markup generated by theme_item_list().
 */
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0 0; /* LTR */
  padding: 0;
}


/**
 * Inline items.
 */

/**
 * Markup generated by theme_more_link().
 */

/**
 * Markup generated by theme_more_help_link().
 */

/**
 * Markup generated by theme_pager().
 */

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/

/**
 * Progress bar.
 *
 * @see progress.js
 */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/modules/user/user.css?okh24m ***/

/**
 * Override default textfield float to put the "Add role" button next to
 * the input textfield.
 */

/**
 * Password strength indicator.
 */

/* Generated by user.module but used by profile.module: */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/font-awesome.min.css?okh24m ***/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-search:before{content:"\f002"}.fa-th:before{content:"\f00a"}.fa-clock-o:before{content:"\f017"}.fa-tags:before{content:"\f02c"}.fa-map-marker:before{content:"\f041"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-list-ul:before{content:"\f0ca"}


/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/jquery.tabs.css?okh24m ***/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/jquery.dynatree.css?okh24m ***/
/*******************************************************************************
 * Tree container
 */
ul.dynatree-container
{
	font: Trebuchet MS,helvetica,sans-serif;
	/*font-size: 10pt;*/ /* font size should not be too big */
	/*white-space: nowrap;*/
	padding-left:-5px;
	height: 100%; /* issue 263 */
}

ul.dynatree-container li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	-moz-background-clip:border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
/*	background-attachment: scroll;
	background-color: transparent;
	background-repeat: repeat-y;
	background-image: url("vline.gif");
	background-position: 0 0;*/
	/*
	background-image: url("icons_96x256.gif");
	background-position: -80px -64px;
	*/
	margin: 0;
	padding: 1px 0 0 0;
}
/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib
{
	background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */

/* Style, when control is disabled */

/*******************************************************************************
 * Common icon definitions
 */
 /*span.dynatree-connector,*/
span.dynatree-expander
{
	width: 16px;
	height: 16px;
/*	display: -moz-inline-box; /* @ FF 1+2 removed for issue 221 */
/*	-moz-box-align: start; /* issue 221 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("icons.gif");
	background-position: 0 0;
}

/** Used by 'icon' node option: */


/*******************************************************************************
 * Lines and connectors
 */

span.dynatree-connector
{
	background-position: -16px -64px;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */

span.dynatree-expander
{
	background-position: 0px -80px;
	cursor: pointer;
}
.dynatree-exp-cl span.dynatree-expander /* Collapsed, not delayed, last sibling */
{
	background-position: 0px -96px;
}


/*******************************************************************************
 * Checkbox icon
 */

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */

/* Status node icons */

/*******************************************************************************
 * Node titles
 */

/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node
{
/*	display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221*/
/*	-moz-box-align: start; /* issue 221 */
/*  display: inline-block; /* Required to make a span sizeable */
}


/* Remove blue color and underline from title links */
ul.dynatree-container a
/*, ul.dynatree-container a:visited*/
{
	color: black; /* inherit doesn't work on IE */
	text-decoration: none;
	vertical-align: top;
	margin: 0px;
	margin-left: 3px;
/*	outline: 0; /* @ Firefox, prevent dotted border after click */
}

ul.dynatree-container a:hover
{
/*	text-decoration: underline; */
	background-color: #F2F7FD; /* light blue */
	border-color: #B8D6FB; /* darker light blue */
}

span.dynatree-node a
{
	/*font-size: 11.7px; required for IE, quirks mode */
	display: inline-block; /* Better alignment, when title contains <br> */
/*	vertical-align: top;*/
 /* Otherwise italic font will be outside bounds */
	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
}

ul.dynatree-container a:focus  /* @IE */
{
	background-color: #EFEBDE; /* gray */
}

span.dynatree-has-children a
{
}

span.dynatree-selected a
{
	color: green;
}

#facetly_facet .viewmode .btn-grid {
  padding: 2px;
}

div#main div[id^="div-gpt-ad"] {
   border: 1px solid #e4e4e4
}

section.inkuiri-content div:first-child span {
  #display: none;
}

/*******************************************************************************
 * Drag'n'drop support
 */

/*** Helper object ************************************************************/

/*** Drop marker icon *********************************************************/

/*** Source node while dragging ***********************************************/

/*** Target node while dragging cursor is over it *****************************/


/*******************************************************************************
 * Custom node classes (sample)
 */



/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/i17/css/responsive.css?okh24m ***/
@media only screen and (max-width: 480px) {
  html, body {
    width: 100%;
  }
  #main, .main-center {
    width: 100%;
  }
  #main.hasright #main_content {
    width: 100%;
  }
  #top .top_content {
    width: 100%;
  }
  #edit-query {
    width: 100%;
    float: none;
  }
  .find #top {
    min-width: auto;
    width: auto;
  }
  .sphinx-field-description {
    display: none;
  }

  ul.sphinx-search.list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }

  ul.sphinx-search.list > li {
    width: 50%;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    flex-shrink: 1;
    box-shadow: 0 0px 0px;
  }

  .find #main.hasleft #main_content .box2 {
    width: auto;
    margin: 0px 0px;
  }

  .box2 .sphinx-field-title {
    font-size: 12px;
  }

  .sphinx-field-title strong {
    font-weight: 400;
    padding-right: 2px;
  }

  .uc-price {
    font-weight: 15px;
  }

  .box4 {
    float: none;
    width: auto;
    text-align: left;
  }

  .actions, .actions a {
    display: block !important;
    border-radius: 0px;
    margin: 0px !important;
  }

  .action {
    width: 100%;
    padding: 5px 0px;
    display: block;
    text-align: center;
  }

  ul.inline li {
    padding: 0px 0px;
    display: block;
    margin: 0px 0px;
  }

  #top .top_content{
    float: none;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  .sidebar {
    float: none;
  }

  #edit-submit {
    display: none;
  }

  .item-list.facet-group-14 {
    display: none;
  }
  .item-list.facet-group-6 {
    display: none;
  }
  .item-list.facet-group-3 {
    left: 110px;
  }
  .item-list.facet-group-7 {
    left: auto;
    right: 0px;
  }
  #facetly_facet .item-list {
    width: 150px;
  }

  /*Front*/
  .find #top {
    box-shadow: 0px 5px 5px #aaa;
  }

  .front #main.hasright #main_content {
    width: auto;
  }

  .view-banner-promo {
    display: none;
  }

  body.front #main_content .wrapper-overflow {
    overflow: auto;
    width: auto;
    max-width: 480px;
  }

  body.front #main_content .overflow {
    width: 1000px;
    overflow: hidden;
  }

  #right_sidebar {
    position: relative;
    margin-left: 0px;
    top: 25px;
  }

  #facetly_facet .viewmode {
    display: none;
  }

  ul.sphinx-search > li.first {
    width: 170px;
    padding: 0px;
    margin: 8px auto;
    height: 370px !important;
  }

  ul.sphinx-search > li.first .box4 .actions {
    bottom: 0px !important;
    visibility: visible;
    z-index: 0;
  }

  /*ul.sphinx-search > li:hover, ul.sphinx-search > li:hover .actions {
    box-shadow: initial !important;
  }*/

  ul.sphinx-search > li {
    box-shadow: initial !important;
    display: initial;
  }

  .slidebox {
    margin-bottom: 65px;
  }

  #facetly_facet {
    text-align: center;
  }

  .bannercontent {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
  }

  div#side-ads {
    margin-left: 0px;
  }

  #right_sidebar {
    margin-left:0px;
  }

  h1.h1-query {
    line-height: normal;
    padding: 20px 5px;
  }

  .slidebox {
    margin: 5px;
  }

  h1, h2 {
    font-size: 20px;
  }

  .content-fp ul{
    text-align: center;
  }
}

body.front div#main_content div.wrapper-overflow ul.media-list {
	display: flex;
	padding-left: 8px;
}

body.front div#main_content div.wrapper-overflow ul.media-list hr {
        display: none;
}

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/inkuiri/css/jquery.tagit.css?okh0f8 ***/

/* used for some custom themes that don't need image icons */

/*** uncss> filename: https://indra.2017.alpha.inkuiri.com/themes/inkuiri/css/tagit.ui-zendesk.css?okh0f8 ***/

/* Optional scoped theme for tag-it which mimics the zendesk widget. */

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */ /* without this, the menu expands to 100% in IE6 */
