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

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

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

/* @end */

/* @group Hide Until Loaded */

/*  */

/* @end */

/* @group Atom */

/*  */

/* @end */

/* @group Barber Shop Top */

/*  */

/* @end */

/* @group Barber Shop Bottom */

/*  */

/* @end */



/* @group Big Counter Top Left */

/*  */

/* @end */

/* @group Big Counter Top Centre */

/*  */

/* @end */

/* @group Big Counter Top Right */

/*  */

/* @end */

/* @group Big Counter Middle */

/*  */

/* @end */

/* @group Big Counter Bottom Left */

/*  */

/* @end */

/* @group Big Counter Bottom Centre */

/*  */

/* @end */

/* @group Big Counter Bottom Right */

/*  */

/* @end */

/* @group Bounce */

/*  */

/* @end */

/* @group Box */

/*  */

/* @end */

/* @group Button */

/*  */

/* @end */

/* @group Circle */

/*  */

/* @end */

/* @group Corner */

/*  */

/* @end */

/* @group Double Circles Large */

/*  */

/* @end */

/* @group Double Circles Small */

/*  */

/* @end */

/* @group Double Squares Large */

/*  */

/* @end */

/* @group Double Squares Small */

/*  */

/* @end */

/* @group Double Stripes */

/*  */

/* @end */

/* @group Radar */

/*  */

/* @end */

/* @group Simple */

/*  */

/* @end */



/* @group Fill */

/*  */

/* @end */

/* @group Flash */

/*  */

/* @end */

/* @group Flat Top */

/*  */

/* @end */

/* @group Flat Bottom */

/*  */

/* @end */

/* @group Loading Bar */

/*  */

/* @end */

/* @group Mac OS X Top */

/*  */

/* @end */

/* @group Mac OS X Bottom */

/*  */

/* @end */

/* @group Minimal Top */

/*  */

/* @end */

/* @group Minimal Bottom */

/*  */

/* @end */

/* @group Fat Bar Top */

/*  */

/* @end */

/* @group Fat Bar Bottom */

/*  */

/* @end */

/* @group Flipping Circle */

/*  */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2000;
	width: 50px;
	height: 50px;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
	margin-top: -25px;
	margin-left: -25px;
	background: #719C10;
	border-radius: 50%;
}

@-webkit-keyframes rotateplane {
	0% { -webkit-transform: perspective(120px); }
	50% { -webkit-transform: perspective(120px) rotateY(180deg); }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg); }
}

@keyframes rotateplane {
	0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
	50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
	100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}

/*  */

/* @end */

/* @group Flipping Square */

/*  */

/* @end */

/* @group Font Awesome */

/*  */

/* @end */

/* @group Hair Line */

/*  */

/* @end */

/* @group Sphere */

/*  */

/* @end */

/* @group Spinning Box */

/*  */

/* @end */

/* @group Spinning & Zooming Box */

/*  */

/* @end */

/* @group Spinning Circles */

/*  */

/* @end */

/* @group Squares */

/*  */

/* @end */

/* @group Text */

/*  */

/* @end */
#stacks_in_2797 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_7066 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_7066 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_7066 #jwresp_col2_stacks_in_7066{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_7066 #jwresp_col1_stacks_in_7066,#stacks_in_7066 #jwresp_col2_stacks_in_7066{width:100%;float:none;display:block}#stacks_in_7066 #jwresp_col1_stacks_in_7066{margin-bottom:15px}}

#stacks_in_7066 {
	padding: 0px 0px 50px 0px;
}
/* @group Main Slider & Reset */

#refinedSliderWrapperstacks_in_7326 {
	max-width: 2000px;
	margin: 0 auto;
}

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

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

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

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

#refinedSliderWrapperstacks_in_7326 a.nullLink {
	cursor: default;
}

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

/* @end */

/* @group Directional Navigation */

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

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

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

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

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

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

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

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

/* @end */

/* @group Navigation None */

/*  */

/* @end */

/* @group Navigation Bullets */

/*  */

/* @end */

/* @group Navigation Numbers */

/*  */

/* @end */

/* @group Navigation Thumbnails */

/*  */

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

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

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

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

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

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

/*  */

/* @end */

/* @group Layered Navigation */

/*  */

/* @end */

/* @group Captions */

/*  */

/*  */

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

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

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

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

/* @end */

/* @group RefinedSlider Edit Mode */

/*  */

/* @end */

#stacks_in_7326 {
	margin: 0px 0px 50px 0px;
}
/*  Gridly v1.0.0 by WeaverThemes */

#stacks_in_7272 .row { color: #C9C9C9 }
#stacks_in_7272 .row span i { text-align: center;display: block;line-height: 50px; }
#stacks_in_7272 .row span i:before { font-size: 50px }


#stacks_in_7146 {
	border: solid rgba(146, 146, 146, 1.00);
	border-width: 0px 0px 1px 0px;
}

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

#stacks_in_7158 {
	border: solid rgba(146, 146, 146, 1.00);
	border-width: 0px 0px 1px 0px;
}

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

#stacks_in_7273 {
	border: solid rgba(146, 146, 146, 1.00);
	border-width: 0px 0px 1px 0px;
}

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

#stacks_in_7277 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_7280 {
	border: solid rgba(146, 146, 146, 1.00);
	border-width: 0px 0px 1px 0px;
}

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

#stacks_in_7285 {
	border: solid rgba(146, 146, 146, 1.00);
	border-width: 0px 0px 1px 0px;
}

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