/*= CORE CSS */

.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}

.eventCalendar-prev {
	left: 3px;
}

.eventCalendar-next {
	right: 3px;
}

.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}

.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventCalendar-currentMonth {
	z-index: 1;
}

.eventCalendar-daysList {
	display: table;
	width: 100%;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-dayWithEvents {
	background: rgba(0, 0, 0, 0.15);
}

.eventCalendar-current {
	background: rgba(0, 0, 0, 0.35);
}

.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventCalendar-list {
	position: relative;
	z-index: 1;
}

.eventCalendar-oldEventList {
	z-index: 2;
}

.eventCalendar-subtitle {
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
}
/* end of core CSS */.eventCalendar-wrap {
  border: solid 1px #d3d3d3;
  margin-bottom: 20px;
  background-color: #fff;
  color: #807E7E; }

.eventCalendar-wrap .eventCalendar-arrow {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  line-height: 28px;
  top: -1px;
  padding: 8px 10px; }

.eventCalendar-wrap .eventCalendar-arrow:hover {
  opacity: 0.7; }

.eventCalendar-wrap .eventCalendar-arrow span {
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  float: left;
  text-indent: -5000px; }

.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
  border-left-width: 0;
  border-right: 6px solid #fff; }

.eventCalendar-slider {
  height: 80px; }

.eventCalendar-monthWrap {
  border-radius: 5px;
  top: 0px;
  left: 0px; }

.eventCalendar-currentTitle {
  line-height: 25px;
  background-color: #138DA5;
  outline: 1px solid #138DA5;
  border: 1px solid #E3E3E3;
  border-width: 1px 0; }

.eventCalendar-currentTitle .eventCalendar-monthTitle {
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
  color: #fff; }

.eventCalendar-daysList {
  zoom: 1;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: flex; }

.eventCalendar-daysList li {
  margin: 0 !important; }

.eventCalendar-daysList li {
  display: block;
  flex-grow: 1; }

.eventCalendar-daysList.eventCalendar-showAsWeek {
  margin: 10px 5px;
  width: auto;
  display: block;
  border: solid 1px #BCBCBC;
  border-bottom-width: 0;
  border-radius: 0;
  background-color: #CCCCCC; }

.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
  border-radius: 5px 5px 0 0; }

.eventCalendar-daysList:before, .eventCalendar-daysList:after {
  content: "";
  display: table; }

.eventCalendar-daysList:after {
  clear: both; }

.eventCalendar-day-header {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  border-bottom: solid 1px #BCBCBC; }

.eventCalendar-daysList.eventCalendar-showAsWeek li {
  height: auto;
  margin: 0; }

.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
  background-color: #ccc;
  min-height: 27px;
  border-top: solid 1px #ccc; }

.eventCalendar-day a {
  text-decoration: none;
  font-size: 10px;
  color: #424242; }

.eventCalendar-day {
  border-left: solid 1px #BCBCBC; }

.eventCalendar-day a {
  border: solid 1px #BCBCBC;
  border-width: 0 1px 1px 0; }

.eventCalendar-showAsWeek .eventCalendar-day {
  border-left-width: 0; }

.eventCalendar-showAsWeek .eventCalendar-day a {
  border: solid 1px red;
  border-color: #fff #BCBCBC #BCBCBC #eee;
  line-height: 27px;
  font-size: 11px; }

.eventCalendar-day a:hover {
  background-color: #E4E4E4;
  /*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/ }

.eventCalendar-daysList li.today a {
  color: #fff;
  background: #aaa;
  /*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/ }

li.eventCalendar-day.today a:hover {
  background-color: #ccc;
  /*box-shadow:inset 5px 5px 10px #999;*/ }

.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
  background: #89B814;
  /*box-shadow:inset 5px 5px 10px #698B10;
				text-shadow: 2px 2px 2px #698B10;*/
  color: #fff; }

li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
  background-color: #C2D374;
  /*box-shadow:inset 5px 5px 10px #89B814;
					text-shadow: 2px 2px 2px #89B814;*/ }

.eventCalendar-daysList li.current a {
  color: #fff;
  background: #449FB2;
  box-shadow: inset 5px 5px 10px #216B7A;
  text-shadow: 2px 2px 2px #216B7A; }

li.eventCalendar-day.current a:hover {
  background-color: #79BDCC;
  box-shadow: inset 5px 5px 10px #449FB2;
  text-shadow: 2px 2px 2px #449FB2; }

.eventCalendar-loading {
  border-radius: 0;
  margin: 0 10px;
  padding: 0 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 4; }

.eventCalendar-loading.error {
  background-color: red; }

.eventCalendar-subtitle {
  padding: 0px 15px 10px;
  margin-bottom: 0; }

.eventCalendar-list-wrap {
  min-height: 100px;
  position: relative;
  margin-top: 20px;
  padding: 0px; }

.eventCalendar-list-content.scrollable {
  height: 100px;
  overflow-y: auto;
  margin: 0 5px 5px 0; }

.eventCalendar-list {
  margin: 0 !important;
  padding: 0 0 !important;
  list-style-type: none; }

.eventCalendar-list li {
  padding: 15px;
  margin: 0;
  clear: both; }

.eventCalendar-list li time em {
  float: left;
  font-style: normal; }

.eventCalendar-list li time small {
  float: left;
  background-color: #807E7E;
  color: #fff;
  padding: 0 5px 0 4px;
  margin: 0em 0 0 6px; }

.eventCalendar-list li .eventCalendar-eventTitle {
  display: block;
  clear: both;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none; }

.eventCalendar-list li a.eventCalendar-eventTitle {
  color: #0E8EAB; }

.eventCalendar-list li a.eventCalendar-eventTitle:hover {
  text-decoration: underline; }

.eventCalendar-list li .eventDesc {
  clear: both;
  margin: 0 0 5px 0;
  font-size: 80%;
  line-height: 1.2em; }

.eventCalendar-list .eventCalendar-noEvents {
  font-size: 120%;
  border-radius: 4px;
  margin: 5px;
  padding: 10px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-shadow: 0;
  text-shadow: 0 0 3px #aaa; }

.eventCalendar-list .eventCalendar-noEvents p {
  margin-bottom: 0; }

.bt {
  font-size: 12px;
  display: block;
  clear: both;
  text-align: center;
  margin-top: 10px;
  padding: 9px 34px 11px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #698B10;
  border-radius: 4px;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.bt:hover {
  text-decoration: none; }

/* end of theme css */
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}

#stacks_in_8 .cleanResponse2_L {
	float:left;
	width:58%;
	margin: 0 0 5px 0;
}

#stacks_in_8 .cleanResponse2_R {
	float:right;
	width:38%;
	margin: 0 0 5px 0;
}


@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_8 .cleanResponse2_L {
		width:100%;
		margin:0 0 5px 0;
	}
	
	#stacks_in_8 .cleanResponse2_R {
		width:100%;
		margin:0 0 5px 0;
	}
	
	
}
#stacks_in_8 {
	margin: 10px 0px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_15{}}


#stacks_in_15 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_24 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_24 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#CCCCCC; 
border-top-style:groove; 
border-top-width:1px; 
border-top-color:#B3B3B3; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


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



@media (max-width: 800px){

}


@media (max-width: 600px){
	
	#stacks_in_25 .cleanResponse1_L {
		width:100%;
		margin:0 0 10 0;
	}
		
	
}
#stacks_in_25 {
	background-color: rgba(76, 76, 76, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 20px 0px 20px 0px;
	padding:  15px;
}
@media only screen and (min-width:0px){#stacks_in_18{}}

/* Start Contact Form stack CSS code */.stacks_in_2formwrap{	margin: 0;}#stacks_in_2comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_2mail{padding: 0;}.stacks_in_2fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_2formail{}.stacks_in_2fieldset{	padding: 0 20px 0 3px;}#stacks_in_2 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_2 label *{display: inline;}#stacks_in_2 .stacks_in_2input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #FFFFFF !important;color: #555555 !important;margin: 0;border: 1px solid #D8D8D8 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px !important;}#stacks_in_2 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #D8D8D8 !important;background: #FFFFFF !important;color: #555555 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_2sendmail{margin-top: 20px !important;padding: 4px 7px 4px 7px !important;display: block;text-align: center !important;font-size: 12px;color: #444444 !important;border: 1px solid #D8D8D8 !important;background-color: #FFFFFF !important;-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_2response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_2loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_2autoreplay{visibility: hidden;height: 0px;display: none;}#stacks_in_2 textarea{	color: #555555 !important;}/* End Contact Form stack CSS code */
#stacks_in_2 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_67 {
	padding: 0px 0px 5px 0px;
}
#calendar_stacks_in_69.eventCalendar-wrap {
  font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
  border: solid 1px lightgray;
  background-color: white;
  color: #807E7E; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-eventDesc {
    font-size: 100%;
    color: #807E7E;
    clear: both;
    margin-top: 1em;
    /*margin-bottom: 15px;*/ }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-currentTitle {
    background-color: #d63633;
    outline: 1px solid #d63633;
    border: 1px solid white;
    color: #FFFFFF !important; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-currentTitle .eventCalendar-monthTitle {
      color: #FFFFFF !important; }
  #calendar_stacks_in_69.eventCalendar-wrap div.eventCalendar-slider {
    display: block; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list-wrap {
    display: block; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list-wrap .eventCalendar-subtitle {
      display: block; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-arrow {
    color: #FFFFFF; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-arrow span {
      border-left-color: #FFFFFF !important;
      border-right-color: #FFFFFF !important; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list-content.scrollable {
    height: auto;
    max-height: 400px; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList {
    border-width: 0;
    background-color: #f0f0f0;
    display: block; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList .eventCalendar-day-header {
      background-color: #999999;
      color: #FFFFFF;
      border-color: lightgray;
      font-size: 66.659996%; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-empty {
      border-width: 0;
      background-color: transparent; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-day a {
    border: 1px solid white;
    color: #FFFFFF !important;
    background-color: #c3c280;
    font-size: 80%; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-day a:hover {
      color: #111111 !important;
      background-color: #f0f0f0; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList a {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    border: 1px solid #f0f0f0;
    background-color: #c3c280;
    transition: all 300ms; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li, #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list li {
    display: block;
    margin: 0 !important;
    padding-top: 0 !important; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list > li > .eventCalendar-eventTitle + time {
    /*border: 1px solid red;*/ }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list li:nth-child(even) {
    background-color: white; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list li:nth-child(odd) {
    background-color: white; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list p {
    line-height: 1.5;
    color: #807E7E; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li.today a {
    background-color: #aaaaaa;
    color: #FFFFFF !important; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li.today a:hover {
      background-color: #666666;
      color: #FFFFFF !important; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    background-color: #89b814;
    color: #FFFFFF !important; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-daysList li.eventCalendar-dayWithEvents a:hover {
      background-color: #c2d374;
      color: #FFFFFF !important; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list .eventLocation {
    display: block;
    clear: both;
    font-size: 0.7em;
    line-height: 1.2;
    font-style: italic; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list .eventLocation + .eventCalendar-eventTitle {
      margin-top: 0.2em; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list .eventLocation a {
      color: #89B814; }
    #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list .eventLocation a:hover {
      color: #89B814; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list time {
    line-height: 1.5;
    font-size: 100%;
    color: #999999; }
  #calendar_stacks_in_69.eventCalendar-wrap li time small {
    font-size: 1em;
    line-height: 1.5;
    margin-left: 0;
    padding: 0; }
  #calendar_stacks_in_69.eventCalendar-wrap li time small {
    background-color: transparent;
    color: #999999; }
  #calendar_stacks_in_69.eventCalendar-wrap li time small:before {
    /*content: ', ';*/ }
  #calendar_stacks_in_69.eventCalendar-wrap .bt {
    background-color: #89b814;
    color: #FFFFFF; }
    #calendar_stacks_in_69.eventCalendar-wrap .bt a {
      text-decoration: none; }
    #calendar_stacks_in_69.eventCalendar-wrap .bt:hover, #calendar_stacks_in_69.eventCalendar-wrap .bt:hover a, #calendar_stacks_in_69.eventCalendar-wrap .bt:hover a:hover {
      background-color: #c2d374;
      color: #FFFFFF;
      text-decoration: none; }
  #calendar_stacks_in_69.eventCalendar-wrap li .eventCalendar-eventTitle {
    font-size: 100%;
    color: #807E7E;
    transition: all 0.3s;
    line-height: 1.4; }
  #calendar_stacks_in_69.eventCalendar-wrap li .eventCalendar-eventTitle {
    margin-top: 1em; }
  #calendar_stacks_in_69.eventCalendar-wrap .eventCalendar-list li:first-child > .eventCalendar-eventTitle {
    margin-top: 0; }
  #calendar_stacks_in_69.eventCalendar-wrap li a.eventCalendar-eventTitle {
    color: #89B814;
    text-decoration: none; }
  #calendar_stacks_in_69.eventCalendar-wrap li a.eventCalendar-eventTitle:hover {
    color: #89B814;
    text-decoration: none; }
  #calendar_stacks_in_69.eventCalendar-wrap li.eventCalendar-noEvents {
    background-color: #807E7E !important;
    color: white;
    text-shadow: none;
    border-radius: 0;
    margin: 10px !important;
    padding: 10px !important;
    margin-bottom: 20px !important; }
    #calendar_stacks_in_69.eventCalendar-wrap li.eventCalendar-noEvents p {
      color: white; }
#stacks_in_57 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_57 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#CCCCCC; 
border-top-style:groove; 
border-top-width:1px; 
border-top-color:#B3B3B3; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_27 .cleanResponse3_L {
	float:left;
	width:32%;
	margin: 0 0 0px 0;

}

#stacks_in_27 .cleanResponse3_R {
	float:right;
	width:32%;
	margin: 0 0 0px 0;
}

#stacks_in_27 .cleanResponse3_M {
	float: left;
	margin:0  2% 0px 2%;
	width:32%;
}

@media (max-width: 800px){

	#stacks_in_27 .cleanResponse3_L.cleanResp1 {
		float: left;
		width:49%;
		margin:0 1% 0px 0;
	}
	
	
	#stacks_in_27 .cleanResponse3_M.cleanResp1 {
		float: left;
		width:49%;
		margin:0 0 0px 1%;
	}
	
	#stacks_in_27 .cleanResponse3_R.cleanResp1 {
		float: left;
		width:100%;
		margin:0 0 0px 0;
	}
	
	/*  ============ LARGE TOP ================== */
	
	#stacks_in_27 .cleanResponse3_L.cleanResp2 {
		float: left;
		width:100%;
		margin:0 0 0px 0;
	}
	
	
	#stacks_in_27 .cleanResponse3_M.cleanResp2 {
		float: left;
		width:49%;
		margin:0 1% 0px 0;
	}
	
	#stacks_in_27 .cleanResponse3_R.cleanResp2 {
		float: left;
		width:49%;
		margin:0 0 0px 1%;
	}
	
	/*  ============ EVEN ================== */
	
	#stacks_in_27 .cleanResponse3_L.cleanResp3 {
	}
	
	
	#stacks_in_27 .cleanResponse3_M.cleanResp3 {
	}
	
	#stacks_in_27 .cleanResponse3_R.cleanResp3 {
	}
	
}




