.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}



#stacks_in_42_page21 {
	margin: 0px 0px 12px 0px;
}

#stacks_in_2_page21 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_58_page21 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_46_page21 {
	margin: 12px 0px 0px 0px;
}
.cbp-ig-grid *, .cbp-ig-grid *:after, .cbp-ig-grid *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-text-size-adjust:none!important;
}

/* General grid styles */
.cbp-ig-grid.stacks_in_4_page21 {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
	font-size: 80%;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid.stacks_in_4_page21 li {
	width: 50%;
	float: left;
	height: 420px;
	text-align: center;
	border-top: 1px solid #EA7027;
	list-style-type: none!important;
	margin: 0px!important;
	padding: 0px!important;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid.stacks_in_4_page21 li:nth-child(-n+3){
	border-top: none;
}

.cbp-ig-grid.stacks_in_4_page21 li:nth-child(3n-1),
.cbp-ig-grid.stacks_in_4_page21 li:nth-child(3n-2) {
	box-shadow: 1px 0 0 #EA7027;
}



/* anchor style */
.cbp-ig-grid.stacks_in_4_page21 li > a {
	display: block;
	height: 100%;
	color: #262436;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	text-decoration: none!important;
}

h3.cbp-ig-title.stacks_in_4_page21 {
	color: #262436!important;
	text-decoration: none;
	border-bottom: 0;
}

.cbp-ig-grid a {
	text-decoration: none!important;
}

.cbp-ig-icon {
	padding: 30px 0 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon img {
	max-width: 280px;
	height: auto;
	max-height: 260px;
	width: auto;
	padding-bottom: 40px;
}

/* title element */
.cbp-ig-grid.stacks_in_4_page21 .cbp-ig-title {
	margin: 20px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid.stacks_in_4_page21 .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #96DBE7;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid.stacks_in_4_page21 .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #FFFFFF;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid.stacks_in_4_page21 li > a:hover {
	background: #517FBA;
	text-decoration: none;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.cbp-ig-grid li > a:hover,
.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title.stacks_in_4_page21 {
	color: #FFFFFF!important;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-ig-grid.stacks_in_4_page21 li > a:hover .cbp-ig-title:before {
	background: #FFFFFF;
	margin-top: 80px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid.stacks_in_4_page21 li {
		width: 50%;
	}

	/* reset the grid lines */
	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(-n+3){
		border-top: 1px solid #EA7027;
	}

	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(3n-1),
	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(3n-2) {
		box-shadow: none;
	}

	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(-n+2){
		border-top: none;
	}

	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(2n-1) {
		box-shadow: 1px 0 0 #EA7027;
	}
}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid.stacks_in_4_page21 li {
		width: 100%;
	}

	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(-n+2){
		border-top: 1px solid #EA7027;
	}

	.cbp-ig-grid.stacks_in_4_page21 li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid.stacks_in_4_page21 li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid.stacks_in_4_page21 {
		font-size: 80%;
	}

	.cbp-ig-grid.stacks_in_4_page21 .cbp-ig-category {
		margin-top: 20px;
	}
}


/*  EDIT TEXT  */


/* Grid Setup

li.three.four, li.three.five, li.three.six, li.three.seven, li.three.eight, li.three.nine, li.three.ten, li.three.eleven, li.three.twelve  {
	display: none!important;
}

li.six.seven, li.six.eight, li.six.nine, li.six.ten, li.six.eleven, li.six.twelve {
	display: none!important;
}

li.nines.ten, li.nines.eleven, li.nines.twelve {
	display: none!important;
}
 */



#stacks_in_4_page21 {
	margin: 24px 0px 0px 0px;
}

#stacks_in_14_page21 {
	margin: 0px 0px 58px 0px;
}
/* @group Generic Styles */

#ruleStackstacks_in_77_page21,
#ruleStackstacks_in_77_page21:before,
#ruleStackstacks_in_77_page21:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#ruleStackstacks_in_77_page21 {
	position: relative;
	overflow: hidden;
	margin: 3.00% 0;
	width: %;
}

