
#stacks_out_1 {
	width: 96%;
}
/* If modifying any of this code, update the template.html file too */

#backToTopAnchorPoint {
	display: block;
	height: 0px;
	overflow: hidden;
}

.backToTopButton {
	text-decoration: none;
	color: #FFFFFF;
	
	display: none;
	position: fixed;
	z-index: 999;
	bottom:150px;right:50px;
	
	
	font-size: 43px;
	line-height: 1.00em;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 1.00);
	transition: all 300ms ease-in-out;
}

.backToTopButton:hover {
	border: 1px solid rgba(0, 0, 0, 1.00);
	color: #CCCCCC;
}




/* Vertical gradient fill */
.backToTopButton {
	background-color: rgba(102, 102, 102, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 1.00)), to(rgba(25, 25, 25, 1.00)));
	background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -ms-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 1.00)), color-stop(100%, rgba(25, 25, 25, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -o-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
}

.backToTopButton:hover {
	background-color: rgba(25, 25, 25, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(102, 102, 102, 1.00)), to(rgba(25, 25, 25, 1.00)));
	background-image: -moz-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -ms-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(102, 102, 102, 1.00)), color-stop(100%, rgba(25, 25, 25, 1.00)));
	background-image: -webkit-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: -o-linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
	background-image: linear-gradient(top, rgba(102, 102, 102, 1.00), rgba(25, 25, 25, 1.00));
}














@media print {
	/* Hides the button if the page is printed or saved as a PDF */
	.backToTopButton {
		display: none;
	}
}















#stacks_in_83 {
	margin: 0px 0px 0px 1px;
}
/* @group Reset */

#ss3Wrapperstacks_in_18 {
	padding: 0;
	margin: 0;
}

#ss3Wrapperstacks_in_18 *,
#ss3Wrapperstacks_in_18 *:before,
#ss3Wrapperstacks_in_18 *:after {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;	
}

#ss3Wrapperstacks_in_18 img {
    width: 100% !important;
    max-width: none;
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
    vertical-align: middle;
}

#bxsliderstacks_in_18 {
	max-height: 0px;
	overflow: hidden;
}

/*  */

/* @end */

/* @group BX Slider */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 35px;
	padding: 0;
	*zoom: 1;
}

/** THEME
===================================*/

/*.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*!/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(128, 128, 128, 1.00);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgba(51, 51, 51, 1.00);
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	text-align: left;
}

.bx-wrapper .bx-next {
	right: 10px;
	text-align: right;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 30px;
	height: 30px;
	z-index: 9999;
	font-size: 30px;
	color: #000000;
	transition: color 300ms ease-in-out;
}

.bx-wrapper .bx-controls-direction a:hover {
	color: #555555;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */

#stacks_in_57 {
	margin:  20px;
	padding:  20px;
}
/*
1.9.0

 */
#stacks_in_57_9 * {
  box-sizing: border-box;
}
#stacks_in_57_9 *:focus {outline:none;}
.searchingstacks_in_57_9 .stacks_top,
.searchingstacks_in_57_9 .stacks_in,
.searchingstacks_in_57_9 .stacks_out {
  overflow: visible;
}
#stacks_in_57_9 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_57_9_pages { display: none;}
#stacks_in_57_9_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  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_57_9_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_57_9_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_57_9 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_57_9 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_57_9 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_57_9 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_57_9 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_57_9_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #000000;
  background-color: #FFFFFF;
}
#stacks_in_57_9 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_57_9 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_57_9 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_57_9 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_57_9 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_57_9 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_57_9_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
/**/
/**/
/**/
#stacks_in_57_9_tipue_search_content,
.live-search-content {
  padding: 5px;
  margin: 0px 0px 20px 0px;
  background: transparent !important;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms linear;
  opacity: 0;
}
.searchingstacks_in_57_9 #stacks_in_57_9_tipue_search_content,
.searchingstacks_in_57_9.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 300ms linear;
  opacity: 1;
  position: relative;
  max-height: 2000px;
}
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_57_9_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_57_9 #stacks_in_57_9_tipue_search_content,
.searchingstacks_in_57_9.live-search-content {
  display: block !important;
}
#stacks_in_57_9_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_57_9_tipue_search_warning {
display: block;
}

