/*
 * jQuery FlexSlider v2.5.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)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

 /*
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0;
  padding: 0;
}
.sf-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.sf-flexslider .slides img {
  width: 100%;
  display: block;
}
.sf-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .sf-flexslider .slides {
  display: block;
}
* html .sf-flexslider .slides {
  height: 1%;
}
.no-js .sf-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.sf-flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  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);
}
.sf-flexslider .slides {
  zoom: 1;
}
.sf-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.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(0, 0, 0, 0.8);
  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;
}
.flex-direction-nav a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.sf-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.sf-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.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;
}
.flex-pauseplay a:before {
  /*font-family: "flexslider-icon";*/
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* SuperFlex 3.0.8 */

@font-face {
	font-family: 'sf-icons';
	src: url('fonts/sf-icons.eot');
}
@font-face {
	font-family: 'sf-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8R/OYAAAC8AAAAYGNtYXAgVsCMAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl5qkmkAAAF4AAAB6GhlYWQHMNyTAAADYAAAADZoaGVhBv4DywAAA5gAAAAkaG10eB4ABTYAAAO8AAAAKGxvY2ECLgHGAAAD5AAAABZtYXhwAAwAGQAAA/wAAAAgbmFtZQNRKj8AAAQcAAABknBvc3QAAwAAAAAFsAAAACAAAwO3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADgBQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg4AX//f//AAAAAAAg4AD//f//AAH/4yAEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAPT/0QMMA8AAFgAAATIWFxYUBwkBFhQHBiInASY0NwE+ATMC4gwWCBIS/mUBmxISETES/jwSEgHECRYLA8AJCBIxEf5l/mURMRIREQHFETIRAcUICQAAAQDE/8ADPAPAAAUAAAU3CQEnAQLEeP53AYl4/gBAdwGJAYl3/gAAAAEA4//PAx0DsQAVAAATARYyPwE2NCcJATY0LwEmIgcBBhQX4wHLECsPJRAQ/n8BgRAQJQ8rEP41EBABm/40Dw8lECsPAYIBgg8rECUPD/40DywPAAEA9P/AAwwDrwAWAAAFIiYnJjQ3CQEmNDc2MhcBFhQHAQ4BIwEeDBYIEhIBm/5lEhIRMRIBxBIS/jwJFgtACQgSMREBmwGbETESERH+OxEyEf47CAkAAAABAOP/zwMdA7EAFQAACQEmIg8BBhQXCQEGFB8BFjI3ATY0JwMd/jUQKw8lEBABgf5/EBAlDysQAcsQEAHlAcwPDyUQKw/+fv5+DysQJQ8PAcwPLA8AAAAAAQDE/8ADPAPAAAUAAAEHCQEXAQE8eAGJ/nd4AgADwHf+d/53dwIAAAEAAAABAAC/FVBDXw889QALBAAAAAAA0mrMCwAAAADSaswLAAD/wAM8A8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAzwAAQAAAAAAAAAAAAAAAAAAAAoEAAAAAAAAAAAAAAACAAAABAAA9AQAAMQEAADjBAAA9AQAAOMEAADEAAAAAAAKABQAHgBKAF4AiAC0AOAA9AAAAAEAAAAKABcAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNSZWd1bGFyAFIAZQBnAHUAbABhAHJzZi1pY29ucwBzAGYALQBpAGMAbwBuAHNGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
	font-weight: normal;
	font-style: normal;
}

i.sf-control {
	font-family: 'sf-icons';
	font-size: 18px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sf-icon-cl-1:before {
	content: "\e000";
}
.sf-icon-cl-2:before {
	content: "\e002";
}
.sf-icon-cl-3:before {
	content: "\e001";
}
.sf-icon-cr-1:before {
	content: "\e003";
}
.sf-icon-cr-2:before {
	content: "\e004";
}
.sf-icon-cr-3:before {
	content: "\e005";
}

#sf3-folder-check{
	margin: 20px 0 10px;
}
#sf3-folder-check:not(.sf3-error) span{
	background: #119115;
	border-radius: 50px;
	padding: 8px 15px;
}
#sf3-folder-check div,
#sf3-folder-check.sf3-error{
	text-align: center;
	font-size: 16px;
	color: #AFFFB7;
	padding: 10px;
}
.sf3-error:before{
	content:'Folder cannot be found.';
	color: #fff;
	font-weight: bolder;
	background:#D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
#stacks_in_11-sf .sf3-error:after{
	content:'http://my-website.com/remote';
	color: #D53F4F;
	font-weight: bolder;
	background:#fff;
	margin-left: 15px;
	border: 2px solid #D53F4F;
	border-radius: 50px;padding: 8px 15px;
}
.sf3-error img{
	display: none;
}



