/*  */
#stacks_in_249 {
  z-index: 99;
}

.augmentFlipBackEndForBack {
  width: 100%;
  height: auto;
  background:#818181;

}

.augmentFlipBackEndForBack h2{
  text-align:center;
}

.DSNone {
  display: none !important;
}

.augmentFlipCard {
  display: block;
  width: 100%;

  
  /*position: relative;*/
  z-index: 1;
/*  float: left;*/
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
          
}

.CP_stacks_in_249 {
  height: px;
  
}

/*
.CP_stacks_in_249 .custom, .CP_stacks_in_249 .customB{
  display:none;
}
*/

.CP_stacks_in_249 .customTF, .CP_stacks_in_249 .customBTF{
  background-color:transparent !important;
}


.augmentFlipCard .augmentFlipWrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  
          
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
          
}

.SHA {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.PlaceHolder4Sha {

}

/*
.augmentFlipFace.augmentFlipFront {padding: 30px 6px 6px 6px;}

.augmentFlipFace.augmentFlipBack {padding: 30px 6px 6px 6px;}
*/

.augmentFlipCard .augmentFlipWrap.augmentFlipped {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform:rotateY(180deg);
  transform: rotateY(180deg);


}



/*
.augmentFlipFront {
  -webkit-transition: opacity 0.4s;
  -moz-transition :opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
*/

.FR_stacks_in_249 {
  background-color: #FFFFFF ;
  background:  ;
}

.BA_stacks_in_249 {
  background-color: #FFFFFF ;
  background:  ;
}

.f_stacks_in_249 {
  color: #EEEEEE !important;

}



.b_stacks_in_249 {
  color: #000000 !important;
}

/*
.augmentFlipped .augmentFlipFront {
  opacity: 0.0;

}
*/


.augmentFlipCard .augmentFlipWrap.augmentFlipped .name, .augmentFlipCard .augmentFlipWrap.augmentFlipped .flip {
  background: none;
  color: white;
}
.augmentFlipCard .augmentFlipFace {
  position: absolute;
  
  width: 100%;
          
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #2d2d2d;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*.augmentFlipCard .augmentFlipFace img {
  top: 0;
  left: 0;
}*/
.augmentFlipCard .augmentFlipFace a.flip, .augmentFlipCard .augmentFlipFace a.flipback {
  display: inline-block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 0px;
  top: 0px;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  z-index: 3;
  text-align:right;
}
.augmentFlipCard .augmentFlipFace a.flipback {
  color: black;
  font-size: 24px;
  line-height: 24px;
}


#stacks_in_249 .augmentFlipCard .augmentFlipFace a.button {
  text-decoration: none;
  color: white;
  padding: 10px 12px;
  font-weight: 500;
  background-color: #14e700;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF14E700', endColorstr='#FF147600');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #14e700), color-stop(100%, #147600));
  background-image: -webkit-linear-gradient(top, #14e700 0%, #147600 100%);
  background-image: -moz-linear-gradient(top, #14e700 0%, #147600 100%);
  background-image: -o-linear-gradient(top, #14e700 0%, #147600 100%);
  background-image: linear-gradient(top, #14e700 0%, #147600 100%);
  border: 1px solid #149100;
  text-align: center;
  display: block;
  margin: 25px auto 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 600ms linear;
  -moz-transition: -moz-transform 600ms linear;
  -o-transition: -o-transform 600ms linear;
  transition: transform 600ms linear;
}
/* Flip Shadows */
#stacks_in_249 .shadowsOn .augmentFlipFace.augmentFlipFront .augmentFlipShadowBox,
#stacks_in_249 .shadowsOn .augmentFlipFace.augmentFlipBack .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.0);
  -webkit-transition: background 600ms linear;
  -moz-transition: background 600ms linear;
  -o-transition: background 600ms linear;
  transition: background 600ms linear;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  
  -webkit-pointer-events: none;
  pointer-events: none;
}
#stacks_in_249 .shadowsOn .augmentFlipped .augmentFlipFace.augmentFlipFront .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.5);
}
#stacks_in_249 .shadowsOn .augmentFlippedBack .augmentFlipFace.augmentFlipBack .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.5);
}

/* Flip Styles */
#stacks_in_249 .augmentFlipVertical .augmentFlipWrap,
#stacks_in_249 .augmentFlipHorizontal .augmentFlipWrap,
#stacks_in_249 .augmentFlipDiagonal .augmentFlipWrap {
  -webkit-transition: -webkit-transform 600ms linear;
  -moz-transition: -moz-transform 600ms linear;
  -o-transition: -o-transform 600ms linear;
  transition: transform 600ms linear;
}
#stacks_in_249 .augmentFlipCard .augmentFlipFace.augmentFlipBack {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
   
}
#stacks_in_249 .augmentFlipCard .augmentFlipFace.augmentFlipFront {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
}
#stacks_in_249 .augmentFlipCard .augmentFlipFace.augmentFlipFront img,
#stacks_in_249 .augmentFlipCard .augmentFlipFace.augmentFlipBack img {
  border-radius: 0px;
}
#stacks_in_249 .augmentFlipHorizontal .augmentFlipWrap.augmentFlipped {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

