/*
1.9.0

 */
#stacks_in_457 * {
  box-sizing: border-box;
}
#stacks_in_457 *:focus {outline:none;}
.searchingstacks_in_457 .stacks_top,
.searchingstacks_in_457 .stacks_in,
.searchingstacks_in_457 .stacks_out {
  overflow: visible;
}
#stacks_in_457 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_457_pages { display: none;}
#stacks_in_457_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_457_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_457_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_457 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_457 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_457 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 4px 4px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_457 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_457 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_457_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 4px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_457 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_457 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_457 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_457 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_457 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
#stacks_in_457 form > svg,
.live-search-form > svg {
  display: none;
}
#stacks_in_457_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 15px;
}
/**/
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
#stacks_in_457_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_457 #stacks_in_457_tipue_search_content,
.searchingstacks_in_457.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_457_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_457_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_457_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_457 #stacks_in_457_tipue_search_content,
.searchingstacks_in_457.live-search-content {
  display: block !important;
}
#stacks_in_457_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_457_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_457_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_457_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_457_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_457_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_457_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_457_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_457_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_457_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_457 .additional-pages,
#stacks_in_457 .excluded-pages {
  display: none;
}


#stacks_out_457 {
	width: 450px;
}
#slice_mez_459 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_459.selected {
  border-color: #2680fc !important;
}
#slice_mez_459 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_459 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_459 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_459.hidden > #stacks_in_459 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_460 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_460.selected {
  border-color: #2680fc !important;
}
#slice_mez_460 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_460 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_460 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_460.hidden > #stacks_in_460 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_456 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_456 {
		display: none !important;
	}
}

#stacks_in_3 {
	font-size: 105%;
}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_270 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_270 {
		display: none !important;
	}
}
#stacks_in_177>.s3_row {
	margin: 0 -2px;
}

#stacks_in_177>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_177>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_177>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_177 {
	width: 98%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_480{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_480overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_480leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_480leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_480leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_480leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_480posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_480rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_480rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_480theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_480overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_480leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_480leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_480leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_480leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_480rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_480rightcolContent{		margin: auto;	}}	.stacks_in_480posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_480posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_480posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_480posterWrapper img:hover{	cursor: pointer;}.stacks_in_480rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_500{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_500overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_500leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_500leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_500leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_500leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_500posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_500rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_500rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_500theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_500overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_500leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_500leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_500leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_500leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_500rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_500rightcolContent{		margin: auto;	}}	.stacks_in_500posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_500posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_500posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_500posterWrapper img:hover{	cursor: pointer;}.stacks_in_500rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_506{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_506overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_506leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_506leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_506leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_506leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_506posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_506rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_506rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_506theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_506overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_506leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_506leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_506leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_506leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_506rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_506rightcolContent{		margin: auto;	}}	.stacks_in_506posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_506posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_506posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_506posterWrapper img:hover{	cursor: pointer;}.stacks_in_506rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_512{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_512overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_512leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_512leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_512leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_512leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_512posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_512rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_512rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_512theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_512overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_512leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_512leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_512leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_512leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_512rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_512rightcolContent{		margin: auto;	}}	.stacks_in_512posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_512posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_512posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_512posterWrapper img:hover{	cursor: pointer;}.stacks_in_512rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */#stacks_in_212>.s3_row {
	margin: 0 -2px;
}

#stacks_in_212>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_212>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_212>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_212 {
	width: 98%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_520{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_520overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_520leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_520leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_520leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_520leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_520posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_520rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_520rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_520theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_520overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_520leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_520leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_520leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_520leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_520rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_520rightcolContent{		margin: auto;	}}	.stacks_in_520posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_520posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_520posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_520posterWrapper img:hover{	cursor: pointer;}.stacks_in_520rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_526{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_526overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_526leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_526leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_526leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_526leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_526posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_526rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_526rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_526theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_526overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_526leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_526leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_526leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_526leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_526rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_526rightcolContent{		margin: auto;	}}	.stacks_in_526posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_526posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_526posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_526posterWrapper img:hover{	cursor: pointer;}.stacks_in_526rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_532{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_532overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_532leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_532leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_532leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_532leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_532posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_532rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_532rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_532theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_532overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_532leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_532leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_532leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_532leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_532rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_532rightcolContent{		margin: auto;	}}	.stacks_in_532posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_532posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_532posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_532posterWrapper img:hover{	cursor: pointer;}.stacks_in_532rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_538{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_538overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_538leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_538leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_538leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_538leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_538posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_538rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_538rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_538theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_538overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_538leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_538leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_538leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_538leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_538rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_538rightcolContent{		margin: auto;	}}	.stacks_in_538posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_538posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_538posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_538posterWrapper img:hover{	cursor: pointer;}.stacks_in_538rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */#stacks_in_241>.s3_row {
	margin: 0 -2px;
}