#stacks_in_11-sf .flex-control-nav{
	bottom: 0;
	padding: 12px 0 0 !important;
	position: relative;
}
#stacks_in_11-sf .flex-control-nav.flex-control-paging li a.flex-active{
	background: rgba(36, 181, 227, 1.00);
}
#stacks_in_11-sf .flex-control-nav.flex-control-paging li a{
	background: rgba(17, 17, 17, 0.75);
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#stacks_in_11-sf ul.slides{
	margin:0 !important;
	padding:0 !important;
}
#stacks_in_11-sf{
	position: relative;
	z-index: 10;
	height: auto;
}
#stacks_in_11-sf,
#stacks_in_11-sf .slider.sf-flexslider{
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	border: 0;
}

#stacks_in_11-sf .sf-flexslider{
	opacity: 1;
	margin: 0;
	border-radius: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
#stacks_in_11-sf .sf-error{
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
	font-weight: bolder;
	padding: 7px 10px;
	line-height: 20px;
	border-radius: 4px;
	color: #FFF;
	background: #F78E8F;
	display: inline-block;
}

#stacks_in_11-sf .slider.loaded{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* Instant Load */
#stacks_in_11-sf .loaded .flex-viewport,
#stacks_in_11-sf .slider,
#stacks_in_11-sf .flex-viewport{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#stacks_in_11-sf .sf-flexslider.loading{opacity: 0;}

#stacks_in_11-sf{min-height: 70px;}

#stacks_in_11-sf .carousel{
	background-color: rgba(255, 255, 255, 1.00);
	line-height: 0;
}
#stacks_in_11-sf .flex-loading{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: rgba(25, 165, 223, 1.00);
	border-top-color: rgba(25, 165, 223, 1.00);
	-webkit-animation: rotate 500ms linear 0s infinite;
	animation: rotate 500ms linear 0s infinite;
}
@media only screen and (max-width: 400px) {
	#stacks_in_11-sf .flex-loading{
		display: none;
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#stacks_in_11-sf .sf-flexslider.carousel{
line-height: 0;
}
#stacks_in_11-sf .sf-flexslider .slides.sf-effect-fade > li.flex-active-slide{
	
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	
}
#stacks_in_11-sf .sf-flexslider .slides > li{
	position: relative;
	line-height: normal;
}
#stacks_in_11-sf .sf-flexslider .slides > li img{
	padding-bottom: 0 !important;
	
}
#stacks_in_11-sf .sf-flexslider .slides > li,
#stacks_in_11-sf .sf-flexslider .carousel > li,
#stacks_in_11-sf ul.flex-direction-nav{
	background: none inherit;
	/*margin: 0 !important;*/
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_11-sf ul.flex-direction-nav li{
	background: none inherit;
	padding: 0 !important;
	list-style: none !important;
}
#stacks_in_11-sf .sf-flexslider .slides > li.hero{
	text-align: center;
}
#stacks_in_11-sf .sf-flexslider .slides > li.hero div.sf-hero-background{
	background-size: cover;
	background-position: center;
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#stacks_in_11-sf .sf-hero-bg-crop{
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#stacks_in_11-sf .sf-flexslider .slides > li.hero .sf-hero-content{
	text-align: center;
	position: relative;
	padding: 20% 5%;
	z-index: 10;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
#stacks_in_11-sf .sf-flexslider .slides > li.hero .sf-hero-tint{
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#stacks_in_11-sf .sf-flexslider .slides > li.hero h2,
#stacks_in_11-sf .sf-flexslider .slides > li.hero p{
	text-shadow: none;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0 !important;
}
#stacks_in_11-sf .sf-flexslider .slides > li.hero a.sf-hero-button{
	display: inline-block;
	text-shadow: none;
	border-radius: 4px;
	margin-top: 10px;
	text-decoration: none;
}