#stacks_in_249 .augmentFlipHorizontal .augmentFlipFace.augmentFlipBack {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
   
}

#stacks_in_249 .augmentFlipDiagonal .augmentFlipWrap.augmentFlipped {
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
  -moz-transform: rotate3d(45, 45, 0, 180deg);
  -ms-transform: rotate3d(45, 45, 0, 180deg);
  -o-transform: rotate3d(45, 45, 0, 180deg);
  transform: rotate3d(45, 45, 0, 180deg);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#stacks_in_249 .augmentFlipDiagonal .augmentFlipFace.augmentFlipBack {
  -webkit-transform: rotate3d(45, 45, 0, 180deg);
  -moz-transform: rotate3d(45, 45, 0, 180deg);
  -ms-transform: rotate3d(45, 45, 0, 180deg);
  -o-transform: rotate3d(45, 45, 0, 180deg);
  transform: rotate3d(45, 45, 0, 180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
   
}
#stacks_in_249 .augmentFlipOpen.augmentFlipCard .augmentFlipWrap.augmentFlipped {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#stacks_in_249 .augmentFlipOpen .augmentFlipFace.augmentFlipFront {
  -webkit-transition: -webkit-transform 600ms linear;
  -moz-transition: -moz-transform 600ms linear;
  -o-transition: -o-transform 600ms linear;
  transition: transform 600ms linear;
  z-index: 1;
  transform-origin: bottom;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
#stacks_in_249 .augmentFlipOpen .augmentFlipFace.augmentFlipBack {
  -webkit-transform: rotateX(0deg) scale(1) translate3D(0,0,0);
  transform: rotateX(0deg) scale(1) translate3D(0,0,0);
  z-index: 0;
}
#stacks_in_249 .augmentFlipOpen .augmentFlipped .augmentFlipFace.augmentFlipFront {
  -webkit-transform: rotateX(-100deg) scale(1) translate3D(0px,0px,0px);
  transform: rotateX(-100deg) scale(1) translate3D(0px,0px,0px);
}
#stacks_in_249 .augmentFlipOpen .augmentFlippedBack .augmentFlipFace.augmentFlipFront {
  -webkit-transform: rotateX(0deg) scale(1) translate3D(0px,0px,0px);
  transform: rotateX(0deg) scale(1) translate3D(0px,0px,0px);
}
#stacks_in_249 .shadowsOn.augmentFlipOpen .augmentFlipped .augmentFlipFace.augmentFlipFront .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.0);
}


#stacks_in_249 .augmentFlipCoin .augmentFlipWrap.augmentFlipped {
  -webkit-animation: coinFlip 600ms linear 1;
  animation: coinFlip 600ms linear 1;
}
#stacks_in_249 .augmentFlipCoin .augmentFlipWrap.augmentFlippedBack {
  -webkit-animation: coinFlip 600ms linear 1;
  -webkit-animation-direction: reverse;
  animation: coinFlip 600ms linear 1;
  animation-direction: reverse;
}

#stacks_in_249 .augmentFlipCoin .augmentFlipFace.augmentFlipBack {
  
}
#stacks_in_249 .augmentFlipCoin .augmentFlipped .augmentFlipFace.augmentFlipFront .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.0);
}
#stacks_in_249 .augmentFlipCoin .augmentFlippedBack .augmentFlipFace.augmentFlipBack .augmentFlipShadowBox{
  background-color: rgba(0,0,0,0.0);
}

