/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_2 #myExtraContent6,
#ExtraContentPlusstacks_in_2 #fs {
	display: none;
}


#stacks_in_3 {
	margin: 0px 0px 20px 0px;
}

#stacks_out_3 {
	width: 84%;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_74 #myExtraContent8,
#ExtraContentPlusstacks_in_74 #fs {
	display: none;
}

/**
 * SuperBox
 * The lightbox reimagined. Fully responsive HTML5 image galleries.
 *
 * Latest version: https://github.com/seyDoggy/superbox
 * Original version: https://github.com/toddmotto/superbox
 *
 * Copyright 2013 Todd Motto <http://www.toddmotto.com>
 * Copyright 2013 Adam Merrifield <http://seydesign.com>
 *
 * Licensed under the MIT license <http://www.opensource.org/licenses/mit-license.php>
 */


#stacks_in_48 *,
#stacks_in_48 *:before,
#stacks_in_48 *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#stacks_in_48 a,
#stacks_in_48 a:active,
#stacks_in_48 a:focus {
	outline: none;
	border: none;
}

#stacks_in_48 .my_super_box {
	margin-left: -0.05rem;
	margin-right: -0.05rem;
	overflow: hidden;
}

#stacks_in_48 .superbox_active {
	word-spacing: 0;
	letter-spacing: 0;
	font-size: 0;
}

#stacks_in_48 .superbox_active * {
	word-spacing: normal;
	letter-spacing: normal;
	/* font-size: 16px; */
}

#stacks_in_48 .superbox_active .superbox_list > div {
	font-size: 0;
}

#stacks_in_48 .superbox_active .superbox_list {
	display:inline-block;
	width:12.5%;
	zoom:1;
  position: relative;
	vertical-align: bottom; /* Fixes FireFox word-space accumulation */
}



#stacks_in_48 .superbox_active .superbox_list img {
	vertical-align: bottom;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	display: block;
	padding: 0.05rem;
  border-radius: 0.00rem;
}

#stacks_in_48 .superbox_list .superbox_caret_icon {
  width: 0;
  height: 0;
  display: none !important;
  border: 1.50rem solid transparent;
  border-bottom-color: rgba(255, 255, 255, 1.00);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  transition: all 300ms ease-in-out;
  margin-bottom: -0.05rem;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_48 .superbox_list .superbox_caret_icon {
    border-bottom-color: rgba(255, 255, 255, 1.00);
  }
}

#stacks_in_48 .superbox_list.superbox-O .superbox_caret_icon {
  display: block;
}

#stacks_in_48 .superbox_active .superbox_show {
	position: relative;
	display: table;
	float: left;
  width: calc(100% - 0.05rem) !important;
	padding: 3.50rem;
	background: rgba(34, 34, 34, 1.00);
	text-align: center;
	margin-top: 0.05rem;
	margin-bottom: 0.05rem;
  max-height: 40rem;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_48 .superbox_active .superbox_show {
    background: rgba(34, 34, 34, 1.00);
  }
}

#stacks_in_48 .superbox_active .superbox_content {
  display: block;
  padding-top: 3.50rem;
  opacity: 0;
  text-align: left;
  
  
  
}

#stacks_in_48 .superbox_active .superbox_caption {
  font-size: 1.20rem;
  color: rgba(136, 136, 136, 1.00);
}

#stacks_in_48 .superbox_active .superbox_caption strong,
#stacks_in_48 .superbox_active .superbox_caption h1,
#stacks_in_48 .superbox_active .superbox_caption h2,
#stacks_in_48 .superbox_active .superbox_caption h3,
#stacks_in_48 .superbox_active .superbox_caption h4,
#stacks_in_48 .superbox_active .superbox_caption h5,
#stacks_in_48 .superbox_active .superbox_caption h6 {
  color: rgba(255, 255, 255, 1.00);
}

