nav#deluxe_nav_stacks_in_355, nav#deluxe_nav_stacks_in_355 * {
  box-sizing: border-box;
}
nav#deluxe_nav_stacks_in_355 {
    font-family: inherit;
    
    font-size: 20px;
}

nav#deluxe_nav_stacks_in_355 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  
  
  justify-content: center;
  
}
nav#deluxe_nav_stacks_in_355 ul ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  
  font-size: 24px;
}
nav#deluxe_nav_stacks_in_355 ul li {
 display: block;
 list-style-type: none;
}




@media all and (min-width: 771px) {
  nav#deluxe_nav_stacks_in_355 > ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 6px 12px;
   margin: 6px 3px;
   border-radius: 4px;
   
   
  }
  nav#deluxe_nav_stacks_in_355 > ul > li > a:hover {
   
  }
  nav#deluxe_nav_stacks_in_355 > ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_355 > ul > li.current > a,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-ancestor-parent > a {
   
  }
  nav#deluxe_nav_stacks_in_355 ul > li:first-child > a {
   margin-left: 0px;
  }
  nav#deluxe_nav_stacks_in_355 ul > li:last-child > a {
   margin-right: 0px;
  }
  nav#deluxe_nav_stacks_in_355 > ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_355 > ul > li > ul {
   display: none;
   position: absolute;
   z-index: 9999;
   padding: 6px 24px;
   background: rgba(244, 241, 245, 1.00);
  }
  nav#deluxe_nav_stacks_in_355 > ul > li > ul li a {
    padding: 6px 0px;
    color: #555555;
  }
  nav#deluxe_nav_stacks_in_355 > ul ul li.current a,
  nav#deluxe_nav_stacks_in_355 > ul ul li.current-parent a,
  nav#deluxe_nav_stacks_in_355 > ul ul li.current-ancestor-parent > a {
    color: #333333;
  }
  nav#deluxe_nav_stacks_in_355 > ul li:hover > ul {
   display: block;
  }
  nav#deluxe_nav_stacks_in_355 > ul > li.parent > ul > li,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-parent > ul > li,
  nav#deluxe_nav_stacks_in_355 > ul > li.current-ancestor-parent > ul > li {
    /* display: -webkit-box;
    display: flex; */
  }
  nav#deluxe_nav_stacks_in_355 ul ul > li > ul > li > a:before {
    content: "\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_355 ul ul ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_355 > input,
  nav#deluxe_nav_stacks_in_355 > label {
    display: none;
  }
}
@media all and (max-width: 770px) {
  nav#deluxe_nav_stacks_in_355 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: min-content min-content;
    align-items: center;
    grid-auto-flow: dense;
    justify-content: flex-end;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_355 {
    justify-content: flex-start;
  }
  nav#deluxe_nav_stacks_in_355 > input,
  nav#deluxe_nav_stacks_in_355 > label {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0;
  }
  nav#deluxe_nav_stacks_in_355 > input {
    opacity: 0;
  }
  nav#deluxe_nav_stacks_in_355 > label {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    pointer-events: none;
    width: 36px;
    height: 32px;
    background: rgba(0,0,0,0.33);
    border-radius: 4px;
    transform: translateX(100%);
  }
  nav#deluxe_nav_stacks_in_355 ul ul ul > li > a:before {
    content: "\00a0\00a0\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_355 > label {
    grid-column: auto;
    grid-row: auto;
    transform: translateX(-100%);
  }
  nav#deluxe_nav_stacks_in_355 .hambar {
      position: absolute;
      top: 0;
      left: 4px;
      display: block;
      width: 28px;
      height: 4px;
      background: #fff;
      
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      border-radius: 4px;
  }
  nav#deluxe_nav_stacks_in_355 .hambar.hamtop {
      top: 5px;
  }
  nav#deluxe_nav_stacks_in_355 .hambar.hammiddle {
      top: 14px;
      opacity: 1;
  }
  nav#deluxe_nav_stacks_in_355 .hambar.hambottom {
      top: 23px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  }
  nav#deluxe_nav_stacks_in_355 > input:checked ~ label .hambar.hamtop {
    width: 27.5px;
    -webkit-transform: rotate(45deg) translate(4px, -4px);
    -ms-transform: rotate(45deg) translate(4px, -4px);
    transform: rotate(45deg) translate(4px, -4px);
  }

  nav#deluxe_nav_stacks_in_355 > input:checked ~ label .hambar.hammiddle {
      opacity: 0;
  }

  nav#deluxe_nav_stacks_in_355 > input:checked ~ label .hambar.hambottom {
      width: 27.5px;
      -webkit-transform: rotate(-45deg) translate(4px, 4px);
      -ms-transform: rotate(-45deg) translate(4px, 4px);
      transform: rotate(-45deg) translate(4px, 4px);
  }
  nav#deluxe_nav_stacks_in_355 > ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 48px;
    z-index: 9999;
    background: rgba(244, 241, 245, 1.00);
    padding: 12px 0px;
  }
  nav#deluxe_nav_stacks_in_355 > input:checked ~ ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_355 > input:checked ~ ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px 24px;
  }
  nav#deluxe_nav_stacks_in_355 ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 12px 24px;
   border-radius: 4px;
   margin: 0px 0px;
   color: #555555;
  }
  nav#deluxe_nav_stacks_in_355 ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_355 ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_355 ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_355 ul ul > li > a:before {
    content: "\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_355 ul > li > a {
   
  }
  nav#deluxe_nav_stacks_in_355 ul > li > a:hover {
   
  }
  nav#deluxe_nav_stacks_in_355 ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_355 ul > li.current > a,
  nav#deluxe_nav_stacks_in_355 ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_355 ul > li.current-ancestor-parent > a {
   
  }
}

