/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:0.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:0.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:0.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:0.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:0.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}
/*
 Inspired by the lightbox plugin adapted to jquery by Leandro Vieira Pinho (http://leandrovieira.com)
 
 @author  : Nicolas Turlais : nicolas-at-insipi.de
 @version : V0.3.1 - June 2012
 @license : Licensed under CCAttribution-ShareAlike
 @website : http://chocolat.insipi.de
 
*/

body{
  margin:0;
  padding:0;
}
#Choco_overlay{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display:none;
  padding:0;
  margin:0;
}
#Choco_content{
  display:none;
  width:800px;
  height:600px;
  z-index:1001;
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-400px;
  margin-top:-300px;
  border-top:1px solid transparent;/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}
#Choco_left_arrow{
  float:left;
  background-image:url(../images/gauche.gif);
  background-position:12%;
  left:-14%;
}
#Choco_right_arrow{
  float:right;
  background-image:url(../images/droite.gif);
  background-position:88%;
  left:14%;
}
.Choco_arrows{
  background-repeat:no-repeat;
  display:none;
  position:relative;
  cursor:pointer;
  width:49%;
  top:-100%;
  height:100%;
  margin-top:-30px;
}
#Choco_container_photo{
  text-align:center;
  width:800px;
  height:600px;
  /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}
