.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
/*= 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 */
                        


#stacks_in_16_page12 {
	margin:  3px;
	padding:  10px;
}
#stacks_in_36_page12>.s3_row {
	margin: 0 -10px;
}

#stacks_in_36_page12>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_36_page12>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_36_page12>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_36_page12>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


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


}



/* @group CSS Reset */

#shareStackWrapperstacks_in_30_page12 *,
#shareStackWrapperstacks_in_30_page12 *::after,
#shareStackWrapperstacks_in_30_page12 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

#shareStackWrapperstacks_in_30_page12 [class^="fa fa-"] {
	line-height: 50px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_30_page12 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 li.shareStackItem:hover {
	opacity: 0.85;
}

#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 {
	display: none;
}

@media screen and (min-width: 380px) {
	#shareStackWrapperstacks_in_30_page12 ul#shareStackArraystacks_in_30_page12 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_30_page12 #shareStackItem-baidustacks_in_30_page12 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-bloggerstacks_in_30_page12 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-deliciousstacks_in_30_page12 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-diggstacks_in_30_page12 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-facebookstacks_in_30_page12 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-googleplusstacks_in_30_page12 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-linkedinstacks_in_30_page12 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-livejournalstacks_in_30_page12 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-myspacestacks_in_30_page12 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-redditstacks_in_30_page12 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-renrenstacks_in_30_page12 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-stumbleuponstacks_in_30_page12 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-tumblrstacks_in_30_page12 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-twitterstacks_in_30_page12 {
	background: #39d2fd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-vkontaktestacks_in_30_page12 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-weibostacks_in_30_page12 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-xingstacks_in_30_page12 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_30_page12 #shareStackItem-emailstacks_in_30_page12 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-printstacks_in_30_page12 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_30_page12 #shareStackItem-customonestacks_in_30_page12 {
	background: #FFFFFF;
	color: #000000;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-customtwostacks_in_30_page12 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-customthreestacks_in_30_page12 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-customfourstacks_in_30_page12 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_30_page12 #shareStackItem-customfivestacks_in_30_page12 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

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