#stacks_in_11-sf .sf-flexslider .slides > li.youtube .embed-container,
#stacks_in_11-sf .sf-flexslider .slides > li.vimeo .embed-container,
#stacks_in_11-sf .sf-flexslider .slides > li.map .embed-container{
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	margin-bottom: 0;
	overflow: hidden; 
	max-width: 100%;
}
#stacks_in_11-sf .sf-flexslider .slides > li.instagram .embed-container{
	position: relative; 
	padding-bottom: 100%; 
	height: 0; 
	overflow: hidden;
}
#stacks_in_11-sf .sf-flexslider .slides > li .embed-container iframe,
#stacks_in_11-sf .sf-flexslider .slides > li .embed-container object,
#stacks_in_11-sf .sf-flexslider .slides > li .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#stacks_in_11-sf .sf-flexslider .slides > li .embed-container div.fluid-width-video-wrapper{
	padding-top: 56.25% !important;
}

#stacks_in_11-sf li.hero h2,
#stacks_in_11-sf li.hero p,
#stacks_in_11-sf li.hero a.sf-hero-button{
	opacity: 0;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#stacks_in_11-sf li.hero:not(.flex-active-slide) h2,
#stacks_in_11-sf li.hero:not(.flex-active-slide) p,
#stacks_in_11-sf li.hero:not(.flex-active-slide) a.sf-hero-button{
	-webkit-transition: opacity 300ms !important;
	transition: opacity 300ms !important;
}
#stacks_in_11-sf .slider.loaded .flex-active-slide.hero h2,
#stacks_in_11-sf .slider.loaded .flex-active-slide.hero p,
#stacks_in_11-sf .slider.loaded .flex-active-slide.hero a.sf-hero-button{
	opacity: 1;
}

/* Caption */

#stacks_in_11-sf p.flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0.65);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#stacks_in_11-sf .slider.loaded p.flex-caption{
	-webkit-transition: opacity 300ms 300ms;
	transition: opacity 300ms 300ms;
}
#stacks_in_11-sf p.flex-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: 14px;
	line-height: 140%;
	text-shadow: none;
	padding: 2% 3%;
}
#stacks_in_11-sf .flex-active-slide .caption-wrap,
#stacks_in_11-sf .slider.loaded .flex-active-slide p.flex-caption,
#stacks_in_11-sf .slider.loaded .flex-active-slide:hover .caption-wrap,
#stacks_in_11-sf .caption-wrap{
	opacity: 1;
}
#stacks_in_11-sf .flex-active-slide .caption-wrap{
	position: relative;
	z-index: 100;
}
#stacks_in_11-sf .caption-wrap{
	-webkit-transition: opacity .3s 300ms;
	transition: opacity .3s 300ms;
}
li.sf3-slide.hide-caption .caption-wrap{
	display: none;
}
#stacks_in_11-sf .slider.loaded .flex-active-slide .caption-wrap{
	opacity: 0;
	-webkit-transition: opacity .5s 303ms;
	transition: opacity .5s 30300ms;

	-webkit-transition: opacity .5s 3300ms;
	transition: opacity .5s 3300ms;
}
#stacks_in_11-sf .slider.loaded .flex-active-slide:hover .caption-wrap{
	-webkit-transition: opacity .3s !important;
	transition: opacity .3s !important;
}
@media only screen and (max-width: 400px) {
	#stacks_in_11-sf p.flex-caption{
		display: none;
	}
}

/* Direction */

#stacks_in_11-sf .flex-direction-nav .flex-disabled{display: none;}

#stacks_in_11-sf .slider .flex-direction-nav .flex-prev,
#stacks_in_11-sf .slider:hover .flex-direction-nav .flex-prev{left: 30px;}

#stacks_in_11-sf .slider .flex-direction-nav .flex-next,
#stacks_in_11-sf .slider:hover .flex-direction-nav .flex-next{right: 30px;}

#stacks_in_11-sf .carousel .flex-direction-nav .flex-prev,
#stacks_in_11-sf .carousel:hover .flex-direction-nav .flex-prev{left: 15px;}

#stacks_in_11-sf .carousel .flex-direction-nav .flex-next,
#stacks_in_11-sf .carousel:hover .flex-direction-nav .flex-next{right: 15px;}

#stacks_in_11-sf .sf-flexslider .flex-direction-nav .flex-prev,
#stacks_in_11-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transition: transform .3s, background-color .3s;
	-webkit-transition: transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
}

#stacks_in_11-sf .sf-flexslider .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-118px);
	-webkit-transform: translateX(-118px);
	transform: translateX(-118px);
}
#stacks_in_11-sf .sf-flexslider .flex-direction-nav .flex-next {
	-moz-transform: translateX(118px);
	-webkit-transform: translateX(118px);
	transform: translateX(118px);
}