#stacks_in_241>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_241>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_241>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_241 {
	width: 98%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_544{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_544overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_544leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_544leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_544leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_544leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_544posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_544rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_544rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_544theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_544overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_544leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_544leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_544leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_544leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_544rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_544rightcolContent{		margin: auto;	}}	.stacks_in_544posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_544posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_544posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_544posterWrapper img:hover{	cursor: pointer;}.stacks_in_544rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_550{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_550overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_550leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_550leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_550leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_550leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_550posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_550rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_550rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_550theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_550overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_550leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_550leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_550leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_550leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_550rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_550rightcolContent{		margin: auto;	}}	.stacks_in_550posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_550posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_550posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_550posterWrapper img:hover{	cursor: pointer;}.stacks_in_550rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_556{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_556overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_556leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_556leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_556leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_556leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_556posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_556rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_556rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_556theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_556overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_556leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_556leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_556leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_556leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_556rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_556rightcolContent{		margin: auto;	}}	.stacks_in_556posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_556posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_556posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_556posterWrapper img:hover{	cursor: pointer;}.stacks_in_556rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_562{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_562overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_562leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_562leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_562leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_562leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_562posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_562rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_562rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_562theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_562overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_562leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_562leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_562leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_562leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_562rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_562rightcolContent{		margin: auto;	}}	.stacks_in_562posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_562posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_562posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_562posterWrapper img:hover{	cursor: pointer;}.stacks_in_562rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */#stacks_in_321>.s3_row {
	margin: 0 -2px;
}

#stacks_in_321>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_321>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_321>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_321 {
	width: 98%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_568{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_568overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_568leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_568leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_568leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_568leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_568posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_568rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_568rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_568theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_568overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_568leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_568leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_568leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_568leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_568rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_568rightcolContent{		margin: auto;	}}	.stacks_in_568posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_568posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_568posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_568posterWrapper img:hover{	cursor: pointer;}.stacks_in_568rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_574{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_574overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_574leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_574leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_574leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_574leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_574posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_574rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_574rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_574theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_574overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_574leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_574leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_574leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_574leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_574rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_574rightcolContent{		margin: auto;	}}	.stacks_in_574posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_574posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_574posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_574posterWrapper img:hover{	cursor: pointer;}.stacks_in_574rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_580{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_580overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_580leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_580leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_580leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_580leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_580posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_580rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_580rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_580theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_580overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_580leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_580leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_580leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_580leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_580rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_580rightcolContent{		margin: auto;	}}	.stacks_in_580posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_580posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_580posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_580posterWrapper img:hover{	cursor: pointer;}.stacks_in_580rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_586{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_586overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_586leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_586leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_586leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_586leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_586posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_586rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_586rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_586theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_586overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_586leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_586leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_586leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_586leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_586rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_586rightcolContent{		margin: auto;	}}	.stacks_in_586posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_586posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_586posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_586posterWrapper img:hover{	cursor: pointer;}.stacks_in_586rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */#stacks_in_366>.s3_row {
	margin: 0 -2px;
}

#stacks_in_366>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_366>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_366>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_366 {
	width: 98%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_594{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_594overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_594leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_594leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_594leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_594leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_594posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_594rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_594rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_594theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_594overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_594leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_594leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_594leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_594leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_594rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_594rightcolContent{		margin: auto;	}}	.stacks_in_594posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_594posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_594posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_594posterWrapper img:hover{	cursor: pointer;}.stacks_in_594rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_600{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_600overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_600leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_600leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_600leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_600leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_600posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_600rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_600rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_600theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_600overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_600leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_600leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_600leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_600leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_600rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_600rightcolContent{		margin: auto;	}}	.stacks_in_600posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_600posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_600posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_600posterWrapper img:hover{	cursor: pointer;}.stacks_in_600rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_606{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_606overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_606leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_606leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_606leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_606leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_606posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_606rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_606rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_606theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_606overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_606leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_606leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_606leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_606leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_606rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_606rightcolContent{		margin: auto;	}}	.stacks_in_606posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_606posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_606posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_606posterWrapper img:hover{	cursor: pointer;}.stacks_in_606rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_612{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_612overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_612leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_612leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_612leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_612leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_612posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_612rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_612rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_612theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_612overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_612leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_612leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_612leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_612leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_612rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_612rightcolContent{		margin: auto;	}}	.stacks_in_612posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_612posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_612posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_612posterWrapper img:hover{	cursor: pointer;}.stacks_in_612rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */#stacks_in_395>.s3_row {
	margin: 0 -2px;
}