/*  */
#ruleStackstacks_in_77_page21 {
	width: 100%;
}
/*  */

/*  */

/*  */

#ruleStackstacks_in_77_page21 [class^="fa fa-"] {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	color: rgba(204, 204, 204, 1.00);
	background: rgba(0, 0, 0, 0.00);
	border-radius: 50%;
	border: 0px solid rgba(204, 204, 204, 1.00);
	display: inline-block;
}

#ruleStackstacks_in_77_page21 a {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	outline: none;
}

/* @end */

/* @end */

/*  */

/*  */
#ruleStackstacks_in_77_page21 {
	text-align: center;
}

#ruleStackstacks_in_77_page21:before,
#ruleStackstacks_in_77_page21:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 49%;
	right: 40px;
	height: 0px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
}

#ruleStackstacks_in_77_page21:before {
	left: -50%;
	margin-left: -20px;
}

#ruleStackstacks_in_77_page21:after {
	left: 50%;
	margin-left: 20px;
}

#ruleStackstacks_in_77_page21 a {
	left: 50%;
	margin-left: -20px;
}
/*  */

/*  */

/*  */
/*  */
#stacks_in_32_page21 {
	margin: 0px 0px 16px 0px;
}
#stacks_in_p26_n1_page21>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}






#stacks_in_p26_n1_page21 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(81, 127, 186, 1.00);
	border-width:  1px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	margin: 20px 0px 0px 0px;
	padding: 6px 12px 0px 12px;
}

#stacks_in_p26_n5_page21 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* @group CSS Reset */

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

#shareStackWrapperstacks_in_74_page21 ul#shareStackArraystacks_in_74_page21 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: left;
}

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

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

#shareStackWrapperstacks_in_74_page21 {
	position: fixed;
	top: 15%;
	left: 0%;
	width: 60px;
	z-index: 9999;
}

/*  */

/* @end */

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_74_page21 ul#shareStackArraystacks_in_74_page21 li.shareStackItem {
	padding: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	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: 25px;
	opacity: 0.99;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_74_page21 ul#shareStackArraystacks_in_74_page21 li.shareStackItem:hover {
	opacity: 0.85;
}

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

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_74_page21 ul#shareStackArraystacks_in_74_page21 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_74_page21 ul#shareStackArraystacks_in_74_page21 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_74_page21 #shareStackItem-baidustacks_in_74_page21 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-bloggerstacks_in_74_page21 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-deliciousstacks_in_74_page21 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-diggstacks_in_74_page21 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-facebookstacks_in_74_page21 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-googleplusstacks_in_74_page21 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-linkedinstacks_in_74_page21 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-livejournalstacks_in_74_page21 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-myspacestacks_in_74_page21 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-odnoklassnikistacks_in_74_page21 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-pocketstacks_in_74_page21 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-redditstacks_in_74_page21 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-renrenstacks_in_74_page21 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-stumbleuponstacks_in_74_page21 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-telegramstacks_in_74_page21 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-tumblrstacks_in_74_page21 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-twitterstacks_in_74_page21 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-viadeostacks_in_74_page21 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-vkontaktestacks_in_74_page21 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-weibostacks_in_74_page21 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-xingstacks_in_74_page21 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_74_page21 #shareStackItem-emailstacks_in_74_page21 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-printstacks_in_74_page21 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_74_page21 #shareStackItem-customonestacks_in_74_page21 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-customtwostacks_in_74_page21 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-customthreestacks_in_74_page21 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-customfourstacks_in_74_page21 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_74_page21 #shareStackItem-customfivestacks_in_74_page21 {
	background: #FF8000;
	color: #333333;
}

/* @end */

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

/* @group Edit Mode Styling */

/*  */

/* @end */