#stacks_in_11-sf .sf-flexslider:hover .flex-direction-nav .flex-prev,
#stacks_in_11-sf .sf-flexslider:hover .flex-direction-nav .flex-next{
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
#stacks_in_11-sf .flex-direction-nav a {
	position: absolute;
	top: 50%;
	opacity: 1;
	outline: 0;
	width: 44px;
	height: 44px;
	margin-top: -22.000000px;
	border-radius: 4px;
	text-shadow: none;
	text-indent: 0;
	z-index: 9999;
}
#stacks_in_11-sf .flex-direction-nav a {background: rgba(0, 0, 0, 0.50);}
#stacks_in_11-sf .flex-direction-nav a:hover {background: rgba(0, 0, 0, 1.00);}
#stacks_in_11-sf .flex-direction-nav a:before {display: none;}

#stacks_in_11-sf .sf-control{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
}
#stacks_in_11-sf .sf-control:before,
#stacks_in_11-sf .sf-control:after{
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: rgba(255, 255, 255, 1.00);
}
#stacks_in_11-sf .flex-direction-nav a:hover .sf-control:before,
#stacks_in_11-sf .flex-direction-nav a:hover .sf-control:after{color: rgba(8, 211, 253, 1.00);}

@media only screen and (max-width: 400px) {
	#stacks_in_11-sf .flex-direction-nav{
		opacity: 0;
	}
}


/* Thumbnails */

#stacks_in_11-sf .carousel{
	border-radius: 0 0 3px 3px;
	line-height: 0;
	margin-top: -1px;
	border: 6px solid rgba(255, 255, 255, 1.00);
}
@media only screen and (max-width: 400px) {
	#stacks_in_11-sf .carousel{
		display: none;
	}
}
#stacks_in_11-sf .carousel *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#stacks_in_11-sf .carousel .slides li{
	width: 70px;
	margin-right: 0;
	opacity: 0.65;
	transition: opacity 150ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-cover: contain; -moz-background-size: contain; -webkit-background-size: contain;background-repeat: no-repeat;
}
#stacks_in_11-sf .carousel .slides li:before{
	content: '';
	display: block;
	padding-top: 70%;
}
#stacks_in_11-sf .carousel .slides li + li{
	margin-left: 5px !important;
}
#stacks_in_11-sf .carousel .slides li:hover,
#stacks_in_11-sf .carousel .slides li.flex-active-slide,
#stacks_in_11-sf .carousel .slides li.flex-active-slide:hover{
	opacity: 1;
}

#stacks_in_11-sf .carousel .flex-direction-nav .flex-prev {
	-moz-transform: translateX(-103px);
	-webkit-transform: translateX(-103px);
	transform: translateX(-103px);
}
#stacks_in_11-sf .carousel .flex-direction-nav .flex-next {
	-moz-transform: translateX(103px);
	-webkit-transform: translateX(103px);
	transform: translateX(103px);
}

#stacks_in_11-sf .carousel .flex-direction-nav a { background: rgba(0, 0, 0, 0.50); }
#stacks_in_11-sf .carousel .flex-direction-nav a:hover { background: rgba(0, 0, 0, 1.00); }

#stacks_in_11-sf .carousel .sf-control{ color: rgba(255, 255, 255, 1.00);}
#stacks_in_11-sf .carousel .flex-direction-nav a:hover .sf-control{ color: rgba(8, 211, 253, 1.00); }



/* Edit  */

#stacks_in_11-sf .freeze{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid #2E83F8;
}
#stacks_in_11-sf .freeze span{
	color: #2E83F8;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
}

/*
 *  Carousel Complete v1.1.0
 */
.stacks_in_470 .owl-stage-outer {
  height: auto !important;
}
.stacks_in_470 .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.stacks_in_470 .owl-animated-in {
  z-index: 0;
}
.stacks_in_470 .owl-animated-out {
  z-index: 1;
}
/*
.stacks_in_470 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
*/
.stacks_in_470 .reverse-animation {
  -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
  animation-direction: reverse;
}