#Choco_container_description{
  padding:0;
  height:26px;
  width:100%;
  color:#505050;
  font-family:Tahoma;
  clear:both;
  position:relative;
  font-size:12px;
  margin-top:-5px;
  overflow:hidden;
  visibility:hidden;
}
#Choco_container_title{
  float:left;
  padding:5px;
}
#Choco_container_via{
  padding:5px;
  float:right;
}
#Choco_container_via a{
  color:gray;
}
#Choco_container_via a:hover{
  color:white;
  background:gray;
}
#Choco_close{
  width:30px;
  height:25px;
  background-image:url(../images/close.gif);
  background-repeat:no-repeat;
  z-index:1002;
  cursor:pointer;
  margin-top:-20px;
  display:none;
}
#Choco_loading{
  width:9px;
  height:11px;
  background-image:url(../images/chargement2.gif);
  background-repeat:no-repeat;
  z-index:1002;
  cursor:pointer;
  float:right;
  margin-top:-20px;
  display:none;
}
#Choco_bigImage{
  display:none;
  position:relative;
  width:100%;
  height:100%;
  margin-top:-5px;
}
#stacks_in_569 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1200px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_569 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_569 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_569 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_111 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_111 {
		display: none !important;
	}
}
 #Mover_stacks_in_450{visibility:hidden;}.yesFade{opacity:0}.noFade{opacity:1}.slideDown_bounce{animation-name:slideDown_bounce;-webkit-animation-name:slideDown_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown_bounce{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown_bounce{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp_bounce{animation-name:slideUp_bounce;-webkit-animation-name:slideUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideUp_bounce{0%{transform:translateY(100%)}50%{transform:translateY(-8%)}65%{transform:translateY(4%)}80%{transform:translateY(-4%)}95%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideUp_bounce{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft_bounce{animation-name:slideLeft_bounce;-webkit-animation-name:slideLeft_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes slideLeft_bounce{0%{transform:translateX(150%)}50%{transform:translateX(-8%)}65%{transform:translateX(4%)}80%{transform:translateX(-4%)}95%{transform:translateX(2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft_bounce{0%{-webkit-transform:translateX(150%)}50%{-webkit-transform:translateX(-8%)}65%{-webkit-transform:translateX(4%)}80%{-webkit-transform:translateX(-4%)}95%{-webkit-transform:translateX(2%)}100%{-webkit-transform:translateX(0%)}}.slideRight_bounce{animation-name:slideRight_bounce;-webkit-animation-name:slideRight_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes slideRight_bounce{0%{transform:translateX(-150%)}50%{transform:translateX(8%)}65%{transform:translateX(-4%)}80%{transform:translateX(4%)}95%{transform:translateX(-2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight_bounce{0%{-webkit-transform:translateX(-150%)}50%{-webkit-transform:translateX(8%)}65%{-webkit-transform:translateX(-4%)}80%{-webkit-transform:translateX(4%)}95%{-webkit-transform:translateX(-2%)}100%{-webkit-transform:translateX(0%)}}.slideExpandUp_bounce{animation-name:slideExpandUp_bounce;-webkit-animation-name:slideExpandUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp_bounce{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp_bounce{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp_bounce{animation-name:expandUp_bounce;-webkit-animation-name:expandUp_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp_bounce{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp_bounce{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}.fadeIn_bounce{animation-name:fadeIn_bounce;-webkit-animation-name:fadeIn_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeIn_bounce{0%{transform:scale(0)}60%{transform:scale(1.1)}80%{transform:scale(0.9)}100%{transform:scale(1)}}@-webkit-keyframes fadeIn_bounce{0%{-webkit-transform:scale(0)}60%{-webkit-transform:scale(1.1)}80%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}.expandOpen_bounce{animation-name:expandOpen_bounce;-webkit-animation-name:expandOpen_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen_bounce{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen_bounce{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance_bounce{animation-name:bigEntrance_bounce;-webkit-animation-name:bigEntrance_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance_bounce{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%)}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%)}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%)}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%)}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%)}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}@-webkit-keyframes bigEntrance_bounce{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%)}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%)}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%)}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%)}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%)}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}.hatch_bounce{animation-name:hatch_bounce;-webkit-animation-name:hatch_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch_bounce{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch_bounce{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.still_bounce{animation-name:still_bounce;-webkit-animation-name:still_bounce;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes still_bounce{0%{transform:scale(1)}100%{transform:scale(1)}}@-webkit-keyframes still_bounce{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1)}}.slideDown_smooth{animation-name:slideDown_smooth;-webkit-animation-name:slideDown_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideDown_smooth{0%{transform:translateY(-100%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown_smooth{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0%)}}.slideUp_smooth{animation-name:slideUp_smooth;-webkit-animation-name:slideUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes slideUp_smooth{0%{transform:translateY(100%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideUp_smooth{0%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0%)}}.slideLeft_smooth{animation-name:slideLeft_smooth;-webkit-animation-name:slideLeft_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes slideLeft_smooth{0%{transform:translateX(150%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft_smooth{0%{-webkit-transform:translateX(150%)}100%{-webkit-transform:translateX(0%)}}.slideRight_smooth{animation-name:slideRight_smooth;-webkit-animation-name:slideRight_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes slideRight_smooth{0%{transform:translateX(-150%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight_smooth{0%{-webkit-transform:translateX(-150%)}100%{-webkit-transform:translateX(0%)}}.slideExpandUp_smooth{animation-name:slideExpandUp_smooth;-webkit-animation-name:slideExpandUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible !important}@keyframes slideExpandUp_smooth{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(0%) scaleX(0.5)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp_smooth{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp_smooth{animation-name:expandUp_smooth;-webkit-animation-name:expandUp_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible !important}@keyframes expandUp_smooth{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp_smooth{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}.fadeIn_smooth{animation-name:fadeIn_smooth;-webkit-animation-name:fadeIn_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible !important}@keyframes fadeIn_smooth{0%{transform:scale(0)}100%{transform:scale(1)}}@-webkit-keyframes fadeIn_smooth{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1)}}.expandOpen_smooth{animation-name:expandOpen_smooth;-webkit-animation-name:expandOpen_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes expandOpen_smooth{0%{transform:scale(1.8)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen_smooth{0%{-webkit-transform:scale(1.8)}100%{-webkit-transform:scale(1)}}.bigEntrance_smooth{animation-name:bigEntrance_smooth;-webkit-animation-name:bigEntrance_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible !important}@keyframes bigEntrance_smooth{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}@-webkit-keyframes bigEntrance_smooth{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%)}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%)}}.hatch_smooth{animation-name:hatch_smooth;-webkit-animation-name:hatch_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes hatch_smooth{0%{transform:scaleY(0.6)}45%{transform:scaleY(1.05)}100%{transform:scaleY(1)}}@-webkit-keyframes hatch_smooth{0%{-webkit-transform:scaleY(0.6)}45%{-webkit-transform:scaleY(1.05)}100%{-webkit-transform:scaleY(1)}}.still_smooth{animation-name:still_smooth;-webkit-animation-name:still_smooth;animation-duration: 1000ms;-webkit-animation-duration: 1000ms;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}@keyframes still_smooth{0%{transform:scale(1)}100%{transform:scale(1)}}@-webkit-keyframes still_smooth{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1)}}