#stacks_in_395>.s3_row>.s3_column {
	padding: 0 2px;
}








  


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




	#stacks_in_395>.s3_row  {
		margin: -2px -2px;
	}
	#stacks_in_395>.s3_row>.s3_column {
		padding: 2px 2px;
		width:50%;
	}



}



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


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





}




  

#stacks_out_395 {
	width: 97%;
}
/* Start dooImage Plus stack CSS code */#stacks_in_618{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_618overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_618leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_618leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_618leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_618leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_618posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_618rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_618rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_618theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_618overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_618leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_618leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_618leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_618leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_618rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_618rightcolContent{		margin: auto;	}}	.stacks_in_618posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_618posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_618posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_618posterWrapper img:hover{	cursor: pointer;}.stacks_in_618rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_624{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_624overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_624leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_624leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_624leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_624leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_624posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_624rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_624rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_624theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_624overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_624leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_624leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_624leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_624leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_624rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_624rightcolContent{		margin: auto;	}}	.stacks_in_624posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_624posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_624posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_624posterWrapper img:hover{	cursor: pointer;}.stacks_in_624rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_630{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_630overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_630leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_630leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_630leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_630leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_630posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_630rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_630rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_630theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_630overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_630leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_630leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_630leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_630leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_630rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_630rightcolContent{		margin: auto;	}}	.stacks_in_630posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_630posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_630posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_630posterWrapper img:hover{	cursor: pointer;}.stacks_in_630rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code *//* Start dooImage Plus stack CSS code */#stacks_in_634{	-webkit-backface-visibility: hidden;  -webkit-transform: translate3d(0, 0, 0);}.stacks_in_634overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background: rgba(0,0,0,0.2);	z-index: 2147483000;	overflow: scroll;	transition: all 1s ease 0.2s;}.stacks_in_634leftCol{	position: absolute;		width: 70%;	right: 30%;	margin-left: -70%;		height: 100%;	top:0;	left: 0;		overflow: scroll;	transition: all 0.6s ease;}.stacks_in_634leftcolTable{	position: relative;	display: table;	table-layout: fixed;	width: 100%;	height: 100%;}.stacks_in_634leftcolCell{   display: table-cell;   text-align: center;   vertical-align: middle;}.stacks_in_634leftcolContent{    width: 80%;    margin: auto;    text-align: left;}.stacks_in_634posterWrapper{	text-align: center;	overflow: hidden;}.stacks_in_634rightCol{	position: absolute;	width: 30%;	background: #FFFFFF;	top:0;	right: 0;	height: 100%;	overflow: scroll;	margin-right: -30%;	transition: all 0.6s ease;	display: block;}.stacks_in_634rightcolContent{	padding: 60px 30px 50px 30px;}.stacks_in_634theX{	display: none;	position: absolute;	width: 24px;	height: 24px;	top: 20px;	right: 20px;	cursor: pointer;}@media all and (max-width: 768px) {	.stacks_in_634overlay{		background: #FFFFFF !important;		padding-top: 70px;	}		.stacks_in_634leftCol{		position: relative;		width: 100%;		height: auto;		background: #FFFFFF;	}		.stacks_in_634leftcolTable{		position: relative;		display: table;		width: 100%;		height: 100%;	}		.stacks_in_634leftcolCell{	   display: table-cell;	   text-align: center;	   vertical-align: middle;	}		.stacks_in_634leftcolContent{	    width: 90%;	    margin: auto;	    text-align: left;	}		.stacks_in_634rightCol{		position: relative;		width: 100%;		background: #FFFFFF;		top:0;		right: 0;		bottom: 0;		left: 0;	}		.stacks_in_634rightcolContent{		margin: auto;	}}	.stacks_in_634posterWrapper img {	    -webkit-transition: all .5s ease; /* Safari and Chrome */	    -moz-transition: all .5s ease; /* Firefox */	    -ms-transition: all .5s ease; /* IE 9 */	    -o-transition: all .5s ease; /* Opera */	    transition: all .5s ease;	}	.stacks_in_634posterWrapper img:hover{		-webkit-transform:scale(1.1); /* Safari and Chrome */	    -moz-transform:scale(1.1); /* Firefox */	    -ms-transform:scale(1.1); /* IE 9 */	    -o-transform:scale(1.1); /* Opera */	     transform:scale(1.1);	}.stacks_in_634posterWrapper img{	max-width: 100%;	height: auto;}.stacks_in_634posterWrapper img:hover{	cursor: pointer;}.stacks_in_634rightcolContentInner img{	max-width: 100%;	height: auto;}/* End dooImage Plus stack CSS code */