.stacks_in_470 .active {
  opacity: 1;
}
.stacks_in_470 .owl-animated-out {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_470 .owl-animated-in {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
.stacks_in_470 .active.reverse-animation  {
  opacity: 1;
}
.stacks_in_470 .owl-animated-out.reverse-animation {
  opacity: 1;
}
.stacks_in_470 .owl-animated-in.reverse-animation {
  opacity: 1;
}

.stacks_in_470 .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.stacks_in_470 .autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.stacks_in_470 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.stacks_in_470 .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
/*
.stacks_in_470 .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
*/


.stacks_in_470 .owl-stage-outer{
  
  position: relative;
  overflow: hidden;

  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.stacks_in_470 .owl-controls .owl-nav .owl-prev,
.stacks_in_470 .owl-controls .owl-nav .owl-next,
.stacks_in_470 .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_470.owl-loaded {
  display: block;
}
.stacks_in_470.owl-loading {
  opacity: 0;
  display: block;
}
.stacks_in_470.owl-hidden {
  opacity: 0;
}
.stacks_in_470 .owl-refresh .owl-item {
  display: none;
}
.stacks_in_470 .owl-item {
  position: relative;
  box-sizing: border-box;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacks_in_470 .owl-item .item {
  padding-left: 0% !important;
  padding-right: 0% !important;
  box-sizing: border-box;
}
.stacks_in_470 .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.stacks_in_470.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.stacks_in_470 .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.stacks_in_470.owl-rtl {
  direction: rtl;
}
.stacks_in_470.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .stacks_in_470 {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.stacks_in_470 .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_470 .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.stacks_in_470 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.stacks_in_470 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../files/carScripts/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.stacks_in_470 .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.stacks_in_470 .owl-video-playing .owl-video-tn,
.stacks_in_470 .owl-video-playing .owl-video-play-icon {
  display: none;
}
.stacks_in_470 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.stacks_in_470 .owl-video-frame {
  position: relative;
  z-index: 1;
}
.stacks_in_470 .item-video{

  overflow:hidden;
  position:relative;
}
.stacks_in_470 .owl-video-frame{
    width:100% !important;
    height: auto !important;
}
.stacks_in_470 .item{
  overflow:hidden;
}
.stacks_in_470 .owl-stage-outer{
  overflow:hidden;
  position:relative;
}
.stacks_in_470 .owl-stage{
}
/*img{height: 490px}*/
.stacks_in_470 .owl-controls {
  
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  
}
.stacks_in_470 .owl-dots{
  margin:0 auto;
  width:100%;
  text-align: center;
  position:relative;
  z-index:99999;
}
.stacks_in_470 .owl-dot {
  background:#78CFFF;
  width:20px;
  height:20px;
  display:inline-block;
  margin:10px;
  border-radius:20px;
}
.stacks_in_470 .owl-dot.active{
  background:#000000;
}

.stacks_in_470 .owl-prev, .stacks_in_470 .owl-next {
  width: 20px;
  height: 20px;
/*  background:white;*/
  float:left;
}
.stacks_in_470 .owl-prev{
  position:absolute;
  height: auto;
  left: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_470 .owl-next{
  position:absolute;
  height: auto;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}
.stacks_in_470 .owl-prev polygon, .stacks_in_470 .owl-prev path, .stacks_in_470 .owl-next polygon{
    fill:#FFFFFF;
}

.stacks_in_470 .item{
  position: relative;
}
.stacks_in_470 .caption{
  position:absolute;
  display:none;
  color:white;
  width: 100%;
  z-index:9999;
  text-align:center;
  left: 0;
}
.stacks_in_470 .visible{
  display:block;
}
.stacks_in_470 .waiting {
  pointer-events: none;
}




#stacks_in_470 {
	margin: 36px 0px 0px 0px;
}


.stacks_in_472.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_472.item.VidH .owl-video-frame,
.stacks_in_472.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_472.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_472.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_472.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_472.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_472 .eContent{
/*    display:  !important;*/
}

.stacks_in_472.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_472.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_472.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_472 .caption{
  bottom: 0
}


#stacks_in_475 {
	padding:  8px;
}


.stacks_in_479.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_479.item.VidH .owl-video-frame,
.stacks_in_479.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_479.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_479.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_479.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_479.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_479 .eContent{
/*    display:  !important;*/
}

.stacks_in_479.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_479.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_479.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_479 .caption{
  bottom: 0
}


#stacks_in_479 {
	padding:  8px;
}

#stacks_in_480 {
	padding:  8px;
}


.stacks_in_496.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_496.item.VidH .owl-video-frame,
.stacks_in_496.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_496.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_496.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_496.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_496.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_496 .eContent{
/*    display:  !important;*/
}

.stacks_in_496.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_496.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_496.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_496 .caption{
  bottom: 0
}


#stacks_in_497 {
	padding:  8px;
}


.stacks_in_501.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_501.item.VidH .owl-video-frame,
.stacks_in_501.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_501.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_501.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_501.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_501.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_501 .eContent{
/*    display:  !important;*/
}

.stacks_in_501.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_501.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_501.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_501 .caption{
  bottom: 0
}


#stacks_in_502 {
	padding:  8px;
}


