


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_8_page5 .flexslider {
	overflow: visible !important;
}

#stacks_in_8_page5 .flex-container a:hover,
#stacks_in_8_page5 .flexslider a:hover {
  outline: none;
}

#stacks_in_8_page5 .slides,
#stacks_in_8_page5 .slides > li,
#stacks_in_8_page5 .flex-control-nav,
#stacks_in_8_page5 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_8_page5 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_8_page5 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_8_page5 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_8_page5 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_8_page5 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_8_page5 .flexslider .slides {
  display: block;
}

* html #stacks_in_8_page5 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_8_page5 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_8_page5 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_8_page5 .flexslider .slides {
  zoom: 1;
}

#stacks_in_8_page5 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_8_page5 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_8_page5 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_8_page5 .carousel li {
  margin-right: 5px;
}

#stacks_in_8_page5 .flex-direction-nav {
  *height: 0;
}

#stacks_in_8_page5 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_8_page5 .flex-direction-nav a,
#stacks_in_8_page5 .flex-pauseplay a,
#stacks_in_8_page5 .flex-control-paging li a,
#stacks_in_8_page5 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_8_page5 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_8_page5 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_8_page5 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_8_page5 .flex-direction-nav .flex-prev,
#stacks_in_8_page5 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_8_page5 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_8_page5 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_8_page5 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_8_page5 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_8_page5 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_8_page5 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_8_page5 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_8_page5 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_8_page5 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_8_page5 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_8_page5 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_8_page5 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_8_page5 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_8_page5 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_8_page5 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_8_page5 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_8_page5 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_8_page5 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_8_page5 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_8_page5 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_8_page5 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_8_page5 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_8_page5 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_8_page5 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */







/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_8_page5 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_8_page5 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_8_page5 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}

#stacks_in_8_page5 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  2px;
}
/**/
/*HERO*/
/**/

.stacks_in_10_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_10_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_10_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_10_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_10_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_10_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_10_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_10_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_11_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_11_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_11_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_11_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_11_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_11_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_11_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_11_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_12_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_12_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_12_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_12_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_12_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_12_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_12_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_12_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_15_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_15_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_15_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_15_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_15_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_15_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_15_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_15_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_16_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_16_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_16_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_16_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_16_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_16_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_16_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_16_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_17_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_17_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_17_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_17_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_17_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_17_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_17_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_17_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_18_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_18_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_18_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_18_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_18_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_18_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_18_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_18_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_19_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_19_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_19_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_19_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_19_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_19_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_19_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_19_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_20_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_20_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_20_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_20_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_20_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_20_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_20_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_20_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_23_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_23_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_23_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_23_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_23_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_23_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_23_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_23_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_24_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_24_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_24_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_24_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_24_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_24_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_24_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_24_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_25_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_25_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_25_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_25_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_25_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_25_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_25_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_25_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_26_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_26_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_26_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_26_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_26_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_26_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_26_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_26_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_27_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_27_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_27_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_27_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_27_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_27_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_27_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_27_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_28_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_28_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_28_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_28_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_28_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_28_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_28_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_28_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_29_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_29_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_29_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_29_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_29_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_29_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_29_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_29_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_30_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_30_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_30_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_30_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_30_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_30_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_30_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_30_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_31_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_31_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_31_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_31_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_31_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_31_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_31_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_31_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_32_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_32_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_32_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_32_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_32_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_32_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_32_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_32_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_33_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_33_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_33_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_33_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_33_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_33_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_33_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_33_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_34_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_34_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_34_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_34_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_34_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_34_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_34_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_34_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_35_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_35_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_35_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_35_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_35_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_35_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_35_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_35_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_36_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_36_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_36_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_36_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_36_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_36_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_36_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_36_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_37_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_37_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_37_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_37_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_37_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_37_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_37_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_37_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_38_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_38_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_38_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_38_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_38_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_38_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_38_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_38_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_39_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_39_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_39_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_39_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_39_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_39_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_39_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_39_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_40_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_40_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_40_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_40_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_40_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_40_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_40_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_40_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_41_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_41_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_41_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_41_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_41_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_41_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_41_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_41_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_42_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_42_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_42_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_42_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_42_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_42_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_42_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_42_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_43_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_43_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_43_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_43_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_43_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_43_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_43_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_43_page5_hero_content > .container {
		max-width: 1140px !important;
	}

/**/
/*HERO*/
/**/

.stacks_in_44_page5_hero_slide {
	width: 100%;
	height: auto;
	position: relative;
}

.stacks_in_44_page5_hero_slide img {
	width: 100%;
	height: auto;
}

.stacks_in_44_page5_hero_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.50);
}

.stacks_in_44_page5_hero_inner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.stacks_in_44_page5_hero_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.stacks_in_44_page5_hero_content .container h1 {
	color: rgba(255, 255, 255, 0.95);
}

.stacks_in_44_page5_hero_content .container h2 {
	color: rgba(255, 255, 255, 0.80);
}


	.stacks_in_44_page5_hero_content > .container {
		max-width: 1140px !important;
	}



/* .stacks_top {
	overflow: visible !important;
}

#stacks_in_1_page5 .stacks_in {
	overflow: visible !important;
}

#stacks_in_1_page5 .stacks_out {
	overflow: visible !important;
} */





#stacks_in_51_page5 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  3px;
}

#stacks_in_53_page5 {
	background-color: rgba(90, 8, 47, 1.00);
}


#stacks_in_45_page5 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  3px;
	padding: 10px 0px 10px 0px;
}


#stacks_in_46_page5 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  2px;
	padding: 10px 0px 10px 0px;
}


#stacks_in_47_page5 {
	border: solid rgba(128, 0, 255, 1.00);
	border-width:  2px;
	padding: 10px 0px 10px 0px;
}
