/* Start Owl stack page CSS code *//*  * 	Core Owl Carousel CSS File *	v1.3.2 *//* clearfix */.owl-carousel .owl-wrapper:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}/* display none until init */.owl-carousel{	display: none;	position: relative;	width: 100%;	-ms-touch-action: pan-y;}.owl-carousel .owl-wrapper{	display: none;	position: relative;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-wrapper-outer{	overflow: hidden;	position: relative;	width: 100%;}.owl-carousel .owl-wrapper-outer.autoHeight{	-webkit-transition: height 500ms ease-in-out;	-moz-transition: height 500ms ease-in-out;	-ms-transition: height 500ms ease-in-out;	-o-transition: height 500ms ease-in-out;	transition: height 500ms ease-in-out;}	.owl-carousel .owl-item{	float: left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{	cursor: pointer;}.owl-controls {	-webkit-user-select: none;	-khtml-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/* mouse grab icon */.grabbing {     cursor:url(grabbing.png) 8 8, move;}/* fix */.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{	-webkit-backface-visibility: hidden;	-moz-backface-visibility:    hidden;	-ms-backface-visibility:     hidden;  -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);}/*  *  Owl Carousel CSS3 Transitions  *  v1.3.2 */.owl-origin {	-webkit-perspective: 1200px;	-webkit-perspective-origin-x : 50%;	-webkit-perspective-origin-y : 50%;	-moz-perspective : 1200px;	-moz-perspective-origin-x : 50%;	-moz-perspective-origin-y : 50%;	perspective : 1200px;}/* fade */.owl-fade-out {  z-index: 10;  -webkit-animation: fadeOut .7s both ease;  -moz-animation: fadeOut .7s both ease;  animation: fadeOut .7s both ease;}.owl-fade-in {  -webkit-animation: fadeIn .7s both ease;  -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}/* backSlide */.owl-backSlide-out {  -webkit-animation: backSlideOut 1s both ease;  -moz-animation: backSlideOut 1s both ease;  animation: backSlideOut 1s both ease;}.owl-backSlide-in {  -webkit-animation: backSlideIn 1s both ease;  -moz-animation: backSlideIn 1s both ease;  animation: backSlideIn 1s both ease;}/* goDown */.owl-goDown-out {  -webkit-animation: scaleToFade .7s ease both;  -moz-animation: scaleToFade .7s ease both;  animation: scaleToFade .7s ease both;}.owl-goDown-in {  -webkit-animation: goDown .6s ease both;  -moz-animation: goDown .6s ease both;  animation: goDown .6s ease both;}/* scaleUp */.owl-fadeUp-in {  -webkit-animation: scaleUpFrom .5s ease both;  -moz-animation: scaleUpFrom .5s ease both;  animation: scaleUpFrom .5s ease both;}.owl-fadeUp-out {  -webkit-animation: scaleUpTo .5s ease both;  -moz-animation: scaleUpTo .5s ease both;  animation: scaleUpTo .5s ease both;}/* Keyframes *//*empty*/@-webkit-keyframes empty {  0% {opacity: 1}}@-moz-keyframes empty {  0% {opacity: 1}}@keyframes empty {  0% {opacity: 1}}@-webkit-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-moz-keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@keyframes fadeIn {  0% { opacity:0; }  100% { opacity:1; }}@-webkit-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-moz-keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@keyframes fadeOut {  0% { opacity:1; }  100% { opacity:0; }}@-webkit-keyframes backSlideOut {  25% { opacity: .5; -webkit-transform: translateZ(-500px); }  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}@-moz-keyframes backSlideOut {  25% { opacity: .5; -moz-transform: translateZ(-500px); }  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}@keyframes backSlideOut {  25% { opacity: .5; transform: translateZ(-500px); }  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}@-webkit-keyframes backSlideIn {  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -webkit-transform: translateZ(-500px); }  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}@-moz-keyframes backSlideIn {  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; -moz-transform: translateZ(-500px); }  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}@keyframes backSlideIn {  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }  75% { opacity: .5; transform: translateZ(-500px); }  100% { opacity: 1; transform: translateZ(0) translateX(0); }}@-webkit-keyframes scaleToFade {  to { opacity: 0; -webkit-transform: scale(.8); }}@-moz-keyframes scaleToFade {  to { opacity: 0; -moz-transform: scale(.8); }}@keyframes scaleToFade {  to { opacity: 0; transform: scale(.8); }}@-webkit-keyframes goDown {  from { -webkit-transform: translateY(-100%); }}@-moz-keyframes goDown {  from { -moz-transform: translateY(-100%); }}@keyframes goDown {  from { transform: translateY(-100%); }}@-webkit-keyframes scaleUpFrom {  from { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpFrom {  from { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpFrom {  from { opacity: 0; transform: scale(1.5); }}@-webkit-keyframes scaleUpTo {  to { opacity: 0; -webkit-transform: scale(1.5); }}@-moz-keyframes scaleUpTo {  to { opacity: 0; -moz-transform: scale(1.5); }}@keyframes scaleUpTo {  to { opacity: 0; transform: scale(1.5); }}/* End Owl stack page CSS code */
#stacks_in_1305 {
	margin: 40px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_1309 {
	font-size: 136%;
	font-weight: bold;
}
#stacks_in_1312_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1312 a:link, #stacks_in_1312 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_1312 a:hover, #stacks_in_1312 a:active {
	color:#000000;
}










#stacks_in_1312 a:link, #stacks_in_1312 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ACACAC));
	border:1px solid #ACACAC;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1312 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#959595));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1312 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_1313 {
	font-size: 90%;
}
#stacks_in_1328_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1328 a:link, #stacks_in_1328 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_1328 a:hover, #stacks_in_1328 a:active {
	color:#000000;
}










#stacks_in_1328 a:link, #stacks_in_1328 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ACACAC));
	border:1px solid #ACACAC;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1328 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#959595));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1328 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_1329 {
	font-size: 90%;
}
.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:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}body{-webkit-font-smoothing:antialiased}html{-webkit-text-size-adjust:none!important}.cbp-ig-grid.stacks_in_1157{list-style:none;padding:0 0 50px 0;margin:0;font-size:80%}.cbp-ig-grid:before,.cbp-ig-grid:after{content:" ";display:table}.cbp-ig-grid:after{clear:both}.cbp-ig-grid.stacks_in_1157 li{width:33%;float:left;height:420px;text-align:center;border-top:1px solid #191919;list-style-type:none!important;margin:0!important;padding:0!important}.cbp-ig-grid.stacks_in_1157 li:nth-child(-n+3){border-top:0}.cbp-ig-grid.stacks_in_1157 li:nth-child(3n-1),.cbp-ig-grid.stacks_in_1157 li:nth-child(3n-2){box-shadow:1px 0 0 #191919}.cbp-ig-grid.stacks_in_1157 li>a{display:block;height:100%;color:#262436;-webkit-transition:background .2s;-moz-transition:background .2s;transition:background .2s}h3.cbp-ig-title.stacks_in_1157{color:#262436;text-decoration:none;border-bottom:0}.cbp-ig-icon{padding:30px 0 0 0;display:block;-webkit-transition:-webkit-transform .2s;transition:-moz-transform .2s;transition:transform .2s}.cbp-ig-icon img{max-width:280px;height:auto;max-height:260px;width:auto;padding-bottom:40px}.cbp-ig-grid.stacks_in_1157 .cbp-ig-title{margin:20px 0 20px 0;padding:10px 0 0 0;font-size:2em;position:relative;-webkit-transition:-webkit-transform .2s;-moz-transition:-moz-transform .2s;transition:transform .2s}.cbp-ig-grid.stacks_in_1157 .cbp-ig-title:before{content:'';position:absolute;background:#4C4C4C;width:160px;height:6px;top:0;left:50%;margin:-10px 0 0 -80px;-webkit-transition:margin-top .2s;-moz-transition:margin-top .2s;transition:margin-top .2s}.cbp-ig-grid.stacks_in_1157 .cbp-ig-category{text-transform:uppercase;display:inline-block;font-size:1em;letter-spacing:1px;color:#9F6C66;-webkit-transform:translateY(10px);-moz-transform:-moz-translateY(10px);-ms-transform:-ms-translateY(10px);transform:translateY(10px);opacity:0;-webkit-transition:-webkit-transform .3s,opacity .2s;-moz-transition:-moz-transform .3s,opacity .2s;-webkit-transition:transform .3s,opacity .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)}.cbp-ig-grid.stacks_in_1157 li>a:hover{background:#CCFF66}.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_1157{color:#9F6C66}.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_1157 li>a:hover .cbp-ig-title:before{background:#9F6C66;margin-top:80px}@media screen and (max-width:62.75em){.cbp-ig-grid.stacks_in_1157 li{width:50%}.cbp-ig-grid.stacks_in_1157 li:nth-child(-n+3){border-top:1px solid #191919}.cbp-ig-grid.stacks_in_1157 li:nth-child(3n-1),.cbp-ig-grid.stacks_in_1157 li:nth-child(3n-2){box-shadow:none}.cbp-ig-grid.stacks_in_1157 li:nth-child(-n+2){border-top:0}.cbp-ig-grid.stacks_in_1157 li:nth-child(2n-1){box-shadow:1px 0 0 #191919}}@media screen and (max-width:41.6em){.cbp-ig-grid.stacks_in_1157 li{width:100%}.cbp-ig-grid.stacks_in_1157 li:nth-child(-n+2){border-top:1px solid #191919}.cbp-ig-grid.stacks_in_1157 li:nth-child(2n-1){box-shadow:none}.cbp-ig-grid.stacks_in_1157 li:first-child{border-top:0}}@media screen and (max-width:25em){.cbp-ig-grid.stacks_in_1157{font-size:80%}.cbp-ig-grid.stacks_in_1157 .cbp-ig-category{margin-top:20px}} 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_1157 {
	margin: 100px 0px 0px 0px;
}
/* Start Owl stack CSS code *//** 	Owl Carousel Owl Demo Theme *	v1.3.2div{	-webkit-backface-visibility: hidden;}*/.owl-wrapper{	position: relative;	z-index: 2;}#stacks_in_2730 .owl-theme .owl-controls{	margin-top: 10px;	text-align: center;}/* Styling Next and Prev buttons */#stacks_in_2730 .owl-theme .owl-controls .owl-buttons div{	color: #FFF;	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;	background: #666666;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;}/* Clickable class fix problem with hover on touch devices *//* Use it for non-touch hover action */#stacks_in_2730 .owl-theme .owl-controls.clickable .owl-buttons div:hover{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}/* Styling Pagination*/#stacks_in_2730 .owl-theme .owl-controls .owl-page{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */}#stacks_in_2730 .owl-theme .owl-controls .owl-page span{	display: block;	width: 12px;	height: 12px;	margin: 5px 7px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	-webkit-border-radius: 20px;	-moz-border-radius: 20px;	border-radius: 20px;	background: #666666;}#stacks_in_2730 .owl-theme .owl-controls .owl-page.active span,#stacks_in_2730 .owl-theme .owl-controls.clickable .owl-page:hover span{	filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;}/* If PaginationNumbers is true */#stacks_in_2730 .owl-theme .owl-controls .owl-page span.owl-numbers{	height: auto;	width: auto;	color: #FFF;	padding: 2px 10px;	font-size: 12px;	-webkit-border-radius: 30px;	-moz-border-radius: 30px;	border-radius: 30px;}/* preloading images */#stacks_in_2730 .owl-item.loading{	min-height: 150px;	background: url("../files/AjaxLoader.gif") no-repeat center center}#stacks_in_2730outerwrapper{	max-width: 1000px;	margin: 0 auto 0 auto;}/* Preview Mode */#stacks_in_2730owl-stack{	height:0px;}#stacks_in_2730owl-stack .stacks_in_2730item img{display: block;width: 100%;height: auto;}#stacks_in_2730imagewell{height: 0px;}/* End Owl stack CSS code */#stacks_in_1468 .like_button_wrapper{margin:5px;display:block;position:relative;float:left;overflow:visible;line-height:1}#like_facebook_stacks_in_1468,#like_twitter_stacks_in_1468{width:85px}#like_google_stacks_in_1468,#like_pinterest_stacks_in_1468{width:65px}#like_email_stacks_in_1468 svg{height:20px;width:auto;fill:rgba(191, 191, 191, 1.00)}

#stacks_in_1468 {
	padding: 15px 0px 380px 0px;
}
#stacks_in_1320_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_1320 a:link, #stacks_in_1320 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_1320 a:hover, #stacks_in_1320 a:active {
	color:#000000;
}










#stacks_in_1320 a:link, #stacks_in_1320 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ACACAC));
	border:1px solid #ACACAC;
	padding:3px 20px;
	color:#000000;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_1320 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#959595));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_1320 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_in_1321 {
	font-size: 90%;
}