.stacks_in_506.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_506.item.VidH .owl-video-frame,
.stacks_in_506.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_506.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_506.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_506.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_506.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_506 .eContent{
/*    display:  !important;*/
}

.stacks_in_506.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_506.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_506.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_506 .caption{
  bottom: 0
}


#stacks_in_507 {
	padding:  8px;
}


.stacks_in_511.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_511.item.VidH .owl-video-frame,
.stacks_in_511.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_511.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_511.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_511.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_511.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_511 .eContent{
/*    display:  !important;*/
}

.stacks_in_511.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_511.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_511.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_511 .caption{
  bottom: 0
}


#stacks_in_512 {
	padding:  8px;
}


.stacks_in_516.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_516.item.VidH .owl-video-frame,
.stacks_in_516.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_516.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_516.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_516.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_516.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_516 .eContent{
/*    display:  !important;*/
}

.stacks_in_516.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_516.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_516.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_516 .caption{
  bottom: 0
}


#stacks_in_517 {
	padding:  8px;
}


.stacks_in_521.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_521.item.VidH .owl-video-frame,
.stacks_in_521.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_521.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_521.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_521.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_521.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_521 .eContent{
/*    display:  !important;*/
}

.stacks_in_521.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_521.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_521.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_521 .caption{
  bottom: 0
}


#stacks_in_522 {
	padding:  8px;
}


.stacks_in_526.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_526.item.VidH .owl-video-frame,
.stacks_in_526.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_526.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_526.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_526.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_526.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_526 .eContent{
/*    display:  !important;*/
}

.stacks_in_526.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_526.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_526.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_526 .caption{
  bottom: 0
}


#stacks_in_527 {
	padding:  8px;
}


.stacks_in_531.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_531.item.VidH .owl-video-frame,
.stacks_in_531.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_531.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_531.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_531.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_531.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_531 .eContent{
/*    display:  !important;*/
}

.stacks_in_531.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_531.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_531.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_531 .caption{
  bottom: 0
}


#stacks_in_532 {
	padding:  8px;
}


.stacks_in_536.item{
    width:100%;
    height:auto;
/*    min-height: 10px;*/
}

.stacks_in_536.item.VidH .owl-video-frame,
.stacks_in_536.item.VidH .owl-video-tn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.stacks_in_536.item.VidH .owl-video-tn {
  background-size: cover !important;
}
.stacks_in_536.item.VidH .owl-video-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.stacks_in_536.item.VidH iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stacks_in_536.item img{
    width:100%;
    height:auto;
    display:inline-block;
}

.stacks_in_536 .eContent{
/*    display:  !important;*/
}

.stacks_in_536.item-video .owl-video-wrapper .owl-video-frame{
    max-height: 100%;
}
.stacks_in_536.item-video .owl-video-wrapper .owl-video-frame iframe{
/*
    width:100%;
     height: px !important;
    max-height: 100%;
*/
}

.more .stacks_in_536.item-video .owl-video-wrapper .owl-video-frame iframe{
/*    height:auto;*/
}
.stacks_in_536 .caption{
  bottom: 0
}


#stacks_in_537 {
	padding:  8px;
}
#stacks_in_541 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_541 .jwresp_col{float:none} #stacks_in_541 #jwresp_col2_stacks_in_541{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_541 #jwresp_col1_stacks_in_541,#stacks_in_541 #jwresp_col3_stacks_in_541{width:32%}#stacks_in_541 #jwresp_col1_stacks_in_541{float:left}#stacks_in_541 #jwresp_col3_stacks_in_541{float:right} @media screen and (max-width:770px){#stacks_in_541 #jwresp_col1_stacks_in_541,#stacks_in_541 #jwresp_col3_stacks_in_541{margin-bottom:20px}#stacks_in_541 #jwresp_col1_stacks_in_541{width:49%}#stacks_in_541 #jwresp_col3_stacks_in_541{width:49%}#stacks_in_541 #jwresp_col2_stacks_in_541{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_541 #jwresp_col1_stacks_in_541,#stacks_in_541 #jwresp_col3_stacks_in_541,#stacks_in_541 #jwresp_col2_stacks_in_541{float:none;width:100%;display:block}#stacks_in_541 #jwresp_col1_stacks_in_541,#stacks_in_541 #jwresp_col3_stacks_in_541{margin-bottom:20px}} 