#stacks_in_450 {
	background-color: rgba(0, 0, 0, 0.40);
	padding: 10px 25px 25px 25px;
}
#stacks_in_351 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_351 .jwresp_col{overflow:hidden;margin:0;width:39%; float:left;}#stacks_in_351 #jwresp_col2_stacks_in_351{ float:right; width:59%}@media screen and (max-width:600px){#stacks_in_351 #jwresp_col1_stacks_in_351,#stacks_in_351 #jwresp_col2_stacks_in_351{width:100%;float:none;display:block}#stacks_in_351 #jwresp_col1_stacks_in_351{margin-bottom:15px}}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_323 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_323 {
		display: none !important;
	}
}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_678 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_678 code, #hyp_stacks_in_678 var, #hyp_stacks_in_678 kbd, #hyp_stacks_in_678 samp, #hyp_stacks_in_678 tt, #hyp_stacks_in_678 dir, #hyp_stacks_in_678 listing, #hyp_stacks_in_678 plaintext, #hyp_stacks_in_678 xmp, #hyp_stacks_in_678 abbr, #hyp_stacks_in_678 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_319 {
	font-family: 'Barlow', sans-serif;
	font-weight: 200;
	font-style: italic;
	font-size: 120%;
	line-height: 220%;
}

#fontStackstacks_in_319 {
	color: #FFFFFF;
}

}


#stacks_in_319 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_320 {
	padding: 10px 0px 0px 0px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_652 {
	height: 25.00px;
}




























@media print {
	#spacerStackstacks_in_652 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_648 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 180%;
	line-height: 200%;
}

#fontStackstacks_in_648 {
	color: #FFFFFF;
}

}


#stacks_in_648 {
	padding: 0px 0px 0px 5px;
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_271 {
	height: 25.00px;
}




























@media print {
	#spacerStackstacks_in_271 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_547 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 90%;
	line-height: 200%;
}

#fontStackstacks_in_547 {
	color: #FFFFFF;
}

}


#stacks_in_547 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_548 {
	padding: 0px 2px 0px 0px;
}

#stacks_in_550 {
	letter-spacing: 3px;
	word-spacing: 2px;
	font-size: 90%;
}

.spacerStack {
	height: 15.00px;
}

#spacerStackstacks_in_551 {
	height: 15.00px;
}




























@media print {
	#spacerStackstacks_in_551 {
		display: none !important;
	}
}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_552 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_552 code, #hyp_stacks_in_552 var, #hyp_stacks_in_552 kbd, #hyp_stacks_in_552 samp, #hyp_stacks_in_552 tt, #hyp_stacks_in_552 dir, #hyp_stacks_in_552 listing, #hyp_stacks_in_552 plaintext, #hyp_stacks_in_552 xmp, #hyp_stacks_in_552 abbr, #hyp_stacks_in_552 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_215 {
	font-family: 'Barlow', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 110%;
	line-height: 160%;
}

#fontStackstacks_in_215 {
	color: #FFFFFF;
}

}


#stacks_in_215 {
	padding: 0px 0px 0px 5px;
}
/* Trunky General Styles */

#stacks_in_646 .trunky {
	margin-top:20px;
}




/* End Trunky General Styles */
.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_682 {
	height: 10.00px;
}




























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

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_112 {
	height: 25.00px;
}




























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



/*#stacks_in_533 {
    display: none;
}*/
.stacks_in_533_photo_wrapper {
    
    max-width: 1150;
    
}




#Choco_container_title {
	display: none;
}



.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_495 {
	height: 80.00px;
}




























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

.spacerStack {
	height: 400.00px;
}

#spacerStackstacks_in_87 {
	height: 400.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_168 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_168 {
		display: none !important;
	}
}
#stacks_in_613 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1150px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_613 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_613 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_613 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

#stacks_in_369 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_369 .jwresp_col{overflow:hidden;margin:0;width:47%; float:left;}#stacks_in_369 #jwresp_col2_stacks_in_369{ float:right; width:47%}@media screen and (max-width:600px){#stacks_in_369 #jwresp_col1_stacks_in_369,#stacks_in_369 #jwresp_col2_stacks_in_369{width:100%;float:none;display:block}#stacks_in_369 #jwresp_col1_stacks_in_369{margin-bottom:15px}}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_653 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_653 code, #hyp_stacks_in_653 var, #hyp_stacks_in_653 kbd, #hyp_stacks_in_653 samp, #hyp_stacks_in_653 tt, #hyp_stacks_in_653 dir, #hyp_stacks_in_653 listing, #hyp_stacks_in_653 plaintext, #hyp_stacks_in_653 xmp, #hyp_stacks_in_653 abbr, #hyp_stacks_in_653 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_93 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 180%;
	line-height: 140%;
}