@-webkit-keyframes coinFlip {
  0% {
    -webkit-transform: rotateY(0deg) scale(1);
  }
  33% {
    -webkit-transform: rotateY(180deg) scale(2);
  }
  66% {
    -webkit-transform: rotateY(360deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotateY(540deg) scale(1);
  }
}
@keyframes coinFlip {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  33% {
    transform: rotateY(180deg) scale(2);
  }
  66% {
    transform: rotateY(360deg) scale(1.5);
  }
  100% {
    transform: rotateY(540deg) scale(1);
  }
}

#stacks_in_249 .augmentFlipPlayingCard .augmentFlipWrap.augmentFlipped {
  -webkit-animation: flipCard 600ms linear 1;
  animation: flipCard 600ms linear 1;
}
#stacks_in_249 .augmentFlipPlayingCard .augmentFlipWrap.augmentFlippedBack {
  -webkit-animation: flipCardBack 600ms linear 1;
  animation: flipCardBack 600ms linear 1;
}
#stacks_in_249 .augmentFlipPlayingCard .augmentFlipped .augmentFlipFace.augmentFlipFront {
  -webkit-transform: rotateX(0deg) rotateZ(180deg);
  -moz-transform: rotateX(0deg) rotateZ(180deg);
  -ms-transform: rotateX(0deg) rotateZ(180deg);
  -o-transform: rotateX(0deg) rotateZ(180deg);
  transform: rotateX(0deg) rotateZ(180deg);
}
#stacks_in_249 .augmentFlipPlayingCard .augmentFlippedBack .augmentFlipFace.augmentFlipBack {
  -webkit-transform: rotateX(180deg) rotateZ(0deg);
  -moz-transform: rotateX(180deg) rotateZ(0deg);
  -ms-transform: rotateX(180deg) rotateZ(0deg);
  -o-transform: rotateX(180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateZ(0deg);
}
@-webkit-keyframes flipCard {
  0% {
    -webkit-transform: rotateX(0deg) rotateZ(180deg) scale(1) translate(0,0px);
  }
  33% {
    -webkit-transform: rotateX(60deg) rotateZ(180deg) scale(1) translate(0,-300px);
  }
  66% {
    -webkit-transform: rotateX(120deg) rotateZ(180deg) scale(1) translate(0,-100px);
  }
  100% {
    -webkit-transform: rotateX(180deg) rotateZ(180deg) scale(1) translate(0,0);
  }
}
@-webkit-keyframes flipCardBack {
  0% {
    -webkit-transform: rotateX(180deg) rotateZ(0deg) scale(1) translate(0,0);
  }
  33% {
    -webkit-transform: rotateX(240deg) rotateZ(0deg) scale(1) translate(0,-100px);
  }
  66% {
    -webkit-transform: rotateX(300deg) rotateZ(0deg) scale(1) translate(0,-200px);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateZ(0deg) scale(1) translate(0,0px);
  }
}
@keyframes flipCard {
  0% {
    transform: rotateX(0deg) rotateZ(180deg) scale(1) translate(0,0px);
  }
  33% {
    transform: rotateX(60deg) rotateZ(180deg) scale(1) translate(0,-300px);
  }
  66% {
    transform: rotateX(120deg) rotateZ(180deg) scale(1) translate(0,-100px);
  }
  100% {
    transform: rotateX(180deg) rotateZ(180deg) scale(1) translate(0,0);
  }
}
@keyframes flipCardBack {
  0% {
    transform: rotateX(180deg) rotateZ(0deg) scale(1) translate(0,0);
  }
  33% {
    transform: rotateX(240deg) rotateZ(0deg) scale(1) translate(0,-100px);
  }
  66% {
    transform: rotateX(300deg) rotateZ(0deg) scale(1) translate(0,-200px);
  }
  100% {
    transform: rotateX(360deg) rotateZ(0deg) scale(1) translate(0,0px);
  }
}

#stacks_in_249 .augmentFlipPlayingCard .augmentFlipFace.augmentFlipBack {
  
}

#stacks_in_249 .augmentFlipHover .augmentFlipWrap.augmentFlipped {
  -webkit-transform: rotateY(180deg) scale(1) translate(0,-50px);
  -moz-transform: rotateY(180deg) scale(1) translate(0,-50px);
  -ms-transform: rotateY(180deg) scale(1) translate(0,-50px);
  -o-transform: rotateY(180deg) scale(1) translate(0,-50px);
  transform: rotateY(180deg) scale(1) translate(0,-50px);
  -webkit-animation: flipHover 600ms linear 1;
  animation: flipHover 600ms linear 1;
}
#stacks_in_249 .augmentFlipHover .augmentFlipWrap.augmentFlippedBack {
  -webkit-animation: flipHover 600ms linear 1;
  -webkit-animation-direction: reverse;
  animation: flipHover 600ms linear 1;
  animation-direction: reverse;
}
@-webkit-keyframes flipHover {
  0% {
    -webkit-transform: rotateY(0deg) scale(1) translate(0,0px);
  }
  100% {
    -webkit-transform: rotateY(180deg) scale(1) translate(0,-50px);
  }
}
@keyframes flipHover {
  0% {
    transform: rotateY(0deg) scale(1) translate(0,0px);
  }
  100% {
    transform: rotateY(180deg) scale(1) translate(0,-50px);
  }
}
#stacks_in_249 .augmentFlipHover .augmentFlipWrap:before {
  content: " ";
  display: block;
  width: 100%;
  border-radius: 0px;
  height: 30px;
  bottom: 0px;
  position: absolute;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition: bottom 600ms linear;
  -moz-transition: bottom 600ms linear;
  -o-transition: bottom 600ms linear;
  transition: bottom 600ms linear;
}
#stacks_in_249 .augmentFlipHover .augmentFlipWrap.shadowUp:before  {
  bottom: -50px;
  width: 100%;
  left: 0;
}