#stacks_in_541 {
	padding:  10px;
}
#stacks_in_567 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_567 .jwresp_col{float:none} #stacks_in_567 #jwresp_col2_stacks_in_567{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_567 #jwresp_col1_stacks_in_567,#stacks_in_567 #jwresp_col3_stacks_in_567{width:32%}#stacks_in_567 #jwresp_col1_stacks_in_567{float:left}#stacks_in_567 #jwresp_col3_stacks_in_567{float:right} @media screen and (max-width:770px){#stacks_in_567 #jwresp_col1_stacks_in_567,#stacks_in_567 #jwresp_col3_stacks_in_567{margin-bottom:20px}#stacks_in_567 #jwresp_col1_stacks_in_567{width:49%}#stacks_in_567 #jwresp_col3_stacks_in_567{width:49%}#stacks_in_567 #jwresp_col2_stacks_in_567{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_567 #jwresp_col1_stacks_in_567,#stacks_in_567 #jwresp_col3_stacks_in_567,#stacks_in_567 #jwresp_col2_stacks_in_567{float:none;width:100%;display:block}#stacks_in_567 #jwresp_col1_stacks_in_567,#stacks_in_567 #jwresp_col3_stacks_in_567{margin-bottom:20px}} 

#stacks_in_567 {
	padding:  11px;
}
/* Start dooGrid stack each CSS code */.stacks_in_246gridWrapper > div{	display: inline-block !important;	width: 33.333333%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 20px;    padding-right: 15.000000px;    padding-left: 15.000000px;}.stacks_in_246gridWrapper{	margin-right: -15.000000px;    margin-left: -15.000000px;    margin-top: -20px;}@media all and (max-width: 1024px) {				.stacks_in_246gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_246gridWrapper > div{		width: 100%;	}		}@media all and (max-width: 480px) {				.stacks_in_246gridWrapper > div{		width: 100%;	}	}#stacks_in_246 .dooGridItem{	position: relative;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;	background: rgba(120, 207, 255, 0.22);	border:5px solid rgba(255, 255, 255, 1.00);	border-radius: 5px;	padding: 20px;}/* End dooGrid stack each CSS code */
#stacks_in_246 {
	padding:  7px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_247 {
	margin: 12px 0px 0px 0px;
}
/* Trunky General Styles */

#stacks_in_286 .trunky {
	margin-top:10px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles *//* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_255 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_261 {
	margin: 15px 0px 0px 0px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code */
#stacks_in_263 {
	margin: 12px 0px 0px 0px;
}

#stacks_in_373 {
	margin: 21px 0px 0px 0px;
}
/* Start Contact Form stack CSS code */.stacks_in_296formwrap{	margin: 0;}#stacks_in_296comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_296mail{padding: 0;}.stacks_in_296fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_296formail{}.stacks_in_296fieldset{	padding: 0 20px 0 3px;}#stacks_in_296 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_296 label *{display: inline;}#stacks_in_296 .stacks_in_296input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #FFFFFF !important;color: #D70063 !important;margin: 0;border: 1px solid #D8D8D8 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px !important;}#stacks_in_296 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #D8D8D8 !important;background: #FFFFFF !important;color: #D70063 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_296sendmail{margin-top: 20px !important;padding: 4px 7px 4px 7px !important;display: block;text-align: center !important;font-size: 12px;color: #D60062 !important;border: 1px solid #D8D8D8 !important;background-color: #FFFFFF !important;-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_296response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_296loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_296autoreplay{visibility: hidden;height: 0px;display: none;}#stacks_in_296 textarea{	color: #D70063 !important;}/* End Contact Form stack CSS code */
#stacks_in_264 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_375 {
	margin: 21px 0px 0px 0px;
}
#stacks_in_429 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_429 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_429 #jwresp_col2_stacks_in_429{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_429 #jwresp_col1_stacks_in_429,#stacks_in_429 #jwresp_col2_stacks_in_429{width:100%;float:none;display:block}#stacks_in_429 #jwresp_col1_stacks_in_429{margin-bottom:15px}}