#fontStackstacks_in_93 {
	color: #000000;
}

}


#stacks_in_284 {
	padding: 0px 20px 0px 0px;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_286 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_286 {
		display: none !important;
	}
}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_554 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_554 code, #hyp_stacks_in_554 var, #hyp_stacks_in_554 kbd, #hyp_stacks_in_554 samp, #hyp_stacks_in_554 tt, #hyp_stacks_in_554 dir, #hyp_stacks_in_554 listing, #hyp_stacks_in_554 plaintext, #hyp_stacks_in_554 xmp, #hyp_stacks_in_554 abbr, #hyp_stacks_in_554 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_282 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 110%;
	line-height: 160%;
}

#fontStackstacks_in_282 {
	color: #000000;
}

}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_665 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_665 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_558 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 180%;
	line-height: 140%;
}

#fontStackstacks_in_558 {
	color: #000000;
}

}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_562 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_562 {
		display: none !important;
	}
}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_563 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_563 code, #hyp_stacks_in_563 var, #hyp_stacks_in_563 kbd, #hyp_stacks_in_563 samp, #hyp_stacks_in_563 tt, #hyp_stacks_in_563 dir, #hyp_stacks_in_563 listing, #hyp_stacks_in_563 plaintext, #hyp_stacks_in_563 xmp, #hyp_stacks_in_563 abbr, #hyp_stacks_in_563 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_564 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 110%;
	line-height: 160%;
}

#fontStackstacks_in_564 {
	color: #000000;
}

}


.spacerStack {
	height: 70.00px;
}

#spacerStackstacks_in_494 {
	height: 70.00px;
}




























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



/*#stacks_in_518 {
    display: none;
}*/
.stacks_in_518_photo_wrapper {
    
    max-width: 1150;
    
}

#stacks_in_518 {
	background-color: rgba(0, 0, 0, 1.00);
}




#Choco_container_title {
	display: none;
}



.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_170 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_170 {
		display: none !important;
	}
}
#stacks_in_642 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1150px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_642 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_642 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_642 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_113 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_113 {
		display: none !important;
	}
}
#stacks_in_389 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_389 .jwresp_col{overflow:hidden;margin:0;width:31%; float:left;}#stacks_in_389 #jwresp_col2_stacks_in_389{ float:right; width:61%}@media screen and (max-width:600px){#stacks_in_389 #jwresp_col1_stacks_in_389,#stacks_in_389 #jwresp_col2_stacks_in_389{width:100%;float:none;display:block}#stacks_in_389 #jwresp_col1_stacks_in_389{margin-bottom:15px}}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_244 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_417 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_417 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_240 {
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
	line-height: 100%;
}

#fontStackstacks_in_240 {
	color: #FFFFFF;
}

}


#stacks_in_243 {
	letter-spacing: 3px;
	word-spacing: 2px;
	font-size: 90%;
}

.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_268 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_267 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_267 {
		display: none !important;
	}
}
/* Hyphenate stack v1.4.3 */#hyp_stacks_in_556 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 10; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 10; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 10; /* only IE10+ */	     -o-hyphenate-limit-lines: 10; /* not implemented (yet) */	        hyphenate-limit-lines: 10; /* not implemented (yet) */}#stacks_in_556 code, #hyp_stacks_in_556 var, #hyp_stacks_in_556 kbd, #hyp_stacks_in_556 samp, #hyp_stacks_in_556 tt, #hyp_stacks_in_556 dir, #hyp_stacks_in_556 listing, #hyp_stacks_in_556 plaintext, #hyp_stacks_in_556 xmp, #hyp_stacks_in_556 abbr, #hyp_stacks_in_556 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack *//* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_392 {
	font-family: 'Barlow', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 110%;
	line-height: 200%;
}

#fontStackstacks_in_392 {
	color: #FFFFFF;
}

}


.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_114 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_114 {
		display: none !important;
	}
}
#stacks_in_130{visibility:hidden}
#stacks_in_644 .r_maxwidth {

