/*
 * Live Search
 * Author: Jonathan Meadows
 * Website: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Verson: 1.0.0
 */
#stacks_in_2 * {
  box-sizing: border-box;
}
#stacks_in_2 *:focus {outline:none;}
.searchingstacks_in_2 .stacks_top,
.searchingstacks_in_2 .stacks_in,
.searchingstacks_in_2 .stacks_out {
  overflow: visible;
}
#stacks_in_2 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_2_pages { display: none;}
#stacks_in_2_tipue_search_input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_2_tipue_search_content {
  display: none;
  padding: 20px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_2_tipue_search_input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_2 svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
/**/
/**/
#stacks_in_2_tipue_search_content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_2 #stacks_in_2_tipue_search_content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_2_tipue_search_content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_2_tipue_search_content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_2_tipue_search_content .h01, mark {
  background: yellow;
}
.searchingstacks_in_2 #stacks_in_2_tipue_search_content {
  display: block !important;
}
#stacks_in_2_tipue_search_warning {
  margin: 7px 0;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_2_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_2_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_2_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_2_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_2_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_2_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner {
  padding: 31px 0;
  width: 50px;
  height: 28px;
}
.tipue_search_spinner > div:after {
  content: "\f29a";
  font-family: "Ionicons";
  font-size: 24px;
  padding: 10px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
.tipue_search_spinner .tipue_search_rect2 {
  display: none;
}
.tipue_search_spinner .tipue_search_rect3 {
  display: none;
}

/**/
#stacks_in_2_tipue_search_content {
  color: #555555;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}
#stacks_in_2_tipue_search_content:after {
  border-color: transparent transparent #FFFFFF transparent;
}
.tipue_search_content_title a {
  color: #3795CF;
  font-size: 18px;
  font-family: inherit;
}
.tipue_search_content_title a:hover{
  color: #67C5FF;
}
.tipue_search_content_url a {
  color: #3795CF;
}
.tipue_search_content_url a:hover{
  color: #67C5FF;
}
.tipue_search_content_text {
  line-height: 18px;
}
.tipue_search_content_debug{

}
#stacks_in_2_tipue_search_content .h01{
  background: #FFFF00;
}

#stacks_in_2_tipue_search_foot_boxes li a {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 1px;
  color: #555555;
}
#stacks_in_2_tipue_search_foot_boxes li.current{
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 1px;
  color: #3795CF;
}
#stacks_in_2_tipue_search_foot_boxes li a:hover{
  background: rgba(0,0,0,0.05);
}
#stacks_in_2_tipue_search_warning a{

}
#stacks_in_2_tipue_search_warning a:hover{

}
#stacks_in_2_tipue_search_results_count{

}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}




/*
#stacks_in_2 .suggestions {
  display: none;
}
*/

#stacks_in_2 .additional-pages {
  display: none;
}


#slice_mez_4 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_4.selected {
  border-color: #2680fc !important;
}
#slice_mez_4 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_4 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_4 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_4.hidden > #stacks_in_4 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