#stacks_in_270 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_432 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_432 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_432 #jwresp_col2_stacks_in_432{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_432 #jwresp_col1_stacks_in_432,#stacks_in_432 #jwresp_col2_stacks_in_432{width:100%;float:none;display:block}#stacks_in_432 #jwresp_col1_stacks_in_432{margin-bottom:15px}}

#stacks_in_273 {
	margin: 7px 0px 0px 0px;
}

#stacks_in_394 {
	margin: 21px 0px 0px 0px;
}
#stacks_in_442 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_442 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_442 #jwresp_col2_stacks_in_442{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_442 #jwresp_col1_stacks_in_442,#stacks_in_442 #jwresp_col2_stacks_in_442{width:100%;float:none;display:block}#stacks_in_442 #jwresp_col1_stacks_in_442{margin-bottom:15px}}

#stacks_in_396 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_437 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_437 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_437 #jwresp_col2_stacks_in_437{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_437 #jwresp_col1_stacks_in_437,#stacks_in_437 #jwresp_col2_stacks_in_437{width:100%;float:none;display:block}#stacks_in_437 #jwresp_col1_stacks_in_437{margin-bottom:15px}}

#stacks_in_399 {
	margin: 7px 0px 0px 0px;
}
/* Start Notify stack CSS code */#doonotify-notice-wrapper {	position:fixed;	top:20px;	right:20px;	width:301px;	z-index:999999;}.doonotify-item-wrapper {	position:relative;	margin:0 0 10px 0;	background:url('../files/notifyAssets/ie-spacer.gif'); /* ie7/8 fix */ }.doonotify-top {	background:url(../files/notifyAssets/doonotify.png) no-repeat left -30px;	height:10px;	z-index:9999999;}.doonotify-item-wrapper {	color:#eee !important;}.doonotify-item-wrapper p{	color:#eee !important;}.doonotify-item {	display:block;	background:rgba(0,0,0,0.8);	padding:12px 11px 18px 11px;	font-family:arial !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */	text-align: left;}.hover .doonotify-item {	padding:10px 11px 18px 9px;	border: 2px solid #ffffff;}.stacks_in_451hidden-image{	width: 48px;	height: 48px;	overflow: hidden;}.stacks_in_451hidden-image img{	width: 100%;	height: auto;}.doonotify-image {	width:48px;	height:48px;	float:left;	margin-right: 10px;	overflow: hidden;}.doonotify-image img {	width:100%;	height:auto;}.doonotify-with-image,.doonotify-without-image {	padding:0;}.doonotify-with-image {	width:216px;	float:left;}.doonotify-item p {	padding:0;	margin:0;	word-wrap:break-word !important;	font-size: 13px;	font-weight: 400 !important;	line-height: normal !important;}.doonotify-close {	display:none;	position:absolute;	top:5px;	left:3px;	background:url(../files/notifyAssets/doonotify.png) no-repeat left top;	cursor:pointer;	width:30px;	height:30px;	text-indent:-9999em;    z-index:9999999;}.doonotify-title {	font-size:14px !important;	line-height: normal !important;	font-weight:bold !important;	padding:0 0 7px 0;	display:block;	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */	text-align: left;}/* for the light (white) version of the doonotify notice */.doonotify-light .doonotify-item {    background:rgba(255,255,255,0.8);    color: #222 !important;}.doonotify-light p{	color: #222 !important;}.doonotify-light .doonotify-title {    text-shadow: none;    text-align: left;	color: #222 !important;}.doonotify-light .doonotify-item:hover {	border: 2px solid #2d2d2d;	color: #222 !important;}.stacks_in_451clear{	clear:both;	height: 0;	margin: 0;	padding: 0;}@media all and (max-width: 1024px) {.doonotify-close {	display:block;	left:100%;	margin-left: -32px;}#doonotify-notice-wrapper {	position:fixed;	top:0px;	left:0px;	width:100%;}.doonotify-item, .doonotify-light .doonotify-item {	-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;}.hover .doonotify-item {	padding:12px 11px 18px 11px;	border: none;}.doonotify-light .doonotify-item:hover {	padding:12px 11px 18px 11px;	border: none;}} /* end media query *//* ####################################### *//*        Edit Mode Theme Style            *//* ####################################### *//* ####################################### *//*         If not edit mode below          *//* ####################################### */#stacks_in_451 div{	display: none;	height: 0;	margin: 0;	padding: 0;}/* End Notify stack CSS code */
#stacks_in_451 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