@media (prefers-color-scheme: dark) {
  #stacks_in_48 .superbox_active .superbox_caption {
    color: rgba(136, 136, 136, 1.00);
  }

  #stacks_in_48 .superbox_active .superbox_caption strong,
  #stacks_in_48 .superbox_active .superbox_caption h1,
  #stacks_in_48 .superbox_active .superbox_caption h2,
  #stacks_in_48 .superbox_active .superbox_caption h3,
  #stacks_in_48 .superbox_active .superbox_caption h4,
  #stacks_in_48 .superbox_active .superbox_caption h5,
  #stacks_in_48 .superbox_active .superbox_caption h6 {
    color: rgba(255, 255, 255, 1.00);
  }
}

#stacks_in_48 .superbox_active .superbox_html_code {
  padding-top: 1.00rem;
  text-align: left;
  font-size: 1.20rem;
}

@media screen and (min-width: 48rem) {
  #stacks_in_48 .superbox_active .superbox_show {
    display: flex;
    
    align-items: center;
    justify-content: space-evenly;
  }

  #stacks_in_48 .superbox_active .superbox_full_image {
    
    
    position: relative;
  }

  #stacks_in_48 .superbox_active .superbox_content {
    
    
    padding-top: 0;
    padding-left: 3.50rem;
    order: 2;
    width: 30.00rem;
    
    overflow: auto;
    max-height: calc(40rem - 3.50rem - 3.50rem);
  }
}

#stacks_in_48 .superbox_active .superbox_show img.superbox_current_img {
	width: auto;
  max-height: calc(40rem - 3.50rem - 3.50rem);
	border: 0.10rem solid rgba(94, 94, 94, 1.00);
	opacity: 0;
  border-radius: 0.00rem;
  position: relative;
  z-index: 1;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_48 .superbox_active .superbox_show img.superbox_current_img {
  	border: 0.10rem solid rgba(94, 94, 94, 1.00);
  }
}

#stacks_in_48 .superbox_full_image a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#stacks_in_48 .superbox_active .superbox_close_btn,
#stacks_in_48 .superbox_active .superbox_prev_btn,
#stacks_in_48 .superbox_active .superbox_next_btn {
	position: absolute;
	width: 2.00rem;
	height: 2.00rem;
  font-size: 2.00rem;
  line-height: 2.00rem;
	color: rgba(136, 136, 136, 1.00);
	text-decoration: none;
	opacity: 0;
	cursor: pointer;
	display: block !important;
	transition: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_48 .superbox_active .superbox_close_btn,
  #stacks_in_48 .superbox_active .superbox_prev_btn,
  #stacks_in_48 .superbox_active .superbox_next_btn {
  	color: rgba(192, 192, 192, 1.00);
  }
}

#stacks_in_48 .superbox_active .superbox_close_btn {
	top: 0.75rem;
	right: 0.75rem;
  text-align: right;
}














#stacks_in_48 .superbox_active .superbox_prev_btn,
#stacks_in_48 .superbox_active .superbox_next_btn {
	bottom: 0.75rem;
}

#stacks_in_48 .superbox_active .superbox_next_btn {
	right: 0.75rem;
  text-align: left;
}

#stacks_in_48 .superbox_active .superbox_prev_btn {
	right: calc(0.75rem + 0.3rem + 2.00rem);
  text-align: left;
}

#stacks_in_48 .superbox_active .superbox_show {
  padding: 3.50rem;
}

#stacks_in_48 .superbox_active .superbox_show img.superbox_current_img {
  max-height: calc(40rem - 3.50rem - 3.50rem);
}


#stacks_in_48 .superbox_active .superbox_show > a > i {
	font-size: 2.00rem;
	line-height: 1;
}

#stacks_in_48 .superbox_active .superbox_close_btn:hover,
#stacks_in_48 .superbox_active .superbox_prev_btn:hover,
#stacks_in_48 .superbox_active .superbox_next_btn:hover {
	text-decoration:none;
	opacity:1 !important;
}

#stacks_in_48 .superbox_active .superbox_float {
	float:left;
}

/* Special Effects */



























#stacks_in_48 .superbox_active .superbox_list .superbox_mouseover_title {
  display: none;
}





/* Resonsive Rules */