display: block;
margin-left: auto; margin-right: auto;
float: none;
max-width: 1150px;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/
}

@media screen and (max-width: 1200px) {
#stacks_in_644 .r_maxwidth {

}}

@media screen and (max-width: 720px) {
#stacks_in_644 .r_maxwidth {

}}

@media screen and (max-width: 90px) {
#stacks_in_644 .r_maxwidth {

display:block;
width: 100%; width: auto; !important;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
/*Custom CSS;*/

}}

/* Font style applied when the page has finished loading */

@media all {











#uniqueElement, .classElement,
#fontStackstacks_in_147 {
	font-family: 'Barlow', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 120%;
	line-height: 150%;
}

#fontStackstacks_in_147 {
	color: #000000;
}

}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_131 {
	height: 20.00px;
}




























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

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_88 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_88 {
		display: none !important;
	}
}
#stacks_in_396 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_396 .jwresp_col{overflow:hidden;margin:0;width:48%; float:left;}#stacks_in_396 #jwresp_col2_stacks_in_396{ float:right; width:48%}@media screen and (max-width:320px){#stacks_in_396 #jwresp_col1_stacks_in_396,#stacks_in_396 #jwresp_col2_stacks_in_396{width:100%;float:none;display:block}#stacks_in_396 #jwresp_col1_stacks_in_396{margin-bottom:15px}}

#stacks_out_396 {
	width: 300px;
}

.spacerStack {
	height: 12.00px;
}

#spacerStackstacks_in_298 {
	height: 12.00px;
}




























@media print {
	#spacerStackstacks_in_298 {
		display: none !important;
	}
}
#stacks_in_293 .background{}#stacks_in_293 .fa-stack,#stacks_in_293 i.fa{color:rgba(57, 77, 108, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_293 .fa-stack.custom,#stacks_in_293 i.fa.custom{font-size:24px}#stacks_in_293 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_293 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_293 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_293 a:hover i.fa{color:rgba(51, 69, 97, 1.00)}#stacks_in_293 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_293 a:hover .fa-border{}#stacks_in_293 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_293 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_293 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_293 .jw-wrapper{}#stacks_in_293 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_293 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_293 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_293 .jw-wrapper.match{color:rgba(57, 77, 108, 1.00)}#stacks_in_293 .jw-wrapper.match a{color:rgba(57, 77, 108, 1.00)}#stacks_in_293 .jw-wrapper.match a:hover{color:rgba(51, 69, 97, 1.00)}#stacks_in_293 .jw-wrapper.hover i.fa:hover,#stacks_in_293 .jw-wrapper.hover a:hover{color:rgba(193, 79, 18, 1.00)}
#stacks_in_290 .background{}#stacks_in_290 .fa-stack,#stacks_in_290 i.fa{color:rgba(57, 77, 108, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_290 .fa-stack.custom,#stacks_in_290 i.fa.custom{font-size:24px}#stacks_in_290 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_290 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_290 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_290 a:hover i.fa{color:rgba(51, 69, 97, 1.00)}#stacks_in_290 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_290 a:hover .fa-border{}#stacks_in_290 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_290 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_290 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_290 .jw-wrapper{}#stacks_in_290 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_290 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_290 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_290 .jw-wrapper.match{color:rgba(57, 77, 108, 1.00)}#stacks_in_290 .jw-wrapper.match a{color:rgba(57, 77, 108, 1.00)}#stacks_in_290 .jw-wrapper.match a:hover{color:rgba(51, 69, 97, 1.00)}#stacks_in_290 .jw-wrapper.hover i.fa:hover,#stacks_in_290 .jw-wrapper.hover a:hover{color:rgba(193, 79, 18, 1.00)}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_302 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_302 {
		display: none !important;
	}
}
#stacks_in_411 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_411 .jwresp_col{overflow:hidden;margin:0;width:48%; float:left;}#stacks_in_411 #jwresp_col2_stacks_in_411{ float:right; width:48%}@media screen and (max-width:320px){#stacks_in_411 #jwresp_col1_stacks_in_411,#stacks_in_411 #jwresp_col2_stacks_in_411{width:100%;float:none;display:block}#stacks_in_411 #jwresp_col1_stacks_in_411{margin-bottom:15px}}

#stacks_out_411 {
	width: 300px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_316 {
	height: 40.00px;
}




























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