nav#deluxe_nav_stacks_in_355 ul > ul > li > a {
  display: flex;
  width: 100%;
 
}
nav#deluxe_nav_stacks_in_355 ul ul > li > a:hover {
 
}
nav#deluxe_nav_stacks_in_355 ul ul > li > a:active:not([href="#"]):not([href="#0"]),
nav#deluxe_nav_stacks_in_355 ul ul > li.current > a,
nav#deluxe_nav_stacks_in_355 ul ul > li.current-parent > a,
nav#deluxe_nav_stacks_in_355 ul ul > li.current-ancestor-parent > a {
 
}



/* 1.0.1

*/
.opr-page  {
  transition: height 400ms ease-in,
    padding 400ms ease-in,
    width 400ms ease-in,
    opacity 400ms ease-in,
    transform 400ms ease-in;
}
.opr-page.opr-no-animation {
  transition: none;
  visibility: hidden;
}
.opr-next-page,
.opr-prev-page  {
  pointer-events: none;
}


.opr-page  {
  top: 0;
}
.opr-next-page  {
  z-index: 100;
  top: 0;
  opacity: 0;
}
.opr-prev-page  {
  z-index: 98;
  top: 0;
  opacity: 0;
}
.opr-current  {
  z-index: 99;
  opacity: 1;
}



















.opr-scroll-next:before,
.opr-scroll-prev:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
 .opr-next,
 .opr-scroll-next,
 .opr-scroll-prev {
  border-color: rgba(255, 255, 255, 1.00);
}


%[if edit]%
#stacks_in_365_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_365_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_365 .layer {
	float: left;
}

%[if ]%	
#stacks_in_365 .pile {
	display: none;
}

#stacks_in_365 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_365 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_365 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_365 .clearFloats {
	clear: both;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_407 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_407 .theDivider1,
#simpleDivider_stacks_in_407 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_407 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_407.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_407.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_407 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_407.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_407.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_407.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_407.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_407 {
	width: 200px;
}

#stacks_in_388 .cleanResponse1_L {
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_388 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}
#stacks_in_255 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_255 {
	width: 400px;
}

#stacks_out_259 {
	width: 400px;
}
%[if edit]%
#stacks_in_396_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_396_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_396 .layer {
	float: left;
}

%[if ]%	
#stacks_in_396 .pile {
	display: none;
}

#stacks_in_396 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_396 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_396 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_396 .clearFloats {
	clear: both;
}




#stacks_out_263 {
	width: 400px;
}
%[if edit]%
#stacks_in_406_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_406_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_406 .layer {
	float: left;
}

%[if ]%	
#stacks_in_406 .pile {
	display: none;
}

#stacks_in_406 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_406 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_406 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_406 .clearFloats {
	clear: both;
}




#stacks_out_287 {
	width: 400px;
}
%[if edit]%
#stacks_in_397_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_397_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_397 .layer {
	float: left;
}

%[if ]%	
#stacks_in_397 .pile {
	display: none;
}

#stacks_in_397 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_397 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_397 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_397 .clearFloats {
	clear: both;
}




#stacks_out_291 {
	width: 400px;
}
%[if edit]%
#stacks_in_398_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_398_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_398 .layer {
	float: left;
}

%[if ]%	
#stacks_in_398 .pile {
	display: none;
}

#stacks_in_398 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_398 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_398 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_398 .clearFloats {
	clear: both;
}