#stacks_in_249 .augmentFlipHover .augmentFlipFace.augmentFlipBack {
  
}



/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {

  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {

  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.link {
  color: white;
}

/* opera9+, IE9, IE8, IE7 */
.augmentFlipCard .augmentFlipBack {
/*  display:none;*/
  
}
/* opera9+, IE9, IE8, IE7  */
.augmentFlipped .augmentFlipBack {
  display:block;

}


/********************** SHAPES ******************************/
.z_stacks_in_249 {
  /*border-radius: %  %  %  %;*/
  max-width: 1000px;
  max-height: 1000px;
  
}

.F_Shape_stacks_in_249 {
  /*border-radius: %  %  %  %;*/
  overflow:hidden;
  max-width: 1000px;
  max-height: 1000px;
  

}

.z_stacks_in_249.augmentFlipped {
  /*border-radius: %  %  %  %;*/
  max-width: 1000px;
  max-height: 1000px;
  
}

.B_Shape_stacks_in_249 {
  /*border-radius: %  %  %  %;*/
  overflow:hidden;
  max-width: 1000px;
  max-height: 1000px;
  
}



@media screen and (max-width: 800px) {
  .CP_stacks_in_249 {
  height: +=200px !important;
  */
  padding-bottom: 100px;
  }

  .ei-title{
    position: absolute;
    right: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 10px;
    padding: 5px 0;
  }
  .ei-title h2, .ei-title h3{
    text-align: center;
  }
  .ei-title h2{

  }
  .ei-title h3{

  }

}

#stacks_in_228 {
	font-size: 75%;
}
/* Start Notify stack CSS code */#doonotify-notice-wrapper {	position:fixed;	top:20px;	right:20px;	width:301px;	z-index:999999;}.doonotify-item-wrapper {	position:relative;	margin:0 0 10px 0;	background:url('../files/notifyAssets/ie-spacer.gif'); /* ie7/8 fix */ }.doonotify-top {	background:url(../files/notifyAssets/doonotify.png) no-repeat left -30px;	height:10px;	z-index:9999999;}.doonotify-item {	display:block;	background:rgba(0,0,0,0.8);	color:#eee;	padding:12px 11px 18px 11px;	font-family:arial !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box;    /* Firefox, other Gecko */	box-sizing: border-box;         /* Opera/IE 8+ */	text-align: left;}.hover .doonotify-item {	padding:10px 11px 18px 9px;	border: 2px solid #ffffff;}.stacks_in_280hidden-image{	width: 48px;	height: 48px;	overflow: hidden;}.stacks_in_280hidden-image img{	width: 100%;	height: auto;}.doonotify-image {	width:48px;	height:48px;	float:left;	margin-right: 10px;	overflow: hidden;}.doonotify-image img {	width:100%;	height:auto;}.doonotify-with-image,.doonotify-without-image {	padding:0;}.doonotify-with-image {	width:216px;	float:left;}.doonotify-item p {	padding:0;	margin:0;	word-wrap:break-word !important;	font-size: 13px;	font-weight: 400 !important;	line-height: normal !important;}.doonotify-close {	display:none;	position:absolute;	top:5px;	left:3px;	background:url(../files/notifyAssets/doonotify.png) no-repeat left top;	cursor:pointer;	width:30px;	height:30px;	text-indent:-9999em;    z-index:9999999;}.doonotify-title {	font-size:14px !important;	line-height: normal !important;	font-weight:bold !important;	padding:0 0 7px 0;	display:block;	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */	text-align: left;}/* for the light (white) version of the doonotify notice */.doonotify-light .doonotify-item {    background:rgba(255,255,255,0.8);    color: #222 !important;}.doonotify-light .doonotify-title {    text-shadow: none;    text-align: left;}.doonotify-light .doonotify-item:hover {	border: 2px solid #2d2d2d;}.stacks_in_280clear{	clear:both;	height: 0;	margin: 0;	padding: 0;}@media all and (max-width: 1024px) {.doonotify-close {	display:block;	left:100%;	margin-left: -32px;}#doonotify-notice-wrapper {	position:fixed;	top:0px;	left:0px;	width:100%;}.doonotify-item, .doonotify-light .doonotify-item {	-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;}.hover .doonotify-item {	padding:12px 11px 18px 11px;	border: none;}.doonotify-light .doonotify-item:hover {	padding:12px 11px 18px 11px;	border: none;}} /* end media query */#stacks_in_280 div{	display: none;	height: 0;	margin: 0;	padding: 0;}/* End Notify stack CSS code */