

.fnav,
.fnav * {
	font-family: inherit, sans-serif;
	box-sizing:	border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.fnav {
	width: 100%;
	padding: 0 30px;
	float: left;
	position: relative;
	background: rgba(0, 0, 0, 0.50);
	
}


/* Max width restriciton */

	#max-width-nav {
		max-width: 840px;
		margin-right: auto;
		margin-left: auto;
	}


.fnav img {
	max-width: 150px;
	height: auto;
}

@media (max-width: 1024px) {
	.fnav img {
		max-width: px;
		height: auto;
	}
	
	.fnav-brand {
		margin-top: 5px!important;
	}
}

@media (max-width: 768px) {
	.fnav img {
		max-width: 50px;
		height: auto;
	}
	
	.fnav-brand {
		margin-top: 5px!important;
	}
	/* Edge to Edge on mobile */
	.fnav {
		padding: 0px;
		
	}
}

/* Fixed Nav */
.fixed {
	position: fixed;
	width: 100%;
}



/* Scroll to solid colour*/
 

.normal {
	position: absolute;
	width: 100%;
}

.subnavver {
	/* This is just here for a jquery selection - no styling needed */
}

.fnav a	{
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.fnav-brand {
	margin: 18px 30px 0 0;
	float: left;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

a.fnav-brand {
	text-decoration: none;
    color: rgba(255, 255, 255, 1.00)!important;
}

a:visited.fnav-brand {
	color: inherit;
}

a.fnav-brand:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00)!important;
}

.fnav-menu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.fnav-menu.fnav-right {
	float: right;
}

.fnav-menu > li {
	display: inline-block;
	float: left;
}

.fnav-menu > li > a {
	padding: 26px 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: rgba(204, 204, 204, 1.00);
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	position:relative;
	
}

.fnav-menu > li.active > a,
.fnav-menu > li:hover > a {
	color: rgba(255, 255, 255, 1.00);

}

li.subnavver a:hover:before {
	display: none !important;
}

.fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 180px;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.50);
}
.fnav-menu ul.dropdown li ul.dropdown {
    left: 100%;
}

.fnav-menu ul.dropdown li {
	clear: both;
	width: 100%;
	border: 0 none;
	font-size: 12px;
	position: relative;
}

.fnav-menu ul.dropdown li a {
	width: 100%;
	background: none;
	padding: 10px 25px 10px 22px;
	color: rgba(170, 170, 170, 1.00);
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	-o-transition: padding .2s linear;
	-moz-transition: padding .2s linear;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	font-size: 11px;
}

.fnav-menu ul.dropdown li:hover > a {
	padding-left: 28px;
	padding-right: 19px;
	color: rgba(255, 255, 255, 1.00);
}

.fnav-menu ul.dropdown.dropdown-left {
	left: none;
}
.fnav-menu ul.dropdown li ul.dropdown.dropdown-left {
	left: -100%;
}

.fnav-menu li .indicator {
	margin-left: 3px;
}
.fnav-menu li ul.dropdown li .indicator {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 15px;
}