#stacks_out_293 {
	width: 400px;
}
%[if edit]%
#stacks_in_399_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_399_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_399 .layer {
	float: left;
}

%[if ]%	
#stacks_in_399 .pile {
	display: none;
}

#stacks_in_399 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_399 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_399 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_399 .clearFloats {
	clear: both;
}




#stacks_in_392 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_392 {
	width: 400px;
}
%[if edit]%
#stacks_in_400_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_400_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_400 .layer {
	float: left;
}

%[if ]%	
#stacks_in_400 .pile {
	display: none;
}

#stacks_in_400 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_400 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_400 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_400 .clearFloats {
	clear: both;
}




#stacks_out_276 {
	width: 400px;
}
%[if edit]%
#stacks_in_401_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_401_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_401 .layer {
	float: left;
}

%[if ]%	
#stacks_in_401 .pile {
	display: none;
}

#stacks_in_401 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_401 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_401 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_401 .clearFloats {
	clear: both;
}




#stacks_out_280 {
	width: 400px;
}
%[if edit]%
#stacks_in_402_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_402_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_402 .layer {
	float: left;
}

%[if ]%	
#stacks_in_402 .pile {
	display: none;
}

#stacks_in_402 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_402 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_402 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_402 .clearFloats {
	clear: both;
}




#stacks_in_394 {
	margin:  12px;
	padding:  8px;
}

#stacks_out_394 {
	width: 400px;
}
%[if edit]%
#stacks_in_403_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_403_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_403 .layer {
	float: left;
}

%[if ]%	
#stacks_in_403 .pile {
	display: none;
}

#stacks_in_403 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_403 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_403 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_403 .clearFloats {
	clear: both;
}




#stacks_out_332 {
	width: 400px;
}
%[if edit]%
#stacks_in_404_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_404_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_404 .layer {
	float: left;
}

%[if ]%	
#stacks_in_404 .pile {
	display: none;
}

#stacks_in_404 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_404 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_404 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_404 .clearFloats {
	clear: both;
}




#stacks_out_336 {
	width: 400px;
}
%[if edit]%
#stacks_in_405_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_405_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_405 .layer {
	float: left;
}

%[if ]%	
#stacks_in_405 .pile {
	display: none;
}

#stacks_in_405 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_405 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_405 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_405 .clearFloats {
	clear: both;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_387 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_387 .theDivider1,
#simpleDivider_stacks_in_387 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_387 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_387.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_387.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_387 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_387.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_387.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_387.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_387.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_387 {
	width: 200px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_383 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_383 .theDivider1,
#simpleDivider_stacks_in_383 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_383 .theDivider1 {
	height: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
#simpleDivider_stacks_in_383.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #2A4152;
}
#simpleDivider_stacks_in_383.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_383 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_383.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_383.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_383.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_383.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_383 {
	width: 320px;
}

#stacks_out_384 {
	width: 280px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_385 {
	width: 100%;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#simpleDivider_stacks_in_385 .theDivider1,
#simpleDivider_stacks_in_385 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_385 .theDivider1 {
	height: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
}
#simpleDivider_stacks_in_385.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #2A4152;
}
#simpleDivider_stacks_in_385.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_385 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_385.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_385.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_385.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_385.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_385 {
	width: 320px;
}

#stacks_in_370 {
	font-size: 128%;
	font-weight: bolder;
}

#stacks_in_367 .cleanResponse1_L {
	width:100%;
	margin: 0 0 10px 0;
}



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_367 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}#stacks_in_371>.s3_row {
	margin: 0 -15px;
}

#stacks_in_371>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_371>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}






#stacks_out_371 {
	width: 200px;
}


%[if edit]%
#stacks_in_368_outer_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('../files/wrapper-bg.jpg') repeat;
}

#stacks_in_368_title {
	color: #aaaaa8;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_368 .layer {
	float: left;
}

%[if ]%	
#stacks_in_368 .pile {
	display: none;
}

#stacks_in_368 .Icon {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../files/icon@50.png') no-repeat;
	margin: 12px auto 6px;
}

%[endif]%

%[endif]%

#stacks_in_368 .pile {
	margin: 0 auto;
	padding: 12px;
}

#stacks_in_368 .layer {	
	%[if ]%	
		max-width: px;
	%[endif]%
			
	
		float: left;
	
	
	margin-bottom: px;
}

#stacks_in_368 .clearFloats {
	clear: both;
}



/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_369 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_369 .theDivider1,
#simpleDivider_stacks_in_369 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_369 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_369.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #89BFFF;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_369.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_369 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_369.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_369.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_369.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_369.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_369 {
	width: 200px;
}