.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_57_9_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_57_9_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_57_9_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_57_9_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_57_9_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_57_9_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #FFFFFF;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #FFFFFF;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_57_9_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_57_9_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/

@-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_57_9 .additional-pages,
#stacks_in_57_9 .excluded-pages {
  display: none;
}


#stacks_out_57_9 {
	width: 66%;
}
#slice_mez_57_10 {
  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_57_10.selected {
  border-color: #2680fc !important;
}
#slice_mez_57_10 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_57_10 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_57_10 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_57_10.hidden > #stacks_in_57_10 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_57_12 {
  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_57_12.selected {
  border-color: #2680fc !important;
}
#slice_mez_57_12 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

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

#stacks_in_79_1 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_79_1 {
	width: 66%;
}
/* @group CSS Reset */

#shareStackWrapperstacks_in_59_1 *,
#shareStackWrapperstacks_in_59_1 *::after,
#shareStackWrapperstacks_in_59_1 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

#shareStackWrapperstacks_in_59_1 [class^="fa fa-"] {
	line-height: 50px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_59_1 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_59_1 ul#shareStackArraystacks_in_59_1 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_59_1 #shareStackItem-baidustacks_in_59_1 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-bloggerstacks_in_59_1 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-deliciousstacks_in_59_1 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-diggstacks_in_59_1 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-facebookstacks_in_59_1 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-googleplusstacks_in_59_1 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-linkedinstacks_in_59_1 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-livejournalstacks_in_59_1 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-myspacestacks_in_59_1 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-odnoklassnikistacks_in_59_1 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-pocketstacks_in_59_1 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-redditstacks_in_59_1 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-renrenstacks_in_59_1 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-stumbleuponstacks_in_59_1 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-tumblrstacks_in_59_1 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-twitterstacks_in_59_1 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-viadeostacks_in_59_1 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-vkontaktestacks_in_59_1 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-weibostacks_in_59_1 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-xingstacks_in_59_1 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_59_1 #shareStackItem-emailstacks_in_59_1 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-printstacks_in_59_1 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_59_1 #shareStackItem-customonestacks_in_59_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-customtwostacks_in_59_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-customthreestacks_in_59_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-customfourstacks_in_59_1 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_59_1 #shareStackItem-customfivestacks_in_59_1 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_59_1 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */

#stacks_in_59_1 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_59_1 {
	width: 67%;
}



	#stacks_in_87_2 .button_icon,#stacks_in_87_2 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_87_2 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_87_2 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_87_2 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_87_2 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_87_2 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_87_2 .button_icon,#stacks_in_87_2 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_87_2 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_87_2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:48px;
	background:rgba(0, 0, 0, 1.00);
}
#stacks_in_87_2 a.sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_87_2 a.sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_87_2 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(20, 20, 20, 1.00);
}
#stacks_in_87_2 .sweet_button:active{
	background: rgba(0, 0, 0, 1.00);
}
#stacks_in_87_2 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_87_2 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_87_2 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}








#stacks_in_87_2 {
	background-color: rgba(0, 0, 0, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_85_1 {
	margin:  20px;
	padding:  20px;
}

#stacks_out_85_1 {
	width: 66%;
}
#stacks_in_75_2>.s3_row {
	margin: 0 -50px;
}

#stacks_in_75_2>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_75_2>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_75_2>.s3_row>.s3_column {
	padding: 0 50px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_75_2>.s3_row  {
		margin: -50px 0;
	}
	#stacks_in_75_2>.s3_row>.s3_column {
		padding: 50px 0;
		width:100%;
	}


}






#stacks_in_75_2 {
	margin:  19px;
	padding:  20px;
}

#stacks_out_75_4 {
	width: 250px;
}