#stacks_in_48 .superbox_active .superbox-1 { width:100%; }
#stacks_in_48 .superbox_active .superbox-2 { width:50%; }
#stacks_in_48 .superbox_active .superbox-3 { width:33.33333%; }
#stacks_in_48 .superbox_active .superbox-4 { width:25%; }
#stacks_in_48 .superbox_active .superbox-5 { width:20%; }
#stacks_in_48 .superbox_active .superbox-6 { width:16.66667%; }
#stacks_in_48 .superbox_active .superbox-7 { width:14.28571%; }
#stacks_in_48 .superbox_active .superbox-8 { width:12.5%; }
#stacks_in_48 .superbox_active .superbox-9 { width:11.11111%; }
#stacks_in_48 .superbox_active .superbox-10 { width:10%; }
#stacks_in_48 .superbox_active .superbox-11 { width:9.09090%; }
#stacks_in_48 .superbox_active .superbox-12 { width:8.33333%; }



@media print {
	#stacks_in_48 .superbox_active .superbox_list {
		width: 100%;
	}
}

#stacks_in_48 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_48 {
	margin-left:0;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_92 #myExtraContent9,
#ExtraContentPlusstacks_in_92 #fs {
	display: none;
}

/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_94 {
	max-width: 700px;
	margin: 0 auto;
}

#refinedSliderWrapperstacks_in_94 img {
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	border-radius: 5px;
}

#refinedSliderWrapperstacks_in_94 .nivo-slice {
	z-index: 20;
}

.nivo-controlNav img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

#refinedSliderWrapperstacks_in_94 a,
#refinedSliderWrapperstacks_in_94 a:visited,
#refinedSliderWrapperstacks_in_94 a:hover,
#refinedSliderWrapperstacks_in_94 a:active,
#refinedSliderWrapperstacks_in_94 a:focus {
	border: none;
	outline: none;
}

#refinedSliderWrapperstacks_in_94 a.nullLink {
	cursor: default;
}

#refinedSliderWrapperstacks_in_94 a.refinedSliderLink {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Directional Navigation */

#refinedSliderWrapperstacks_in_94 .nivo-directionNav {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;*/
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a {
	font-size: 64px;
	padding: 2.50%;
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	z-index: 30;
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
	transition: all 300ms ease-in-out;
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a:hover,
#refinedSliderWrapperstacks_in_94 .nivo-directionNav a:focus,
#refinedSliderWrapperstacks_in_94 .nivo-directionNav a:active {
	color: rgba(255, 255, 255, 1.00);
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a:hover [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a.nivo-prevNav {
	top: 40%;
}

#refinedSliderWrapperstacks_in_94 .nivo-directionNav a.nivo-nextNav {
	top: 40%;
}

@media screen and (max-width: 580px) {
	#refinedSliderWrapperstacks_in_94 .nivo-directionNav {
		/* New */
		display: none !important;
	}
}

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

#refinedSliderWrapperstacks_in_94 .nivo-controlNav {
	display: block;
	position: relative;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}

#refinedSliderWrapperstacks_in_94 .nivo-controlNav a {
	border: none;
	outline: none;
	background: none;
	opacity: 0.50;
	transition: all 300ms ease-in-out;
	display: inline-block;
	width: 10%;
	padding: 5px;
}

#refinedSliderWrapperstacks_in_94 .nivo-controlNav a:hover {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_94 .nivo-controlNav a.active {
	opacity: 0.99;
}

#refinedSliderWrapperstacks_in_94 .nivo-controlNav a img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 300px) {
	#refinedSliderWrapperstacks_in_94 .nivo-controlNav {
		display: none !important;
	}
}

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

#refinedSliderWrapperstacks_in_94 .nivo-caption {
	background: rgba(0, 0, 0, 0.66);
	transition: all 500ms ease-in-out;
	opacity: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.25em;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
	right: auto;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 1.00);
	border-top: 1px solid rgba(0, 0, 0, 1.00);
	z-index: 40;
}

.sliderPaused #refinedSliderWrapperstacks_in_94 .nivo-caption {
	opacity: 1.00;
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

@media screen and (max-width: 480px) {
	#refinedSliderWrapperstacks_in_94 .nivo-caption {
		display: none !important;
	}
}

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */

#stacks_in_94 {
	margin: 10px 0px 10px 0px;
}