.fnav .showhide {
	width: 60px;
	height: 46px;
	padding: 13px 0 0;
	display: none;
	float: right;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.fnav .showhide em {
	width: 20px;
	height: 3px;
	margin: 3.5px 20px 0;
	float: right;
	background: rgba(255, 255, 255, 1.00);
}

 

@media (max-width: 768px) {
	.fnav-responsive.fnav {
		padding: 0;
	}
	
	.fnav-responsive .fnav-brand{
		margin: 8px 30px 10px 20px;
		font-size: 20px;
		line-height: 1.55;
	}
	
	.fnav-responsive .showhide{
		margin: 0;
	}
	
	.fnav-responsive .fnav-menu{
		width: 100%;
		float: left !important;
	}
	
	.fnav-responsive .fnav-menu.scrollable{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.fnav-responsive .fnav-menu.scrollable > .scrollable-fix{
		display: block;
	}
	
	.fnav-responsive .fnav-menu > li{
		width: 100%;
		display: block;
		position: relative;
	}
	
	.fnav-responsive .fnav-menu > li > a{
		width: 100%;
		padding: 12px 20px;
		display: block;
		border-bottom: solid 1px #f0f0f0;
	}
	.fnav-responsive .fnav-menu > li:first-child > a{
		border-top: solid 1px #f0f0f0;
	}
	
	.fnav-responsive .fnav-menu > li.subnavver:first-child > a{
		border-top: 0px;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown,
	.fnav-responsive .fnav-menu ul.dropdown li ul.dropdown{
		width: 100%;
		left: 0;
		position: static;
		border: none;
		background: rgba(0, 0, 0, 0.50);
		float: left;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown li{
		position: relative;
	}
	
	.fnav-responsive .fnav-menu ul.dropdown li a{
		border-bottom: solid 1px #f0f0f0;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > a {
		padding-left: 40px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 60px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 80px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li:hover > a {
		padding-left: 50px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 70px !important;
	}
	
	.fnav-responsive .fnav-menu.fnav-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 90px !important;
	}
	
	.fnav-responsive .fnav-menu li .indicator{		
		width: 60px;
		height: 45px;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 22px;
		text-align: center;
		line-height: 43px;
		border-left: solid 1px #f5f5f5;
	}
	
	.fnav-responsive .fnav-menu li ul.dropdown li .indicator{
		height: 38px;
		right: 0;
		top: 0;
		font-size: 18px;
		line-height: 36px;
	}

}

/* Animation Sets */
.zoom-in {
    -webkit-animation: zoomIn 400ms ease both;
    -moz-animation: zoomIn 400ms ease both;
    -o-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
    0% { -webkit-transform: scale(1.5); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomIn {
    0% { -moz-transform: scale(1.5); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomIn {
    0% { opacity: 0; -o-transform: scale(1.5); }
    100% { opacity: 1; -o-transform: scale(1); }
}
@keyframes zoomIn {
    0% { transform: scale(1.5); }
    100% { transform: scale(1); }
}
.zoom-out{
    -webkit-animation: zoomOut 400ms ease both;
    -moz-animation: zoomOut 400ms ease both;
    -o-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomOut {
    0% { -moz-transform: scale(.6); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomOut {
    0% { -o-transform: scale(.6); }
    100% { -o-transform: scale(1); }
}
@keyframes zoomOut {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}
.drop-up{
    -webkit-animation: drop-up 400ms ease both;
    -moz-animation: drop-up 400ms ease both;
    -o-animation: drop-up 400ms ease both;
    animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
    0% { -webkit-transform: translateY(100px); }
    100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes drop-up {
    0% { -moz-transform: translateY(100px); }
    100% { -moz-transform: translateY(0); }
}
@-o-keyframes drop-up {
    0% { -o-transform: translateY(100px); }
    100% { -o-transform: translateY(0); }
}
@keyframes drop-up {
    0% { transform: translateY(100px); }
    100% { transform: translateY(0); }
}
.drop-left{
    -webkit-animation: drop-left 400ms ease both;
    -moz-animation: drop-left 400ms ease both;
    -o-animation: drop-left 400ms ease both;
    animation: drop-left 400ms ease both;
}
@-webkit-keyframes drop-left {
    0% { -webkit-transform: translateX(-100px); }
    100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes drop-left {
    0% { -moz-transform: translateX(-100px); }
    100% { -moz-transform: translateX(0); }
}
@-o-keyframes drop-left {
    0% { -o-transform: translateX(-100px); }
    100% { -o-transform: translateX(0); }
}
@keyframes drop-left {
    0% { transform: translateX(-100px); }
    100% { transform: translateX(0); }
}
.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: swing 400ms ease-out both;
	-moz-animation: swing 400ms ease-out both;
	-o-animation: swing 400ms ease-out both;
	animation: swing 400ms ease-out both;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.flip{
	-webkit-animation: flip 700ms ease both;
	-moz-animation: flip 700ms ease both;
    -o-animation: flip 700ms ease both;
    animation: flip 700ms ease both;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.roll-in{
	-webkit-animation: roll-in 400ms ease both;
	-moz-animation: roll-in 400ms ease both;
    -o-animation: roll-in 400ms ease both;
    animation: roll-in 400ms ease both;
}
@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    -ms-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.stretch{
	-webkit-animation: stretch 500ms ease both;
	-moz-animation: stretch 500ms ease both;
    -o-animation: stretch 500ms ease both;
    animation: stretch 500ms ease both;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}
@keyframes stretch{
	0% { transform: scaleX(0.3); }
	40% { transform: scaleX(1.02); }
	60% { transform: scaleX(0.98); }
	80% { transform: scaleX(1.01); }
	100% { transform: scaleX(0.98); }				
	80% { transform: scaleX(1.01); }
	100% { transform: scaleX(1); }							
}
@-webkit-keyframes stretch{
	0% { -webkit-transform: scaleX(0.3); }
	40% { -webkit-transform: scaleX(1.02); }
	60% { -webkit-transform: scaleX(0.98); }
	80% { -webkit-transform: scaleX(1.01); }
	100% { -webkit-transform: scaleX(0.98); }				
	80% { -webkit-transform: scaleX(1.01); }
	100% { -webkit-transform: scaleX(1); }		
}
@-o-keyframes stretch{
	0% { -o-transform: scaleX(0.3); }
	40% { -o-transform: scaleX(1.02); }
	60% { -o-transform: scaleX(0.98); }
	80% { -o-transform: scaleX(1.01); }
	100% { -o-transform: scaleX(0.98); }				
	80% { -o-transform: scaleX(1.01); }
	100% { -o-transform: scaleX(1); }		
}

/* Divider */
 

/* Hide Divider Lines Mobile */
 


/* Align Center */


/* Align Dropdown items */

	@media (min-width: 768px) {
		.fnav-menu ul.dropdown li a {
			text-align: left;
		}
}







/* Start Content Below Navigation */
 
	
	.offset-content {
		position: relative;
	}



/*

/* SKINS*/

/*
Border Bottom Skin
*/



/*
Border Top Skin
*/



	/* Menu Items */
	.fnav-menu > li > a{
		padding: 22px 16px 26px;
		border-top: solid 2px transparent;
		-o-transition: border 0.4s linear;
		-moz-transition: border 0.4s linear;
		-webkit-transition: border 0.4s linear;
		transition: border 0.4s linear;
	}
	
	/* Active/hover state (Menu Items) */
	.fnav-menu > li.active > a,
	.fnav-menu > li:hover > a{
		border-top-color: rgba(255, 255, 255, 1.00);
	}
	
	
	/* Mobile mode (Responsive mode) */
	@media (max-width: 768px){
		.fnav-responsive .fnav-menu > li > a{
			padding: 12px 20px !important;
			border-top-width: 1px;
		}
	}




/*
Border Boxed Skin
*/


















/*
Gradient Skin
*/



/*
Mobile Logo overwrites
*/
 

/*
Fade in Navigation Animation
*/
 

/* Hide Accessibility Highlights */
 

/*
	Hacks for Microsoft Windows IE Browsers
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    /* Hack for bullets to stop appearing in IE*/
    .fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {display: block!important;}
    .fnav-menu  {display: block;}

}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
    .fnav-menu ul.dropdown, .fnav-menu ul.dropdown li ul.dropdown {display: block!important;}
    .fnav-menu  {display: block;}
}/* Buttons Section */

.paypal-btn-stacks_in_215_page0 {
  cursor: pointer;
  width         : auto;
  border-color  : transparent;
  border-radius : 4px;
  /*font-size     : px;*/
  font-size: 16px;
  /*height : 42px;*/
  margin: 14px auto 0;
  padding: 10px;
  color: #AECEE8;
  display: block;
}

.paypal-btn-stacks_in_215_page0 a {
  text-decoration : none;
  cursor          : pointer;
}

.paypal-btn-stacks_in_215_page0 {
  padding-right : 95px;
  background    : url("../files/paypal.svg") no-repeat 85% 56% #009CDE;
}

button#checkout-button-price_123-stacks_in_215_page0 {
  display: block; margin: 0 auto;
  cursor:pointer;
}

.authorizenet-btn-stacks_in_215_page0 {
  cursor: pointer;
  width         : auto;
  border-color  : transparent;
  border-radius : 4px;
  /*font-size     : px;*/
  font-size: 12px;
  /*height : 42px;*/
  margin: 14px auto 0;
  padding: 5px;
  color: #FFFFFF;
  display: block;
}

.authorizenet-btn-stacks_in_215_page0 a {
  text-decoration : none;
  cursor          : pointer;
}

.authorizenet-btn-stacks_in_215_page0 {
  padding-right : 100px;
  background    : url("../files/anet.svg") no-repeat 85% 56% #2F5571;

}

#divAuthorizeNetPopupScreen {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #808080;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#divAuthorizeNetPopup {
			position: absolute;
			left: 50%;
			top: 50%;
			display: inline-block;
			margin-left: -200px;
			margin-top: -200px;
			z-index: 2;
			overflow: visible;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
			background-color: #dddddd;
			border-width: 1px;
			border-style: solid;
			border-color: #a0a0a0 #909090 #909090 #a0a0a0;
			padding: 4px;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
			height: 23px;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
			position: absolute;
			right: 7px;
			top: 7px;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
			background-image: url("../files/images/close_button.png");
			background-repeat: no-repeat;
			height: 16px;
			width: 16px;
			display: inline-block;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:hover {
			background-image: url("../files/images/close_button.png");
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:active {
			background-image: url("../files/images/close_button.png");
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
			background-color: #ffffff;
			border-width: 2px;
			border-style: solid;
			border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
			height: 30px;
			}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
			position: absolute;
			right: 9px;
			bottom: 4px;
			width: 200px;
			height: 25px;
			background-image: url("../files/images/close_button.png");
			}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
			border: 1px solid #585858;
			background-color: #ffffff;
			}
#stacks_in_135_page0 {
	background-color: rgba(204, 204, 204, 1.00);
}
  

#stacks_in_95_page0>.s3_row {
	margin: 0 -0px;
}

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








  


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




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



}



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


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





}




  




#stacks_in_63_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}

#stacks_in_192_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}
/* Edit Mode UI  */



/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: $modal-delay;
          transition-delay: $modal-delay;
}


/* Tidy for Designed Theme */

.modal {
	background-color: #fafafa;
	max-height: auto;
	width: auto;
	border-radius: 0px;
	box-shadow: none;
}

/* END of HACK */

.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
}
.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
#stacks_in_137_page0.modal__content {
  background: #FFEBEE;	
}
.modal__content--active {
  opacity: 1;
}
.modal__close {
  z-index: 1100;
  cursor: pointer;
}
.modal__trigger {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#stacks_in_137_page0.modal__trigger {
   color: #6D6D6D;
   background: #FFEBEE;
  margin: 10px;
}

.modal__trigger--active {
  z-index: 10;
}
#stacks_in_137_page0.modal__trigger:hover {
  background: #E5D3D6;
}
#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFEBEE;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.rw-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /*Hack for Designed*/
  line-height: 1em;
}
.rw-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.rw-close:hover {
  background: rgba(0,0,0,0.6);
}
#stacks_in_106_page0 {
	background-color: rgba(204, 204, 204, 1.00);
	padding:  20px;
}

#stacks_in_216_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_115_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_115_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_197_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_197_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_204_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}

#stacks_in_100_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}

#stacks_in_146_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_189_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_189_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_162_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_111_page0_yuzoolthemes_materialize_icons {



}.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_190_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_190_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_46_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}

#stacks_in_157_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}

#stacks_in_212_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}

#stacks_in_210_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}

#stacks_in_200_page0 {
	background-color: rgba(74, 126, 84, 0.92);
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_196_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_196_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_155_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}

#stacks_in_148_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.stacks_in_119_page0_yuzoolthemes_materialize_icons {



}
#stacks_in_119_page0 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_120_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}

#stacks_in_208_page0 {
	background-color: rgba(64, 128, 2, 1.00);
	padding:  20px;
}