@media (max-width: 600px){
	
	#stacks_in_27 .cleanResponse3_L {
		float: left !important;
		width:100% !important;
		margin:0 0 0px 0!important;
	}
	
	#stacks_in_27 .cleanResponse3_R {
		float: left !important;
		width:100%!important;
		margin:0 0 0px 0!important;
	}
	
	#stacks_in_27 .cleanResponse3_M {
		float: left !important;
		width:100%!important;
		margin:0 0 0px 0!important;
	}
	
	
}


#stacks_in_27 {
	background-color: rgba(247, 247, 247, 1.00);
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  5px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
#stacks_in_39 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_39 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_39 .fluid-image.unlimited img{width:100% !important}#stacks_in_39 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_39 .fluid-image.align-left img{float:left}#stacks_in_39 .fluid-image.align-right img{float:right}

#stacks_in_39 {
	margin:  5px;
}

#stacks_in_47 {
	margin:  5px;
}
#stacks_in_41 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_41 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_41 .fluid-image.unlimited img{width:100% !important}#stacks_in_41 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_41 .fluid-image.align-left img{float:left}#stacks_in_41 .fluid-image.align-right img{float:right}

#stacks_in_41 {
	margin:  5px;
}

#stacks_in_51 {
	margin:  5px;
}
#stacks_in_43 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_43 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_43 .fluid-image.unlimited img{width:100% !important}#stacks_in_43 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_43 .fluid-image.align-left img{float:left}#stacks_in_43 .fluid-image.align-right img{float:right}

#stacks_in_43 {
	margin:  5px;
}

#stacks_in_49 {
	margin:  5px;
}
/* Start Obscure Email stack CSS code */.stacks_in_58topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_58mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_58small{font-weight: normal;font-size: 12px;}.stacks_in_58centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_58centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Start Obscure Email stack CSS code */.stacks_in_59topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_59mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_59small{font-weight: normal;font-size: 12px;}.stacks_in_59centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_59centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */